gnus-configure-frame: Remove old compatibility code
[gnus] / lisp / ChangeLog
1 2010-12-02  Julien Danjou  <julien@danjou.info>
2
3         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
4
5         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6
7         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8         support.
9
10 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
11
12         * nnir.el: Update to handle the registry better.
13         (autoload): Silence byte-compiler.
14         (nnir-open-server): Add a hook for nnir groups.
15         (nnir-request-move-article): Don't mangle the header. Better to use
16         formating variables (which will be added in the future).
17         (nnir-registry-action): Update the registry using the original article
18         group name.
19         (nnir-mode): Install nnir-specific hooks for updating the registry.
20
21         * gnus-sum.el
22         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
23         obsolete variables.
24         (gnus-summary-move-article): Remove use of obsolete variables.
25         (gnus-summary-local-variables): Make move and delete hooks local to
26         summary buffers.
27
28 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
29
30         * rtree.el: New file.
31
32 2010-12-01  Julien Danjou  <julien@danjou.info>
33
34         * message.el (message-user-organization): Do not use
35         gnus-local-organization.
36
37         * gnus.el: Remove gnus-local-organization.
38
39         * gnus-msg.el: Remove nastygram thing.
40
41 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
42
43         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
44         funcall.
45
46 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
47
48         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
49         names.
50
51         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
52         characters.
53
54         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
55         to t of inhibit-read-only since it is inside gnus-with-article-headers.
56         Suggested by Štěpán Němec <stepnem@gmail.com>.
57         (gnus-gravatar-transform-address): Use mail-extract-address-components
58         that supports non-ASCII names rather than mail-header-parse-addresses.
59
60 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
61
62         * proto-stream.el (open-protocol-stream): All starttls connections are
63         handled by the network handler.
64
65 2010-11-30  Julien Danjou  <julien@danjou.info>
66
67         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
68         (nnimap-open-connection-1): Fix PREAUTH.
69
70         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
71
72 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
73
74         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
75         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
76         (shr-insert): Use them.
77         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
78
79 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
80
81         * nnir.el (nnir-request-move-article): Bail out if original group
82         doesn't support article moves.
83         (nnir-get-active): Improve active list retrieval.
84
85 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
86
87         * shr.el (shr-find-fill-point): Don't break before apostrophes.
88
89 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
90
91         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
92         seem to accept strings-with-numbers as port numbers,
93
94 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
95
96         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
97         change the registry.
98
99 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
100
101         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
102         delete-dups that is not available in XEmacs 21.4.
103
104         * mm-util.el (mm-delete-duplicates): Add comment.
105
106 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
107
108         * nnir.el (nnir-ignored-newsgroups): New variable.
109         (nnir-get-active): Use it.
110
111 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
112
113         * proto-stream.el (proto-stream-open-network): Add some comments.
114
115         * nntp.el (nntp-open-connection): Provide a :success condition.
116
117         * nnimap.el (nnimap-open-connection-1): Ditto.
118
119         * proto-stream.el (proto-stream-open-network): See what the response to
120         the STARTTLS command is.
121
122         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
123         backwards compatibility).
124         (nnimap-open-connection-1): Really respect nnimap-server-port.
125
126         * proto-stream.el (proto-stream-open-network): When doing opportunistic
127         TLS upgrades we don't really care about the identity of the peer.
128         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
129         that what we've checked for.
130         (proto-stream-always-use-starttls): Only default to t if
131         open-gnutls-stream exists.
132         (proto-stream-open-network): If STARTTLS failed, then just open a
133         normal connection.
134         (proto-stream-open-network): Wait until the greeting before doing
135         STARTTLS.
136
137         * nntp.el (nntp-open-connection): Report what the connection error is.
138
139         * proto-stream.el (open-protocol-stream): Renamed from
140         open-proto-stream.
141
142 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
143
144         * nnimap.el (nnimap-stream): Change default to `undecided'.
145         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
146         first, and then network.
147         (nnimap-open-connection-1): Respect nnimap-server-port.
148         (nnimap-open-connection): Be more backwards-compatible.
149
150         * proto-stream.el (proto-stream-always-use-starttls): New variable.
151         (proto-stream-open-starttls): De-duplicate the starttls code.
152         (proto-stream-open-starttls): Folded back into the main function.
153         (proto-stream-open-network): Fix typo in the gnutls path.
154         (proto-stream-command): Refactor out.
155
156         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
157
158         * proto-stream.el (proto-stream-open-starttls): Actually implement the
159         starttls.el STARTTLS.
160
161         * color.el (color-lab->srgb): Fix function call name.
162
163         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
164         if we're using tls.el.
165         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
166         built in, then don't try to establish a STARTTLS connection.
167
168         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
169         servers.
170
171         * proto-stream.el (open-proto-stream): Use network, not stream.
172         (open-proto-stream): Add a way to specify what the end of a command is.
173
174         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
175         connections types.
176         (nntp-open-network-stream): Remove.
177         (nntp-open-ssl-stream): Remove.
178         (nntp-open-tls-stream): Remove.
179         (nntp-ssl-program): Remove.
180
181         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
182
183 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
184
185         * nnir.el: Fix typos.
186         (nnir-retrieve-headers-override-function): Rename variable to reflect
187         new semantics.
188         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
189         macros.
190         (nnir-request-article, nnir-request-move-article): Use them.
191         (nnir-categorize): New function.
192         (nnir-run-query): Use it.
193         (nnir-retrieve-headers): Rewrite to batch header retrieval.
194         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
195         sorted.
196         (nnir-group-full-name): Use gnus-group-full-name instead.
197         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
198         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
199
200 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
201
202         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
203
204         * proto-stream.el: New library to provide protocol-specific
205         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
206         protocols.
207         (open-proto-stream): Complete the documentation.
208         (proto-stream-open-network): Fix some typos.
209
210         * nnimap.el (nnimap-open-connection): Use it.
211
212 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
213
214         * pop3.el (pop3-open-server): Read server greeting before starting TLS
215         negotiation.
216
217 2010-11-26  Julien Danjou  <julien@danjou.info>
218
219         * color.el: Rename various rgb functions to srgb.
220
221 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
222
223         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
224         names.
225
226 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
227
228         * shr.el (shr-insert): Revert last change.
229         (shr-find-fill-point): Never leave point being at bol;
230         relax the kinsoku limitation when rendering tables.
231
232 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
233
234         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
235         results from -accept-article.
236
237         * shr-color.el: Require cl when compiling.
238
239         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
240         checkin.
241
242         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
243
244         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
245
246         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
247         'add and 'delete to set backend marks.
248
249         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
250
251         * nnheader.el (nnheader-update-marks-actions): Refactor out.
252
253         * nntp.el (nntp-request-set-mark): Use it.
254
255         * nnfolder.el (nnfolder-request-set-mark): Ditto.
256
257         * nnml.el (nnml-request-set-mark): Ditto.
258
259         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
260         introduces regressions in article selection.
261         (nnimap-find-uid-response): New function.
262         (nnimap-request-accept-article): Use the UID returned, if any.
263         (nnimap-request-move-article): Use the UID returned, if any.
264         (nnimap-get-groups): Reimplement to work with folded lines.
265         (nnimap-find-uid-response): The UID is the last element in the list.
266         (nnimap-request-set-mark): Extend syntax with 'set.
267
268         * nnml.el (nnml-request-set-mark): Ditto.
269
270         * nnfolder.el (nnfolder-request-set-mark): Ditto.
271
272         * nntp.el (nntp-request-set-mark): Ditto.
273
274 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
275
276         * message.el (message-called-interactively-p): A temporary macro.
277         (message-goto-body): Use it temporarily.
278
279 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
280
281         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
282         (nnimap-last-response-string): Unfold quoted lines, if they exist.
283         (nnimap-last-response-string): Fix last unfolding fix.
284
285 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
286
287         * shr.el (shr-insert): Fix the way to fold lines.
288
289 2010-11-25  Julien Danjou  <julien@danjou.info>
290
291         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
292
293         * color.el: Rename from color-lab.el
294         (color-rgb->hex): Add.
295         (color-complement): Add.
296         (color-complement-hex): Add.
297
298         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
299
300 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * shr-color.el (shr-color-visible): Don't bug out if the colour names
303         don't exist.
304
305 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
306
307         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
308         assuming that article displaying or another mml-preview may be
309         interrupted for an error or for the like.
310
311         * shr.el (shr-get-background): Fix argument name.
312
313 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
314
315         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
316
317         * gnus-sum.el (gnus-summary-include-articles): New function.
318
319         * message.el (message-goto-body): called-interactively-p needs a
320         parameter, so use `any'.
321
322         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
323         clear marks before moving, since they're synced from the Gnus side
324         first.
325
326         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
327         (gnus-summary-move-article): Copy over all marks before moving, so that
328         IMAP doesn't think a new article has arrived.
329
330 2010-11-24  Julien Danjou  <julien@danjou.info>
331
332         * shr.el (shr-insert-background-overlay): Fix typo.
333         (shr-render-td): Copy the background before rendering.
334
335         * shr-color.el (shr-color-visible): Fix docstring.
336
337         * shr.el (shr-tag-table): Add bgcolor support.
338         (shr-render-td): Add bgcolor support.
339         (shr-get-background): Add.
340         (shr-insert-foreground-overlay): Use shr-get-background.
341
342         * message.el (message-goto-body): Use called-interactively-p.
343         (message-in-body-p): message-goto-body returns point.
344
345 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
346
347         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
348         Fixes something or other in Emacs 23, and is backwards compatible.
349
350         * message.el (message-goto-body): Remove the <#secure special-casing,
351         which is too special.
352
353         * shr.el (shr-parse-style): Drop !important from styles.
354
355 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
356
357         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
358         this function to return incorrect results when calling it with an
359         explicit article argument different from
360         (gnus-summary-article-number).
361
362 2010-11-24  Julien Danjou  <julien@danjou.info>
363
364         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
365         (shr-tag-body): Add background support.
366         (shr-descend): Add background support.
367         (shr-tag-title): Add.
368
369         * shr-color.el (shr-color-visible): Really return original background
370         if fixed.
371
372 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
373
374         * shr.el (shr-color-check): Protect against non-existant colour names.
375
376 2010-11-24  Julien Danjou  <julien@danjou.info>
377
378         * color-lab.el: Require 'cl when compiling.
379
380         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
381
382         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
383         matched part.
384
385         * color-lab.el: Fix all expt calls to use float type.
386
387 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
388
389         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
390         expression to shr-color-check as is.
391
392         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
393
394         * color-lab.el: Add coding cookie.
395         (float-pi): Use eval-and-compile.
396
397         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
398         compiled for Emacsen having no `libxml-parse-html-region' support.
399
400 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
401
402         * shr.el (shr-insert-color-overlay): Split stuff like
403         "#444444 !important" to find the real colour.
404         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
405         parse <font color="red"> entries.
406
407 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
408
409         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
410         point when parsing headers.
411
412         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
413         is positioned properly when parsing headers.
414
415 2010-11-23  Julien Danjou  <julien@danjou.info>
416
417         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
418
419         * shr-color.el (shr-color->hexadecimal): Add support for color names.
420
421         * shr.el (shr-parse-style): Replace \n with space in style parsing.
422
423         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
424         shr-color-hue-to-rgb.
425         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
426
427 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
428
429         * shr.el (shr-color->hexadecimal): Autoload.
430         (shr-descend): Add color to all tags.
431
432 2010-11-22  Julien Danjou  <julien@danjou.info>
433
434         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
435         shr-color->hexadecimal.
436
437         * shr-color.el (shr-color->hexadecimal): Add converting functions for
438         RGB() or HSL() color representation.
439
440         * shr.el (shr-tag-font): Add.
441         (shr-tag-color-check): New function to get better colors.
442         (shr-tag-insert-color-overlay): Factorize code between tag-font and
443         tag-span.
444
445         * shr-color.el: New file.
446
447         * color-lab.el: New file.
448
449         * gnus-art.el (gnus-url-mailto): Do not downcase args.
450
451 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
452
453         * nnir.el: Fix typo in comments.
454         (nnir-run-imap): Simplify code. No need to reverse artlist.
455         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
456
457 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
460
461         * nnimap.el (nnimap-get-capabilities): Refactor out.
462         (nnimap-open-connection): Re-request capabilities after STARTTLS.
463
464 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
465
466         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
467         appearing when `mm-uu-hide-markers' is nil.
468
469 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470
471         * nnimap.el (nnimap-unselect-group): Make into its own function.
472         (nnimap-request-rename-group): Unselect group before renaming.
473         This had gotten lost somewhere.
474         (nnimap-request-accept-article): Keep track of examined groups, and
475         unselect the group before APPENDing to read-only groups.
476         (nnimap-request-move-article): Clear flags before moving so that they
477         can be re-set later.
478
479 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
480
481         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
482         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
483
484 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
485
486         * gnus-art.el (gnus-mime-display-single)
487         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
488         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
489         parameter.
490
491 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
492
493         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
494         (shr-table-vertical-line): New variable.
495         (shr-insert-table): Use it.
496
497 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * gnus-html.el (gnus-html-wash-images): Don't display images if
500         gnus-inhibit-images is non-nil; register displayer for cid images.
501         (gnus-html-display-image): Work for cid image.
502         (gnus-html-insert-image): Allow arguments.
503         (gnus-html-put-image): Inhibit read-only.
504         (gnus-html-prefetch-images): Don't prefetch images if
505         gnus-inhibit-images is non-nil.
506
507 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
508
509         * shr.el (shr-put-image): Break lines when inserting big pictures.
510
511 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
512
513         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
514         sender, thanks Katsumi Yamaoka.
515
516 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
517
518         * nnir.el (nnir-run-imap): Reverse the article list for each group
519         rather than the whole list.
520
521 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
522
523         * shr.el (shr-image-displayer): Protect function against non-existent
524         image source.
525
526         * gnus-art.el (gnus-inhibit-images): New user option.
527         (gnus-mime-display-single): Don't display image if it is non-nil.
528
529         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
530         gnus-inhibit-images.
531
532         * shr.el (shr-image-displayer): New function.
533         (shr-tag-img): Use it.
534
535 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
536
537         * mml2015.el (mml2015-epg-sign): Use From header.
538
539 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
540
541         * gnus-html.el (gnus-html-wash-images): Register a displayer.
542
543         * gnus-util.el (gnus-find-text-property-region): Return markers.
544
545         * shr.el (shr-tag-img): Put a displayer in the text property.
546
547         * gnus-util.el (gnus-find-text-property-region): New utility function.
548
549         * gnus-html.el (gnus-html-display-image): Make the alt optional.
550         (gnus-html-show-images): Remove.
551
552         * gnus-art.el (gnus-article-show-images): New, more general function.
553
554         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
555         image url text properties.
556
557         * shr.el: Ditto.
558
559         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
560         gnus-agent-auto-agentize-methods is set.  Which it isn't.
561
562 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
563
564         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
565         work for two or more articles.
566
567 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
568
569         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
570         divide an image that's in an html article to two or more when washing
571         non-ASCII characters in alt text of it.
572
573 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
574
575         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
576         smime-decrypt-region using function argument.
577         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
578
579         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
580
581         * smime.el (smime-decrypt-region): Catch it.
582
583 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
584
585         * smime.el (smime-mode-map): Move initialization into declaration.
586         (gnus-run-mode-hooks): Don't autoload.
587         (smime-mode): Use define-derived-mode.
588
589 2010-11-11  Glenn Morris  <rgm@gnu.org>
590
591         * smime.el (from): Restrict declaration to XEmacs.
592
593         * nnir.el (gnus-group-topic-name): Autoload.
594
595 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
596
597         * shr.el (shr-insert): Don't break long line if it is because of
598         kinsoku-bol characters in the line end.
599
600 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
601
602         * nnir.el (nnir-request-move-article): Fix to provide original group
603         and subject.
604         (nnir-warp-to-article): Don't fail on articles whose headers haven't
605         been retrieved.
606
607         * gnus-sum.el (gnus-summary-move-article): Use original group and
608         subject for virtual articles such as those in an nnir summary buffer.
609
610 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
611
612         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
613         least 21.5).
614
615         * smime.el (from): Declare it again for XEmacs.
616
617 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
618
619         * message.el (message-resend): Don't disable encoding unless it's
620         already encoded.
621
622         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
623         low-numbered articles.
624
625 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
626
627         * rfc2047.el (rfc2047-syntax-table): Simplify.
628
629         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
630
631         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
632         set-char-table-range for XEmacs.
633
634 2010-11-10  Glenn Morris  <rgm@gnu.org>
635
636         * time-date.el (time-to-seconds): Always an alias on Emacs,
637         never a real function.
638         (with-no-warnings): Remove compat stub, now unused.
639         (time-less-p): Doc fix.
640         (time-to-number-of-days): Simplify.
641
642         * smime.el (from): Remove unused declaration.
643
644         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
645         (gnus-float-time): On Emacs, always an alias.
646
647         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
648         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
649
650 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
651
652         * dgnushack.el: Don't use ignore-errors in the top level form since it
653         is unavailable in XEmacs even if cl is loaded.
654
655         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
656
657 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
658
659         * shr.el (browse-url-mailto): Autoload.
660
661         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
662
663         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
664         regexp doesn't need quoting.
665
666 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
667
668         * message.el (message-subject-trailing-was-ask-regexp)
669         (message-subject-trailing-was-regexp): Match was: in addition to was.
670
671 2010-11-09  Glenn Morris  <rgm@gnu.org>
672
673         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
674         (nnbabyl-check-mbox): Use point-at-bol.
675
676 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
677
678         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
679
680         * message.el (message-mailto): New function.
681         (message-mailto): Should accept other parameters.
682         (message-mailto): Remove since it duplicates browse-url-mailto
683         functionality.
684
685 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
686
687         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
688         methods.
689         (gnus-read-active-file): Ditto.
690
691         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
692         ": " from the prompt.
693         (gnus-group-make-group): Ditto.
694
695 2010-11-07  Glenn Morris  <rgm@gnu.org>
696
697         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
698         (gnus-bookmark-kill-line): Use point-at-eol.
699
700 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
701
702         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
703         asterisks in From header.
704
705 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
706
707         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
708         string to avoid making the From headers syntactically invalid.
709
710         * message.el (message-send-mail): Don't insert courtesy messages if the
711         message already has List-Post and List-ID messages.
712
713 2010-11-06  Glenn Morris  <rgm@gnu.org>
714
715         * gnus-art.el (gnus-treat-article): Give dynamic local variables
716         `condition', `type', `length' a prefix.
717         (gnus-treat-predicate): Update for above name changes.
718
719 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
720
721         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
722         binding.  Handled by `gnus-summary-refer-thread' instead.
723         (nnir-warp-to-article): New backend function.
724
725         * nnimap.el (nnimap-request-thread): Force dependency updating.
726
727         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
728         (gnus-summary-refer-thread): Rework to improve thread-referral.
729
730         * gnus-int.el (gnus-warp-to-article): New function.
731
732         * gnus-sum.el (gnus-summary-article-map): Bind it.
733
734 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
735
736         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
737         gnus-summary-refer-thread.
738
739         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
740         headers.
741         (gnus-summary-limit-include-thread): Prevent articles in thread from
742         being cut in gnus-cut-threads.
743         (gnus-summary-refer-thread): Limit retrieved headers to those in
744         thread.
745
746 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * message.el (message-send-mail): Use the value of
749         message-courtesy-message from the message buffer.
750
751         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
752
753         * shr.el (shr-browse-url): Implement mailto: URLs.
754
755         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
756         "raw".
757
758         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
759         if it's already selected.
760
761         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
762
763 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
764
765         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
766         to measure the length and truncate alt text.
767
768 2010-11-03  Glenn Morris  <rgm@gnu.org>
769
770         * nndiary.el (nndiary-generate-nov-databases-1)
771         (nndiary-generate-active-info): Rename dynamic variable `files' to
772         something less generic.
773
774 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
775
776         * nnir.el (nnir-request-move-article): Call the underlying backend to
777         move articles from nnir.
778
779 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
780
781         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
782
783 2010-11-02  Julien Danjou  <julien@danjou.info>
784
785         * nnir.el: Remove wais support.
786
787 2010-11-02  Glenn Morris  <rgm@gnu.org>
788
789         * gnus-html.el: Reorder requirements to quieten compiler.
790
791 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
792
793         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
794         properly for XEmacs as well.
795         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
796         (gnus-article-natural-long-line-p): Use window-width rather than
797         frame-width.
798
799 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
800
801         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
802         (nnir-read-parms): Don't modify query.
803         (nnir-run-query): Add ability to search topic on current line.
804         (nnir-get-active): Clean up.
805
806 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
807
808         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
809         degenerate articles.
810
811         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
812         (gnus-print-buffer): Just print the buffer as is, without any copying
813         to a buffer and then re-highlighting.
814
815         * nnimap.el (nnimap-request-group): Store the new updated info.
816         (nnimap-request-group): Select the group when we don't know whether it
817         exists or not.
818
819         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
820         groups.
821
822         * gnus-group.el (gnus-group-find-new-groups): Display all the new
823         groups.
824
825         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
826         groups.
827
828         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
829         long-lines case by only filling the long lines.
830
831         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
832         (bug #7311).
833
834 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
835
836         * shr.el: No need to declare `declare-function' since shr.el is for
837         only Emacsen that provide `libxml-parse-html-region'.
838
839         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
840         effective only in a file it is referred to.
841
842 2010-11-01  Glenn Morris  <rgm@gnu.org>
843
844         * mm-util.el (gnus-completing-read): Autoload.
845         (mm-read-coding-system): Simplify Emacs definition.
846
847         * nnmail.el (gnus-activate-group):
848         * nnimap.el (gnutls-negotiate):
849         * nntp.el (netrc-parse): Fix declarations.
850
851 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
852
853         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
854         string-match-p in Emacs >=23.
855
856         * gnus-msg.el (gnus-configure-posting-styles)
857         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
858
859 2010-11-01  Glenn Morris  <rgm@gnu.org>
860
861         * nnir.el (declare-function): Add compat stub.
862         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
863         (nnir-run-gmane): Require 'mm-url.
864
865         * mm-util.el (mm-string-to-multibyte): Simplify.
866
867         * shr.el (declare-function): Add compat stub.
868         (url-cache-create-filename): Declare.
869         (mm-disable-multibyte, widget-convert-button): Autoload.
870
871         * smime.el (ldap-search): Declare.
872         (smime-cert-by-ldap-1): Require ldap on Emacs.
873
874         * nnimap.el: Require nnmail, and gnus-sum when compiling.
875         (nnimap-keepalive): Use gnus-float-time.
876
877         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
878         (mail-source-delete-crash-box): Use gnus-float-time.
879
880         * gnus-dired.el (gnus-completing-read): Autoload.
881
882         * mm-view.el (gnus-rescale-image): Autoload.
883
884         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
885
886         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
887
888         * sieve-manage.el: Require 'cl when compiling.
889
890         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
891         (gnus-iswitchb-completing-read): Require iswitchb.
892         (gnus-select-frame-set-input-focus): Silence compiler.
893
894 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
895
896         * message.el (message-subject-trailing-was-query): Change default to t,
897         since I think that's what most people want.
898
899         * nnimap.el (nnimap-request-accept-article): Erase buffer before
900         appending for easier debugging.
901         (nnimap-wait-for-connection): Take a regexp.
902         (nnimap-request-accept-article): Wait for the continuation line before
903         sending anything unless we're streaming.
904
905         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
906         leave the header washing to take place.
907
908 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
909
910         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
911         regular expression match and replace in posting styles.
912
913 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
914
915         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
916         an entire server.
917         (nnir-get-active): New function.
918         (nnir-run-imap): Use it.
919         (nnir-run-gmane): Who knew, gmane search returns an article score!
920
921         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
922         server on the current line with nnir.
923
924 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
925
926         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
927         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
928         left edge.
929         (gnus-article-foldable-buffer): Skip past the prefix when determining
930         raggedness.
931
932         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
933         the raw article, and change `C-u g' to show the article without doing
934         treatments.
935
936         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
937         on to `gnus-treat-article'.
938         (gnus-inhibit-article-treatments): New variable.
939
940         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
941
942         * gnus-art.el (gnus-treatment-function-alist): Have
943         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
944         (gnus-treat-fill-long-lines): Change default to fill all text/plain
945         sections.
946
947         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
948         parameter.
949         (gnus-article-fill-cited-long-lines): New function.
950         (gnus-article-fill-cited-article): Allow filling only long sections.
951
952         * shr.el (shr-find-fill-point): Don't break lines between punctuation
953         and non-punctuation (like after the apostrophe in "'We").
954
955         * gnus-sum.el (gnus-summary-select-article): Make sure
956         gnus-original-article-buffer is alive.
957
958         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
959         reflect the order they're in in the digest.
960
961         * gnus.el (gnus-group-startup-message): Move point to the start of the
962         buffer.
963
964         * nnimap.el (nnimap-capability): New function.
965         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
966         is set.
967
968 2010-10-31  David Engster  <dengste@eml.cc>
969
970         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
971         conform with changes to gnus-completing-read.
972
973 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
974
975         * shr.el (shr-tag-img): Output "*" instead of "[img]".
976
977 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
978
979         * nnir.el: Move defvar, defcustom around to keep file organized
980         and keep byte-compiler quiet.
981         (nnir-read-parms): Accept search-engine as arg.
982         (nnir-run-query): Pass search-engine as arg.
983         (nnir-search-engine): Remove.
984
985 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
986
987         * shr.el (shr-generic): The text nodes should be text, not :text.
988
989         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
990         later in the file.
991
992 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
993
994         * nnir.el: General clean up.  Allow searching with multiple engines.
995         Allow separate extra-parameters for each engine.
996         Batch queries when possible.
997         (nnir-imap-default-search-key,nnir-method-default-engines):
998         Add customize interface.
999         (nnir-run-gmane): New engine.
1000         (nnir-engines): Use it.  Qualify all prompts with engine name.
1001         (nnir-search-engine): Remove global variable.
1002         (nnir-run-hyrex): Restore for now.
1003         (nnir-extra-parms,nnir-search-history): New variables.
1004         (gnus-group-make-nnir-group): Use them.
1005         (nnir-group-server): Remove in favor of gnus-group-server.
1006         (nnir-request-group): Avoid searching twice.
1007         (nnir-sort-groups-by-server): New function.
1008
1009 2010-10-30  Julien Danjou  <julien@danjou.info>
1010
1011         * gnus-group.el: Remove gnus-group-fetch-control.
1012
1013         * gnus-start.el (gnus-find-new-newsgroups):
1014         Remove gnus-check-first-time-used.
1015
1016         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1017
1018 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1019
1020         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1021         set on groups that don't have \* permanentflags.
1022
1023 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1024
1025         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1026         control the background color.
1027         (shr-tag-img): Ignore very small web bug type images.
1028         (shr-put-image): Add help-echo alt texts to the images.
1029         (shr-tag-video): Show the video poster image.
1030
1031 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1032
1033         * shr.el (shr-table-depth): New variable.
1034         (shr-tag-table-1): Only insert the images after the top-level table.
1035
1036         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1037
1038         * gnus-util.el (gnus-list-memq-of-list): New function.
1039
1040         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1041         selected.
1042         (nnimap-unsplittable-articles): New slot.
1043         (nnimap-new-articles): Use it.
1044
1045 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1046
1047         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1048         move to the previous line on `M-g'.
1049
1050 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1051
1052         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1053         *-request-group, which seems unnecessary.
1054
1055         * nnimap.el (nnimap-quote-specials): Function copied over from
1056         imap.el.
1057         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1058         they support that.  Suggested by Tom Regner.
1059
1060 2010-10-29  Julien Danjou  <julien@danjou.info>
1061
1062         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1063         defalias.
1064         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1065
1066         * gnus.el: Remove `gnus-nntp-service' variable.
1067         (gnus-secondary-servers): Make obsolete.
1068         (gnus-nntp-server): Make obsolete.
1069
1070         * gnus-start.el (gnus-1): Remove x-splash calls.
1071
1072         * gnus-ems.el (gnus-x-splash): Remove.
1073
1074         * gnus.el (gnus-group-startup-message): Simplify/update code.
1075
1076         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1077         definition.
1078
1079         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1080         capability before doing anything.
1081         (gnus-group-insert-group-line): Remove useless
1082         gnus-group-remove-excess-properties.
1083
1084 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1085
1086         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1087
1088 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1089
1090         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1091         config after reselecting.
1092
1093 2010-10-28  Julien Danjou  <julien@danjou.info>
1094
1095         * shr.el (shr-put-image): Use point even if only inserting text.
1096         (shr-put-image): Save excursion when inserting alt text on non-graphic
1097         display, so the behaviour is the same when we are on a graphic display.
1098
1099         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1100
1101 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1102
1103         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1104         (gnus-mime-copy-part): Check coding system, not charset.
1105         (gnus-mime-view-part-externally): Never remove part.
1106         (gnus-mime-view-part-internally): Don't remove part here.
1107         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1108         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1109         multipart/alternative.
1110
1111         * mm-decode.el (mm-display-part): Take optional arg `force'.
1112
1113 2010-10-26  Julien Danjou  <julien@danjou.info>
1114
1115         * gnus-group.el (gnus-group-default-list-level): Add this function to
1116         compute the default list level.
1117         (gnus-group-default-list-level): Add possibility to use a function.
1118
1119 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1120
1121         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1122
1123         * gnus-group.el (gnus-group-completing-read)
1124         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1125         gnus-replace-in-string.
1126
1127 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1128
1129         * shr.el (shr-tag-div): Add.
1130
1131         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1132
1133 2010-10-25  Julien Danjou  <julien@danjou.info>
1134
1135         * gnus-util.el: Remove `gnus-with-local-quit'.
1136
1137         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1138
1139 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140
1141         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1142         the original article buffer.
1143
1144 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1145
1146         * nnimap.el (nnimap-request-head): New function.
1147         (nnimap-request-move-article): Try to be slighly faster by not
1148         requesting the entire message when moving.
1149         (nnimap-transform-headers): Don't bug out on bodiless articles.
1150         (nnimap-send-command): Have no outstanding messages if the IMAP server
1151         doesn't support streaming.
1152         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1153
1154 2010-10-24  Julien Danjou  <julien@danjou.info>
1155
1156         * message.el (message-default-headers): Fix type.
1157
1158 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1159
1160         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1161         prefetching images.
1162
1163         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1164         backend for unknown groups.  This is mainly useful for nnimap groups.
1165
1166         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1167         group isn't covered by the agent.
1168
1169 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1170
1171         * nnir.el (nnir-method-default-engines): New variable.
1172         (nnir-run-query): Use it.
1173         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1174         (gnus-summary-nnir-goto-thread): Change group if needed.
1175
1176         * gnus-group.el (gnus-group-group-map): Add key binding for
1177         gnus-group-make-nnir-group.
1178
1179 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1180
1181         * shr.el (shr-tag-object): Add.
1182
1183         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1184         original article buffer live.
1185         (gnus-summary-select-article-buffer):
1186         Mention gnus-widen-article-buffer.
1187
1188 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1189
1190         * shr.el (shr-tag-strong): Add.
1191
1192 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1193
1194         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1195         group names.  They mess up the group buffer badly.
1196
1197         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1198
1199         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1200         instead of the summary one.
1201
1202 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1203
1204         * mml.el (mml-preview): Work properly when editing article.
1205
1206         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1207         gnus-have-read-active-file if it's already been in.
1208
1209 2010-10-22  Tom Tromey  <tromey@redhat.com>
1210
1211         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1212         gnus-group-completing-read.
1213
1214 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1215
1216         * message.el (message-mode-map): Don't bind M-; to comment region, to
1217         allow the global comment-dwim to work.
1218
1219 2010-10-21  Julien Danjou  <julien@danjou.info>
1220
1221         * message.el (message-setup-1): Allow message-default-headers to be a
1222         function.
1223
1224 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1225
1226         * shr.el (shr-tag-table): Simplify.
1227
1228 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229
1230         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1231         to avoid trying to snarf invalid stuff.
1232
1233         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1234
1235         * gnus.el (gnus-message-archive-group): Quote value.
1236         (gnus-message-archive-group): Mark as changed.
1237
1238         * shr.el (shr-add-font): Don't put the font properties on the newline
1239         or the indentation.
1240
1241         * message.el (message-fix-before-sending): Change options when sending
1242         non-printable characters.
1243
1244         * gnus.el (gnus-message-archive-method): Change the default to
1245         monthly outgoing groups.
1246
1247         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1248         that have gotten new numbers.
1249
1250         * nnimap.el (nnimap-request-replace-article): New function.
1251
1252 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1253
1254         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1255         (nnrss-request-article): Don't use special html washing code.
1256
1257 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1258
1259         * shr.el (shr-tag-table): Remove useless nconc.
1260
1261 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1262
1263         * gnus-art.el (article-wash-html): Simplify and remove the charset
1264         stuff.  Use the normal html rendering code instead of the special html
1265         washing code.
1266
1267         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1268         `gnus-w3m' symbols.
1269         (mm-text-html-washer-alist): Remove.
1270
1271         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1272         (mm-inline-media-tests): Remove use.
1273         (mm-text-html-renderer): Change default to the `shr' symbol.
1274
1275         * mm-view.el (mm-inline-text-html): Remove use.
1276
1277         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1278         `gnus-blocked-images' to be a function.
1279         (gnus-article-wash-function): Remove.
1280
1281 2010-10-20  Julien Danjou  <julien@danjou.info>
1282
1283         * spam.el (spam-list-of-processors): Mark as obsolete.
1284
1285         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1286         (nnimap-insert-partial-structure): Fix boundary detection.
1287
1288 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1289
1290         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1291         run file-truename on remote files.  This can be expensive and even
1292         prevent one from editing drafts if some unrelated buffer has a stale
1293         connection.
1294
1295 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1298         kinsoku-eol regardless of shr-kinsoku-shorten.
1299         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1300         (shr-tag-table): Support caption, thead, and tfoot.
1301
1302 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1303
1304         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1305         lines.
1306         (shr-save-contents): New command and keystroke.
1307
1308         * nndoc.el (nndoc-type-alist): Add git support.
1309         (nndoc-git-type-p): New function.
1310         (nndoc-transform-git-article): Ditto.
1311         (nndoc-transform-git-headers): Ditto.
1312         (nndoc-transform-git-headers): Generate Subject headers.
1313
1314         * shr.el (shr-parse-style): New function.
1315         (shr-tag-span): Ditto.
1316
1317         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1318         to `G G' to avoid collisions.
1319
1320 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1321
1322         * shr.el: Load kinsoku if necessary.
1323         (shr-kinsoku-shorten): New internal variable.
1324         (shr-find-fill-point): Make kinsoku shorten text line if
1325         shr-kinsoku-shorten is bound to non-nil.
1326         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1327         shr-indentation too when testing if table is wider than frame width.
1328         (shr-insert-table): Use `string-width' instead of `length' to measure
1329         text width.
1330         (shr-insert-table-ruler): Make sure indentation is done at bol.
1331
1332 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1333
1334         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1335         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1336         undecoded network data.
1337
1338 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1339
1340         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1341         name in the mode line spec so that the mode line menu works
1342         (bug #2431).
1343
1344         * message.el (message-get-reply-headers): If we're fed `to-address',
1345         then always use that.
1346
1347         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1348         aren't so wide as to need to switch off the edit menu.
1349
1350         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1351         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1352
1353         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1354         `M-g'.
1355         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1356         the permanent marks.
1357
1358 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1359
1360         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1361         Splitting according to references/in-reply-to obeys the ignore-groups
1362         variable, while splitting by sender and subject do not.
1363
1364 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365
1366         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1367         alist, so that we can look for non-Unicode chars.
1368         (article-translate-strings): Allow both character and string maps.
1369
1370 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1371
1372         * shr.el (shr-insert): Don't insert space behind a wide character
1373         categorized as kinsoku-bol, or between characters both categorized as
1374         nospace.
1375
1376 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1377
1378         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1379         headers to gnus-newsgroup-headers.
1380
1381 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1382
1383         * shr.el (shr-tag-img): Don't align images -- since we're not
1384         rescaling, this often leads to ugly displays.
1385
1386 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1387
1388         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1389         duplicates.
1390
1391 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1392
1393         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1394         call.
1395
1396 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1397
1398         * gnus.el: Autoload gnus-html-show-images.
1399
1400         * nnimap.el: Use nnheader-message throughout.
1401
1402         * shr.el (shr-tag-img): Ignore images with no data.
1403
1404 2010-10-15  Julien Danjou  <julien@danjou.info>
1405
1406         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1407         a possibility to disable format=flow encoding when using hard newlines.
1408
1409 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1410
1411         * shr.el (shr-insert): Remove space inserted before or after a
1412         breakable character or at the beginning or the end of a line.
1413         (shr-find-fill-point): Do kinsoku; find the second best point or give
1414         it up if there's no breakable point.
1415
1416 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1417
1418         * nnimap.el (nnimap-open-connection): Message when opening connection
1419         for debugging purposes.
1420
1421         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1422         on every setup buffer call to allow this to change from article to
1423         article.
1424
1425         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1426         buffers where we have a wide table.
1427
1428 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1429
1430         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1431         uses *-request-thread.
1432
1433 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1434
1435         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1436         incantation, which is no longer valid.
1437
1438 2010-10-14  Julien Danjou  <julien@danjou.info>
1439
1440         * shr.el: Fix defcustom type (char -> character).
1441
1442 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1443
1444         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1445         programs.
1446
1447 2010-10-14  Julien Danjou  <julien@danjou.info>
1448
1449         * shr.el (shr-tag-a): Use url-link as widget type.
1450
1451         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1452         `gnus-group-get-icon'.
1453
1454 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1455
1456         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1457         This should make server editing work better.
1458
1459         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1460
1461         * tls.el (tls-program): Remove spurious %s from openssl.
1462
1463         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1464         (nnimap-parse-flags): Fix regexp.
1465
1466         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1467         probably work for CJVK text, too.
1468
1469         * nnimap.el (nnimap-extend-tls-programs): Remove.
1470         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1471
1472         * tls.el (tls-starttls-switches): Remove starttls hack.
1473         (open-tls-stream): Ditto.
1474         (tls-find-starttls-argument): Ditto.
1475
1476 2010-10-13  Julien Danjou  <julien@danjou.info>
1477
1478         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1479         responses.
1480
1481 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1482
1483         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1484
1485         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1486         anything in Emacs.
1487
1488         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1489
1490 2010-10-13  Julien Danjou  <julien@danjou.info>
1491
1492         * shr.el (shr-width): Make shr-width a defcustom with default to
1493         fill-column.
1494         (shr-tag-img): Use shr-width rather than fill-column.
1495
1496 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1497
1498         * dgnushack.el (byte-optimize-apply)
1499         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1500
1501         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1502         position when (X-)Faces exist.
1503         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1504         avatars when called interactively.
1505
1506 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1507
1508         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1509         gnus-article-x-face-too-ugly is bound.
1510
1511 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1512
1513         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1514
1515         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1516         mailbox that doesn't exist.
1517
1518 2010-10-12  Julien Danjou  <julien@danjou.info>
1519
1520         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1521         (shr-get-image-data): Encode URL properly when fetching from cache.
1522         (shr-tag-img): Use aligned-to spaces to align correctly images.
1523
1524         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1525         before inserting the Gravatar.
1526
1527         * shr.el (shr-tag-img): Add align attribute support for <img>.
1528
1529 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1530
1531         * gnus-gravatar.el (gnus-art): Require.
1532
1533         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1534         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1535         Remove long obsoleted functions.
1536
1537 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1538
1539         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1540
1541         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1542
1543         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1544         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1545         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1546         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1547         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1548         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1549         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1550
1551 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1552
1553         * nnimap.el (nnimap-request-rename-group): Select group read-only
1554         before renaming it.
1555
1556         * shr.el (shr-insert): Fix up the white space only regexp.
1557
1558         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1559         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1560
1561         * shr.el (shr-current-column): New function.
1562         (shr-find-fill-point): New function.
1563
1564 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1565
1566         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1567         numbers.
1568
1569 2010-10-11  Julien Danjou  <julien@danjou.info>
1570
1571         * shr.el (shr-hr-line): Add.
1572         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1573         display hr lines.
1574         (shr-max-columns): Do not change state to nil if we just inserting
1575         spaces.
1576
1577 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578
1579         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1580         select the last group.
1581
1582 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1583
1584         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1585
1586 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1587
1588         * dig.el (dig-mode-map): Declare and define in one step.
1589
1590 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1591
1592         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1593         for Gnus.
1594         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1595         (nnimap-update-qresync-info): Mark \Seen articles as read.
1596
1597         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1598         non-variable, too.
1599
1600         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1601         available.
1602         (nnimap-update-info): Rely more on the current active than the param
1603         active to avoid marking articles as read too much.
1604
1605         * auth-source.el (auth-source-create): Use (user-login-name) for the
1606         user name default.
1607
1608         * nnimap.el (nnimap-update-info): If the server doesn't return any
1609         useful info, just use the previous info.
1610         (nnimap-update-info): Prefer old info over start-article.
1611         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1612
1613 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1614
1615         * nnir.el (autoload): Clean up autoloads.
1616         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1617         Use key rather than value.
1618         (nnir-imap-search-other): New variable.
1619         (nnir-read-parm): Use it.
1620         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1621         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1622
1623 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1624
1625         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1626         the process, too.
1627
1628 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1629
1630         * spam.el (gnus-summary-mode-map): Bind to "$".
1631         Suggested by Russ Allbery.
1632
1633         * shr.el: Rework the way things are indented by <li> slightly.
1634
1635         * gnus.el (gnus-group-set-parameter): Fix typo.
1636
1637         * nnimap.el: Start implementing QRESYNC support.
1638
1639 2010-10-09  Julien Danjou  <julien@danjou.info>
1640
1641         * nnir.el (nnir-engines): Fix too many arguments.
1642
1643 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1644
1645         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1646         group is the "last", so that the backends like nnfolder actually save
1647         their folders.
1648
1649         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1650         try to use that for the tls stream.
1651         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1652         UIDVALIDITY and find out which groups are read-only and not.
1653         (nnimap-get-flags): Use the same marks parsing code as the rest of
1654         nnimap.
1655
1656 2010-10-09  Julien Danjou  <julien@danjou.info>
1657
1658         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1659
1660         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1661         retrieving gravatars.
1662
1663         * shr.el (shr-table-corner): Add.
1664         (shr-table-line): Add.
1665         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1666
1667 2010-10-08  Julien Danjou  <julien@danjou.info>
1668
1669         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1670
1671 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1672
1673         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1674
1675         * gnus-sum.el (gnus-mark-article-as-unread)
1676         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1677         (gnus-summary-set-bookmark): Use it.
1678
1679         * gnus-msg.el (gnus-setup-message): Use it.
1680
1681         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1682
1683         * gnus.el (gnus-group-remove-parameter): Use it.
1684
1685         * gnus-group.el (gnus-group-make-web-group): Use it.
1686
1687         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1688
1689         * nnregistry.el: Update docs to mention manual.
1690
1691         * gnus-registry.el: Update docs to mention nnregistry.el.
1692         (gnus-registry-initialize): Don't install nnregistry refer method
1693         automatically.
1694         (gnus-registry-install-nnregistry): Remove it.
1695
1696 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1697
1698         * shr.el (shr-insert): Don't insert double spaces.
1699
1700 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1701
1702         * gnus-gravatar.el (gnus-treat-from-gravatar)
1703         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1704         called interactively.
1705
1706         * gnus-art.el (gnus-mime-view-part-externally)
1707         (gnus-mime-view-part-internally): Make predicate function passed to
1708         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1709         of a mime type.
1710
1711         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1712
1713 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1714
1715         * shr.el (require): Require cl when compiling.
1716         (shr-tag-hr): New function.
1717
1718         * nnimap.el (nnimap-update-info): Remove double setting of high.
1719         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1720         This makes nnimap work properly on Courier again.
1721
1722         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1723         the variable for backwards compatability.
1724
1725         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1726         the file name before using to avoid setting mm-default-directory to
1727         nil.
1728
1729         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1730         bidning gnus-agent variables.
1731
1732         * shr.el (shr-render-td): Use a cache for the table rendering function
1733         to avoid getting an exponential rendering behaviour in nested tables.
1734         (shr-insert): Rework the line-breaking algorithm.
1735         (shr-insert): Don't leave trailing spaces.
1736         (shr-insert-table): Also insert empty TDs.
1737         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1738
1739 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1740
1741         * gnus-sum.el (gnus-number): Rename from `number'.
1742         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1743         (gnus-summary-limit-children): Update uses correspondingly.
1744
1745 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1746
1747         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1748         (gnus-gravatar-transform-address): Don't show avatars of people of
1749         which mail addresses match gnus-gravatar-too-ugly.
1750
1751 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1752
1753         * shr.el (shr-table-widths): Expand TD elements to fill available
1754         space.
1755
1756 2010-10-07  Julien Danjou  <julien@danjou.info>
1757
1758         * nnimap.el (nnimap-request-rename-group): Add this method.
1759
1760 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1761
1762         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1763         name from XEmacs' function-arglist.
1764
1765         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1766         gravatar under XEmacs.
1767
1768 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1769
1770         * auth-source.el: Update docs with TODO items.
1771
1772         * gnus-sync.el: Update docs to explain state and plans.
1773
1774         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1775         Hooks for mark updates.
1776         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1777
1778         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1779         hooks with arguments, which is needed for mark update hooks.
1780
1781 2010-10-06  Julien Danjou  <julien@danjou.info>
1782
1783         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1784         was matched.
1785
1786         * sieve-manage.el: Update example in `Commentary'.
1787
1788         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1789
1790         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1791         not 2000.
1792         (sieve-manage-authenticate): Re-add function.
1793
1794 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1795
1796         * shr.el (shr-insert): Get 'space transition right.
1797         (shr-render-td): Only delete space at the end of the TD.
1798
1799         * nnimap.el (nnimap-open-connection): Prepare to support
1800         open-gnutls-stream.
1801
1802         * shr.el: Rearrange function order to be more logical.
1803
1804 2010-10-06  Julien Danjou  <julien@danjou.info>
1805
1806         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1807         (nnrss-discover-feed): Remove 404 URL in docstring.
1808
1809         * nnir.el: Fix Swish-E URL.
1810         Fix Namazu URL.
1811
1812         * message.el (message-change-subject): Remove 404 URL in a comment.
1813
1814 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1815
1816         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1817         called interactively.
1818
1819         * gnus-util.el (gnus-remove-if): Allow hash table.
1820         (gnus-remove-if-not): New function.
1821
1822         * gnus-art.el (gnus-mime-view-part-as-type)
1823         * gnus-score.el (gnus-summary-score-effect)
1824         * gnus-sum.el (gnus-read-move-group-name):
1825         Replace remove-if-not with gnus-remove-if-not.
1826
1827         * gnus-group.el (gnus-group-completing-read):
1828         Regard collection as a hash table if it is not a list.
1829
1830 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1831
1832         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1833
1834         * shr.el: Document the table-rendering algorithm.
1835
1836 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1837
1838         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1839         for Emacsen having no `libxml-parse-html-region' support.
1840
1841 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1842
1843         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1844         invalid URLs.
1845
1846         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1847         line-broken.
1848         (shr-tag-img): Ignore image fetching errors.
1849         (shr-overlays-in-region): Compute overlay positions correctly.
1850
1851         * mm-decode.el (mm-shr): Require shr.
1852
1853         * gnus-art.el (gnus-blocked-images): Move variable here.
1854
1855         * shr.el (shr-insert-table): Bind free variable.
1856
1857         * mm-decode.el (mm-shr): Bind shr-content-function.
1858
1859         * shr.el (shr-content-function): New variable.
1860
1861         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1862         added for symmetry.
1863
1864         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1865
1866         * gnus-group.el (gnus-group-make-group): Doc fix.
1867
1868         * nnimap.el (nnimap-request-newgroups): Return success.
1869
1870         * shr.el (shr-find-elements): New function.
1871         (shr-tag-table): Put all the images after the table.
1872         (shr-tag-table): Really inhibit images inside the table.
1873         (shr-collect-overlays): Copy over overlays from the TD elements to the
1874         main document.
1875
1876         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1877         gnus-blocked-images.
1878
1879 2010-10-05  Julien Danjou  <julien@danjou.info>
1880
1881         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1882
1883         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1884         (gnus-html-maximum-image-size): Add this function.
1885         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1886
1887         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1888         server-value of the capability is nil.
1889
1890 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1891
1892         * shr.el (shr-tag-em): Add <EM> tag.
1893
1894 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1895
1896         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1897         customizable.
1898
1899         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1900         handing broken links to browse-url.
1901
1902 2010-10-05  Julien Danjou  <julien@danjou.info>
1903
1904         * gnus-util.el (gnus-emacs-completing-read)
1905         (gnus-iswitchb-completing-read): Use autoload rather than require.
1906
1907 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1908
1909         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1910         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1911         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1912         iswitchb-temp-buflist for XEmacs.
1913
1914         * gnus-util.el (gnus-completing-read-function): Exclude
1915         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1916         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1917         XEmacs.
1918
1919         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1920         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1921
1922         * gnus-html.el: Don't require help-fns under XEmacs.
1923         (gnus-html-schedule-image-fetching): Work for XEmacs.
1924
1925         * mm-decode.el (mm-shr): Decode contents by charset.
1926
1927 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1928
1929         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1930         unknown.
1931
1932         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1933         (shr-get-image-data): Ensure against the cache file missing.
1934
1935         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1936         for data.
1937
1938         * spam-report.el (spam-report-url-ping-plain): Don't query about
1939         killing the process.
1940
1941         * shr.el (shr-render-td): Protect against too-wide text.
1942
1943 2010-10-04  Julien Danjou  <julien@danjou.info>
1944
1945         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1946         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1947
1948         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1949         retrieved.
1950
1951 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952
1953         * shr.el (browse-url): Require.
1954         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1955         lines.
1956         (shr-show-alt-text, shr-browse-image): New commands.
1957         (shr-browse-url, shr-copy-url): New commands.
1958
1959         * gnus-sum.el (gnus-widen-article-window): New variable.
1960         (gnus-summary-select-article-buffer): Use it.
1961
1962         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1963         without @ signs.
1964
1965 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1966
1967         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1968
1969 2010-10-04  Julien Danjou  <julien@danjou.info>
1970
1971         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1972         for XEmacs.
1973
1974 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1975
1976         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1977
1978         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1979         (nnimap-close-server): Implement.
1980
1981         * dgnushack.el (iswitchb): Require to shut up the compiler.
1982
1983         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1984         (shr-insert): Tweak line breaking.
1985         (shr-insert): Handle <pre> better.
1986         (shr-tag-li): Get <li> indentation right.
1987         (shr-tag-li): Get <li> indentation even righter.
1988         (shr-tag-blockquote): Ensure paragraph start.
1989         (shr-make-table): Tweak table generation.
1990         (shr-make-table): Fix typo.
1991
1992         * shr.el: Implement table rendering.
1993
1994 2010-10-04  Julien Danjou  <julien@danjou.info>
1995
1996         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1997
1998 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1999
2000         * shr.el (shr-insert): Use string anchors instead of line anchors.
2001
2002 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2003
2004         * shr.el: Add headings.
2005         (shr-ensure-paragraph): Actually work.
2006         (shr-tag-li): Make <ul> prettier.
2007         (shr-insert): Get white space at the beginning/end of elements right.
2008         (shr-tag-p): Collapse subsequent <p>s.
2009         (shr-ensure-paragraph): Don't insert double line feeds after blank
2010         lines.
2011         (shr-insert): \t is also space.
2012         (shr-tag-s): Fix "s" tag name function.
2013         (shr-tag-s): Fix face prop name.
2014
2015 2010-10-03  Julien Danjou  <julien@danjou.info>
2016
2017         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2018
2019         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2020         gnus-window-inside-pixel-edges.
2021
2022         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2023         gnus-ems.
2024
2025         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2026
2027         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2028         function.
2029
2030         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2031         resize choice.
2032
2033 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2034
2035         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2036         beginning of the buffer.
2037
2038         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2039         article buffer again.
2040
2041         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2042
2043         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2044         when it's at the start of the buffer.
2045
2046         * shr.el (shr-tag-blockquote): Convert name.
2047         (shr-rescale-image): Use the right image-size variant.
2048
2049         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2050         buffer isn't shown, then select the current article first instead of
2051         bugging out.
2052         (gnus-summary-select-article-buffer): Show both the article and summary
2053         buffers again.
2054
2055         * shr.el (shr-fontize-cont): Protect against regions with no text.
2056         Rename tag functions to shr-tag-* for enhanced security.
2057         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2058
2059 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2060
2061         * shr.el (shr-insert):
2062         * pop3.el (pop3-movemail):
2063         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2064         loaded.
2065
2066 2010-10-03  Glenn Morris  <rgm@gnu.org>
2067
2068         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2069
2070         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2071
2072         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2073
2074         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2075
2076         * gnus-util.el (gnus-make-local-hook): Simplify.
2077
2078 2010-10-02  Julien Danjou  <julien@danjou.info>
2079
2080         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2081         (gnus-ido-completing-read): New function.
2082         (gnus-emacs-completing-read): New function.
2083         (gnus-completing-read): Use gnus-completing-read-function.
2084         Add gnus-completing-read-function.
2085
2086 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087
2088         * shr.el (shr-insert-document): Autoload.
2089         (shr-img): Be silent.
2090         (shr-insert): Add a newline after every picture before text.
2091         (shr-add-font): Use overlays for combining faces.
2092         (shr-insert): Pass upwards the text start point.
2093
2094         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2095         possible.
2096         (mm-shr): New function.
2097
2098 2010-10-02  Julien Danjou  <julien@danjou.info>
2099
2100         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2101         should go backward.
2102
2103 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2104
2105         * shr.el (shr): Fix typo in provide call.
2106
2107 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2108
2109         * shr.el: New file.
2110
2111         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2112
2113         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2114         completing read.
2115
2116 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2117
2118         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2119         we're being queried about.  Suggested by Dan Jacobson.
2120
2121         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2122         Suggested by Jason Eisner.
2123
2124         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2125         table, too.  Suggested by Stefan Wiens.
2126         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2127         the table unnecessary.  Suggested by Stefan Wiens.
2128
2129         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2130         longer needed, and probably doesn't work either, as pointed out by
2131         Stefan Wiens.
2132         (gnus-summary-exit): Remove call to the clearing function.
2133         (gnus-summary-exit-no-update): Ditto.
2134
2135         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2136         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2137         Reported by Stefan Monnier.
2138         (gnus-summary-save-in-rmail): Ditto.
2139
2140         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2141         article buffer, instead of both the article buffer and the summary
2142         buffer.  Sort of suggested by Dan Jacobson.
2143
2144         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2145
2146         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2147         Suggested by Dan Jacobson.
2148
2149         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2150         documentation clearer.
2151
2152         * message.el (message-shorten-references): Comment on the number "21".
2153         Suggested by Stefan Monnier.
2154
2155         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2156         Suggested by Dan Jacobson.
2157
2158         * gnus.el (gnus-large-newsgroup):
2159         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2160
2161         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2162         externalize attachments.  Bug reported by Steve Wen.
2163
2164         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2165         really message anything to the user.
2166
2167         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2168         directly.
2169
2170         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2171         messages in empty groups.
2172
2173 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2174
2175         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2176         non-UIDNEXT group.
2177
2178 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2179
2180         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2181         not the value from the collection.
2182
2183         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2184         values.  This sometimes happens on some groups that have no info.
2185         (nnimap-request-newgroups): New function.
2186
2187 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2188
2189         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2190         check into `gnus-registry-initialize'.
2191         (gnus-registry-initialize): Ditto.
2192         Fix and extend header docs.
2193
2194 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2195
2196         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2197         regexp backtrace overflows.
2198
2199         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2200         for starttls that tls.el implements; i.e. openssl.
2201
2202         * tls.el (tls-starttls-switches): Give up on using starttls with
2203         gnutls-cli.
2204         (tls-program): Add --insecure to be consistent with the defaults from
2205         openssl s_client.  Now all three commands are insecure.
2206
2207 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2208
2209         * lpath.el: Bind completion-styles-alist for XEmacs.
2210
2211         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2212         (gravatar-create-image): New function that's an alias to
2213         gnus-xmas-create-image, gnus-create-image, or create-image.
2214         (gravatar-data->image): Use it.
2215
2216 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2217
2218         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2219         install the nnregistry refer method.
2220         (gnus-registry-install-hooks): Use it.
2221         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2222         unfollowed groups.
2223
2224 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2225
2226         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2227         expanding threads.
2228
2229 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2230
2231         * nnir.el: Use the server names without suffixes (bug #7009).
2232
2233         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2234         unencrypted to STARTTLS, if possible.
2235
2236 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2237
2238         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2239         headers before superseding.
2240
2241 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2242
2243         * nnrss.el (nnrss-use-local): Add documentation.
2244
2245         * nnimap.el (nnimap-extend-tls-programs): New function.
2246         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2247         (nnimap-wait-for-connection): Accept the greeting from the stupid
2248         output from openssl s_client -starttls, too.
2249
2250         * tls.el (tls-starttls-switches): New variable.
2251         (tls-find-starttls-argument): Use it.
2252         (open-tls-stream): Ditto.
2253
2254         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2255         (netrc-machine): Ditto.
2256
2257         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2258         article number.
2259         (nnimap-split-fancy): New variable.
2260         (nnimap-split-incoming-mail): Use it.
2261
2262         * nntp.el (nntp-server-list-active-group): Document.
2263
2264         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2265         SELECT to get the message-id.
2266
2267         * mail-source.el (mail-sources): Remove webmail support.
2268         (defvar): Ditto.
2269         (mail-source-fetcher-alist): Ditto.
2270         (mail-source-fetch-webmail): Remove.
2271
2272         * webmail.el: Remove -- doesn't seem relevant any more.
2273
2274         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2275
2276         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2277         the \r.
2278
2279 2010-09-30  Julien Danjou  <julien@danjou.info>
2280
2281         * gnus-agent.el (gnus-agent-add-group): Fix call to
2282         gnus-completing-read.
2283
2284 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2285
2286         * nndoc.el (nndoc-retrieve-groups): New function.
2287
2288         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2289         `default', use nnmail-split-methods.
2290         (nnimap-request-article): Downcase the NILs so that they are nil.
2291
2292         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2293         symbol.
2294
2295         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2296         code, since if the user has requested network, that's what they ought
2297         to get.
2298         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2299         (nnimap-split-rule): Mark as obsolete.
2300
2301         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2302         New variable.
2303
2304         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2305         correct slot, too.
2306
2307 2010-09-29  Julien Danjou  <julien@danjou.info>
2308
2309         * gnus.el (gnus-local-domain): Declare variable obsolete.
2310
2311         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2312         Fix history computing.
2313         (gnus-ido-completing-read): Require ido.
2314
2315 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2316
2317         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2318         build Gnus.
2319
2320         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2321         when interpreting the structures.
2322         (nnimap-request-accept-article): Add \r\n to the lines to make this
2323         work with Cyrus.
2324
2325         * nndraft.el (nndraft-request-expire-articles): Use the group name
2326         instead if "nndraft".  Fix found by Nils Ackermann.
2327
2328 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2329
2330         * nnregistry.el: Add.
2331
2332 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2333
2334         * nnmail.el (group, group-art-list, group-art):
2335         Remove unneeded directives.
2336
2337 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2338
2339         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2340         (mm-mime-charset)
2341         * rfc2047.el (rfc2047-syntax-table)
2342         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2343
2344         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2345         rather than `insert-file-contents' and `eval-region'.
2346
2347         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2348         construction.
2349
2350         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2351
2352         * time-date.el: No need to require cl for Emacs 21.
2353
2354 2010-09-29  Julien Danjou  <julien@danjou.info>
2355
2356         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2357         replacement of `gnus-gravatar-relief' to mimic
2358         `gnus-faces-properties-alist'.
2359         Add :version property.
2360
2361 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2362
2363         * mail-source.el (mail-source-report-new-mail)
2364         * message.el (message-default-mail-headers)
2365         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2366
2367         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2368
2369 2010-09-28  Julien Danjou  <julien@danjou.info>
2370
2371         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2372         mail-address contains the same string as real-name.
2373
2374         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2375         non-blank in header, otherwise it'll get stripped.
2376
2377         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2378         real-name, and then for mail address rather than doing : or , search.
2379
2380 2010-09-27  Julien Danjou  <julien@danjou.info>
2381
2382         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2383         right completing-read function.
2384         (gnus-use-ido): New variable
2385         (gnus-completing-read-with-default): Remove.
2386         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2387         (gnus-agent-add-group):
2388         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2389         * mm-view.el (mm-view-pkcs7-decrypt):
2390         * mm-util.el (mm-codepage-setup):
2391         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2392         * mml-smime.el (mml-smime-openssl-sign-query):
2393         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2394         (mml-insert-multipart):
2395         * gnus-msg.el (gnus-summary-yank-message):
2396         * gnus-int.el (gnus-start-news-server):
2397         * mm-decode.el (mm-interactively-view-part):
2398         * gnus-dired.el (gnus-dired-attach):
2399         * gnus.el (gnus-read-method):
2400         * gnus-bookmark.el (gnus-bookmark-jump):
2401         * gnus-art.el (gnus-mime-view-part-as-type)
2402         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2403         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2404         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2405         * nnmairix.el (nnmairix-create-server-and-default-group)
2406         (nnmairix-update-groups, nnmairix-get-server)
2407         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2408         (nnmairix-get-group-from-file-path):
2409         * nnrss.el (nnrss-find-rss-via-syndic8):
2410         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2411         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2412         (gnus-group-browse-foreign-server):
2413         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2414         (gnus-summary-execute-command, gnus-summary-respool-article)
2415         (gnus-read-move-group-name):
2416         * gnus-score.el (gnus-summary-increase-score)
2417         (gnus-summary-score-effect):
2418         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2419
2420 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2421
2422         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2423         x-focus-frame.
2424
2425         * nnimap.el (auth-source-forget-user-or-password)
2426         (auth-source-user-or-password): Autoload.
2427
2428         * message.el (message-from-style, message-interactive)
2429         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2430         (message-yank-prefix, message-indentation-spaces, message-signature)
2431         (message-signature-file): Add comment.
2432
2433 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2434
2435         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2436         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2437         new articles.
2438
2439         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2440         parts.
2441         (nnimap-request-article): Work with the t setting, too.
2442
2443         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2444         that you don't get flashes of other buffers.
2445         (gnus-summary-show-complete-article): Intern before setting.
2446
2447 2010-09-27  David Engster  <dengste@eml.cc>
2448
2449         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2450         well as HEADERS.
2451         (nnmairix-retrieve-headers): Provide new argument for the above.
2452
2453 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2454
2455         * gnus-sum.el (gnus-summary-move-article): Don't alter
2456         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2457         group.
2458
2459         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2460
2461         * message.el (message-cite-prefix-regexp): Revert my last edit.
2462
2463         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2464         variable instead of the Gnus variable.
2465
2466         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2467
2468         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2469
2470         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2471         since some servers don't like it.
2472         (nnimap-open-connection): Forget credentials if the server says the
2473         password was wrong.
2474         (nnimap-parse-line): Protect against invalid data.
2475
2476         * gnus-sum.el (gnus-summary-move-article): Add comment.
2477         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2478         nothing alters it while scanning for new messages.
2479
2480         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2481         which may or may not help.
2482         (nnimap-open-connection): If we're doing a stream connection, and then
2483         discover we're on a STARTTLS-capable server, then open a STARTTLS
2484         connection instead.
2485
2486 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2487
2488         * nnimap.el (utf7): Require.
2489
2490         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2491         prefix.
2492
2493 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2494
2495         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2496
2497 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2498
2499         * nnimap.el (nnimap-request-accept-article): Message the error on
2500         error.
2501
2502 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2503
2504         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2505
2506 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2507
2508         * nndoc.el (nndoc-request-list): Return success always.
2509
2510         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2511         `fetch-old' -- we only want to fetch the articles we've requested.
2512         The rest are in the agent, probably.
2513         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2514         disappeared server" to something low.  It's not important.
2515
2516         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2517         arrived before the FETCH data.
2518
2519         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2520         target here, because we don't know the Gnus name of the group.
2521
2522         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2523         for the correct group.
2524
2525         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2526
2527         * gnus.el (gnus): Give a final warning after startup.
2528
2529         * gnus-util.el (gnus-action-message-log): New variable.
2530         (gnus-message): Use it.
2531         (gnus-final-warning): New function.
2532
2533         * nnimap.el (nnimap-open-connection): Record the greeting.
2534         (nnimap): Add greeting.
2535
2536 2010-09-26  Julien Danjou  <julien@danjou.info>
2537
2538         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2539         arguments.
2540         (gnus-html-wash-images): Fix spec computing to include start/end.
2541
2542         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2543
2544 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2545
2546         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2547         deletion.
2548         (nnimap-retrieve-headers): Don't select the group, because that's
2549         already done by nnimap-possibly-change-group.
2550
2551         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2552         (gnus-picon-transform-address): Use it.
2553
2554         * mail-source.el (mail-source-value): Revert previous patch.
2555
2556         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2557         on failure.
2558         (nnimap-open-connection): Look up both virtual and physical server name
2559         credentials.
2560
2561         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2562
2563 2009-02-07  Dave Love  <fx@gnu.org>
2564
2565         * tls.el (open-tls-stream): Don't query killing process.
2566
2567 2009-02-08  Dave Love  <fx@gnu.org>
2568
2569         * gnus-win.el (gnus-window-to-buffer-helper)
2570         (gnus-all-windows-visible-p): Function needn't be a symbol.
2571
2572         * mail-source.el (mail-source-value): Function needn't be a symbol.
2573
2574 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2575
2576         * message.el (message-cite-prefix-regexp): Remove } from the cite
2577         prefix.
2578
2579         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2580         highlight again, so that the highlight is correct.
2581
2582         * gnus-picon.el (gnus-picon): Remove again.
2583         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2584
2585         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2586         doing the header highlightling, so that the background colour of the
2587         picon is correct.
2588
2589         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2590         (gnus-picon): Ditto.
2591         (gnus-picon): Reinstate.  The background colour for picons is white.
2592         (gnus-picon-insert-glyph): Make the background white.
2593
2594         * nnml.el (nnml-open-nov): Don't return dead buffers.
2595
2596         * auth-source.el (auth-source-create): Query the user for whether to
2597         store the credentials.
2598
2599         * netrc.el (netrc-store-data): New function.
2600
2601         * auth-source.el (auth-source-user-or-password): Use the existing auth
2602         sources, if any, for creation.
2603
2604         * gnus.el (gnus-group-fast-parameter): Return the last matching
2605         parameter instead of the first matching parameter.
2606
2607 2010-09-26  Julien Danjou  <julien@danjou.info>
2608
2609         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2610
2611 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2612
2613         * mml2015.el (mml2015-use): Remove gpg support.
2614
2615         * mml1991.el (mml1991-function-alist): Remove gpg function.
2616         (mml1991-gpg-sign): Remove.
2617
2618 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2619
2620         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2621         (gnus-browse-unsubscribe-current-group): Document it.
2622         (gnus-browse-unsubscribe-group): Use it.
2623
2624 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2625
2626         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2627         address to the To list for easier response.
2628
2629         * gnus.el (gnus-play-startup-jingle): Remove.
2630         (gnus-splash): Don't play jingle.
2631         (gnus): Silence gnus-load message.
2632
2633         * gnus-art.el (gnus-treat-play-sounds): Remove.
2634
2635         * gnus.el (gnus-play-jingle): Remove audio support.
2636
2637         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2638
2639         * earcon.el: Remove -- no users.
2640
2641         * gnus-audio.el: Remove -- no users of this package.
2642
2643         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2644
2645         * gnus-start.el (gnus-setup-news): Remove nocem support.
2646
2647         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2648
2649         * gnus.el (gnus-use-nocem): Remove.
2650
2651         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2652         Remove.
2653
2654         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2655         uses NoCeM any more.
2656
2657         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2658         (gnus-button-ctan-handler): Ditto.
2659         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2660         (gnus-button-ctan-directory-regexp): Ditto.
2661         (gnus-button-handle-ctan): Ditto.
2662         (gnus-button-tex-level): Ditto.
2663         (gnus-button-alist): Remove CTAN stuff.
2664
2665 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2666
2667         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2668         nnimap-streaming test.
2669
2670         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2671         servers twice.
2672
2673         * nnimap.el (nnimap-open-connection): Add more error reporting when
2674         nnimap fails early.
2675
2676         * nnheader.el (nnheader-get-report-string): New function.
2677         (nnheader-get-report): Use it.
2678
2679         * gnus-int.el (gnus-check-server): Say what the error was when opening
2680         failed.
2681
2682         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2683         using streaming.
2684
2685 2010-09-25  Julien Danjou  <julien@danjou.info>
2686
2687         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2688         gnus-window-inside-pixel-edges.
2689
2690 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2691
2692         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2693
2694         * mm-decode.el (mm-save-part): Allow saving to other directories the
2695         normal Emacs way.
2696
2697         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2698         Suggested by Jay Berkenbilt.
2699
2700         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2701         there isn't a single byte.
2702
2703         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2704         just do it.  It doesn't really seem to matter what the user responds
2705         here, I think, so it's just a confusing question.
2706
2707         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2708         non-streaming case.
2709
2710         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2711         (gnus-article-encrypt-body): Use it.
2712
2713         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2714         keystroke.
2715
2716         * nnimap.el (nnimap-find-wanted-parts-1):
2717         Use gnus-fetch-partial-articles.
2718
2719         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2720
2721         * nnimap.el (nnimap-insert-partial-structure): New function.
2722         (nnimap-get-partial-article): New function.
2723         (nnimap-request-article): Use it.
2724         (nnimap-wait-for-response): Return whether the wait was successful.
2725         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2726         retrieval wasn't successful.
2727         (nnimap-retrieve-group-data-early): Allow throttling servers.
2728         (nnimap-streaming): New variable.
2729         (nnimap-fetch-partial-articles): Remove.
2730
2731         * mm-decode.el (mm-with-part): Protect against killed buffers.
2732
2733         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2734         for prettier summary display.
2735
2736 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2737
2738         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2739
2740 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2741
2742         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2743         apparently third-party libraries depend on it.
2744
2745         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2746         before starting negotiation.
2747
2748         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2749         privacy reasons.
2750         (gnus-treat-mail-gravatar): Ditto.
2751
2752         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2753         buffer when inserting images.  Inserting text into the headers, for
2754         instance, can make them invalid.
2755
2756 2010-09-25  Julien Danjou  <julien@danjou.info>
2757
2758         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2759         variables.
2760
2761         * nnheader.el: Remove useless variables news-reply-yank-from and
2762         news-reply-yank-message-id.
2763
2764         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2765         variables.
2766
2767         * mml1991.el: Remove useless mml1991-verbose.
2768
2769         * gnus.el: Remove useless variable gnus-use-generic-from.
2770         Remove obsolete variable gnus-topic-indentation.
2771
2772         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2773
2774         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2775
2776         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2777
2778         * gnus-group.el: Remove useless gnus-group-icon-cache.
2779         Remove useless gnus-ephemeral-group-server.
2780
2781         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2782
2783         * mml2015.el: Remove useless mml2015-verbose.
2784
2785         * mml-smime.el: Remove useless mml-smime-verbose.
2786
2787         * gnus.el: Remove useless gnus-local-domain.
2788
2789         * gnus-gravatar.el (gnus-gravatar-transform-address):
2790         Use gnus-gravatar-size.
2791
2792         * gnus-art.el: Remove useless gnus-treat-translate.
2793
2794 2010-09-24  Julien Danjou  <julien@danjou.info>
2795
2796         * gnus-sum.el: Add support for Gravatars.
2797
2798         * gnus-art.el: Add support for Gravatars.
2799
2800         * gnus-gravatar.el: Add this file.
2801
2802         * gravatar.el: Add this file.
2803
2804 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2805
2806         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2807
2808         * gnus-group.el (gnus-group-fetch-faq): Remove.
2809
2810         * gnus.el (gnus-group-faq-directory): Remove.
2811
2812         * gnus-group.el (gnus-group-fetch-charter): Remove.
2813
2814         * gnus.el (gnus-group-charter-alist): Remove.
2815
2816         * gnus-group.el (gnus-group-archive-directory): Remove.
2817         (gnus-group-recent-archive-directory): Ditto.
2818         (gnus-group-make-archive-group): Remove.
2819
2820         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2821
2822         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2823         use the same article number for all the cached articles.
2824
2825         * nnimap.el (nnimap-command): Register the last command time so
2826         that we can use it for idling NOOPs.
2827         (nnimap-open-connection): Start the keeplive timer.
2828         (nnimap-make-process-buffer): Store all the process buffers.
2829         (nnimap-keepalive): New function.
2830
2831         * starttls.el (starttls-open-stream): Add autoload cookie.
2832
2833 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2834
2835         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2836         handling.
2837
2838 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2839
2840         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2841         its data structures.
2842
2843         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2844         instead of the cl.el copy-list.
2845         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2846         equalp.
2847
2848 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2851         and tool-bar-local-item-from-menu.
2852
2853         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2854         mode-line-highlight face for Emacs.
2855
2856         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2857         loading gnus-sum.elc; fix comment for canlock-verify.
2858         (gnus-article-jump-to-part): Use read-number.
2859         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2860         Remove Emacs pre-21 compatible code for help-echo.
2861         (gnus-article-next-page-1): No need to adjust the number of lines.
2862         (gnus-article-describe-bindings): Always use help-buffer.
2863
2864         * gnus-audio.el (gnus-audio-inline-sound)
2865         * gnus-cus.el (gnus-custom-mode)
2866         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2867
2868         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2869
2870         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2871         compatible code.
2872
2873 2010-09-24  Glenn Morris  <rgm@gnu.org>
2874
2875         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2876         visiting the fcc file in rmail-mode.
2877
2878         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2879
2880 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2881
2882         * nnir.el: Silence the byte compiler.
2883
2884         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2885         alias to browse-url-url-encode-chars if any.
2886         (gnus-html-encode-url): Use it.
2887
2888 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2889
2890         * gnus-start.el (gnus-use-backend-marks): New variable.
2891         (gnus-get-unread-articles-in-group): Use it.
2892
2893         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2894         makeover.
2895
2896 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2897
2898         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2899
2900 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2901
2902         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2903         Remove.
2904         (gnus-setup-news-hook):
2905         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2906
2907         * gnus-int.el (gnus-request-update-info): Protect against backends not
2908         having the function.
2909
2910         * nnimap.el (nnimap-stream): Mention starttls.
2911         (nnimap-open-connection): Add starttls support.
2912
2913 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2914
2915         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2916
2917 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2918
2919         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2920         BODYSTRUCTUREs.
2921         (nnimap-transform-headers): Unfold quoted {42} headers.
2922
2923         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2924         the info.
2925         (gnus-get-unread-articles): Only call updatep on backends that support
2926         it.
2927
2928         * nnweb.el (nnweb-request-update-info): NOOP.
2929
2930         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2931
2932         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2933         since it only deals with marks.
2934
2935         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2936         gnus-request-marks, and make a new gnus-request-update-info.
2937
2938         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2939         the active instead of the high number, which is usually too low.
2940
2941 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2942
2943         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2944         * encrypt.el: Remove.
2945
2946 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2947
2948         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2949         server in symbolic form.
2950
2951         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2952
2953 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2954
2955         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2956         (nnimap-update-info): Fix up code slightly.
2957
2958         * gnus-int.el (gnus-open-server): Add tracing for performance
2959         debugging.
2960
2961         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2962         (gnus-group-insert-group-line): Pass the real group name so that it
2963         gets the right data.
2964
2965         * gnus-start.el (gnus-get-unread-articles): Don't have
2966         `gnus-get-unread-articles-in-group' update info, since that can be
2967         really slow and doesn't seem to be needed?
2968
2969 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2970
2971         * time-date.el (date-to-time): Try using parse-time-string first before
2972         using the slower timezone-make-date-arpa-standard.
2973
2974 2010-09-22  Julien Danjou  <julien@danjou.info>
2975
2976         * gnus-group.el (gnus-group-insert-group-line):
2977         Call gnus-group-highlight-line.
2978         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2979         default hook list.
2980         (gnus-group-update-eval-form): Add new function.
2981         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2982         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2983
2984 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2985
2986         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2987         immediate, then expire all articles.
2988         (nnimap-update-info): Fix off-by-one errors.
2989         (nnimap-flags-to-marks): Would return no marks lists for group with no
2990         flags.  Instead return the other data.
2991
2992 2010-09-22  Julien Danjou  <julien@danjou.info>
2993
2994         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2995         Only return an icon.
2996         (gnus-group-insert-group-line): Compute icon to return.
2997
2998         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2999         (gnus-html-image-fetched): Only cache if
3000         gnus-html-image-automatic-caching is set.
3001         (gnus-html-image-fetched): Check for errors.
3002
3003 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3004
3005         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3006         once per method on `g'.  This ensures that backends like nnfolder don't
3007         open all their folders.
3008
3009         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3010         (nnimap-request-list): Nix out group in the correct buffer.
3011         (nnimap-parse-flags): Implement by using `read' instead of
3012         hand-parsing.
3013         (nnimap-flags-to-marks): Pass on permanent-flags.
3014         (nnimap-make-process-buffer): Record the server name.
3015         (nnimap-parse-flags): Fix typo.
3016         (nnimap-request-scan): Run split on the server in general, not just a
3017         single group.
3018
3019         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3020         parameter, and propagate this downwards.
3021
3022         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3023         since EXAMINE changes it on the server.
3024
3025         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3026         this command might take a while.
3027
3028 2010-09-22  Julien Danjou  <julien@danjou.info>
3029
3030         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3031         harmful if you have 2 images side-by-side, they can't be properly
3032         update on text deletion.  Using text-property is safer here.
3033         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3034         data.
3035
3036 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3037
3038         * nnimap.el (nnimap-expunge-inbox): Remove.
3039         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3040         (nnimap-expunge): Flip default to t.
3041
3042         * gnus.el (gnus-method-to-server): Don't push things to the cache
3043         unless it's unique.
3044         (gnus-server-to-method): Ditto.
3045
3046 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3047
3048         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3049
3050 2010-09-22  Julien Danjou  <julien@danjou.info>
3051
3052         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3053         get the start of data.
3054         (gnus-html-encode-url): Add this function to encode special chars in
3055         URL.
3056         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3057         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3058
3059         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3060         default.
3061         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3062
3063         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3064         images alt-text.
3065         (gnus-html-put-image): Put alt-text as help-echo.
3066
3067 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3068
3069         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3070         * mm-util.el (mm-decompress-buffer)
3071         * nnir.el (nnir-run-find-grep)
3072         * pop3.el (pop3-list): Use 3rd arg of split-string.
3073
3074         * time-date.el (format-seconds): Comment fix.
3075
3076         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3077         and byte-optimize-form-code-walker.
3078         (dgnushack-make-auto-load): Don't advise make-autoload.
3079
3080         * lpath.el: Remove Emacs 21 stuff.
3081
3082 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3083
3084         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3085         outside the active range.  Suggested by Dan Christensen.
3086
3087         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3088         slightly later to avoid double-getting it.
3089
3090         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3091         previous patch.
3092
3093         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3094
3095 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3096
3097         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3098
3099 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3100
3101         * gnus-int.el (gnus-open-server): Give a better error message in the
3102         "go offline" case.
3103
3104         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3105         marks for nnimap, which is seldom the right thing to do.
3106
3107         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3108         (gnus-same-method-different-name): New function.
3109
3110         * nnimap.el (parse-time): Require.
3111
3112         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3113         method in the presence of many similar methods.
3114
3115         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3116
3117         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3118         nnml-inhibit-expiry.
3119
3120         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3121         find out whether methods are equal.
3122
3123         * nnimap.el (nnimap-find-expired-articles): New function.
3124         (nnimap-process-expiry-targets): New function.
3125         (nnimap-request-move-article): Request the article before looking at
3126         what the Message-ID is.  Fix found by Andrew Cohen.
3127         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3128
3129         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3130         for oldness in addition to being a predicate.
3131
3132         * nnimap.el (nnimap-request-group): When we have zero articles, return
3133         the right data to Gnus.
3134         (nnimap-request-expire-articles): Only delete articles immediately if
3135         the target is 'delete.
3136
3137         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3138         method, this would bug out.
3139
3140         * gnus-group.el (gnus-group-expunge-group): Rename from
3141         gnus-group-nnimap-expunge, and implemented as a normal interface
3142         function.
3143
3144         * gnus-int.el (gnus-request-expunge-group): New function.
3145
3146         * nnimap.el (nnimap-request-create-group): Implement.
3147         (nnimap-request-expunge-group): New function.
3148
3149 2010-09-21  Julien Danjou  <julien@danjou.info>
3150
3151         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3152         (gnus-html-cache-expired): Add new function.
3153         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3154         wethever we should display image for fetch it.
3155         Compute alt-text earlier to pass it to the fetching function too.
3156         (gnus-html-schedule-image-fetching): Change function argument to only
3157         get one image at a time, not a list.
3158         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3159         cache.
3160         (gnus-html-get-image-data): New function to retrieve image data from
3161         cache.
3162         (gnus-html-put-image): Change buffer argument to use image data rather
3163         than file, and place image above region rather than inserting a new
3164         one.  Do not take alt-text as argument, since it's useless now: we place
3165         the image above alt-text.
3166         (gnus-html-prune-cache): Remove.
3167         (gnus-html-show-images): Start to fetch image when we find one, do not
3168         push into a temporary list.
3169         (gnus-html-prefetch-images): Only fetch image if they have expired.
3170         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3171         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3172
3173 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3174
3175         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3176
3177 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3178
3179         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3180         spec inser "*" if the group isn't active instead of 0.
3181
3182         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3183         opening the server.
3184         (nnimap-request-delete-group): Implement group deletion.
3185         (nnimap-transform-headers): Return the size of the entire message in
3186         the Bytes header, not just the size of the first part.
3187         (nnimap-request-move-article): When moving an article from nnimap,
3188         request the article first so the accepting form has an article to
3189         accept.  Reported by Dan Christensen.
3190         (nnimap-command): Make sure that the error message doesn't error out.
3191
3192 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3193
3194         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3195         we haven't requested anything.
3196
3197 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3198
3199         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3200         "".  Fix found by Andrew Cohen.
3201
3202         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3203         instead of -encode-string.
3204
3205 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3206
3207         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3208
3209         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3210         by mm-subst-char-in-string.
3211
3212 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3213
3214         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3215         waiting for the connection string.
3216
3217         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3218         arriving.
3219
3220         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3221         bogus characters.  This allows selecting certain Gmail groups.
3222
3223         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3224         (nnimap-fetch-partial-articles): New variable.
3225         (nnimap-open-connection): When looking for credentials, also use the
3226         nnimap-server-port.
3227         (nnimap-request-article): Return the group/article number, so that Gnus
3228         `^' works as expected.
3229         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3230
3231         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3232         comments.
3233         (gnus-methods-sloppily-equal): New function.
3234         (gnus): When using the development version of Gnus, load the gnus-load
3235         file.
3236
3237         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3238         `gnus-open-server' on each method before trying to scan them etc.
3239         This ensures that all the backend parameters are set correctly.
3240
3241         * nnimap.el (nnimap-authenticator): New variable.
3242         (nnimap-open-connection): Allow anonymous login.
3243         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3244         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3245
3246         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3247         patch, found by Knut Anders Hatlen.
3248
3249 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3250
3251         * gnus-agent.el (gnus-agent-batch-confirmation)
3252         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3253         to gnus-message.
3254         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3255         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3256         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3257         * gnus-int.el (gnus-open-server): Likewise.
3258         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3259         (gnus-score-check-syntax): Likewise.
3260         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3261         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3262         Likewise.
3263         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3264
3265 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3266
3267         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3268         calling conventions so that prefetch doesn't bug out.
3269
3270 2010-09-19  Julien Danjou  <julien@danjou.info>
3271
3272         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3273         rather than `subst-char-in-region' in order to be able to replace ASCII
3274         char by UTF-8 ones.
3275
3276         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3277         than curl.
3278         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3279         the right URL and ALT text on images.
3280         (gnus-html-wash-tags): Fix tag case.
3281         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3282         (gnus-article-html): Add -o display_ins_del=2 option.
3283         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3284
3285 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286
3287         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3288         the extra mail headers, which sometimes seem to happen for unknown
3289         reasons.
3290
3291         * mail-parse.el (mail-header-encode-parameter): Define as
3292         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3293         (or most, perhaps?) mail readers don't understand the latter, but do
3294         understand the former.
3295
3296         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3297         to nil, so that no methods are automatically agentized.  I think this
3298         is probably what most users want.
3299
3300         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3301         from url-retrieve, for instance about invalid URLs.
3302
3303         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3304         groups that have no articles.
3305         (nnimap-request-article): Check that we really got an article when we
3306         requested one.
3307
3308         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3309         doesn't exist.
3310
3311         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3312         nntp buffer so the agent can save it.
3313         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3314         that CRLF doesn't get translated to \n.
3315         (nnimap-open-connection): Don't make 'shell commands only send \n.
3316
3317 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3318
3319         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3320         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3321         Update var name.
3322         (nnml-generate-nov-file): Use dolist.
3323         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3324         Use with-current-buffer.
3325
3326 2010-09-18  Julien Danjou  <julien@danjou.info>
3327
3328         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3329         parallel.
3330
3331 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3332
3333         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3334         the range update right.
3335         (nnimap-request-group): Don't make `M-g' bug out on group with no
3336         marks.
3337         (nnoo): Require, so that other packages can require nnimap.
3338         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3339         command we're looking for.  This helps when the server sends more
3340         responses after we've gotten everything we expected.
3341         (nnimap): Add a `newlinep' field to keep track of end-of-line
3342         conventions.
3343         Don't send CRLF to things that don't want it.
3344         (nnimap-request-accept-article): Ditto.
3345
3346 2010-09-18  Julien Danjou  <julien@danjou.info>
3347
3348         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3349         than curl to retrieve images.
3350
3351 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3352
3353         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3354         the marks.
3355         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3356         (nnimap-wait-for-connection): New function.
3357         (nnimap-open-connection): If we have PREAUTH, don't query for login
3358         credentials.
3359         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3360         when doing a partial update.
3361
3362 2010-09-18  Julien Danjou  <julien@danjou.info>
3363
3364         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3365         tags.
3366
3367 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3368
3369         * nnimap.el (nnimap-credentials): New function.
3370         (nnimap-open-connection): Use the new function to look for credentials
3371         also on the numeric equivalents of "imap" and "imaps".
3372
3373         * gnus-start.el (gnus-activate-group): Send the info to
3374         gnus-request-group.
3375
3376         * nnimap.el (nnimap-request-group): Have the "check" version of the
3377         function parse flags and update the info, so that a `M-g' get a total
3378         resync of all flags from the group.
3379
3380         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3381         to allow backends to alter the info on group selection.  Also alter all
3382         the backend -request-group functions to take the parameter.
3383
3384         * nnimap.el (nnimap-store-info): New function.
3385         (nnimap-update-info): Store the info for later usage.
3386         (nnimap-request-group): Use the stored info for the dont-check case, so
3387         that we don't retrieve all marks when we enter a group.
3388
3389         * nnimap.el: Use deffoo instead of defun for interface functions.
3390
3391         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3392         update the group info.  This makes the nndraft groups, for instance, go
3393         back to their old behaviour.
3394
3395         * gnus-sum.el (gnus-select-newsgroup): Indent.
3396
3397         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3398         in.
3399         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3400         nothing.
3401
3402         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3403         from methods that are denied.
3404
3405         * gnus-int.el (gnus-method-denied-p): New function.
3406
3407         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3408         store the password instead of netrc.
3409         (nnimap-open-connection): Don't error out when we can't make a
3410         connections.
3411
3412         * auth-source.el (auth-source-create): In the password prompt, say what
3413         we're querying for.  Also prompt for user name if that hasn't been
3414         given.
3415
3416         * nnimap.el (nnimap-with-process-buffer): Remove.
3417
3418 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3419
3420         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3421         method when we're reading from the agent.
3422
3423         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3424
3425         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3426         that's probably most useful for users.
3427
3428         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3429         "failed" all the time.
3430
3431         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3432         ...)) with (with-current-buffer ... ).
3433
3434         * nntp.el (nntp-open-server): Return whether the open was successful or
3435         not.
3436
3437         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3438         select an unread unseen article first.
3439
3440         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3441         /etc/services, supply some sensible port defaults.
3442
3443         * dgnushack.el: Define netrc-credentials.
3444
3445 2010-09-17  Julien Danjou  <julien@danjou.info>
3446
3447         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3448
3449 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3450
3451         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3452         doesn't have any parameters.
3453
3454 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3455
3456         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3457         only upcased checks.
3458
3459         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3460
3461         * nnimap.el (nnimap-open-shell-stream): New function.
3462         (nnimap-open-connection): Use it.
3463         (nnimap-transform-headers): Get the number of lines in each message.
3464         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3465         number of lines.
3466         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3467         problem.
3468
3469         * utf7.el (utf7-encode): Autoload.
3470
3471         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3472         to allow the mail splitting to not return a default group.  This is
3473         useful for nnimap, which will leave unmatched mail in the inbox.
3474
3475         * nnimap.el: Rewritten.
3476
3477         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3478         nnimap usage.
3479
3480         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3481         if the move is internal, so that nnimap can do fast internal moves.
3482
3483         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3484         data.
3485         (gnus-read-active-for-groups): Support finishing the early retrieval of
3486         data.
3487
3488         * gnus-range.el (gnus-range-nconcat): New function.
3489
3490         * gnus-int.el (gnus-finish-retrieve-group-infos)
3491         (gnus-retrieve-group-data-early): New functions.
3492
3493 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3494
3495         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3496         (nnrss-retrieve-groups):
3497         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3498         (pop3-quit): Use with-current-buffer.
3499
3500 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3501
3502         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3503         instead of nnheader-accept-process-output.
3504
3505         * dgnushack.el (dgnushack-compile): Add comment.
3506
3507         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3508
3509         * gnus-html.el (gnus-html-schedule-image-fetching)
3510         (gnus-html-prefetch-images): Replace process-kill-without-query by
3511         gnus-set-process-query-on-exit-flag.
3512
3513 2010-09-16  Romain Francoise  <romain@orebokech.com>
3514
3515         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3516
3517 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3518
3519         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3520         parameter to unintern is mandatory-ish in Emacs 24.
3521
3522         * gnus-html.el (gnus-html-schedule-image-fetching)
3523         (gnus-html-prefetch-images): Check for curl before using it.
3524
3525         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3526         depend on curl, which isn't essential.
3527
3528         * imap.el: Revert back to version
3529         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3530         seem problematic.
3531
3532 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3533
3534         * gnus-registry.el (gnus-registry-install-shortcuts):
3535         Explicitly pass `obarray' to `unintern' to avoid a warning.
3536
3537 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3540         change.
3541
3542         * nnrss.el (nnrss-request-list): Remove this function and related
3543         functions, including the moreover stuff.
3544
3545 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3546
3547         * nnrss.el (nnrss-retrieve-groups): New function.
3548
3549 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3550
3551         * .dir-locals.el: Add no-byte-compile cookie.
3552
3553 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3554
3555         * time-date.el (format-seconds): Comment fix.
3556
3557         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3558         for back end that doesn't support request-scan.
3559
3560 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561
3562         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3563         then do request scans from the backends.
3564
3565         * netrc.el (netrc-credentials): New conveniency function.
3566
3567         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3568         avoid running a hook per line, since this takes a lot of time,
3569         profiling shows.
3570         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3571         directly if gnus-visual-p is true.
3572
3573 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3574
3575         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3576         groups; replace mapcar with dolist which is a bit faster; pass groups
3577         info to gnus-read-active-file-1.
3578         (gnus-read-active-file-1): Scan only specified groups if the new
3579         optional arg `infos' is given.
3580
3581 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3582
3583         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3584
3585         * pop3.el (pop3-movemail): Remove.
3586         (pop3-streaming-movemail): Rename to pop3-movemail.
3587
3588         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3589         don't restrict end-tag searches to the end of the line.
3590
3591 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3592
3593         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3594         articles of every unchecked group to t, which means unknown since the
3595         server has never been opened.
3596
3597 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3598
3599         * gnus-html.el (gnus-html-show-alt-text): New command.
3600         (gnus-html-browse-image): Ditto.
3601         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3602         to browse the image directly.
3603         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3604         better.
3605
3606         * gnus-async.el (gnus-async-article-callback):
3607         Call `gnus-html-prefetch-images' unconditionally.
3608
3609         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3610         before feeding URLs to curl.
3611
3612 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3615         internal images as deletable by `W D D'.
3616
3617         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3618         (gnus-async-article-callback): Fix typo.
3619
3620 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3621
3622         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3623         current line to work around bugs in the output from w3m.
3624
3625         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3626         for groups that want that.
3627
3628         * nntp.el (nntp-wait-for-string): Supply a timeout for
3629         accept-process-output to ensure progress.
3630
3631         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3632         level to get unread articles from, then use that for foreign groups,
3633         too.
3634
3635         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3636         confuses the rest of the function.
3637
3638         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3639         for the methods that support -retrieve-groups, too.
3640
3641         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3642
3643 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3644
3645         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3646         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3647
3648         * pop3.el: Require cl when compiling.
3649         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3650
3651 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3652
3653         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3654         that aren't going to be activated.
3655         (gnus-get-unread-articles): Fix up the last commit.
3656
3657         * gnus-html.el (gnus-article-html): Allow calling without specifying
3658         the handle.  In that case, dissect the buffer first.
3659
3660         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3661
3662         * nnimap.el (nnimap-open-connection): Revert the change that would look
3663         into authinfo for imaps instead of imap.
3664
3665         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3666         say that you don't want to call gnus-request-group with don-check, but
3667         do check the reponse.  This is for virtual groups only.
3668         (gnus-get-unread-articles): Count the archive groups as secondary, so
3669         that they're activated the same way as before.
3670
3671         * imap.el (imap-message-map): Removed optional buffer parameter, since
3672         no callers use it.
3673         (imap-message-get): Ditto.
3674         (imap-message-put): Ditto.
3675         (imap-mailbox-map): Ditto.
3676         (imap-mailbox-put): Ditto.
3677         (imap-mailbox-get): Ditto.
3678         (imap-mailbox-get): Revert last change for this function.
3679
3680         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3681         case-insensitively.
3682         (nnimap-debug): Remove.
3683
3684         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3685         to use `imap-fetch' instead.  According to the comments, this should be
3686         safe, since all other IMAP clients use the 1:* syntax.
3687         (imap-enable-exchange-bug-workaround): Removed.
3688         (imap-debug): Removed -- doesn't seem very useful.
3689
3690         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3691         mail from a file, and the file doesn't exist.
3692
3693         * imap.el (imap-log): New convenience function used throughout instead
3694         of repeating the same code all over the place.
3695
3696         * pop3.el (pop3-streaming-movemail): Return t for success.
3697
3698         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3699         .authinfo if we're using ssl connection.
3700
3701         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3702         already have if we're in a main Gnus `g' run.
3703
3704         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3705
3706 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3707
3708         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3709
3710         * nnmh.el (nnmh-request-list-1): Bind `file'.
3711
3712         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3713         alias to set-process-query-on-exit-flag or process-kill-without-query.
3714         (pop3-open-server): Use it.
3715
3716 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3717
3718         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3719         box to the Incoming file.  Fixes mistake in previous checkin.
3720
3721         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3722         request loop (for debugging purposes) removed.
3723
3724         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3725         culprit is more visible.
3726         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3727         (nnml-add-incremental-nov): New functions to do "incremental" nov
3728         updates, where we just append to the end of the existing nov files
3729         without reading/writing them in full.
3730
3731         * mail-source.el (mail-source-delete-crash-box): Really only check the
3732         incoming files once in a while.
3733
3734         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3735
3736         * mail-source.el (mail-source-delete-crash-box): Only check the
3737         incoming files for deletion once per day to save a lot of file
3738         accesses.
3739
3740         * pop3.el (pop3-logon): Fix up unbound variable typo.
3741
3742         * mail-source.el (pop3-streaming-movemail): Autoload.
3743
3744         * pop3.el (pop3-streaming-movemail):
3745         Respect pop3-leave-mail-on-server.
3746
3747         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3748         retrieval.
3749
3750         * pop3.el (pop3-process-filter): Remove unused function.
3751         (pop3-streaming-movemail, pop3-send-streaming-command)
3752         (pop3-wait-for-messages, pop3-write-to-file)
3753         (pop3-number-of-responses): New functions for streaming pop3
3754         retrieval.
3755
3756         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3757         come from no known methods.
3758         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3759         list.
3760
3761         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3762         message sizes.
3763         (pop3-movemail): Use erase-buffer instead of looping and deleting
3764         regions, which seems rather odd.
3765
3766         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3767         file once per `g' run.
3768
3769         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3770         directories.  This makes the draft queue directory work.
3771
3772         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3773         data from the backends, so that we only request the list of groups from
3774         each method once.  This should speed things up considerably.
3775
3776         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3777         detect that it's not implemented.
3778
3779         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3780         we actually do recurse down into the tree, but don't stat all leaf
3781         nodes.
3782
3783         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3784         then say so instead of bugging out.
3785
3786         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3787         files exist before trying to read them.
3788
3789         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3790         around <pre_int>.
3791
3792         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3793
3794         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3795
3796 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3797
3798         * mm-util.el (mm-image-load-path): Just return the image directories,
3799         not all directories in the path in addition to the image directories.
3800         (mm-image-load-path): Maintain a cache of the image directories so that
3801         the `g' command in Gnus doesn't have to stat dozens of directories each
3802         time.
3803
3804         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3805         (gnus-html-wash-tags): Add a new `i' command to insert images.
3806         (gnus-html-insert-image): New command and keystroke.
3807         (gnus-html-redisplay-with-images): New command and keystroke.
3808         (gnus-html-show-images): Rename command.
3809         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3810         spacers.
3811         (gnus-html-wash-tags): Decode entities at the end, so that entities
3812         inside the tags don't mess up the rest of the "parsing".
3813
3814         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3815         so that nnimap methods aren't agentized by default.  There's apparently
3816         many problems related to agent/imap behaviour.
3817
3818         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3819
3820         * gnus-html.el: Doc fix.
3821
3822 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3823
3824         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3825         specifier-spec-list for Emacs 21.
3826
3827         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3828         glyph-width and glyph-height instead of display-graphic-p and
3829         image-size; make avoidance of displaying small images work for XEmacs.
3830
3831         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3832         for XEmacs.
3833
3834         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3835         of symbol that holds plist data.
3836         (gnus-process-plist): Remove plist of process after getting it.
3837
3838 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3839
3840         * message.el (message-generate-hashcash): Change default to
3841         'opportunistic if hashcash is installed.
3842
3843         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3844         (gnus-html-put-image): Only call image-size once, since it's somewhat
3845         time-consuming on remote X servers.
3846
3847 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3850         type on data, not a file name.
3851
3852         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3853         window-pixel-edges for Emacs 21.
3854
3855         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3856         decoded contents.
3857         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3858
3859 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3860
3861         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3862         group line format, since it isn't very interesting.
3863
3864         * gnus-agent.el (gnus-agent-short-article),
3865         (gnus-agent-long-article): Increase values for these two variables,
3866         since most people are likely to have more network connection and
3867         storage than before.
3868
3869         * gnus.el (gnus-refer-article-method): Change default to 'current.
3870         When referring an article, the common behaviour is to refer it from the
3871         current select method, not the native select method.  The chances of
3872         the native select method having the message in question is rather slim
3873         these days.
3874
3875         * gnus-sum.el (gnus-auto-select-subject): Change default to
3876         `unseen-or-unread'.  I think it's likely that most people want to
3877         select an unseen article over a previously seen, but unread one.
3878
3879         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3880         means that in the article buffer none of the minor mode elements will
3881         be shown, usually, and this is not desirable in most cases.
3882
3883         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3884         that commands like `d' (and the like) go to the next line in the
3885         buffer, instead of the next unread article.  I think this is the
3886         behaviour that is most natural for most users.
3887         (gnus-single-article-buffer): Change default to nil, so that people can
3888         have as many article buffers open as they have summary buffer.  I think
3889         this is the most natural way for the groups to behave.
3890
3891         * message.el (message-generate-new-buffers): Change default to
3892         `unsent', so that all new message buffers start their names with the
3893         string "*unsent", and it's easier to find the buffers if you move from
3894         them.
3895
3896 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3897
3898         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3899         small.  They're probably tracking images.
3900         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3901         (gnus-html-rescale-image): Yet another try at getting the image sizing
3902         right.
3903
3904         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3905         nntp-marks-file-name is nil.
3906
3907 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3908
3909         * gnus-html.el (gnus-html-wash-tags)
3910         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3911         Better logging.
3912
3913 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3914
3915         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3916
3917         * gnus-html.el (gnus-html-wash-tags): Check the value of
3918         gnus-blocked-images in the summary buffer.
3919
3920 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3921
3922         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3923
3924 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3925
3926         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3927         like "a", it seems like.
3928         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3929         since it needs to be picked from the correct buffer.
3930
3931         * nnwfm.el: Remove.
3932
3933         * nnlistserv.el: Remove.
3934
3935 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3936
3937         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3938         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3939
3940 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3941
3942         * nnkiboze.el: Remove.
3943
3944         * nndb.el: Remove.
3945
3946         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3947         alt text.
3948         (gnus-html-rescale-image): Try to get the rescaling logic right for
3949         images that are just wide and not tall.
3950
3951         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3952         overshadow variable bindings.
3953
3954 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3955
3956         * gnus-html.el (gnus-html-wash-tags)
3957         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3958         Add extra logging.
3959
3960 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3961
3962         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3963         (gnus-max-image-proportion): New variable.
3964         (gnus-html-rescale-image): New function.
3965         (gnus-html-put-image): Rescale images.
3966
3967 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3968
3969         Fix up some byte-compiler warnings.
3970         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3971         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3972         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3973         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3974         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3975         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3976         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3977
3978 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3979
3980         * gnus-html.el (gnus-article-html): Decode contents by charset.
3981
3982 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3983
3984         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3985         (gnus-html-frame-width, gnus-blocked-images)
3986         * message.el (message-prune-recipient-rules): Add custom version.
3987         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3988
3989         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3990         functions.
3991
3992         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3993         gnus-process-get.
3994
3995 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3996
3997         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3998         instead of lsub directly.
3999
4000 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4001
4002         * nnwarchive.el: Remove.
4003
4004         * gnus-soup.el: Remove.
4005
4006         * nnsoup.el: Remove.
4007
4008         * nnultimate.el: Remove.
4009
4010         * gnus-html.el (gnus-blocked-images): New variable.
4011
4012         * message.el (message-prune-recipients): New function.
4013         (message-prune-recipient-rules): New variable.
4014
4015         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4016         guess whether a long line is natural text or not.
4017
4018         * gnus-html.el (gnus-html-schedule-image-fetching):
4019         Use gnus-process-plist and friends for compatibility.
4020
4021 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4022
4023         * gnus-html.el: Require packages that define macros used in this file.
4024         (gnus-article-mouse-face): Declare to silence byte-compiler.
4025         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4026         process-get.
4027         (gnus-html-put-image): Use plist-get to avoid getf.
4028         (gnus-html-prefetch-images): Use with-current-buffer.
4029
4030 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4031
4032         * gnus-ems.el: Provide compatibility functions for
4033         gnus-set-process-plist.
4034
4035         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4036         header-line-format for XEmacs 21.4.
4037
4038         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4039         * gnus.el (gnus-valid-select-methods)
4040         * message.el (message-send-mail-partially-limit)
4041         * mm-decode.el (mm-text-html-renderer)
4042         * mml.el (mml-insert-mime-headers-always)
4043         * smiley.el (smiley-regexp-alist): Bump custom version.
4044
4045 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4046
4047         * gnus-html.el: require mm-url.
4048         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4049         with the url to `url'.
4050         (gnus-html-wash-tags): Support cid: URLs/images.
4051
4052 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4053
4054         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4055         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4056         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4057
4058         * gnus-move.el: Remove file, since it doesn't really work.
4059
4060         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4061         UTF-8.  This seems to fix problems with some German web feeds.
4062
4063         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4064         at the top so that the proper colours are applied.
4065
4066         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4067         don't have dots in their names.
4068
4069         * gnus-art.el (gnus-article-view-part): Doc fix.
4070
4071         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4072         XEmacs-compatible.
4073         (gnus-html-put-image): Don't do images on non-graphic displays.
4074
4075         * nnslashdot.el: Remove this unused backend.
4076
4077         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4078         actions.
4079         (gnus-undo-register-1): Revert last change.
4080
4081         * gnus-group.el (gnus-group-completing-read): Protect against not
4082         having completion-styles bound.
4083
4084         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4085         make broken recipients happier.
4086
4087         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4088
4089         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4090         point parameter.
4091
4092         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4093
4094         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4095         completion-styles for group selection.
4096
4097 2009-02-04  Andreas Schwab  <schwab@suse.de>
4098
4099         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4100         headers and regexp-quote the match if necessary.
4101
4102 2009-03-24  Miles Bader  <miles@gnu.org>
4103
4104         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4105         the blinking smiley.
4106
4107 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4108
4109         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4110         blink smiley.
4111
4112 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4113
4114         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4115         where the dribbel file lives exists.
4116
4117         * message.el (message-send-mail-partially-limit): Change the default to
4118         nil, since most people don't want this.
4119
4120         * mm-url.el (mm-url-decode-entities): Also decode entities like
4121         &#x3212.
4122
4123 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4124
4125         * gnus-sum.el (gnus-summary-idna-message):
4126         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4127         Hyperlink urls in docstrings with URL `...'.
4128
4129 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4130
4131         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4132         functions.
4133
4134 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4135
4136         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4137         say what the mouseover text should be.
4138
4139         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4140         version of the mm-w3m-safe-url-regexp variable to only download images
4141         in the groups where we want that to happen.
4142
4143         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4144
4145         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4146         easier debugging.
4147         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4148         big pictures in the article buffer.
4149
4150         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4151         gnus-article-html.
4152         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4153         w3m.
4154
4155         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4156
4157 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4158
4159         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4160         which doesn't exist.
4161
4162         * message.el (message-inhibit-ecomplete): New variable to allow some
4163         function to inhibit ecomplete address storage.
4164         (message-resend): Disable ecomplete message storage when resending
4165         messages.
4166
4167         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4168
4169 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4172         Save excursion while copying, moving, and deleting articles in order to
4173         prevent the cursor from jumping to unforeseen place.
4174
4175 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4176
4177         * lpath.el: No need to bind bookmark-current-buffer,
4178         bookmark-yank-point and bookmark-make-record-function.
4179
4180 2010-08-17  Glenn Morris  <rgm@gnu.org>
4181
4182         * gnus-sync.el: Require gnus components whose functions are used.
4183
4184         * gnus-art.el (bookmark-make-record-function):
4185         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4186         Declare for compiler.
4187
4188         * mm-url.el (mml-compute-boundary): Autoload.
4189
4190 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4193
4194 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4195
4196         Typo fix "hoo4a" -> "hook".
4197
4198         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4199
4200 2010-08-14  Glenn Morris  <rgm@gnu.org>
4201
4202         * gnus-sync.el (gnus-sync): Fix defgroup version.
4203
4204 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4205
4206         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4207
4208         * gnus-sync.el: Fix docs.
4209         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4210         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4211
4212 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4213
4214         Optimizations for gnus-sync.el.
4215
4216         * gnus-sync.el: Add docs about gnus-sync-backend
4217         possibilities.
4218         (gnus-sync-save): Remove unnecessary message.
4219         (gnus-sync-read): Optimize and show what groups were skipped.
4220
4221 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4222
4223         Minor bug fixes for gnus-sync.el.
4224
4225         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4226         Don't read the sync on get-new-news.
4227
4228         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4229         quiet.
4230
4231         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4232         (fix typo).
4233
4234 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4235
4236         Make saving and restoring of hidden threads work with overlays.
4237         Patch applied by Ted Zlatanov.
4238
4239         * gnus-sum.el (gnus-hidden-threads-configuration)
4240         (gnus-restore-hidden-threads-configuration): Update to deal with text
4241         properties, rather than searching for a magic character.
4242
4243 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4244
4245         New gnus-sync.el library for synchronization of marks.
4246
4247         * gnus-sync.el: New library for synchronization of marks.
4248
4249         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4250         renamed from `gnus-registry-grep-in-list'.
4251
4252         * gnus-registry.el (gnus-registry-follow-group-p):
4253         Use `gnus-grep-in-list'.
4254
4255         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4256
4257 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4258
4259         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4260         determining charset of text fails.
4261
4262 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * nnmail.el (nnmail-get-new-mail-1): Revert.
4265
4266         * nnml.el (nnml-active-number): Make sure names of newly created groups
4267         in nnml-group-alist are encoded.
4268
4269 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4272         containing non-ASCII characters in active file for nnml back end.
4273
4274 2010-07-24  David Engster  <dengste@eml.cc>
4275
4276         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4277         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4278
4279 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4280
4281         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4282         tag (Bug#6654).
4283
4284 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4287         the article buffer, not the summary buffer.
4288
4289 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4290
4291         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4292         Emacs 23 as well.
4293
4294 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4295
4296         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4297         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4298
4299 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4300
4301         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4302         Patch applied by Karl Fogel.
4303
4304         * gnus-sum.el (gnus-summary-bookmark-make-record):
4305         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4306
4307 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4308
4309         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4310         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4311         C-w still not working correctly from Article buffers; Thierry's
4312         patch to fix that will be applied after this.
4313
4314         * gnus-art.el (bookmark-make-record-function): New local variable.
4315
4316         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4317         article buffer.
4318         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4319
4320 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4321
4322         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4323         on changes in bookmark.el.
4324
4325 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4326
4327         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4328         `no-log' instead of message not to log prompt string.
4329
4330 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4331
4332         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4333         the *other* type of HTML form submission.
4334
4335 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4336
4337         * auth-source.el (auth-source-pick): If choice does not contain a
4338         questioned keyword, set the check to t.
4339
4340 2010-06-12  Romain Francoise  <romain@orebokech.com>
4341
4342         * gnus-util.el (gnus-date-get-time): Move up before first use.
4343
4344 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4345
4346         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4347         (gnus-article-edit-part): Bind it to make last part that is substituted
4348         or deleted visible.
4349         (gnus-mime-display-single): Buttonize part of which id equals to
4350         gnus-mime-buttonized-part-id.
4351
4352 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4353
4354         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4355         (gnus-dd-mmm): Use gnus-date-get-time.
4356         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4357         simplify logic.
4358         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4359         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4360
4361 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4362
4363         * auth-source.el (top): Autoload `secrets-list-collections',
4364         `secrets-create-item', `secrets-delete-item'.
4365         (auth-sources): Fix tag string.
4366         (auth-get-source, auth-source-retrieve, auth-source-create)
4367         (auth-source-delete): New defuns.
4368         (auth-source-pick): Rewrite in order to avoid 2 passes.
4369         (auth-source-forget-user-or-password): New parameter USERNAME.
4370         (auth-source-user-or-password): New parameters CREATE-MISSING and
4371         DELETE-EXISTING.  Retrieve password interactively, if needed.
4372
4373 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4374
4375         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4376         deleting unused directories when gnus-expert-user is t.
4377
4378 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4381         for each temp file when gnus-article-browse-delete-temp is ask.
4382
4383 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4384
4385         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4386         Lisp calls to delete-backward-char by calls to delete-char.
4387
4388 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4389
4390         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4391
4392 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4393
4394         * password-cache.el (password-cache-remove): Fix docstring.
4395
4396 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4397
4398         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4399         article unless decoding article to be saved.
4400
4401 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4404         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4405         generated within the mm-with-unibyte-current-buffer macro.
4406
4407 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4408
4409         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4410         to nil when we're in a mml-preview buffer and no group is selected.
4411
4412 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4413
4414         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4415         when catching the `C-g'.  Reported by "Leo".
4416
4417 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4418
4419         * message.el (message-forward-make-body-plain)
4420         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4421         multibyte-string-p.
4422
4423         * lpath.el: Revert.
4424
4425 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4426
4427         * message.el (message-forward-make-body-mml): Assume original message
4428         is multibyte string; error on unibyte.
4429         (message-forward-make-body-plain): Ditto; don't add excessive newline
4430         in body end.
4431
4432         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4433
4434 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4435
4436         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4437         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4438
4439 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4440
4441         * mm-extern.el (mm-extern-url): Don't use
4442         mm-with-unibyte-current-buffer.
4443         (mm-extern-cache-contents): Use with-current-buffer instead of
4444         save-excursion + set-buffer.
4445
4446 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4447
4448         * mm-util.el (mm-emacs-mule): Remove.
4449
4450 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4451
4452         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4453         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4454         change.
4455
4456 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4459         bind the default value of enable-multibyte-characters to nil.
4460
4461 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4462
4463         * message.el (message-forward-make-body-plain)
4464         (message-forward-make-body-mml):
4465         Don't use mm-with-unibyte-current-buffer.
4466
4467 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4468
4469         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4470
4471 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4472
4473         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4474         (Bug#5592).
4475
4476 2010-05-07  Julien Danjou  <julien@danjou.info>
4477
4478         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4479         it to mm-pipe-part.
4480
4481         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4482         it is given.
4483
4484 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4485
4486         * binhex.el (binhex-decode-region-internal)
4487         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4488         (dns-query)
4489         * nnweb.el (nnweb-gmane-search)
4490         * pgg-parse.el (pgg-parse-armor)
4491         * pgg.el (pgg-verify-region)
4492         * sha1.el (sha1-string-external)
4493         * uudecode.el (uudecode-decode-region-internal)
4494         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4495         XEmacs.
4496
4497         * gnus-art.el (gnus-article-browse-html-parts)
4498         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4499         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4500         make-temp-file.
4501
4502         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4503         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4504         compiling.
4505
4506         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4507         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4508         XEmacs when compiling.
4509
4510         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4511         gnus-pick-mode-off-hook for XEmacs when compiling.
4512         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4513         gnus-binary-mode-off-hook for XEmacs when compiling.
4514
4515         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4516         Return nil if char-charset is not available.
4517
4518         * imap.el (imap-disable-multibyte)
4519         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4520         macros.
4521
4522         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4523         instead of encode-coding-string.
4524
4525         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4526         'xemacs) instead of mm-emacs-mule to switch function definitions.
4527         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4528
4529         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4530         bind temporary-file-directory for XEmacs;
4531         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4532         timer-set-function for XEmacs 21.4 and SXEmacs;
4533         bind timer-list for XEmacs 21.4 and SXEmacs;
4534         fbind char-charset and find-charset-region for non-Mule XEmacs;
4535         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4536         encode-coding-region and encode-coding-string for XEmacs having no
4537         file-coding feature.
4538
4539 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4540
4541         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4542
4543 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4546         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4547
4548 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4549
4550         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4551         alias `jka-compr-delete-temp-file' no longer exists.
4552
4553 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4554
4555         Use define-minor-mode in Gnus where applicable.
4556         * mml.el (mml-mode): Use define-minor-mode.
4557         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4558         (gnus-undo-mode): Use define-minor-mode.
4559         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4560         (gnus-dead-summary-mode): Use define-minor-mode.
4561         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4562         Initialize in declaration.
4563         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4564         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4565         (gnus-mailing-list-mode): Use define-minor-mode.
4566         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4567         (gnus-draft-mode): Use define-minor-mode.
4568         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4569         (gnus-dired-mode): Use define-minor-mode.
4570
4571 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4572
4573         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4574         handles on recursive mml-to-mime translation and check them for
4575         boundary delimiter collisions.  Reported by Greg Troxel.
4576
4577 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4578
4579         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4580
4581 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4582
4583         * mm-util.el (mm-find-buffer-file-coding-system):
4584         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4585
4586 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4587
4588         * message.el (message-generate-headers): Record insertion of optional
4589         headers as well.  Otherwise the check to prevent repeated insertion of
4590         optional headers is a no-op.
4591
4592 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4593
4594         * smime.el: Don't mention CVS.
4595
4596         * nnrss.el (nnrss-fetch): Don't mention CVS.
4597
4598         * nnir.el: Don't mention CVS.
4599
4600 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4601
4602         * gnus-sum.el (gnus-summary-bookmark-make-record):
4603         Add `location' field.
4604
4605 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4606
4607         * lpath.el: Fbind bookmark-default-handler,
4608         bookmark-get-bookmark-record, bookmark-make-record-default,
4609         bookmark-prop-get for Emacs <23 and XEmacs.
4610
4611 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4612
4613         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4614         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4615         Use with-current-buffer to silence the byte-compiler.
4616         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4617         bother to require `gnus'.
4618         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4619
4620 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4621
4622         * gnus-sum.el (gnus-summary-bookmark-make-record)
4623         (gnus-summary-bookmark-jump): New functions.
4624         (gnus-summary-mode): Setup bookmark support.
4625
4626 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4627
4628         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4629         if set.
4630
4631 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4632
4633         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4634         gnus-article-browse-html-save-cid-image; make it work recursively for
4635         forwarded messages as well.
4636         (gnus-article-browse-html-parts): Work when prefix arg is given.
4637         (gnus-article-browse-html-article): Doc fix.
4638
4639 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4640
4641         * message.el (message-default-mail-headers):
4642         (message-default-headers): Carry the value mail-default-headers over
4643         into message-default-mail-headers, rather than message-default-headers.
4644
4645 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4646
4647         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4648         charset.
4649
4650         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4651         charset into the <meta> tag when the article is encoded to utf-8.
4652
4653 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4654
4655         * gnus-art.el (gnus-article-browse-delete-temp-files):
4656         Delete directories as well.
4657         (gnus-article-browse-html-parts): Work for images that do not specify
4658         file names; delete temp directory when quitting; insert header at the
4659         right place; use file: scheme for image files.
4660
4661 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4662
4663         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4664         (gnus-article-browse-html-parts): Use it to make temporary cid image
4665         files in addition to html file so that browser may display them.
4666
4667 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4668
4669         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4670
4671 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4672
4673         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4674
4675 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4676
4677         * auth-source.el (auth-sources): Change default to be simpler.
4678         Explain about Secret Service API sources.  Improve Customize options.
4679         (auth-source-pick): Change to accept any number of search parameters.
4680         Implement fallbacks iteratively, not recursively.  Add scoring on the
4681         second pass and sort by score.  Call Secret Service API when needed.
4682         (auth-source-user-or-password): Use it.  Call Secret Service API
4683         directly when needed to get the user name and the password.
4684
4685 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4686
4687         * message.el (message-interactive): Doc fix.
4688         (message-qmail-inject-args): Reflow.
4689         (message-kill-to-signature): Fix typo in docstring.
4690
4691         * smiley.el (smiley-buffer): Fix typo in docstring.
4692
4693 2010-03-24  Glenn Morris  <rgm@gnu.org>
4694
4695         * mail-source.el (gnus-message): Declare.
4696         (mail-source-delete-old-incoming): Require gnus-util.
4697
4698 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4699
4700         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4701
4702         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4703
4704         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4705         password-cache's default if it is not bound.
4706         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4707         password-cache-expiry's default if it is not bound.
4708
4709         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4710         available in Emacs 21.
4711
4712         * lpath.el: Suppress compiler warnings for:
4713         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4714         XEmacs;
4715         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4716         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4717         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4718
4719 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4720
4721         * auth-source.el (auth-sources): Fix up definition so extra parameters
4722         are always inline.
4723
4724 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4725
4726         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4727         wasn't updated after mismatch.  Clear cached mailbox info correctly
4728         when uidvalidity changes.
4729         (nnimap-group-prefixed-name): New function to avoid some code
4730         duplication.
4731         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4732         (nnimap-request-group): Use it.
4733         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4734         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4735         with many imap folders.  This is done by caching the group status from
4736         the imap server persistently in a group parameter `imap-status'.  (This
4737         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4738         but not persistently, so every Gnus startup was still very slow.)
4739
4740 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4741
4742         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4743         delete the extra newline.  Otherwise editing of :string and :number
4744         types don't work.
4745
4746 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4747
4748         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4749         secrets.el dependency.
4750         (auth-sources): Add optional user name.  Add secrets.el configuration
4751         choice (unused right now).
4752
4753 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4754
4755         * gnus-sum.el (gnus-summary-make-menu-bar):
4756         Let `gnus-registry-install-shortcuts' fill in the functions.
4757
4758         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4759         warnings.
4760         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4761         (gnus-registry-install-shortcuts): Populate and use it in a
4762         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4763
4764 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4765
4766         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4767         In-place substitutions for the group name encoding/decoding.
4768         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4769         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4770         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4771         (nnimap-update-unseen, nnimap-request-list)
4772         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4773         (nnimap-request-set-mark, nnimap-split-to-groups)
4774         (nnimap-split-articles, nnimap-request-newgroups)
4775         (nnimap-request-create-group, nnimap-request-accept-article)
4776         (nnimap-request-delete-group, nnimap-request-rename-group)
4777         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4778         `encoded-mbx' for consistency.
4779         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4780         variable `imap-current-mailbox'.
4781
4782         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4783         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4784
4785 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4786
4787         * pop3.el (pop3-display-message-size-flag): Display message size byte
4788         counts during POP3 download.
4789         (pop3-movemail): Use it.
4790         (pop3-list): Implement listing of available messages.
4791
4792 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4793
4794         * nnir.el (nnir-get-article-nov-override-function): New function to
4795         override the normal NOV retrieval.
4796         (nnir-retrieve-headers): Use it.
4797
4798 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4799
4800         * auth-source.el (netrc-machine-user-or-password): Autoload.
4801
4802 2010-03-19  Glenn Morris  <rgm@gnu.org>
4803
4804         Stop message.el from loading about 40 libraries it doesn't always need.
4805         The general approach is to autoload rather than require, and to
4806         require in the specific functions rather than the file.  (Bug#5642)
4807
4808         * gmm-utils.el: Don't require wid-edit.
4809         (widget-create-child-value, widget-convert, widget-default-get):
4810         Autoload.
4811
4812         * gnus-util.el: Don't require time-date, netrc.
4813         (message-fetch-field, gnus-group-name-decode): Declare rather than
4814         autoloading.
4815         (gnus-fetch-field): Require message.
4816         (gnus-decode-newsgroups): Require gnus-group.
4817
4818         * ietf-drums.el: Don't require time-date.
4819
4820         * message.el: Don't require hashcash, canlock, ecomplete.
4821         Do require mail-utils.  Require nnheader only when compiling.
4822         (smtpmail-default-smtp-server): Remove declaration.
4823         (message-send-mail-function): Check smtpmail-default-smtp-server
4824         is bound rather than requiring smtpmail.
4825         (message-auto-save-directory, message-insert-signature):
4826         Use expand-file-name rather than nnheader-concat.
4827         (nnheader-insert-file-contents): Autoload.
4828         (hashcash-wait-async): Declare.
4829         (message-send-mail): Only call gnus-setup-posting-charset if
4830         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4831         (message-send-mail-with-sendmail): Require sendmail.
4832         (canlock-password, canlock-password-for-verify): Declare.
4833         (message-canlock-password): Require canlock.
4834         (nnheader-get-report): Autoload.
4835         (gnus-setup-posting-charset): Declare.
4836         (message-send-news): Require gnus-msg.
4837         (message-make-references, message-make-in-reply-to): Use mail-header-id
4838         rather than the alias mail-header-message-id.
4839         (ecomplete-add-item, ecomplete-save): Declare.
4840         (message-put-addresses-in-ecomplete): Require ecomplete.
4841         (ecomplete-display-matches): Autoload.
4842
4843         * mm-decode.el: Don't require mailcap, gnus-util.
4844         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4845         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4846         Autoload.
4847         (mailcap-mime-extensions): Declare.
4848
4849         * mm-encode.el: Don't require mailcap.
4850         (mailcap-extension-to-mime): Autoload.
4851
4852         * mml-sec.el: Don't require password-cache.
4853
4854         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4855         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4856         (mml-minibuffer-read-type): Require mailcap.
4857         (mml-preview): Require gnus-msg.
4858
4859         * mml1991.el: Require password-cache.
4860         (password-cache-expiry): Remove declaration.
4861
4862         * mml2015.el: Require password-cache.
4863         (password-cache-expiry): Remove declaration.
4864
4865         * nneething.el (mailcap): Require mailcap.
4866
4867         * nnheader.el (declare-function): Add compatibility stub.
4868         (message-remove-header): Declare rather than autoload.
4869         (nnheader-replace-header): Require message.
4870
4871         * nnimap.el (declare-function): Add compatibility stub.
4872         (netrc-parse, netrc-machine-user-or-password): Declare.
4873         (nnimap-open-connection): Require netrc.
4874
4875         * nntp.el (declare-function): Add compatibility stub.
4876         (netrc-parse, netrc-machine, netrc-get): Declare.
4877         (nntp-send-authinfo): Require netrc.
4878
4879         * rfc2047.el: Don't require qp.
4880         (quoted-printable-encode-region, quoted-printable-decode-string):
4881         Autoload.
4882
4883         * sieve-mode.el: Don't require easymenu.
4884         (easy-menu-add-item): Autoload it.
4885
4886         * spam-stat.el (time-to-number-of-days): Autoload it.
4887
4888 2010-03-19  Glenn Morris  <rgm@gnu.org>
4889
4890         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4891
4892 2010-03-18  Glenn Morris  <rgm@gnu.org>
4893
4894         * hashcash.el (declare-function): Remove duplicate definition.
4895
4896 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4897
4898         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4899         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4900         value if any backslash escapes).
4901
4902 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4903
4904         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4905         if it is available.  (bug#5647)
4906
4907         * lpath.el: Suppress compiler warning for coding-system-from-name for
4908         Emacs 21 and XEmacs.
4909
4910 2010-03-14  Juri Linkov  <juri@jurta.org>
4911
4912         * hmac-def.el:
4913         * hmac-md5.el:
4914         * netrc.el: Fix keywords.
4915
4916 2010-02-26  Glenn Morris  <rgm@gnu.org>
4917
4918         * message.el (message-send-mail-function): Change the default, so that
4919         it inherits from a customized send-mail-function.  (Bug#5643)
4920
4921 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4922
4923         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4924         shell-command-to-string signals an error (bug#5299).
4925
4926 2010-02-24  Glenn Morris  <rgm@gnu.org>
4927
4928         * message.el (message-smtpmail-send-it)
4929         (message-send-mail-with-mailclient): Doc fixes.
4930
4931 2010-02-16  Glenn Morris  <rgm@gnu.org>
4932
4933         * message.el (message-default-mail-headers): Change the default value
4934         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4935
4936 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4937
4938         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4939         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4940
4941 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4942
4943         * time-date.el (date-to-time): Doc fix (Bug#5408).
4944
4945 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4946
4947         * message.el (message-mail): Just pass yank-action on to message-setup.
4948         (message-setup): Handle (FUN . ARGS) form of yank-action.
4949         (message-with-reply-buffer, message-widen-reply)
4950         (message-yank-original): Handle non-buffer values of
4951         message-reply-buffer (Bug#4080).
4952         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4953
4954 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4955
4956         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4957         Fix typo in docstring.
4958
4959 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4960
4961         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4962         response.
4963
4964 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4965
4966         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4967
4968         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4969
4970         * message.el (message-check-news-header-syntax): Protect against a
4971         string that `rfc822-addresses' returns when parsing fails.
4972
4973 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4974
4975         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4976         (gnus-previous-char-property-change): New functions.
4977
4978         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4979
4980 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4981
4982         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4983         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4984
4985 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4986
4987         * message.el (message-exchange-point-and-mark): Rework last change to
4988         avoid using optional arg of exchange-point-and-mark, for backward
4989         compatibility.
4990
4991 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4992
4993         * message.el (message-exchange-point-and-mark):
4994         Call exchange-point-and-mark with an argument rather than setting
4995         mark-active by hand (Bug#5175).
4996
4997 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4998
4999         * nntp.el (nntp-service-to-port): Work for service expressed with
5000         numeric string; replace [:digit:] with [0-9] for XEmacs.
5001
5002 2009-12-17  Glenn Morris  <rgm@gnu.org>
5003
5004         * gnus-group.el (gnus-bug-group-download-format-alist):
5005         Change emacs entry to debbugs.gnu.org.  Bump :version.
5006
5007 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5008
5009         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5010
5011 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5012
5013         * message.el (message-info): Explain why we use `Info-goto-node'.
5014
5015 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5016
5017         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5018
5019 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5020
5021         * message.el (message-completion-in-region): New compatibility function.
5022         (message-expand-group): Use it.
5023
5024 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5025
5026         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5027         with no unread article should be listed if the 2nd arg `predicate' is
5028         given.
5029
5030 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5031
5032         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5033
5034 2009-11-29  Juri Linkov  <juri@jurta.org>
5035
5036         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5037         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5038         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5039
5040 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5041
5042         * sha1.el (sha1-string-external): default-directory "/" in case
5043         otherwise non-existent.  process-connection-type pipe for touch of
5044         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5045
5046 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5047
5048         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5049         it's comms related and sgml-mode.el has "comm" on that basis too.
5050
5051 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5052
5053         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5054         containing tspecial characters if they have been already quoted.
5055
5056 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5057
5058         * dns-mode.el (auto-mode-alist): Purecopy string.
5059
5060 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5061
5062         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5063
5064 2009-10-24  Glenn Morris  <rgm@gnu.org>
5065
5066         * gnus-art.el (help-xref-stack-item): Define for compiler.
5067
5068 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5069
5070         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5071
5072 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5075
5076 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5077
5078         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5079         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5080
5081 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5082
5083         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5084         (gnus-overlays-in): New alias to overlays-in.
5085
5086         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5087         gnus-overlay-get, and gnus-delete-overlay.
5088         (gnus-summary-show-thread): Make it work as well for systems in which
5089         next-single-char-property-change is not available.
5090         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5091
5092         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5093         (gnus-overlay-get): New alias to extent-property.
5094         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5095
5096         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5097         SXEmacs.
5098
5099         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5100         SXEmacs.
5101
5102 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5103
5104         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5105
5106 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5107
5108         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5109         and XEmacs that don't have `remove-overlays'.
5110
5111 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5112
5113         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5114         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5115         selective display.  Use overlays instead.
5116
5117 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5118
5119         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5120
5121 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5122
5123         * spam-stat.el (spam-stat-load): Fix typo in message.
5124
5125 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5126
5127         * dig.el (dig-invoke): Fix typo in docstring.
5128         (query-dig): Reflow docstring.
5129
5130 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5131
5132         * gnus-art.el (gnus-article-encrypt-body):
5133         * message.el (message-check-recipients):
5134         * mm-util.el (mm-codepage-setup):
5135         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5136         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5137
5138 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5139
5140         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5141         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5142         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5143         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5144         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5145
5146 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5147
5148         * dig.el: Add "Keywords: comm", as per net-utils.el.
5149
5150 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5151
5152         * dig.el (dig-mode): Use define-derived-mode.
5153
5154 2009-09-19  Glenn Morris  <rgm@gnu.org>
5155
5156         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5157
5158 2009-09-18  Glenn Morris  <rgm@gnu.org>
5159
5160         * gnus-diary.el (gnus-diary-check-message):
5161         * message.el (message-insert-formatted-citation-line):
5162         * nnbabyl.el (top-level):
5163         * nndiary.el (nndiary-schedule):
5164         Fix typos in condition-case handlers.
5165
5166 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5167
5168         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5169         configuration that provides the sole article window in a frame;
5170         position point correctly after deleting a part.
5171
5172 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5173
5174         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5175         (spam-resolve-registrations-routine): Use it to unregister articles
5176         that change status.
5177
5178 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5179
5180         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5181         with XEmacs.
5182         (parse-time-string-chars): Use it.
5183
5184 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5185
5186         * imap.el (imap-interactive-login): Better messages.
5187         (imap-open): Fix bug with renamed buffer on reconnect.
5188         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5189         for easier debugging and cleaner code.  On successful (guessed based on
5190         server capabilities) secondary authentication, set imap-state
5191         correctly.
5192         (imap-last-authenticator): Define imap-last-authenticator as a variable
5193         to avoid warnings.
5194
5195 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5196
5197         * nnrss.el (nnrss-request-article): Remove binding of
5198         default-enable-multibyte-characters that has gotten needless by
5199         the 2007-07-13 change in rfc2047-encode-message-header.
5200
5201         * mml.el (mml-insert-multipart): Error on the message header.
5202         (mml-insert-part): Error on the message header; position point at
5203         the end of a MIME tag.
5204
5205 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5206
5207         * time-date.el (autoload): Expand define-obsolete-function-alias into
5208         defalias and make-obsolete for old Emacsen that Gnus supports.
5209         (with-no-warnings): Define it for old Emacsen.
5210         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5211         is available.
5212         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5213         float-time is available; suppress compile warning for time-to-seconds.
5214
5215         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5216         (gnus-float-time): Alias to float-time if it exists.
5217
5218         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5219         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5220         float-time is available; suppress compile warning for time-to-seconds.
5221
5222         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5223         XEmacs.
5224
5225 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5226
5227         * imap.el (imap-message-map): Docstring fix.
5228
5229 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5232         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5233         Add the optional argument `encoding' that overrides the default.
5234
5235         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5236         mm-encode-buffer.
5237
5238 2009-09-04  Glenn Morris  <rgm@gnu.org>
5239
5240         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5241         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5242         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5243         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5244         * mm-util.el (mm-with-unibyte-current-buffer)
5245         (mm-find-buffer-file-coding-system):
5246         * yenc.el (yenc-decode-region): Use default-value rather than
5247         default-enable-multibyte-characters.
5248
5249 2009-09-03  Glenn Morris  <rgm@gnu.org>
5250
5251         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5252         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5253         than default-enable-multibyte-characters.
5254
5255 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5256
5257         * gnus-art.el (gnus-article-read-summary-keys):
5258         Fix gnus-buffer-configuration's value temporarily used.
5259
5260 2009-09-02  Glenn Morris  <rgm@gnu.org>
5261
5262         * gnus-util.el (gnus-float-time): New function.
5263         * gnus-delay.el (gnus-delay-article):
5264         * gnus-sum.el (gnus-thread-latest-date):
5265         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5266         * nnspool.el (nnspool-request-newgroups):
5267         Use gnus-float-time rather than time-to-seconds.
5268         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5269
5270         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5271         (gnus-header-subject-face, gnus-header-newsgroups-face)
5272         (gnus-header-name-face, gnus-header-content-face):
5273         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5274         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5275         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5276         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5277         (gnus-cite-face-11):
5278         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5279         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5280         (gnus-server-closed-face, gnus-server-denied-face)
5281         (gnus-server-offline-face):
5282         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5283         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5284         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5285         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5286         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5287         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5288         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5289         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5290         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5291         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5292         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5293         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5294         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5295         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5296         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5297         (gnus-summary-high-undownloaded-face)
5298         (gnus-summary-low-undownloaded-face)
5299         (gnus-summary-normal-undownloaded-face)
5300         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5301         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5302         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5303         (gnus-splash-face):
5304         * message.el (message-header-to-face, message-header-cc-face)
5305         (message-header-subject-face, message-header-newsgroups-face)
5306         (message-header-other-face, message-header-name-face)
5307         (message-header-xheader-face, message-separator-face)
5308         (message-cited-text-face, message-mml-face):
5309         * sieve-mode.el (sieve-control-commands-face)
5310         (sieve-action-commands-face, sieve-test-commands-face)
5311         (sieve-tagged-arguments-face):
5312         * spam.el (spam-face):
5313         Mark face aliases with "-face" in the name as obsolete.
5314
5315 2009-09-01  Glenn Morris  <rgm@gnu.org>
5316
5317         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5318         than goto-line.
5319
5320 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5321
5322         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5323         Don't move point if the command is invoked inside the message header.
5324
5325 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5326
5327         * imap.el (imap-send-command): Simplify.
5328         (imap-wait-for-tag): point-max -> buffer-size.
5329
5330 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5331
5332         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5333         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5334         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5335         * nnir.el (nnir-swish-e-index-file):
5336         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5337         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5338         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5339         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5340         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5341         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5342
5343 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5344
5345         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5346         Don't save excursion.
5347
5348 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5349
5350         * nnheader.el (nnheader-find-file-noselect):
5351         * mm-util.el (mm-insert-file-contents):
5352         Use (default-value 'major-mode) instead of default-major-mode.
5353
5354 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5355
5356         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5357
5358 2009-08-26  Glenn Morris  <rgm@gnu.org>
5359
5360         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5361         than placing in files.el.
5362
5363 2009-08-25  Glenn Morris  <rgm@gnu.org>
5364
5365         * nnir.el (top-level): Don't require cl at run-time.
5366         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5367         Replace cl-function substitute with gnus-replace-in-string.
5368         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5369         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5370         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5371         simplified expansions.
5372
5373 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5374
5375         * dig.el (dig): Add autoload cookie.
5376
5377 2009-08-22  Glenn Morris  <rgm@gnu.org>
5378
5379         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5380         goto-line.
5381
5382 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5383
5384         * parse-time.el (parse-time-string-chars): Save match data.
5385
5386 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5387
5388         * parse-time.el (parse-time-string-chars): Compute using character
5389         classes, to handle non-ascii characters (Bug#3190).
5390
5391 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5392
5393         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5394
5395         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5396         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5397         (gnus-mm-display-part, gnus-mime-display-single)
5398         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5399         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5400
5401         * gnus-sum.el
5402         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5403         (gnus-summary-move-article): Add expirable mark to articles copied or
5404         moved to group that has auto-expire turned on if the option is non-nil.
5405
5406 2009-07-24  Glenn Morris  <rgm@gnu.org>
5407
5408         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5409         Fix typo.  (Bug#3903)
5410
5411 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5412
5413         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5414         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5415         that should not be used for draft articles.
5416         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5417         that has no concern in minor mode keys.
5418         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5419         Abolish.
5420
5421 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5422
5423         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5424         article without making inquiry to a user for unknown encoding.
5425
5426         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5427         (nnmaildir--scan): Assume i-node and device number that file-attributes
5428         returns might be cons-cell.
5429
5430         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5431
5432         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5433
5434 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5435
5436         * auth-source.el: Remove docs now in auth.texi.  Don't use
5437         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5438         `auth-source-hide-passwords' and use them.
5439
5440 2009-07-15  Glenn Morris  <rgm@gnu.org>
5441
5442         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5443
5444 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5447         excessive whitespace from the default values of title and description.
5448
5449 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5450
5451         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5452         mail-fetch-field to fetch Content-Description header in order to
5453         exclude newlines.
5454
5455 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5456
5457         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5458         format used by GnuPG 2.0.11.
5459
5460 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5461
5462         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5463         to deleted part.
5464
5465 2009-05-30  David Engster  <dengste@eml.cc>
5466
5467         * nnmairix.el: Remove old documentation in the commentary block.
5468         (nnmairix-request-group): Do not update active file for nnml back ends.
5469         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5470         end so that overview files are ignored.
5471         (nnmairix-update-groups): Make updating the groups more robust by using
5472         marks.
5473         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5474         with dollar characters in message-id.
5475
5476 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5477
5478         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5479         2008-12-25 in dns.el.
5480
5481 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5482
5483         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5484         could happen if the text is only composed of spaces and/or tabs.
5485
5486 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5487
5488         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5489         when sending a queued message to avoid extra mml tags.
5490
5491 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5492
5493         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5494
5495 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5498         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5499         rmail-toggle-header for XEmacs;
5500         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5501
5502 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * gnus-dired.el: Remove autoload for gnus-setup-message.
5505         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5506         displaying Gnus logo; always use compose-mail.
5507
5508 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5509
5510         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5511
5512 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5515         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5516         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5517         available.
5518         (gnus-nocem-epg-verify): New function.
5519
5520 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5521
5522         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5523
5524 2009-02-15  Glenn Morris  <rgm@gnu.org>
5525
5526         * gnus-util.el (rmail-insert-rmail-file-header)
5527         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5528         autoloads.
5529         (rmail-default-rmail-file): Remove unnecessary declaration.
5530         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5531
5532 2009-02-14  Glenn Morris  <rgm@gnu.org>
5533
5534         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5535         variable (only used in gnus-util, which declares it anyway).
5536         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5537         which was only needed by gnus-art (changed to not use it any more).
5538         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5539         only used in gnus-util, which autoloads it itself.
5540         (rmail-update-summary): Fix autoload.
5541
5542         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5543         rather than rmail-output-to-rmail-file.
5544
5545 2009-02-07  Glenn Morris  <rgm@gnu.org>
5546
5547         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5548         autoload of function that no longer exists.
5549         (rmail-toggle-header): Declare.
5550         (message-forward-rmail-make-body): Handle mbox Rmail.
5551
5552 2009-01-31  Glenn Morris  <rgm@gnu.org>
5553
5554         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5555         2009-01-09 change.
5556
5557 2009-01-31  Dave Love  <fx@gnu.org>
5558
5559         * imap.el (imap-fetch-safe): Bind debug-on-error.
5560         (imap-debug): Add imap-fetch-safe.
5561
5562 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5563
5564         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5565         (auth-source-forget-all-cached): New convenience function.
5566         (auth-source-user-or-password): Accept list of modes or a single mode.
5567
5568         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5569         auth-source modes.
5570
5571         * netrc.el (netrc-machine-user-or-password): Use list of
5572         auth-source modes.
5573
5574         * nnimap.el (nnimap-open-connection): Use list of
5575         auth-source modes.
5576
5577         * nntp.el (nntp-send-authinfo): Use list of
5578         auth-source modes.
5579
5580 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5581
5582         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5583         now.
5584
5585 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5588         coding system in XEmacs; add a workaround for XEmacs.
5589
5590         * lpath.el: Fbind coding-system-aliasee.
5591
5592 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5593
5594         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5595         of current-language-environment.
5596
5597 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5598
5599         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5600         available at runtime.
5601
5602 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5603
5604         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5605
5606 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5607
5608         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5609         the greatest positive fixnum value doesn't work under an XEmacs with
5610         bignum support; use the most-positive-fixnum constant instead,
5611         available since Emacs 21.1 with cl and XEmacs 21.1.
5612
5613 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5616         XEmacs gets not to work.
5617
5618 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5619
5620         * mm-util.el (mm-coding-system-priorities): Allow the value like
5621         "Japanese (UTF-8)" of current-language-environment.
5622
5623 2009-01-09  Glenn Morris  <rgm@gnu.org>
5624
5625         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5626         with last-command-event.
5627
5628 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5629
5630         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5631         in the doc string.
5632
5633         * message.el (message-fix-before-sending): Amend comment.
5634
5635 2009-01-08  Dave Love  <fx@gnu.org>
5636
5637         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5638
5639 2009-01-07  David Engster  <dengste@eml.cc>
5640
5641         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5642         simplified server definitions by converting it via
5643         gnus-server-to-method.
5644
5645 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5648         parameter's operands.
5649
5650 2009-01-06  David Engster  <dengste@eml.cc>
5651
5652         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5653         primary select method (for gnus-group-mark-article-as-read).
5654
5655 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5656
5657         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5658         `(gnus)Face', not `(gnus)X-Face'.
5659
5660 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * mm-util.el (mm-ucs-to-char): New function.
5663
5664         * mm-url.el (mm-url-decode-entities): Use it.
5665
5666         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5667         unicode-to-char.
5668
5669 2009-01-05  Dave Love  <fx@gnu.org>
5670
5671         * time-date.el: Require cl for `declare'.
5672
5673 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5674
5675         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5676         Dave Love.
5677
5678 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5679
5680         * message.el (message-fix-before-sending): Add `eight-bit' to
5681         illegible-text check.
5682
5683 2009-01-03  Michael Olson  <mwolson@gnu.org>
5684
5685         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5686         `headers' is nil.  This can occur if the IMAP server does not have
5687         permissions to read messages from a folder, but can write new messages
5688         to the folder.
5689         (nnimap-request-article-part): Do not insert `data' if it is nil.
5690
5691         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5692         characters which will confuse `read', so skip past them.
5693
5694 2009-01-01  Dave Love  <fx@gnu.org>
5695
5696         * imap.el (imap-string-to-integer): Fix typo.
5697         (imap-fetch-safe): New function.
5698         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5699
5700         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5701
5702         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5703         (imap-parse-greeting): Fix doc strings.
5704         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5705         (imap-parse-flag-list): Make messages unique.
5706         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5707
5708         * nnimap.el: Fix author email.
5709         (nnimap-split-rule): Add FIXME comment.
5710         (nnimap-debug): Fix doc string.
5711
5712 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5713
5714         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5715
5716 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5717
5718         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5719         nslookup if resolv.conf isn't available.
5720         (dns-query): Rename from query-dns.
5721         (dns-query-cached): Rename from query-dns-cached.
5722
5723 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5724
5725         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5726         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5727         to check if those variables exist (first appeared in Emacs 18.50).
5728
5729 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5730
5731         * mm-util.el (mm-line-number-at-pos): New function.
5732
5733         * spam-report.el (spam-report-process-queue): Use it.
5734
5735 2008-12-24  David Engster  <dengste@eml.cc>
5736
5737         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5738         parameters that haven't existed as variables as buffer-local variables.
5739
5740 2008-12-23  Dave Love  <fx@gnu.org>
5741
5742         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5743         cadar.
5744
5745         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5746         imap-starttls-p.
5747         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5748
5749 2008-12-22  Dave Love  <fx@gnu.org>
5750
5751         * imap.el: Fix author email.  Doc fixes.
5752         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5753         reply.
5754
5755 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5756
5757         * spam-report.el (spam-report-gmane-max-requests): New constant.
5758         (spam-report-gmane-wait): New variable.
5759         (spam-report-gmane-ham, spam-report-gmane-spam)
5760         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5761         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5762         the server.
5763
5764         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5765         Add explanations.
5766
5767         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5768         nnheader-accept-process-output and nnheader-read-timeout if available.
5769         (pop3-movemail): Use it.
5770
5771         * message.el (message-check-news-body-syntax): Fix signature check if
5772         there's an attachment.
5773
5774 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5775
5776         * mm-util.el: Add comments to the mm- emulating functions.
5777
5778 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5779
5780         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5781         Reported by Stephen Berman <stephen.berman@gmx.net>.
5782
5783 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * mm-util.el (mm-substring-no-properties): New function.
5786         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5787         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5788         (mm-string-to-multibyte): Doc fix.
5789
5790         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5791
5792 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5793
5794         * mml.el (mml-attach-file): Strip text properties from file name.
5795         (Bug#1574)
5796
5797 2008-12-16  Glenn Morris  <rgm@gnu.org>
5798
5799         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5800
5801 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5802
5803         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5804         knows since the charset specified might be a bogus alias that
5805         mm-charset-synonym-alist provides.
5806
5807 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5808
5809         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5810         "ISO_8859-1".
5811
5812         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5813
5814 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5815
5816         * mm-util.el (mm-charset-eval-alist):
5817         Define it before mm-charset-to-coding-system.
5818         (mm-charset-to-coding-system): Add optional argument `silent';
5819         define it before mm-charset-override-alist.
5820         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5821         default value if it can be used in Emacs currently running;
5822         silence mm-charset-to-coding-system.
5823
5824 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5825
5826         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5827         `allow-override' which says whether to use `mm-charset-override-alist'.
5828         (rfc2047-decode-encoded-words): Use it.
5829
5830         * mm-util.el (mm-charset-override-alist): Fix custom type;
5831         add `(gb2312 . gbk)' to choices.
5832
5833 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5834
5835         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5836         fast.
5837
5838         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5839
5840         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5841
5842 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5843
5844         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5845         on links.
5846
5847         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5848
5849 2008-12-03  Lute Kamstra  <lute@gnu.org>
5850
5851         * sha1.el: Remove leading * from docstrings of defcustoms,
5852         deffaces, defconsts and defuns.
5853
5854 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5855
5856         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5857         users' addresses that don't have domain parts.
5858         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5859         rather than message-narrow-to-head since there will be the message
5860         header separator.
5861
5862 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5863
5864         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5865         since the result is inserted in a unibyte buffer anyway.
5866         (nnimap-demule-use-string-to-multibyte): Remove.
5867         (nnimap-demule): Alias it to mm-string-to-multibyte.
5868
5869 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5870
5871         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5872         variable for debugging bug#464 and bug#1174.
5873         (nnimap-demule): Use it.
5874
5875 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5876
5877         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5878         score calculation correctly.
5879
5880 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5881
5882         * message.el (message-send-mail): Just set the buffer to unibyte
5883         rather than use mm-with-unibyte-current-buffer which does a lot more.
5884         (message-send-mail-partially): Don't bother with
5885         mm-with-unibyte-current-buffer since it's already been made unibyte by
5886         message-send-mail.
5887
5888 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5889
5890         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5891
5892 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5893
5894         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5895
5896 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5897
5898         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5899         require itself and to remove `with-no-warnings'.
5900
5901 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5902
5903         * starttls.el (starttls-any-program-available): Get the name of the
5904         available TLS layer program.
5905         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5906         well as the host name in the "opening" message.
5907
5908         * auth-source.el (auth-source-cache, auth-source-do-cache)
5909         (auth-source-user-or-password): Cache passwords and logins by default,
5910         allow override with `auth-source-do-cache'.
5911         (auth-source-forget-user-or-password): Allow users to remove cache
5912         entries if needed.
5913
5914 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5915
5916         * md4.el (md4-buffer): Fix typo in docstring.
5917         (md4, md4-64): Doc fixes.
5918         (md4-pack-int32): Reflow docstring.
5919
5920 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5921
5922         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5923         condition-case to only the forward-sexp call.
5924
5925 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5926
5927         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5928         quotes contained.  Make it more robust regardless by an extra
5929         condition-case wrapper.
5930
5931 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5934
5935 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5936
5937         * nnml.el (nnml-request-expire-articles): Check if the function set to
5938         `nnmail-expiry-target' returns the symbol `delete'.
5939
5940         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5941
5942         * nnmail.el (nnmail-expiry-target): Fix custom type.
5943
5944 2008-10-02  Glenn Morris  <rgm@gnu.org>
5945
5946         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5947         Silence compiler warning.
5948
5949 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5950
5951         * tls.el (open-tls-stream): Show the actual command being
5952         executed, instead of the format string.
5953
5954 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5955
5956         * lpath.el: Fbind codepage-setup for Emacs 23.
5957
5958 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5959
5960         * mml.el (mml-menu): Don't assume mml2015 is bound.
5961
5962 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5965         exists.
5966
5967 2008-09-27  Glenn Morris  <rgm@gnu.org>
5968
5969         * gnus-util.el (mail-header-remove-comments): Autoload it.
5970
5971 2008-09-27  Andreas Schwab  <schwab@suse.de>
5972
5973         * gnus-util.el (gnus-split-references): Strip comments.
5974         (gnus-parent-id): Likewise.
5975
5976 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5977
5978         * message.el (message-confirm-send): Fix version.
5979
5980 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5981
5982         * message.el (message-idna-to-ascii-rhs-1): Use
5983         mail-extract-address-components rather than mail-header-parse-addresses
5984         that is an alias by default to ietf-drums-parse-addresses that does not
5985         support non-ASCII names in headers' contents.
5986
5987 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5988
5989         * message.el (message-confirm-send): Fix variable documentation to
5990         avoid the "y/n" wording.
5991
5992 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5993
5994         * message.el (message-set-auto-save-file-name): Save to a different
5995         filename so multiple messages (especially drafts) can be recovered.
5996
5997 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5998
5999         * message.el (message-confirm-send): Add appropriate version.
6000
6001 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6002
6003         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6004         defvar.
6005
6006 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6007
6008         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6009         (mm-pkcs7-enveloped-magic): Ditto.
6010
6011 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6012
6013         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6014         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6015
6016 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6017
6018         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6019         default, it's better.
6020
6021 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6022
6023         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6024         summary line gnus-number property and ignore them (with a warning
6025         message).
6026
6027 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6028
6029         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6030         macro caddr in the interactive form since it won't be expanded.
6031
6032 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6033
6034         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6035         `charset'; fix name of function called recursively.
6036         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6037
6038 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6039
6040         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6041         (gnus-mime-set-charset-parameters): New function.
6042         (gnus-mime-view-part-as-charset): Use it to correctly display part
6043         specifying wrong charset.
6044
6045 2008-09-08  David Engster  <dengste@eml.cc>
6046
6047         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6048         in completing-read for back end server.
6049
6050 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6051
6052         * message.el (message-confirm-send): New variable to confirm sending a
6053         message.
6054         (message-send): Use it.
6055
6056 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6057
6058         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6059
6060 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6061
6062         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6063
6064 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6065
6066         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6067         prevent tracking too many groups.
6068         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6069         Use it.
6070
6071 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6072
6073         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6074         moving point to the bottom of the window in order to avoid recentering.
6075
6076 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6079
6080         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6081         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6082         (gnus-article-beginning-of-window): Fix calculation.
6083
6084 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6085
6086         * gnus-msg.el (gnus-summary-supersede-article)
6087         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6088         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6089         message header.
6090
6091 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6092
6093         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6094         pending output coming after the status change.
6095
6096 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6097
6098         * message.el:
6099         * gnus-start.el:
6100         * gnus-registry.el: Remove VMS support.
6101
6102 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6103
6104         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6105         macro.
6106         (rfc2104-hash): Use it.
6107
6108 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6109
6110         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6111         (gnus-summary-sort-by-most-recent-date): New commands.
6112         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6113         and menu entries.
6114
6115 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6118         don't redisplay article for raw contents; remove plural articles stuff.
6119
6120         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6121         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6122         on gnus-summary-save-article; display results properly.
6123
6124 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6125
6126         * lpath.el: No need to fbind ns-focus-frame.
6127
6128 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6129
6130         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6131
6132 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6133
6134         * gnus-art.el (gnus-summary-save-in-pipe):
6135         Consider gnus-save-all-headers.
6136
6137 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6138
6139         * gnus-util.el (ns-focus-frame): Remove declaration.
6140         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6141         like x.
6142
6143 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6144
6145         * rfc2104.el (rfc2104-zero): Delete defconst.
6146         (rfc2104-hex-alist): Likewise.
6147         (rfc2104-hex-to-int): Delete func.
6148         (rfc2104-hexstring-to-bitstring): Likewise.
6149         (rfc2104-nybbles): New defconst.
6150         (rfc2104-hash): Rewrite for speed.
6151
6152 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6153
6154         * tls.el (open-tls-stream): Make it work with the 2nd argument
6155         BUFFER that is a string but does not exist as a buffer object, as
6156         mentioned in the doc-string.
6157
6158 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6159
6160         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6161         SXEmacs.
6162
6163 2008-07-16  Glenn Morris  <rgm@gnu.org>
6164
6165         * gnus-util.el (ns-focus-frame): Declare for compiler.
6166
6167 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6170         set as a group parameter.
6171         (gnus-summary-save-in-pipe): Work when it is called independently.
6172         (gnus-summary-pipe-to-muttprint): Don't modify
6173         gnus-summary-pipe-output-default-command.
6174
6175 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6176
6177         * message.el (message-send-mail-with-sendmail):
6178         Display the error message.
6179
6180 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6181
6182         * gnus-art.el (gnus-default-article-saver):
6183         Add gnus-summary-save-in-pipe to choices.
6184         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6185         gnus-summary-pipe-output-default-command as the default command.
6186         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6187         instead of gnus-last-shell-command.
6188
6189         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6190         New user option.
6191         (gnus-summary-muttprint-program): Mention the value will be changed.
6192         (gnus-summary-save-article): Force showing of all headers.
6193         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6194
6195 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6196
6197         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6198
6199 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6200
6201         * nnimap.el (nnimap-id):
6202         * sieve-manage.el (sieve-manage-open): Doc fixes.
6203
6204 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6205
6206         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6207         if available.
6208
6209 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6210
6211         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6212
6213         * nnkiboze.el (nnkiboze-generate-group):
6214         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6215
6216         * nnmairix.el: Require CL.
6217
6218 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6219
6220         * dgnushack.el: Autoload get-display-table and put-display-table for
6221         XEmacs 21.5.
6222
6223         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6224         21.4 and SXEmacs.
6225
6226 2008-06-15  David Engster  <dengste@eml.cc>
6227
6228         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6229
6230 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6231
6232         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6233         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6234         runtime choice under XEmacs.
6235
6236         * gnus-sum.el (gnus-summary-set-display-table):
6237         Use `gnus-put-display-table', `gnus-get-display-table',
6238         `gnus-set-display-table' for the display table, instead of `aset'.
6239
6240         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6241         Use `gnus-put-display-table', `gnus-get-display-table',
6242         `gnus-set-display-table' for the display table.
6243
6244 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6245
6246         * nnmairix.el: Add autoloads.
6247
6248 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6249
6250         * nnmairix.el (nnmairix-delete-recreate-group)
6251         (nnmairix-update-and-clear-marks): Fix error messages.
6252
6253 2008-06-14  David Engster  <dengste@eml.cc>
6254
6255         * nnmairix.el: Upgrade to version 0.6.
6256         (nnmairix-group-toggle-propmarks-this-group)
6257         (nnmairix-group-toggle-readmarks-this-group)
6258         (nnmairix-group-delete-recreate-this-group)
6259         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6260         (nnmairix-remove-tick-mark-original-article): New commands.
6261         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6262         (nnmairix-propagate-marks-to-nnmairix-groups)
6263         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6264         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6265         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6266         functions needed for marks propagation and manipulation of read marks.
6267         (nnmairix-update-groups): New function.
6268         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6269         (nnmairix-determine-original-group-from-registry)
6270         (nnmairix-determine-original-group-from-path)
6271         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6272         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6273         New helper functions.
6274         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6275         keystrokes for new commands.
6276         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6277         (nnmairix-request-group): Check allow-fast group parameter.
6278         (nnmairix-request-create-group): Set allow-fast group parameter if
6279         nnmairix-allowfast-default is set.
6280         (nnmairix-close-group): Propagate marks upon closing if needed.
6281         (nnmairix-group-toggle-threads-this-group): Use new.
6282         nnmairix-group-toggle-parameter helper function.
6283         (nnmairix-search): Better check for empty search result.
6284         (nnmairix-goto-original-article): Use new helper functions for
6285         determining original article.
6286         (nnmairix-show-original-article): Make sure message-id is in brackets.
6287         (nnmairix-call-mairix-binary): Change variable name.
6288         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6289         helper function.
6290         (nnmairix-widget-toggle-activate): Fix doc string.
6291
6292 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6293
6294         * nnir.el: Require edmacro when compiling with XEmacs.
6295         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6296         available in Emacs 21.
6297
6298 2008-06-11  Glenn Morris  <rgm@gnu.org>
6299
6300         * gnus-util.el (x-focus-frame):
6301         * gnus.el (image-size):
6302         * mm-decode.el (image-size): Declare.
6303
6304         * gnus-picon.el (declare-function): Add compat definition.
6305         (image-size): Declare.
6306
6307         * gnus-group.el (tool-bar-map):
6308         * gnus-sum.el (tool-bar-map): Define for compiler.
6309
6310         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6311
6312         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6313
6314         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6315         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6316         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6317         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6318         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6319         * sieve-manage.el, spam-report.el, spam.el:
6320         Remove unnecessary eval-and-compile of autoloads.
6321
6322 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6323
6324         * auth-source.el: Precise Tramp doc.
6325
6326 2008-06-07  Glenn Morris  <rgm@gnu.org>
6327
6328         * nnmairix.el: Remove unnecessary eval-when-compile.
6329
6330 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6331
6332         * lpath.el: Fbind propertize for XEmacs 21.4.
6333
6334 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6335
6336         * nnir.el: Move here from ../contrib.
6337
6338 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6339
6340         * gnus-util.el (gnus-read-shell-command): New function.
6341         * mm-decode.el (mm-pipe-part):
6342         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6343
6344 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6345
6346         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6347
6348 2008-06-03  Glenn Morris  <rgm@gnu.org>
6349
6350         * pop3.el (nnheader-accept-process-output): Autoload it.
6351
6352 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6353
6354         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6355         are not 2-digit hexadecimal characters that follow `%'s.
6356
6357 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6358
6359         * message.el (message-bogus-recipient-p): Fix type in doc string.
6360         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6361         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6362         Improve custom options.
6363         (message-bogus-recipient-p): Adjust accordingly.
6364
6365 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6366
6367         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6368         long-form month and day names.
6369
6370 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * dgnushack.el: Autoload debug, eudc-expand-inline and
6373         pgg-snarf-keys-region for XEmacs.
6374
6375         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6376
6377         * nnmairix.el: Require edmacro when compiling with XEmacs.
6378
6379 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6380
6381         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6382         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6383
6384 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6385
6386         * auth-source.el: Add more docs.
6387
6388         * netrc.el (netrc-machine): Always match if the port is not given.
6389
6390 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6391
6392         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6393         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6394         retrieval faster in some cases, but might make CPU usage larger.
6395         If this has any bad side effects, we might revert this change.
6396
6397         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6398         seems to make mail retrieval much, much faster.
6399         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6400         unconditionally.
6401
6402         * gnus-draft.el (gnus-group-send-queue):
6403         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6404
6405 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6406
6407         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6408
6409         * message.el (message-bogus-address-regexp): Fix and improve custom
6410         type.
6411         (message-setup-hook): Add message-check-recipients as custom option.
6412
6413 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6414
6415         * message.el (message-cite-function): Remove bogus autoload which crept
6416         in during merge from v5-10.
6417
6418 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6419
6420         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6421
6422         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6423
6424         * auth-source.el: Preliminary Tramp docs.
6425         (auth-sources): Change the default auth-sources to use
6426         EPA .gpg files.
6427
6428 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6429
6430         * nntp.el: Autoload `auth-source-user-or-password'.
6431         (nntp-send-authinfo): Use it.
6432
6433         * nnimap.el: Autoload `auth-source-user-or-password'.
6434         (nnimap-open-connection): Use it.
6435
6436         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6437         for the gnus-message function.
6438         (auth-source-user-or-password): Use it.
6439
6440 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6441
6442         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6443         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6444         (rfc2104-hash): Use it.
6445
6446 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6447
6448         * gnus-art.el (gnus-article-toggle-truncate-lines):
6449         Don't use `iff' in docstring.
6450
6451 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6452
6453         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6454
6455         * gnus-util.el (gnus-extract-address-component-name)
6456         (gnus-extract-address-component-email): Convenience functions around
6457         `gnus-extract-address-components'.
6458
6459         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6460         Use `gnus-extract-address-component-email' to fix bug of comparing full
6461         sender name to `user-mail-address'.
6462
6463 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6464
6465         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6466         catch/throw to optimize.
6467         (gnus-registry-find-keywords): Just use member to find a keyword.
6468
6469 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6470
6471         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6472         is current before calling gnus-server-prepare.
6473         (gnus-server-setup-buffer, gnus-server-update-server)
6474         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6475
6476 2008-05-04  Juri Linkov  <juri@jurta.org>
6477
6478         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6479         (mailcap-file-default-commands): Use mailcap-replace-in-string
6480         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6481         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6482
6483 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6484
6485         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6486
6487 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6488
6489         * gnus.el: Bump version to 0.11.
6490
6491 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6492
6493         * gnus.el: No Gnus v0.10 is released.
6494
6495 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6496
6497         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6498         hooks.
6499         (gnus-update-read-articles): Speed up non-marks-using users.
6500         (gnus-use-marks): Define gnus-use-marks.
6501         (gnus-propagate-marks): Rename variable to something more sensible.
6502
6503 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6504
6505         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6506         (gmm-image-load-path-for-library): Fix typos in docstrings.
6507         (gmm-message): Reflow docstring.
6508
6509 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6510
6511         * mail-source.el (mail-source-set-1, mail-source-bind):
6512         Move auth-source code out of the macro to clean it up and fix bugs.
6513
6514 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6515
6516         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6517         by sender if it's equal to user-mail-address, it's likely to be
6518         useless.
6519
6520         * mail-source.el (mail-source-bind): Don't use user or password if they
6521         are not bound.  Unintern them if they are nil.  Don't use server unless
6522         it's bound, and default it to empty string otherwise.
6523
6524 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6525
6526         * mail-source.el: Load auth-source.el.
6527         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6528         get user name or password, if auth-sources is set up.
6529
6530         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6531         strategy of splitting with parent.
6532         (gnus-registry-split-fancy-with-parent)
6533         (gnus-registry-post-process-groups): Use it and fix prior
6534         bug (returning a list as the split result).
6535
6536         * auth-source.el (auth-sources): Remove server parameter.
6537         (auth-source-pick, auth-source-user-or-password)
6538         (auth-source-user-or-password-imap)
6539         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6540         (auth-source-user-or-password-sftp)
6541         (auth-source-user-or-password-smtp): Remove server parameter.
6542
6543 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6544
6545         * smime.el (smime-sign-region, smime-encrypt-region)
6546         (smime-decrypt-region):
6547         Remove redundant calls to `generate-new-buffer-name'.
6548
6549 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6550
6551         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6552         Don't use QP for message/rfc822.
6553         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6554
6555 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6556
6557         * sieve-manage.el (sieve-string-bytes): Remove.
6558         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6559         correct byte-length only if the process's coding-system is the same as
6560         the one used internally by Emacs to represent strings.
6561
6562 2008-04-22  Juri Linkov  <juri@jurta.org>
6563
6564         * mailcap.el (mailcap-file-default-commands): New function.
6565
6566 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6567
6568         * message.el (message-signature-separator, message-cite-function):
6569         Change custom version.
6570
6571 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6572
6573         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6574         commands.
6575         (tls-checktrust): Ditto.
6576
6577 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6578
6579         * mm-decode.el (mm-display-external): Make temp file read-only.
6580
6581 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6582
6583         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6584         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6585         `C-c C-f d'.
6586
6587 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6588
6589         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6590
6591 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6592
6593         * gnus.el: Bump version to 0.9.
6594
6595 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6596
6597         * gnus.el: No Gnus v0.8 is released.
6598
6599 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6600
6601         * mail-source.el (mail-source-value):
6602         Prefer fboundp to functionp so it works with macros as well.
6603
6604 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6605
6606         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6607         Fix last change in case the element is not even a symbol.
6608
6609 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6610
6611         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6612         Prefer fboundp to functionp so it works with macros as well.
6613
6614 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6615
6616         * auth-source.el: Add docs.
6617         (auth-sources): Modify format to support server.
6618         (auth-source-pick, auth-source-user-or-password)
6619         (auth-source-user-or-password-imap)
6620         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6621         (auth-source-user-or-password-sftp)
6622         (auth-source-user-or-password-smtp): Add server parameter.
6623
6624 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6625
6626         * gnus-registry.el: Initialize the registry when gnus-registry-install
6627         is t.
6628
6629 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * compface.el (uncompface): Make buffer unibyte.
6632
6633 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6634
6635         * mail-source.el (mail-source-value):
6636         Prefer fboundp to functionp so it works with macros as well.
6637
6638 2008-04-05  Glenn Morris  <rgm@gnu.org>
6639
6640         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6641
6642 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6643
6644         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6645         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6646
6647         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6648         multibyteness after rather than before erasing it.
6649
6650         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6651         mm-with-multibyte.
6652         (gnus-request-article-this-buffer): Make sure the proper decoding is
6653         used if gnus-original-article-buffer happens to be unibyte.
6654
6655         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6656         default-enable-multibyte-characters.
6657
6658         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6659         default-enable-multibyte-characters.
6660
6661         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6662
6663         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6664
6665 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6666
6667         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6668         Fix last change in case the element is not even a symbol.
6669
6670 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6671
6672         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6673         (imap-message-copyuid-1): Use it.
6674         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6675         J. Williams in
6676         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6677
6678         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6679         imap-enable-exchange-bug-workaround.
6680         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6681
6682 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6683
6684         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6685         a 100 byte status-checks into a 2-3MB transfer for each group.
6686         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6687         to enable bug workaround or not.
6688         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6689
6690 2008-03-31  Glenn Morris  <rgm@gnu.org>
6691
6692         * message.el (mml2015-use): Declare for compiler.
6693         (message-info): Require mml2015 when appropriate.
6694
6695 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6696
6697         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6698         whitespace.
6699
6700 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6701
6702         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6703         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6704         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6705         (nntp-service-to-port): New function.
6706         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6707         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6708         (nntp-open-netcat-stream): New function.
6709         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6710
6711 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6712
6713         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6714
6715 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6716
6717         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6718
6719 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6720
6721         * dns.el (dns-write): Use set-buffer-multibyte.
6722
6723 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6724
6725         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6726
6727 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6728
6729         * message.el (message-signature-separator): Change default.
6730         Improve custom type.
6731         (message-cite-function): Change default to
6732         message-cite-original-without-signature.
6733
6734         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6735         toggle.
6736
6737         * message.el (message-check-news-body-syntax): Fix signature check.
6738         (message-setup-1): Mark buffer as unmodified _after_ running
6739         message-setup-hook and handling message-alternative-emails.
6740         (message-shorten-references): Be more strict when building list of
6741         valid references to comply with GNKSA.
6742
6743         * gnus-group.el (gnus-read-ephemeral-bug-group)
6744         (gnus-read-ephemeral-debian-bug-group)
6745         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6746
6747         * message.el (message-info): Don't use booleanp which isn't supported
6748         in Emacs 21 and XEmacs.
6749
6750 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6751
6752         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6753         gnus-group-gmane-group-download-format.
6754         (gnus-group-read-ephemeral-gmane-group): Rename from
6755         gnus-group-read-ephemeral-gmane-group.
6756         (gnus-read-ephemeral-gmane-group-url): Rename from
6757         gnus-group-read-ephemeral-gmane-group-url.
6758         (gnus-bug-group-download-format-alist): New variable.
6759         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6760         (gnus-read-ephemeral-emacs-bug-group): New commands.
6761
6762 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6763
6764         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6765         (gnus-visible-headers): Improve custom type.
6766
6767 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6768
6769         * mml.el (mml-menu): Add workarounds for XEmacs.
6770
6771         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6772         X-Boundary header.
6773
6774         * message.el (message-simplify-recipients): Fix previous commit.
6775
6776 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6777
6778         * mm-util.el (mm-set-buffer-multibyte): New function.
6779         * mm-decode.el (mm-copy-to-buffer): Use it.
6780
6781         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6782         Prefer fboundp to functionp so it works with macros as well.
6783
6784 2008-03-19  Glenn Morris  <rgm@gnu.org>
6785
6786         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6787         Accidentally removed in the sync process with Emacs.
6788
6789 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6790
6791         * message.el (message-alter-recipients-discard-bogus-full-name):
6792         New function.
6793         (message-alter-recipients-function): New variable.
6794         (message-get-reply-headers): Use it.
6795         (message-replace-header): New helper function.
6796         (message-recipients-without-full-name): New variable.
6797         (message-simplify-recipients): New command.
6798
6799         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6800
6801         * message.el (message-info): Handle EasyPG manual.
6802
6803         * mml.el (mml-menu): Add entry for EasyPG.
6804
6805 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6806
6807         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6808         parameter.
6809
6810         * message.el (message-disassociate-draft): Specify drafts group name
6811         fully.
6812
6813 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6814
6815         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6816         Eliminate unnecessary duplicates from the match list.
6817
6818 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6819
6820         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6821
6822         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6823
6824         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6825         args of `how-many' of which the XEmacs version doesn't take; declare
6826         Info-index-next as function.
6827
6828 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6829
6830         * gnus-score.el (gnus-score-headers): Fix handling of
6831         gnus-inhibit-slow-scoring.
6832
6833         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6834         string.
6835         (gnus-button-url-regexp): Improve handling of parenthesis.
6836         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6837         (gnus-button-handle-info-keystrokes): Handle index entries.
6838
6839 2008-03-15  Glenn Morris  <rgm@gnu.org>
6840
6841         * parse-time.el (parse-time-string): Simplify.
6842
6843 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6844
6845         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6846         Incoming* files.
6847
6848 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6849
6850         * auth-source.el (auth-sources): Rename from auth-source-choices.
6851         (auth-source-pick): Use it.
6852
6853 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6854
6855         * binhex.el (binhex-decode-region-internal):
6856         * uudecode.el (uudecode-decode-region-internal):
6857         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6858         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6859         setting default-enable-multibyte-characters.
6860
6861 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6862
6863         * auth-source.el (auth-source-protocols)
6864         (auth-source-protocols-customize, auth-source-choices): Add and
6865         modified variable customizations and defaults.
6866         (auth-source-pick, auth-source-user-or-password)
6867         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6868         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6869         (auth-source-user-or-password-sftp)
6870         (auth-source-user-or-password-smtp): Use new variables and provide an
6871         interface to netrc.el.
6872
6873 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6874
6875         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6876         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6877         Make sure the nntp port to specify is a string.
6878
6879 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6880
6881         * nntp.el: Use with-current-buffer.
6882         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6883         dubious mm-with-unibyte-current-buffer.
6884         (nntp-with-open-group-function): New function extracted from
6885         nntp-with-open-group macro.
6886         (nntp-with-open-group): Use the function, so it's easier to debug.
6887         Add indentation and debugging info.
6888         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6889         Recommend the use of the netcat alternatives.
6890
6891         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6892         Avoid mm-string-as-multibyte as well.
6893
6894         * nnweb.el (nnweb-insert-html):
6895         Remove use of nnheader-string-as-multibyte.
6896
6897         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6898         (nnheader-string-as-multibyte): Remove.
6899
6900         * mm-view.el: Use inhibit-read-only.
6901         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6902         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6903         or unibyte-string.
6904
6905         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6906         (mm-uu-yenc-extract): Use with-current-buffer.
6907
6908         * gnus-soup.el (gnus-soup-send-packet): Don't use
6909         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6910
6911         * nnmh.el: Use with-current-buffer.
6912         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6913         mm-string-as-multibyte on the output of mm-encode-coding-string.
6914
6915         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6916         (nnimap-request-move-article): Use with-current-buffer.
6917
6918         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6919         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6920         conversion uses string-make-unibyte rather than string-as-unibyte.
6921
6922         * gnus-msg.el: Use with-current-buffer.
6923
6924         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6925
6926 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6927
6928         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6929         string for caching if it is 'PIN.
6930
6931 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6932
6933         * lpath.el: Consider the case without Emacs/W3.
6934
6935 2008-03-08  Glenn Morris  <rgm@gnu.org>
6936
6937         * time-date.el (date-to-time, time-subtract, time-add)
6938         (safe-date-to-time): Doc fixes.
6939
6940 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6941
6942         * mail-source.el (mail-source-delete-old-incoming-confirm):
6943         Change default to nil.
6944         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6945
6946 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * lpath.el: Rearrange.
6949
6950         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6951         (gnus-article-goto-prev-page): Work for articles having ^L's.
6952
6953         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6954
6955         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6956
6957 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6958
6959         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6960         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6961         (gnus-bookmark-jump): Adjust some variable names.
6962
6963 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6964
6965         * auth-source.el: New package.
6966         (auth-source-choices): Add customization entry point variable.
6967
6968         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6969         bug.
6970
6971 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6972
6973         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6974         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6975         (gnus-registry-install-shortcuts): Rename from
6976         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6977         the `gnus-registry-mark-map' keymap dynamically from
6978         `gnus-registry-marks'.  The generated functions update the summary line
6979         when a registry mark is added or deleted, and will call
6980         `gnus-registry-install-p' (see the comments in the code).
6981         (gnus-registry-user-format-function-M): Use concat intelligently.
6982
6983         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6984         the registry mark functions.
6985
6986 2008-03-05  Glenn Morris  <rgm@gnu.org>
6987
6988         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6989         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6990         gnus-art.
6991         (top-level): No need to load own source when compiling.
6992
6993 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6994
6995         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6996         Suggested by <chris.anderton@zetnet.co.uk>.
6997
6998 2008-03-04  Glenn Morris  <rgm@gnu.org>
6999
7000         * gnus-sum.el (top-level): No need to require gnus when compiling,
7001         since unconditionally required near start of file.
7002         (gnus-summary-display-while-building): Move definition before use.
7003
7004 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7005
7006         * gnus-registry.el (gnus-registry-user-format-function-M):
7007         Add formatting function.
7008
7009 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7010
7011         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7012         with plists.
7013         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7014         Use new format.
7015
7016 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7017
7018         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7019         `where-is-internal' that returns a range of key sequences.
7020
7021 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7022
7023         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7024
7025         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7026         (gnus-summary-jump-to-group): Consider windows on other displayed
7027         frames as well.  Similar changes might be needed elsewhere, but that's
7028         the one I've bumped into during my use.
7029
7030         * nndoc.el (nndoc-oe-dbx-type-p):
7031         * gnus-msg.el (gnus-debug):
7032         * gnus-group.el (gnus-update-group-mark-positions):
7033         Use mm-string-to-multibyte.
7034
7035 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7036
7037         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7038         doesn't handle NotDashEscaped.
7039
7040         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7041         (mml-dnd-attach-options): Fix typo in custom choice.
7042
7043         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7044         Change nndoc-article-type to mbox.
7045         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7046
7047         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7048         to nil, instead of html2text.
7049
7050         * imap.el (imap-debug): Add `imap-ping-server'.
7051
7052         * gnus-bookmark.el: Add FIXMEs.
7053
7054         * message.el (message-form-letter-separator)
7055         (message-send-form-letter-delay): New variables.
7056         (message-send-form-letter): Use them.  New command to send form
7057         letters.  Requested by Uwe Siart.
7058         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7059
7060 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7061
7062         * Update copyright years.
7063
7064 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7065
7066         Sync from EMACS_22_BASE.
7067
7068         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7069
7070 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7071
7072         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7073         empty author.
7074
7075 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7076
7077         * gnus-registry.el (gnus-registry-marks): Add variable for
7078         customization of marks and their appearance.
7079         (gnus-registry-read-mark): Use it.
7080         (gnus-registry-do-marks): Add utility function to loop through
7081         `gnus-registry-marks'.
7082         (gnus-registry-install-shortcuts-and-menus): Add function to install
7083         shortcuts and menus.
7084         (gnus-registry-initialize): Use it.
7085         (gnus-registry-default-mark): Clarify documentation.
7086
7087 2008-02-29  Glenn Morris  <rgm@gnu.org>
7088
7089         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7090         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7091         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7092         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7093         Change defcustom :version from 23.0 to 23.1.
7094
7095 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7096
7097         * gnus-registry.el (gnus-registry-follow-group-p)
7098         (gnus-registry-post-process-groups): Add functions to aid registry
7099         splitting and improve logging.  Clarify behavior in function
7100         documentation.
7101         (gnus-registry-split-fancy-with-parent): Use them.
7102
7103 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7104
7105         * gnus-art.el: Use with-current-buffer.
7106
7107 2008-02-27  David Engster  <dengste@eml.cc>
7108
7109         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7110         Express real group name in the response.
7111
7112 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7113
7114         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7115         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7116         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7117         autoload gnus-registry-fetch-group when compiling.
7118         (nnmairix-request-group-with-article-number-correction):
7119         Remove unreferenced argument passed to nnmairix-call-backend.
7120
7121 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7122
7123         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7124         (mm-uu-extract): Improve face for low color ttys.
7125         Reported by Sascha Wilde.
7126
7127 2008-02-27  Glenn Morris  <rgm@gnu.org>
7128
7129         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7130         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7131         variables to defconsts.  Convert comments to doc-strings.
7132         (nnmairix-last-server, nnmairix-current-server): Convert from free
7133         variables to defvars.  Convert comments to doc-strings.
7134         (gnus-registry-fetch-group): Autoload.
7135         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7136         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7137         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7138         caddr.
7139         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7140         nnmairix-request-group-with-article-number-correction call.
7141         (nnmairix-fast, nnmairix-group): New, less general names, for free
7142         variables passed from nnmairix-request-group to
7143         nnmairix-request-group-with-article-number-correction.  Declare.
7144         (nnmairix-request-group-with-article-number-correction):
7145         Use nnmairix-fast, nnmairix-group rather than fast, group.
7146
7147 2008-02-26  David Engster  <dengste@eml.cc>
7148
7149         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7150         version 0.5.
7151
7152 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7153
7154         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7155         instead of making an extra function call.  Don't add the current group
7156         to articles only when they have the group.  Use
7157         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7158         Reported by David <de_bb@arcor.de>.
7159
7160 2008-02-24  Miles Bader  <miles@gnu.org>
7161
7162         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7163         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7164         (mm-find-mime-charset-region):
7165         * mm-bodies.el (mm-encode-body):
7166         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7167
7168 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7171         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7172
7173 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7174
7175         * mail-source.el (mail-source-delete-incoming): Change default.
7176         Supplement doc string.
7177
7178         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7179
7180 2008-02-14  Glenn Morris  <rgm@gnu.org>
7181
7182         * time-date.el (format-seconds): New function.
7183
7184 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7185
7186         * nnmail.el (nnmail-message-id-cache-file): Derive from
7187         `gnus-home-directory'.
7188
7189 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7190
7191         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7192         Document negative prefix.
7193
7194         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7195
7196 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7197
7198         * message.el (message-unsent-separator): Add the Exim bounce
7199         separator.
7200
7201 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7202
7203         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7204         list.
7205         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7206         recipient/signer list.
7207
7208 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * Makefile.in (datarootdir): Define.
7211         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7212         name that might contain whitespace.
7213
7214 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7215
7216         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7217         fbound (Emacs 23 unicode), signal an error.
7218
7219 2008-02-08  Glenn Morris  <rgm@gnu.org>
7220
7221         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7222
7223 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7224
7225         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7226         ports to the calls to `netrc-machine-user-or-password' in addition to
7227         "imap" and "imaps".
7228
7229 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7230
7231         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7232
7233         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7234
7235 2008-02-01  Kenichi Handa  <handa@m17n.org>
7236
7237         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7238         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7239         (rfc2104-hash): Convert the result of concat to unibyte string.
7240
7241 2008-02-01  Dave Love  <fx@gnu.org>
7242
7243         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7244         coding-system-for-read.
7245         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7246
7247 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7248
7249         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7250         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7251         <hanche@math.ntnu.no>.
7252
7253 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7256
7257         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7258
7259 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7260
7261         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7262         * message.el (message-beginning-of-line): Use featurep instead of bound
7263         tests in order to resolve conditionals at compile time.
7264
7265 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7266
7267         * mail-source.el (mail-sources): Add `group' choice.
7268
7269         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7270         parameter `in-group' to control into which group the articles go.
7271         Add treatment of `group' mail-source.
7272
7273 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7274
7275         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7276
7277         * mm-decode.el (mm-dissect-buffer): Decode description.
7278
7279         * mml.el (mml-to-mime): Encode message header first.
7280
7281 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7282
7283         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7284         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7285
7286         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7287         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7288
7289 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7290
7291         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7292
7293 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7296         prefix keys.
7297         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7298         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7299         gnus-xmas.el.
7300
7301         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7302         (gnus-xmas-article-describe-bindings): New function.
7303         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7304         gnus-xmas-article-describe-bindings.
7305
7306         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7307
7308 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7309
7310         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7311         Add new variables for article mark management.
7312         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7313         list of extra data entries which, when present, will indicate that the
7314         article ID should not be trimmed from the registry.
7315         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7316         functions.
7317         (gnus-registry-read-mark): New function to read a mark name from the
7318         user.
7319         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7320         (gnus-registry-set-article-mark-internal): New functions to add and
7321         remove marks.
7322         (gnus-registry-get-article-marks): New function to show the marks for
7323         an article, or retrieve them for further use.
7324
7325 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7326
7327         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7328         keys when no argument is given.
7329
7330 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7331
7332         * imap.el (imap-ping-server): New variable.
7333         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7334         (imap-ping-server): Minor doc string fixes.
7335
7336 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7337
7338         * imap.el (imap-ping-server): New function.
7339         (imap-opened): Call imap-ping-server.
7340
7341 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7342
7343         * gnus-sum.el (gnus-article-sort-by-random)
7344         (gnus-thread-sort-by-random): Fix doc strings.
7345         Reported by jidanni@jidanni.org.
7346
7347 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7348
7349         * gnus-art.el (gnus-article-describe-bindings): New function.
7350         (gnus-article-read-summary-keys): Use it.
7351         (gnus-article-mode-map): Bind `C-h b' to it.
7352
7353 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7354
7355         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7356         XEmacs.
7357         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7358         Protect against non-character events.
7359
7360         * lpath.el: Fbind map-keymap for Emacs 21.
7361
7362 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7363
7364         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7365         New command.
7366         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7367         instead of END.  Change name of the temp file.
7368         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7369         customizable.
7370
7371 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7372
7373         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7374         bind `S W' to gnus-article-wide-reply-with-original; set default
7375         binding to gnus-article-read-summary-send-keys.
7376         (gnus-article-read-summary-keys): Fix the order of keys; display
7377         continuation keys correctly in the echo area; describe bindings
7378         correctly when keys end with `C-h'.
7379         (gnus-article-read-summary-send-keys): New function.
7380         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7381         Work for gnus-article-read-summary-send-keys; display continuation keys
7382         correctly in the echo area.
7383         (gnus-article-reply-with-original): Ignore prefix argument.
7384         (gnus-article-wide-reply-with-original): New function.
7385
7386         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7387         Emacs 21.
7388
7389 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7390
7391         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7392         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7393
7394 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7395
7396         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7397         (gnus-group-read-ephemeral-gmane-group): New command.
7398
7399 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7400
7401         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7402
7403 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7404
7405         * message.el (message-send-mail-function): Increase custom version.
7406
7407         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7408         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7409
7410 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7411
7412         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7413         for the cases where imap-authenticate is called with a nil buffer
7414         parameter.
7415
7416 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7417
7418         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7419         html parts correctly; support forwarded messages.
7420         (gnus-article-browse-html-article): Remove work buffers.
7421
7422         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7423         compiling.
7424         (netrc-bound-and-true-p): New macro.
7425         (netrc-parse): Use it instead of bound-and-true-p that is not available
7426         in XEmacs 21.4.
7427
7428 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7429
7430         * gnus-registry.el (gnus-registry-mark-article)
7431         (gnus-registry-article-marks): Add functionality to mark articles
7432         through the Gnus registry.
7433
7434         * encrypt.el: Clarify documentation for the new pgg method.
7435         (encrypt-file-alist): Add PGG option.
7436         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7437         functionality.  Abstract password key and messaging to external
7438         functions.
7439         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7440         (encrypt-message-method-and-cipher): Add new convenience external
7441         functions.
7442         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7443         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7444
7445         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7446         (netrc-parse): Use encrypt-file-alist to determine if
7447         encrypt-find-model or encrypt-insert-file-contents should be used.
7448
7449         * encrypt.el: Clarify documentation.  Load password-cache or
7450         password, whichever one is found first, instead of autoloading.
7451
7452 2007-12-19  Glenn Morris  <rgm@gnu.org>
7453
7454         * mml.el (message-options-set, message-narrow-to-head)
7455         (message-in-body-p, message-mail-p, message-encode-message-body):
7456         Autoload.
7457         (message-remove-header, message-narrow-to-headers-or-head)
7458         (message-subscribed-p, message-make-mail-followup-to)
7459         (message-position-on-field, message-news-p)
7460         (message-options-set-recipient, message-generate-headers)
7461         (message-sort-headers): Declare as functions.
7462
7463 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7464
7465         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7466         convention in doc string.
7467
7468 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7471         title to html parts.
7472         (gnus-article-browse-html-article): Pass message header to it.
7473
7474         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7475
7476 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7477
7478         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7479         or password compatible with XEmacs.
7480
7481 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7482
7483         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7484         format document.
7485         (gnus-mime-delete-part): Don't write description line if empty.
7486         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7487
7488 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7489
7490         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7491         (gnus-summary-mark-read-and-unread-as-read)
7492         (gnus-summary-mark-current-read-and-unread-as-read)
7493         (gnus-summary-mark-unread-as-ticked): Doc fix.
7494         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7495
7496 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7497
7498         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7499         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7500
7501 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7502
7503         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7504         yes-or-no-p.
7505
7506 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7507
7508         * mm-decode.el (mm-add-meta-html-tag): New function.
7509         (mm-save-part-to-file, mm-pipe-part): Use it.
7510
7511         * gnus-art.el (gnus-article-browse-delete-temp-files):
7512         Use gnus-y-or-n-p instead of y-or-n-p.
7513         (gnus-article-browse-html-parts): Work with message/external-body; use
7514         mm-add-meta-html-tag.
7515
7516 2007-12-11  Glenn Morris  <rgm@gnu.org>
7517
7518         * gnus-cache.el: Require gnus-sum not just when compiling.
7519
7520         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7521
7522         * gnus-int.el (gnus-server-opened, gnus-status-message):
7523         Move definitions before use.
7524
7525         * mm-decode.el: Require gnus-util.
7526         (mm-remove-part): Only call delete-annotation on XEmacs.
7527
7528         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7529
7530         * nnmail.el: Require gnus-int.
7531
7532         * spam.el: Move `require's before `eval-when-compile's.
7533
7534         * gnus-ems.el (gnus-alive-p):
7535         * gnus-fun.el (message-goto-eoh):
7536         * gnus-util.el (gnus-group-name-decode):
7537         * mail-source.el (gnus-compress-sequence):
7538         * message.el (Info-goto-node, format-spec):
7539         * mm-bodies.el (message-options-get):
7540         * mm-decode.el (mm-view-pkcs7):
7541         * mm-util.el (gmm-write-region):
7542         * mml-smime.el (mml-compute-boundary)
7543         (gnus-completing-read-with-default):
7544         * mml.el (widget-button-press, gnus-make-hashtable):
7545         * mml1991.el (mm-decode-content-transfer-encoding)
7546         (mm-encode-content-transfer-encoding)
7547         (message-options-get, message-options-set):
7548         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7549         * nnfolder.el (gnus-request-group):
7550         * nnheader.el (ietf-drums-unfold-fws):
7551         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7552         * smime.el (gnus-run-mode-hooks):
7553         * spam-stat.el (gnus-message): Autoload.
7554
7555         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7556         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7557         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7558         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7559         Add declare-function compatibility definition.
7560
7561         * gnus-cache.el (nnvirtual-find-group-art):
7562         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7563         (gnus-add-image, gnus-add-wash-type):
7564         * gnus-group.el (nnkiboze-score-file):
7565         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7566         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7567         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7568         (message-tokenize-header, gnus-get-buffer-create)
7569         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7570         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7571         * gnus.el (gnus-group-decoded-name):
7572         * mail-source.el (imap-capability):
7573         * mm-bodies.el (message-options-set):
7574         * mm-decode.el (gnus-configure-windows):
7575         * mm-extern.el (message-goto-body):
7576         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7577         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7578         (epg-sub-key-validity, message-options-set):
7579         * mml.el (widget-event-point, gnus-configure-windows):
7580         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7581         * mml2015.el (epg-check-configuration, epg-configuration)
7582         (message-options-set):
7583         * nndb.el (nndb-request-article):
7584         * nnfolder.el (gnus-request-create-group):
7585         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7586         * nnmaildir.el (gnus-group-mark-article-read):
7587         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7588         * rfc1843.el (message-fetch-field):
7589         * spam.el (gnus-extract-address-components):
7590         Declare as functions.
7591
7592 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7593
7594         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7595
7596         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7597
7598         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7599         bind show-trailing-whitespace for XEmacs.
7600
7601 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7602
7603         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7604         new no-op macro for backward compatibility.
7605
7606         * imap.el (imap-string-to-integer): New function.
7607
7608 2007-12-09  Glenn Morris  <rgm@gnu.org>
7609
7610         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7611
7612         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7613         * message.el, mm-view.el, sieve-manage.el, smime.el:
7614         Add declare-function compatibility definition.
7615
7616         * gnus-art.el (w3-region, w3m-region, Info-menu):
7617         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7618         * gnus-sum.el (gnus-get-predicate):
7619         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7620         * message.el (mail-abbrev-in-expansion-header-p):
7621         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7622         (w3m-detect-meta-charset, w3m-region):
7623         * sieve-manage.el (password-read, password-cache-add)
7624         (password-cache-remove):
7625         * smime.el (password-read-and-add): Declare as functions.
7626
7627 2007-12-08  David Kastrup  <dak@gnu.org>
7628
7629         * gnus-sum.el (gnus-summary-simplify-subject-query):
7630         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7631         `message'.
7632
7633 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7634
7635         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7636         it to bind idna-program, installation-directory, defined-colors, and
7637         face-attribute for XEmacs of the version that compiles defcustom forms.
7638
7639 2007-12-07  Glenn Morris  <rgm@gnu.org>
7640
7641         * gnus-art.el (article-make-date-line): Revert previous change.
7642
7643 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7644
7645         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7646
7647 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7648
7649         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7650         Call gnus-add-to-range ranges only once with a prepared article-list.
7651
7652 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7653
7654         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7655         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7656         group names with backslashes.
7657         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7658
7659 2007-12-06  Deepak Goel  <deego3@gmail.com>
7660
7661         * gnus-art.el (article-make-date-line):
7662         * gnus-start.el (gnus-load):
7663         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7664
7665 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7666
7667         * gnus-art.el (gnus-use-idna)
7668         * gnus-start.el (gnus-site-init-file)
7669         * message.el (message-use-idna)
7670         * mm-uu.el (mm-uu-hide-markers)
7671         * smiley.el (smiley-style): Revert changes that suppress warnings.
7672
7673 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7676         specify charset to html source.
7677         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7678
7679 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7680
7681         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7682         idna-program in order to suppress byte compile warning issued by XEmacs
7683         that came to byte compile the default value section of defcustom forms
7684         recently.
7685
7686         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7687         value of installation-directory.
7688
7689         * message.el (message-use-idna): Don't directly refer to the value of
7690         idna-program.
7691
7692         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7693
7694         * smiley.el (smiley-style): Don't directly call face-attribute.
7695
7696 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7697
7698         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7699
7700         * gnus-dired.el: Reduce Gnus dependencies.
7701         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7702         Don't require.  Use autoloads instead.
7703         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7704         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7705         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7706         (gnus-dired-mode): Adjust doc string.
7707         (gnus-dired-mail-mode): New variable.
7708         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7709         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7710         (gnus-dired-mail-buffers): New function.  Return mail or message
7711         composition buffers.
7712         (gnus-dired-attach): Use it.
7713         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7714         NO-DECODE.
7715         (gnus-dired-print): Use `gnus-print-buffer' depending on
7716         `gnus-dired-mail-mode'.
7717
7718 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * rfc2047.el (rfc2047-encoded-word-regexp)
7721         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7722         explaining what regexp patterns are for.
7723
7724 2007-12-04  Glenn Morris  <rgm@gnu.org>
7725
7726         * password.el: Move to password-cache.el.
7727
7728         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7729         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7730         * mml-smime.el (password-read, password-cache-add)
7731         (password-cache-remove):
7732         No need to autoload, since mml-sec requires password.
7733
7734         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7735         * message.el (gnus-extract-address-components):
7736         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7737
7738         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7739         password.
7740
7741 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7742
7743         * mailcap.el: Reduce dependencies.
7744         (mail-header-parse-content-type): Autoload.
7745         (mailcap-delete-duplicates): New alias.
7746         (mailcap-mime-info): Add optional argument NO-DECODE.
7747         (mailcap-mime-types): Use mailcap-delete-duplicates.
7748
7749         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7750
7751 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7752
7753         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7754         (imap-parse-status): Upcase status-att for servers that sends them
7755         lower-case (e.g., MS Exchange 2007).
7756
7757 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7758
7759         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7760         function.
7761
7762         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7763         (gnus-uu-yenc-article): New function.
7764
7765         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7766
7767         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7768
7769 2007-12-02  Glenn Morris  <rgm@gnu.org>
7770
7771         * binhex.el (binhex): New custom group.
7772         (binhex-decoder-program, binhex-decoder-switches)
7773         (binhex-use-external): Move to the binhex custom group.
7774
7775         * uudecode.el (uudecode): New custom group.
7776         (uudecode-decoder-program, uudecode-decoder-switches)
7777         (uudecode-use-external): Move to the uudecode custom group.
7778
7779         * netrc.el (top-level): Don't load `encrypt' features.
7780         (netrc-parse): Don't use encrypt.
7781         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7782
7783         * encrypt.el: Remove file.
7784
7785 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7786
7787         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7788         matches on patches.
7789
7790         * gnus-art.el (gnus-article-browse-html-article):
7791         Mention `mm-text-html-renderer' in the doc string.
7792
7793         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7794         string.  Add comments.
7795
7796         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7797         if rhs is ASCII.
7798
7799 2007-12-01  Glenn Morris  <rgm@gnu.org>
7800
7801         * mail-source.el (top-level): Require format-spec before
7802         eval-when-compile.
7803
7804 2007-11-30  Glenn Morris  <rgm@gnu.org>
7805
7806         * encrypt.el: Require password, rather than autoloading password-read.
7807
7808 2007-11-29  Glenn Morris  <rgm@gnu.org>
7809
7810         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7811         (sasl-make-client, sasl-next-step, sasl-step-data)
7812         (sasl-step-set-data): Declare as functions.
7813
7814 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7815
7816         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7817
7818 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7819
7820         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7821         certs should be verified and what is to be done in the event of a
7822         verification failure.
7823
7824         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7825         caller can indicate whether the cache should be disregarded for this
7826         call.  This way the result of the call is reproducible at all times and
7827         can be considered a canonical server name for the supplied method.
7828         (gnus-agent-method-p): Canonicalize server names by pushing their
7829         method through `gnus-method-to-server' using the no-cache argument.
7830
7831         * gnus-srvr.el (gnus-server-insert-server-line):
7832         Call `gnus-method-to-server' with `no-cache' argument.
7833
7834         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7835         gnus-agent-possibly-synchronize-flags as this should be called when the
7836         server is actually being opened.
7837         (gnus-agent-possibly-synchronize-flags)
7838         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7839         flags file of an agentized server to the latter function.
7840
7841         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7842         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7843         after a connection has been established successfully.
7844
7845 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7846
7847         * gnus-art.el (article-display-face): Force to display face if called
7848         interactively; check if gnus-article-x-face-too-ugly matches author.
7849         (article-display-x-face): Display face even if From header is missing
7850         as article-display-face does.
7851
7852 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7853
7854         * hashcash.el (message-narrow-to-headers-or-head)
7855         (message-fetch-field, message-goto-eoh)
7856         (message-narrow-to-headers): Declare as functions.
7857
7858 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7859
7860         * mail-source.el (mail-sources): Default to fetch from file for
7861         compatibility with default of nnmail-spool-file.
7862
7863 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7864
7865         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7866         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7867         to look for encoded word that should be encoded again.
7868         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7869         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7870         encoding pattern.
7871         (rfc2047-decode-region): Switch strict regexp and loose one according
7872         to rfc2047-allow-irregular-q-encoded-words.
7873
7874 2007-11-25  Romain Francoise  <romain@orebokech.com>
7875
7876         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7877
7878 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7879
7880         * tls.el (tls-program): Provide more custom choices from
7881         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7882         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7883
7884 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7885
7886         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7887         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7888
7889         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7890         `nnmail-spool-file'.
7891
7892         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7893         `nnmail-spool-file'.
7894
7895         * gnus-move.el (gnus-change-server): Ditto.
7896
7897         * gnus-kill.el (gnus-batch-score): Ditto.
7898
7899         * gnus-cache.el (gnus-jog-cache): Ditto.
7900
7901         * gnus-msg.el (gnus-summary-reply):
7902         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7903
7904 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7905
7906         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7907         version.  Minor improvement to doc strings.
7908         (tls-program): Add comment.
7909
7910 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7911
7912         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7913         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7914         mismatch between the hostname provided in the certificate and the name
7915         of the host connnecting to.
7916         (open-tls-stream): Use them.  Check certificates against trusted root
7917         certificates.
7918
7919 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7920
7921         * gnus-cache.el (gnus-cache-generate-nov-databases):
7922         Use nnml-generate-nov-databases-directory instead of
7923         nnml-generate-nov-databases-1.
7924
7925 2007-11-24  Glenn Morris  <rgm@gnu.org>
7926
7927         * message.el (message-tool-bar-retro): Update for rename
7928         mail_send.xpm->mail-send.xpm.
7929
7930 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7931
7932         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7933         `smime-ldap-search' for Emacs 22 and up.
7934
7935 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7936
7937         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7938
7939         * message.el (message-send-mail-function): Fix error convention.
7940         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7941         (message-widen-reply, message-send-mail, message-talkative-question)
7942         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7943         (message-clone-locals, message-send-news): Use with-current-buffer.
7944         (message-insert-or-toggle-importance): Remove unused var `valid'.
7945         (message-make-references): Remove unused var `new-references'.
7946         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7947
7948 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7949
7950         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7951         (spam-split-symbolic-return-positive): Reflow docstring.
7952         (spam-backends, spam-summary-exit-behavior)
7953         (spam-mark-ham-unread-before-move-from-spam-group)
7954         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7955         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7956         (spam-clear-cache, spam-backend-check, spam-install-backend)
7957         (spam-install-statistical-backend, spam-list-of-processors)
7958         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7959         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7960         (spam-check-crm114, spam-initialize, spam-unload-hook):
7961         Fix typos in docstrings.
7962
7963 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7964
7965         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7966         been checked if they have never been read and those group levels are
7967         higher than the one that a user specified.
7968
7969 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7970
7971         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7972         foreign groups unless a group level is specified by a user.
7973         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7974
7975 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7976
7977         * message.el (message-send-mail-function): Require sendmail.
7978
7979 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7980
7981         * message.el (message-send-mail-function): Check for smtpmail too.
7982
7983         * utf7.el (utf7-encode, utf7-decode): Use coding system
7984         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7985
7986         * message.el (message-send-mail-function): New function.
7987         (message-send-mail-function): Set default using
7988         message-send-mail-function.  Adjust doc string.
7989         (message-send-mail-with-mailclient): New function.
7990
7991 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7992
7993         * smime.el (from):
7994         * rfc2047.el (message-posting-charset):
7995         * qp.el (mm-use-ultra-safe-encoding):
7996         * pop3.el (parse-time-months):
7997         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7998         * nnml.el (files):
7999         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8000         (jka-compr-compression-info-list, ange-ftp-path-format)
8001         (efs-path-regexp):
8002         * nndiary.el (files):
8003         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8004         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8005         (epg-digest-algorithm-alist, inhibit-redisplay)
8006         (password-cache-expiry):
8007         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8008         (pgg-output-buffer, password-cache-expiry):
8009         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8010         (efs-path-regexp):
8011         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8012         (inhibit-redisplay):
8013         * mm-uu.el (file-name, start-point, end-point, entry)
8014         (gnus-newsgroup-name, gnus-newsgroup-charset):
8015         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8016         (latin-unity-ucs-list):
8017         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8018         (mm-uu-binhex-decode-function):
8019         * message.el (gnus-message-group-art, gnus-list-identifiers)
8020         (rmail-enable-mime-composing, gnus-local-organization)
8021         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8022         (gnus-read-active-file, facemenu-add-face-function)
8023         (facemenu-remove-face-function, gnus-article-decoded-p)
8024         (tool-bar-mode):
8025         * mail-source.el (display-time-mail-function):
8026         * gnus-util.el (nnmail-pathname-coding-system)
8027         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8028         (gnus-original-article-buffer, gnus-user-agent)
8029         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8030         (xemacs-codename, sxemacs-codename, emacs-program-version):
8031         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8032         * gnus-start.el (gnus-agent-covered-methods)
8033         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8034         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8035         (gnus-newsgroup-headers, gnus-group-list-mode)
8036         (gnus-group-mark-positions, gnus-newsgroup-data)
8037         (gnus-newsgroup-unreads, nnoo-state-alist)
8038         (gnus-current-select-method, mail-sources)
8039         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8040         (nnmail-spool-file, gnus-cache-active-hashtb):
8041         * gnus-mh.el (mh-lib-progs):
8042         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8043         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8044         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8045         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8046         (gnus-group-buffer):
8047         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8048         (font-lock-set-defaults):
8049         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8050         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8051         (gnus-summary-post-menu, total-parts, type, condition, length):
8052         * gnus-agent.el (gnus-agent-read-agentview):
8053         * flow-fill.el (show-trailing-whitespace):
8054         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8055         eval-and-compile wrappers for byte compiler pacifiers.
8056
8057         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8058         (mm-display-inline-fontify): Check for featurep 'xemacs not
8059         extent-list.
8060
8061         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8062         itimer-list.
8063         (mm-create-image-xemacs): Only do something for XEmacs.
8064         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8065
8066         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8067
8068         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8069         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8070
8071 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8072
8073         * nnimap.el (nnimap-split-download-body):
8074         * gnus-demon.el (gnus-demon):
8075         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8076
8077 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8080         New macros.
8081         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8082         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8083         copy data from unibyte buffer to multibyte current buffer.
8084         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8085         to copy data from unibyte current buffer to multibyte buffer.
8086         (nntp-make-process-buffer): Make process buffer unibyte.
8087
8088         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8089
8090 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8091
8092         * pop3.el (pop3-open-server): Accept and process data more robustly at
8093         connexion start to avoid spurious "POP SSL connexion failed" errors.
8094
8095 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8096
8097         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8098         read group names.
8099
8100 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8101
8102         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8103
8104 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8105
8106         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8107         (nnmail-save-active): Use a unibyte buffer when saving active file,
8108         which may contain non-ASCII group names.
8109
8110         * nnml.el (nnml-request-group): Decode group names in messages.
8111
8112 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8113
8114         * message.el (message-citation-line-function)
8115         (message-insert-formatted-citation-line): Fix spelling of
8116         `message-insert-formated-citation-line'.
8117
8118 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8119
8120         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8121
8122 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8123
8124         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8125         nnmail-pathname-coding-system.
8126
8127         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8128         that a user enters; decode group names in messages.
8129
8130         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8131
8132 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8133
8134         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8135
8136         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8137
8138         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8139         risky local variable.
8140
8141         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8142
8143 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8144
8145         * encrypt.el: Improve documentation to fix function name typo.
8146         Reported by Daiki Ueno <ueno@unixuser.org>.
8147
8148 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8149
8150         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8151         even if the point is not in the last page of an article.
8152         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8153         back to the previous page.
8154
8155 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8156
8157         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8158
8159 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8162
8163 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8164
8165         * message.el (message-check-news-body-syntax):
8166         Avoid mm-string-as-multibyte.
8167         (message-hide-headers): Don't assume (point-min)==1.
8168
8169 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8170
8171         * message.el (message-remove-blank-cited-lines): Fix if remove is
8172         given.
8173         (message-bogus-address-regexp): New variable.
8174         (message-bogus-recipient-p): New function.
8175         (message-check-recipients): New command.
8176         (message-syntax-checks): Add `bogus-recipient'.
8177         (message-fix-before-sending): Add `bogus-recipient'.
8178
8179         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8180         (gnus-treat-body-boundary): Don't test window-system.
8181
8182 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8183
8184         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8185
8186 2007-10-28  Miles Bader  <miles@gnu.org>
8187
8188         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8189         at compile-time too.
8190
8191 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8192
8193         * gnus-msg.el (gnus-message-setup-hook):
8194         Add `message-remove-blank-cited-lines' to options.
8195
8196 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8197
8198         * message.el (message-remove-blank-cited-lines): New function.
8199         Suggested by Karl Plästerer.
8200
8201 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8202
8203         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8204         mapc.
8205
8206         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8207         (top-level): Use mapc to set functions to be traced for debugging.
8208
8209         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8210         called for effect with while loop.
8211
8212         * message.el (message-talkative-question): Replace mapcar called for
8213         effect with mapc.
8214
8215         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8216         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8217         called for effect with dolist.
8218
8219         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8220
8221         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8222         gnus-extra-headers and nnmail-extra-headers.
8223
8224         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8225         called for effect with dolist.
8226         (top-level): Use mapc to set functions to be traced for debugging.
8227
8228         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8229         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8230         dolist.
8231
8232         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8233         Replace mapcar called for effect with mapc.
8234         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8235         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8236         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8237         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8238
8239         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8240         remove-if that's a cl function.
8241
8242         * webmail.el (webmail-debug): Replace mapcar called for effect with
8243         dolist.
8244
8245         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8246         with mapc.
8247
8248 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8251         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8252         with while loop.
8253
8254         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8255         functions from article-* functions.
8256         (gnus-multi-decode-header): Replace mapcar called for effect with
8257         dolist.
8258
8259         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8260         (gnus-bookmark-show-details): Replace mapcar called for effect with
8261         while loop.
8262
8263         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8264         called for effect with while loop.
8265
8266         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8267         with dolist.
8268
8269         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8270         Replace mapcar called for effect with dolist.
8271
8272         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8273
8274         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8275         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8276         Replace mapcar called for effect with dolist.
8277         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8278         mapc.
8279
8280         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8281         Replace mapcar called for effect with dolist.
8282         (gnus-topic-list): Replace mapcar called for effect with mapc.
8283
8284         * gnus.el: Use mapc instead of mapcar to add autoloads.
8285
8286 2007-10-23  Richard Stallman  <rms@gnu.org>
8287
8288         * gnus-group.el (gnus-group-highlight): Mark as risky.
8289
8290 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * gnus.el (gnus-server-to-method): Return method found first in
8293         gnus-newsrc-alist.
8294
8295         * gnus-art.el (gnus-article-highlight-signature)
8296         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8297         button overlay without the front stickiness.
8298
8299 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8300
8301         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8302         overview buffer needed a catch to receive its throw.
8303         (gnus-agent-flush-cache): Declare as interactive to make this function
8304         easier to use.
8305
8306 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8307
8308         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8309         `next-line'.
8310
8311 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8312
8313         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8314         exclude address matching message-dont-reply-to-names.
8315
8316 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8317
8318         * gnus-util.el (gnus-string<): New function.
8319
8320         * gnus-sum.el (gnus-article-sort-by-author)
8321         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8322
8323 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8324
8325         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8326         the frame-focus tag is set in gnus-buffer-configuration.
8327
8328 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8329
8330         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8331         the front stickiness.
8332
8333 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8334
8335         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8336         url pattern; remove duplicate one.
8337         (gnus-article-extend-url-button): New function.
8338         (gnus-article-add-buttons): Use it.
8339         (gnus-button-push): Use concatenated url that it makes.
8340
8341 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8342
8343         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8344
8345 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8346
8347         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8348         Don't hardcode point-min==1.
8349
8350 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8351
8352         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8353         Fix comment about "iso8859-1".
8354
8355 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8356
8357         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8358         ones returned from the verify-function.
8359
8360         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8361         Call mml2015-extract-cleartext-signature if extraction failed.
8362
8363 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8364
8365         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8366         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8367         failed.
8368
8369 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8370
8371         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8372
8373 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8374
8375         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8376         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8377         recommends to use EasyPG instead of PGG.
8378
8379         * pgg.el: Revert to revision 6.23.2.16.
8380
8381         * pgg-def.el: Revert to revision 6.6.2.14.
8382
8383         * pgg-gpg.el: Revert to revision 6.23.2.34.
8384
8385 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8386
8387         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8388         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8389         thread for both the null and zero (kill/expire thread) universal prefix
8390         cases.
8391         (gnus-summary-expire-thread): Add new function to expire a thread,
8392         using gnus-summary-kill-thread.
8393         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8394         shortcuts for gnus-summary-expire-thread.
8395         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8396         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8397
8398 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8399
8400         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8401         extras value, so an extras entry can be deleted.
8402         (gnus-registry-delete-extra-entry): Use it.
8403         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8404         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8405         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8406         storage through the gnus-registry, and provide an appropriate API for
8407         it.
8408
8409 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8410
8411         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8412         Suggested by Leo <sdl.web@gmail.com>.
8413
8414         * gnus.el: Do.
8415
8416 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8417
8418         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8419         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8420
8421         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8422
8423         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8424         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8425
8426 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8427
8428         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8429         newline.
8430         (nnmbox-request-accept-article): Don't change article in source buffer;
8431         narrow to header to use message-fetch-field rather than
8432         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8433         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8434         as delimiters; make sure article ends with newline.
8435         (nnmbox-delete-mail): Correct last position of article to be deleted;
8436         ignore X-Gnus-Newsgroup header in article body.
8437         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8438         positions; make sure article ends with newline.
8439
8440         * message.el (message-display-abbrev): Don't infloop when a user
8441         inserts SPC in the beginning of header.
8442
8443         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8444         coding-system-for-read and coding-system-for-write for XEmacs having no
8445         file-coding feature.
8446
8447         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8448
8449 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8450
8451         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8452         list of groups not followed by default.  Fix type to be regexp.
8453         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8454
8455 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8456
8457         * hmac-def.el (define-hmac-function): Switch from old-style to
8458         new-style backquotes.
8459
8460         * md4.el (md4-make-step): Likewise.
8461
8462 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8463
8464         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8465         raw-text coding system when saving .newsrc file, which may contain
8466         non-ASCII group names.
8467
8468 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8469
8470         * gnus-cus.el (gnus-score-extra): New widget.
8471         (gnus-score-extra-convert): New function.
8472         (gnus-score-customize): Use it for Extra.
8473
8474 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8475
8476         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8477         (mml2015-mailcrypt-clear-verify): Use it.
8478         (mml2015-gpg-clear-verify): Use it.
8479         (mml2015-pgg-clear-verify): Use it.
8480         (mml2015-epg-clear-verify): Replace the current part with the output
8481         from GnuPG; don't extract the plaintext by itself.
8482
8483         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8484         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8485         mml2015-clear-verify-function; don't touch the armor headers or
8486         dash-escaped text here.
8487
8488 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8489
8490         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8491         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8492         parts, or application/octet-stream as a last resort.
8493         (gnus-mime-view-part-as-type): Don't toggle display.
8494         (gnus-mime-view-part-as-charset): Don't turn off display before
8495         querying charset.
8496
8497         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8498         stuff to undisplayer function in Emacs.
8499         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8500
8501         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8502         text/calendar parts.
8503
8504 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8505
8506         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8507         decoding text/calendar parts.
8508
8509         * message.el (message-forward-make-body-mime): Always mark body as
8510         having no illegible text; remove signed-or-encrypted argument.
8511         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8512
8513         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8514         (mml-generate-mime-1): Don't encode body if it is specified to be in
8515         raw form; don't make buffer be unibyte when inserting multibyte string.
8516
8517 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8518
8519         * sha1.el: Fix up comment style.
8520         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8521         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8522
8523         * hex-util.el: Fix up comment style.
8524         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8525
8526         * gnus-salt.el: Use with-current-buffer.
8527         (gnus-pick-setup-message): Fix long-standing typo.
8528
8529 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * imap.el (imap-logout-timeout): New variable.
8532         (imap-logout, imap-logout-wait): New functions.
8533         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8534
8535         * nnimap.el (nnimap-logout-timeout): New server variable.
8536         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8537         nnimap-logout-timeout.
8538
8539         * gnus-art.el (gnus-article-summary-command-nosave)
8540         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8541
8542 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8543
8544         * gnus.el (gnus-maximum-newsgroup): New variable.
8545
8546         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8547         according to gnus-maximum-newsgroup.
8548
8549         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8550         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8551         Limit the range of articles according to gnus-maximum-newsgroup.
8552
8553 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8554
8555         * gnus-art.el (gnus-sticky-article): Fix problems described in
8556         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8557         Don't perform gnus-configure-windows here; reuse existing sticky
8558         article buffer.
8559
8560         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8561         it doesn't exist in gnus-article-mode.
8562
8563 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8566         (gnus-agent-decoded-group-name): New function.
8567         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8568         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8569
8570 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8571
8572         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8573         Add binding for gnus-sticky-article.
8574         (gnus-summary-exit): Don't kill sticky article buffers.
8575
8576         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8577         article buffer.
8578         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8579         (gnus-kill-sticky-article-buffers): New commands.
8580
8581 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8582
8583         * nntp.el (nntp-xref-number-is-evil): New server variable.
8584         (nntp-find-group-and-number): If it is non-nil, don't trust article
8585         numbers in the Xref header.
8586
8587 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8588
8589         * gnus-agent.el (gnus-agent-read-group): New function.
8590         (gnus-agent-flush-group, gnus-agent-expire-group)
8591         (gnus-agent-regenerate-group): Use it.
8592         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8593         nnmail-pathname-coding-system.
8594
8595 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8596
8597         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8598
8599         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8600         that are unread as unread, and also as selected so that information of
8601         marks having been changed by a user may be updated when exiting group.
8602
8603 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8604
8605         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8606
8607 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8608
8609         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8610         calculated ignoring signature parts to gnus-treat-article.
8611
8612 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8613
8614         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8615         a point here in order to keep the window start.
8616         (gnus-insert-mime-security-button): Make a button overlay without the
8617         front stickiness.
8618         (gnus-mime-display-security): Goto the end of a button.
8619
8620         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8621
8622 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8623
8624         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8625         group-name-at-point.
8626         (gnus-group-completing-read): New function that offers decoded
8627         non-ASCII group names for completion.
8628         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8629         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8630         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8631         (gnus-group-fetch-control): Use it.
8632         (gnus-fetch-group): Use group-name-at-point for the initial value
8633         rather than the default value; use gnus-alive-p.
8634
8635         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8636         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8637         (gnus-summary-post-news): Use gnus-group-completing-read.
8638
8639         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8640         (gnus-read-move-group-name): Decode group name for completion.
8641
8642 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8643
8644         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8645         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8646         Yamaoka slightly modified the code).
8647
8648 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8649
8650         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8651         (nnmail-split-incoming): Bind it.
8652
8653         * nnml.el (nnml-group-name-charset): New function.
8654         (nnml-decoded-group-name): Use it; don't decode group name if
8655         nnmail-group-names-not-encoded-p is non-nil.
8656         (nnml-encoded-group-name): New function.
8657         (nnml-group-pathname): Inline nnml-decoded-group-name.
8658         (nnml-request-expire-articles): Decode group name in message.
8659         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8660         nnmail-pathname-coding-system.
8661         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8662         not decoded ones according to nnmail-group-names-not-encoded-p.
8663         (nnml-generate-active-info): Use nnml-encoded-group-name.
8664
8665 2007-08-08  Glenn Morris  <rgm@gnu.org>
8666
8667         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8668         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8669         doc-strings and comments.
8670
8671 2007-07-25  Glenn Morris  <rgm@gnu.org>
8672
8673         * Relicense all FSF files to GPLv3 or later.
8674
8675 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8676
8677         * gnus-sum.el (gnus-summary-move-article):
8678         Make gnus-summary-respool-article work.
8679
8680 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8681
8682         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8683         string.
8684
8685 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8686
8687         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8688         that should be ignored when comparing distant RSS articles with local
8689         ones.
8690         (nnrss-make-hash-index): New function.  Create a hash index according
8691         to the ignored fields.
8692         (nnrss-check-group): Use it.
8693
8694 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8695
8696         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8697
8698         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8699
8700         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8701         the new optional argument ENCODED is non-nil.
8702         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8703         coding system for encoding group name.
8704         (gnus-group-make-rss-group): Pass un-encoded group name to
8705         gnus-group-make-group.
8706         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8707         encoded.
8708
8709         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8710         Encode group name to which articles are moved or copied.
8711         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8712         coding system for encoding Newsgroup, Followup-To and Xref headers.
8713
8714         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8715         marks; use nnheader-file-coding-system to write a file.
8716         (nnagent-retrieve-headers): Bind file-name-coding-system to
8717         nnmail-pathname-coding-system.
8718
8719         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8720
8721         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8722         (nnml-request-article, nnml-request-create-group)
8723         (nnml-request-rename-group, nnml-find-id)
8724         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8725         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8726         (nnml-save-marks): Use nnml-group-pathname instead of
8727         nnmail-group-pathname.
8728
8729         (nnml-request-create-group, nnml-request-expire-articles)
8730         (nnml-request-move-article, nnml-request-delete-group)
8731         (nnml-deletable-article-p, nnml-possibly-create-directory)
8732         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8733         (nnml-open-marks): Bind file-name-coding-system to
8734         nnmail-pathname-coding-system.
8735
8736         (nnml-request-article): Pass server argument to nnml-find-group-number.
8737         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8738         Pass server argument to nnml-possibly-create-directory.
8739         (nnml-request-accept-article): Pass server argument to
8740         nnml-active-number and nnml-save-mail.
8741         (nnml-find-group-number): Pass server argument to nnml-find-id.
8742         (nnml-request-update-info): Pass server argument to
8743         nnml-marks-changed-p.
8744
8745         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8746         (nnml-save-mail, nnml-active-number): Add server argument.
8747
8748         (nnml-request-delete-group): Warn if group is missing.
8749         (nnml-get-nov-buffer): Decode group name.
8750         (nnml-generate-active-info): Encode group name.
8751         (nnml-open-marks): Decode group name in messages.
8752
8753 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8756         if it is not specified.
8757         (gnus-article-pipe-part, gnus-article-save-part)
8758         (gnus-article-interactively-view-part, gnus-article-copy-part)
8759         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8760         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8761         (gnus-article-replace-part, gnus-article-delete-part)
8762         (gnus-article-view-part-as-type): Pass raw prefix argument to
8763         gnus-article-part-wrapper.
8764
8765 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * gnus-agent.el (gnus-agent-save-active):
8768         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8769
8770         * gnus-cache.el (gnus-cache-save-buffers)
8771         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8772         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8773         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8774         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8775         (gnus-cache-generate-active, gnus-cache-rename-group)
8776         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8777         (gnus-cache-update-overview-total-fetched-for):
8778         Bind file-name-coding-system to nnmail-pathname-coding-system.
8779         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8780         New variables.
8781         (gnus-cache-decoded-group-name): New function.
8782         (gnus-cache-file-name): Use it.
8783         (gnus-cache-generate-active): Use non-decoded group name for active.
8784
8785         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8786         right place.
8787         (gnus-write-active-file): Don't break non-ASCII group names.
8788
8789         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8790         nnmail-pathname-coding-system.
8791
8792         * lpath.el: Bind default-file-name-coding-system,
8793         file-name-coding-system and language-info-alist for XEmacs.
8794
8795         * gnus-uu.el (gnus-uu-decode-save): Typo.
8796
8797 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8798
8799         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8800
8801 2007-07-14  David Kastrup  <dak@gnu.org>
8802
8803         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8804         finishing actions if we did not edit the article.
8805
8806 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8807
8808         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8809         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8810         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8811         (gnus-agent-flush-group, gnus-agent-flush-cache)
8812         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8813         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8814         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8815         (gnus-agent-regenerate-group)
8816         (gnus-agent-update-files-total-fetched-for)
8817         (gnus-agent-update-view-total-fetched-for):
8818         Bind file-name-coding-system to nnmail-pathname-coding-system.
8819         (gnus-agent-group-pathname): Don't encode file names by
8820         nnmail-pathname-coding-system.
8821         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8822         coding-system-for-write instead of buffer-file-coding-system to
8823         gnus-agent-file-coding-system.
8824
8825         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8826         Decode group name.
8827
8828         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8829
8830         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8831         (gnus-read-newsrc-el-file): Make group names unibyte.
8832
8833         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8834         nnmail-pathname-coding-system.
8835
8836         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8837         (nnrss-request-delete-group): Bind file-name-coding-system to
8838         nnmail-pathname-coding-system.
8839         (nnrss-read-server-data, nnrss-read-group-data):
8840         Bind file-name-coding-system correctly.
8841         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8842
8843         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8844         (nntp-server-to-method-cache): New variable.
8845         (nntp-group-pathname): New function that decodes non-ASCII group names.
8846         (nntp-possibly-create-directory, nntp-marks-changed-p)
8847         (nntp-save-marks, nntp-open-marks): Use it.
8848         (nntp-possibly-create-directory, nntp-open-marks):
8849         Bind file-name-coding-system to nnmail-pathname-coding-system.
8850         (nntp-open-marks): Decode group names when bootstrapping marks.
8851
8852         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8853         Newsgroups and Folowup-To headers.
8854
8855 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8856
8857         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8858         (gnus-server-closed-face, gnus-server-denied-face)
8859         (gnus-server-offline-face): Remove variable.
8860         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8861
8862         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8863         of modifying message-stack directly for XEmacs.
8864
8865         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8866         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8867         if the coding-system argument is nil for XEmacs.
8868
8869         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8870         mm-charset-override-alist.
8871
8872         * rfc2047.el: Don't require base64; require rfc2045 for the function
8873         rfc2045-encode-string.
8874         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8875         to quote the parameter value.
8876
8877 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8880         form in gnus-group-name-charset-method-alist.
8881
8882         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8883         overrides the default layout edit-form.
8884
8885         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8886
8887         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8888
8889 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8890
8891         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8892         as unfetched articles.
8893
8894 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8895
8896         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8897
8898 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8899
8900         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8901         original back end that keeps marks in the local system.
8902
8903 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8906         arg of pop-to-buffer for XEmacs.
8907         (gnus-article-read-summary-keys): Ditto; don't restore window
8908         configuration if summary command ends up with neither article buffer
8909         nor summary buffer; describe bindings if summary keys end with C-h.
8910
8911 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * message.el (message-fix-before-sending): Skip raw message part to be
8914         forwarded while checking illegible text.
8915         (message-forward-make-body-mime, message-forward-make-body):
8916         Mark signed or encrypted raw message as having no illegible text.
8917
8918 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8921         (gnus-message-with-timestamp-1): New macro.
8922         (gnus-message-with-timestamp): New function.
8923         (gnus-message): Use them.
8924
8925         * nnheader.el (nnheader-message): Use them.
8926
8927 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8928
8929         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8930         .newsrc.eld file.
8931
8932 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8933
8934         * gnus-agent.el (gnus-agent-fetch-headers)
8935         (gnus-agent-retrieve-headers):
8936         Bind gnus-decode-encoded-address-function to identity.
8937
8938         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8939         available also when the server returns simply a dot.
8940
8941         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8942
8943 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8944
8945         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8946
8947 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * gnus-ems.el (gnus-x-splash): Make it work.
8950
8951         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8952         from being used.
8953
8954         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8955
8956 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8957
8958         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8959         4th and the 5th arguments.
8960
8961         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8962         the front stickiness.
8963         (gnus-article-summary-command-nosave): Correct the order of the
8964         arguments passed to pop-to-buffer.
8965         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8966         summary command ends up with the article buffer.
8967
8968         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8969         the same faces.
8970
8971 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8972
8973         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8974
8975 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8976
8977         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8978         * gnus-sum.el (gnus-summary-highlight):
8979         * pgg.el (pgg-sign-region, pgg-sign):
8980         * mail-source.el (mail-source-delete-old-incoming-confirm):
8981         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8982
8983 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8984
8985         * gnus-art.el (gnus-mime-view-part-externally)
8986         (gnus-mime-view-part-internally): Fix predicate function passed to
8987         completing-read.
8988
8989         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8990
8991         * gnus.el (gnus-update-message-archive-method): Add :version.
8992
8993 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * gnus.el (gnus-update-message-archive-method): New variable.
8996
8997         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8998         according to gnus-message-archive-method if
8999         gnus-update-message-archive-method is non-nil.
9000
9001 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9002
9003         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9004         Suggested by Loic Dachary <loic@dachary.org>.
9005         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9006
9007 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * message.el (message-pop-to-buffer): Add switch-function argument.
9010         (message-mail): Pass switch-function argument to it.
9011
9012 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9013
9014         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9015         Improve doc string.
9016
9017 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9018
9019         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9020         (gnus-header-content)
9021         * gnus-cite.el (gnus-cite-10)
9022         * gnus-srvr.el (gnus-server-closed)
9023         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9024         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9025         (gnus-group-mail-3-empty, gnus-group-mail-low)
9026         (gnus-group-mail-low-empty, gnus-splash)
9027         * message.el (message-header-to, message-header-cc)
9028         (message-header-subject, message-header-other, message-header-name)
9029         (message-header-xheader, message-separator, message-cited-text)
9030         (message-mml): Lighten colors of faces used for dark background.
9031
9032 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9033
9034         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9035         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9036
9037 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * message.el (message-narrow-to-headers-or-head):
9040         Ignore mail-header-separator in the body.
9041
9042 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9043
9044         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9045         same as window size.
9046
9047 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9048
9049         * message.el (message-font-lock-keywords): Use message-header-xheader
9050         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9051         ahead of the anything pattern, to get it recognised.
9052
9053 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9054
9055         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9056         spam.el loads uses it in the compiled defadvice form.
9057
9058 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9059
9060         * gnus-sum.el (gnus-articles-to-read)
9061         (gnus-summary-insert-old-articles): Don't truncate group name for
9062         `read-string'.
9063
9064         * gnus-util.el (gnus-limit-string): Delete this function.
9065
9066         * gnus-sum.el (gnus-simplify-subject-fully):
9067         Use `truncate-string-to-width' instead.
9068
9069 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9070
9071         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9072         Tell if, on summary exit, the next group has to be selected.
9073         (gnus-summary-exit): Use it.
9074
9075 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9076
9077         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9078         non-break space.
9079
9080 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9083         Check if group is not a directory.
9084         (nnfolder-request-expire-articles): Don't delete articles if the target
9085         group is not available.
9086
9087         * nnml.el (nnml-request-create-group): Properly check if group is not a
9088         file.
9089         (nnml-request-expire-articles): Don't delete articles if the target
9090         group is not available.
9091
9092         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9093         Don't quote characters that are within parentheses.
9094
9095 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9098         (gnus-handle-ephemeral-exit): Select article according to it.
9099
9100 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9101
9102         * message.el (message-insert-formated-citation-line): Remove newline.
9103         (message-citation-line-format): Add final \n here so that the user can
9104         avoid a blank line.
9105
9106 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9107
9108         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9109         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9110         Update lanl/arXiv support.
9111
9112 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9113
9114         * gnus.el: Bump version number.
9115
9116 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9117
9118         * gnus.el (gnus-version-number): Bump version.
9119
9120 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9121
9122         * gnus.el: No Gnus v0.6 is released.
9123
9124 2007-04-27  Didier Verna  <didier@xemacs.org>
9125
9126         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9127         * gmm-utils.el (gmm-regexp-concat): ... here.
9128         * message.el: Don't require 'gnus-util.
9129         (message-dont-reply-to-names): Handle name change above.
9130         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9131
9132 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9133
9134         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9135         since the initial value varies according to the system.
9136
9137 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9138
9139         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9140
9141 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9142
9143         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9144
9145 2007-04-24  Didier Verna  <didier@xemacs.org>
9146
9147         Improve the type of gnus-ignored-from-addresses.
9148         * gnus-util.el (gnus-orify-regexp): New function.
9149         * message.el (gnus-util): Require it.
9150         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9151         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9152         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9153
9154 2007-04-24  Didier Verna  <didier@xemacs.org>
9155
9156         * gnus-sum.el:
9157         * gnus-utils.el: Fix some trailing whitespaces.
9158
9159 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9160
9161         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9162         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9163         article's Message-ID; refer parent article in summary buffer.
9164
9165         * message.el (message-bounce): Call mime-to-mml.
9166
9167         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9168         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9169         optimize and/or forms properly.
9170
9171 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9172
9173         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9174         URL.
9175
9176 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9179
9180 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9181
9182         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9183         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9184         displayed of multipart/alternative part if it is invoked from summary
9185         buffer.
9186
9187         * mm-view.el (mm-inline-text-html-render-with-w3m)
9188         (mm-inline-text-html-render-with-w3m-standalone)
9189         (mm-inline-render-with-function): Use mail-parse-charset by default.
9190
9191 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9192
9193         * parse-time.el (parse-time-string-chars): Check if CHAR
9194         is less than the length of parse-time-syntax.
9195
9196 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9197
9198         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9199         from gnus-newsgroup-processable.
9200
9201 2007-04-16  Didier Verna  <didier@xemacs.org>
9202
9203         * gnus-msg.el (gnus-configure-posting-styles):
9204         Handle message-signature-directory properly with :file syntax.
9205         Reported by "Leo".
9206
9207 2007-04-11  Didier Verna  <didier@xemacs.org>
9208
9209         New user option: message-signature-directory.
9210         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9211         * message.el (message-insert-signature): Ditto.
9212         * message.el (message-signature-file): Doc update.
9213         * message.el (message-signature-directory): New.
9214
9215 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9216
9217         * gnus-msg.el (gnus-inews-yank-articles):
9218         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9219
9220 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9221
9222         * message.el (message-yank-original): Make sure cited text ends with
9223         newline; don't exchange point and mark.
9224
9225 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9226
9227         * tls.el (open-tls-stream): Properly handle case where there
9228         is no associated buffer.
9229
9230 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9231
9232         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9233         message-yank-original, make sure (< mark TEXT point).
9234
9235 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9236
9237         * message.el (message-fill-column): New variable.
9238         (message-mode): Use it.  Add comment on a possible new hook.
9239
9240         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9241         (nnmail-get-new-mail): Reformat.
9242
9243         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9244
9245         * gmm-utils.el: Fix Commentary.
9246         (gmm-tool-bar-from-list): Fix typo in doc string.
9247
9248 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9249
9250         * message.el (message-yank-original): Don't switch point and mark
9251         unnecessarily to put point and mark as documented.
9252
9253 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9254
9255         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9256         from the message heads.
9257
9258 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9259
9260         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9261         article buffer does not have a window.  This may not be the best
9262         solution but is certainly better than setting the start of the null,
9263         that is the current, window.
9264
9265 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9266
9267         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9268         (gnus-draft-setup): Run it.
9269
9270         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9271         gnus-score-fast-scoring.  Allow regexp.
9272         (gnus-score-headers): Use it.
9273
9274         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9275         XEmacs.
9276
9277         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9278         string.
9279         (gnus-button-alist): Also catch `<f1> k ...'.
9280         (gnus-treat-display-x-face): Fix doc string.
9281
9282 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9283
9284         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9285         evaluation of gnus-extended-version to ensure correct generation of the
9286         User-Agent header when message-generate-headers-first is used.
9287
9288 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9289
9290         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9291         hashcash-path is nil.  Don't call callback with incorrect number of
9292         parameters if val is 0.
9293
9294 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9295
9296         * message.el (message-required-news-headers):
9297         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9298
9299 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9300
9301         * tls.el (open-tls-stream): In handshake-waiting loop,
9302         don't wait more if there is output available to process.
9303
9304 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9305
9306         * tls.el (tls-program): Doc fix.
9307
9308 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9309
9310         * message.el (message-generate-new-buffers): Change the meaning of the
9311         nil value; add `standard' to the choices; treat t as `unique'; improve
9312         doc string.
9313         (gnus-select-frame-set-input-focus): Autoload.
9314         (message-buffer-name): Search for the existing message buffer if
9315         message-generate-new-buffers is nil or `standard'; treat the value t of
9316         message-generate-new-buffers as `unique'.
9317         (message-pop-to-buffer): Raise the frame already displaying the message
9318         buffer; clear the echo area after querying.
9319         (message-setup): Pass the `continue' argument to compose-mail.
9320         (message-mail): Prefer `switch-function' if it is given; search for the
9321         existing message buffer if the `continue' argument is non-nil; pass
9322         continue and switch-function arguments to compose-mail by way of
9323         message-setup.
9324         (message-mail-other-window): Adjust argument of message-setup.
9325         (message-mail-other-frame): Ditto.
9326
9327 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9328
9329         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9330         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9331         to turn font-lock on when turning gnus-message-citation-mode on.
9332
9333 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9334
9335         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9336         (mml-smime-function-alist): New variable; add epg as the backend.
9337         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9338         mml-smime- functions instead.
9339         * mm-view.el: Require smime.
9340
9341 2007-03-05  Didier Verna  <didier@xemacs.org>
9342
9343         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9344         instead of just inheritance for posting styles.
9345         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9346
9347 2007-02-24  Chris Moore  <dooglus@gmail.com>
9348
9349         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9350         * pgg-pgp.el (pgg-pgp-encrypt-region):
9351         * pgg-gpg.el (pgg-gpg-encrypt-region):
9352         Check pgg-encrypt-for-me if no other recipients.
9353
9354 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9355
9356         * tls.el (tls-certtool-program): Fix custom type.
9357
9358 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9359
9360         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9361         and point-at-eol instead of line-(beginning|end)-position.
9362
9363         * assistant.el (assistant-parse-buffer): Ditto.
9364
9365         * netrc.el (netrc-parse-services): Ditto.
9366
9367 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9368
9369         * mml2015.el (mml2015-epg-find-usable-key): New function.
9370         (mml2015-epg-sign): Use it.
9371         (mml2015-epg-encrypt): Use it.
9372
9373 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9374
9375         * message.el (message-make-in-reply-to): Quote name containing
9376         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9377         if there are special characters.  Reported by NAKAJI Hiroyuki
9378         <nakaji@jp.freebsd.org>.
9379
9380 2007-02-27  Didier Verna  <didier@xemacs.org>
9381
9382         Include the group parameters as well as the topic ones in the
9383         inheritance filter process.
9384         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9385         argument GROUP-PARAMS-LIST.
9386         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9387
9388 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9389
9390         * nntp.el (nntp-never-echoes-commands)
9391         (nntp-open-connection-functions-never-echo-commands): New variables.
9392         (nntp-send-command): Use them.
9393
9394 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9395
9396         * mml2015.el (mml2015-epg-verify): Simplify.
9397
9398 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9399
9400         * mml.el (mml-content-disposition-alist): New user option.
9401         (mml-content-disposition): New function.
9402         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9403         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9404
9405 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9406
9407         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9408         verification.
9409
9410 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9411
9412         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9413         articles posted in the last 24 hours.
9414
9415 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9416
9417         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9418
9419 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9420
9421         * nntp.el (nntp-send-command): Don't wait for echoes when
9422         nntp-open-ssl-stream is used.
9423
9424 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9425
9426         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9427         (gnus-message-add-citation-keywords)
9428         (gnus-message-remove-citation-keywords): Remove.
9429         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9430         directly, make the variables in font-lock-defaults buffer-local, add
9431         gnus-message-citation-keywords to them and then update the value of
9432         font-lock-keywords.
9433
9434 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9435
9436         * message.el (message-cite-original-1): Don't call
9437         gnus-article-highlight-citation.
9438
9439         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9440         citations; fix line count.
9441
9442 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9443
9444         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9445         (gnus-message-add-citation-keywords)
9446         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9447         versions of font-lock-add-keywords and font-lock-remove-keywords to
9448         work with XEmacs correctly.
9449
9450 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * gnus-cite.el (gnus-cite-face-list): Set the values of
9453         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9454         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9455         (gnus-message-cite-prefix-regexp): New variable.
9456         (gnus-message-search-citation-line): Use it; protect against long
9457         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9458         the 0th match data for Emacs.
9459         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9460         (gnus-message-add-citation-keywords): Append keywords rather than
9461         prepending; emulate font-lock-add-keywords if it is not available.
9462         (gnus-message-remove-citation-keywords):
9463         Emulate font-lock-remove-keywords if it is not available.
9464
9465         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9466
9467         * message.el (message-cite-prefix-regexp): Set the value of
9468         gnus-message-cite-prefix-regexp.
9469
9470 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9471
9472         * nnweb.el (nnweb-google-parse-1): Update parser.
9473
9474 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9475
9476         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9477
9478 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9479
9480         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9481         regexp.
9482
9483 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9484
9485         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9486         string-to-multibyte.
9487         (uudecode-decode-region-internal): Use it.
9488
9489         * lpath.el: Fbind string-as-multibyte for XEmacs.
9490
9491 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9492
9493         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9494         Fix custom choice.
9495
9496         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9497
9498 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9499
9500         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9501
9502         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9503         `write-region' to respect `mm-inhibit-file-name-handlers'.
9504
9505 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9506
9507         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9508         Use gnus-home-directory instead of "~/" or "$HOME".
9509
9510 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9511
9512         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9513         to mention filename.
9514         Add comments at beginning regarding usage.
9515         (encrypt-write-file-contents): Change interactive so a string is
9516         acceptable.  If the file has no associated model, show an error instead
9517         of a nonsense prompt.
9518
9519 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9520
9521         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9522         Thanks to Yoshihiko Yamada for kind notification of this typo.
9523
9524 2007-01-12  Kenichi Handa  <handa@m17n.org>
9525
9526         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9527         multibyte buffer.
9528
9529 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9530
9531         * gnus-score.el (gnus-score-fast-scoring): New variable.
9532         (gnus-score-headers): Use it.
9533
9534         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9535
9536         * message.el (message-cite-original-1):
9537         Call gnus-article-highlight-citation if requested.
9538         (message-make-from): Allow name and address as optional arguments.
9539
9540         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9541
9542         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9543         bugs to doc string.
9544         (gnus-button-alist): Add mid\\|message-id.
9545         (gnus-button-fetch-group): Extend for use in
9546         `browse-url-browser-function'.
9547         (gnus-button-url-regexp): Try to catch paired parentheses like in
9548         Wikipedia URLs.
9549
9550         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9551         Suggested by Simon Krahnke <overlord@gmx.li>.
9552
9553 2007-01-13  Romain Francoise  <romain@orebokech.com>
9554
9555         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9556         Update copyright.
9557
9558 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9559
9560         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9561
9562 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9563
9564         * gnus-registry.el (gnus-registry-unfollowed-groups)
9565         (gnus-registry-split-fancy-with-parent): Fix documentation.
9566
9567 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9568
9569         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9570         from nnweb groups.
9571
9572 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9573
9574         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9575         Xref urls.  Erase buffer before requesting head.
9576
9577         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9578
9579 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9580
9581         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9582         customizable.
9583
9584 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9585
9586         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9587         no signing key is found.
9588         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9589         no encrypting and/or signing key is found.
9590
9591 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9592
9593         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9594
9595 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9596
9597         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9598         headers read from disk with the ones newly found in the current search.
9599         This should no longer cause problems, because the article numbers in
9600         Gmane's `nov.php' output are ignored since the previous change.
9601
9602 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9603
9604         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9605
9606 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9609         replace-regexp-in-string; bind url-version; fbind display-images-p and
9610         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9611         find-face and set-itimer-function for Emacs; bind itimer-list for
9612         Emacs.
9613
9614         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9615
9616 2007-01-01  Romain Francoise  <romain@orebokech.com>
9617
9618         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9619
9620 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9621
9622         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9623         `define-minor-mode' macro definition expanded properly.
9624         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9625         exclude it there.
9626
9627         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9628         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9629         `fboundp' test.
9630         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9631         This is OK to autoload in (S)XEmacs now.
9632
9633 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9634
9635         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9636         keystroke.
9637         (gnus-summary-limit-to-singletons): Fix typo.
9638
9639         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9640         else fails.
9641
9642 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9643
9644         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9645         docstring.
9646
9647         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9648         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9649         (gnus-summary-insert-dormant-articles): Fix typo in message.
9650
9651 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9652
9653         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9654         nil for XEmacs.
9655         (gnus-message-citation-mode): Don't autoload in XEmacs.
9656
9657         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9658
9659 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9660
9661         * nnimap.el (nnimap-expunge-search-string):
9662         Mention nnimap-search-uids-not-since-is-evil in docstring.
9663
9664 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9665
9666         * spam.el: Revert to make-obsolete-variable because
9667         define-obsolete-variable-alias is not supported in Emacs 21.
9668
9669         * spam.el (spam-ifile-path, spam-ifile-database-path)
9670         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9671         make-obsolete-variable.
9672         (spam-bsfilter-path, spam-bsfilter-program)
9673         (spam-spamassassin-path, spam-spamassassin-program)
9674         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9675         Don't use "path" inappropriately.
9676         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9677         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9678         variable names.
9679
9680 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9681
9682         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9683         summary buffer.
9684
9685         * password.el (password-cache-remove): Use clear-string to burn
9686         password, if available.
9687
9688 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9689
9690         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9691
9692         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9693
9694         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9695         (gnus-message-highlight-citation): Move defcustom here from
9696         gnus-cite.el.
9697         (gnus-message-citation-mode): Autoload.
9698
9699         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9700         checks to make it compile with XEmacs.
9701         (gnus-message-citation-mode): New minor mode.
9702         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9703         (gnus-message-highlight-citation): New variables.
9704         (gnus-message-search-citation-line)
9705         (gnus-message-add-citation-keywords)
9706         (gnus-message-remove-citation-keywords)
9707         (turn-on-gnus-message-citation-mode)
9708         (turn-off-gnus-message-citation-mode): New functions.
9709
9710 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9711
9712         * gnus-cite.el: Enable highlighting of different citation levels in
9713         message-mode.
9714
9715 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9716
9717         * message.el (message-make-fqdn): Fix comment.
9718         (message-bogus-system-names): Add ".local".
9719
9720         * spam.el (spam-ifile-path, spam-ifile-program)
9721         (spam-ifile-database-path, spam-ifile-database)
9722         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9723         Don't use "path" inappropriately.
9724         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9725         strings.
9726         (spam-check-ifile, spam-ifile-register-with-ifile)
9727         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9728         Use new variable names.
9729
9730         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9731         (gnus-treat-display-smileys): Simplify using
9732         gnus-image-type-available-p.
9733
9734         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9735         available.
9736
9737         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9738         Use `display-images-p' if available.
9739
9740 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9741
9742         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9743         one after turning on the buffer's multibyteness instead of decoding
9744         them directly in the unibyte buffer that causes unexpected conversion
9745         in Emacs 23 (unicode).
9746
9747 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9748
9749         * message.el (message-generate-hashcash): Fix custom type.
9750
9751 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9752
9753         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9754
9755 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9756
9757         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9758         disconnect icons.  Add help text.
9759
9760 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9761
9762         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9763         negated to be consistent with the others we handle.
9764
9765 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9766
9767         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9768         version of gnus-summary-buffer to something, so that we can use two
9769         article buffers at the same time.
9770
9771 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9772
9773         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9774         trigger all the extra headers.
9775         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9776         sorting.
9777
9778 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9779
9780         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9781         solid groups.
9782
9783 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9784
9785         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9786
9787 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9788
9789         * legacy-gnus-agent.el: Add Copyright notice.
9790
9791 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9792
9793         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9794
9795 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9796
9797         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9798
9799         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9800         to make it work reliably in CVS Emacs.
9801         (gnus-summary-limit-strange-charsets-predicate)
9802         (gnus-summary-limit-to-predicate): New functions.
9803
9804 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9805
9806         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9807         specifying array size.
9808         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9809         array if it is too small.
9810         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9811         (gnus-sort-threads-loop): New function.
9812
9813 2006-12-06  Chris Moore  <dooglus@gmail.com>
9814
9815         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9816         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9817
9818 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9819
9820         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9821         options.
9822
9823 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9824
9825         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9826         DOS-ing the recipient.
9827
9828         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9829         the headers when creating the mapping to avoid mismappings.
9830         (nnweb-gmane-create-mapping): Always nix out old mapping.
9831
9832 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9835         and mm-verify-option to never.
9836
9837 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9838
9839         * message.el (message-signed-or-encrypted-p): New function.
9840         (message-forward-make-body): Use it.
9841
9842         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9843         Replace encode-coding-string with mm-encode-coding-string.
9844
9845 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9846
9847         * nneething.el (nneething-decode-file-name):
9848         Replace decode-coding-string with mm-decode-coding-string.
9849
9850         * gnus-int.el (gnus-open-server): Say failed server's name.
9851
9852 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9853
9854         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9855         strings to a single string.  Quote `errors-file-name'.
9856         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9857         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9858         Adjust calls.  Use `shell-quote-argument'.
9859
9860 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9861
9862         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9863         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9864
9865         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9866         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9867         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9868         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9869         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9870         (gnus-subscribe-newsgroup, gnus-1):
9871         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9872         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9873         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9874         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9875
9876 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9877
9878         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9879         keystroke.
9880         (gnus-summary-limit-to-bodies): Implement headersp.
9881
9882 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9883
9884         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9885
9886 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9887
9888         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9889
9890 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9891
9892         * message.el (message-generate-hashcash): Expand range of values to
9893         include `opportunistic'.
9894         (message-send-mail): Use it.
9895
9896 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9897
9898         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9899         and comment it.
9900
9901         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9902
9903 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9904
9905         * gnus-util.el (gnus-extract-address-components): Improve comment.
9906
9907 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9908
9909         * gnus-util.el (gnus-extract-address-components): Work with address in
9910         which the name portion contains @.
9911
9912         * lpath.el: Fbind custom-autoload.
9913
9914 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9915
9916         * gnus.el (gnus-start): Move custom group up.
9917         (gnus-select-method): Don't autoload, but make it available for
9918         `customize-variable'.
9919         (gnus-getenv-nntpserver): Don't autoload.
9920
9921 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9922
9923         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9924
9925 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9926
9927         * message.el (message-sendmail-extra-arguments): New variable.
9928         (message-send-mail-with-sendmail): Use it.
9929
9930 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9931
9932         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9933         mm-with-unibyte-current-buffer to make string unibyte.
9934
9935         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9936         mm-string-as-multibyte.
9937
9938 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9939
9940         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9941         Reported by Werner Koch <wk@gnupg.org>.
9942
9943 2006-11-14  Daiki Ueno  <ueno@p360>
9944
9945         * mml2015.el: Autoload epa-select-keys when compiling.
9946
9947 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9948
9949         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9950         message-options.
9951         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9952
9953 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9954
9955         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9956         EasyPG (< 0.0.6).
9957         (mml2015-always-trust): New user option.
9958         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9959         prompt.
9960
9961 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9962
9963         * nntp.el (nntp-authinfo-force): New variable.
9964         (nntp-send-authinfo): Use it.
9965
9966 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9967
9968         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9969         decode encoded words.  Improve prompt.  Add comment about forwarding.
9970         (message-replacement-char): Move up.
9971
9972 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9973
9974         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9975         instead of gnus-intersection because arguments of gnus-sorted-nunion
9976         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9977
9978 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9979
9980         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9981         (message-simplify-subject-functions):
9982         Enable message-strip-subject-encoded-words by default.
9983
9984 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9985
9986         * message.el (message-strip-subject-encoded-words): New function.
9987         (message-simplify-subject-functions): New variable.
9988         (message-simplify-subject): Use it.  Fix typo in doc string.
9989         Support message-strip-subject-encoded-words.
9990
9991 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9992
9993         * gnus-diary.el (gnus-diary-delay-format-function):
9994         * nndiary.el (nndiary-reminders):
9995         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9996
9997 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9998
9999         * gnus-art.el (article-hide-boring-headers): Fetch date from
10000         gnus-original-article-buffer to avoid problems with localized date
10001         strings.
10002
10003 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10004
10005         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10006
10007 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10008
10009         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10010         New variables.
10011         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10012         (mm-charset-synonym-alist): Move some entries to
10013         mm-codepage-iso-8859-list.
10014         (mm-charset-synonym-alist, mm-charset-override-alist):
10015         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10016
10017 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10018
10019         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10020
10021 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10022
10023         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10024         with Emacs 21 and XEmacs.
10025
10026 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10027
10028         * spam.el (spam-parse-address): New function for better parsing,
10029         catching errors, etc.
10030         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10031
10032 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10033
10034         * mm-view.el: Add interactive arg to html2text autoload.
10035
10036 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10037
10038         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10039
10040 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10041
10042         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10043         New variables.
10044         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10045         (mm-charset-synonym-alist): Move some entries to
10046         mm-codepage-iso-8859-list.
10047
10048         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10049
10050 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10051
10052         * message.el (message-citation-line-format)
10053         (message-insert-formated-citation-line): Fix implementation of %E, %N
10054         and %n according to the doc string.
10055
10056 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10057
10058         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10059         Use car-safe to avoid bad parses.
10060
10061 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10062
10063         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10064         names.
10065
10066         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10067
10068 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10069
10070         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10071         header.
10072
10073         * message.el (message-draft-headers): Add Date.
10074         (message-headers-to-generate): Fix typo in docstring.
10075
10076         * nndraft.el (nndraft-required-headers): New variable.
10077         (nndraft-generate-headers): Use it.
10078
10079         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10080
10081 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10082
10083         * gnus-registry.el (gnus-registry-wash-for-keywords)
10084         (gnus-registry-find-keywords): New functions to allow easy searching of
10085         articles that are in the registry.
10086
10087 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10088
10089         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10090         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10091         Reported by Damien Elmes <damien@repose.cx>.
10092
10093 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10094
10095         * gnus.el (gnus-mime): Remove unused custom group.
10096
10097 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10098
10099         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10100         "blank line" when searching for end of armor headers.
10101
10102 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10103
10104         * gmm-utils.el (gmm-write-region): Fix variable name.
10105
10106 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10107
10108         * gmm-utils.el (gmm-write-region): New function based on compatibility
10109         code from `mm-make-temp-file'.
10110
10111         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10112
10113         * nnmaildir.el (nnmaildir--update-nov)
10114         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10115         Use `gmm-write-region'.
10116
10117 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10118
10119         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10120         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10121
10122         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10123
10124         * message.el (message-replacement-char): New variable.
10125         (message-fix-before-sending): Use it.
10126         (message-simplify-subject): New function to remove duplicate code.
10127         (message-reply, message-followup): Use it.
10128
10129         * gnus-sum.el (gnus-summary-make-menu-bar):
10130         Clarify gnus-summary-limit-to-articles.
10131
10132 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * gnus-util.el (gnus-with-local-quit): New macro.
10135
10136         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10137
10138 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10139
10140         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10141         ignore non-string data.
10142
10143 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10144
10145         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10146         non-string data (needs to be done in the registry too).
10147
10148 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10149
10150         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10151         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10152         (gnus-registry-split-fancy-with-parent)
10153         (gnus-registry-fetch-simplified-message-subject-fast)
10154         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10155         Remove text properties on ingress into the registry and when it's saved.
10156         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10157         registry from entries with no groups.
10158
10159 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10160
10161         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10162         function to remove string properties.
10163
10164 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10165
10166         * gmm-utils.el (gmm): Adjust custom version.
10167
10168         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10169         Adjust custom version.
10170
10171         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10172
10173 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10174
10175         * gnus-art.el (gnus-insert-prev-page-button)
10176         (gnus-insert-next-page-button): Simplify.  Reformat.
10177
10178 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10179
10180         * gnus-art.el (gnus-insert-prev-page-button)
10181         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10182
10183 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10184
10185         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10186
10187 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10188
10189         * gnus-art.el (gnus-insert-mime-button)
10190         (gnus-insert-mime-security-button):
10191         Apply gnus-article-button-face to MIME and security buttons.
10192
10193 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10194
10195         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10196         readable.
10197
10198 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10199
10200         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10201
10202 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10203
10204         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10205         `browse-url-of-file' instead of `browse-url'.
10206
10207 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10208
10209         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10210         regexp.  Articles containing quotation were cut prematurely.
10211
10212 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * message.el (message-cite-original-1): Use nobody by default for the
10215         value of From header.
10216         (message-reply): Ditto.
10217
10218 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10219
10220         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10221         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10222         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10223
10224 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10225
10226         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10227         mails in the doc string.  Add some URLs in comment.
10228         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10229
10230 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10231
10232         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10233         backslashes handling and the way to find boundaries of quoted strings.
10234
10235 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10236
10237         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10238         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10239         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10240         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10241
10242 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10243
10244         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10245         doc string.
10246         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10247
10248 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10249
10250         * lpath.el: Fbind epg-check-configuration.
10251
10252 2006-09-06  Simon Josefsson  <jas@extundo.com>
10253
10254         * mml2015.el (mml2015-use): Doc fix, mention epg.
10255
10256 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10257
10258         * mml2015.el (mml2015-use): Default to epg, if available.
10259
10260 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10261
10262         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10263         message-sender.
10264         (mml1991-epg-encrypt): Ditto.
10265         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10266         message-sender.
10267         (mml2015-epg-encrypt): Ditto.
10268
10269 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10270
10271         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10272         several common directories.
10273
10274 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10275
10276         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10277         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10278
10279 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10280
10281         * gnus-art.el (article-decode-encoded-words): Make it fast.
10282
10283 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10284
10285         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10286
10287         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10288         in quoted string into `\'.
10289
10290 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10291
10292         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10293         Use standard-syntax-table.
10294
10295 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * gnus-art.el (gnus-decode-address-function): New variable.
10298         (article-decode-encoded-words): Use it to decode headers which are
10299         assumed to contain addresses.
10300         (gnus-mime-delete-part): Remove useless `or'.
10301
10302         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10303         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10304         (gnus-nov-parse-line): Use it to decode From header.
10305         (gnus-get-newsgroup-headers): Ditto.
10306         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10307
10308         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10309         (mail-decode-encoded-address-string): New alias.
10310
10311         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10312         New function.
10313         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10314         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10315         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10316         (rfc2047-decode-string): Ditto.
10317         (rfc2047-decode-address-region): New function.
10318         (rfc2047-decode-address-string): New function.
10319
10320 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10321
10322         * message.el (message-caesar-buffer-body): Allow rotating headers.
10323
10324         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10325
10326         * message.el (message-insert-formated-citation-line): Fix %f.
10327         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10328
10329 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10330
10331         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10332         (gnus-bookmark-mouse-available-p): New macro.
10333         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10334         (gnus-bookmark-bmenu-show-infos): Use it.
10335         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10336         (gnus-bookmark-bmenu-hide-infos): Ditto.
10337         (gnus-bookmark-remove-properties): New function.
10338         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10339         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10340         (gnus-bookmark-write-file): Bind coding-system-for-write.
10341         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10342         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10343         group before selecting it.
10344         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10345         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10346         quit-window if it is not available; use gnus-mouse-2 and bind it to
10347         gnus-bookmark-bmenu-select-by-mouse.
10348         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10349         (gnus-bookmark-bmenu-select-by-mouse): New function.
10350
10351 2006-08-13  Romain Francoise  <romain@orebokech.com>
10352
10353         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10354         space.
10355
10356 2006-08-10  Romain Francoise  <romain@orebokech.com>
10357
10358         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10359         (dns-mode-soa-auto-increment-serial): New user option.
10360         (dns-mode-soa-maybe-increment-serial): New function.
10361         (dns-mode): Add the latter to `write-contents-functions'.
10362
10363 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * compface.el (uncompface): Use binary rather than raw-text-unix.
10366
10367 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10368
10369         * compface.el (uncompface): Make sure the eol conversion doesn't take
10370         place when communicating with the external programs.
10371         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10372
10373 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10376
10377 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10378
10379         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10380         Make it more robust by parsing author and date independently.
10381
10382 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10383
10384         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10385
10386 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10387
10388         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10389         first matching secret key.
10390         (mml2015-epg-encrypt): Ditto.
10391
10392         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10393         first matching secret key.
10394         (mml1991-epg-encrypt): Ditto.
10395
10396         * mml2015.el (mml2015-encrypt-to-self): New user option.
10397         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10398         mml2015-epg-encrypt-to-self is set.
10399
10400         * mml1991.el (mml1991-encrypt-to-self): New variable.
10401         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10402         mml1991-epg-encrypt-to-self is set.
10403
10404         * mml2015.el (mml2015-signers): New user option.
10405         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10406         (mml2015-epg-encrypt): Allow to select signing keys.
10407
10408         * mml1991.el (mml1991-signers): New variable.
10409         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10410         (mml1991-epg-encrypt): Allow to select signing keys.
10411
10412 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10413
10414         * nnheader.el (nnheader-insert-head): Make it work even if the file
10415         uses CRLF for the line-break code.
10416
10417 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10418
10419         * mml2015.el: Require mml-sec instead of password.
10420         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10421         (mml2015-cache-passphrase): Inherit the default value from
10422         mml-secure-cache-passphrase.
10423         (mml2015-passphrase-cache-expiry): Inherit the default value from
10424         mml-secure-passphrase-cache-expiry.
10425
10426         * mml1991.el: Require mml-sec instead of password.
10427         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10428         (mml1991-cache-passphrase): Inherit the default value from
10429         mml-secure-cache-passphrase.
10430         (mml1991-passphrase-cache-expiry): Inherit the default value from
10431         mml-secure-passphrase-cache-expiry.
10432
10433         * mml-sec.el: Require password.
10434         (mml-secure-verbose): New user option.
10435         (mml-secure-cache-passphrase): New user option.
10436         (mml-secure-passphrase-cache-expiry): New user option.
10437
10438 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10439
10440         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10441         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10442         andreas@altroot.de (Andreas Vögele).
10443
10444         FIXME: Use `tiny change'?
10445
10446 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10447
10448         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10449         workaround for the url package included with Emacs.
10450
10451         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10452
10453 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10454
10455         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10456         correctly.  This fixes a bug caused by the 2006-05-12 change.
10457
10458 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10459
10460         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10461         some information about the error when saying that the `bogus' mail
10462         group will be used.
10463
10464 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10465
10466         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10467         string.
10468
10469 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10470
10471         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10472
10473 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10474
10475         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10476
10477 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10478
10479         * mml1991.el (mml1991-function-alist): Add epg.
10480         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10481         (mml1991-epg-encrypt): New functions.
10482
10483 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10484
10485         * mml2015.el (mml2015-verbose): New variable.
10486         (mml2015-cache-passphrase): Ditto.
10487         (mml2015-passphrase-cache-expiry): Ditto.
10488         (mml2015-function-alist): Add epg.
10489         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10490         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10491         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10492         New functions.
10493
10494 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10495
10496         * message.el (message-cite-original-1): Preserve region when removing
10497         quoted text due to X-No-Archive in order to avoid bogus attribution
10498         when citing multiple messages.
10499
10500 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10501
10502         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10503         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10504
10505 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10506
10507         * gnus-diary.el (gnus-user-format-function-d)
10508         (gnus-user-format-function-D): Autoload.
10509
10510         * imap.el (Commentary): Fix typo.
10511
10512         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10513         2006-04-22 contribution.
10514
10515 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10516
10517         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10518         It didn't really fix the bogosity I'm seeing with solid web groups.
10519
10520 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10521
10522         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10523         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10524         created using server names.  If we use the feature without declaring
10525         it, Gnus does not properly manage server and group state.
10526
10527         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10528         bound.
10529
10530 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10531
10532         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10533         looking up the method using GROUP's prefix before inventing a new one.
10534         It is used on killed/unknown groups in various places where returning
10535         an all-new method isn't expected by the caller.
10536
10537         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10538         and match semantics of gnus-group-real-prefix.
10539
10540 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10541
10542         * nnmail.el (nnmail-broken-references-mailers): New variable.
10543         (nnmail-ignore-broken-references): New function generalizing
10544         nnmail-fix-eudora-headers.
10545         (nnmail-fix-eudora-headers): Now obsolete.
10546
10547         * gnus-art.el (gnus-button-handle-custom):
10548         Support `customize-apropos*'.
10549
10550 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10551
10552         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10553
10554         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10555         articles.
10556
10557 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10558
10559         * message.el (message-cite-reply-above): New variable.
10560         (message-yank-original): Use it.
10561
10562 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10565
10566 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10567
10568         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10569         as read.
10570
10571         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10572
10573 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10574
10575         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10576         (gnus-bookmark-default-file): Use gnus-directory.
10577         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10578         Remove "*" in doc string.
10579         (gnus-bookmark-write-file): Simplify.
10580         (gnus-bookmark-maybe-sort-alist): Use `when'.
10581         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10582         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10583         Add FIXME about Emacs 21 and XEmacs compatibility.
10584         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10585         compatibility.
10586         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10587         compatibility.
10588         (gnus-bookmark-menu-heading): Fix version.
10589
10590 2006-06-19  Bastien Guerry  <bzg@altern.org>
10591
10592         * gnus-bookmark.el: New file.
10593
10594 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10595
10596         * message.el (message-syntax-checks): Doc fix.
10597
10598 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10599
10600         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10601         unsubscribed groups as if they were killed ones.  It causes duplicate
10602         entries in gnus-newsrc-alist.
10603
10604 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * message.el (message-syntax-checks): Doc fix.
10607         (message-send-mail): Add check for continuation headers.
10608         (message-check-news-header-syntax): Fix regexp used to check for
10609         continuation headers.
10610
10611 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10612
10613         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10614
10615 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10616
10617         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10618
10619 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10620
10621         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10622         default-truncate-lines.
10623
10624 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10625
10626         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10627         to fill the utf-8 entry.
10628
10629         * lpath.el: Fbind unicode-precedence-list.
10630
10631 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10632
10633         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10634
10635 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10636
10637         * gnus-agent.el (directory-files-and-attributes): Move all the way
10638         forward (the third and final move).
10639         (gnus-agent-read-agentview): Trap reconstruction errors due to
10640         nonexistent directory.  Handle by returning nil.
10641
10642 2006-05-30  Didier Verna  <didier@xemacs.org>
10643
10644         * message.el (message-dont-reply-to-names): Update the custom type.
10645         * message.el (message-dont-reply-to-names): New defsubst: potentially
10646         convert a list of regexps into a single one.
10647         * message.el (message-get-reply-headers): Use it.
10648         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10649
10650 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10651
10652         * gnus-agent.el (directory-files-and-attributes): Move forward.
10653
10654 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10655
10656         * gnus-ml.el (gnus-mailing-list-subscribe)
10657         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10658         (gnus-mailing-list-message): Fix doc strings.
10659
10660 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10661
10662         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10663         of doing it manually.
10664
10665 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10666
10667         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10668         comment.
10669
10670 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10671
10672         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10673         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10674         (gnus-agent-read-local): All symbols allocated in my-obarray.
10675         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10676         (gnus-agent-regenerate-group): Check numeric names to see if they are
10677         messages or groups.
10678         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10679         better way of do this...)
10680
10681         * gnus-cache.el (gnus-agent-total-fetched-for):
10682         Ignore 'dummy.group' (there should be a better way of do this...)
10683
10684 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10685
10686         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10687         (gnus-saved-headers): Ditto.
10688         (gnus-default-article-saver): Mention functions may have properties.
10689         (gnus-article-save): Override gnus-save-all-headers and
10690         gnus-saved-headers by :headers property which saver function may have.
10691         (gnus-summary-save-in-file): Add :headers property.
10692         (gnus-summary-write-to-file): Ditto.
10693
10694         * gnus-sum.el (gnus-summary-save-article): Bind
10695         gnus-prompt-before-saving to t when saving many articles in a file;
10696         always show all headers.
10697
10698         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10699
10700 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10701
10702         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10703         marks.
10704
10705         * message.el (message-indent-citation): Add optional arguments to allow
10706         using it outside of message buffers.
10707
10708         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10709         (gnus-article-treat-unfold-headers): Use it.
10710         (gnus-article-truncate-lines): New variable.
10711         (gnus-article-mode): Use it.
10712         (gnus-article-toggle-truncate-lines): New function.
10713
10714         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10715         Add gnus-article-toggle-truncate-lines.
10716
10717         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10718         coding system in XEmacs, use binary.
10719
10720 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10721
10722         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10723         after-load-alist.
10724
10725         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10726         this function should save decoded articles.
10727         (gnus-summary-write-to-file): Use property to specify this function
10728         should save decoded articles and specify gnus-summary-save-in-file
10729         should be used to save articles other than the first one when saving
10730         many articles.
10731         (gnus-summary-save-body-in-file): Use property to specify this
10732         function should save decoded articles.
10733         (gnus-summary-write-body-to-file): Use property to specify this
10734         function should save decoded articles and specify
10735         gnus-summary-save-body-in-file should be used to save articles other
10736         than the first one when saving many articles.
10737
10738         * gnus-sum.el (gnus-summary-save-article): Simplify.
10739
10740 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10741
10742         * gnus-art.el (gnus-default-article-saver):
10743         Add gnus-summary-write-body-to-file.
10744         (gnus-article-save-coding-system): Don't use coding system object
10745         in XEmacs.
10746         (gnus-read-save-file-name): Add optional `dir-var' argument which
10747         specifies directory in which files are saved; work even if optional
10748         `variable' argument is not specified.
10749         (gnus-summary-write-to-file): Read file name.
10750         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10751         (gnus-summary-write-body-to-file): New function.
10752
10753         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10754         (gnus-summary-local-variables): Add it.
10755         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10756         (gnus-summary-save-article): Remove optional `decode' argument;
10757         determine whether to decode articles by the value of
10758         gnus-default-article-saver; when saving many files using
10759         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10760         it first and use gnus-summary-save-in-file or
10761         gnus-summary-save-body-in-file thereafter unless
10762         gnus-prompt-before-saving is always; move point to article which
10763         will be saved.
10764         (gnus-summary-save-article-file): Revert.
10765         (gnus-summary-write-article-file): Revert.
10766         (gnus-summary-save-article-body-file): Revert.
10767         (gnus-summary-write-article-body-file): New function.
10768
10769 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10770
10771         * gnus-art.el (gnus-default-article-saver): Doc fix.
10772         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10773         from gnus-summary-save-article-coding-system, and default to a
10774         certain coding system.
10775         (gnus-output-to-file): Add coding cookie and encode text according
10776         to gnus-article-save-coding-system; don't use mm-append-to-file.
10777
10778         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10779         gnus-art.el and rename to gnus-article-save-coding-system.
10780         (gnus-summary-save-article): Require gnus-art; don't show all
10781         headers if it decodes articles; don't add coding cookie here;
10782         don't bind mm-text-coding-system-for-write.
10783         (gnus-summary-save-article-file): Save decoded articles.
10784         (gnus-summary-write-article-file): When saving many files, use
10785         gnus-summary-write-to-file first and gnus-summary-save-in-file
10786         thereafter unless gnus-prompt-before-saving is always.
10787         (gnus-summary-save-article-body-file): Save decoded articles.
10788
10789         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10790
10791 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10792
10793         * nnrss.el (nnrss-check-group): Bind hash-index.
10794
10795 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10796
10797         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10798         its hash index.  Store this hash in `nnrss-group-data'.
10799         (nnrss-read-group-data): Update accordingly.
10800
10801 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10802
10803         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10804         entry.
10805
10806         * gnus-sum.el (gnus-summary-make-menu-bar):
10807         Add gnus-article-browse-html-article.
10808
10809 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10810
10811         * gnus-sum.el (gnus-summary-mime-map):
10812         Add gnus-article-browse-html-article.
10813
10814         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10815
10816 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10817
10818         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10819         suitable coding systems in customize.
10820
10821 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10822
10823         * mail-source.el (mail-sources): Fix custom type.
10824
10825 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10826
10827         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10828         (gnus-summary-expire-articles-now): Shorten prompt.
10829
10830         * gmm-utils.el (wid-edit): Require.
10831         (defun-gmm): Rename from `gmm-defun-compat'.
10832         (gmm-image-search-load-path): Use it.
10833         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10834
10835 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10836
10837         * gnus-sum.el (gnus-summary-save-article-coding-system):
10838         New variable.
10839         (gnus-summary-save-article): Add optional `decode' argument.
10840         If it is set and gnus-summary-save-article-coding-system is non-nil,
10841         save decoded article.
10842         (gnus-summary-write-article-file): Save decoded article if
10843         gnus-summary-save-article-coding-system is non-nil.
10844
10845         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10846         type.
10847
10848 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10849
10850         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10851
10852 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10853
10854         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10855         first to test gnus-single-article-buffer which may be buffer-local.
10856
10857         * gnus-sum.el (gnus-summary-setup-buffer):
10858         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10859         group; make gnus-article-buffer, gnus-article-current, and
10860         gnus-original-article-buffer always buffer-local.
10861         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10862         group.
10863         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10864
10865 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10866
10867         * nnml.el (nnml-request-compact-group): Compressed files might not
10868         have .gz extension.
10869
10870 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10871
10872         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10873         (mm-copy-to-buffer): Use with-current-buffer.
10874         (mm-display-part): Simplify.
10875         (mm-inlinable-p): Add optional arg `type'.
10876
10877 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10878
10879         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10880         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10881         Try harder to show the attachment internally or externally using
10882         gnus-mime-view-part-as-type.
10883
10884 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10885
10886         * message.el (message-from-style, message-signature-separator)
10887         (message-user-organization-file, message-send-mail-function)
10888         (message-citation-line-function, message-yank-prefix)
10889         (message-indent-citation-function, message-signature)
10890         (message-signature-file, message-signature-insert-empty-line):
10891         Remove autoloads.
10892
10893         * gnus-art.el (gnus-buttonized-mime-types):
10894         Remove "multipart/signed".  Revert 2006-04-26 change.
10895
10896 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10897
10898         * gnus.el (gnus-version-number): Bump version.
10899
10900 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10901
10902         * gnus.el: No Gnus v0.5 is released.
10903
10904 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10905
10906         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10907         fetching articles by message-id.
10908
10909 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10910
10911         * message.el (hashcash): Require hashcash as normal.
10912
10913         * ecomplete.el (ecomplete-highlight-match-line):
10914         Use point-at-eol.
10915         (ecomplete-highlight-match-line): Use `highlight', because that
10916         face exists in both Emacs and XEmacs.
10917
10918         * message.el (message-display-abbrev): Use point-at-bol.
10919
10920         * mail-source.el: Don't require timer/timer-funcs.
10921
10922         * gnus-async.el: Ditto.
10923
10924         * password.el: Ditto.
10925
10926         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10927
10928         * mm-url.el: Ditto.
10929
10930         * gnus-xmas.el: Don't require timer-funcs.
10931
10932         * mm-util.el: Require timer/timer-funcs.
10933
10934 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10935
10936         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10937         Close.
10938
10939 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10940
10941         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10942         unibyte after clear-decrypt function runs.
10943
10944         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10945         returns as a unibyte string.
10946
10947 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10948
10949         * lpath.el: Revert.
10950
10951         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10952         (pgg-gpg-process-sentinel): Revert.
10953
10954         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10955         (pgg-pgp-lookup-key): Revert.
10956
10957         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10958         (pgg-pgp5-lookup-key): Revert.
10959
10960         * pgg.el (pgg-fetch-key): Revert.
10961
10962 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10963
10964         * lpath.el: Fbind string-as-multibyte for XEmacs.
10965
10966         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10967         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10968         (mml1991-pgg-encrypt): Ditto.
10969
10970         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10971         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10972         a multibyte buffer.
10973
10974         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10975         (pgg-pgp-lookup-key): Ditto.
10976
10977         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10978         (pgg-pgp5-lookup-key): Ditto.
10979
10980         * pgg.el (pgg-fetch-key): Ditto.
10981
10982 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10983
10984         * message.el (message-user-organization-file): Check several
10985         locations of the organization file.
10986
10987         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10988         Add gnus-article-view-part-as-type.
10989
10990         * gnus-art.el (gnus-article-view-part-as-type): New function.
10991
10992         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10993         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10994
10995         * mml.el: Simplify autoload.
10996         (mml-mode): defvar dnd-protocol-alist instead of using
10997         symbol-value.
10998         (mml-default-directory): New variable.
10999         (mml-minibuffer-read-file): Use it.
11000         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11001
11002         * message.el (message-citation-line-format): New variable.
11003         (message-insert-formated-citation-line): New function.
11004         (message-citation-line-function):
11005         Add `message-insert-formated-citation-line' to custom type.
11006
11007         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11008         to doc string.
11009
11010         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11011         depending on mm-verify-option.
11012
11013 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11014
11015         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11016         binding pgg-* variables; reimplement the section which prevents
11017         MIME header from being signed.
11018         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11019         pgg-text-mode; remove a blank line at the top of body.
11020
11021         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11022         lines at the top of body; use gnus-newsgroup-charset if there's no
11023         Charset header.
11024
11025 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11026
11027         * message.el (message-self-insert-commands): Doc fix.
11028
11029         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11030         (mm-uu-pgp-encrypted-test): Ditto.
11031         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11032         between header and body; return application/pgp-encrypted handle
11033         if decryption failed; decode decrypted body by charset.
11034
11035         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11036         element match to application/pgp-*.
11037
11038 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11039
11040         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11041         HTML.
11042
11043 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11044
11045         * mail-source.el (mail-source-call-script): Message the error
11046         string.
11047
11048 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11049
11050         * gnus-util.el (gnus-byte-compile): Use it.
11051
11052 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11053
11054         * gnus-util.el (kill-empty-logs): New function.
11055
11056 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11057
11058         * message.el (message-mail-alias-type): Doc fix.
11059         (message-mail-alias-type-p): New function.
11060         (message-send): Use it.
11061         (message-mode): Ditto.
11062         (message-strip-forbidden-properties): Ditto.
11063
11064         * ecomplete.el (ecomplete-database-file-coding-system):
11065         New variable.
11066         (ecomplete-save): Use it.
11067         (ecomplete-setup): Use it.
11068
11069 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11070
11071         * message.el (message-self-insert-commands): New variable.
11072         (message-strip-forbidden-properties): Use it.
11073
11074 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11075
11076         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11077         that doesn't make XEmacs choke.
11078
11079 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11080
11081         * gnus-util.el (gnus-replace-in-string):
11082         Prefer replace-regexp-in-string over of replace-in-string.
11083
11084 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11085
11086         * gnus-util.el (gnus-select-frame-set-input-focus):
11087         Use select-frame-set-input-focus if it is available in XEmacs; use
11088         definition defined in Emacs 22 for old Emacsen.
11089
11090         * dgnushack.el: Autoload unmorse-region for XEmacs.
11091
11092         * lpath.el: Bind cursor-in-non-selected-windows and
11093         select-frame-set-input-focus for XEmacs.
11094
11095 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11096
11097         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11098
11099 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11100
11101         * gnus-registry.el (gnus-registry-cache-save): Remove text
11102         properties when saving via the temp buffer.
11103
11104 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11105
11106         * message.el (message-generate-hashcash): Honor custom type.
11107
11108 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11109
11110         * message.el (message-generate-hashcash): Default to non-nil when
11111         hashcash is found.
11112
11113         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11114         (gnus-refer-thread-limit): Increase default to 500.
11115
11116         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11117
11118         * flow-fill.el (fill-flowed): Allow delete-space.
11119
11120 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11121
11122         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11123         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11124         Remove autoloads.
11125
11126 2006-04-18  Simon Josefsson  <jas@extundo.com>
11127
11128         * message.el (message-generate-hashcash): Default to.
11129
11130 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11133         concatenating segments rather than before concatenating them.
11134
11135 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11136
11137         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11138
11139 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11140
11141         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11142
11143         * message.el (message-forward-make-body-plain):
11144         Allow message-forward-ignored-headers to be a list.
11145         (message-remove-ignored-headers): Factor out into function.
11146         (message-forward-make-body-mml): Use it.
11147
11148         * imap.el (imap-quote-specials): New function.
11149         (imap-login-auth): Quote specials.
11150
11151         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11152         (rfc2231-parse-string): Allow concatanation of parameters that
11153         aren't contiguous.  The test case is
11154           (mail-header-parse-content-type "message/external-body;
11155             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11156             access-type=LOCAL-FILE;
11157             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11158
11159 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11160
11161         * nntp.el (nntp-accept-process-output): Return the value of
11162         `nnheader-accept-process-output'.
11163
11164 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11165
11166         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11167         (gnus-button-alist): Recognize more diff formats.
11168         (gnus-button-patch): Strip directory.
11169
11170 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11171
11172         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11173         Emacs 22 when setting focus.
11174
11175 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11176
11177         * gnus-art.el (gnus-article-treat-types): Do treatment of
11178         text/x-verbatim parts.
11179         (gnus-button-patch): New command.
11180
11181         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11182         addresses that contain invalid characters.
11183
11184 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11185
11186         * message.el (message-put-addresses-in-ecomplete):
11187         Use gnus-replace-in-string.
11188         (message-is-yours-p): Use the more correct
11189         mail-header-parse-address instead of
11190         mail-extract-address-components.
11191         (message-put-addresses-in-ecomplete): Fix typo.
11192
11193         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11194         keystroke.
11195
11196         * gnus-art.el (gnus-treatment-function-alist): Change order of
11197         newsgroups/generic header folding to avoid double-folding.
11198
11199         * message.el (message-hidden-headers): Add X-Draft-From.
11200
11201         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11202         New command.
11203         (gnus-summary-repeat-search-article-backward): New command.
11204
11205         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11206         groups in the parent topic.
11207
11208 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11209
11210         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11211         (spam-extra-header-to-number): Return the CRM114 number as a
11212         number instead of a string.
11213
11214 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11215
11216         * gnus-art.el (gnus-face-properties-alist): Move here from
11217         gnus-fun.
11218
11219         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11220
11221 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11222
11223         * message.el (message-strip-forbidden-properties): Only display on
11224         self-insert-command.
11225
11226         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11227         reindent.
11228         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11229
11230 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11231
11232         * smiley.el (smiley-style): Fix typo.
11233
11234 2006-03-23  Kenichi Handa  <handa@m17n.org>
11235
11236         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11237         instead of set-buffer-multibyte.
11238
11239 2006-03-23  Kenichi Handa  <handa@m17n.org>
11240
11241         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11242         buffer and then decode the buffer text if necessary.
11243         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11244         first, and after mm-encode-body, change the buffer to unibyte.
11245
11246 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11247
11248         * hashcash.el (hashcash-insert-payment-async-2):
11249         Use message-goto-eoh instead of doing it manually.
11250         (mail-add-payment): Use message-narrow-to-header instead of trying
11251         to do the same itself.
11252
11253         * message.el (message-hidden-headers): Add Face.
11254
11255         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11256         reparenting code.
11257         (gnus-summary-reparent-children): Refactored out code.
11258         (gnus-summary-thread-map): New keystroke.
11259         (gnus-summary-reparent-children): Make into command.
11260
11261         * smiley.el (smiley-style): Default to `medium' if using a large
11262         font.
11263
11264         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11265         does it itself.
11266
11267         * message.el (message-point-in-header-p): Simplify definition.
11268
11269 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11270
11271         * nnagent.el (nnagent-request-set-mark): Silence log file
11272         writing.
11273         (nnagent-request-set-mark): Use write-region instead of
11274         append-to-file.
11275
11276         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11277         strange select method.
11278
11279         * ecomplete.el (ecomplete-display-matches): Get highlightling
11280         right.
11281         (ecomplete-display-matches): Use literals.
11282         (ecomplete-display-matches): Disable message logging.
11283
11284         * message.el (message-display-abbrev): Small optimization.
11285
11286         * ecomplete.el (ecomplete-display-matches): Allow automatic
11287         display.
11288
11289         * message.el (message-strip-forbidden-properties):
11290         Display abbrevs.
11291         (message-display-abbrev): Get automatic display right.
11292
11293         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11294         keystrokes.
11295
11296 2006-04-13  Romain Francoise  <romain@orebokech.com>
11297
11298         TODO: Backport to v5-10!
11299
11300         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11301         Move here (and rename) from gnus-registry.el.
11302
11303         * gnus-registry.el: Require gnus-util.
11304         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11305
11306 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11307
11308         * gnus-group.el (gnus-group-catchup-current):
11309         Change if-then-else-if-then-else into cond.
11310         (gnus-group-catchup): Indent.
11311         (group-name-at-point): New function.
11312         (gnus-fetch-group): Provide default from thing at point.
11313
11314 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11315
11316         * message.el (message-display-abbrev): Fix regexp.
11317
11318         * ecomplete.el (ecomplete-highlight-match-line):
11319         Reimplement choosing.
11320         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11321         dead variables.
11322
11323         * message.el (message-newline-and-indent): Remove debugging.
11324         (message-display-abbrev): Use new implementation.
11325
11326 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11327
11328         * gnus-art.el (gnus-article-mode):
11329         Set cursor-in-non-selected-windows to nil.
11330
11331         * smiley.el: Revert previous change.
11332         (smiley-data-directory): defvar it before using it in the
11333         defcustom of `smiley-style'.
11334
11335 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11336
11337         * message.el (message-newline-and-indent): New function.
11338
11339         * ecomplete.el: Implement more bits.
11340
11341         * message.el (message-put-addresses-in-ecomplete): Clean up the
11342         string.
11343
11344         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11345
11346         * gnus-sum.el (gnus-summary-save-parts):
11347         Bind gnus-summary-save-parts-counter and use it to make unique file
11348         names.
11349
11350         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11351
11352         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11353         parameter to say whether to actually parse the individual
11354         addresses.
11355
11356         * message.el (message-put-addresses-in-ecomplete): New function.
11357         (ecomplete): Require.
11358         (message-mail-alias-type): Add ecomplete as an option.
11359
11360 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11361
11362         * flow-fill.el (fill-flowed): Remove trailing space from blank
11363         quoted lines.
11364
11365 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11366
11367         * smiley.el (smiley-style): Move definition later to avoid a
11368         compilation warning.
11369
11370 2006-04-12  Kenichi Handa  <handa@m17n.org>
11371
11372         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11373         buffer and then decode the buffer text if necessary.
11374         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11375         first, and after mm-encode-body, change the buffer to unibyte.
11376         Use mm-disable-multibyte instead of set-buffer-multibyte.
11377
11378 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11379
11380         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11381         Content-Type header instead of Content-Disposition header.
11382         (gnus-mime-inline-part): Ditto.
11383         (gnus-mime-view-part-as-charset): Ignore charset that the part
11384         specifies.
11385
11386         * mm-decode.el (mm-display-part): Work with external parts and
11387         usual parts similarly.
11388
11389         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11390         instead of gnus-display-mime.
11391
11392         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11393         instead of with-temp-buffer.
11394
11395         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11396         tag to summarized topics part in order to encode non-ASCII text.
11397
11398 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11399
11400         * smiley.el (smiley-style): New variable.
11401         (smiley-directory): New function.
11402         (smiley-data-directory): Derive from `smiley-style' using
11403         `smiley-directory'.
11404         (smiley-regexp-alist): Add new entries.
11405
11406         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11407         (gnus-article-browse-delete-temp): Add :version.
11408
11409 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11410
11411         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11412         the sieve region.
11413
11414 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11415
11416         * gnus.el (gnus-version-number): Bump version.
11417
11418 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11419
11420         * gnus.el: No Gnus v0.4 is released.
11421
11422 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11423
11424         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11425         layout.
11426
11427         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11428         unknown charset.
11429
11430         * message.el (message-header-synonyms): Add Original-To to the
11431         default.
11432
11433         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11434         optional parameter.
11435
11436 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11437
11438         * gnus-fun.el (gnus): Require it for gnus-directory.
11439
11440 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11441
11442         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11443
11444 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11445
11446         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11447
11448 2006-04-05  Simon Josefsson  <jas@extundo.com>
11449
11450         * password.el (password-reset): New function.
11451
11452 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11453
11454         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11455         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11456
11457 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11458
11459         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11460         Some whitespace was matched into the url, which broke browsing hits
11461         > 100 when mm-url-use-external was nil.
11462
11463 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11464
11465         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11466         Check gnus-extra-headers for 'Newsgroups.
11467
11468         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11469         bound.
11470
11471 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11472
11473         * pgg-gpg.el: Clean up process buffers every time gpg processes
11474         complete.
11475
11476 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11477
11478         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11479         doc string.
11480
11481 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11482
11483         * pgg-gpg.el (pgg-gpg-process-filter)
11484         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11485
11486         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11487         lines, temporary fix.
11488
11489 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11490
11491         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11492
11493 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11494
11495         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11496         default-enable-multibyte-characters.  This reverts the change from
11497         revision 6.17 which is no longer necessary because the passphrase
11498         is sent separately now.  GnuPG messages are unreadable under
11499         multibyte locales with default-enable-multibyte-characters set to
11500         nil.
11501
11502 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11503
11504         * message.el (message-tool-bar-gnome): Move "spell".
11505
11506 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11507
11508         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11509         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11510         instead.
11511
11512 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11513
11514         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11515         Improve newsgroups handling for NNTP overviews which don't include
11516         Newsgroups.
11517
11518 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11519
11520         * message.el (message-resend): Bind message-generate-hashcash to nil.
11521
11522 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11523
11524         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11525         when searching for already-paid recipients.
11526
11527 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11528
11529         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11530         passphrases when it is not needed.
11531         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11532         passphrase stuff from gpg, should only be necessary when you use
11533         gpg with a smartcard.
11534
11535 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11536
11537         * mml.el (mml-insert-mime): Ignore cached contents of
11538         message/external-body part.
11539
11540         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11541         (mm-insert-part): Ditto.
11542
11543 2006-03-23  Simon Josefsson  <jas@extundo.com>
11544
11545         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11546         Reiner.
11547         (pgg-gpg-use-agent-p): Use it again.
11548
11549 2006-03-23  Simon Josefsson  <jas@extundo.com>
11550
11551         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11552         older emacsen.
11553         (pgg-gpg-use-agent-p): Don't use it.
11554
11555 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11556
11557         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11558         if we can.
11559
11560 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11561
11562         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11563         (pgg-gpg-update-agent): New function.
11564         (pgg-gpg-use-agent-p): New function.
11565         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11566         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11567         (pgg-gpg-sign-region): Use it.
11568
11569 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11570
11571         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11572         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11573
11574 2006-03-21  Simon Josefsson  <jas@extundo.com>
11575
11576         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11577         <wilde@sha-bang.de>.
11578         (pgg-gpg-use-agent): New variable.
11579         (pgg-gpg-process-region): Use it.
11580         (pgg-gpg-encrypt-region): Likewise.
11581         (pgg-gpg-encrypt-symmetric-region): Likewise.
11582         (pgg-gpg-decrypt-region): Likewise.
11583         (pgg-gpg-sign-region): Likewise.
11584         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11585
11586 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11587
11588         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11589
11590         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11591         Add comment on version.
11592
11593 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11594
11595         * smiley.el: Add missing test smiley.
11596
11597 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11598
11599         * mm-decode.el (mm-with-part): New macro.
11600         (mm-get-part): Use it; work with message/external-body as well.
11601         (mm-save-part): Treat name and filename equally.
11602
11603         * mm-extern.el (mm-extern-cache-contents): New function.
11604         (mm-inline-external-body): Use it; force the part to be displayed;
11605         move undisplayer added to the cached handle to the parent.
11606
11607         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11608         (gnus-mime-view-part-as-type): Work with message/external-body.
11609
11610         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11611
11612 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11613
11614         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11615         images in image-load-path.  [Sync with image.el, revision 1.60, in
11616         Emacs.]
11617
11618 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11619
11620         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11621         path rather than symbol.  Always return list of directories.
11622         Guarantee that image directory comes first.  [Sync with image.el,
11623         revision 1.59, in Emacs.]
11624
11625         * message.el (message-make-tool-bar): Adjust to new API of
11626         `gmm-image-load-path-for-library'.
11627
11628         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11629
11630         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11631
11632 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11633
11634         * gnus-art.el (gnus-article-only-boring-p):
11635         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11636         intangible text.
11637         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11638
11639 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11640
11641         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11642         Use `defun' instead of `gmm-defun-compat'.
11643
11644 2006-03-14  Simon Josefsson  <jas@extundo.com>
11645
11646         * message.el (message-unique-id): Don't use message-number-base36
11647         if (user-uid) is a float.
11648         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11649
11650 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11651
11652         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11653
11654         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11655         empty line between a part and a message part.
11656
11657 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11658
11659         * smiley.el: Add more test smileys.
11660         (smiley-data-directory, smiley-regexp-alist)
11661         (gnus-smiley-file-types): Fix doc strings.
11662         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11663         adding new elements.
11664         (smiley-mouse-map): Unused code.  Make it a comment.
11665
11666 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11667
11668         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11669         scan latest NoCeM messages instead of old ones.
11670         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11671         delimiters that are recently used.
11672         (gnus-nocem-load-cache): Add autoload cookie.
11673
11674         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11675
11676         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11677         level which is larger than gnus-use-nocem is specified.
11678
11679         * gnus-group.el (gnus-group-get-new-news): Ditto.
11680
11681 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11682
11683         * gnus-util.el (gnus-tool-bar-update): New function.
11684
11685         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11686         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11687
11688         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11689
11690         * gnus-group.el (gnus-group-redraw-when-idle)
11691         (gnus-group-redraw-check): Remove.
11692         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11693
11694 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11697         if optional last element is specified in splits (FIELD VALUE...).
11698
11699 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11700
11701         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11702         to gmm-image-load-path-for-library.  Call with no-error argument.
11703         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11704
11705         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11706
11707         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11708
11709         * gmm-utils.el (gmm-image-load-path): Remove alias.
11710
11711 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11712
11713         * gmm-utils.el (gmm-image-load-path): Add alias.
11714
11715         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11716         nnml-generate-nov-databases-1.
11717         (nnml-generate-nov-databases): Use it.
11718         (nnml-generate-nov-databases-directory): Document no-active
11719         argument.
11720
11721         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11722         directory if path is t.  Add no-error.
11723
11724         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11725         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11726
11727         * gnus-art.el (gnus-article-browse-delete-temp-files):
11728         Simplify resetting gnus-article-browse-html-temp-list.
11729
11730         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11731         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11732         Add example to docstring.  Rename local variables.  Move error
11733         checks to default case in cond and simplify.
11734
11735 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11736
11737         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11738         handle is multipart when calling it recursively.
11739         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11740
11741 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11742
11743         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11744         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11745
11746 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11747
11748         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11749         is loaded.
11750
11751         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11752         loaded.
11753
11754 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11755
11756         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11757         to "Emacs 23 (unicode)" in doc string.
11758
11759         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11760         "Emacs 23 (unicode)" in comment.
11761
11762 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11763
11764         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11765
11766         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11767         characters 160 through 255 in Emacs 23.
11768
11769 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11770
11771         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11772         gnus-article-browse-html-temp.
11773         (gnus-article-browse-delete-temp): Make it customizable.
11774         Add `file'.  Adjust doc string.
11775         (gnus-article-browse-delete-temp-files): Add argument.
11776         Allow query for each file.  Adjust doc string.
11777         (gnus-article-browse-html-parts):
11778         Add `gnus-article-browse-delete-temp-files' to
11779         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11780
11781 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11782
11783         * gnus-art.el (gnus-article-browse-html-temp)
11784         (gnus-article-browse-delete-temp): New variables.
11785         (gnus-article-browse-delete-temp-files): New function.
11786         (gnus-article-browse-html-parts): Use it.
11787
11788 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11789
11790         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11791
11792         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11793         string.
11794
11795         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11796         gnus-summary-insert-new-articles when unplugged.
11797         Remove gnus-summary-search-article-forward.
11798
11799         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11800         display-visual-class instead of display-color-cells.
11801
11802 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11803
11804         * dgnushack.el: Autoload customize-group for XEmacs.
11805
11806         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11807         message/* containing non-ASCII text properly.
11808
11809 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11810
11811         * message.el: Require gmm-utils, remove autoloads.
11812         (message-tool-bar): Set default based on
11813         gmm-tool-bar-style.
11814         (message-tool-bar-gnome): Add gmm-customize-mode.
11815
11816         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11817         gmm-tool-bar-style.
11818         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11819
11820         * gnus-group.el (gnus-group-tool-bar): Set default based on
11821         gmm-tool-bar-style.
11822         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11823
11824         * gmm-utils.el (gmm-image-directory): Rename variable from
11825         gmm-image-load-path.
11826         (gmm-image-load-path): Use gmm-image-directory.
11827         (gmm-customize-mode): New function.
11828         (gmm-tool-bar-style): New variable.
11829
11830         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11831         gnus-group-redraw-line-number.
11832         (gnus-group-redraw-check): Simplify.
11833         (gnus-group-tool-bar-update): Remove redraw check.
11834         (gnus-group-make-tool-bar): Add redraw check.
11835
11836 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11837
11838         * gnus-art.el (gnus-button): Add missing parentheses.
11839
11840 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11841
11842         * lpath.el: Fbind line-number-at-pos.
11843
11844 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11845
11846         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11847
11848 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11849
11850         * gnus-art.el (gnus-button): New face.
11851         (gnus-article-button-face): Use it.
11852
11853         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11854         Add gnus-summary-next-page.  Re-order.
11855
11856         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11857         next-node are now included.
11858         (gnus-group-redraw-line-number): New internal variable.
11859         (gnus-group-redraw-check): Helper function for updating the tool
11860         bar.
11861         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11862
11863         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11864
11865         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11866         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11867         Use it to match format of Spamassassin 3.0 and later.
11868         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11869         (spam-check-bogofilter)
11870         (spam-bogofilter-register-with-bogofilter): Fix args of
11871         `gnus-error' calls.
11872
11873 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11874
11875         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11876         unnecessary interaction when sending queued mails.
11877         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11878
11879 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11880
11881         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11882         first or last are nil.
11883
11884 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11885
11886         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11887
11888 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11889
11890         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11891
11892 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11893
11894         * dns.el (query-dns): Protect more against buggy tcp output.
11895
11896 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11897
11898         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11899         nov.php.
11900
11901 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11902
11903         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11904         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11905         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11906         output on the server side.
11907         (nnweb-google-create-mapping): Update regexps and add some
11908         progress indication.
11909
11910 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11911
11912         * gnus-group.el (gnus-group-tool-bar-gnome):
11913         Fix gnus-agent-toggle-plugged.  Re-order icons.
11914         (gnus-group-tool-bar-gnome):
11915         Add gnus-group-{prev,next}-unread-group.
11916         (gnus-group-tool-bar-gnome): Re-order icons.
11917
11918         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11919         Move gnus-summary-insert-new-articles.
11920
11921         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11922         Fix comments.
11923
11924         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11925         also available in Emacs 21.3.
11926
11927         * message.el (message-fix-before-sending): Change "Emacs 22" to
11928         "Emacs 23 (unicode)" in comment.
11929
11930         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11931         "Emacs 23 (unicode)" in comment.
11932
11933         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11934         comment.
11935         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11936
11937         * mm-view.el (mm-fill-flowed): Add :version.
11938
11939 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11940
11941         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11942         and load-path.
11943
11944 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11945
11946         * message.el: Autoload gmm-image-load-path.
11947         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11948         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11949         consitency.
11950
11951         * gmm-utils.el (gmm-image-load-path): Also search in
11952         "../etc/images".  Don't set gmm-image-load-path if we don't find
11953         the image.
11954
11955 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11956
11957         * gmm-utils.el (gmm-image-load-path): Don't make
11958         `gmm-image-load-path' include subdirectories which the second arg
11959         `image' might specify.
11960
11961         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11962         subdirectory to icon file names.
11963
11964         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11965
11966 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11967
11968         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11969         gmm-image-load-path calls.
11970
11971         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11972
11973         * message.el (message-make-tool-bar): Ditto.
11974
11975         * mml.el (mml-preview): Add comment concerning tool bar icons.
11976
11977         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11978         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11979
11980         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11981         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11982
11983         * message.el (message-tool-bar-gnome): Use new icon names.
11984         (message-make-tool-bar): Use `gmm-image-load-path'.
11985
11986         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11987         New functions from MH-E.
11988         (gmm-image-load-path): New variable from MH-E.
11989         (gmm-image-load-path): New function from MH-E.  Add arguments
11990         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11991         *-image-load-path-called-flag.
11992
11993 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11994
11995         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11996
11997 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11998
11999         * nnimap.el (nnimap-request-move-article): Change folder back to
12000         source group before deleting.
12001
12002 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12003
12004         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12005
12006         * gnus-art.el (mm-url-insert-file-contents-external):
12007         Autoload mm-url.
12008
12009         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12010
12011 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12012
12013         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12014         coding system which mm-charset-to-coding-system returns for a
12015         given charset is valid.
12016
12017 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12018
12019         * html2text.el (html2text-remove-tag-list):
12020         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12021
12022 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12023
12024         * gnus-cus.el: Revert 2005-10-17 change.
12025
12026 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12027
12028         * gnus-art.el (article-strip-banner):
12029         Call article-really-strip-banner only when the regexp match is made.
12030
12031 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12032
12033         * gnus-art.el (article-strip-banner):
12034         Use gnus-extract-address-components instead of
12035         mail-header-parse-addresses to make it work with non-ASCII text;
12036         remove mail-encode-encoded-word-string.
12037
12038         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12039         values which are surrounded with \"...\"; make it never cause a
12040         Lisp error; give up parsing of parameters if it failed in
12041         extracting type.
12042
12043 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12044
12045         * smime.el (smime-cert-by-ldap-1): Fix bug where
12046         `smime-ldap-search' returns results without userCertificates.
12047
12048 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12049
12050         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12051
12052 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12053
12054         * spam.el (spam-check-spamassassin-headers): Adapt format for
12055         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12056         <ari@mbf.ocn.ne.jp>.
12057         (spam-list-of-processors): Add spam-use-gmane.
12058
12059 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12060
12061         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12062         make-temp-file; make it work with XEmacs as well.
12063
12064         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12065         mm-make-temp-file.
12066
12067         * mm-decode.el (mm-display-external): Use the 3rd arg of
12068         mm-make-temp-file.
12069         (mm-create-image-xemacs): Ditto.
12070
12071 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12072
12073         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12074         with message-narrow-to-headers.
12075         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12076         (gnus-draft-check-draft-articles): New function.
12077         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12078
12079 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12080
12081         * gnus-art.el (gnus-article-browse-html-parts):
12082         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12083         Don't use suffix argument for mm-make-temp-file for Emacs 21
12084         compatibility.  Remove useless `format'.
12085
12086 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12087
12088         * nnweb.el (nnweb-google-wash-article): Update regexps.
12089         (nnweb-group-alist): Use defvoo instead of defvar.
12090
12091 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12092
12093         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12094         re-loading nn* modules.
12095
12096 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12097
12098         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12099         for `tool-bar-mode' and don't check it's default-value.
12100
12101         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12102
12103         * message.el (message-make-tool-bar): Ditto.
12104
12105         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12106         `substring'.  Shorten tmp-file name.
12107
12108         * gnus.el: Remove bogus comment.
12109
12110 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12111
12112         * gnus-art.el (gnus-article-browse-html-parts): New function.
12113         (gnus-article-browse-html-article): New function for viewing html
12114         articles with a browser.
12115
12116 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12117
12118         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12119         in elisp.
12120         (pgg-gpg-encrypt-symmetric-region): Ditto.
12121         (pgg-gpg-sign-region): Ditto.
12122
12123         * pgg-def.el (pgg-text-mode): New variable.
12124
12125         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12126         (mml2015-pgg-encrypt): Ditto.
12127
12128         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12129         (mml1991-pgg-encrypt): Ditto.
12130
12131 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12132
12133         * nnfolder.el (nnfolder-insert-newsgroup-line):
12134         Use message-make-date instead of current-time-string.
12135
12136         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12137         to gnus-decoded which mm-uu might set.
12138
12139 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12140
12141         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12142         don't decode quoted parameters; remove misimported Emacs code.
12143         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12144         (rfc2231-decode-encoded-string): Don't use split-string which
12145         behaves differently according to Emacs version; use
12146         mm-decode-coding-region to convert charset to coding-system.
12147         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12148         (rfc2231-encode-string): Remove misimported Emacs code.
12149
12150 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12151
12152         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12153         when calling mail-header-parse-content-type.
12154         (article-de-quoted-unreadable): Ditto.
12155         (article-de-base64-unreadable): Ditto.
12156         (article-wash-html): Ditto.
12157
12158         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12159         calling mail-header-parse-content-type and
12160         mail-header-parse-content-disposition.
12161         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12162         mail-header-parse-content-type.
12163
12164         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12165         insert charset and format parameters; encode description after
12166         inserting it to buffer.
12167         (mml-insert-parameter): Fold lines properly even if a parameter is
12168         segmented into two or more lines; change the max column to 76.
12169
12170         * rfc1843.el (rfc1843-decode-article-body): Don't use
12171         ignore-errors when calling mail-header-parse-content-type.
12172
12173         * rfc2231.el (rfc2231-parse-string): Return at least type if
12174         possible; don't cause an error even if it fails in parsing of
12175         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12176         (rfc2231-encode-string): Don't break lines at the beginning, leave
12177         it to mml-insert-parameter.
12178
12179         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12180         calling mail-header-parse-content-type.
12181
12182 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12183
12184         * spam-report.el (spam-report-gmane-use-article-number):
12185         Improve doc string.
12186         (spam-report-gmane-internal): Check if a suitable header was found
12187         in the article.
12188
12189 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12190
12191         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12192         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12193
12194 2006-02-05  Romain Francoise  <romain@orebokech.com>
12195
12196         Update copyright notices of all files in the gnus directory.
12197
12198 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12199
12200         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12201
12202 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12205         segmented lines of parameter value to cope with Thunderbird 1.5
12206         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12207         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12208         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12209
12210 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12211
12212         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12213         parts.
12214
12215 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12216
12217         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12218         there's only one active file for all servers.
12219         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12220         solid groups.  Gnus might have used a FAST request to select the group.
12221         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12222         and nnweb-search redundantly in the active file.
12223         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12224         (nnweb-request-create-group): Don't use ARGS.
12225         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12226         initialisations.  Let nnoo do the work.
12227
12228 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12231         Say the part has been decoded.
12232
12233         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12234
12235 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12236
12237         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12238         mailcap-viewer-test-cache when there's no 'test clause, since that
12239         will invert the meaning of a "nil" test previously determined by
12240         mailcap-mailcap-entry-passes-test.
12241
12242 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12245         compiling.
12246
12247         * gnus-sum.el: Ditto.
12248
12249         * message.el: Don't bind tool-bar-map when compiling.
12250
12251 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12252
12253         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12254
12255 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12256
12257         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12258         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12259         current Google Groups.
12260
12261 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12262
12263         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12264         and tool-bar-mode.
12265
12266         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12267         and tool-bar-mode.
12268
12269         * message.el (message-tool-bar-update): Simplify.
12270         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12271
12272         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12273         gnus-summary-buffer.
12274         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12275         gnus-summary-reply.
12276
12277         * gmm-utils.el (gmm): Add :version.
12278
12279 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12280
12281         * Makefile.in (clean): New rule.
12282         (distclean): Use it.
12283
12284 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12285
12286         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12287         Don't autoload.
12288
12289 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12290
12291         * gmm-utils.el (gmm-verbose): Add :group.
12292
12293 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12294
12295         * message.el: Change some comments WRT tool-bars.
12296
12297         * gnus-sum.el (gnus-summary-tool-bar)
12298         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12299         (gnus-summary-tool-bar-zap-list): New variables.
12300         (gnus-summary-make-tool-bar): Complete rewrite using
12301         `gmm-tool-bar-from-list'.
12302
12303         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12304         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12305         New variables.
12306         (gnus-group-make-tool-bar): Complete rewrite using
12307         `gmm-tool-bar-from-list'.
12308         (gnus-group-tool-bar-update): New function.
12309
12310         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12311
12312 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12313
12314         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12315         is dissected into a single part of which the type is the same as
12316         the given one; decode charset.
12317
12318 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12319
12320         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12321         into alists as symbol not string, since that's what
12322         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12323         look for.
12324
12325 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12326
12327         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12328         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12329
12330         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12331
12332 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12333
12334         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12335         (gnus-xmas-mime-security-button-menu): New function.
12336
12337         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12338         (gnus-mime-security-button-menu): New definition.
12339         (gnus-mime-security-button-map): Use them.
12340         (gnus-mime-security-button-menu): New function.
12341         (gnus-insert-mime-security-button): Addition to help echo.
12342         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12343         (gnus-mime-security-pipe-part): New functions.
12344
12345         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12346         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12347
12348         * mm-decode.el (mm-handle-set-disposition): Remove.
12349         (mm-handle-set-description): Remove.
12350
12351 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12354         (mm-w3m-standalone-supports-m17n-p): New function.
12355         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12356         w3m usage.
12357
12358         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12359         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12360
12361 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12362
12363         * message.el (message-tool-bar-zap-list):
12364         Use gmm-tool-bar-zap-list as custom type.
12365         (message-tool-bar-update): New function.
12366         (message-tool-bar, message-tool-bar-gnome)
12367         (message-tool-bar-retro): Add message-tool-bar-update.
12368         (message-tool-bar-gnome): Add flyspell-buffer.
12369
12370         * gnus-util.el (gnus-error): Describe `args'.
12371
12372         * gmm-utils.el (gmm-error): Describe `args'.
12373         (gmm-tool-bar-zap-list): New widget.
12374         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12375
12376 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12377
12378         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12379         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12380         the number of recursive calls.
12381
12382         * mm-decode.el (mm-handle-set-disposition): New macro.
12383         (mm-handle-set-description): New macro.
12384
12385 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12386
12387         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12388         encoding.
12389
12390 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12391
12392         * message.el (message-tool-bar-zap-list, message-tool-bar)
12393         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12394         (message-tool-bar-local-item-from-menu): Remove.
12395         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12396         (message-make-tool-bar): New function.
12397         (message-mode): Use `message-make-tool-bar'.
12398
12399         * gmm-utils.el: New file.
12400         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12401         (gmm-lazy): New widget copied from `nnmail.el'.
12402         (gmm-tool-bar-from-list): New function for creating customizable
12403         tool bars.
12404         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12405         output.
12406         (gmm): Add :prefix to defgroup.
12407
12408 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12409
12410         * gmm-utils.el (gmm-widget-p): New function.
12411
12412 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12413
12414         * mml.el (mml-attach-file): Describe `description' in doc string.
12415         (mml-menu): Add Emacs MIME manual and PGG manual.
12416
12417 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12418
12419         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12420
12421 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12422
12423         * nntp.el (nntp-end-of-line): Doc fix.
12424
12425 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12426
12427         * imap.el (imap-open): Handle case where buffer is a buffer
12428         object.
12429
12430 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12431
12432         * gnus-delay.el (gnus-delay): Don't autoload.
12433         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12434         to be re-loaded when customizing the `gnus-delay' group.
12435
12436 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12437
12438         * message.el (message-insert-citation-line): Use newlines.
12439
12440 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12441
12442         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12443         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12444         these routines, so the passphrase can be managed externally and
12445         passed in to the system.
12446         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12447         pgg-add-passphrase-to-cache function.
12448
12449         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12450         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12451         these routines, so the passphrase can be managed externally and
12452         passed in to the system.
12453         (pgg-pgp5-sign-region): Use new name of
12454         pgg-add-passphrase-to-cache function.
12455
12456 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12457
12458         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12459         part of the decoded armor to find the key-identifier.
12460         (pgg-gpg-lookup-key-owner): New function to return the
12461         human-readable identifier of a key owner.
12462         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12463         itself.
12464         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12465         the key value) if we have a key and can match it against a secret
12466         key.  Also, added a note pointing out fact that the prompt only
12467         indicates the first matching key.
12468
12469         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12470         pgg-decrypt-region.
12471         (pgg-add-passphrase-to-cache): Rename from
12472         `pgg-add-passphrase-cache' to reduce confusion (all callers
12473         changed).
12474         (pgg-remove-passphrase-from-cache): Rename from
12475         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12476         changed).
12477         (pgg-read-passphrase, pgg-add-passphrase-cache)
12478         (pgg-remove-passphrase-cache): Add informative docstrings.
12479         (pgg-decrypt): Convey provided passphrase in subordinate call to
12480         pgg-decrypt-region.
12481
12482 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12483
12484         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12485         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12486         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12487         'passphrase' argument, so the passphrase can be managed externally
12488         and then passed in to the system.
12489
12490         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12491         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12492         so the passphrase cache can be used reliably with identifiers
12493         besides a pgp packet's key id.
12494
12495         * pgg-gpg.el (pgg-gpg-encrypt-region)
12496         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12497         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12498         these routines, so the passphrase can be managed externally and
12499         passed in to the system.
12500
12501         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12502         'notruncate' argument, so the passphrase cache can be used
12503         reliably with identifiers besides a pgp packet's key id.
12504
12505 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12506
12507         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12508         symmetric encryption.
12509         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12510         encrypted session key.
12511         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12512         message ask for the passphrase in a proper way.
12513
12514         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12515         New user commands for symmetric encryption.
12516
12517 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12518
12519         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12520
12521         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12522
12523 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12524
12525         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12526
12527 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12528
12529         * mm-decode.el (mm-inlined-types): Add application/pgp.
12530         (mm-automatic-display): Ditto.
12531
12532         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12533         part as text.
12534
12535 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12536
12537         * nnrss.el: Update copyright.
12538         (nnrss-opml-import): Query whether to subscribe to each entry.
12539
12540         * gnus-art.el:
12541         * gnus-sum.el:
12542         * gnus-xmas.el:
12543         * messagexmas.el:
12544         * mm-uu.el:
12545         * mm-view.el: Update copyright.
12546
12547 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12548
12549         * message.el (message-info): New function.
12550         (message-mode-menu): Add it.
12551         Update copyright.
12552
12553         * ChangeLog: Fix and update copyright.
12554
12555 2006-01-13  Romain Francoise  <romain@orebokech.com>
12556
12557         * message.el (message-forward-subject-name-subject): Prefer the
12558         address to 'nowhere' if the sender has no name.
12559         Fix typo.  Update copyright year.
12560
12561 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12562
12563         * gnus-art.el (article-wash-html):
12564         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12565         (gnus-article-wash-html-with-w3m-standalone): New function.
12566
12567         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12568         mm-inline-text-html-render-with-w3m-standalone.
12569         (mm-text-html-washer-alist): Map w3m-standalone to
12570         gnus-article-wash-html-with-w3m-standalone.
12571         (mm-inline-text-html-render-with-w3m-standalone): New function.
12572
12573 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12574
12575         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12576         Improve LaTeX.
12577
12578 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12579
12580         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12581         (nnrss-request-article): Render text/plain parts as HTML.
12582
12583         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12584         the buffer.
12585
12586 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12587
12588         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12589         custom definition of `gnus-posting-styles'.
12590
12591         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12592         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12593
12594 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12595
12596         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12597         Use nntp for bug archive.
12598
12599 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12600
12601         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12602         parts.
12603         (nnrss-normalize-date): New function converts ISO 8601 date into
12604         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12605         (nnrss-check-group): Use it.
12606
12607 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12608
12609         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12610
12611         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12612         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12613         (nnrss-insert-w3): Ditto.
12614
12615 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12616
12617         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12618         the articles to be forwarded including the case where neither a
12619         number of articles nor a region is specified.
12620
12621 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12622
12623         * nnrss.el (nnrss-request-article): Fix last change; fill
12624         text/plain parts.
12625
12626 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12627
12628         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12629         in text/plain part.
12630         (nnrss-check-group): Don't add excessive newline to dc:subject.
12631
12632 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12633
12634         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12635         article.
12636
12637 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12638
12639         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12640         (nnml-use-compressed-files, nnml-save-mail): Support other
12641         comression programs such as bzip2.
12642
12643 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12644
12645         * dns.el (query-dns): Make sure we check the buffer size before
12646         removing tcp headers.
12647
12648 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12649
12650         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12651         remove MIME buttons associated with multipart/alternative parts.
12652         (gnus-mime-display-alternative): Tag buttons using `article-type'
12653         text property.
12654
12655         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12656         associated with multipart/alternative parts.
12657
12658         * gnus-art.el (gnus-signature-separator): Fix custom type.
12659
12660         * mm-decode.el (mm-inlined-types): Fix custom type.
12661         (mm-keep-viewer-alive-types): Ditto.
12662         (mm-automatic-display): Ditto.
12663         (mm-attachment-override-types): Ditto.
12664         (mm-inline-override-types): Ditto.
12665         (mm-automatic-external-display): Ditto.
12666
12667 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12668
12669         * spam-report.el (spam-report-user-mail-address)
12670         (spam-report-user-agent): New variables.
12671         (spam-report-url-ping-plain): Use spam-report-user-agent.
12672
12673 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12674
12675         * gnus-art.el (gnus-button-handle-custom): Do not just use
12676         `customize-apropos' for any "M-x customize-*" button but the
12677         function called for.  Accept both the function name and its
12678         argument in order to achieve this.
12679         (gnus-button-alist): Remove support for "custom:" URL's.
12680         Pass function name to `gnus-button-handle-custom' in case of "M-x
12681         customize-*" buttons.
12682
12683 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12684
12685         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12686         multipart/alternative and add xref to mm-discouraged-alternatives
12687         in doc string.
12688
12689         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12690         gnus-buttonized-mime-types in doc string.
12691
12692 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12693
12694         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12695         Suggest image/.* in the doc string.
12696
12697 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12698
12699         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12700         message-marks (Debian bug #342521).
12701
12702 2005-12-12  Simon Josefsson  <jas@extundo.com>
12703
12704         * password.el (password-read-from-cache): Add.
12705         (password-read): Use it.
12706
12707 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12708
12709         * rfc2047.el (rfc2047-charset-to-coding-system):
12710         Recognize us-ascii as a MIME charset.
12711
12712         * mm-bodies.el (mm-decode-content-transfer-encoding):
12713         Protect against the case where the 2nd arg TYPE is nil.
12714
12715 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12716
12717         * pop3.el (pop3-stream-type): Fix custom version.
12718
12719         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12720
12721 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12722
12723         * mm-decode.el (mm-display-external): Add missing cdr.
12724
12725 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12728         RFC1524) if it is in mailcap or add a suffix according to
12729         mailcap-mime-extensions when generating a temp filename; postpone
12730         deleting a temp file for 2 seconds for some wrappers, shell
12731         scripts, and so on, which might exit right after having started a
12732         viewer command as a background job.
12733
12734 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12735
12736         * nntp.el (nntp-marks-directory): Fix custom group.
12737
12738         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12739         steps when < 10.
12740
12741         * gnus-start.el (gnus-no-server-1):
12742         Mention `gnus-level-default-subscribed' in doc string.
12743
12744 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12745
12746         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12747         parens.
12748
12749 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12750
12751         * gnus-xmas.el (gnus-use-toolbar): Revert.
12752         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12753         gnus-use-toolbar is default.
12754
12755         * messagexmas.el (message-use-toolbar): Revert.
12756         (message-setup-toolbar): Use global default-toolbar if
12757         message-use-toolbar is default.
12758
12759 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12762         according to default-toolbar-visible-p.
12763
12764         * messagexmas.el (message-use-toolbar): Ditto.
12765
12766 2005-11-26  Dave Love  <fx@gnu.org>
12767
12768         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12769         (tls-program, tls-success): Provide openssl alternative.
12770
12771         * starttls.el: Doc fixes.
12772         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12773         SERVICE to PORT.
12774
12775         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12776         port null or service name.
12777         (starttls-negotiate): Autoload.
12778
12779 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12780
12781         * message.el (message-kill-to-signature): Fix interactive spec.
12782
12783 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12784
12785         * pop3.el (pop3-open-server): Recognize a string as a service name.
12786
12787 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12788
12789         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12790
12791 2005-11-23  Dave Love  <fx@gnu.org>
12792
12793         Add pop3s, pop3/starttls.
12794
12795         * pop3.el (pop3-authentication-scheme): Clarify doc.
12796         (open-tls-stream, starttls-open-stream): Autoload.
12797         (pop3-stream-type): New.
12798         (pop3-open-server): Use it.
12799
12800         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12801         for POP.
12802         (mail-source-keyword-map): Add :stream for POP.
12803         (mail-source-fetch-pop): Use pop3-stream-type.
12804
12805 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12806
12807         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12808         of current-time-string.
12809
12810 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12811
12812         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12813         date header.
12814
12815 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12816
12817         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12818         it can seriously impact performance as it bypasses the agent's
12819         local caches.
12820
12821 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12822
12823         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12824         must be explicitly online rather than "not explicitly offline" for
12825         its flags to be synchronized.
12826
12827         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12828         that gnus-uu-unmark-thread will function correctly.
12829
12830         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12831         1024K is instead displayed as 1M.
12832
12833 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12834
12835         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12836
12837 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12838
12839         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12840
12841 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12842
12843         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12844         error message to display actual error condition.
12845         (gnus-agent-save-local): Avoid saving symbols that are bound to
12846         nil as they simply result in a warning message in
12847         gnus-agent-read-local.
12848
12849 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12850
12851         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12852         rather than make-variable-buffer-local for file-precious-flag.
12853
12854 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12855
12856         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12857         for duplicates which are removed.  The invalid sort check then
12858         triggers a rescan after the sort as sorting may have moved
12859         duplicate entries such that they can be cheaply detected.
12860
12861 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12862
12863         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12864
12865 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12866
12867         * gnus-agent.el (gnus-agent-article-alist-save-format):
12868         Change internal variable to a custom variable.  Change default value
12869         from compressed(2) to uncompressed(1).
12870         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12871         support for uncompressed agentview files.  Taken together, reading
12872         the agentview file should now be 6-7 times faster.
12873
12874 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12875
12876         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12877         as a buffer-local variable.  This avoids creating truncated
12878         dribble files as a result of a hang up, eg.
12879
12880 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12881
12882         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12883         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12884         XEmacs.
12885
12886 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12887
12888         * gnus-start.el (gnus-start-draft-setup):
12889         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12890
12891         * gnus.el (gnus-splash): Change custom group.
12892         (gnus-group-get-parameter, gnus-group-parameter-value):
12893         Describe allow-list argument.
12894
12895         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12896         string.
12897
12898 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12899
12900         * gnus-art.el (gnus-default-article-saver): Add user-defined
12901         `function' to custom type.
12902
12903 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12904
12905         * imap.el (imap-open): Handle case where buffer is a buffer
12906         object.
12907
12908 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12909
12910         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12911         long lines.
12912         (gnus-cache-delete-group): Wrap doc strings.
12913
12914         * gnus-agent.el (gnus-agent-rename-group)
12915         (gnus-agent-delete-group): Wrap doc strings.
12916
12917 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12918
12919         * messagexmas.el (message-use-toolbar): Change the valid values
12920         into default, top, bottom, left, and right.
12921         (message-toolbar-thickness): New variable.
12922         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12923         well.
12924         (message-setup-toolbar): Make it work.
12925
12926         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12927         (gnus-use-toolbar): Change the valid values into default, top,
12928         bottom, left, and right.
12929         (gnus-toolbar-thickness): New variable.
12930         (gnus-xmas-setup-toolbar): New function.
12931         (gnus-xmas-setup-group-toolbar): Use it.
12932         (gnus-xmas-setup-summary-toolbar): Use it.
12933
12934 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12935
12936         * gnus-start.el (gnus-1): Add "native" to
12937         gnus-predefined-server-alist.
12938
12939         * gnus.el (gnus-method-to-server): Don't add "native" to the
12940         lists here, because that leads to problems when
12941         gnus-select-method is bound.
12942
12943 2005-11-09  Simon Josefsson  <jas@extundo.com>
12944
12945         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12946         use (not sort-by-date) instead.
12947
12948 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12949
12950         * gnus-delay.el (gnus-delay-group): Don't autoload.
12951         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12952         to be re-loaded when customizing the `gnus-delay' group.
12953
12954 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12955
12956         * message.el: Revert last changes.
12957         (message-insert-citation-line): Use newlines.
12958
12959 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12960
12961         * message.el (message-courtesy-message)
12962         (message-mark-insert-begin, message-mark-insert-end)
12963         (message-elide-ellipsis, message-cancel-message)
12964         (message-add-header, message-change-subject)
12965         (message-cross-post-followup-to-header)
12966         (message-cross-post-insert-note, message-reduce-to-to-cc)
12967         (message-widen-reply, message-delete-not-region)
12968         (message-kill-to-signature, message-insert-signature)
12969         (message-insert-importance-high, message-insert-importance-low)
12970         (message-insert-or-toggle-importance)
12971         (message-insert-disposition-notification-to)
12972         (message-indent-citation, message-yank-original)
12973         (message-cite-original-without-signature, message-cite-original)
12974         (message-insert-citation-line, message-position-on-field)
12975         (message-fix-before-sending, message-send-mail-partially)
12976         (message-send-mail, message-send-mail-with-sendmail)
12977         (message-send-mail-with-qmail, message-send-news)
12978         (message-check-news-header-syntax, message-generate-headers)
12979         (message-insert-courtesy-copy, message-fill-address)
12980         (message-fill-header, message-shorten-references)
12981         (message-setup-1, message-cancel-news)
12982         (message-forward-make-body-plain, message-forward-make-body-mime)
12983         (message-forward-make-body-mml, message-encode-message-body)
12984         (message-forward-make-body-digest-plain)
12985         (message-forward-make-body-digest-mime)
12986         (message-use-alternative-email-as-from): Insert `hard-newline'
12987         instead of ordinary newlines.
12988
12989 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12990
12991         * message.el (message-generate-headers): Downcase the argument
12992         given to message-check-element.
12993
12994 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12995
12996         * nntp.el (nntp-authinfo-rejected): New error condition.
12997         (nntp-wait-for): Use new error condition to signal authentication
12998         error.
12999         (nntp-retrieve-data): Rethrow new error condition to break out of
13000         recursive call to nntp-send-authinfo.
13001
13002 2005-11-08  Romain Francoise  <romain@orebokech.com>
13003
13004         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13005         (gnus-summary-exit-map): Bind to `Z p'.
13006         (gnus-summary-make-menu-bar): Add menu item.
13007
13008 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13009
13010         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13011         (gnus-treat-*): Add `first' in all doc strings.
13012
13013         * gnus-group.el (gnus-group-compact-group): Fix typo.
13014
13015 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13016
13017         * gnus.el (gnus-parameters-case-fold-search): New variable.
13018         (gnus-parameters-get-parameter): Use it.
13019
13020         * gnus-score.el (gnus-home-score-file): Doc fix.
13021
13022 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13023
13024         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13025
13026 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13027
13028         * mm-util.el (mm-special-display-p): New function.
13029
13030         * mml.el (mml-preview): Use it; doc fix.
13031
13032 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13033
13034         * imap.el (imap-open): Handle case where buffer is a buffer object.
13035
13036 2005-10-29  Romain Francoise  <romain@orebokech.com>
13037
13038         * message.el (message-fix-before-sending): Fix comment.
13039
13040 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13041
13042         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13043
13044 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13045
13046         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13047         Used in gnus-score.el.
13048
13049 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13050
13051         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13052
13053 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13054
13055         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13056         whitespace removed in revision 7.8.  Use concatenated string to
13057         protect trailing whitespace.
13058
13059 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13060
13061         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13062         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13063         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13064         Courier IMAP ("some version from 2004").  Mostly based on similar
13065         code in the same function.
13066
13067 2005-10-26  Didier Verna  <didier@xemacs.org>
13068
13069         * gnus-group.el (gnus-group-compact-group): Invalidate original
13070         article buffer.
13071         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13072         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13073         NOV database and in article itself.
13074         Invalidate article backlog.
13075
13076 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13077
13078         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13079
13080 2005-10-26  Simon Josefsson  <jas@extundo.com>
13081
13082         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13083         part of 2004-07-25 change.
13084
13085 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13086
13087         * message.el (message-display-completion-list): New function.
13088         (message-expand-group): Use it; make sure the Completions buffer
13089         is modifiable.
13090 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13091
13092         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13093         user-mail-name is an empty string.
13094
13095 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13096
13097         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13098         depending on gnus-score-decay-constant.
13099
13100         * encrypt.el (encrypt-insert-file-contents)
13101         (encrypt-write-file-contents): Don't use `gnus-message'.
13102
13103         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13104         arguments.
13105         (mm-uu-type-alist): Add message-marks and insert-marks.
13106         Pass arguments to mm-uu-verbatim-marks-extract.
13107         (mm-uu-hide-markers): New variable.
13108         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13109
13110         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13111         (gnus-convert-image-to-face-command): Use "convert" by default to
13112         allow other input image formats.
13113         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13114         accordingly.
13115
13116 2005-10-23  Simon Josefsson  <jas@extundo.com>
13117
13118         * imap.el (imap-gssapi-program): Align command line parameters
13119         with latest GNU SASL.
13120         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13121
13122 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13123
13124         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13125         HTML.
13126         (nnslashdot-request-article): Ditto.
13127
13128         * lpath.el (featurep): Add nobreak-char-display.
13129
13130 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13131
13132         * mail-source.el (mail-source-fetch-pop): Require pop3.
13133         (mail-source-check-pop): Ditto.
13134
13135 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13136
13137         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13138         errors.
13139
13140 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13141
13142         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13143         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13144
13145         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13146
13147         * mm-bodies.el (mm-decode-string):
13148         Call `mm-charset-to-coding-system' with allow-override argument.
13149
13150 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13151
13152         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13153         (rfc2047-charset-to-coding-system): New function.
13154         (rfc2047-decode-encoded-words): New function.
13155         (rfc2047-decode-region): Use them.
13156         (rfc2047-decode-cte): Remove.
13157         (rfc2047-parse-and-decode): Remove.
13158         (rfc2047-decode): Remove.
13159
13160 2005-10-15  Kenichi Handa  <handa@m17n.org>
13161
13162         * rfc2047.el (rfc2047-decode-cte): New function.
13163         (rfc2047-decode-region): Change the way to decode successive
13164         encoded-words: decode B- or Q-encoding in each encoded-word,
13165         concatenate them, and decode it as charset.
13166
13167 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13168
13169         * lpath.el: Fbind codepage-setup for XEmacs.
13170
13171 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13172
13173         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13174         widget-move-and-invoke.
13175         (gnus-custom-mode): Use gnus-custom-map.
13176
13177 2005-10-15  Bill Wohler  <wohler@newt.com>
13178
13179         * message.el (message-tool-bar-map): Rename image file from
13180         mail_send to mail/send.
13181
13182 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13183
13184         * message.el (message-expand-group): Pass the common
13185         prefix substring of completion to `display-completion-list'.
13186
13187 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13188
13189         * mml-sec.el (mml-secure-method): New internal variable.
13190         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13191         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13192         New functions using mml-secure-method.
13193
13194         * mml.el (mml-mode-map): Add key bindings for those functions.
13195         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13196         Harder <harder@myrealbox.com>.
13197         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13198         Goto end of message if point is the headers of the message.
13199
13200         * message.el (message-in-body-p): New function.
13201
13202         * assistant.el: Autoload gnus-util and netrc.
13203
13204         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13205         Use `mm-charset-override-alist' only when decoding.
13206
13207         * mm-bodies.el (mm-decode-body):
13208         Call `mm-charset-to-coding-system' with allow-override argument.
13209
13210         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13211         `filename' from Content-Disposition if Content-Type doesn't
13212         provide `name'.
13213         (gnus-mime-view-part-as-type): Set default instead of
13214         initial-input.
13215
13216 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13217
13218         * format-spec.el (format-spec): Propagate text properties of % spec.
13219
13220 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13221
13222         * gnus-art.el (gnus-treat-predicate): Add `first'.
13223
13224 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13225
13226         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13227         (mm-charset-override-alist): New variable.
13228         (mm-charset-to-coding-system): Use it.
13229         (mm-codepage-setup): New helper function.
13230         (mm-charset-eval-alist): New variable.
13231         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13232         Warn about unknown charsets.
13233
13234         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13235
13236 2005-10-04  David Hansen  <david.hansen@gmx.net>
13237
13238         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13239         (nnrss-check-group): Ditto.
13240
13241 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13242
13243         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13244         Rename x-gnus-verbatim to x-verbatim.
13245         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13246
13247         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13248         x-verbatim.
13249
13250         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13251
13252         * gnus-util.el (gnus-remove-duplicates): Remove.
13253
13254         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13255         instead of gnus-remove-duplicates.
13256
13257         * message.el (message-remove-duplicates): Remove.
13258         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13259         message-remove-duplicates.
13260
13261         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13262         available, else use implementation from `delete-dups'.
13263
13264         * message.el (message-insert-expires): New function.
13265         (message-mode-map): Add key binding.
13266         (message-mode-field-menu): Add menu entry.
13267         (message-mode): Document it.
13268         (message-make-expires-date): Use `message-make-date'.
13269
13270 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13271
13272         * message.el (message-make-expires-date): New function.
13273
13274 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13275
13276         * Makefile.in (list-installed-shadows): New entry.
13277         (install): Use it.
13278         (remove-installed-shadows): New entry.
13279
13280         * dgnushack.el (dgnushack-default-load-path): New variable.
13281         (dgnushack-find-lisp-shadows): New function.
13282         (dgnushack-remove-lisp-shadows): New function.
13283
13284 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13285
13286         * Makefile.in (install-el-elc): New entry.
13287         (install): Use it so that .el files are necessarily installed.
13288
13289 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13290
13291         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13292
13293 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13294
13295         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13296         function rather than the diff-mode.el package.
13297         (mm-display-external): Use with-current-buffer.
13298         (mm-viewer-completion-map, mm-viewer-completion-map):
13299         Move initialization inside declaration.
13300
13301 2005-09-29  Simon Josefsson  <jas@extundo.com>
13302
13303         * spam.el: Load hashcash when compiling, to avoid warnings.
13304         Don't autoload mail-check-payment.
13305         (spam-check-hashcash): Define unconditionally, since hashcash.el
13306         is part of Gnus now.  Ignore errors from payment checking.
13307
13308 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13309
13310         * message.el (message-bold-region, message-unbold-region):
13311         Rename from `bold-region' and `unbold-region'.
13312
13313         * message.el: Remove useless autoloads.
13314
13315 2005-09-28  Simon Josefsson  <jas@extundo.com>
13316
13317         * message.el (message-use-idna): Default to t.
13318         (message-use-idna): Test whether encoding works too.  Doc fix.
13319
13320 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13321
13322         * nntp.el (nntp-warn-about-losing-connection): Remove.
13323
13324 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13325
13326         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13327         customizable.  Change default value.
13328         (mm-uu-diff-groups-regexp): Change default value.
13329         (mm-uu-type-alist): Add doc string.
13330         (mm-uu-configure): Add doc string.  Make it interactive.
13331         (mm-uu-tex-groups-regexp): New variable.
13332         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13333         (mm-uu-type-alist): Add LaTeX documents.
13334         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13335         of "text/verbatim".
13336         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13337
13338         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13339         instead of "text/verbatim".
13340
13341         * message.el (message-mark-inserted-region)
13342         (message-mark-insert-file): Use slrn style marks when called with
13343         prefix argument.
13344
13345 2005-09-27  Simon Josefsson  <jas@extundo.com>
13346
13347         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13348
13349 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13350
13351         * message.el (message-remove-duplicates): New function.
13352         Implementation borrowed from `gnus-remove-duplicates'.
13353         (message-idna-to-ascii-rhs): Also encode idna addresses in
13354         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13355         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13356         only ask about the same idna domain once per header and also tell
13357         in what header to replace the idna domain.
13358
13359         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13360         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13361         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13362         a header is decoded and not just the last one.
13363
13364 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13365
13366         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13367         has been decoded.
13368
13369         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13370         (mm-insert-part): Don't modify text if it has been decoded.
13371
13372         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13373         decoded.
13374
13375         * mm-view.el (mm-inline-text): Don't strip text props unless
13376         decoding enriched or richtext parts.
13377
13378 2005-09-25  Romain Francoise  <romain@orebokech.com>
13379
13380         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13381         * gnus-start.el (gnus-subscribe-interactively):
13382         * gnus-uu.el (gnus-uu-grab-articles):
13383         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13384         space.
13385
13386 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13387
13388         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13389         * mm-view.el (mm-view-pkcs7-decrypt):
13390         * gnus-sum.el (gnus-summary-limit-to-extra)
13391         (gnus-summary-respool-article, gnus-read-move-group-name):
13392         * gnus-score.el (gnus-summary-increase-score):
13393         * gnus-util.el (gnus-completing-read-with-default):
13394         * gnus-art.el (gnus-read-save-file-name)
13395         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13396         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13397         * message.el (message-check-news-header-syntax):
13398         Follow convention for reading with the minibuffer.
13399
13400 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13401
13402         * spam-report.el (spam-report-url-ping-plain):
13403         Use gnus-extended-version as User-Agent.
13404
13405         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13406         default value is nil.
13407
13408         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13409         (mm-uu-verbatim-marks-extract): New function.
13410         (mm-uu-extract): New face.
13411         (mm-uu-copy-to-buffer): Use it.
13412
13413         * spam-report.el (spam-report-gmane-ham): Rename from
13414         `spam-report-gmane-unspam'.
13415         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13416         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13417
13418         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13419         Autoload.
13420         (spam-report-gmane-unregister-routine):
13421         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13422
13423 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13424
13425         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13426         (spam-report-gmane-unregister-routine): Add support for gmane
13427         unregistration.
13428
13429         * spam-report.el (spam-report-gmane-unspam)
13430         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13431         (spam-report-gmane): Change to take a single article and do unspam
13432         registration.
13433
13434 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13435
13436         * mm-url.el (mm-url-decode-entities): Fix regexp.
13437
13438 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13439
13440         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13441         default to nil, to be able to use Gnus at all.  If the default
13442         switches to something else, then the function should be fixed not
13443         be exceedingly slow.
13444
13445 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13446
13447         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13448         fail hard.
13449
13450         * spam-report.el: Add better Keywords line.
13451
13452         * spam.el: Add Maintainer and better Keywords line.
13453
13454 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13455
13456         * gnus-art.el (gnus-article-replace-part)
13457         (gnus-mime-replace-part): New functions.
13458         (gnus-mime-action-alist, gnus-mime-button-commands)
13459         (gnus-mime-save-part-and-strip): Add file argument.
13460         (gnus-article-part-wrapper): Add interactive argument.
13461
13462         * gnus-sum.el (gnus-summary-mime-map):
13463         Add `gnus-article-replace-part'.
13464
13465 2005-09-19  Didier Verna  <didier@xemacs.org>
13466
13467         The nnml compaction feature:
13468         * nnml.el (nnml-request-compact-group): New function.
13469         * nnml.el (nnml-request-compact): New function.
13470         * gnus-int.el (gnus-request-compact-group): New function.
13471         * gnus-int.el (gnus-request-compact): New function.
13472         * gnus-group.el (gnus-group-compact-group): New function.
13473         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13474         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13475         * gnus-srvr.el (gnus-server-compact-server): New function.
13476         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13477         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13478
13479 2005-09-18  Deepak Goel  <deego@gnufans.org>
13480
13481         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13482         format spec.
13483
13484 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13487
13488 2005-09-15  Romain Francoise  <romain@orebokech.com>
13489
13490         * message.el (message-fill-paragraph): Clarify docstring.
13491
13492 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * gnus-art.el (gnus-mime-display-part): Protect against broken
13495         MIME messages.
13496
13497 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13500         before parsing header.
13501
13502 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13503
13504         * html2text.el (html2text-replace-list): Add new entities.
13505
13506 2005-09-11  Romain Francoise  <romain@orebokech.com>
13507
13508         * message.el (message-alternative-emails): Improve docstring.
13509         (message-setup-1): Call `message-use-alternative-email-as-from'
13510         after `message-setup-hook' to give it precedence over posting
13511         styles, etc.
13512         (message-use-alternative-email-as-from): Add docstring.
13513         Remove the original From header if present.
13514
13515         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13516         (nnml-save-mail): Use it.
13517
13518         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13519         articles.  Add new argument `silent'.
13520         (gnus-uu-mark-all): Report the total number of marked articles.
13521
13522 2005-09-10  Romain Francoise  <romain@orebokech.com>
13523
13524         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13525         (gnus-uu-mark-series): Likewise.
13526
13527 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13528
13529         * spam-report.el (spam-report-gmane): Fix generation of spam
13530         report URL.
13531
13532 2005-09-10  Simon Josefsson  <jas@extundo.com>
13533
13534         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13535         t, based on discussion on the ding list with Robert Epprecht
13536         <epprecht@solnet.ch>.
13537
13538 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13539
13540         * spam-report.el (spam-report-gmane): Make it work without
13541         X-Report-Spam header.  Gmane now only provides Archived-At.
13542         This is only used if `spam-report-gmane-use-article-number' is nil.
13543         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13544
13545         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13546         make `gnus-summary-sort-by-recipient' work with threading.
13547
13548         * nnweb.el (nnweb-google-wash-article): Print a message if article
13549         is not available.
13550
13551 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13552
13553         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13554         change.  Decode text/* parts content before displaying.
13555
13556 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13557
13558         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13559
13560 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13561
13562         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13563
13564         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13565         url-package-name, url-package-version,
13566         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13567         w3m-display-inline-images, and w3m-minor-mode-map.
13568
13569 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13570
13571         * message.el (message-tab-body-function): Fix mismatched custom type.
13572
13573         * gnus.el (gnus-group-change-level-function): Ditto.
13574
13575         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13576
13577         * gnus-art.el (gnus-signature-limit)
13578         (gnus-article-mime-part-function): Ditto.
13579
13580 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13581
13582         * mml.el (mml-mode): Silence the byte compiler.
13583
13584         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13585         using `(sit-for 0)' before moving the point to the specified part;
13586         skip unbuttonized parts.
13587         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13588         return to the summary window if gnus-auto-select-part is non-nil.
13589
13590 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13591
13592         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13593         New variables.
13594         (mml-dnd-attach-file, mml-mode): Use them.
13595
13596         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13597         Make fetching article by MID work again for Google Groups.
13598         Add FIXME concerning gnus-group-make-web-group.
13599
13600         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13601         Don't depend on Gnus by using mail-extract-address-components if
13602         gnus-extract-address-components is not bound.
13603
13604 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13605
13606         * gnus-art.el (gnus-mime-display-security): Don't display the
13607         signature, but only the signed part.
13608
13609 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13610
13611         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13612
13613         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13614         list, not listp.
13615
13616 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13617
13618         * mm-encode.el (mm-encode-content-transfer-encoding):
13619         Likewise when encoding.
13620
13621         * mm-bodies.el (mm-decode-content-transfer-encoding):
13622         De-canonicalize CRLF for all text content types, not just
13623         text/plain.
13624
13625 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13626
13627         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13628         valid article; point arrow and cursor at the MIME button.
13629
13630 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13631
13632         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13633         Suggested by Dan Christensen <jdc@uwo.ca>.
13634
13635         * mm-decode.el (mm-save-part): Enable change of prompt.
13636
13637 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13638
13639         * gnus-msg.el (gnus-inews-add-send-actions):
13640         Make `message-post-method' lambda parameter ARG `&optional'.
13641
13642 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13643
13644         * gnus-sum.el (gnus-summary-mime-map):
13645         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13646         gnus-article-jump-to-part.
13647
13648         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13649         (gnus-article-edit-part): Use it.
13650         (gnus-article-part-wrapper): Add no-handle argument.
13651         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13652         New functions.
13653
13654 2005-08-29  Romain Francoise  <romain@orebokech.com>
13655
13656         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13657         docstring.
13658         (gnus-face-from-file): Likewise.
13659
13660 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13661
13662         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13663         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13664         non-nil.
13665         (gnus-auto-select-part): New variable.
13666         (gnus-article-jump-to-part): New function.
13667         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13668         (gnus-mime-delete-part): Allow selecting specified part after
13669         deleting or stripping parts.
13670         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13671         part if argument is bogus.
13672
13673 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13674
13675         * gnus-art.el (w3m-minor-mode-map):
13676         * gnus-spec.el (gnus-newsrc-file-version):
13677         * gnus-util.el (nnmail-active-file-coding-system)
13678         (gnus-original-article-buffer, gnus-user-agent):
13679         * gnus.el (gnus-ham-process-destinations)
13680         (gnus-parameter-ham-marks-alist)
13681         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13682         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13683         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13684         * mm-decode.el (gnus-current-window-configuration):
13685         * mm-extern.el (gnus-article-mime-handles):
13686         * mm-url.el (url-current-object, url-package-name)
13687         (url-package-version):
13688         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13689         (smime-keys, w3m-cid-retrieve-function-alist)
13690         (w3m-current-buffer, w3m-display-inline-images)
13691         (w3m-minor-mode-map):
13692         * mml-smime.el (gnus-extract-address-components):
13693         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13694         (gnus-newsrc-hashtb, message-default-charset)
13695         (message-deletable-headers, message-options)
13696         (message-posting-charset, message-required-mail-headers)
13697         (message-required-news-headers):
13698         * mml1991.el (mc-pgp-always-sign):
13699         * mml2015.el (mc-pgp-always-sign):
13700         * nnheader.el (nnmail-extra-headers):
13701         * rfc1843.el (gnus-decode-encoded-word-function)
13702         (gnus-decode-header-function, gnus-newsgroup-name):
13703         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13704
13705 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13706
13707         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13708         the end of the date treatments.
13709
13710 2005-08-15  Simon Josefsson  <jas@extundo.com>
13711
13712         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13713         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13714         Capello and Romain Francoise.
13715         (pgg-fetch-key-function): Remove, not used?
13716         (pgg-insert-url-with-w3): Require url, to get
13717         url-insert-file-contents regardless of where it is defined.
13718
13719 2005-08-13  Romain Francoise  <romain@orebokech.com>
13720
13721         * message.el (message-cite-original-1): New function.
13722         (message-cite-original): Use it.
13723         (message-cite-original-without-signature): Ditto.
13724
13725 2005-08-08  Romain Francoise  <romain@orebokech.com>
13726
13727         * message.el (message-yank-empty-prefix): New variable.
13728         (message-indent-citation): Use it.
13729         (message-cite-original-without-signature): Respect X-No-Archive.
13730
13731 2005-08-08  Simon Josefsson  <jas@extundo.com>
13732
13733         * pgg.el: Autoload url-insert-file-contents instead of loading
13734         w3/url.
13735         (pgg-insert-url-with-w3): Don't load url here.
13736
13737 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13738
13739         * message.el (message-kill-to-signature): Don't insert newline at
13740         bol.
13741         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13742
13743 2005-08-06  Romain Francoise  <romain@orebokech.com>
13744
13745         * message.el (message-user-fqdn): Fix typo in docstring.
13746
13747 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13748
13749         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13750
13751         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13752
13753 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13754
13755         * mm-bodies.el (mm-encode-body): Use coding system rather than
13756         charset to encode text.
13757
13758         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13759         number of charsets if utf-8 is available (XEmacs).
13760
13761 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13762
13763         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13764         taken from `gnus-button-mid-or-mail-regexp'.
13765         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13766         (gnus-button-alist): Improve regexp for domain part of the MIDs
13767         for news:localpart@domain buttons.
13768         (gnus-button-ctan-directory-regexp): Update.
13769
13770 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13771
13772         * sieve-manage.el (sieve-manage-interactive-login):
13773         Use make-local-variable rather than make-variable-buffer-local.
13774         (sieve-manage-open): Ditto.
13775         (sieve-manage-authenticate): Ditto.
13776
13777         * mml.el (mml-generate-mime-1): Make the content type default to
13778         text/plain if the filename is not specified.
13779
13780 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13781
13782         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13783         instead of insert-buffer.
13784
13785         * message.el (message-yank-original): Ditto; set the mark at the
13786         end of the yanked message.
13787
13788 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13791         lines to scroll rather than to stop it.
13792
13793         * mml.el (mml-generate-default-type): Add doc string.
13794         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13795         default to application/octet-stream when determining the content
13796         type if it is not specified for the part or the mml contents; add
13797         a comment about mml-generate-default-type.
13798
13799 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13800
13801         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13802         make it default to application/octet-stream when determining the
13803         content type if it is not specified for the external contents.
13804
13805 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13808         segmented parameter but also other parameters might be there.
13809
13810 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13811
13812         * mm-decode.el (mm-display-external): Delete temp file, directory
13813         and buffer immediately if the external process is exited.
13814
13815 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13816
13817         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13818         fewer lines than that of scroll-margin.
13819         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13820
13821 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13822
13823         * gnus-art.el (gnus-article-next-page): Revert.
13824         (gnus-article-beginning-of-window): New macro.
13825         (gnus-article-next-page-1): Use it.
13826         (gnus-article-prev-page): Ditto.
13827         (gnus-article-edit-part): Use insert-buffer-substring instead of
13828         insert-buffer.
13829         (gnus-article-edit-exit): Ditto.
13830
13831         * gnus-util.el (gnus-beginning-of-window): Remove.
13832         (gnus-end-of-window): Remove.
13833
13834         * lpath.el: Don't bind header-line-format and scroll-margin.
13835
13836 2005-07-25  Simon Josefsson  <jas@extundo.com>
13837
13838         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13839         to have the url package without w3.  Reported by Daiki Ueno
13840         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13841
13842 2005-07-20  Didier Verna  <didier@xemacs.org>
13843
13844         * gnus-diary.el: Remove the description comment (nndiary is now
13845         properly documented in the Gnus manual).
13846         Fix the spelling of "Back End".
13847         * nndiary.el: Ditto.
13848         Fix the copyright notice.
13849
13850 2005-07-18  Romain Francoise  <romain@orebokech.com>
13851
13852         * gnus-sum.el (gnus-summary-to-prefix)
13853         (gnus-summary-newsgroup-prefix): New variables.
13854         (gnus-summary-from-or-to-or-newsgroups): Use them.
13855
13856 2005-07-17  Romain Francoise  <romain@orebokech.com>
13857
13858         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13859         space as it's generally not especially interesting to the user.
13860
13861 2005-07-16  Romain Francoise  <romain@orebokech.com>
13862
13863         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13864         nil to avoid prompting and file modification if one of the
13865         messages at the top of the nnfolder file contains a copyright
13866         notice.
13867         Update copyright notice.
13868
13869         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13870         instead of `current-time-string' as the latter creates a time
13871         string that is not RFC 2822 compliant (it lacks the zone).
13872         Update copyright notice.
13873
13874 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13875
13876         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13877         for text/rtf.  Display default in prompt.  Pass default for M-n.
13878
13879         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13880
13881 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13882
13883         * gnus-msg.el (gnus-button-mailto):
13884         Remove save-selected-window-window hackery because it relies on
13885         save-selected-window internals.
13886
13887 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13888
13889         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13890         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13891         (gnus-article-prev-page): Ditto.
13892
13893         * gnus-util.el (gnus-beginning-of-window): New function.
13894         (gnus-end-of-window): New function.
13895
13896         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13897
13898 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13899
13900         * gnus-score.el (gnus-score-edit-all-score):
13901         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13902         gnus-message.
13903
13904 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13905
13906         * gnus-msg.el (gnus-button-mailto):
13907         Remove save-selected-window-window hackery because it relies on
13908         save-selected-window internals.
13909
13910 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13911
13912         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13913         add-minor-mode.
13914         (gnus-binary-mode): Ditto.
13915
13916         * gnus-topic.el (gnus-topic-mode): Ditto.
13917
13918 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13919
13920         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13921         (gnus-article-prev-page): Take scroll-margin into consideration.
13922
13923 2005-07-04  Lute Kamstra  <lute@gnu.org>
13924
13925         Update FSF's address in GPL notices.
13926
13927 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13928
13929         * gnus.el (gnus-exit):
13930         * gnus-group.el (gnus-group-icons):
13931         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13932
13933         * gnus-nocem.el (gnus-nocem):
13934         * message.el (message-various, message-buffers, message-sending)
13935         (message-interface, message-forwarding, message-insertion)
13936         (message-headers, message-news, message-mail):
13937         * pgg-gpg.el (pgg-gpg):
13938         * pgg-parse.el (pgg-parse):
13939         * pgg-pgp.el (pgg-pgp):
13940         * pgg-pgp5.el (pgg-pgp5):
13941         * pop3.el (pop3): Finish `defgroup' description with period.
13942
13943 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13944
13945         * gnus-art.el (article-display-face): Improve the efficiency.
13946         (article-display-x-face): Ditto; remove grey x-face stuff.
13947
13948 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13949
13950         * gnus-art.el (article-display-face): Correct the position in
13951         which Faces are inserted.
13952
13953 2005-06-29  Didier Verna  <didier@xemacs.org>
13954
13955         * gnus-art.el (article-display-face): Display faces in correct
13956         order.
13957
13958 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13961         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13962         (gnus-nocem-check-article): Fetch the Type header.
13963         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13964         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13965         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13966         make sure gnus-nocem-hashtb is initialized.
13967         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13968         (gnus-nocem-unwanted-article-p): Ditto.
13969
13970         * pgg.el (pgg-verify): Return the verification result.
13971
13972 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13973
13974         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13975         is ascii.
13976
13977 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13978
13979         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13980         `show-nonbreak-escape'.
13981
13982 2005-06-23  Lute Kamstra  <lute@gnu.org>
13983
13984         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13985
13986         * dig.el (dig-mode):
13987         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13988
13989 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13990
13991         * nnimap.el (nnimap-split-download-body): Fix spellings.
13992
13993 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13994
13995         * gnus-art.el (gnus-article-encrypt-body):
13996         * gnus-cus.el (gnus-score-customize):
13997         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13998         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13999
14000 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14001
14002         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14003         header by looking for magic "MII" at the beginnig.
14004
14005 2005-06-16  Miles Bader  <miles@gnu.org>
14006
14007         * gnus-xmas.el (gnus-xmas-group-startup-message):
14008         Use renamed gnus-splash face.
14009
14010         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14011         (assistant-field-face): New backward-compatibility alias for renamed
14012         face.
14013         (assistant-render-text): Use renamed assistant-field face.
14014
14015         * spam.el (spam): Remove "-face" suffix from face name.
14016         (spam-face): New backward-compatibility alias for renamed face.
14017         (spam-face, spam-initialize): Use renamed spam face.
14018
14019         * message.el (message-header-to, message-header-cc)
14020         (message-header-subject, message-header-newsgroups)
14021         (message-header-other, message-header-name)
14022         (message-header-xheader, message-separator, message-cited-text)
14023         (message-mml): Remove "-face" suffix from face names.
14024         (message-header-to-face, message-header-cc-face)
14025         (message-header-subject-face, message-header-newsgroups-face)
14026         (message-header-other-face, message-header-name-face)
14027         (message-header-xheader-face, message-separator-face)
14028         (message-cited-text-face, message-mml-face):
14029         New backward-compatibility aliases for renamed faces.
14030         (message-font-lock-keywords): Use renamed message faces.
14031
14032         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14033         (sieve-test-commands, sieve-tagged-arguments):
14034         Remove "-face" suffix from face names.
14035         (sieve-control-commands-face, sieve-action-commands-face)
14036         (sieve-test-commands-face, sieve-tagged-arguments-face):
14037         New backward-compatibility aliases for renamed faces.
14038         (sieve-control-commands-face, sieve-action-commands-face)
14039         (sieve-test-commands-face, sieve-tagged-arguments-face):
14040         Use renamed sieve faces.
14041
14042         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14043         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14044         (gnus-group-news-3-empty, gnus-group-news-4)
14045         (gnus-group-news-4-empty, gnus-group-news-5)
14046         (gnus-group-news-5-empty, gnus-group-news-6)
14047         (gnus-group-news-6-empty, gnus-group-news-low)
14048         (gnus-group-news-low-empty, gnus-group-mail-1)
14049         (gnus-group-mail-1-empty, gnus-group-mail-2)
14050         (gnus-group-mail-2-empty, gnus-group-mail-3)
14051         (gnus-group-mail-3-empty, gnus-group-mail-low)
14052         (gnus-group-mail-low-empty, gnus-summary-selected)
14053         (gnus-summary-cancelled, gnus-summary-high-ticked)
14054         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14055         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14056         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14057         (gnus-summary-low-undownloaded)
14058         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14059         (gnus-summary-low-unread, gnus-summary-normal-unread)
14060         (gnus-summary-high-read, gnus-summary-low-read)
14061         (gnus-summary-normal-read, gnus-splash):
14062         Remove "-face" suffix from face names.
14063         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14064         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14065         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14066         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14067         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14068         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14069         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14070         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14071         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14072         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14073         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14074         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14075         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14076         (gnus-summary-normal-ticked-face)
14077         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14078         (gnus-summary-normal-ancient-face)
14079         (gnus-summary-high-undownloaded-face)
14080         (gnus-summary-low-undownloaded-face)
14081         (gnus-summary-normal-undownloaded-face)
14082         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14083         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14084         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14085         (gnus-splash-face):
14086         New backward-compatibility aliases for renamed faces.
14087         (gnus-group-startup-message): Use renamed gnus faces.
14088
14089         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14090         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14091         (gnus-server-agent): Remove "-face" suffix from face names.
14092         (gnus-server-agent-face, gnus-server-opened-face)
14093         (gnus-server-closed-face, gnus-server-denied-face)
14094         (gnus-server-offline-face):
14095         New backward-compatibility aliases for renamed faces.
14096         (gnus-server-agent-face, gnus-server-opened-face)
14097         (gnus-server-closed-face, gnus-server-denied-face)
14098         (gnus-server-offline-face): Use renamed gnus faces.
14099
14100         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14101         Remove "-face" suffix from face names.
14102         (gnus-picon-xbm-face, gnus-picon-face):
14103         New backward-compatibility aliases for renamed faces.
14104
14105         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14106         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14107         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14108         (gnus-cite-11): Remove "-face" suffix from face names.
14109         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14110         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14111         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14112         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14113         New backward-compatibility aliases for renamed faces.
14114         (gnus-cite-attribution-face, gnus-cite-face-list)
14115         (gnus-article-boring-faces): Use renamed gnus faces.
14116
14117         * gnus-art.el (gnus-signature, gnus-header-from)
14118         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14119         (gnus-header-content): Remove "-face" suffix from face names.
14120         (gnus-signature-face, gnus-header-from-face)
14121         (gnus-header-subject-face, gnus-header-newsgroups-face)
14122         (gnus-header-name-face, gnus-header-content-face):
14123         New backward-compatibility aliases for renamed faces.
14124         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14125
14126         * gnus-sum.el (gnus-summary-selected-face)
14127         (gnus-summary-highlight): Use renamed gnus faces.
14128         * gnus-group.el (gnus-group-highlight): Likewise.
14129
14130 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14131
14132         * gnus-sieve.el (gnus-sieve-article-add-rule):
14133         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14134         * spam-stat.el (spam-stat-buffer-change-to-spam)
14135         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14136
14137         * message.el (message-is-yours-p):
14138         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14139
14140 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14141
14142         * mm-view.el (mm-inline-text): Withdraw the last change.
14143
14144 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14145
14146         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14147         executing enriched-decode.
14148
14149 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14150
14151         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14152         charset of tar files.
14153
14154 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14155
14156         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14157
14158 2005-06-04  Lute Kamstra  <lute@gnu.org>
14159
14160         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14161         information is never recorded.
14162
14163 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14164
14165         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14166
14167 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14168
14169         * pop3.el (pop3-apop): Run md5 in the binary mode.
14170
14171         * starttls.el (starttls-set-process-query-on-exit-flag):
14172         Use eval-and-compile.
14173
14174 2005-05-31  Simon Josefsson  <jas@extundo.com>
14175
14176         * smime.el (smime-replace-in-string): Define.
14177         (smime-cert-by-ldap-1): Use it.
14178
14179 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14180
14181         * gnus-art.el (article-display-x-face): Replace
14182         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14183
14184         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14185         set-process-query-on-exit-flag or process-kill-without-query.
14186
14187         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14188         loop instead of replace-regexp.
14189
14190         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14191         instead of process-kill-without-query if it is available.
14192
14193         * lpath.el: Fbind ldap-search-entries.
14194
14195         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14196         instead of find-file-hooks if it is available.
14197
14198         * mml1991.el: Bind pgg-default-user-id when compiling.
14199
14200         * mml2015.el: Bind pgg-default-user-id when compiling.
14201
14202         * nndraft.el (nndraft-request-associate-buffer):
14203         Use write-contents-functions instead of write-contents-hooks if it is
14204         available.
14205
14206         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14207         instead of find-file-hooks if it is available.
14208
14209         * nntp.el (nntp-open-connection): Replace
14210         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14211         (nntp-open-ssl-stream): Ditto.
14212         (nntp-open-tls-stream): Ditto.
14213
14214         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14215         set-process-query-on-exit-flag or process-kill-without-query.
14216         (starttls-open-stream-gnutls): Use it instead of
14217         process-kill-without-query.
14218         (starttls-open-stream): Ditto.
14219
14220 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14221
14222         * smime.el (smime-cert-by-ldap-1): Don't use
14223         replace-regexp-in-string.
14224
14225 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14226
14227         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14228
14229         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14230         in PEM format.  Adjust to the XEmacs compability.
14231
14232 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14233
14234         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14235         by `string-to-number'.
14236         * gnus-agent.el (gnus-agent-regenerate-group)
14237         (gnus-agent-fetch-articles): Ditto.
14238         * gnus-art.el (gnus-button-fetch-group): Ditto.
14239         * gnus-cache.el (gnus-cache-generate-active)
14240         (gnus-cache-articles-in-group): Ditto.
14241         * gnus-group.el (gnus-group-set-current-level)
14242         (gnus-group-insert-group-line): Ditto.
14243         * gnus-score.el (gnus-score-set-expunge-below)
14244         (gnus-score-set-mark-below, gnus-summary-score-effect)
14245         (gnus-summary-score-entry): Ditto.
14246         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14247         (gnus-soup-pack): Ditto.
14248         * gnus-spec.el (gnus-xmas-format): Ditto.
14249         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14250         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14251         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14252         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14253         * nndb.el (nndb-get-remote-expire-response): Ditto.
14254         * nndiary.el (nndiary-parse-schedule-value)
14255         (nndiary-string-to-number, nndiary-request-replace-article)
14256         (nndiary-request-article): Ditto.
14257         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14258         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14259         * nneething.el (nneething-make-head): Ditto.
14260         * nnfolder.el (nnfolder-request-article)
14261         (nnfolder-retrieve-headers): Ditto.
14262         * nnheader.el (nnheader-file-to-number): Ditto.
14263         * nnkiboze.el (nnkiboze-request-article): Ditto.
14264         * nnmail.el (nnmail-process-unix-mail-format)
14265         (nnmail-process-babyl-mail-format): Ditto.
14266         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14267         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14268         (nnmh-request-create-group, nnmh-request-list-1)
14269         (nnmh-request-group, nnmh-request-article): Ditto.
14270         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14271         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14272         * nnsoup.el (nnsoup-make-active): Ditto.
14273         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14274         * nntp.el (nntp-find-group-and-number)
14275         (nntp-retrieve-headers-with-xover): Ditto.
14276         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14277         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14278         (pgg-format-key-identifier): Ditto.
14279         * pop3.el (pop3-last, pop3-stat): Ditto.
14280         * qp.el (quoted-printable-decode-region): Ditto.
14281
14282         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14283         of concat.
14284
14285 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14286
14287         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14288
14289         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14290
14291         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14292
14293         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14294
14295         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14296
14297         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14298
14299         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14300         (gnus-carpal-mode): Ditto.
14301
14302         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14303         (gnus-browse-mode): Ditto.
14304
14305         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14306
14307         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14308
14309 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14310
14311         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14312
14313 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * gnus-util.el (gnus-run-mode-hooks): New function.
14316
14317         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14318
14319         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14320         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14321
14322 2005-05-27  Lute Kamstra  <lute@gnu.org>
14323
14324         * dns-mode.el (dns-mode): Specify customization group.
14325
14326 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14327
14328         * gnus-agent.el (gnus-agent-make-mode-line-string):
14329         Use mode-line-highlight as mouse-face.
14330
14331 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * canlock.el (canlock): Change the parent group to news.
14334
14335         * deuglify.el (gnus-outlook-deuglify): Add :group.
14336
14337         * dig.el (dig): Add :group.
14338
14339         * dns-mode.el (dns-mode): Add :group.
14340
14341         * encrypt.el (encrypt): Add :group.
14342
14343         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14344         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14345         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14346         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14347         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14348
14349         * gnus-diary.el (gnus-diary): Add :group.
14350
14351         * gnus.el (gnus-group-news-1-face): Add :group.
14352         (gnus-group-news-1-empty-face): Ditto.
14353         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14354         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14355         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14356         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14357         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14358         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14359         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14360         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14361         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14362         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14363         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14364         (gnus-summary-high-ticked-face): Ditto.
14365         (gnus-summary-low-ticked-face): Ditto.
14366         (gnus-summary-normal-ticked-face): Ditto.
14367         (gnus-summary-high-ancient-face): Ditto.
14368         (gnus-summary-low-ancient-face): Ditto.
14369         (gnus-summary-normal-ancient-face): Ditto.
14370         (gnus-summary-high-undownloaded-face): Ditto.
14371         (gnus-summary-low-undownloaded-face): Ditto.
14372         (gnus-summary-normal-undownloaded-face): Ditto.
14373         (gnus-summary-high-unread-face): Ditto.
14374         (gnus-summary-low-unread-face): Ditto.
14375         (gnus-summary-normal-unread-face): Ditto.
14376         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14377         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14378
14379         * hashcash.el (hashcash): New custom group.
14380         (hashcash-default-payment): Add :group.
14381         (hashcash-payment-alist): Ditto.
14382         (hashcash-default-accept-payment): Ditto.
14383         (hashcash-accept-resources): Ditto.
14384         (hashcash-path): Ditto.
14385         (hashcash-extra-generate-parameters): Ditto.
14386         (hashcash-double-spend-database): Ditto.
14387         (hashcash-in-news): Ditto.
14388
14389         * message.el (message-minibuffer-local-map): Add :group.
14390
14391         * netrc.el (netrc): Add :group.
14392
14393         * sieve-manage.el (sieve-manage-log): Add :group.
14394         (sieve-manage-default-user): Diito.
14395         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14396         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14397         (sieve-manage-authenticators): Ditto.
14398         (sieve-manage-authenticator-alist): Ditto.
14399         (sieve-manage-default-port): Ditto.
14400
14401         * sieve-mode.el (sieve-control-commands-face): Add :group.
14402         (sieve-action-commands-face): Ditto.
14403         (sieve-test-commands-face): Ditto.
14404         (sieve-tagged-arguments-face): Ditto.
14405
14406         * smime.el (smime): Add :group.
14407
14408         * spam-report.el (spam-report): Add :group.
14409
14410         * spam.el (spam, spam-face): Add :group.
14411
14412 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14413
14414         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14415         return \n.\n.\n at the end of articles.  Protect against that.
14416         (nntp-with-open-group): Allow debugging.
14417
14418         * nnheader.el (mail-header-set-extra): Make into a function
14419         because I just could't understand how to quote the list properly.
14420
14421         * dns.el (query-dns-cached): New function.
14422
14423 2005-05-26  Lute Kamstra  <lute@gnu.org>
14424
14425         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14426
14427 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14428
14429         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14430
14431         * gnus-art.el: Don't autoload mail-extract-address-components.
14432
14433         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14434         eval-and-compile to evaluate it.
14435
14436         * hashcash.el: Don't autoload executable-find.
14437
14438         * nndb.el: Don't declare the nndb back end two or more times; don't
14439         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14440
14441         * nntp.el: Autoload format-spec instead of format; use
14442         eval-and-compile to evaluate autoload forms.
14443
14444 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14445
14446         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14447
14448 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14449
14450         * gnus.el (gnus-version-number): Bump version.
14451
14452 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14453
14454         * gnus.el: No Gnus v0.3 is released.
14455
14456 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14457
14458         * lpath.el (featurep): Bind show-nonbreak-escape.
14459
14460 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14461
14462         * gnus-art.el (gnus-article-edit-part): Disable undo.
14463
14464 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14465
14466         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14467         gnus-article-date-lapsed-new-header is t if date timer is active;
14468         skip headers in which the original date value is empty.
14469         (gnus-article-save-original-date): Redefine it as a macro.
14470         (gnus-display-mime): Use it.
14471
14472 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14473
14474         * gnus-art.el (article-date-ut): Support converting date in
14475         forwarded parts as well.
14476         (gnus-article-save-original-date): New function.
14477         (gnus-display-mime): Use it.
14478
14479 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14480
14481         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14482         enclosure element of <item>.
14483
14484 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14485
14486         * message.el (message-kill-buffer-query): Rename from
14487         `message-kill-buffer-query-if-modified'.  Add :version.
14488
14489 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14490
14491         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14492         window layout.
14493
14494 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14495
14496         * mml.el: Autoload dnd when compiling.
14497
14498 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14499
14500         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14501         x-dnd-*.
14502
14503 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14504
14505         * qp.el (quoted-printable-encode-region): Save excursion.
14506
14507 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14508
14509         * message.el (message-kill-buffer-query-if-modified): Add new variable
14510         so the user can kill a modified message buffer quickly.
14511         (message-kill-buffer): Use it.
14512
14513 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14514
14515         * lpath.el: Fbind display-time-event-handler; don't fbind
14516         string-to-multibyte.
14517
14518         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14519
14520 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14521
14522         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14523         contained in text because xml.el decodes entities) with LFs.
14524
14525 2005-04-11  Lute Kamstra  <lute@gnu.org>
14526
14527         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14528         differently.
14529
14530 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14531
14532         * mm-util.el (mm-detect-coding-region): Typo.
14533
14534 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14535
14536         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14537
14538 2005-04-06  Deepak Goel  <deego@gnufans.org>
14539
14540         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14541         user-function allow user modifications of the scores.
14542         (spam-stat-score-buffer-user): New function, to allow
14543         user-computed modifications to the score.
14544         (spam-stat-score-buffer-user-functions): List of additional
14545         scoring functions.
14546         (spam-stat-error-holder): Global temporary error holder.
14547         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14548         variable.
14549
14550 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14551
14552         * gnus-registry.el (gnus-registry-clean-empty-function)
14553         (gnus-registry-trim, gnus-registry-fetch-groups)
14554         (gnus-registry-delete-group): Groups that match
14555         `gnus-registry-ignored-groups' are removed from the registry
14556         entries, not just ignored for splitting.  This helps clean up the
14557         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14558         to get all the groups a message ID is in.
14559
14560         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14561         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14562         (spam-stat-score-buffer-user-functions): Add :number custom type.
14563
14564 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14567         argument in XEmacs.
14568
14569         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14570         (nnrss-request-group): Decode group name first.
14571         (nnrss-request-article): Make a text/plain article if mml-to-mime
14572         failed.
14573         (nnrss-get-encoding): Return a compatible encoding according to
14574         nnrss-compatible-encoding-alist.
14575         (nnrss-find-el): Use consp instead of listp.
14576         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14577
14578 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14579
14580         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14581         which Emacs 20 doesn't support.
14582         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14583
14584 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14585
14586         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14587         silence the byte compiler inside the defun.
14588
14589         * gnus-demon.el (parse-time-string): Add autoload.
14590
14591         * gnus-delay.el (parse-time-string): Add autoload.
14592
14593         * gnus-art.el (parse-time-string): Add autoload.
14594
14595         * nnultimate.el (parse-time): Require for `parse-time-string'.
14596
14597 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14598
14599         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14600
14601         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14602
14603         * smime.el (smime-ldap-host-list): Add :version.
14604
14605 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14606
14607         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14608         pass it to `gnus-browse-read-group'.
14609         (gnus-browse-read-group): Add NUMBER argument and pass it to
14610         `gnus-group-read-ephemeral-group'.
14611
14612         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14613         argument and pass it to `gnus-group-read-group'.
14614
14615 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14616
14617         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14618         mm-xemacs-find-mime-charset-1 if we have the mule feature
14619         available at runtime.
14620
14621 2005-03-25  Werner Lemberg  <wl@gnu.org>
14622
14623         * nnmaildir.el: Replace `illegal' with `invalid'.
14624
14625 2005-03-23  Lute Kamstra  <lute@gnu.org>
14626
14627         * time-date.el: Add comment on time value formats.
14628         Don't require parse-time.
14629         (with-decoded-time-value): New macro.
14630         (encode-time-value): New function.
14631         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14632         (days-to-time): Return a valid time value when arg is huge.
14633         (time-since): Use time-subtract.
14634         (time-to-number-of-days): Use time-to-seconds.
14635
14636 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14637
14638         * gnus-start.el (gnus-display-time-event-handler):
14639         Check display-time-timer at runtime rather than only at load time
14640         in case display-time-mode is turned off in the mean time.
14641
14642 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14643
14644         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14645         used.
14646
14647         * nneething.el (nneething-map-file-directory): Derive from
14648         `gnus-directory'.
14649
14650         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14651         the To/Cc button.
14652
14653 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14654
14655         * nnmaildir.el (nnmaildir-request-accept-article):
14656         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14657
14658 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14659
14660         * gnus-async.el: Require timer-funcs at compile time when in
14661         XEmacs for `run-with-idle-timer'.
14662
14663 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14664
14665         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14666         autoloaded function.
14667
14668 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14669
14670         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14671
14672 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14673
14674         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14675
14676 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14677
14678         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14679         Add gnus-expert-user to default.
14680
14681 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14682
14683         * nnimap.el (nnimap-open-server): Ditto.
14684
14685         * imap.el (imap-authenticate): Fix typo.
14686
14687 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14688
14689         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14690         buffer (since IMAP server might return FETCH response out of
14691         order, and the nntp buffer must be sorted).
14692
14693 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14694
14695         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14696         comparison on string.
14697
14698         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14699         (gnus-agent-score): Rename category keywords to match gnus-cus.
14700         (gnus-agent-summary-fetch-series): Modify to protect against
14701         gnus-agent-summary-fetch-group clearing processable flags.
14702         (gnus-agent-synchronize-group-flags): Update live group buffer as
14703         synchronization may occur due to the user toggle the plugged
14704         status.
14705         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14706         successfully downloaded.
14707         (gnus-agent-expire-group-1): Avoid using markers when the overview
14708         is in ascending order; greatly improves performance.
14709         (gnus-agent-regenerate-group):
14710         Use gnus-agent-synchronize-group-flags to reset read status in both
14711         gnus and server.
14712         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14713
14714 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14715
14716         * message.el: Don't autoload former message-utils variables.
14717         (message-strip-subject-trailing-was): Change doc string.
14718
14719         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14720         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14721         (nnweb-google-search): Add "hl=en" here.
14722         (nnweb-google-parse-1, nnweb-google-create-mapping):
14723         Don't hardcode URL.
14724
14725 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14726
14727         * message.el (message-get-reply-headers, message-followup):
14728         Mention related variables `message-use-followup-to' and
14729         `message-use-mail-followup-to', in the information buffer.
14730
14731         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14732         of broken groups(-beta).google.com.
14733
14734 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14735
14736         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14737         parameter to invoked gnus-request-move-article; remove the
14738         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14739         all at once instead of once per article.
14740         (gnus-summary-remove-process-mark): Accept a list of articles as
14741         well as a single article for processing.
14742
14743         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14744         parameter.
14745
14746         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14747
14748         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14749
14750         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14751         parameter.
14752
14753         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14754         parameter.
14755
14756         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14757         parameter and remove the gnus-sum-hint-move-is-internal variable.
14758
14759         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14760         parameter.
14761
14762         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14763         parameter.
14764
14765         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14766         parameter.
14767
14768         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14769
14770         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14771         parameter.
14772
14773         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14774         parameter.
14775
14776 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14777
14778         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14779         a more conservative way.
14780
14781 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14782
14783         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14784         buffer, so it moves the window's cursor.
14785
14786 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14787
14788         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14789         `mm-dissect-multipart' and receive the from field as an (optional)
14790         argument from `mm-dissect-multipart'.
14791         (mm-dissect-multipart): Receive the from field as an argument and
14792         pass it on when we call `mm-dissect-buffer' on MIME parts.
14793         Fixes verification/decryption of signed/encrypted MIME parts.
14794
14795 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14796
14797         * gnus-sum.el (gnus-summary-move-article):
14798         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14799         whatever it calls (right now, only nnimap-request-move article
14800         respects it).
14801
14802         * nnimap.el (nnimap-request-move-article):
14803         When gnus-sum-hint-move-is-internal is set, don't do the extra
14804         nnimap-request-article.
14805
14806 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14807
14808         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14809
14810         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14811         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14812
14813         * gnus-sum.el (gnus-summary-caesar-message):
14814         Apply `gnus-treat-article' after rotation.
14815
14816         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14817         doc string.
14818
14819 2005-02-22  Simon Josefsson  <jas@extundo.com>
14820
14821         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14822         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14823         <arne@arnested.dk>.
14824         (encrypt): Add password-cache and password-cache-expiry as group
14825         members.
14826
14827 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14828
14829         * smime.el (smime-ldap-host-list): Doc fix.
14830         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14831         cache) password.
14832         (smime-sign-region): Use it.
14833         (smime-decrypt-region): Use it.
14834         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14835         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14836         fails.
14837         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14838         certificate from DER to PEM format rather than calling openssl.
14839
14840         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14841
14842         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14843         for signing/encryption.
14844
14845         * mml.el (mml-parse-1): Use them.
14846
14847 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14848
14849         * nnrss.el (nnrss-verbose): Remove.
14850         (nnrss-request-group): Use `nnheader-message' instead.
14851
14852 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14853
14854         * nnrss.el (nnrss-verbose): New variable.
14855         (nnrss-request-group): Make it say nnrss is requesting a group.
14856
14857 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14858
14859         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14860         Handle news URL with given port correctly.
14861
14862 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14863
14864         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14865         containing special characters.
14866
14867         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14868
14869         * mml.el (mime-to-mml): Ditto.
14870
14871         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14872         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14873         (rfc2047-decode-region): Quote decoded words containing special
14874         characters when rfc2047-quote-decoded-words-containing-tspecials
14875         is non-nil.
14876
14877 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14878
14879         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14880
14881         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14882
14883 2005-02-15  Simon Josefsson  <jas@extundo.com>
14884
14885         * nnimap.el (nnimap-debug): Doc fix.
14886
14887         * imap.el (imap-debug): Doc fix.
14888
14889 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14890
14891         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14892
14893 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14894
14895         * gnus.el (spam-contents): Improve docs for spam-contents
14896         parameter in its variable incarnation.
14897
14898 2005-02-14  Simon Josefsson  <jas@extundo.com>
14899
14900         * smime-ldap.el: Use require instead of load-library for ldap.
14901         (smime-ldap-search): Indent.
14902         (smime-ldap-search-internal): Shorten line.
14903
14904         * smime.el (smime-cert-by-dns): Add doc-string.
14905         (smime-cert-by-ldap-1): Indent.
14906
14907         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14908         mml-smime-get-dns-ldap.
14909         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14910
14911 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14912
14913         * smime.el: Require smime-ldap.
14914         (smime-ldap-host-list): New variable.
14915         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14916
14917         * mml-smime.el (mml-smime-encrypt-query): New function.
14918         (mml-smime-encrypt-query): Use it.
14919
14920         * smime-ldap.el: New file.
14921
14922 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14923
14924         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14925
14926 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14927
14928         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14929         argument in doc string.  Make query for type more clear.
14930
14931 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14932
14933         * gnus.el (gnus-group-startup-message): Search for gnus images in
14934         etc/images/gnus.
14935         * mm-util.el (mm-image-load-path): Likewise.
14936         * smiley.el (smiley-data-directory): Search for smilies in
14937         etc/images/smilies.
14938
14939 2005-02-09  Kim F. Storm  <storm@cua.dk>
14940
14941         Change Emacs release version from 21.4 to 22.1 throughout.
14942         Change Emacs development version from 21.3.50 to 22.0.50.
14943
14944 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14945
14946         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14947
14948         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14949         non-Mule XEmacs as well.
14950         (mm-decompress-buffer): Signal an error intentionally if it does
14951         not decompress compressed data because auto-compression-mode is
14952         disabled.
14953
14954 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14955
14956         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14957         an ID in the registry even if it has no groups.
14958
14959 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14962         merge it into mm-decompress-buffer.
14963         (gnus-mime-copy-part): Use the MIME part charset, the value which
14964         a user specified or gnus-newsgroup-charset for decoding, like
14965         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14966         save-buffer what was used.  Suggested by Kevin Ryde
14967         <user42@zip.com.au>.
14968         (gnus-mime-inline-part): Allow the name parameter as well as the
14969         filename parameter; force decompressing of compressed data; always
14970         display contents being not decoded as unibyte.
14971
14972         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14973         as well as the filename parameter.
14974
14975         * mm-util.el (mm-decompress-buffer):
14976         Merge gnus-mime-jka-compr-maybe-uncompress.
14977         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14978         of compressed data.
14979
14980 2005-02-08  Simon Josefsson  <jas@extundo.com>
14981
14982         * imap.el (imap-log): Doc fix.
14983
14984 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14985
14986         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14987         the coding cookies; decompress compressed parts.
14988
14989         * mml.el (mml-generate-mime-1): Add the charset parameter according
14990         to the value which a user specified manually or the coding cookie.
14991
14992         * mm-util.el (mm-string-to-multibyte): New function.
14993         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14994         (mm-coding-system-to-mime-charset): New function.
14995         (mm-decompress-buffer): New function.
14996         (mm-find-buffer-file-coding-system): New function.
14997
14998         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14999         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15000         parts.
15001
15002 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15003
15004         * mm-view.el (mm-display-inline-fontify): Decode a part according
15005         to the charset parameter.
15006
15007 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15008
15009         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15010         prefix arg is neither nil nor a number, as info specifies.
15011
15012 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15013
15014         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15015         timestamps.
15016
15017 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15018
15019         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15020         groups error checking and notify user.
15021
15022 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15023
15024         * message.el (message-send-mail-function): Check existence of
15025         sendmail-program first before using default value
15026         `message-send-mail-with-sendmail'.  Otherwise use more generic
15027         `smtpmail-send-it'.
15028
15029 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15030
15031         * nntp.el (nntp-request-update-info): Always return nil.
15032
15033 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15034
15035         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15036
15037 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15038
15039         * message.el (message-beginning-of-line): Change the behavior when
15040         invoked between BOL and : so that it first moves backward.
15041
15042 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15043
15044         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15045         article buffer when editing of the article is discarded.
15046         (gnus-article-prepare): Revert.
15047
15048 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15049
15050         * gnus-art.el (gnus-article-prepare):
15051         Remove message-strip-forbidden-properties from the local hook.
15052
15053 2005-01-27  Simon Josefsson  <jas@extundo.com>
15054
15055         * password.el (password-cache-add): Only start one timer per key.
15056         Reported by Derek Atkins <warlord@MIT.EDU>.
15057
15058 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15059
15060         * run-at-time.el: Remove.  It is no longer needed as
15061         timer-funcs.el in the xemacs-base package has a working version of
15062         `run-at-time'.
15063
15064         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15065
15066         * password.el: Require timer-funcs instead of run-at-time in
15067         XEmacs.
15068         Remove `password-run-at-time' macro.
15069         (password-cache-add): Use `run-at-time' instead of
15070         `password-run-at-time'.
15071
15072         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15073         Remove `nnheader-cancel-function-timers' alias,
15074         `cancel-function-timers' exists in XEmacs in timer-funcs.
15075
15076         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15077         for `run-with-idle-timer'.
15078
15079         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15080         for `run-at-time'.
15081
15082         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15083         for `with-timeout'.
15084
15085         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15086         the same as for XEmacs 21.4.
15087         No need to ignore `run-with-idle-timer', this function exists in
15088         XEmacs now in timer-funcs.el in the xemacs-base package.
15089         (dgnushack-compile): No need to delete
15090         run-at-time.el from the list of files to compile because it
15091         doesn't exist anymore.
15092
15093 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15094
15095         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15096         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15097
15098 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15099
15100         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15101         sensitively.
15102
15103 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15104
15105         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15106
15107 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15108
15109         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15110         which will be inserted according to the multibyteness of a buffer
15111         rather than the type of contents.  Suggested by ARISAWA Akihiro
15112         <ari@mbf.ocn.ne.jp>.
15113
15114         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15115         of string which old xml.el may return rather than a string.
15116
15117 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15118
15119         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15120
15121 2005-01-16  Simon Josefsson  <jas@extundo.com>
15122
15123         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15124         idn/idna.el isn't available.
15125         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15126         <michael@waxrat.com>.
15127
15128         * hashcash.el: Remove non-FSF copyright header.
15129
15130         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15131         (hashcash-generate-payment): Use it.
15132         (hashcash-generate-payment-async): Use it.
15133
15134 2005-01-15  Simon Josefsson  <jas@extundo.com>
15135
15136         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15137         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15138
15139         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15140         gnus-summary-idna-message.
15141         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15142         (gnus-summary-idna-message): New function.
15143
15144 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15145
15146         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15147         gnus-novice-user.
15148
15149 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15150
15151         * nnrss.el (nnrss-request-delete-group): Delete entries in
15152         nnrss-group-alist as well.
15153         (nnrss-save-server-data): Insert newline.
15154
15155 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15156
15157         * gnus.el (gnus-user-agent): Use list of symbols instead of
15158         symbols.  Display full version number for (S)XEmacs.
15159         Optionally display (S)XEmacs codename.
15160
15161         * gnus-util.el (gnus-emacs-version): Update for new
15162         `gnus-user-agent'.
15163
15164         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15165         Gnus version.
15166
15167 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15168
15169         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15170         which is unreadable in some setups.
15171
15172 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15173
15174         * gnus-spec.el (gnus-update-format-specifications): Flush the
15175         group format spec cache if it doesn't support decoded group names.
15176
15177 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15178
15179         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15180         Allow to apply decay on score files matching a regexp.
15181
15182 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15183
15184         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15185         compatibility in %g and %c.
15186
15187 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15188
15189         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15190         name for only %g and %c.
15191         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15192         of gnus-tmp-group to decoded group name.
15193         (gnus-group-make-rss-group): Exclude `/'s from group names.
15194
15195 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15196
15197         * nnrss.el (nnrss-get-encoding): Fix regexp.
15198
15199 2004-12-27  Simon Josefsson  <jas@extundo.com>
15200
15201         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15202         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15203         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15204
15205 2004-12-17  Kim F. Storm  <storm@cua.dk>
15206
15207         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15208
15209         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15210
15211 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15212
15213         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15214
15215 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15216
15217         * nnrss.el: Require rfc2047 and mml.
15218         (nnrss-file-coding-system): New variable.
15219         (nnrss-format-string): Redefine it as an inline function.
15220         (nnrss-decode-group-name): New function.
15221         (nnrss-string-as-multibyte): Remove.
15222         (nnrss-retrieve-headers): Decode group name; don't use
15223         nnrss-format-string.
15224         (nnrss-request-group): Decode group name.
15225         (nnrss-request-article): Decode group name; allow a Message-ID as
15226         well as an article number; don't use nnrss-format-string; encode a
15227         Message-ID string which may contain non-ASCII characters; use
15228         mml-to-mime to compose a MIME article.
15229         (nnrss-request-expire-articles): Decode group name.
15230         (nnrss-request-delete-group): Decode group name.
15231         (nnrss-fetch): Clarify error message.
15232         (nnrss-read-server-data): Use insert-file-contents instead of load;
15233         bind file-name-coding-system; use multibyte buffer.
15234         (nnrss-save-server-data): Bind coding-system-for-write to the
15235         value of nnrss-file-coding-system; bind file-name-coding-system;
15236         add coding cookie.
15237         (nnrss-read-group-data): Use insert-file-contents instead of load;
15238         bind file-name-coding-system; use multibyte buffer.
15239         (nnrss-save-group-data): Bind coding-system-for-write to the
15240         value of nnrss-file-coding-system; bind file-name-coding-system.
15241         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15242         make it work with non-ASCII text.
15243         (nnrss-find-el): Make it work with old xml.el as well.
15244
15245 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15246
15247         * nnrss.el (nnrss-get-encoding): New function.
15248         (nnrss-fetch): Use unibyte buffer initially; bind
15249         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15250         decode contents according to the encoding attribute.
15251         (nnrss-save-group-data): Add coding cookie.
15252         (nnrss-mime-encode-string): New function.
15253         (nnrss-check-group): Use it to encode subject and author.
15254
15255 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15256
15257         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15258         imaginary variable.
15259
15260 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15261
15262         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15263         correctly even if there are wide characters.
15264
15265 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15266
15267         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15268         downcased symbol names; make a new cache instead of reusing
15269         bbdb-hashtable.
15270
15271 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15272
15273         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15274         concatenating segments rather than before concatenating them.
15275         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15276
15277         * message.el (message-get-reply-headers): Bind `extra'.
15278
15279 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15280
15281         * message.el (message-extra-wide-headers): New variable.
15282         (message-get-reply-headers): Use it.
15283
15284 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15285
15286         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15287         (gnus-agent-group-pathname): Ditto.
15288
15289         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15290
15291         * gnus-group.el (gnus-group-make-group): Decode group name.
15292         (gnus-group-make-rss-group): Register the group data after opening
15293         the nnrss group.
15294
15295 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15296
15297         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15298         by expiry now get marked as read.
15299
15300 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15303
15304 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15305
15306         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15307         unify Latin characters in XEmacs.
15308         (mm-find-mime-charset-region): Use it.
15309
15310 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15311
15312         * gnus-util.el (gnus-delete-directory): New function.
15313
15314         * gnus-agent.el (gnus-agent-delete-group): Use it.
15315
15316         * gnus-cache.el (gnus-cache-delete-group): Use it.
15317
15318 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15319
15320         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15321         names.
15322
15323 2004-12-16  Simon Josefsson  <jas@extundo.com>
15324
15325         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15326
15327 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15328
15329         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15330
15331         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15332         (gnus-group-set-current-level): Decode group name.
15333
15334 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15335
15336         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15337         failed.
15338
15339 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15340
15341         * gnus-group.el (gnus-group-delete-group): Decode group name.
15342         (gnus-group-make-rss-group): Encode group name.
15343         (gnus-group-catchup-current): Decode group name.
15344         (gnus-group-kill-group): Decode group name.
15345
15346 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15347
15348         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15349
15350 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15351
15352         * gnus-group.el (gnus-group-make-rss-group):
15353         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15354
15355         * gnus-start.el (gnus-setup-news): Honor user's setting to
15356         gnus-message-archive-method.  Suggested by Lute Kamstra
15357         <lute@gnu.org>.
15358
15359 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15360
15361         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15362         global counterparts of the buffer-local variables.
15363
15364 2004-11-16  Romain Francoise  <romain@orebokech.com>
15365
15366         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15367         counterparts of the buffer-local variables.
15368
15369 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15370
15371         * message.el (message-forbidden-properties): Fix typo in doc
15372         string.
15373
15374 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15375
15376         * gnus-util.el (gnus-replace-in-string): Add doc string.
15377
15378         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15379         to avoid problems when splitting mails with many recipients.
15380
15381 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15382
15383         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15384         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15385
15386 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15387
15388         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15389         if there is no hashtable in memory or file modification time is
15390         newer than cached timestamp.
15391
15392 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15393
15394         * gnus-sum.el (gnus-summary-limit-to-recipient):
15395         Implement not-matching option.
15396
15397 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15398
15399         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15400         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15401         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15402         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15403         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15404         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15405
15406 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15407
15408         * message.el (message-forward-make-body-mml): Remove headers
15409         according to message-forward-ignored-headers if a message is decoded.
15410
15411 2004-12-02  Romain Francoise  <romain@orebokech.com>
15412
15413         * message.el (message-forward-make-body-plain): Always remove
15414         headers according to message-forward-ignored-headers.
15415
15416 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15417
15418         * spam.el (spam-summary-prepare-exit): Remove the
15419         gnus-summary-limit pop for now, it has problems with ham marks for
15420         me.
15421
15422 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15423
15424         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15425         correctly.
15426
15427 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15428
15429         * format-spec.el (format-spec): Message the char.
15430
15431 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15432
15433         * gnus-art.el (gnus-split-methods): Reformat comments.
15434
15435         * spam.el (spam-summary-prepare-exit): Remove article limits
15436         before exiting the summary buffer.
15437
15438 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15439
15440         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15441         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15442
15443         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15444         order to silence the byte compiler.
15445
15446         * spam.el: Fix the way to silence the byte compiler, which
15447         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15448         bbdb-search-simple, spam-BBDB-register-routine,
15449         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15450         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15451         spam-stat-buffer-is-spam, spam-stat-load,
15452         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15453         spam-stat-save and spam-stat-split-fancy.
15454
15455 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15456
15457         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15458         which may confuse users.
15459         (canlock-password-for-verify): Ditto.
15460
15461         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15462
15463         * gnus-art.el (gnus-emphasis-alist): Ditto.
15464
15465         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15466
15467         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15468
15469         * gnus-start.el (gnus-save-killed-list): Ditto.
15470
15471         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15472         (gnus-sum-thread-tree-root): Ditto.
15473         (gnus-sum-thread-tree-false-root): Ditto.
15474         (gnus-sum-thread-tree-single-indent): Ditto.
15475
15476         * message.el (message-courtesy-message): Ditto.
15477         (message-archive-note): Ditto.
15478         (message-subscribed-address-file): Ditto.
15479         (message-user-fqdn): Ditto.
15480
15481         * spam-report.el (spam-report-gmane-regex): Ditto.
15482
15483         * spam.el (spam-blackhole-good-server-regex): Ditto.
15484
15485 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15486
15487         * mml.el (mml-preview): Widen the message buffer before copying
15488         the contents to the preview buffer; sort headers before previewing.
15489
15490         * message.el (message-hidden-headers): Fix the way to avoid a bug
15491         in the `repeat' widget in Emacs 21.3 or earlier.
15492
15493 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15494
15495         * message.el (message-hidden-headers): Default to "^References:".
15496         Improve customization type.  Suggested by Reiner Steib
15497         <Reiner.Steib@gmx.de>.
15498
15499 2004-11-25  Romain Francoise  <romain@orebokech.com>
15500
15501         * message.el (message-strip-forbidden-properties): Remove check for
15502         obsolete `message-hidden' text property, hidden headers are not
15503         accessible in the buffer anymore.
15504
15505 2004-11-22  Romain Francoise  <romain@orebokech.com>
15506
15507         * message.el (message-header-format-alist): Add `From' in list
15508         so that it can be sorted.
15509         (message-fix-before-sending): Widen and sort headers before
15510         sending.
15511         (message-hide-headers): Use narrowing to hide headers by moving
15512         them to the top of the buffer and narrowing to the region
15513         underneath.
15514
15515 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15516
15517         * message.el (message-strip-forbidden-properties):
15518         Bind buffer-read-only (etc) to nil.
15519
15520 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15523         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15524
15525 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15526
15527         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15528
15529 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15530
15531         * dns.el (query-dns): Use sit-for to time instead of
15532         accept-process-output, since that doesn't seem to work on udp
15533         sockets.
15534
15535 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15536
15537         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15538
15539 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15540
15541         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15542         doc string.  Improve doc string.
15543
15544 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15545
15546         * nntp.el (nntp-request-update-info): Return nil if
15547         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15548         may not call gnus-activate-group which uselessly issues the GROUP
15549         commands for all nntp groups and wastes time.  Reported by Romain
15550         Francoise <romain@orebokech.com>.
15551
15552         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15553
15554 2004-11-15  Simon Josefsson  <jas@extundo.com>
15555
15556         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15557         headers separately.
15558         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15559         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15560
15561 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15562
15563         * gnus-start.el (gnus-convert-old-newsrc):
15564         Assign legacy-gnus-agent to 5.10.7.
15565
15566 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15567
15568         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15569         start of the lines.
15570
15571 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15572
15573         * hashcash.el (hashcash-default-payment): Change default to 20.
15574         (hashcash-default-accept-payment): Change default to 20.
15575         (hashcash-process-alist): New variable.
15576         (hashcash-generate-payment-async): Add.
15577         (hashcash-already-paid-p): Add.
15578         (hashcash-insert-payment): Don't generate payments twice.
15579         (hashcash-insert-payment-async): Add.
15580         (hashcash-insert-payment-async-2): Add.
15581         (hashcash-cancel-async): Add.
15582         (hashcash-wait-async): Add.
15583         (hashcash-processes-running-p): Add.
15584         (hashcash-wait-or-cancel): Add.
15585         (mail-add-payment): New optional argument.  Conditionally start
15586         asynchronous calculation.
15587         (mail-add-payment-async): Add.
15588
15589         * message.el (message-send-mail): Wait for asynchronous hashcash
15590         results.  Don't clobber existing X-Hashcash headers.
15591         (message-setup-1): Call mail-add-payment-async when
15592         message-generate-hashcash is non-nil.
15593
15594 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15595
15596         * message.el (message-use-alternative-email-as-from): Examine the
15597         From header as well; use message-make-from in order to include a
15598         user's full name.
15599
15600 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15601
15602         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15603         default; improve customization type.
15604         (gnus-emphasis-custom-with-format): New macro.
15605         (gnus-emphasis-custom-value-to-external): New function.
15606         (gnus-emphasis-custom-value-to-internal): New function.
15607
15608 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15609
15610         * dns.el (query-dns): Resolve reverse addresses.
15611
15612 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15613
15614         * gnus-group.el (gnus-group-get-new-news): Use it.
15615
15616         * gnus-start.el (gnus-check-reasonable-setup): New function.
15617
15618 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15619
15620         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15621         "Args out of range" error.  Reported by Arnaud Giersch
15622         <arnaud.giersch@free.fr>.
15623
15624 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15625
15626         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15627
15628 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15629
15630         * spam.el (spam group): Add :version.
15631
15632         * pgg-def.el (pgg group): Add :version.
15633
15634 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15635
15636         * gnus-art.el (gnus-article-edit-article): Don't associate the
15637         article buffer with a draft file.  This is a temporary measure
15638         against the 2004-08-22 change to gnus-article-edit-mode.
15639
15640 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15641
15642         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15643         (html2text-format-tags): Remove unused variable `attr'.
15644
15645 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15646
15647         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15648
15649         * tls.el (tls-process-connection-type, tls-success)
15650         (tls-certtool-program): Add :version.
15651
15652         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15653         (starttls-extra-arguments, starttls-process-connection-type)
15654         (starttls-connect, starttls-failure, starttls-success): Add :version.
15655
15656         * spam-stat.el (spam-stat): Add :version.
15657
15658         * sieve.el (sieve): Add :version.
15659
15660         * sha1.el (sha1): Add :version.
15661         (sha1-use-external): Remove redundant version.
15662
15663         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15664         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15665         (nnmail-split-fancy-match-partial-words)
15666         (nnmail-split-lowercase-expanded): Add :version.
15667
15668         * nndiary.el (nndiary): Add :version.
15669
15670         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15671
15672         * mml-sec.el (mml-default-sign-method)
15673         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15674         Add :version.
15675
15676         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15677
15678         * mm-url.el (mm-url-use-external, mm-url-program)
15679         (mm-url-arguments): Add :version.
15680
15681         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15682         (mm-attachment-file-modes, mm-decrypt-option)
15683         (mm-w3m-safe-url-regexp): Add :version.
15684
15685         * message.el (message-cite-prefix-regexp)
15686         (message-sendmail-envelope-from, message-minibuffer-local-map)
15687         (message-user-fqdn, message-completion-alist): Add :version.
15688
15689         * gnus-win.el (gnus-configure-windows-hook)
15690         (gnus-use-frames-on-any-display): Add :version.
15691
15692         * gnus-art.el (gnus-article-address-banner-alist)
15693         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15694         (gnus-treat-from-picon, gnus-treat-mail-picon)
15695         (gnus-treat-x-pgp-sig): Add :version.
15696
15697         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15698         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15699         (gnus-summary-article-delete-hook)
15700         (gnus-summary-display-while-building): Add :version.
15701
15702         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15703         (gnus-get-top-new-news-hook): Add :version.
15704
15705         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15706         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15707
15708         * gnus-registry.el (gnus-registry): Add :version.
15709
15710         * gnus-spec.el (gnus-use-correct-string-widths)
15711         (gnus-make-format-preserve-properties): Add :version.
15712
15713         * gnus.el (gnus-group-charter-alist)
15714         (gnus-group-fetch-control-use-browse-url)
15715         (gnus-install-group-spam-parameters): Add :version.
15716
15717         * gnus-diary.el (gnus-diary): Add :version.
15718
15719         * gnus-delay.el (gnus-delay): Add :version.
15720
15721         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15722         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15723         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15724         Add :version.
15725
15726         * gnus-agent.el (gnus-agent-max-fetch-size)
15727         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15728         (gnus-agent-prompt-send-queue): Add :version.
15729
15730         * deuglify.el (gnus-outlook-deuglify): Add :version.
15731
15732         * html2text.el: Beautify code.  Improve doc strings.
15733         Some checkdoc cleanup.
15734         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15735
15736 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15737
15738         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15739
15740 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15741
15742         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15743         when package is loaded.
15744
15745         * spam.el (spam-summary-score-preferred-header): Add global preference
15746         for people who want to override the default SpamAssassin over
15747         Bogofilter preference (when both are set).
15748         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15749         (spam-user-format-function-S):
15750         Check spam-summary-score-preferred-header.
15751         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15752         (spam-user-format-function-S): Format the score correctly.
15753
15754 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15755
15756         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15757         signature file.  Suggested by Manoj Srivastava
15758         <srivasta@golden-gryphon.com>.
15759
15760         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15761         iso-2022-jp even in the Japanese language environment.
15762         Suggested by Jason Rumney <jasonr@gnu.org>.
15763
15764 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15765
15766         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15767         use the same characters as the dummy marks; make it free from
15768         getting affected by the language environment.
15769         (gnus-summary-read-group-1): Update mark positions only when the
15770         format spec is updated.
15771
15772         * gnus-spec.el (gnus-update-format-specifications): Return a list
15773         of updated types.
15774
15775 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15776
15777         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15778         of boundp to check if display-warning is available.
15779
15780 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15781
15782         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15783
15784 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15785
15786         * nnspool.el (nnspool-spool-directory): Use news-path if the
15787         news-directory variable is not bound.
15788
15789         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15790         function instead of display-warning if it is not available.
15791
15792 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15793
15794         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15795         v5-10: Use `point-at-bol'.
15796
15797 2004-10-26  Simon Josefsson  <jas@extundo.com>
15798
15799         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15800         <chenggao@gmail.com>.
15801
15802 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15803
15804         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15805         instead.
15806
15807 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15808
15809         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15810         to remove a server from the nnimap-server-buffer-alist.
15811         (nnimap-open-connection, nnimap-close-server): Use it.
15812
15813         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15814
15815 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15816
15817         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15818         running the major-mode function.
15819
15820 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15823         dummy marks in the right way.
15824
15825 2004-10-18  David Edmondson  <dme@dme.org>
15826
15827         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15828         excessively.
15829
15830 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15831
15832         * gnus-util.el (gnus-split-references): Accept a nil references
15833         string and go on blissfully.
15834
15835         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15836         cases where the references string is non-nil but has no references.
15837
15838         * encrypt.el: Add autoload tags.
15839
15840         * spam.el (spam-resolve-registrations-routine): Remove article
15841         from unregistration list too.  Reported by David Hanak
15842         <dhanak@isis.vanderbilt.edu>
15843
15844 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15845
15846         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15847         nil.  Change custom type.
15848
15849 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15850
15851         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15852
15853         * gnus-sum.el (gnus-summary-move-article): Use it.
15854
15855 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15856
15857         * encrypt.el: Add autoload cookies.
15858
15859         * spam.el (spam-backend-article-list-property)
15860         (spam-backend-get-article-todo-list)
15861         (spam-backend-put-article-todo-list)
15862         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15863         Resolve registrations separately.
15864         (spam-register-routine): Format comments.
15865         (spam-unregister-routine, spam-register-routine): Always call with
15866         specific-articles, no default list.
15867         (spam-summary-prepare-exit): Use the spam-classifications function.
15868
15869         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15870         gnus-encrypt.el.
15871
15872         * encrypt.el: Copied from gnus-encrypt.el.
15873
15874         * gnus-encrypt.el: Commented that it's obsolete.
15875
15876 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15877
15878         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15879         (gnus-score-save): Use it.
15880
15881         * message.el (message-bury): Use `window-dedicated-p'.
15882
15883 2004-10-15  Simon Josefsson  <jas@extundo.com>
15884
15885         * pop3.el (top-level): Don't require nnheader.
15886         (pop3-read-timeout): Add.
15887         (pop3-accept-process-output): Add.
15888         (pop3-read-response, pop3-retr): Use it.
15889
15890 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15891
15892         * spam.el (spam-register-routine): Move comment.
15893         (spam-verify-bogofilter): Use 'unknown for the initial
15894         spam-bogofilter-valid state, not 'never.
15895
15896         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15897         for netrc-machine.
15898
15899         * nnimap.el (nnimap-open-connection):
15900         Use netrc-machine-user-or-password.
15901
15902 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15903
15904         * gnus-registry.el (gnus-registry-unload-hook):
15905         Set as a variable with add-hook.
15906
15907         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15908         of news-path.
15909
15910         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15911
15912         * spam.el: Delete duplicate `provide'.
15913         (spam-unload-hook): Set as a variable with add-hook.
15914
15915 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15916
15917         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15918         in the doc string.
15919
15920         * message.el (message-ignored-news-headers)
15921         (message-ignored-supersedes-headers)
15922         (message-ignored-resent-headers)
15923         (message-forward-ignored-headers): Improve custom type.
15924
15925 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15926
15927         * message.el (message-tokenize-header): Fix 2004-09-06 change
15928         which used point-min in the wrong place.
15929
15930 2004-10-12  Simon Josefsson  <jas@extundo.com>
15931
15932         * tls.el (tls-certtool-program): New variable.
15933         (tls-certificate-information): New function, based on
15934         ssl-certificate-information.
15935
15936 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15937
15938         * compface.el: Move the version of ELisp-based uncompface program
15939         to the contrib directory because of the copyright problem.
15940
15941 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15942
15943         * message.el (message-kill-buffer): Raise the current frame.
15944
15945 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15946
15947         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15948
15949         * gnus.el (message-y-or-n-p): Autoload.
15950
15951         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15952         (pop3-password-required, pop3-authentication-scheme)
15953         (pop3-leave-mail-on-server): Make customizable.
15954         (pop3): New custom group.
15955         (pop3-retr): Remove `sleep-for' statements.
15956         Suggested by Dave Love <fx@gnu.org>.
15957
15958         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15959         Windows/DOS.
15960
15961         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15962         (imap-parse-body): Fix incorrect use of `assert'.
15963         Suggested by Dave Love <fx@gnu.org>.
15964
15965         * mml.el (mml-minibuffer-read-disposition): Require match.
15966         Suggested by Dave Love <fx@gnu.org>.
15967
15968 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15969
15970         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15971         doc string.
15972
15973 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15974
15975         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15976
15977 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15978
15979         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15980         instead of calling `mm-insert-inline', to decode text/* parts
15981         before displaying them.
15982
15983 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15984
15985         * mm-uu.el (mm-uu-text-plain-type): New variable.
15986         (mm-uu-pgp-signed-extract-1): Use it.
15987         (mm-uu-pgp-encrypted-extract-1): Use it.
15988         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15989         bind mm-uu-text-plain-type with that value.
15990         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15991         mm-uu-dissect.
15992
15993 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15994
15995         * gnus-group.el (gnus-update-group-mark-positions):
15996         * gnus-sum.el (gnus-update-summary-mark-positions):
15997         * message.el (message-check-news-body-syntax):
15998         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15999         of string-as-multibyte.
16000
16001 2004-10-05  Juri Linkov  <juri@jurta.org>
16002
16003         * gnus-group.el (gnus-update-group-mark-positions):
16004         * gnus-sum.el (gnus-update-summary-mark-positions):
16005         * message.el (message-check-news-body-syntax):
16006         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16007         8-bit unibyte values to a multibyte string for search functions.
16008
16009 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16010
16011         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16012         (mm-uu-dissect-text-parts): New function.
16013
16014         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16015         dissect text parts.
16016
16017         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16018         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16019
16020         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16021
16022         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16023         Use gnus-current-topics instead of gnus-current-topic.
16024
16025 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16026
16027         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16028
16029 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16030
16031         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16032         where approriate.
16033
16034         * nnml.el (nnml-generate-active-info): do.
16035
16036         * nndiary.el (nndiary-generate-active-info): do.
16037
16038         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16039         (gnus-topic-move): do.
16040
16041         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16042         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16043
16044         * gnus-srvr.el (gnus-server-prepare)
16045         (gnus-server-open-all-servers): do.
16046
16047         * gnus-msg.el (gnus-summary-cancel-article)
16048         (gnus-summary-resend-message)
16049         (gnus-summary-mail-crosspost-complaint): do.
16050
16051         * gnus-move.el (gnus-change-server): do.
16052
16053         * gnus-group.el (gnus-group-unmark-all-groups)
16054         (gnus-group-set-current-level): do.
16055
16056 2004-10-04  Simon Josefsson  <jas@extundo.com>
16057
16058         * message.el (message-generate-hashcash): Doc fix.
16059
16060 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16061
16062         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16063         avoid infinite recursion via gnus-get-function.
16064
16065 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16066
16067         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16068
16069         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16070
16071         * nnmail.el (nnmail-split-history): do.
16072
16073         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16074         (nnml-request-delete-group): do.
16075
16076         * nnslashdot.el (nnslashdot-read-groups): do.
16077
16078         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16079         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16080
16081         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16082         (nnspool-sift-nov-with-sed): Use last.
16083         (nnspool-retrieve-headers-with-nov): Use mapc.
16084         (nnspool-request-newgroups): Use dolist.
16085         (nnspool-request-group): Use last.
16086
16087         * nntp.el (nntp-read-server-type): Use dolist.
16088
16089         * nnvirtual.el (nnvirtual-create-mapping)
16090         (nnvirtual-update-read-and-marked): Use dolist.
16091         (nnvirtual-convert-headers): Simplify.
16092
16093 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16094
16095         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16096         Add support for sync'ing tick marks.
16097
16098 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16099
16100         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16101         there's no visible header.
16102
16103 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16104
16105         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16106         When necessary, pass full group name to gnus-request-set-marks.
16107
16108 2004-10-01  Simon Josefsson  <jas@extundo.com>
16109
16110         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16111         acroread.
16112
16113 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16114
16115         * spam-report.el (spam-report-gmane): Fix interactive.
16116
16117         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16118
16119         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16120         when writing file.
16121         (gnus-agent-synchronize-flags): Don't default to being
16122         interactive.
16123
16124 2004-09-30  Simon Josefsson  <jas@extundo.com>
16125
16126         * message.el (message-generate-hashcash): Add.
16127         (message-send-mail): Use it, call mail-add-payment.
16128
16129 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16130
16131         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16132
16133 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16134
16135         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16136         gnus-requst-update-info with explicit code to sync the in-memory
16137         info read flags with the marks being sync'd to the backend.
16138
16139         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16140
16141 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16142
16143         * spam.el (spam-verify-bogofilter): Add new function.
16144         (spam-check-bogofilter)
16145         (spam-bogofilter-register-with-bogofilter): Use it.
16146         (spam-verify-bogofilter): Add small fixes.
16147
16148 2004-09-28  Simon Josefsson  <jas@extundo.com>
16149
16150         * hashcash.el (hashcash-generate-payment): Revert.
16151
16152 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16153
16154         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16155         Use gnus-extract-references instead of gnus-split-references.
16156
16157         * gnus-util.el (gnus-extract-references): Add new function, analogous
16158         to gnus-split-references but extracts only the message-ID without
16159         anything extra.
16160
16161         * hashcash.el (hashcash-generate-payment)
16162         (hashcash-check-payment): Do the right thing if hashcash-path is
16163         nil (because the hashcash program could not be found).
16164
16165         * spam.el (spam-use-hashcash): Remove comment.
16166
16167 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16168
16169         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16170         (gnus-cache-enter-article, gnus-cache-remove-article)
16171         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16172
16173         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16174
16175         * gnus-art.el (article-hide-boring-headers)
16176         (article-translate-strings, article-display-face)
16177         (gnus-article-mime-match-handle-first)
16178         (gnus-article-highlight-headers)
16179         (gnus-article-add-buttons-to-head): do.
16180
16181 2004-09-27  Simon Josefsson  <jas@extundo.com>
16182
16183         * hashcash.el: New version, from
16184         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16185         ../contrib/.
16186
16187 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16188
16189         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16190
16191 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16192
16193         * gnus-dup.el (gnus-dup-open): Use mapc.
16194         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16195
16196         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16197         Reported by Stefan Wiens <s.wi@gmx.net>.
16198
16199         * gnus.el (gnus-shutdown): Use dolist.
16200
16201         * gnus-undo.el (gnus-undo): Use mapc.
16202
16203         * nnrss.el (nnrss-generate-active): do.
16204
16205         * message.el (message-cite-original-without-signature)
16206         (message-cite-original): Use mapc.
16207         (message-do-actions, message-make-forward-subject): Use dolist.
16208
16209 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16210
16211         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16212         deletion to remove entire duplicate line.  Fixes merged article
16213         number bug.
16214
16215 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16216
16217         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16218         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16219         first ask if you want to open a server and then, even when you
16220         responded with no, asking if you want to synchronize the server's
16221         flags.
16222         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16223         multi-line expressions.
16224         (gnus-agent-synchronize-group-flags): New internal function.
16225         Updates marks in memory (in the info structure) AND in the
16226         backend.
16227
16228         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16229
16230         * nnagent.el (nnagent-request-set-mark):
16231         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16232         method, to ensure that synchronization updates marks in the
16233         backend and in the info (in memory) structure.
16234
16235 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16236
16237         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16238         convention fully; don't miss the root article of a thread; make
16239         the X-Draft-From header with correct article numbers.
16240
16241 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16242
16243         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16244         unless plugged.  Disable the agent so that an open failure causes
16245         an error.
16246
16247         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16248         Revert 2004-09-21 change.  The backend must be opened while
16249         synchronizing flags even when the backend stores the flags
16250         locally.
16251
16252 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16253
16254         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16255         in `header' match.  Reported by Svend Tollak Munkejord.
16256
16257         * message.el (message-cite-original): Fix use of
16258         `message-cite-articles-with-x-no-archive'.
16259
16260 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16261
16262         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16263         (gnus-window-to-buffer): Ditto.
16264
16265         * mml.el (mml-preview-buffer): New variable.
16266         (mml-preview): Manage window layout with gnus-buffer-configuration.
16267
16268         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16269         X-Draft-From header even if those articles aren't quoted.
16270
16271 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16272
16273         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16274         (gnus-request-set-mark, gnus-request-update-mark): Use new
16275         g-s-t-u-l-m to decide to use backend even when unplugged.
16276
16277 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16278
16279         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16280         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16281
16282 2004-09-20  Simon Josefsson  <jas@extundo.com>
16283
16284         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16285         "utf-16-le".
16286
16287 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16288
16289         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16290
16291 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16292
16293         * uudecode.el (uudecode-use-external): Add :version.
16294
16295         * smime.el (smime-CA-file, smime-encrypt-cipher)
16296         (smime-dns-server): Add :version.
16297
16298         * smiley.el (gnus-smiley-file-types): Add :version.
16299
16300         * sha1.el (sha1-use-external): Add :version.
16301
16302         * pgg-def.el (pgg-query-keyserver): Add :version.
16303
16304         * nnmail.el (nnmail-fancy-expiry-targets)
16305         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16306         Add :version.
16307
16308         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16309         (nnimap-retrieve-groups-asynchronous): Add :version.
16310         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16311
16312         * mml.el (mml-content-disposition-parameters)
16313         (mml-insert-mime-headers-always): Add :version.
16314
16315         * mm-util.el (mm-coding-system-priorities): Add :version.
16316
16317         * mm-decode.el (mm-inline-text-html-with-images)
16318         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16319         (mm-verify-option): Add :version.
16320         (mm-text-html-renderer): Change :version.
16321
16322         * message.el (message-fcc-externalize-attachments)
16323         (message-required-headers, message-draft-headers)
16324         (message-subject-trailing-was-query)
16325         (message-subject-trailing-was-ask-regexp)
16326         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16327         (message-mark-insert-end, message-archive-header)
16328         (message-archive-note, message-cross-post-default)
16329         (message-cross-post-note, message-followup-to-note)
16330         (message-cross-post-note-function, message-use-mail-followup-to)
16331         (message-subscribed-address-functions)
16332         (message-subscribed-address-file, message-subscribed-addresses)
16333         (message-subscribed-regexps, message-allow-no-recipients)
16334         (message-yank-cited-prefix, message-signature-insert-empty-line)
16335         (message-hidden-headers, message-hierarchical-addresses)
16336         (message-mail-user-agent, message-use-idna)
16337         (message-valid-fqdn-regexp)
16338         (message-strip-special-text-properties, message-header-synonyms)
16339         (message-beginning-of-line, message-tab-body-function): Add :version.
16340         (message-insert-canlock, message-wide-reply-confirm-recipients):
16341         Change :version.
16342
16343         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16344         and :version.
16345         (mail-source-delete-old-incoming-confirm)
16346         (mail-source-movemail-program): Add :version.
16347
16348         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16349         (gnus-agent-cache, gnus-agent): Change :version.
16350
16351         * gnus-util.el (gnus-use-byte-compile): Change :version.
16352
16353         * gnus-sum.el (gnus-summary-make-false-root-always)
16354         (gnus-summary-default-high-score)
16355         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16356         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16357         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16358         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16359         (gnus-sum-thread-tree-single-indent)
16360         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16361         (gnus-sum-thread-tree-leaf-with-other)
16362         (gnus-sum-thread-tree-single-leaf): Add :version.
16363         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16364         (gnus-article-loose-mime): Change :version.
16365
16366         * gnus-start.el (gnus-backup-startup-file)
16367         (gnus-save-startup-file-via-temp-buffer): Add :version.
16368
16369         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16370         (gnus-server-offline-face): Add :version.
16371
16372         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16373
16374         * gnus-msg.el (gnus-gcc-externalize-attachments)
16375         (gnus-debug-files, gnus-debug-exclude-variables)
16376         (gnus-discouraged-post-methods): Change :version.
16377         (gnus-confirm-mail-reply-to-news)
16378         (gnus-confirm-treat-mail-like-news): Add :version.
16379
16380         * gnus-int.el (gnus-server-unopen-status): Add :version.
16381
16382         * gnus-group.el (gnus-group-jump-to-group-prompt)
16383         (gnus-large-ephemeral-newsgroup)
16384         (gnus-fetch-old-ephemeral-headers): Add :version.
16385
16386         * gnus-fun.el (gnus-x-face-directory)
16387         (gnus-convert-pbm-to-x-face-command)
16388         (gnus-convert-image-to-x-face-command)
16389         (gnus-convert-image-to-face-command): Add :version.
16390
16391         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16392
16393         * gnus-cite.el (gnus-cite-blank-line-after-header)
16394         (gnus-article-boring-faces): Add :version.
16395
16396         * gnus-art.el (gnus-buttonized-mime-types)
16397         (gnus-inhibit-mime-unbuttonizing)
16398         (gnus-treat-display-face)
16399         (gnus-treat-body-boundary): Change :version.
16400         (gnus-body-boundary-delimiter, gnus-picon-databases)
16401         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16402         (gnus-treat-date-english, gnus-treat-fold-headers)
16403         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16404         (gnus-treat-mail-picon, gnus-treat-wash-html)
16405         (gnus-article-encrypt-protocol)
16406         (gnus-use-idna, gnus-article-over-scroll)
16407         (gnus-mime-display-multipart-alternative-as-mixed)
16408         (gnus-mime-display-multipart-related-as-mixed)
16409         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16410         (gnus-ctan-url, gnus-button-ctan-handler)
16411         (gnus-button-handle-ctan-bogus-regexp)
16412         (gnus-button-ctan-directory-regexp)
16413         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16414         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16415         (gnus-button-man-level, gnus-button-emacs-level)
16416         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16417
16418         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16419         (gnus-agent-go-online): Change :version.
16420         (gnus-agent-expire-unagentized-dirs)
16421         (gnus-agent-auto-agentize-methods): Add :version.
16422
16423         * flow-fill.el (fill-flowed-display-column)
16424         (fill-flowed-encode-column): Add :version.
16425
16426         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16427         (gnus-outlook-deuglify-unwrap-max)
16428         (gnus-outlook-deuglify-cite-marks)
16429         (gnus-outlook-deuglify-unwrap-stop-chars)
16430         (gnus-outlook-deuglify-no-wrap-chars)
16431         (gnus-outlook-deuglify-attrib-cut-regexp)
16432         (gnus-outlook-deuglify-attrib-verb-regexp)
16433         (gnus-outlook-deuglify-attrib-end-regexp)
16434         (gnus-outlook-display-hook): Add :version.
16435
16436         * binhex.el (binhex-use-external): Add :version.
16437
16438 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16439
16440         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16441         and `invisible'.
16442
16443 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16444
16445         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16446         in gnus-registry-trim.
16447
16448 2004-09-13  Simon Josefsson  <jas@extundo.com>
16449
16450         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16451
16452         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16453
16454         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16455         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16456         <yamaoka@jpl.org>.
16457         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16458         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16459         <yamaoka@jpl.org>.
16460
16461         * sieve.el (sieve-manage-mode): Ditto.
16462
16463 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16464
16465         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16466
16467 2004-09-11  Simon Josefsson  <jas@extundo.com>
16468
16469         * dns-mode.el: Add.
16470
16471         * mm-view.el (mm-display-dns-inline): Add.
16472
16473         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16474         (mm-automatic-display): Ditto.
16475
16476         * mailcap.el (mailcap-mime-data): Add text/dns.
16477         (mailcap-mime-extensions): Map .soa to text/dns.
16478
16479 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16480
16481         * gnus-art.el (article-decode-mime-words, article-babel)
16482         (gnus-article-highlight-signature, gnus-article-add-buttons)
16483         (gnus-signature-toggle): Remove unnecessary bindings of
16484         `inhibit-read-only' inherited from v5.10 merge.
16485
16486 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16487
16488         * nntp.el (nntp): New customization group.
16489         (nntp-authinfo-file): Add customization group.
16490
16491         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16492
16493         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16494
16495         * gnus.el (to-address, to-list, subscribed)
16496         (large-newsgroup-initial): Ditto.
16497
16498         * flow-fill.el (fill-flowed-display-column)
16499         (fill-flowed-encode-column): Ditto.
16500
16501 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16502
16503         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16504         Use point-min rather than 1.
16505         (message-send-mail): Use buffer-size rather than point-max.
16506
16507         * gnus-sum.el (gnus-summary-search-article-forward):
16508         Signal a specific `search-failed' rather than a generic `error'.
16509
16510         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16511         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16512         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16513
16514 2004-09-10  Simon Josefsson  <jas@extundo.com>
16515
16516         * nndb.el (require): Remove tcp and duplicate cl.
16517
16518 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16519
16520         * gnus-agent.el (directory-files-and-attributes): Move forward.
16521
16522 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16523
16524         * gnus-agent.el (directory-files-and-attributes):
16525         Optionally defined to support XEmacs.
16526
16527 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16528
16529         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16530         to avoid run-time CL dependencies.
16531         (gnus-agent-unfetch-articles): New function.
16532         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16533         article numbers even when local .overview file is missing.
16534         (gnus-agent-read-article-number): New function.  Only accepts
16535         27-bit article numbers.
16536         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16537         Use gnus-agent-read-article-number.
16538         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16539         from backend while recognizing that article numbers in .overview
16540         must be valid.
16541         (gnus-agent-update-files-total-fetched-for):
16542         Use directory-files-and-attributes to improve performance.
16543         * gnus-int.el (gnus-request-move-article):
16544         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16545         improve performance.
16546
16547         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16548         some users confused by references to .newsrc when they only have a
16549         .newsrc.eld file.
16550         (gnus-convert-mark-converter-prompt)
16551         (gnus-convert-converter-needs-prompt): Fix use of property list.
16552         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16553         New function.  Used internally to only display 'gnus converting
16554         files' message when actually necessary.
16555
16556         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16557         methods now autoloaded.
16558
16559 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16560
16561         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16562         identifiers.
16563
16564 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16565
16566         * gnus-picon.el: Fix indentation and closing parenthesis.
16567
16568 2004-09-01  Simon Josefsson  <jas@extundo.com>
16569
16570         * message.el (message-canlock-generate): Require sha1, not
16571         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16572         to require within a function.  Sadly, if sha1.el isn't loaded, the
16573         let binding in m-c-g will hide the defcustom definition, which is
16574         bad.)
16575
16576         * canlock.el: Require sha1, not sha1-el.
16577
16578         * message.el: Don't autoload sha1 (there is a autoload cookie in
16579         sha1.el).
16580
16581         * sha1-el.el: Rename to sha1.el.
16582
16583 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16584
16585         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16586
16587 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16588
16589         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16590
16591 2004-08-30  Kim F. Storm  <storm@cua.dk>
16592
16593         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16594
16595         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16596         Add :group 'nnimap.
16597
16598 2004-08-30  Andreas Schwab  <schwab@suse.de>
16599
16600         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16601         ?* and ?\;.
16602
16603         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16604         and ?\' to symbol instead of whitespace.
16605
16606 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16607
16608         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16609
16610         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16611         instead of re-search-forward.
16612
16613         * gnus-uu.el (gnus-uu-save-article): Ditto.
16614         (gnus-uu-post-encode-uuencode): Ditto.
16615
16616         * html2text.el (html2text-clean-list-items): Ditto.
16617         (html2text-clean-dtdd): Ditto.
16618         (html2text-format-tags): Ditto.
16619
16620         * message.el (message-send-mail-with-sendmail): Fix regexp.
16621         (message-fill-field-general): Use search-forward instead of
16622         re-search-forward.
16623         (unbold-region): Ditto.
16624
16625         * nnrss.el (nnrss-request-article): Ditto.
16626
16627         * nnslashdot.el (nnslashdot-request-article): Ditto.
16628
16629         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16630
16631         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16632         "Unrecognized menu descriptor" error in XEmacs.
16633
16634 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16635
16636         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16637         parent article of a sparse article in the thread hashtb.
16638
16639 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16640
16641         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16642         (nnmail-expand-newtext): Lowercase expanded entries if
16643         nnmail-split-lowercase-expanded is non-nil.
16644
16645 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16646
16647         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16648
16649         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16650         of gnus-tmp-news-method into string under XEmacs.  It will be
16651         passed to gnus-correct-length which takes only a string argument.
16652
16653 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16654
16655         * gnus-util.el (gnus-bind-print-variables): New macro.
16656         (gnus-prin1): Use it.
16657         (gnus-prin1-to-string): Use it.
16658         (gnus-pp): New function.
16659         (gnus-pp-to-string): New function.
16660
16661         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16662         Replace pp-to-string with gnus-pp-to-string.
16663         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16664         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16665         * gnus-msg.el (gnus-debug): Ditto.
16666         * gnus-score.el (gnus-score-save): Ditto.
16667         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16668         gnus-pp-to-string.
16669         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16670         with gnus-pp.
16671         * score-mode.el (gnus-score-pretty-print): Ditto.
16672         * webmail.el (webmail-debug): Ditto.
16673
16674 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16675
16676         * gnus-art.el (article-display-face, article-display-x-face):
16677         Use buffer-read-only.
16678
16679 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16680
16681         * gnus-art.el (article-hide-list-identifiers):
16682         Bind inhibit-read-only as t.
16683
16684 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16685
16686         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16687
16688 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16689
16690         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16691         (gnus-narrow-to-page): Don't assume point-min == 1.
16692         (gnus-article-edit-mode): Derive from message-mode.
16693
16694         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16695         point-min == 1.
16696
16697         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16698         Disable incorrect use of `assert'.
16699
16700         * message.el (message-mode): Set comment-start-skip.
16701
16702
16703 2004-08-22  Sam Steingold  <sds@gnu.org>
16704
16705         * pop3.el (pop3-leave-mail-on-server): New user variable.
16706         (pop3-movemail): Delete mail only when it is nil.
16707
16708 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16709
16710         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16711
16712         * mml.el (mml-preview): Use `pop-to-buffer'.
16713
16714         * message.el (message-goto-mail-followup-to): Insert after "To".
16715         (message-carefully-insert-headers): Add comment.
16716
16717         * gnus.el: Remove unused variable `gnus-article-check-size'.
16718
16719         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16720
16721         * gnus-art.el (gnus-button-alist):
16722         Improve `gnus-button-handle-library' entry.
16723
16724 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16725
16726         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16727         Use downcase, since XEmacs capitalizes error messages differently.
16728
16729 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16730
16731         * nntp.el: Add (require 'gnus) due to reference to
16732         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16733
16734 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16735
16736         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16737         Bind `mm-fill-flowed'.
16738
16739         * mm-decode.el (mm-dissect-singlepart): Check it.
16740
16741 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16742
16743         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16744         'imap' for netrc parsing.
16745
16746 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16747
16748         * mailcap.el (mailcap-mime-data): Mark as risky.
16749
16750 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16751
16752         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16753         may be included in the encoded word.
16754         (rfc2047-encode): Don't append a space if the encoded word
16755         includes close parenthesis.
16756
16757 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16758
16759         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16760         of text within parentheses.
16761
16762 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16763
16764         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16765         (gnus-encrypt-write-file-contents): Make the password key the file
16766         name PLUS the cipher, not just the cipher.  Also remove failed
16767         passwords from the cache.
16768
16769 2004-08-06  Simon Josefsson  <jas@extundo.com>
16770
16771         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16772         Doc fix.
16773
16774 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16775
16776         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16777         LWSP.
16778
16779 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16780
16781         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16782         Try to append in-reply-to: data to the references: header.
16783
16784         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16785         (netrc-parse): Use gnus-encrypt.el functions.
16786
16787         * gnus-encrypt.el: Add new file for encryption support; currently
16788         does only a few GPG ciphers and an internal XOR cipher.
16789
16790         * password.el: Add comments on using password-read-and-add.
16791         (password-read-and-add): Add function to read and add the
16792         password to the cache at once.
16793
16794 2004-07-28  Simon Josefsson  <jas@extundo.com>
16795
16796         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16797         parameter (but don't use it, for now).
16798
16799         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16800         instead of hard coding to nil.
16801
16802 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16803
16804         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16805         as mm-inline-image-xemacs does.
16806
16807 2004-07-26  Simon Josefsson  <jas@extundo.com>
16808
16809         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16810         Revert part of 2004-07-17 change below.
16811
16812 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16813
16814         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16815         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16816
16817 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16818
16819         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16820         quotes that actually start with ">" at the beginning of the
16821         lines.
16822
16823 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16824
16825         * rfc2047.el (rfc2047-encode-region): Fix last change.
16826         (rfc2047-encode-parameter): Remove useless concat.
16827
16828 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16829
16830         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16831         encode special characters; fix some kind of misconfigured headers;
16832         signal a real error if debug-on-quit or debug-on-error is non-nil.
16833         (rfc2047-encode-max-chars): New variable.
16834         (rfc2047-encode-1): Use it.
16835         (rfc2047-encode-parameter): New function.
16836
16837         * mml.el (mml-insert-parameter): Remove an excessive space.
16838
16839 2004-07-17  Simon Josefsson  <jas@extundo.com>
16840
16841         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16842         Kai Grossjohann <kai@emptydomain.de>.
16843         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16844         (gnus-group-make-menu-bar): Ditto.
16845
16846         * gnus-util.el (gnus-group-server): Add.
16847
16848 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16849
16850         * message.el (message-clone-locals): Clone sendmail and smtp
16851         variables.
16852
16853 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16854
16855         * rfc2047.el (rfc2047-encode-region): Fix last change.
16856
16857 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16858
16859         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16860         characters as non-special.
16861
16862 2004-07-09  Simon Josefsson  <jas@extundo.com>
16863
16864         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16865         Users will lose all flag changes made while unplugged with
16866         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16867         good default.  See numerous reports on ding mailing list.
16868
16869 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16870
16871         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16872         add generate-head-function and generate-article-function to the
16873         rfc822-forward entry.
16874         (nndoc-rfc822-forward-generate-article): New function.
16875         (nndoc-rfc822-forward-generate-head): New function.
16876
16877         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16878
16879 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16880
16881         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16882         respect display group parameter and gnus-summary-expunge-below.
16883         (gnus-articles-to-read): Remove unused reference to display group
16884         parameter.
16885
16886 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16887
16888         * nnheader.el (nnheader-uniquify-message-id): New experimental
16889         variable.
16890         (nnheader-nov-read-message-id): Use it.
16891
16892         * spam-report.el (spam-report-gmane): Add interactive.
16893
16894 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16895
16896         * mm-encode.el (mm-content-transfer-encoding-defaults):
16897         Use qp-or-base64 for the application/* types.
16898
16899 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16900
16901         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16902
16903 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16904
16905         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16906         trim value.
16907
16908 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16909
16910         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16911         New macro and function.
16912         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16913
16914 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16915
16916         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16917         after-load-alist.
16918
16919 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16920
16921         * gnus-group.el (gnus-group-get-new-news-this-group):
16922         Don't update info that isn't there.
16923
16924 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16925
16926         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16927         entry.
16928
16929 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16930
16931         * mm-view.el (mm-inline-render-with-function): Use multibyte
16932         buffer; decode html source by charset.
16933
16934         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16935
16936         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16937         Mule-UCS is loaded under XEmacs.
16938         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16939
16940 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16941
16942         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16943
16944 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16945
16946         * mm-util.el (mm-coding-system-p): Return a coding-system.
16947         (mm-mime-mule-charset-alist): Use shift_jis instead of
16948         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16949         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16950         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16951         instead of japanese-shift-jis and iso-latin-1 respectively in
16952         order to share the default value with both Emacs and XEmacs-mule.
16953         (mm-mule-charset-to-mime-charset):
16954         Make mm-coding-system-priorities effective.
16955         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16956         while predicating of candidates upon the priorities.
16957
16958 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16959
16960         * gnus-sum.el (gnus-summary-make-menu-bar):
16961         Add gnus-uu-invert-processable.
16962
16963         * gnus.el: Autoload gnus-uu-invert-processable.
16964
16965 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16966
16967         * mm-util.el (mm-with-multibyte-buffer): New macro.
16968
16969         * rfc2047.el (rfc2047-encode-string): Use it.
16970         (rfc2047-encode-region): Move point to the end of the region after
16971         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16972
16973 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16974
16975         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16976         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16977
16978 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16979
16980         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16981         (gnus-cite-parse): Ignore quoted envelope From_.
16982         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16983
16984 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16985
16986         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16987         invalid addresses.
16988
16989 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16990
16991         * spam.el: Change section markers, revise TODO list.
16992         (spam-backends): Make new master list of all installed backends.
16993         (spam-summary-exit-behavior): Add new variable to determine how
16994         messages moves are done at summary exit.
16995         (spam-move-spam-nonspam-groups-only)
16996         (spam-process-ham-in-nonham-groups)
16997         (spam-process-ham-in-spam-groups): Remove variables, the
16998         spam-summary-exit-behavior variable should be used to manage this
16999         behavior.
17000         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17001         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17002         and spam-old-spam-articles.
17003         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17004         Add empty variables, placeholders for the backends they represent.
17005         (spam-set-difference): Move, unchanged.
17006         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17007         unless the user has a processor variable.
17008         (spam-classifications, spam-classification-valid-p)
17009         (spam-backend-properties, spam-backend-property-valid-p)
17010         (spam-backend-function-type-valid-p)
17011         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17012         (spam-report-articles-gmane, spam-report-articles-resend):
17013         Remove functions, they are not needed.
17014         (spam-install-backend-super, spam-backend-list)
17015         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17016         (spam-backend-function, spam-backend-ham-registration-function)
17017         (spam-backend-spam-registration-function)
17018         (spam-backend-ham-unregistration-function)
17019         (spam-backend-spam-unregistration-function)
17020         (spam-backend-statistical-p, spam-backend-mover-p)
17021         (spam-install-backend-alias, spam-install-checkonly-backend)
17022         (spam-install-mover-backend, spam-install-nocheck-backend)
17023         (spam-install-backend, spam-install-statistical-backend)
17024         (spam-install-statistical-checkonly-backend): Add backend installation
17025         support.
17026         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17027         (spam-group-processor-p): Use the new backend code and respect the
17028         summary exit behavior.
17029         (spam-mark-spam-as-expired-and-move-routine): Remove.
17030         (spam-summary-prepare): Change to use the new spam-old-articles
17031         variable.
17032         (spam-copy-or-move-routine, spam-copy-spam-routine)
17033         (spam-move-spam-routine, spam-copy-ham-routine)
17034         (spam-move-ham-routine): Add code to copy/move ham or spam.
17035         (spam-fetch-field-fast): Improve doc and code, plus allow the
17036         'number request.
17037         (spam-list-of-checks, spam-list-of-statistical-checks):
17038         Remove variables.
17039         (spam-split, spam-find-spam): Use the new backend code.
17040         (spam-registration-functions): Remove variable.
17041         (spam-unregister-routine): Add convenience wrapper.
17042         (spam-log-undo-registration, spam-register-routine)
17043         (spam-log-processing-to-registry)
17044         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17045         where possible.
17046         (spam-check-gmane-xref, spam-check-regex-headers)
17047         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17048         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17049         (spam-check-bogofilter-headers, spam-check-spamoracle)
17050         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17051         (spam-check-crm114-headers): Use the spam-split-group that
17052         spam-split prepares, no need to determine it every time.
17053
17054         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17055         to the nnheader-parse-naked-head call.
17056
17057         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17058
17059         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17060         the nnheader-nov-read-message-id call.
17061
17062 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17063
17064         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17065         gnus-activate-group twice.  Suggested by Markus Peter
17066         <warp@spin.de>.
17067
17068 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17069
17070         * gnus-art.el (gnus-article-time-format): Exchange the order of
17071         day and month in the default value; fix customization type.
17072         (article-date-ut): Use add-text-properties.
17073         (article-make-date-line): Use message-make-date instead of
17074         current-time-string.
17075
17076         * message.el (message-fetch-field): Don't use set-text-properties.
17077         (message-make-date): Simplify.
17078
17079         * messagexmas.el (message-xmas-make-date): New function.
17080         (message-xmas-redefine): Defalias message-make-date to it.
17081
17082 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17083
17084         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17085         (rfc2047-encode-region): Treat text within parentheses as special;
17086         show the original text when error has occurred.
17087
17088         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17089         already-computed method to gnus-activate-group.
17090
17091         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17092         same select-methods identical Lisp objects.
17093
17094         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17095         object when modifying the info.
17096
17097 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17098
17099         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17100         gnus-opened-servers since it has never been opened with the new
17101         configuration yet.
17102
17103 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17104
17105         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17106         arg to nnheader-generate-fake-message-id.
17107
17108 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17109
17110         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17111         number and build a fake message ID localized to a group and
17112         article number (so it's repeatable from that point on).
17113         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17114         ID format.
17115
17116         * gnus-sum.el (gnus-get-newsgroup-headers):
17117         Call nnheader-generate-fake-message-id with the article number.
17118
17119 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17120
17121         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17122         end-of-buffer.
17123
17124 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17125
17126         * message.el (message-ignored-supersedes-headers): Add Approved.
17127
17128 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17129
17130         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17131         goto-char.
17132         (rfc2047-encode): Fold the line before encoding.
17133
17134 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17135
17136         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17137         folding -- not all headers can be folded, and this should be done
17138         by the message composition mode.  Probably.  I think.
17139
17140 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17141
17142         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17143         fast.
17144
17145         * gnus-ems.el (gnus-remove-image): Don't use
17146         message-text-with-property; remove only the image found first.
17147
17148         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17149         found first.
17150
17151 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17152
17153         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17154
17155 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17156
17157         * message.el (message-text-with-property): Make it fast and accept
17158         optional arguments.
17159         (message-strip-forbidden-properties): Use it.
17160         (message-fix-before-sending): Follow the m-t-w-p change.
17161
17162         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17163
17164 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17165
17166         * gnus-art.el (article-hide-headers): Don't change the buffer
17167         mistakenly when performing mml-preview even if
17168         gnus-single-article-buffer is nil.
17169
17170 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17171
17172         * message.el (message-expand-name-databases): New user option.
17173         (message-expand-name): Use it.
17174
17175 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17176
17177         * spam.el (spam-report-articles-resend)
17178         (spam-report-resend-register-routine): Allow ham reporting.
17179         (spam-report-resend-register-ham-routine): Add wrapper.
17180         (spam-registration-functions): Add ham resending functions.
17181         (spam-list-of-processors): Add ham resend processor.
17182
17183         * gnus.el (ham-resend-to): Add new group parameter.
17184         (spam-process): Add ham resend option.
17185
17186         * spam-report.el (spam-report-resend): Allow reporting ham.
17187         (spam-report-resend-ham): Add wrapper.
17188
17189 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17190
17191         * message.el (message-cite-articles-with-x-no-archive):
17192         New variable.
17193         (message-cite-original): Use it.
17194
17195 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17196
17197         * message.el (message-cite-original): Respect X-No-Archive.
17198
17199 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17200
17201         * gnus-art.el (article-hide-headers): Refer to the values for
17202         gnus-ignored-headers and gnus-visible-headers in the summary
17203         buffer since a user may have set them as group parameters.
17204
17205 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17206
17207         * assistant.el (assistant-node-name): Add convenience function.
17208         (assistant-render-text, assistant-render-node): Add error handling,
17209         plus handle multiple next nodes.
17210         (assistant-find-next-node): Comment out for now.
17211         (assistant-find-next-nodes): Add function, returns list of next
17212         nodes.
17213
17214 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17215
17216         * mail-source.el (mail-source-directory): Fix doc-string.
17217
17218 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17219
17220         * assistant.el (assistant-render-text, assistant-eval): Add :set
17221         widget type, which is different because it takes and returns a
17222         list.  Much hilarity ensues.
17223
17224 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17225
17226         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17227
17228         * gnus-group.el (gnus-group-get-new-news-this-group):
17229         Add doc-string.
17230
17231         * gnus-start.el (gnus-activate-group): Add doc-string.
17232
17233 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17234
17235         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17236
17237 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17238
17239         * assistant.el (assistant-render-text): Try to add a :set
17240         widget, more to come.
17241
17242         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17243         strings.
17244         (spam-report-articles-resend)
17245         (spam-register-routine): Do registration iff any articles warrant
17246         it.
17247         (spam-summary-prepare-exit): Change log message for nil group
17248         destinations.
17249
17250 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17251
17252         * spam.el (spam-report-resend-register-routine):
17253         Allow spam-report-resend-to to be a group parameter or a global value.
17254
17255 2004-05-26  Simon Josefsson  <jas@extundo.com>
17256
17257         * starttls.el: Merge with my GNUTLS based starttls.el.
17258         (starttls-gnutls-program, starttls-use-gnutls)
17259         (starttls-extra-arguments, starttls-process-connection-type)
17260         (starttls-connect, starttls-failure, starttls-success):
17261         New variables.
17262         (starttls-program, starttls-extra-args): Doc fix.
17263         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17264         New functions.
17265         (starttls-negotiate, starttls-open-stream):
17266         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17267         function if it is set.
17268
17269 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17270
17271         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17272         structured fields.
17273
17274 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17275
17276         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17277
17278 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17279
17280         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17281         Add variable.
17282         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17283         assigning the spam-mark to new messages.
17284
17285 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17286
17287         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17288
17289 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17290
17291         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17292
17293         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17294         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17295         default.
17296
17297 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17298
17299         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17300         correct data.
17301
17302 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17303
17304         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17305         (spam-group-processor-p): Fix function.
17306         (spam-group-processor-multiple-p)
17307         (spam-group-spam-processor-report-gmane-p)
17308         (spam-group-spam-processor-report-resend-p)
17309         (spam-group-spam-processor-bogofilter-p)
17310         (spam-group-spam-processor-blacklist-p)
17311         (spam-group-spam-processor-ifile-p)
17312         (spam-group-ham-processor-ifile-p)
17313         (spam-group-spam-processor-spamoracle-p)
17314         (spam-group-spam-processor-crm114-p)
17315         (spam-group-ham-processor-bogofilter-p)
17316         (spam-group-spam-processor-stat-p)
17317         (spam-group-ham-processor-stat-p)
17318         (spam-group-ham-processor-whitelist-p)
17319         (spam-group-ham-processor-BBDB-p)
17320         (spam-group-ham-processor-spamoracle-p)
17321         (spam-group-ham-processor-copy-p): Remove functions with some
17322         prejudice against unneeded code.
17323         (spam-report-articles-resend)
17324         (spam-report-resend-register-routine): Allow the group/topic
17325         spam-resend-to value to override spam-report-resend-to.
17326         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17327         properly now.
17328
17329         * gnus.el (spam-resend-to): Add group/topic parameter.
17330         (spam-process): Move the OBSOLETE processors to the end of the
17331         choices.
17332
17333 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17334
17335         * spam-report.el (spam-report-resend-to, spam-report-resend):
17336         Start with resend-to set to nil, and then ask the user if necessary.
17337         (spam-report-resend): spam-report-resend takes a list of articles, not
17338         separate article numbers.
17339
17340 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17341
17342         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17343         addition to emacs-w3m.
17344
17345 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17346
17347         * assistant.el (assistant-authinfo-data): New function.
17348         (assistant-eval): Eval for entire assistant.
17349
17350         * netrc.el (netrc-services-file): New variable.
17351         (netrc-parse-services): New function.
17352         (netrc-find-service-name): New function.
17353         (netrc-find-service-number): New function.
17354         (netrc-port-equal): New function.
17355         (netrc-machine): Use it.
17356
17357         * nnimap.el (nnimap-open-connection): Use netrc.
17358
17359         * gnus-util.el (gnus-netrc-get): Remove aliases.
17360
17361         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17362
17363         * assistant.el (wid-edit): Fix compilation.
17364
17365         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17366
17367 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17368
17369         * gnus-util.el (gnus-set-file-modes): New function.  (small
17370         patch).
17371
17372 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17373
17374         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17375
17376         * assistant.el (assistant-render-node): Fix up rendering and
17377         read-only text.
17378         (assistant-render-node): Reset.
17379         (assistant-make-read-only): Not sticky.
17380
17381 2004-05-20  Danny Siu  <dsiu@adobe.com>
17382
17383         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17384         centered even when gnus-auto-center-summary is t.
17385
17386 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17387
17388         * dns.el (dns-get-txt-answer): New function.
17389         (dns-read-txt): Ditto.
17390         (query-dns): Use it.
17391
17392 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17393
17394         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17395         active for foreign groups even if the group level is higher than
17396         the specified value.
17397
17398 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17399
17400         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17401         non-active groups.
17402
17403         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17404
17405 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17406
17407         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17408
17409 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17410
17411         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17412         (spam-crm114-header, spam-crm114-spam-switch)
17413         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17414         (spam-crm114-positive-spam-header)
17415         (spam-crm114-database-directory, spam-list-of-processors)
17416         (spam-group-spam-processor-crm114-p)
17417         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17418         (spam-generic-score, spam-list-of-checks)
17419         (spam-list-of-statistical-checks, spam-registration-functions)
17420         (spam-check-crm114-headers, spam-crm114-score)
17421         (spam-check-crm114, spam-crm114-register-with-crm114)
17422         (spam-crm114-register-spam-routine)
17423         (spam-crm114-unregister-spam-routine)
17424         (spam-crm114-register-ham-routine)
17425         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17426         From asjo@koldfront.dk (Adam Sjøgren).
17427
17428         * gnus.el: Add spam-use-crm114.
17429
17430         * spam.el (spam-list-of-processors, spam-registration-functions):
17431         Add spam-use-resend.
17432         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17433         (spam-report-articles-gmane): Add doc fix.
17434         (spam-report-articles-resend, spam-report-resend-register-routine):
17435         Add wrappers around spam-report-resend-to.
17436
17437         * spam-report.el (spam-report-resend-to, spam-report-resend):
17438         Add support for resending spam.
17439         (spam-report-gmane): Fix line length >80.
17440
17441         * gnus.el (spam-process): Add spam-use-resend.
17442
17443 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17444
17445         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17446         number of processed spam messages.
17447         (spam-ham-copy-or-move-routine): Return the number of processed
17448         ham messages.
17449         (spam-summary-prepare-exit): Use the above values to decide
17450         whether status messages shouled be displayed.
17451
17452 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17453
17454         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17455         `rfc2047-encoding-function-alist' in order to avoid conflicting
17456         with the old version.
17457         (rfc2047-encode-region): Concatenate words containing non-ASCII
17458         characters in structured fields; don't encode space-delimited
17459         ASCII words even in unstructured fields; don't break words at
17460         char-category boundaries.
17461         (rfc2047-encode-1): New function.
17462         (rfc2047-encode): Use it; encode text so that it occupies the
17463         maximum width within 76-column; work correctly on Q encoding for
17464         iso-2022-* charsets.
17465         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17466         sure not to break a line just after the header name.
17467         (rfc2047-b-encode-region): Remove.
17468         (rfc2047-b-encode-string): New function.
17469         (rfc2047-q-encode-region): Remove.
17470         (rfc2047-q-encode-string): New function.
17471
17472         * mm-util.el (mm-replace-in-string): New function.
17473
17474 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17475
17476         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17477         Really get it right.
17478         (gnus-inews-make-draft): Really.
17479
17480 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17481
17482         * nnmh.el (nnmh-request-list-1): Don't check the link count
17483         before descending.  (small patch)
17484
17485 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17486
17487         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17488         stuff.
17489
17490         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17491         Match on real group name.
17492
17493         * gnus-art.el (gnus-signature-limit): Doc fix.
17494
17495         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17496
17497         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17498
17499 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17500
17501         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17502         isn't a string.
17503
17504 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17505
17506         * gnus-draft.el (gnus-draft-send):
17507         Bind rfc2047-encode-encoded-words.
17508
17509         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17510         (rfc2047-encodable-p): Say that =? needs encoding.
17511         (rfc2047-encode-encoded-words): New variable.
17512
17513         * gnus-group.el (gnus-group-select-group): Doc fix.
17514
17515         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17516
17517         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17518         to nil.
17519
17520         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17521
17522         * nnheader.el (nnheader-get-lines-and-char): New function.
17523
17524 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17525
17526         * gnus-msg.el (gnus-summary-followup-with-original):
17527         Document yanking of region when active.
17528
17529 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17530
17531         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17532         groups if the group level is higher than the specified value.
17533
17534 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17535
17536         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17537         (gnus-group-jump-to-group): Add prefix argument using
17538         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17539         non-active group.
17540
17541         * compface.el (uncompface): Be verbose when changing
17542         `uncompface-use-external'.
17543
17544         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17545         handle manual section.
17546
17547 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17548
17549         * gnus-art.el (gnus-button-alist): Revert previous change.
17550
17551 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17552
17553         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17554
17555 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17556
17557         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17558         whether backend can accept message.
17559
17560         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17561
17562 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17563
17564         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17565         Avoid creating directory when nntp-marks-is-evil is true.
17566         Reported by Reiner Steib.
17567
17568 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17569
17570         * gnus-picon.el (gnus-picon-style): New variable.
17571         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17572         (gnus-picon-transform-address): Support `gnus-picon-style'.
17573         From Jesper Harder <harder@ifa.au.dk>.
17574
17575 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17576
17577         * message.el (message-fill-field): Return point.
17578         (message-generate-headers): Go to end of field.
17579
17580         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17581         stuff for non-living groups.
17582
17583 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17584
17585         * gnus-art.el (gnus-article-followup-with-original)
17586         (gnus-article-reply-with-original): gnus-mark-active-p ->
17587         gnus-region-active-p.
17588
17589 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17590
17591         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17592         only when there is spam or ham to be processed.
17593
17594 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17595
17596         * mail-source.el (mail-source-delete-crash-box): Refactor.
17597         (mail-source-fetch): Use it.
17598         (mail-source-fetch-file): Ditto.
17599         (mail-source-fetch-directory): Run postscript in loop.
17600         (mail-source-fetch-pop): Delete.
17601         (mail-source-fetch-maildir): Ditto.
17602         (mail-source-fetch-imap): Ditto.
17603
17604         * imap.el (imap-authenticators): Comment out sasl.
17605
17606         * message.el (message-skip-to-next-address): New function.
17607         (message-fill-header-address): Refactor.
17608         (message-fill-address): Use it.
17609         (message-delete-address): Use it.
17610         (message-fill-header-general): Refactor.
17611         (message-fill-field-address): Rename.
17612         (message-narrow-to-field): Find the start of the header.
17613         (message-header-format-alist): Don't pre-fill.
17614         (message-fill-header): Remove.
17615         (message-insert-header): New function.
17616         (message-shorten-references): Use it.
17617
17618         * rfc2047.el (rfc2047-field-value): Strip props.
17619
17620         * mail-parse.el (mail-header-make-address): New alias.
17621
17622         * ietf-drums.el (ietf-drums-make-address): New function.
17623
17624         * imap.el: Add compiler directives.
17625
17626         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17627
17628         * gnus-art.el (article-decode-idna-rhs): Don't use
17629         message-idna-inside-rhs-p.
17630
17631 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17632
17633         * message.el (message-idna-inside-rhs-p): Remove.
17634         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17635
17636         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17637         false positives.
17638
17639 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17640
17641         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17642
17643 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17644
17645         * nneething.el (nneething-file-name): Don't create spurious
17646         files.
17647
17648         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17649         (gnus-inews-do-gcc): Remove sleep.
17650
17651         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17652         part under point.
17653
17654         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17655         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17656
17657 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17658
17659         * spam.el (spam-summary-prepare-exit): Fix (length).
17660
17661 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17662
17663         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17664         as expired without moving it" message when there are spam
17665         messages left.
17666
17667 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17668
17669         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17670         header is not nil.
17671
17672 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17673
17674         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17675         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17676         (nntp-marks-changed-p): New arg SERVER.
17677         (nntp-request-update-info): Adjust caller.
17678
17679 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17680
17681         * nntp.el (nntp-save-marks): Pass missing arg.
17682
17683 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17684
17685         * nntp.el: Support marks.
17686         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17687         (nntp-marks-modtime, nntp-marks-directory): New variables.
17688         (nntp-request-set-mark, nntp-request-update-info)
17689         (nntp-possibly-create-directory, nntp-marks-changed-p)
17690         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17691         New functions.
17692
17693 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17694
17695         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17696         (gnus-xmas-redefine): Rename.
17697
17698         * gnus-score.el (gnus-score-insert-help):
17699         Use gnus-select-lowest-window.
17700
17701         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17702         appt-select-lowest-window and rename to gnus-select-lowest-window.
17703
17704         * gnus.el: do.
17705
17706 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17707
17708         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17709         encodings of MIME-encoded words, in order to improve
17710         interoperability with several broken MUAs.
17711
17712 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17713
17714         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17715         tags, only when charsets are not specified in headers.
17716         (mm-inline-text-html-render-with-w3m): Ditto.
17717
17718         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17719         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17720
17721 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17722
17723         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17724         instead of MIME-decoded from fields when checking
17725         `gnus-article-address-banner-alist'.
17726
17727 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17728
17729         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17730         description rather than subject.
17731
17732 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17733
17734         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17735
17736 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17737
17738         * gnus.el (gnus-version-number): Bump.
17739
17740 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17741
17742         * gnus.el: No Gnus v0.2 is released.
17743
17744 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17745
17746         * gnus-agent.el (gnus-agent-read-agentview):
17747         Inline gnus-uncompress-range.
17748
17749 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17750
17751         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17752         `exec-installed-p'.
17753
17754 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17755
17756         * gnus.el (spam-process, spam-autodetect-methods):
17757         Add bsfilter and bsfilter-headers.
17758
17759         * spam.el (spam-bsfilter): New customize group.
17760         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17761         (spam-bsfilter-header, spam-bsfilter-probability-header)
17762         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17763         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17764         (spam-bsfilter-database-directory): New options.
17765         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17766         (spam-list-of-statistical-checks, spam-registration-functions):
17767         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17768         (spam-bsfilter-score): New command.
17769         (spam-check-bsfilter-headers, spam-check-bsfilter)
17770         (spam-bsfilter-register-with-bsfilter)
17771         (spam-bsfilter-register-spam-routine)
17772         (spam-bsfilter-unregister-spam-routine)
17773         (spam-bsfilter-register-ham-routine)
17774         (spam-bsfilter-unregister-ham-routine): New functions.
17775         (spam-generic-score): Support bsfilter; Accept an optional argument
17776         to recalcurate spam score even if scoring header has already been
17777         added.
17778         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17779         optional argument to recalcurate spam score even if scoring header
17780         has already been added.
17781
17782 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17783
17784         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17785         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17786         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17787         link is missing.
17788
17789 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17790
17791         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17792         (html2text-get-attr): Rewrite.
17793
17794         * message.el (message-setup-1): Remove redundant put-text-property
17795         on mail-header-separator.
17796
17797 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17798
17799         * gnus-registry.el (gnus-registry-cache-whitespace)
17800         (gnus-registry-action, gnus-registry-spool-action)
17801         (gnus-registry-split-fancy-with-parent): Change message levels
17802         from 5 to 3 or 7, as needed.
17803
17804         * spam.el (spam-summary-prepare-exit)
17805         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17806         (spam-split, spam-find-spam, spam-log-undo-registration)
17807         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17808         level from 5 to 6.
17809
17810 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17811
17812         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17813         2004-03-04 change).
17814
17815 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17816
17817         * sieve-manage.el (sieve-manage-open):
17818         * nnweb.el (nnweb-insert-html):
17819         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17820         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17821         * nnspool.el (nnspool-request-group):
17822         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17823         * nnml.el (nnml-request-update-info):
17824         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17825         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17826         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17827         (nnimap-request-set-mark):
17828         * nnfolder.el (nnfolder-request-update-info):
17829         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17830         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17831         * gnus-uu.el (gnus-uu-find-articles-matching):
17832         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17833         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17834         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17835         * gnus-nocem.el (gnus-nocem-scan-groups):
17836         * gnus-int.el (gnus-start-news-server):
17837         * gnus-group.el (gnus-group-make-kiboze-group)
17838         (gnus-group-browse-foreign-server):
17839         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17840         Use mapc when appropriate.
17841
17842 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17843
17844         FIXME: Make separate entries for each person.
17845
17846         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17847         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17848         <shields@msrl.com>:
17849
17850         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17851         may need for spam sorting and scoring.
17852         (spam-user-format-function-S): Add user format function suitable for
17853         general use.
17854         (spam-article-sort-by-spam-status): Add sorting function for summary
17855         sorting.
17856         (spam-extra-header-to-number): Add function to get a score from a
17857         header.
17858         (spam-summary-score): Add function to get a numeric score from the
17859         headers.
17860         (spam-generic-score): Fix function doc, was in wrong place.
17861         (spam-initialize): Take symbols when it's run, and install the
17862         extra headers that spam-necessary-extra-headers thinks we need.
17863
17864 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17865
17866         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17867         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
17868
17869 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17870
17871         * gnus-sum.el (gnus-set-global-variables)
17872         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17873         (gnus-article-get-xrefs, gnus-summary-best-group)
17874         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17875         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17876         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17877         Use with-current-buffer.
17878
17879 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17880
17881         * spam.el (spam-summary-prepare-exit): Simplify logic.
17882         (spam-fetch-article-header): Read the article header if it's not
17883         available.
17884         (spam-list-articles): Simplify logic.
17885         (spam-filelist-register-routine): Fix bug with unregister-list.
17886
17887         * gnus-registry.el: Fix comments at beginning.
17888
17889 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17890
17891         * message.el (message-cater-to-broken-inn): Remove.
17892         (message-shorten-references): Make sure the total folded length of
17893         References is shorter than 998 characters to cater to a bug in INN
17894         2.3.  Also, don't pretend that references aren't folded -- this
17895         hasn't worked for a while.
17896
17897 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17898
17899         * gnus-agent.el (gnus-agentize):
17900         gnus-agent-send-mail-real-function no longer set to current value
17901         of message-send-mail-function but rather a lambda that calls
17902         message-send-mail-function.  The change makes the agent real-time
17903         responsive to user changes to message-send-mail-function.
17904
17905 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17906
17907         * legacy-gnus-agent.el
17908         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17909         help from Florian Weimer <fw@deneb.enyo.de>
17910
17911 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17912
17913         * nnmail.el (nnmail-cache-insert): Revert last change.
17914
17915 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17916
17917         * nnmail.el (nnmail-cache-insert): Always check whether
17918         nnmail-cache-ignore-groups matches a group name.
17919
17920 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17921
17922         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17923         (spam-find-spam, spam-log-processing-to-registry)
17924         (spam-log-registered-p, spam-log-unregistration-needed-p)
17925         (spam-log-undo-registration): Use gnus-message instead of
17926         gnus-error, none of these errors are fatal.
17927
17928         * gnus-registry.el (gnus-registry-clean-empty-function)
17929         (gnus-registry-clean-empty): Remove only empty entries without
17930         extra data.
17931
17932 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17933
17934         * spam-stat.el (spam-stat-buffer-change-to-spam)
17935         (spam-stat-buffer-change-to-non-spam): Change (error) to
17936         (gnus-message 8) invocation.
17937
17938 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17939
17940         * nntp.el (nntp-via-netcat-command): New variable.
17941         (nntp-via-netcat-switches): New variable.
17942         (nntp-open-via-rlogin-and-netcat): New function.
17943         (nntp-open-connection-function): Doc fix.
17944         (nntp-telnet-command): Doc fix.
17945         (nntp-end-of-line): Doc fix.
17946         (nntp-via-rlogin-command): Doc fix.
17947         (nntp-via-user-name): Doc fix.
17948         (nntp-via-address): Doc fix.
17949
17950 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17951
17952         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17953         error in Emacs 21.1.
17954
17955 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17956
17957         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17958
17959 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17960
17961         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17962         (gnus-agent-with-refreshed-group): New macro.
17963         (gnus-agent-rename-group): New function.
17964         (gnus-agent-delete-group): New function.
17965         (gnus-agent-save-group-info): Use gnus-command-method when
17966         `method' parameter is nil.  Don't write nil entries into the
17967         active file.
17968         (gnus-agent-get-group-info): New function.
17969         (gnus-agent-fetch-articles):
17970         Use gnus-agent-update-files-total-fetched-for to increment disk space
17971         used.
17972         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17973         Use gnus-agent-update-view-total-fetched-for to increment disk space
17974         used.
17975         (gnus-agent-get-local): Add optional parameters to avoid calling
17976         gnus-group-real-name and gnus-find-method-for-group.
17977         (gnus-agent-set-local): Delete stored entry if either min, or max,
17978         are nil.
17979         (gnus-agent-fetch-session): Reworded error/quit messages.
17980         On quit, use gnus-agent-regenerate-group to record existance of any
17981         articles fetched to disk before the quit occurred.
17982         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17983         gnus-agent-update-view-total-fetched-for, and
17984         gnus-agent-update-files-total-fetched-for to decrement disk space
17985         used.
17986         (gnus-agent-retrieve-headers):
17987         Use gnus-agent-update-view-total-fetched-for to increment disk space
17988         used.
17989         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17990         with gnus-agent-update-files-total-fetched-for to decrement disk
17991         space and fresh group buffer.
17992         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17993         (gnus-agent-need-update-total-fetched-for): New variable.
17994         (gnus-agent-update-files-total-fetched-for): New function.
17995         (gnus-agent-update-view-total-fetched-for): New function.
17996         (gnus-agent-total-fetched-for): New function.
17997
17998         * gnus-cache.el (gnus-cache-save-buffers):
17999         Use gnus-cache-update-overview-total-fetched-for to change disk space
18000         used by this group.
18001         (gnus-cache-possibly-enter-article):
18002         Use gnus-cache-update-file-total-fetched-for to increment disk space
18003         used by this group.
18004         (gnus-cache-possibly-remove-article):
18005         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18006         used by this group.
18007         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18008         (gnus-cache-rename-group): New function.
18009         (gnus-cache-delete-group): New function.
18010         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18011         (gnus-cache-need-update-total-fetched-for): New variable.
18012         (gnus-cache-with-refreshed-group): New macro.
18013         (gnus-cache-update-file-total-fetched-for): New function.
18014         (gnus-cache-update-overview-total-fetched-for): New function.
18015         (gnus-cache-rename-group-total-fetched-for): New function.
18016         (gnus-cache-delete-group-total-fetched-for): New function.
18017         (gnus-cache-total-fetched-for): New function.
18018
18019         * gnus-group.el: Require gnus-sum and autoload functions to
18020         resolve warnings when gnus-group.el compiled alone.
18021         (gnus-group-line-format): Documented new %F.
18022         (size of Fetched data) group line format; identifies disk space
18023         used by agent and cache.
18024         (gnus-group-line-format-alist): Defined new F format.
18025         (gnus-total-fetched-for): New function.
18026         (gnus-group-delete-group): No longer update
18027         gnus-cache-active-altered as gnus-request-delete-group now keeps
18028         the cache in sync.
18029         (gnus-group-list-active): Let the agent store a server's active
18030         list if currently plugged.
18031
18032         * gnus-int.el (gnus-request-delete-group):
18033         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18034         local disk in sync with the server.
18035         (gnus-request-rename-group):
18036         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18037         local disk in sync with the server.
18038
18039         * gnus-start.el (gnus-get-unread-articles):
18040         Cosmetic simplification to logic.
18041
18042         * gnus-util.el (gnus-rename-file): New function.
18043
18044 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18045
18046         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18047
18048 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18049
18050         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18051         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18052
18053 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18054
18055         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18056         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18057
18058 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18059
18060         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18061
18062 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18063
18064         * spam.el (spam-set-difference): Add function to replace
18065         gnus-set-difference in spam.el.
18066         (spam-summary-prepare-exit): Use spam-set-difference.
18067
18068 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18069
18070         * gnus-registry.el (gnus-registry-cache-file): Update to use
18071         gnus-dribble-directory OR gnus-home-directory OR ~.
18072         (gnus-registry-split-fancy-with-parent): Fix doc.
18073
18074 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18075
18076         * message.el (message-exchange-point-and-mark):
18077         Use message-mark-active-p.  Suggested by Jesper Harder
18078         <harder@ifa.au.dk>.
18079
18080 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18081
18082         * message.el (message-exchange-point-and-mark): Don't activate
18083         region if it was inactive.  Suggested by Hiroshi Fujishima
18084         <pooh@nature.tsukuba.ac.jp>.
18085
18086 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18087
18088         * gnus-art.el (article-display-face): Display Faces in the same
18089         order as X-Faces.
18090
18091 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18092
18093         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18094
18095 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18096
18097         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18098         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18099         (gnus-article-mime-hierarchy): Remove.
18100         (gnus-article-mime-hierarchy-next): Remove.
18101         (gnus-article-mode): Revert 2004-03-19 change.
18102         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18103         (gnus-insert-mime-button): Revert 2004-03-19 change.
18104         (gnus-mime-accumulate-hierarchy): Remove.
18105         (gnus-mime-enter-multipart): Remove.
18106         (gnus-mime-leave-multipart): Remove.
18107         (gnus-mime-display-part): Revert 2004-03-19 change.
18108         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18109
18110         * mml.el (mml-preview): Revert 2004-03-19 change.
18111
18112 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18113
18114         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18115
18116 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18117
18118         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18119         t while entering a file name using the mm-with-multibyte macro.
18120         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18121
18122         * mm-util.el (mm-with-multibyte): New macro.
18123
18124 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18125
18126         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18127         New user option.
18128         (gnus-mime-multipart-functions): Doc and customization fix.
18129         (gnus-article-mime-hierarchy): New variable.
18130         (gnus-article-mime-hierarchy-next): New variable.
18131         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18132         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18133         gnus-article-mime-hierarchy-next to nil.
18134         (gnus-insert-mime-button): Show hierarchy numbers.
18135         (gnus-mime-accumulate-hierarchy): New function.
18136         (gnus-mime-enter-multipart): New function.
18137         (gnus-mime-leave-multipart): New function.
18138         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18139         (gnus-mime-display-alternative): Show hierarchy numbers.
18140
18141         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18142         gnus-article-mime-hierarchy-next to nil.
18143
18144 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18145
18146         * dns.el: Don't require gnus-xmas.
18147
18148 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18149
18150         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18151         inline PGP.
18152         (mml-menu): Disable mml-quote-region if mark is inactive.
18153
18154 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18155
18156         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18157         when the group's active is not available.
18158
18159 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18160
18161         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18162         error.
18163
18164 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18165
18166         * imap.el (imap-store-password): New variable.
18167         (imap-interactive-login): Use it.
18168         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18169
18170 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18171
18172         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18173         window-start and hscroll to summary window.
18174
18175 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18176
18177         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18178         conversion message to newsrc-dribble when an actual conversion is
18179         performed.
18180
18181 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18182
18183         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18184
18185 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18186
18187         * mm-decode.el (mm-complicated-handles): New function reviving
18188         former definition of mm-multiple-handles.
18189
18190         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18191         (gnus-mime-delete-part): Use it.
18192
18193 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18194
18195         * gnus-agent.el (gnus-agent-read-local):
18196         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18197         avoid the implicit assumption that they will always be equal.
18198         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18199         coding-system-for-write, as the with-temp-file macro first prints
18200         to a buffer then saves the buffer.
18201
18202 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18203
18204         * gnus-art.el (gnus-article-edit-part): New function.
18205         (gnus-mime-save-part-and-strip): Use it; do query instead of
18206         signaling an error; don't use mm-multiple-handles.
18207         (gnus-mime-delete-part): Ditto.
18208
18209 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18210
18211         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18212         old file versions.
18213         (gnus-group-prepare-hook): Remove function that converted list
18214         form of gnus-agent-expire-days to group properties.
18215
18216         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18217         (gnus-request-accept-article): Re-indented.
18218
18219         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18220         converters to handle old agent file formats.  Add logic for a
18221         "backup before upgrading warning".
18222         (gnus-convert-mark-converter-prompt): Developers can mark
18223         functions as needing (default), or not needing,
18224         gnus-convert-old-newsrc's "backup before upgrading warning".
18225         (gnus-convert-converter-needs-prompt): Tests whether the user
18226         should be protected from potentially irreversable changes by the
18227         function.
18228
18229         * legacy-gnus-agent.el: New.  Provides converters that are only
18230         loaded when gnus-convert-old-newsrc needs to call them.
18231
18232 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18233
18234         * mail-source.el (mail-source-touch-pop): Doc fix.
18235
18236         * message.el (message-smtpmail-send-it): Doc fix.
18237
18238 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18239
18240         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18241
18242         * nnmail.el (nnmail-split-fancy): do.
18243
18244         * gnus-kill.el (gnus-kill, gnus-execute): do.
18245
18246 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18247
18248         * gnus-sum.el (gnus-widget-reversible-match)
18249         (gnus-widget-reversible-to-internal)
18250         (gnus-widget-reversible-to-external): New functions.
18251         (gnus-widget-reversible): New widget.
18252         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18253
18254 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18255
18256         * gnus-sum.el (gnus-thread-sort-functions)
18257         (gnus-article-sort-functions): Document `(not F)' items.
18258
18259 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18260
18261         * spam.el (spam-use-gmane-xref): Add new backend.
18262         (spam-gmane-xref-spam-group): Add variable to control the name of the
18263         Gmane spam group.
18264         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18265         (spam-regex-headers-spam, spam-regex-headers-ham)
18266         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18267         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18268         backends and checks.
18269         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18270
18271         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18272         an autodetect method.
18273
18274 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18275
18276         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18277         articles are being added to a group.
18278         (gnus-request-replace-article): Inform the agent that articles
18279         need to be uncached as the cached contents are no longer valid.
18280
18281 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18282
18283         * binhex.el: Don't autoload executable-find.
18284
18285         * canlock.el: Don't autoload mail-fetch-field.
18286
18287         * dgnushack.el: Autoload c-mode for XEmacs.
18288
18289         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18290
18291         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18292         rmail-dont-reply-to and rmail-output.
18293
18294         * gnus-score.el: Don't autoload ffap-string-at-point.
18295
18296         * gnus-setup.el: Don't autoload sc-cite-original.
18297
18298         * imap.el: Don't autoload base64-decode-string,
18299         base64-encode-string and md5.
18300
18301         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18302         and rmail-msg-restore-non-pruned-header.
18303
18304         * mm-decode.el: Don't autoload executable-find.
18305
18306         * mm-url.el: Don't autoload executable-find.
18307
18308         * mm-view.el: Don't autoload diff-mode.
18309
18310         * nndb.el: Don't autoload news-reply-mode, news-setup,
18311         cancel-timer and telnet.
18312
18313         * password.el: Don't autoload run-at-time for Emacs.
18314
18315         * sha1-el.el: Don't autoload executable-find.
18316
18317         * sieve-mode.el: Don't autoload c-mode.
18318
18319         * uudecode.el: Don't autoload executable-find.
18320
18321 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18322
18323         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18324         (gnus-agent-possibly-alter-active): Avoid null in numeric
18325         comparison.
18326         (gnus-agent-set-local): Refuse to save null in local object table.
18327         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18328         list of articles that will be marked as unread.
18329
18330 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18331
18332         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18333
18334 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18335
18336         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18337         language tags.
18338
18339 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18340
18341         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18342         Don't bind "obarray".
18343
18344         * gnus-sum.el (gnus-thread-sort-functions):
18345         Add `gnus-thread-sort-by-most-recent-number' and
18346         `gnus-thread-sort-by-most-recent-date'.
18347         Reported by Kai Grossjohann <kai@emptydomain.de>.
18348
18349 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18350
18351         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18352
18353 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18354
18355         * gnus-cus.el (gnus-agent-customize-category):
18356         Remove ignore-errors macro reference that required cl to be loaded at
18357         run-time.
18358
18359         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18360         single-interval range of the form (min . max).  Previously the
18361         range had to look like ((min . max)).  Likewise, return
18362         (min . max) rather than ((min . max)).
18363         (gnus-range-map): Use gnus-range-normalize to accept
18364         single-interval range.
18365
18366         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18367         the cache, but not the agent, now appear with their usual face.
18368
18369         * dgnushack.el (loaddir): New variable that is bound to the
18370         directory containing the dgnushack.el file. Use loaddir, rather
18371         than srcdir, to update load-path. Change lets dgnushack compile
18372         code in directories other than GNUS/lisp.
18373
18374 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18375
18376         * lpath.el: Don't bind w3m-safe-url-regexp.
18377
18378         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18379         w3m-safe-url-regexp variable buffer-local.
18380
18381         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18382
18383 2004-02-27  Simon Josefsson  <jas@extundo.com>
18384
18385         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18386         gnus-group-real-prefix.
18387         (gnus-summary-move-article): Use it, instead of
18388         gnus-group-real-prefix.
18389
18390 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18391
18392         * lpath.el: Bind w3m-safe-url-regexp.
18393
18394         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18395         w3m-safe-url-regexp variable buffer-local and set it as the value
18396         of mm-w3m-safe-url-regexp.
18397
18398         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18399
18400         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18401         parsing gnus-posting-styles when the message is not for replying.
18402
18403         * dgnushack.el: Autoload sgml-mode for XEmacs.
18404
18405         * nnrss.el (nnrss-opml-export):
18406         Use mm-set-buffer-file-coding-system instead of
18407         set-buffer-file-coding-system.
18408
18409 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18410
18411         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18412         of checkdoc.el).
18413         * nnrss.el: do.
18414         * gnus-mlspl.el: do.
18415         * gnus-ml.el: do.
18416         * gnus-srvr.el: do.
18417
18418         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18419
18420 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18421
18422         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18423         Corrections to custom-manual links.
18424
18425         * gnus-art.el (gnus-article): Ditto.
18426
18427         * mm-decode.el (mime-display, mime-security): Ditto.
18428
18429 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18430
18431         * flow-fill.el: Typo.
18432
18433 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18434
18435         * spam-wash.el: New file.
18436
18437 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18438
18439         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18440
18441 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18442
18443         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18444         to be run with new-articles as LIST1, not LIST2.
18445         (spam-registration-functions): Add spam-use-ham-copy as a nil
18446         registration backend.
18447
18448 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18449
18450         * spam-stat.el (spam-stat-washing-hook): New option.
18451         (spam-stat-buffer-words): Use it.
18452         (spam-stat-process-directory, spam-stat-test-directory):
18453         Use insert-file-contents-literally.
18454         (spam-stat-coding-system): New variable.
18455         (spam-stat-load, spam-stat-save): Use it.
18456
18457 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18458
18459         * spam-report.el (spam-report-plug-agent):
18460         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18461
18462 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18463
18464         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18465         Allow / in mailto URLs.
18466
18467 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18468
18469         * spam-report.el (spam-report-process-queue): Fix interactive use.
18470         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18471         (spam-report-unplug-agent): Doc fixes.
18472         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18473         (spam-report-agentize, spam-report-deagentize): Autoload.
18474
18475 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18476
18477         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18478
18479         * message.el (message-setup-fill-variables): Add mml tags to
18480         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18481         <ajk@iu.edu>.
18482         (message-mode): Don't modify paragraph-separate there.
18483
18484 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18485
18486         * compface.el (uncompface-use-external): Default to undecided.
18487         (uncompface-use-external-threshold): New variable.
18488         (uncompface-float-time): New macro.
18489         (uncompface): Determine whether to use the external decoder if
18490         uncompface-use-external is undecided.
18491
18492 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18493
18494         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18495         after images.
18496
18497         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18498
18499 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18500
18501         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18502
18503         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18504
18505         * gnus-sum.el (gnus-summary-limit-to-age)
18506         (gnus-summary-limit-children): do.
18507
18508         * gnus-int.el (gnus-request-scan): do.
18509
18510         * gnus-group.el (gnus-group-suspend): do.
18511
18512         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18513
18514         * gnus-cite.el (gnus-cite-parse-attributions): do.
18515
18516         * gnus-agent.el (gnus-summary-set-agent-mark)
18517         (gnus-agent-regenerate-group): do.
18518
18519         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18520
18521         * binhex.el (binhex-decode-region-internal): do.
18522
18523 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18524
18525         * gnus-fun.el (gnus-face-properties-alist): New user option.
18526         (gnus-display-x-face-in-from): Use it.
18527
18528         * gnus-art.el (article-display-face): Ditto.
18529
18530         * compface.el (uncompface-use-external): Default to nil.
18531
18532 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18533
18534         * nntp.el (nntp-erase-buffer): New function.
18535         (nntp-retrieve-data, nntp-send-command)
18536         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18537         (nntp-possibly-change-group): Use it.
18538
18539         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18540         Use with-current-buffer.
18541
18542 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18543
18544         * compface.el: Merge the ELisp-based uncompface program.
18545         (compface): New customization group.
18546         (uncompface-use-external): New user option.
18547         (uncompface): Call uncompface-internal if uncompface-use-external
18548         is nil.
18549         (uncompface-internal): New function.  Note that there are also
18550         some other functions and variables added for this function.
18551
18552 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18553
18554         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18555         if necessary.
18556
18557 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18558
18559         * spam-report.el (spam-report-unplug-agent)
18560         (spam-report-plug-agent, spam-report-deagentize)
18561         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18562         Add support for the Agent in spam-report: when unplugged, report to a
18563         file; when plugged, submit all the requests.
18564
18565         * spam.el (spam-register-routine): Fix message about
18566         registration.
18567
18568 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18569
18570         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18571         dependencies.
18572         (rfc2047-encode): Use it.
18573
18574         * gnus-art.el (gnus-button-marker-list): Move before first
18575         reference.
18576
18577         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18578         (imap-parse-body): Fix format string mismatch.
18579
18580         * gnus-score.el (gnus-summary-increase-score): do.
18581
18582         * nnrss.el (nnrss-close): New function.
18583
18584 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18585
18586         * nnrss.el (nnrss-make-filename): New function.
18587         (nnrss-request-delete-group, nnrss-read-server-data)
18588         (nnrss-save-server-data, nnrss-read-group-data)
18589         (nnrss-save-group-data): Use it.
18590         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18591         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18592         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18593
18594 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18595
18596         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18597
18598 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18599
18600         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18601         files.
18602
18603         * message.el (message-generate-headers-first): Don't quote nil
18604         and t in docstrings.
18605
18606         * imap.el (imap-id): do.
18607
18608         * gnus-agent.el (gnus-agent-consider-all-articles)
18609         (gnus-agent-queue-mail): do.
18610
18611 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18612
18613         * spam-report.el (spam-report-process-queue): New function.
18614         Process requests from `spam-report-requests-file'.
18615         (spam-report-process-queue): Doc fix.
18616
18617 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18618
18619         * spam.el (spam-register-routine)
18620         (spam-log-processing-to-registry, spam-log-registered-p)
18621         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18622         Change "check" to "spam-check" for semi-clarity.
18623
18624 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18625
18626         * pop3.el: Require nnheader.
18627
18628         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18629
18630         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18631
18632         * gnus-picon.el: Require cl.
18633
18634         * gnus-fun.el: Require gnus-ems and gnus-util.
18635
18636         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18637
18638         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18639
18640         * gnus-art.el (gnus-article-edit-mode): Define before first
18641         reference.
18642
18643 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18644
18645         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18646         (gnus-uu-post-encoded): Use point-at-bol.
18647
18648         * gnus-topic.el (gnus-group-active-topic-p): do.
18649
18650         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18651
18652         * gnus-group.el (gnus-group-kill-region): do.
18653
18654         * gnus-art.el (article-date-ut): do.
18655
18656         * message.el (message-fetch-field): Remove redundant
18657         case-fold-search binding.
18658         (message-narrow-to-field): Simplify.
18659
18660 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18661
18662         * spam.el (spam-directory): Derive from `gnus-directory'.
18663
18664         * spam-report.el (spam-report-url-to-file)
18665         (spam-report-requests-file): New function and variable for offline
18666         reporting.
18667         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18668         and user defined function.
18669         (spam-report-url-ping-mm-url): Remove doubled slash.
18670
18671 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18672
18673         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18674
18675 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18676
18677         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18678         Fix format string mismatch.
18679
18680         * sieve.el (sieve-deactivate-all): do.
18681
18682         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18683
18684         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18685
18686         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18687
18688         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18689
18690 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18691
18692         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18693         the list of checks.
18694
18695 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18696
18697         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18698         padding.
18699
18700 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18701
18702         * mm-view.el (mm-fill-flowed): New variable.
18703         (mm-inline-text): Use it.
18704
18705 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18706
18707         * spam.el (spam-spamassassin-register-ham-routine)
18708         (spam-spamassassin-register-spam-routine): Fix function names.
18709
18710 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18711
18712         * gnus.el (gnus-tmp-grouplens): Remove.
18713         (gnus-summary-line-format): Remove grouplens.
18714
18715         * gnus-group.el (gnus-group-line-format): Ditto.
18716
18717         * gnus-spec.el (gnus-format-specs): Ditto.
18718         (gnus-update-format-specifications): Flush the group format spec
18719         cache if there's the grouplens stuff.
18720         (gnus-parse-simple-format): Replace %l with the empty string.
18721
18722 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18723
18724         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18725         omission.
18726
18727 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18728
18729         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18730         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18731
18732 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18733
18734         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18735         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18736         New macros and functions.
18737         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18738         Handle > NLINK_MAX messages.
18739         * nnmaildir.el (nnmaildir-request-set-mark):
18740         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18741
18742 2004-01-25  Alex Schroeder  <alex@gnu.org>
18743
18744         * spam-stat.el (spam-stat-process-directory-age): New option.
18745         (spam-stat-process-directory): Use it.
18746
18747 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18748
18749         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18750         (spam-stat-save): Accept prefix argument.
18751
18752 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18753
18754         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18755         links" error.
18756
18757 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18758
18759         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18760         the rest of the and/or forms.
18761
18762 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18763
18764         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18765         compatibility with old .newsrc.eld files.
18766
18767         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18768
18769         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18770
18771         * gnus-start.el (gnus-1): do.
18772
18773         * gnus-group.el (gnus-group-line-format-alist): do.
18774
18775         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18776
18777         * gnus-gl.el: Remove.
18778
18779 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18780
18781         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18782         marks consisting of a single range {for example, (3 . 5)} rather
18783         than a list of a single range { ((3 . 5)) }.
18784
18785 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18786
18787         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18788         Use with-current-buffer.
18789         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18790         avoid consing a string.
18791
18792         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18793         Remove obsolete entries for big5 and gb2312.
18794
18795 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18796
18797         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18798         uncompressed list.
18799
18800 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18801
18802         * spam-stat.el (spam-stat-strip-xref): New function.
18803         (spam-stat-process-directory): Use it.
18804
18805         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18806         here -- it's done in message-fetch-field.
18807
18808 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18809
18810         * gnus-agent.el (gnus-agent-queue-mail)
18811         (gnus-agent-prompt-send-queue): New variables.
18812         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18813         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18814         "nndraft:queue" along to gnus-draft-send.
18815         Use gnus-agent-prompt-send-queue.
18816         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18817         is "nndraft:queue".  Suggested by Gaute Strokkenes
18818         <gs234@srcf.ucam.org>
18819
18820         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18821         (agent-enable-undownloaded-faces): Add.
18822         (gnus-agent-cat-groups): Use eval-and-compile, not
18823         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18824         method of gnus-agent-cat-groups even when the buffer has been
18825         evaled.
18826         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18827         delete gnus-agent-save-active-1.
18828         (gnus-agent-save-groups): Delete.  Identical to
18829         gnus-agent-save-active.
18830         (gnus-agent-write-active): No longer adjust agent's copy of active
18831         file as agent's adjustments are now stored in their own
18832         file.  Remove optional parameter.
18833         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18834         servers.  Add use of min/max range limits from server's local
18835         file.
18836         (gnus-agent-save-alist): Remove unused optional argument.
18837         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18838         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18839         (gnus-agent-set-local): A per-server file that keeps min/max range
18840         limits for articles known to the agent.  Provides a fast mechanism
18841         for altering many active ranges.
18842         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18843         active file (local makes it unnecessary).
18844         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18845
18846         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18847         (agent-enable-undownloaded-faces): Add.
18848
18849         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18850         disable it when sending to "nndraft:queue".
18851         (gnus-group-send-queue): Add safety check to avoid sending queue
18852         when unplugged.
18853
18854         * gnus-group.el (gnus-group-catchup): Use new
18855         gnus-sequence-of-unread-articles, not
18856         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18857         numbers of articles.  Use gnus-range-map to avoid having to
18858         uncompress the unread list.
18859         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18860         Fix invalid ange-ftp reference.
18861
18862         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18863         (gnus-sorted-range-intersection): Intersection of two ranges
18864         without requiring that they first be uncompressed.
18865
18866         * gnus-start.el (gnus-activate-group): Unless blocked by the
18867         caller, possibly expand the active range to include both cached
18868         and agentized articles.
18869         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18870         multiple version-dependent converters.
18871         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18872         gnus-agent-save-active.
18873         (gnus-save-newsrc-file): Save dirty agent range limits.
18874
18875         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18876         gnus-agent-possibly-alter-active.
18877         (gnus-adjust-marked-articles): Faster handling of simple lists.
18878
18879 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18880
18881         * spam-stat.el (spam-stat-test-directory): New optional argument
18882         displays a list of files detected.  Suggested by Andrew Cohen
18883         <cohen@andy.bu.edu>.
18884         (spam-stat-buffer-words-with-scores): Don't narrow and change
18885         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18886
18887 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18888
18889         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18890         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18891         (spam-spamassassin-arguments)
18892         (spam-spamassassin-spam-flag-header)
18893         (spam-spamassassin-positive-spam-flag-header)
18894         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18895         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18896         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18897         (spam-list-of-processors, spam-list-of-checks)
18898         (spam-list-of-statistical-checks, spam-registration-functions)
18899         (spam-check-spamassassin-headers, spam-check-spamassassin)
18900         (spam-spamassassin-score)
18901         (spam-spamassassin-register-with-sa-learn)
18902         (spam-spamassassin-register-spam-routine)
18903         (spam-spamassassin-register-ham-routine)
18904         (spam-assassin-register-spam-routine)
18905         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18906         (spam-bogofilter-score): Fix to show article before scoring.
18907
18908 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18909
18910         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18911         default scoring function.
18912         (spam-generic-score): Call spam-spamassassin-score if
18913         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18914         spam-bogofilter-score otherwise.
18915
18916         * gnus.el (spam-process, spam-autodetect-methods):
18917         Add spamassassin and spamassassin-headers.
18918
18919 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18920
18921         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18922         Suppress unnecessary messages.
18923
18924 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18925
18926         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18927         make-hash-table.
18928
18929 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18930
18931         * canlock.el (base64-encode-string): Don't autoload it.
18932
18933 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18934
18935         * run-at-time.el: Remove useless (require 'itimer),
18936         eval-and-compile and (featurep 'xemacs).
18937
18938 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18939
18940         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18941         GROUP is a virtual group.
18942
18943 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18944
18945         * gnus.el: Autoload `message-y-or-n-p'.
18946
18947 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18948
18949         * pgg-parse.el: Remove unnecessary (require 'custom).
18950
18951         * pgg-def.el: do.
18952
18953         * nnmail.el: do.
18954
18955         * gnus-undo.el: do.
18956
18957         * gnus-picon.el: do.
18958
18959         * gnus-util.el: do.
18960
18961 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18962
18963         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18964
18965 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18966
18967         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18968         handle, as well as a list.
18969
18970         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18971         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18972         (mm-w3m-cid-retrieve): Simplify.
18973
18974 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18975
18976         * message.el (message-kill-to-signature): Allow prefix arg to
18977         specify number of lines to keep before signature.
18978
18979 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18980
18981         * message.el (message-kill-to-signature): Change docstring.
18982
18983 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18984
18985         * canlock.el: Always require sha1-el.
18986         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18987
18988         * message.el: Autoload sha1 only when compiling.
18989
18990         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18991         eudc-expand-inline for XEmacs.
18992
18993 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18994
18995         * message.el (message-canlock-generate): Require sha1-el.
18996
18997 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18998
18999         * message.el (message-expand-name): Silence the byte compiler.
19000
19001         * lpath.el: Add detect-coding-system.
19002
19003         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19004         cus-edit.
19005
19006 2004-01-13  Simon Josefsson  <jas@extundo.com>
19007
19008         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19009         Invoke gnus-score-mode.
19010         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19011
19012         * gnus-range.el (gnus-compress-sequence): Doc fix.
19013         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19014
19015 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19016
19017         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19018
19019 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19020
19021         * spam.el (spam-get-article-as-string): Update to use
19022         gnus-request-article-this-buffer, much simpler.
19023         (spam-get-article-as-buffer): Remove.
19024
19025 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19026
19027         * message.el (message-expand-name): Use EUDC if the user uses that.
19028
19029 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19030
19031         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19032         character for the encoding to avoid consing a string.
19033
19034         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19035         unnecessarily.
19036
19037         * mm-util.el (mm-replace-chars-in-string): Remove.
19038
19039         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19040         of mm-replace-chars-in-string.
19041
19042 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19043
19044         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19045
19046         * mm-util.el (mm-subst-char-in-string): Support inplace.
19047
19048         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19049         a new string in every iteration.  Use shy groups.
19050
19051 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19052
19053         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19054         * gnus-soup.el (gnus-soup-group-brew):
19055         * gnus-msg.el (gnus-put-message):
19056         * gnus-move.el (gnus-group-move-group-to-server):
19057         * gnus-kill.el (gnus-batch-score):
19058         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19059         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19060         (gnus-group-update-group, gnus-group-read-group)
19061         (gnus-group-make-group, gnus-group-make-help-group)
19062         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19063         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19064         (gnus-group-sort-by-unread, gnus-group-catchup)
19065         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19066         (gnus-group-yank-group, gnus-group-set-info)
19067         (gnus-group-list-groups):
19068         * gnus.el (gnus-generate-new-group-name):
19069         * gnus-delay.el (gnus-delay-send-queue):
19070         * nnvirtual.el (nnvirtual-catchup-group):
19071         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19072         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19073         (gnus-group-prepare-topics, gnus-topic-check-topology):
19074         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19075         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19076         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19077         (gnus-group-make-articles-read):
19078         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19079         (gnus-group-change-level, gnus-kill-newsgroup)
19080         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19081         (gnus-get-unread-articles, gnus-make-articles-unread)
19082         (gnus-make-ascending-articles-unread): Use accessor
19083         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19084         to get group information for improved readability.
19085
19086
19087 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19088
19089         * gnus-art.el (article-decode-mime-words, article-babel)
19090         (gnus-article-highlight-signature, gnus-article-add-buttons)
19091         (gnus-signature-toggle): Use gnus-with-article-buffer.
19092
19093         * gnus-art.el (gnus-article-highlight-headers)
19094         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19095
19096         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19097         (gnus-article-set-globals, gnus-request-article-this-buffer)
19098         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19099         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19100         (gnus-mime-display-alternative): Use with-current-buffer.
19101
19102 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19103
19104         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19105         also under 80 char limit, and call gnus-error if needed.
19106         (spam-fetch-article-header): Fix - it was a
19107         buffer-local variable (gnus-newsgroup-data).
19108         (spam-find-spam): Use spam-generate-fake-headers, forget about
19109         spam-insert-fake-headers.
19110         (spam-insert-fake-headers): Remove.
19111
19112 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19113
19114         * deuglify.el (gnus-article-outlook-unwrap-lines)
19115         (gnus-outlook-rearrange-article)
19116         (gnus-outlook-repair-attribution-outlook)
19117         (gnus-outlook-repair-attribution-block)
19118         (gnus-outlook-repair-attribution-other): Remove redundant
19119         save-excursion.
19120
19121 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19122
19123         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19124         (spam-fetch-field-subject-fast)
19125         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19126         (spam-fetch-article-header): Add functions to deal with Gnus
19127         internals for fast retrieval of article header data.
19128         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19129
19130 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19131
19132         * pop3.el (pop3-md5): Remove.
19133         (pop3-apop): Replace pop3-md5 with md5.
19134
19135         * mm-bodies.el: base64 is always built-in.
19136
19137         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19138         Use with-current-buffer.
19139
19140 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19141
19142         * canlock.el (canlock-insert-header): Remove excessive grouping in
19143         regexp.
19144
19145         * gnus-sum.el (gnus-summary-read-document): Ditto.
19146
19147         * gnus-uu.el (gnus-uu-part-number): Ditto.
19148
19149         * html2text.el (html2text-remove-tags): Ditto.
19150         (html2text-format-tags): Ditto.
19151         (html2text-format-single-elements): Ditto.
19152
19153         * mml.el (mml-parse-1): Ditto.
19154
19155 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19156
19157         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19158
19159         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19160
19161         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19162
19163         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19164
19165 2003-11-15  Simon Josefsson  <jas@extundo.com>
19166
19167         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19168         (pgg-gpg-lookup-key): Use regexp match instead of
19169         split-string (split-string is different between emacs 21.2 and
19170         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19171
19172 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19173
19174         * gnus-art.el (gnus-mime-view-all-parts)
19175         (gnus-article-part-wrapper, gnus-article-view-part):
19176         Use with-current-buffer.
19177
19178 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19179
19180         * spam.el (spam-disable-spam-split-during-ham-respool)
19181         (spam-spamoracle-database, spam-cache-lookups)
19182         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19183         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19184         (spam-group-ham-marks, spam-group-spam-marks)
19185         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19186         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19187         also add spam-use-blackholes to the statistical checks.
19188         (spam-fetch-field-fast): Add interface to fetching fields, may
19189         become a macro.
19190         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19191         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19192         (spam-insert-fake-headers): Fake an article when needed.
19193         (spam-find-spam): Fake article when possible.
19194         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19195         (spam-check-bogofilter-headers): Use message-fetch-field instead
19196         of nnmail-fetch-field.
19197
19198 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19199
19200         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19201
19202 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19203
19204         * spam.el (spam-split): Do not require spam-use-CHECK to be
19205         enabled if that check is passed to spam-split explicitly; also
19206         fix so 'spam doesn't get converted to spam-split-group when
19207         spam-split-symbolic-return is t.
19208         (spam-find-spam): Find registrations of the article and use those
19209         instead of re-running spam-split to find the spam/ham
19210         classification of the article.
19211         (spam-log-processing-to-registry, spam-log-registered-p)
19212         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19213         Use gnus-error instead of gnus-message.
19214         (spam-log-registration-type): Add function to determine the
19215         classification of a message based on registry entries; will
19216         return nil if both 'spam and 'ham are found.
19217         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19218         a reasonably fast local cache without the loading errors.
19219         (spam-cache-lookups): Set to t by default.
19220         (spam-find-spam): Don't try to guess spam-cache-lookups.
19221         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19222         spam-caches entry.
19223         (spam-filelist-build-cache, spam-filelist-check-cache):
19224         Fix caching of whitelist/blacklist entries.
19225         (spam-check-whitelist, spam-check-blacklist):
19226         Invoke spam-from-listed-p with a type, not a cache variable.
19227         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19228
19229 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19230
19231         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19232
19233         * nnmail.el (nnmail-split-fancy): do.
19234
19235         * mml.el (mml-parse): do.
19236
19237         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19238         (gnus-score-adaptive): do.
19239
19240 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19241
19242         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19243         (gnus-mime-button-map): Don't set keymap parent.
19244         (gnus-button-ctan-directory-regexp): Use shy grouping.
19245         (gnus-prev-page-map): Don't set keymap parent.
19246         (gnus-prev-page-map): Remove duplicated one.
19247         (gnus-next-page-map): Don't set keymap parent.
19248         (gnus-mime-security-button-map): Ditto.
19249
19250         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19251         version number.
19252
19253         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19254
19255 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19256
19257         * canlock.el (canlock-sha1-function): Remove.
19258         (canlock-sha1-function-for-verify): Remove.
19259         (canlock-openssl-program): Remove.
19260         (canlock-openssl-args): Remove.
19261         (canlock-ignore-errors): Remove.
19262         (canlock-sha1-with-openssl): Remove.
19263         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19264         (canlock-verify): Don't use canlock-ignore-errors.
19265
19266         * sha1-el.el (sha1-string-external): Make it can return a string
19267         in binary form.
19268         (sha1-region-external): Ditto.
19269         (sha1-string-internal): Ditto.
19270         (sha1-region-internal): Ditto.
19271         (sha1-region): Ditto.
19272         (sha1-string): Ditto.
19273         (sha1): Ditto.
19274
19275 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19276
19277         * spam.el (spam-report-articles-gmane): New command.
19278
19279 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19280
19281         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19282
19283         * run-at-time.el (run-at-time-saved): Remove.
19284         (run-at-time): Doc fix.
19285
19286 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19287
19288         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19289         (gnus-summary-limit-map): Add it.
19290         (gnus-summary-make-menu-bar): do.
19291
19292 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19293
19294         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19295         Make attempt at some caching support (done for BBDB only now).
19296         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19297         addresses to be checked.
19298         (spam-clear-cache-BBDB): Add function, to be invoked by
19299         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19300         (spam-check-BBDB): Check and use the caches, if
19301         spam-cache-lookups is on, remove superfluous (provide).
19302
19303 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19304
19305         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19306
19307 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19308
19309         * run-at-time.el (run-at-time-saved): Move to after the definition
19310         of `run-at-time'.
19311
19312         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19313
19314 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19315
19316         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19317         mm-w3m-local-map-property.
19318
19319         * mm-view.el (mm-w3m-mode-map): Remove.
19320         (mm-w3m-local-map-property): Remove.
19321         (mm-inline-text-html-render-with-w3m): Don't use
19322         mm-w3m-local-map-property.
19323
19324 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19325
19326         * run-at-time.el: New file.
19327
19328         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19329         under Emacs.
19330
19331         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19332         of gnus-set-text-properties.
19333
19334         * gnus-uu.el (gnus-uu-save-article): Ditto.
19335
19336         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19337
19338         * gnus-cite.el (gnus-cite-parse): Ditto.
19339
19340         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19341         of gnus-.
19342
19343         * gnus-xmas.el (run-at-time): Require run-at-time.
19344
19345         * gnus.el: Change calls to nnheader-run-at-time and
19346         password-run-at-time throughout to use run-at-time directly.
19347
19348         * password.el: Remove definition of run-at-time.
19349
19350         * nnheaderxm.el: Remove definition of run-at-time.
19351
19352 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19353
19354         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19355         in prompt.
19356
19357 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19358
19359         * messagexmas.el (message-xmas-redefine): Alias
19360         `message-make-caesar-translation-table' to
19361         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19362         version.
19363
19364         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19365         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19366         `gnus-xmas-set-text-properties'.
19367         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19368         `gnus-xmas-completing-read'.
19369         (gnus-xmas-completing-read): Removed.
19370         (gnus-xmas-open-network-stream): Removed.
19371
19372         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19373         XEmacs version.
19374
19375         * dns.el (dns-make-network-process): Use `open-network-stream'
19376         instead of `gnus-xmas-open-network-stream'.
19377
19378         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19379
19380         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19381
19382 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19383
19384         * gnus-art.el (gnus-mime-display-alternative)
19385         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19386         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19387         Don't use gnus-local-map-property.
19388
19389         * gnus-util.el (gnus-local-map-property): Remove.
19390
19391         * mm-view.el (mm-view-pkcs7-decrypt):
19392         Replace gnus-completing-read-maybe-default with completing-read.
19393
19394         * gnus-util.el (gnus-completing-read): do.
19395         (gnus-completing-read-maybe-default): Remove.
19396
19397 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19398
19399         * password.el: Only autoload `run-at-time' if not XEmacs.
19400         Only autoload the itimer functions if XEmacs.
19401
19402 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19403
19404         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19405         XEmacsen.
19406
19407         * dgnushack.el: Autoload executable-find for XEmacs.
19408
19409 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19410
19411         * gnus-art.el (gnus-read-string): Remove.
19412         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19413         read-string.
19414
19415 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19416
19417         * netrc.el: Autoload password-read.
19418         (netrc): Add configuration group.
19419         (netrc-encoding-method, netrc-openssl-path):
19420         Add variables for encoding and decoding of files with symmetric
19421         ciphers.
19422         (netrc-encode): Add assistant function to encode a file with
19423         netrc-encoding-method.
19424         (netrc-parse): Add interactive parameter, added optional
19425         decoding if netrc-encoding-method is non-nil but otherwise
19426         behavior is standard.
19427         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19428         Do s/encode/encrypt/ everywhere.
19429
19430         * spam.el: Remove executable-find autoload.
19431
19432 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19433
19434         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19435
19436         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19437
19438 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19439
19440         * gnus-art.el (gnus-treat-ansi-sequences)
19441         (article-treat-ansi-sequences): New variable and function.
19442         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19443
19444         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19445         Use it.
19446
19447 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19448
19449         * mm-util.el (mm-quote-arg): Remove.
19450
19451         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19452         shell-quote-argument.
19453
19454         * gnus-uu.el (gnus-uu-command): do.
19455
19456         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19457
19458         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19459         with make-char.
19460
19461         * mm-util.el (mm-make-char): Remove.
19462
19463         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19464         add-minor-mode.
19465
19466         * gnus-undo.el (gnus-undo-mode): do.
19467
19468         * gnus-topic.el (gnus-topic-mode): do.
19469
19470         * gnus-sum.el (gnus-dead-summary-mode): do.
19471
19472         * gnus-start.el (gnus-slave-mode): do.
19473
19474         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19475
19476         * gnus-ml.el (gnus-mailing-list-mode): do.
19477
19478         * gnus-gl.el (gnus-grouplens-mode): do.
19479
19480         * gnus-draft.el (gnus-draft-mode): do.
19481
19482         * gnus-dired.el (gnus-dired-mode): do.
19483
19484         * gnus-ems.el (gnus-add-minor-mode): Remove.
19485
19486         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19487         Replace gnus-char-width with char-width.
19488
19489         * gnus-ems.el (gnus-char-width): Remove.
19490
19491         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19492         Replace gnus-char-width with char-width.
19493
19494         * gnus-ems.el (gnus-char-width): Remove.
19495
19496         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19497         definition.
19498         Remove Emacs 20 hash table compatibility code.
19499
19500         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19501         20 compatibility code.
19502
19503         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19504
19505         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19506
19507         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19508         Replace with point-at-{eol,bol}.
19509
19510         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19511
19512         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19513
19514         * flow-fill.el (fill-flowed-point-at-bol)
19515         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19516
19517         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19518         Replace with point-at-{eol,bol} throughout all files.
19519
19520 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19521
19522         * ntlm.el (ntlm-string-as-unibyte): New macro.
19523         (ntlm-build-auth-response): Use it.
19524
19525         Remove Emacs 20 stuff:
19526         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19527         (butlast, mapc, remove): Remove the compiler macros.
19528         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19529         of delq and copy-sequence.
19530         * gnus-art.el (popup-menu): Remove the compiler macro.
19531         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19532         Emacs 20.
19533
19534 2004-01-05  Simon Josefsson  <jas@extundo.com>
19535
19536         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19537         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19538         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19539         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19540         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19541         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19542         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19543         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19544         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19545         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19546         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19547         string-xor into ntlm-string-xor.
19548         Suggested by Jesper Harder <harder@myrealbox.com>.
19549
19550         * ntlm.el: Don't include poem.
19551
19552         * md4.el (print-int32, print-string-hexa): Remove.
19553         Suggested by Jesper Harder <harder@myrealbox.com>.
19554
19555         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19556
19557         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19558         probably breaks emacs with DL patch, but do we care? Is anyone
19559         still using the DL stuff?)
19560
19561         * sieve-manage.el: Use the password package.
19562         (sieve-manage-read-passwd): Remove.
19563         (sieve-manage-interactive-login): Use password.  Re-add
19564         condition-case around loop.
19565
19566         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19567         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19568         Use the password package.
19569
19570 2003-02-19  Simon Josefsson  <jas@extundo.com>
19571
19572         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19573         token.
19574
19575 2002-08-07  Simon Josefsson  <jas@extundo.com>
19576
19577         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19578         (sieve-manage-authenticators):
19579         (sieve-manage-authenticator-alist): Add some SASL mechs.
19580         (sieve-sasl-auth): New function.
19581         (sieve-manage-cram-md5-auth):
19582         (sieve-manage-plain-auth): Rewrite using SASL library.
19583         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19584         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19585         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19586         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19587
19588 2004-01-05  Simon Josefsson  <jas@extundo.com>
19589
19590         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19591         New files.
19592
19593 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19594
19595         * gnus-group.el (gnus-no-groups-message): Update.
19596
19597         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19598
19599 2003-11-09  Simon Josefsson  <jas@extundo.com>
19600
19601         * imap.el: Support for ID IMAP extension (RFC 2971).
19602         (imap-local-variables): Add imap-id.
19603         (imap-id): New variable.
19604         (imap-id): New function.
19605         (imap-parse-response): Parse untagged ID response.
19606         * nnimap.el (nnimap-id): New variable.
19607         (nnimap-open-connection): Use it.
19608
19609 2003-12-28  Simon Josefsson  <jas@extundo.com>
19610
19611         * gnus-score.el (gnus-score-edit-all-score): New.
19612         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19613
19614 2004-01-04  Simon Josefsson  <jas@extundo.com>
19615
19616         * password.el: Add.
19617
19618 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19619
19620         * dns.el (dns-query-types): Fix typo.
19621         (dns-query-types): New function.
19622         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19623         PTR and SOA replies, see RFC 1035.
19624
19625 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19626
19627         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19628
19629         * Move to Changelog.2.
19630
19631 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19632
19633         * gnus.el (gnus-version-number): Bump version.
19634
19635 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19636
19637         * gnus.el: No Gnus v0.1 is released.
19638
19639 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19640
19641         * gnus.el: No Gnus v0.0 is released.
19642
19643 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19644
19645         * gnus.el (gnus-version-number): Bump.
19646         (gnus-version): No.
19647
19648 See ChangeLog.2 for earlier changes.
19649
19650     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19651       Free Software Foundation, Inc.
19652
19653   This file is part of GNU Emacs.
19654
19655   GNU Emacs is free software: you can redistribute it and/or modify
19656   it under the terms of the GNU General Public License as published by
19657   the Free Software Foundation, either version 3 of the License, or
19658   (at your option) any later version.
19659
19660   GNU Emacs is distributed in the hope that it will be useful,
19661   but WITHOUT ANY WARRANTY; without even the implied warranty of
19662   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19663   GNU General Public License for more details.
19664
19665   You should have received a copy of the GNU General Public License
19666   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19667
19668 ;; Local Variables:
19669 ;; coding: utf-8
19670 ;; fill-column: 79
19671 ;; add-log-time-zone-rule: t
19672 ;; End: