Mark gnus-outgoing-message-group as obsolete.
[gnus] / lisp / ChangeLog
1 2010-12-02  Julien Danjou  <julien@danjou.info>
2
3         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
4
5         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6         support.
7
8 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
9
10         * nnir.el: Update to handle the registry better.
11         (autoload): Silence byte-compiler.
12         (nnir-open-server): Add a hook for nnir groups.
13         (nnir-request-move-article): Don't mangle the header. Better to use
14         formating variables (which will be added in the future).
15         (nnir-registry-action): Update the registry using the original article
16         group name.
17         (nnir-mode): Install nnir-specific hooks for updating the registry.
18
19         * gnus-sum.el
20         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
21         obsolete variables.
22         (gnus-summary-move-article): Remove use of obsolete variables.
23         (gnus-summary-local-variables): Make move and delete hooks local to
24         summary buffers.
25
26 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27
28         * rtree.el: New file.
29
30 2010-12-01  Julien Danjou  <julien@danjou.info>
31
32         * message.el (message-user-organization): Do not use
33         gnus-local-organization.
34
35         * gnus.el: Remove gnus-local-organization.
36
37         * gnus-msg.el: Remove nastygram thing.
38
39 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
40
41         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
42         funcall.
43
44 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
45
46         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
47         names.
48
49         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
50         characters.
51
52         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
53         to t of inhibit-read-only since it is inside gnus-with-article-headers.
54         Suggested by Štěpán Němec <stepnem@gmail.com>.
55         (gnus-gravatar-transform-address): Use mail-extract-address-components
56         that supports non-ASCII names rather than mail-header-parse-addresses.
57
58 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
59
60         * proto-stream.el (open-protocol-stream): All starttls connections are
61         handled by the network handler.
62
63 2010-11-30  Julien Danjou  <julien@danjou.info>
64
65         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
66         (nnimap-open-connection-1): Fix PREAUTH.
67
68         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
69
70 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
71
72         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
73         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
74         (shr-insert): Use them.
75         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
76
77 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
78
79         * nnir.el (nnir-request-move-article): Bail out if original group
80         doesn't support article moves.
81         (nnir-get-active): Improve active list retrieval.
82
83 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
84
85         * shr.el (shr-find-fill-point): Don't break before apostrophes.
86
87 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
88
89         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
90         seem to accept strings-with-numbers as port numbers,
91
92 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
93
94         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
95         change the registry.
96
97 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
98
99         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
100         delete-dups that is not available in XEmacs 21.4.
101
102         * mm-util.el (mm-delete-duplicates): Add comment.
103
104 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
105
106         * nnir.el (nnir-ignored-newsgroups): New variable.
107         (nnir-get-active): Use it.
108
109 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
110
111         * proto-stream.el (proto-stream-open-network): Add some comments.
112
113         * nntp.el (nntp-open-connection): Provide a :success condition.
114
115         * nnimap.el (nnimap-open-connection-1): Ditto.
116
117         * proto-stream.el (proto-stream-open-network): See what the response to
118         the STARTTLS command is.
119
120         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
121         backwards compatibility).
122         (nnimap-open-connection-1): Really respect nnimap-server-port.
123
124         * proto-stream.el (proto-stream-open-network): When doing opportunistic
125         TLS upgrades we don't really care about the identity of the peer.
126         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
127         that what we've checked for.
128         (proto-stream-always-use-starttls): Only default to t if
129         open-gnutls-stream exists.
130         (proto-stream-open-network): If STARTTLS failed, then just open a
131         normal connection.
132         (proto-stream-open-network): Wait until the greeting before doing
133         STARTTLS.
134
135         * nntp.el (nntp-open-connection): Report what the connection error is.
136
137         * proto-stream.el (open-protocol-stream): Renamed from
138         open-proto-stream.
139
140 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
141
142         * nnimap.el (nnimap-stream): Change default to `undecided'.
143         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
144         first, and then network.
145         (nnimap-open-connection-1): Respect nnimap-server-port.
146         (nnimap-open-connection): Be more backwards-compatible.
147
148         * proto-stream.el (proto-stream-always-use-starttls): New variable.
149         (proto-stream-open-starttls): De-duplicate the starttls code.
150         (proto-stream-open-starttls): Folded back into the main function.
151         (proto-stream-open-network): Fix typo in the gnutls path.
152         (proto-stream-command): Refactor out.
153
154         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
155
156         * proto-stream.el (proto-stream-open-starttls): Actually implement the
157         starttls.el STARTTLS.
158
159         * color.el (color-lab->srgb): Fix function call name.
160
161         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
162         if we're using tls.el.
163         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
164         built in, then don't try to establish a STARTTLS connection.
165
166         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
167         servers.
168
169         * proto-stream.el (open-proto-stream): Use network, not stream.
170         (open-proto-stream): Add a way to specify what the end of a command is.
171
172         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
173         connections types.
174         (nntp-open-network-stream): Remove.
175         (nntp-open-ssl-stream): Remove.
176         (nntp-open-tls-stream): Remove.
177         (nntp-ssl-program): Remove.
178
179         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
180
181 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
182
183         * nnir.el: Fix typos.
184         (nnir-retrieve-headers-override-function): Rename variable to reflect
185         new semantics.
186         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
187         macros.
188         (nnir-request-article, nnir-request-move-article): Use them.
189         (nnir-categorize): New function.
190         (nnir-run-query): Use it.
191         (nnir-retrieve-headers): Rewrite to batch header retrieval.
192         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
193         sorted.
194         (nnir-group-full-name): Use gnus-group-full-name instead.
195         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
196         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
197
198 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
199
200         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
201
202         * proto-stream.el: New library to provide protocol-specific
203         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
204         protocols.
205         (open-proto-stream): Complete the documentation.
206         (proto-stream-open-network): Fix some typos.
207
208         * nnimap.el (nnimap-open-connection): Use it.
209
210 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
211
212         * pop3.el (pop3-open-server): Read server greeting before starting TLS
213         negotiation.
214
215 2010-11-26  Julien Danjou  <julien@danjou.info>
216
217         * color.el: Rename various rgb functions to srgb.
218
219 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220
221         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
222         names.
223
224 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
225
226         * shr.el (shr-insert): Revert last change.
227         (shr-find-fill-point): Never leave point being at bol;
228         relax the kinsoku limitation when rendering tables.
229
230 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
231
232         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
233         results from -accept-article.
234
235         * shr-color.el: Require cl when compiling.
236
237         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
238         checkin.
239
240         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
241
242         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
243
244         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
245         'add and 'delete to set backend marks.
246
247         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
248
249         * nnheader.el (nnheader-update-marks-actions): Refactor out.
250
251         * nntp.el (nntp-request-set-mark): Use it.
252
253         * nnfolder.el (nnfolder-request-set-mark): Ditto.
254
255         * nnml.el (nnml-request-set-mark): Ditto.
256
257         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
258         introduces regressions in article selection.
259         (nnimap-find-uid-response): New function.
260         (nnimap-request-accept-article): Use the UID returned, if any.
261         (nnimap-request-move-article): Use the UID returned, if any.
262         (nnimap-get-groups): Reimplement to work with folded lines.
263         (nnimap-find-uid-response): The UID is the last element in the list.
264         (nnimap-request-set-mark): Extend syntax with 'set.
265
266         * nnml.el (nnml-request-set-mark): Ditto.
267
268         * nnfolder.el (nnfolder-request-set-mark): Ditto.
269
270         * nntp.el (nntp-request-set-mark): Ditto.
271
272 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
273
274         * message.el (message-called-interactively-p): A temporary macro.
275         (message-goto-body): Use it temporarily.
276
277 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
278
279         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
280         (nnimap-last-response-string): Unfold quoted lines, if they exist.
281         (nnimap-last-response-string): Fix last unfolding fix.
282
283 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
284
285         * shr.el (shr-insert): Fix the way to fold lines.
286
287 2010-11-25  Julien Danjou  <julien@danjou.info>
288
289         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
290
291         * color.el: Rename from color-lab.el
292         (color-rgb->hex): Add.
293         (color-complement): Add.
294         (color-complement-hex): Add.
295
296         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
297
298 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
299
300         * shr-color.el (shr-color-visible): Don't bug out if the colour names
301         don't exist.
302
303 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
304
305         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
306         assuming that article displaying or another mml-preview may be
307         interrupted for an error or for the like.
308
309         * shr.el (shr-get-background): Fix argument name.
310
311 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
312
313         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
314
315         * gnus-sum.el (gnus-summary-include-articles): New function.
316
317         * message.el (message-goto-body): called-interactively-p needs a
318         parameter, so use `any'.
319
320         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
321         clear marks before moving, since they're synced from the Gnus side
322         first.
323
324         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
325         (gnus-summary-move-article): Copy over all marks before moving, so that
326         IMAP doesn't think a new article has arrived.
327
328 2010-11-24  Julien Danjou  <julien@danjou.info>
329
330         * shr.el (shr-insert-background-overlay): Fix typo.
331         (shr-render-td): Copy the background before rendering.
332
333         * shr-color.el (shr-color-visible): Fix docstring.
334
335         * shr.el (shr-tag-table): Add bgcolor support.
336         (shr-render-td): Add bgcolor support.
337         (shr-get-background): Add.
338         (shr-insert-foreground-overlay): Use shr-get-background.
339
340         * message.el (message-goto-body): Use called-interactively-p.
341         (message-in-body-p): message-goto-body returns point.
342
343 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
344
345         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
346         Fixes something or other in Emacs 23, and is backwards compatible.
347
348         * message.el (message-goto-body): Remove the <#secure special-casing,
349         which is too special.
350
351         * shr.el (shr-parse-style): Drop !important from styles.
352
353 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
354
355         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
356         this function to return incorrect results when calling it with an
357         explicit article argument different from
358         (gnus-summary-article-number).
359
360 2010-11-24  Julien Danjou  <julien@danjou.info>
361
362         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
363         (shr-tag-body): Add background support.
364         (shr-descend): Add background support.
365         (shr-tag-title): Add.
366
367         * shr-color.el (shr-color-visible): Really return original background
368         if fixed.
369
370 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371
372         * shr.el (shr-color-check): Protect against non-existant colour names.
373
374 2010-11-24  Julien Danjou  <julien@danjou.info>
375
376         * color-lab.el: Require 'cl when compiling.
377
378         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
379
380         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
381         matched part.
382
383         * color-lab.el: Fix all expt calls to use float type.
384
385 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
386
387         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
388         expression to shr-color-check as is.
389
390         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
391
392         * color-lab.el: Add coding cookie.
393         (float-pi): Use eval-and-compile.
394
395         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
396         compiled for Emacsen having no `libxml-parse-html-region' support.
397
398 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
399
400         * shr.el (shr-insert-color-overlay): Split stuff like
401         "#444444 !important" to find the real colour.
402         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
403         parse <font color="red"> entries.
404
405 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
406
407         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
408         point when parsing headers.
409
410         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
411         is positioned properly when parsing headers.
412
413 2010-11-23  Julien Danjou  <julien@danjou.info>
414
415         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
416
417         * shr-color.el (shr-color->hexadecimal): Add support for color names.
418
419         * shr.el (shr-parse-style): Replace \n with space in style parsing.
420
421         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
422         shr-color-hue-to-rgb.
423         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
424
425 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
426
427         * shr.el (shr-color->hexadecimal): Autoload.
428         (shr-descend): Add color to all tags.
429
430 2010-11-22  Julien Danjou  <julien@danjou.info>
431
432         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
433         shr-color->hexadecimal.
434
435         * shr-color.el (shr-color->hexadecimal): Add converting functions for
436         RGB() or HSL() color representation.
437
438         * shr.el (shr-tag-font): Add.
439         (shr-tag-color-check): New function to get better colors.
440         (shr-tag-insert-color-overlay): Factorize code between tag-font and
441         tag-span.
442
443         * shr-color.el: New file.
444
445         * color-lab.el: New file.
446
447         * gnus-art.el (gnus-url-mailto): Do not downcase args.
448
449 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
450
451         * nnir.el: Fix typo in comments.
452         (nnir-run-imap): Simplify code. No need to reverse artlist.
453         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
454
455 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
456
457         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
458
459         * nnimap.el (nnimap-get-capabilities): Refactor out.
460         (nnimap-open-connection): Re-request capabilities after STARTTLS.
461
462 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
463
464         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
465         appearing when `mm-uu-hide-markers' is nil.
466
467 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
468
469         * nnimap.el (nnimap-unselect-group): Make into its own function.
470         (nnimap-request-rename-group): Unselect group before renaming.
471         This had gotten lost somewhere.
472         (nnimap-request-accept-article): Keep track of examined groups, and
473         unselect the group before APPENDing to read-only groups.
474         (nnimap-request-move-article): Clear flags before moving so that they
475         can be re-set later.
476
477 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
480         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
481
482 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
483
484         * gnus-art.el (gnus-mime-display-single)
485         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
486         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
487         parameter.
488
489 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
492         (shr-table-vertical-line): New variable.
493         (shr-insert-table): Use it.
494
495 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
496
497         * gnus-html.el (gnus-html-wash-images): Don't display images if
498         gnus-inhibit-images is non-nil; register displayer for cid images.
499         (gnus-html-display-image): Work for cid image.
500         (gnus-html-insert-image): Allow arguments.
501         (gnus-html-put-image): Inhibit read-only.
502         (gnus-html-prefetch-images): Don't prefetch images if
503         gnus-inhibit-images is non-nil.
504
505 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
506
507         * shr.el (shr-put-image): Break lines when inserting big pictures.
508
509 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
510
511         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
512         sender, thanks Katsumi Yamaoka.
513
514 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
515
516         * nnir.el (nnir-run-imap): Reverse the article list for each group
517         rather than the whole list.
518
519 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
520
521         * shr.el (shr-image-displayer): Protect function against non-existent
522         image source.
523
524         * gnus-art.el (gnus-inhibit-images): New user option.
525         (gnus-mime-display-single): Don't display image if it is non-nil.
526
527         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
528         gnus-inhibit-images.
529
530         * shr.el (shr-image-displayer): New function.
531         (shr-tag-img): Use it.
532
533 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
534
535         * mml2015.el (mml2015-epg-sign): Use From header.
536
537 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
538
539         * gnus-html.el (gnus-html-wash-images): Register a displayer.
540
541         * gnus-util.el (gnus-find-text-property-region): Return markers.
542
543         * shr.el (shr-tag-img): Put a displayer in the text property.
544
545         * gnus-util.el (gnus-find-text-property-region): New utility function.
546
547         * gnus-html.el (gnus-html-display-image): Make the alt optional.
548         (gnus-html-show-images): Remove.
549
550         * gnus-art.el (gnus-article-show-images): New, more general function.
551
552         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
553         image url text properties.
554
555         * shr.el: Ditto.
556
557         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
558         gnus-agent-auto-agentize-methods is set.  Which it isn't.
559
560 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
561
562         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
563         work for two or more articles.
564
565 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
566
567         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
568         divide an image that's in an html article to two or more when washing
569         non-ASCII characters in alt text of it.
570
571 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
572
573         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
574         smime-decrypt-region using function argument.
575         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
576
577         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
578
579         * smime.el (smime-decrypt-region): Catch it.
580
581 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
582
583         * smime.el (smime-mode-map): Move initialization into declaration.
584         (gnus-run-mode-hooks): Don't autoload.
585         (smime-mode): Use define-derived-mode.
586
587 2010-11-11  Glenn Morris  <rgm@gnu.org>
588
589         * smime.el (from): Restrict declaration to XEmacs.
590
591         * nnir.el (gnus-group-topic-name): Autoload.
592
593 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
594
595         * shr.el (shr-insert): Don't break long line if it is because of
596         kinsoku-bol characters in the line end.
597
598 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
599
600         * nnir.el (nnir-request-move-article): Fix to provide original group
601         and subject.
602         (nnir-warp-to-article): Don't fail on articles whose headers haven't
603         been retrieved.
604
605         * gnus-sum.el (gnus-summary-move-article): Use original group and
606         subject for virtual articles such as those in an nnir summary buffer.
607
608 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
609
610         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
611         least 21.5).
612
613         * smime.el (from): Declare it again for XEmacs.
614
615 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
616
617         * message.el (message-resend): Don't disable encoding unless it's
618         already encoded.
619
620         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
621         low-numbered articles.
622
623 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
624
625         * rfc2047.el (rfc2047-syntax-table): Simplify.
626
627         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
628
629         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
630         set-char-table-range for XEmacs.
631
632 2010-11-10  Glenn Morris  <rgm@gnu.org>
633
634         * time-date.el (time-to-seconds): Always an alias on Emacs,
635         never a real function.
636         (with-no-warnings): Remove compat stub, now unused.
637         (time-less-p): Doc fix.
638         (time-to-number-of-days): Simplify.
639
640         * smime.el (from): Remove unused declaration.
641
642         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
643         (gnus-float-time): On Emacs, always an alias.
644
645         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
646         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
647
648 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
649
650         * dgnushack.el: Don't use ignore-errors in the top level form since it
651         is unavailable in XEmacs even if cl is loaded.
652
653         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
654
655 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
656
657         * shr.el (browse-url-mailto): Autoload.
658
659         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
660
661         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
662         regexp doesn't need quoting.
663
664 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
665
666         * message.el (message-subject-trailing-was-ask-regexp)
667         (message-subject-trailing-was-regexp): Match was: in addition to was.
668
669 2010-11-09  Glenn Morris  <rgm@gnu.org>
670
671         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
672         (nnbabyl-check-mbox): Use point-at-bol.
673
674 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
675
676         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
677
678         * message.el (message-mailto): New function.
679         (message-mailto): Should accept other parameters.
680         (message-mailto): Remove since it duplicates browse-url-mailto
681         functionality.
682
683 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
684
685         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
686         methods.
687         (gnus-read-active-file): Ditto.
688
689         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
690         ": " from the prompt.
691         (gnus-group-make-group): Ditto.
692
693 2010-11-07  Glenn Morris  <rgm@gnu.org>
694
695         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
696         (gnus-bookmark-kill-line): Use point-at-eol.
697
698 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
699
700         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
701         asterisks in From header.
702
703 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
704
705         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
706         string to avoid making the From headers syntactically invalid.
707
708         * message.el (message-send-mail): Don't insert courtesy messages if the
709         message already has List-Post and List-ID messages.
710
711 2010-11-06  Glenn Morris  <rgm@gnu.org>
712
713         * gnus-art.el (gnus-treat-article): Give dynamic local variables
714         `condition', `type', `length' a prefix.
715         (gnus-treat-predicate): Update for above name changes.
716
717 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
718
719         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
720         binding.  Handled by `gnus-summary-refer-thread' instead.
721         (nnir-warp-to-article): New backend function.
722
723         * nnimap.el (nnimap-request-thread): Force dependency updating.
724
725         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
726         (gnus-summary-refer-thread): Rework to improve thread-referral.
727
728         * gnus-int.el (gnus-warp-to-article): New function.
729
730         * gnus-sum.el (gnus-summary-article-map): Bind it.
731
732 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
733
734         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
735         gnus-summary-refer-thread.
736
737         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
738         headers.
739         (gnus-summary-limit-include-thread): Prevent articles in thread from
740         being cut in gnus-cut-threads.
741         (gnus-summary-refer-thread): Limit retrieved headers to those in
742         thread.
743
744 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745
746         * message.el (message-send-mail): Use the value of
747         message-courtesy-message from the message buffer.
748
749         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
750
751         * shr.el (shr-browse-url): Implement mailto: URLs.
752
753         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
754         "raw".
755
756         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
757         if it's already selected.
758
759         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
760
761 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
764         to measure the length and truncate alt text.
765
766 2010-11-03  Glenn Morris  <rgm@gnu.org>
767
768         * nndiary.el (nndiary-generate-nov-databases-1)
769         (nndiary-generate-active-info): Rename dynamic variable `files' to
770         something less generic.
771
772 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
773
774         * nnir.el (nnir-request-move-article): Call the underlying backend to
775         move articles from nnir.
776
777 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
778
779         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
780
781 2010-11-02  Julien Danjou  <julien@danjou.info>
782
783         * nnir.el: Remove wais support.
784
785 2010-11-02  Glenn Morris  <rgm@gnu.org>
786
787         * gnus-html.el: Reorder requirements to quieten compiler.
788
789 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
790
791         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
792         properly for XEmacs as well.
793         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
794         (gnus-article-natural-long-line-p): Use window-width rather than
795         frame-width.
796
797 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
798
799         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
800         (nnir-read-parms): Don't modify query.
801         (nnir-run-query): Add ability to search topic on current line.
802         (nnir-get-active): Clean up.
803
804 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
805
806         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
807         degenerate articles.
808
809         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
810         (gnus-print-buffer): Just print the buffer as is, without any copying
811         to a buffer and then re-highlighting.
812
813         * nnimap.el (nnimap-request-group): Store the new updated info.
814         (nnimap-request-group): Select the group when we don't know whether it
815         exists or not.
816
817         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
818         groups.
819
820         * gnus-group.el (gnus-group-find-new-groups): Display all the new
821         groups.
822
823         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
824         groups.
825
826         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
827         long-lines case by only filling the long lines.
828
829         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
830         (bug #7311).
831
832 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
833
834         * shr.el: No need to declare `declare-function' since shr.el is for
835         only Emacsen that provide `libxml-parse-html-region'.
836
837         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
838         effective only in a file it is referred to.
839
840 2010-11-01  Glenn Morris  <rgm@gnu.org>
841
842         * mm-util.el (gnus-completing-read): Autoload.
843         (mm-read-coding-system): Simplify Emacs definition.
844
845         * nnmail.el (gnus-activate-group):
846         * nnimap.el (gnutls-negotiate):
847         * nntp.el (netrc-parse): Fix declarations.
848
849 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
850
851         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
852         string-match-p in Emacs >=23.
853
854         * gnus-msg.el (gnus-configure-posting-styles)
855         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
856
857 2010-11-01  Glenn Morris  <rgm@gnu.org>
858
859         * nnir.el (declare-function): Add compat stub.
860         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
861         (nnir-run-gmane): Require 'mm-url.
862
863         * mm-util.el (mm-string-to-multibyte): Simplify.
864
865         * shr.el (declare-function): Add compat stub.
866         (url-cache-create-filename): Declare.
867         (mm-disable-multibyte, widget-convert-button): Autoload.
868
869         * smime.el (ldap-search): Declare.
870         (smime-cert-by-ldap-1): Require ldap on Emacs.
871
872         * nnimap.el: Require nnmail, and gnus-sum when compiling.
873         (nnimap-keepalive): Use gnus-float-time.
874
875         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
876         (mail-source-delete-crash-box): Use gnus-float-time.
877
878         * gnus-dired.el (gnus-completing-read): Autoload.
879
880         * mm-view.el (gnus-rescale-image): Autoload.
881
882         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
883
884         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
885
886         * sieve-manage.el: Require 'cl when compiling.
887
888         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
889         (gnus-iswitchb-completing-read): Require iswitchb.
890         (gnus-select-frame-set-input-focus): Silence compiler.
891
892 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
893
894         * message.el (message-subject-trailing-was-query): Change default to t,
895         since I think that's what most people want.
896
897         * nnimap.el (nnimap-request-accept-article): Erase buffer before
898         appending for easier debugging.
899         (nnimap-wait-for-connection): Take a regexp.
900         (nnimap-request-accept-article): Wait for the continuation line before
901         sending anything unless we're streaming.
902
903         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
904         leave the header washing to take place.
905
906 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
907
908         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
909         regular expression match and replace in posting styles.
910
911 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
912
913         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
914         an entire server.
915         (nnir-get-active): New function.
916         (nnir-run-imap): Use it.
917         (nnir-run-gmane): Who knew, gmane search returns an article score!
918
919         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
920         server on the current line with nnir.
921
922 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
923
924         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
925         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
926         left edge.
927         (gnus-article-foldable-buffer): Skip past the prefix when determining
928         raggedness.
929
930         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
931         the raw article, and change `C-u g' to show the article without doing
932         treatments.
933
934         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
935         on to `gnus-treat-article'.
936         (gnus-inhibit-article-treatments): New variable.
937
938         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
939
940         * gnus-art.el (gnus-treatment-function-alist): Have
941         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
942         (gnus-treat-fill-long-lines): Change default to fill all text/plain
943         sections.
944
945         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
946         parameter.
947         (gnus-article-fill-cited-long-lines): New function.
948         (gnus-article-fill-cited-article): Allow filling only long sections.
949
950         * shr.el (shr-find-fill-point): Don't break lines between punctuation
951         and non-punctuation (like after the apostrophe in "'We").
952
953         * gnus-sum.el (gnus-summary-select-article): Make sure
954         gnus-original-article-buffer is alive.
955
956         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
957         reflect the order they're in in the digest.
958
959         * gnus.el (gnus-group-startup-message): Move point to the start of the
960         buffer.
961
962         * nnimap.el (nnimap-capability): New function.
963         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
964         is set.
965
966 2010-10-31  David Engster  <dengste@eml.cc>
967
968         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
969         conform with changes to gnus-completing-read.
970
971 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
972
973         * shr.el (shr-tag-img): Output "*" instead of "[img]".
974
975 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
976
977         * nnir.el: Move defvar, defcustom around to keep file organized
978         and keep byte-compiler quiet.
979         (nnir-read-parms): Accept search-engine as arg.
980         (nnir-run-query): Pass search-engine as arg.
981         (nnir-search-engine): Remove.
982
983 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * shr.el (shr-generic): The text nodes should be text, not :text.
986
987         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
988         later in the file.
989
990 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
991
992         * nnir.el: General clean up.  Allow searching with multiple engines.
993         Allow separate extra-parameters for each engine.
994         Batch queries when possible.
995         (nnir-imap-default-search-key,nnir-method-default-engines):
996         Add customize interface.
997         (nnir-run-gmane): New engine.
998         (nnir-engines): Use it.  Qualify all prompts with engine name.
999         (nnir-search-engine): Remove global variable.
1000         (nnir-run-hyrex): Restore for now.
1001         (nnir-extra-parms,nnir-search-history): New variables.
1002         (gnus-group-make-nnir-group): Use them.
1003         (nnir-group-server): Remove in favor of gnus-group-server.
1004         (nnir-request-group): Avoid searching twice.
1005         (nnir-sort-groups-by-server): New function.
1006
1007 2010-10-30  Julien Danjou  <julien@danjou.info>
1008
1009         * gnus-group.el: Remove gnus-group-fetch-control.
1010
1011         * gnus-start.el (gnus-find-new-newsgroups):
1012         Remove gnus-check-first-time-used.
1013
1014         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1015
1016 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1017
1018         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1019         set on groups that don't have \* permanentflags.
1020
1021 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1022
1023         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1024         control the background color.
1025         (shr-tag-img): Ignore very small web bug type images.
1026         (shr-put-image): Add help-echo alt texts to the images.
1027         (shr-tag-video): Show the video poster image.
1028
1029 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1030
1031         * shr.el (shr-table-depth): New variable.
1032         (shr-tag-table-1): Only insert the images after the top-level table.
1033
1034         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1035
1036         * gnus-util.el (gnus-list-memq-of-list): New function.
1037
1038         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1039         selected.
1040         (nnimap-unsplittable-articles): New slot.
1041         (nnimap-new-articles): Use it.
1042
1043 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1044
1045         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1046         move to the previous line on `M-g'.
1047
1048 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1049
1050         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1051         *-request-group, which seems unnecessary.
1052
1053         * nnimap.el (nnimap-quote-specials): Function copied over from
1054         imap.el.
1055         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1056         they support that.  Suggested by Tom Regner.
1057
1058 2010-10-29  Julien Danjou  <julien@danjou.info>
1059
1060         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1061         defalias.
1062         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1063
1064         * gnus.el: Remove `gnus-nntp-service' variable.
1065         (gnus-secondary-servers): Make obsolete.
1066         (gnus-nntp-server): Make obsolete.
1067
1068         * gnus-start.el (gnus-1): Remove x-splash calls.
1069
1070         * gnus-ems.el (gnus-x-splash): Remove.
1071
1072         * gnus.el (gnus-group-startup-message): Simplify/update code.
1073
1074         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1075         definition.
1076
1077         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1078         capability before doing anything.
1079         (gnus-group-insert-group-line): Remove useless
1080         gnus-group-remove-excess-properties.
1081
1082 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1085
1086 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1087
1088         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1089         config after reselecting.
1090
1091 2010-10-28  Julien Danjou  <julien@danjou.info>
1092
1093         * shr.el (shr-put-image): Use point even if only inserting text.
1094         (shr-put-image): Save excursion when inserting alt text on non-graphic
1095         display, so the behaviour is the same when we are on a graphic display.
1096
1097         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1098
1099 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1100
1101         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1102         (gnus-mime-copy-part): Check coding system, not charset.
1103         (gnus-mime-view-part-externally): Never remove part.
1104         (gnus-mime-view-part-internally): Don't remove part here.
1105         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1106         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1107         multipart/alternative.
1108
1109         * mm-decode.el (mm-display-part): Take optional arg `force'.
1110
1111 2010-10-26  Julien Danjou  <julien@danjou.info>
1112
1113         * gnus-group.el (gnus-group-default-list-level): Add this function to
1114         compute the default list level.
1115         (gnus-group-default-list-level): Add possibility to use a function.
1116
1117 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1118
1119         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1120
1121         * gnus-group.el (gnus-group-completing-read)
1122         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1123         gnus-replace-in-string.
1124
1125 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1126
1127         * shr.el (shr-tag-div): Add.
1128
1129         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1130
1131 2010-10-25  Julien Danjou  <julien@danjou.info>
1132
1133         * gnus-util.el: Remove `gnus-with-local-quit'.
1134
1135         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1136
1137 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1138
1139         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1140         the original article buffer.
1141
1142 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1143
1144         * nnimap.el (nnimap-request-head): New function.
1145         (nnimap-request-move-article): Try to be slighly faster by not
1146         requesting the entire message when moving.
1147         (nnimap-transform-headers): Don't bug out on bodiless articles.
1148         (nnimap-send-command): Have no outstanding messages if the IMAP server
1149         doesn't support streaming.
1150         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1151
1152 2010-10-24  Julien Danjou  <julien@danjou.info>
1153
1154         * message.el (message-default-headers): Fix type.
1155
1156 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1157
1158         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1159         prefetching images.
1160
1161         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1162         backend for unknown groups.  This is mainly useful for nnimap groups.
1163
1164         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1165         group isn't covered by the agent.
1166
1167 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1168
1169         * nnir.el (nnir-method-default-engines): New variable.
1170         (nnir-run-query): Use it.
1171         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1172         (gnus-summary-nnir-goto-thread): Change group if needed.
1173
1174         * gnus-group.el (gnus-group-group-map): Add key binding for
1175         gnus-group-make-nnir-group.
1176
1177 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1178
1179         * shr.el (shr-tag-object): Add.
1180
1181         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1182         original article buffer live.
1183         (gnus-summary-select-article-buffer):
1184         Mention gnus-widen-article-buffer.
1185
1186 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1187
1188         * shr.el (shr-tag-strong): Add.
1189
1190 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1191
1192         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1193         group names.  They mess up the group buffer badly.
1194
1195         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1196
1197         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1198         instead of the summary one.
1199
1200 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1201
1202         * mml.el (mml-preview): Work properly when editing article.
1203
1204         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1205         gnus-have-read-active-file if it's already been in.
1206
1207 2010-10-22  Tom Tromey  <tromey@redhat.com>
1208
1209         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1210         gnus-group-completing-read.
1211
1212 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1213
1214         * message.el (message-mode-map): Don't bind M-; to comment region, to
1215         allow the global comment-dwim to work.
1216
1217 2010-10-21  Julien Danjou  <julien@danjou.info>
1218
1219         * message.el (message-setup-1): Allow message-default-headers to be a
1220         function.
1221
1222 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1223
1224         * shr.el (shr-tag-table): Simplify.
1225
1226 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1227
1228         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1229         to avoid trying to snarf invalid stuff.
1230
1231         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1232
1233         * gnus.el (gnus-message-archive-group): Quote value.
1234         (gnus-message-archive-group): Mark as changed.
1235
1236         * shr.el (shr-add-font): Don't put the font properties on the newline
1237         or the indentation.
1238
1239         * message.el (message-fix-before-sending): Change options when sending
1240         non-printable characters.
1241
1242         * gnus.el (gnus-message-archive-method): Change the default to
1243         monthly outgoing groups.
1244
1245         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1246         that have gotten new numbers.
1247
1248         * nnimap.el (nnimap-request-replace-article): New function.
1249
1250 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1251
1252         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1253         (nnrss-request-article): Don't use special html washing code.
1254
1255 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1256
1257         * shr.el (shr-tag-table): Remove useless nconc.
1258
1259 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1260
1261         * gnus-art.el (article-wash-html): Simplify and remove the charset
1262         stuff.  Use the normal html rendering code instead of the special html
1263         washing code.
1264
1265         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1266         `gnus-w3m' symbols.
1267         (mm-text-html-washer-alist): Remove.
1268
1269         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1270         (mm-inline-media-tests): Remove use.
1271         (mm-text-html-renderer): Change default to the `shr' symbol.
1272
1273         * mm-view.el (mm-inline-text-html): Remove use.
1274
1275         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1276         `gnus-blocked-images' to be a function.
1277         (gnus-article-wash-function): Remove.
1278
1279 2010-10-20  Julien Danjou  <julien@danjou.info>
1280
1281         * spam.el (spam-list-of-processors): Mark as obsolete.
1282
1283         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1284         (nnimap-insert-partial-structure): Fix boundary detection.
1285
1286 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1287
1288         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1289         run file-truename on remote files.  This can be expensive and even
1290         prevent one from editing drafts if some unrelated buffer has a stale
1291         connection.
1292
1293 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1294
1295         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1296         kinsoku-eol regardless of shr-kinsoku-shorten.
1297         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1298         (shr-tag-table): Support caption, thead, and tfoot.
1299
1300 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1301
1302         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1303         lines.
1304         (shr-save-contents): New command and keystroke.
1305
1306         * nndoc.el (nndoc-type-alist): Add git support.
1307         (nndoc-git-type-p): New function.
1308         (nndoc-transform-git-article): Ditto.
1309         (nndoc-transform-git-headers): Ditto.
1310         (nndoc-transform-git-headers): Generate Subject headers.
1311
1312         * shr.el (shr-parse-style): New function.
1313         (shr-tag-span): Ditto.
1314
1315         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1316         to `G G' to avoid collisions.
1317
1318 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1319
1320         * shr.el: Load kinsoku if necessary.
1321         (shr-kinsoku-shorten): New internal variable.
1322         (shr-find-fill-point): Make kinsoku shorten text line if
1323         shr-kinsoku-shorten is bound to non-nil.
1324         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1325         shr-indentation too when testing if table is wider than frame width.
1326         (shr-insert-table): Use `string-width' instead of `length' to measure
1327         text width.
1328         (shr-insert-table-ruler): Make sure indentation is done at bol.
1329
1330 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1331
1332         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1333         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1334         undecoded network data.
1335
1336 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1337
1338         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1339         name in the mode line spec so that the mode line menu works
1340         (bug #2431).
1341
1342         * message.el (message-get-reply-headers): If we're fed `to-address',
1343         then always use that.
1344
1345         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1346         aren't so wide as to need to switch off the edit menu.
1347
1348         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1349         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1350
1351         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1352         `M-g'.
1353         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1354         the permanent marks.
1355
1356 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1357
1358         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1359         Splitting according to references/in-reply-to obeys the ignore-groups
1360         variable, while splitting by sender and subject do not.
1361
1362 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1363
1364         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1365         alist, so that we can look for non-Unicode chars.
1366         (article-translate-strings): Allow both character and string maps.
1367
1368 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1369
1370         * shr.el (shr-insert): Don't insert space behind a wide character
1371         categorized as kinsoku-bol, or between characters both categorized as
1372         nospace.
1373
1374 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1375
1376         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1377         headers to gnus-newsgroup-headers.
1378
1379 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380
1381         * shr.el (shr-tag-img): Don't align images -- since we're not
1382         rescaling, this often leads to ugly displays.
1383
1384 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1385
1386         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1387         duplicates.
1388
1389 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1390
1391         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1392         call.
1393
1394 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1395
1396         * gnus.el: Autoload gnus-html-show-images.
1397
1398         * nnimap.el: Use nnheader-message throughout.
1399
1400         * shr.el (shr-tag-img): Ignore images with no data.
1401
1402 2010-10-15  Julien Danjou  <julien@danjou.info>
1403
1404         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1405         a possibility to disable format=flow encoding when using hard newlines.
1406
1407 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1408
1409         * shr.el (shr-insert): Remove space inserted before or after a
1410         breakable character or at the beginning or the end of a line.
1411         (shr-find-fill-point): Do kinsoku; find the second best point or give
1412         it up if there's no breakable point.
1413
1414 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1415
1416         * nnimap.el (nnimap-open-connection): Message when opening connection
1417         for debugging purposes.
1418
1419         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1420         on every setup buffer call to allow this to change from article to
1421         article.
1422
1423         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1424         buffers where we have a wide table.
1425
1426 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1427
1428         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1429         uses *-request-thread.
1430
1431 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1432
1433         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1434         incantation, which is no longer valid.
1435
1436 2010-10-14  Julien Danjou  <julien@danjou.info>
1437
1438         * shr.el: Fix defcustom type (char -> character).
1439
1440 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1441
1442         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1443         programs.
1444
1445 2010-10-14  Julien Danjou  <julien@danjou.info>
1446
1447         * shr.el (shr-tag-a): Use url-link as widget type.
1448
1449         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1450         `gnus-group-get-icon'.
1451
1452 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1453
1454         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1455         This should make server editing work better.
1456
1457         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1458
1459         * tls.el (tls-program): Remove spurious %s from openssl.
1460
1461         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1462         (nnimap-parse-flags): Fix regexp.
1463
1464         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1465         probably work for CJVK text, too.
1466
1467         * nnimap.el (nnimap-extend-tls-programs): Remove.
1468         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1469
1470         * tls.el (tls-starttls-switches): Remove starttls hack.
1471         (open-tls-stream): Ditto.
1472         (tls-find-starttls-argument): Ditto.
1473
1474 2010-10-13  Julien Danjou  <julien@danjou.info>
1475
1476         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1477         responses.
1478
1479 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1480
1481         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1482
1483         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1484         anything in Emacs.
1485
1486         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1487
1488 2010-10-13  Julien Danjou  <julien@danjou.info>
1489
1490         * shr.el (shr-width): Make shr-width a defcustom with default to
1491         fill-column.
1492         (shr-tag-img): Use shr-width rather than fill-column.
1493
1494 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1495
1496         * dgnushack.el (byte-optimize-apply)
1497         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1498
1499         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1500         position when (X-)Faces exist.
1501         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1502         avatars when called interactively.
1503
1504 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1505
1506         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1507         gnus-article-x-face-too-ugly is bound.
1508
1509 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1510
1511         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1512
1513         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1514         mailbox that doesn't exist.
1515
1516 2010-10-12  Julien Danjou  <julien@danjou.info>
1517
1518         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1519         (shr-get-image-data): Encode URL properly when fetching from cache.
1520         (shr-tag-img): Use aligned-to spaces to align correctly images.
1521
1522         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1523         before inserting the Gravatar.
1524
1525         * shr.el (shr-tag-img): Add align attribute support for <img>.
1526
1527 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1528
1529         * gnus-gravatar.el (gnus-art): Require.
1530
1531         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1532         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1533         Remove long obsoleted functions.
1534
1535 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1536
1537         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1538
1539         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1540
1541         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1542         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1543         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1544         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1545         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1546         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1547         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1548
1549 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1550
1551         * nnimap.el (nnimap-request-rename-group): Select group read-only
1552         before renaming it.
1553
1554         * shr.el (shr-insert): Fix up the white space only regexp.
1555
1556         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1557         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1558
1559         * shr.el (shr-current-column): New function.
1560         (shr-find-fill-point): New function.
1561
1562 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1563
1564         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1565         numbers.
1566
1567 2010-10-11  Julien Danjou  <julien@danjou.info>
1568
1569         * shr.el (shr-hr-line): Add.
1570         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1571         display hr lines.
1572         (shr-max-columns): Do not change state to nil if we just inserting
1573         spaces.
1574
1575 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1576
1577         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1578         select the last group.
1579
1580 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1581
1582         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1583
1584 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1585
1586         * dig.el (dig-mode-map): Declare and define in one step.
1587
1588 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589
1590         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1591         for Gnus.
1592         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1593         (nnimap-update-qresync-info): Mark \Seen articles as read.
1594
1595         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1596         non-variable, too.
1597
1598         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1599         available.
1600         (nnimap-update-info): Rely more on the current active than the param
1601         active to avoid marking articles as read too much.
1602
1603         * auth-source.el (auth-source-create): Use (user-login-name) for the
1604         user name default.
1605
1606         * nnimap.el (nnimap-update-info): If the server doesn't return any
1607         useful info, just use the previous info.
1608         (nnimap-update-info): Prefer old info over start-article.
1609         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1610
1611 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1612
1613         * nnir.el (autoload): Clean up autoloads.
1614         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1615         Use key rather than value.
1616         (nnir-imap-search-other): New variable.
1617         (nnir-read-parm): Use it.
1618         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1619         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1620
1621 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1622
1623         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1624         the process, too.
1625
1626 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1627
1628         * spam.el (gnus-summary-mode-map): Bind to "$".
1629         Suggested by Russ Allbery.
1630
1631         * shr.el: Rework the way things are indented by <li> slightly.
1632
1633         * gnus.el (gnus-group-set-parameter): Fix typo.
1634
1635         * nnimap.el: Start implementing QRESYNC support.
1636
1637 2010-10-09  Julien Danjou  <julien@danjou.info>
1638
1639         * nnir.el (nnir-engines): Fix too many arguments.
1640
1641 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1642
1643         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1644         group is the "last", so that the backends like nnfolder actually save
1645         their folders.
1646
1647         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1648         try to use that for the tls stream.
1649         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1650         UIDVALIDITY and find out which groups are read-only and not.
1651         (nnimap-get-flags): Use the same marks parsing code as the rest of
1652         nnimap.
1653
1654 2010-10-09  Julien Danjou  <julien@danjou.info>
1655
1656         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1657
1658         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1659         retrieving gravatars.
1660
1661         * shr.el (shr-table-corner): Add.
1662         (shr-table-line): Add.
1663         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1664
1665 2010-10-08  Julien Danjou  <julien@danjou.info>
1666
1667         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1668
1669 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1670
1671         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1672
1673         * gnus-sum.el (gnus-mark-article-as-unread)
1674         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1675         (gnus-summary-set-bookmark): Use it.
1676
1677         * gnus-msg.el (gnus-setup-message): Use it.
1678
1679         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1680
1681         * gnus.el (gnus-group-remove-parameter): Use it.
1682
1683         * gnus-group.el (gnus-group-make-web-group): Use it.
1684
1685         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1686
1687         * nnregistry.el: Update docs to mention manual.
1688
1689         * gnus-registry.el: Update docs to mention nnregistry.el.
1690         (gnus-registry-initialize): Don't install nnregistry refer method
1691         automatically.
1692         (gnus-registry-install-nnregistry): Remove it.
1693
1694 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1695
1696         * shr.el (shr-insert): Don't insert double spaces.
1697
1698 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1699
1700         * gnus-gravatar.el (gnus-treat-from-gravatar)
1701         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1702         called interactively.
1703
1704         * gnus-art.el (gnus-mime-view-part-externally)
1705         (gnus-mime-view-part-internally): Make predicate function passed to
1706         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1707         of a mime type.
1708
1709         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1710
1711 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1712
1713         * shr.el (require): Require cl when compiling.
1714         (shr-tag-hr): New function.
1715
1716         * nnimap.el (nnimap-update-info): Remove double setting of high.
1717         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1718         This makes nnimap work properly on Courier again.
1719
1720         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1721         the variable for backwards compatability.
1722
1723         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1724         the file name before using to avoid setting mm-default-directory to
1725         nil.
1726
1727         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1728         bidning gnus-agent variables.
1729
1730         * shr.el (shr-render-td): Use a cache for the table rendering function
1731         to avoid getting an exponential rendering behaviour in nested tables.
1732         (shr-insert): Rework the line-breaking algorithm.
1733         (shr-insert): Don't leave trailing spaces.
1734         (shr-insert-table): Also insert empty TDs.
1735         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1736
1737 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1738
1739         * gnus-sum.el (gnus-number): Rename from `number'.
1740         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1741         (gnus-summary-limit-children): Update uses correspondingly.
1742
1743 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1744
1745         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1746         (gnus-gravatar-transform-address): Don't show avatars of people of
1747         which mail addresses match gnus-gravatar-too-ugly.
1748
1749 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1750
1751         * shr.el (shr-table-widths): Expand TD elements to fill available
1752         space.
1753
1754 2010-10-07  Julien Danjou  <julien@danjou.info>
1755
1756         * nnimap.el (nnimap-request-rename-group): Add this method.
1757
1758 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1759
1760         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1761         name from XEmacs' function-arglist.
1762
1763         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1764         gravatar under XEmacs.
1765
1766 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1767
1768         * auth-source.el: Update docs with TODO items.
1769
1770         * gnus-sync.el: Update docs to explain state and plans.
1771
1772         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1773         Hooks for mark updates.
1774         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1775
1776         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1777         hooks with arguments, which is needed for mark update hooks.
1778
1779 2010-10-06  Julien Danjou  <julien@danjou.info>
1780
1781         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1782         was matched.
1783
1784         * sieve-manage.el: Update example in `Commentary'.
1785
1786         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1787
1788         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1789         not 2000.
1790         (sieve-manage-authenticate): Re-add function.
1791
1792 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1793
1794         * shr.el (shr-insert): Get 'space transition right.
1795         (shr-render-td): Only delete space at the end of the TD.
1796
1797         * nnimap.el (nnimap-open-connection): Prepare to support
1798         open-gnutls-stream.
1799
1800         * shr.el: Rearrange function order to be more logical.
1801
1802 2010-10-06  Julien Danjou  <julien@danjou.info>
1803
1804         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1805         (nnrss-discover-feed): Remove 404 URL in docstring.
1806
1807         * nnir.el: Fix Swish-E URL.
1808         Fix Namazu URL.
1809
1810         * message.el (message-change-subject): Remove 404 URL in a comment.
1811
1812 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1813
1814         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1815         called interactively.
1816
1817         * gnus-util.el (gnus-remove-if): Allow hash table.
1818         (gnus-remove-if-not): New function.
1819
1820         * gnus-art.el (gnus-mime-view-part-as-type)
1821         * gnus-score.el (gnus-summary-score-effect)
1822         * gnus-sum.el (gnus-read-move-group-name):
1823         Replace remove-if-not with gnus-remove-if-not.
1824
1825         * gnus-group.el (gnus-group-completing-read):
1826         Regard collection as a hash table if it is not a list.
1827
1828 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1829
1830         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1831
1832         * shr.el: Document the table-rendering algorithm.
1833
1834 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1835
1836         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1837         for Emacsen having no `libxml-parse-html-region' support.
1838
1839 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1840
1841         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1842         invalid URLs.
1843
1844         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1845         line-broken.
1846         (shr-tag-img): Ignore image fetching errors.
1847         (shr-overlays-in-region): Compute overlay positions correctly.
1848
1849         * mm-decode.el (mm-shr): Require shr.
1850
1851         * gnus-art.el (gnus-blocked-images): Move variable here.
1852
1853         * shr.el (shr-insert-table): Bind free variable.
1854
1855         * mm-decode.el (mm-shr): Bind shr-content-function.
1856
1857         * shr.el (shr-content-function): New variable.
1858
1859         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1860         added for symmetry.
1861
1862         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1863
1864         * gnus-group.el (gnus-group-make-group): Doc fix.
1865
1866         * nnimap.el (nnimap-request-newgroups): Return success.
1867
1868         * shr.el (shr-find-elements): New function.
1869         (shr-tag-table): Put all the images after the table.
1870         (shr-tag-table): Really inhibit images inside the table.
1871         (shr-collect-overlays): Copy over overlays from the TD elements to the
1872         main document.
1873
1874         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1875         gnus-blocked-images.
1876
1877 2010-10-05  Julien Danjou  <julien@danjou.info>
1878
1879         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1880
1881         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1882         (gnus-html-maximum-image-size): Add this function.
1883         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1884
1885         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1886         server-value of the capability is nil.
1887
1888 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1889
1890         * shr.el (shr-tag-em): Add <EM> tag.
1891
1892 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1893
1894         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1895         customizable.
1896
1897         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1898         handing broken links to browse-url.
1899
1900 2010-10-05  Julien Danjou  <julien@danjou.info>
1901
1902         * gnus-util.el (gnus-emacs-completing-read)
1903         (gnus-iswitchb-completing-read): Use autoload rather than require.
1904
1905 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1906
1907         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1908         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1909         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1910         iswitchb-temp-buflist for XEmacs.
1911
1912         * gnus-util.el (gnus-completing-read-function): Exclude
1913         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1914         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1915         XEmacs.
1916
1917         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1918         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1919
1920         * gnus-html.el: Don't require help-fns under XEmacs.
1921         (gnus-html-schedule-image-fetching): Work for XEmacs.
1922
1923         * mm-decode.el (mm-shr): Decode contents by charset.
1924
1925 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1926
1927         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1928         unknown.
1929
1930         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1931         (shr-get-image-data): Ensure against the cache file missing.
1932
1933         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1934         for data.
1935
1936         * spam-report.el (spam-report-url-ping-plain): Don't query about
1937         killing the process.
1938
1939         * shr.el (shr-render-td): Protect against too-wide text.
1940
1941 2010-10-04  Julien Danjou  <julien@danjou.info>
1942
1943         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1944         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1945
1946         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1947         retrieved.
1948
1949 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1950
1951         * shr.el (browse-url): Require.
1952         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1953         lines.
1954         (shr-show-alt-text, shr-browse-image): New commands.
1955         (shr-browse-url, shr-copy-url): New commands.
1956
1957         * gnus-sum.el (gnus-widen-article-window): New variable.
1958         (gnus-summary-select-article-buffer): Use it.
1959
1960         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1961         without @ signs.
1962
1963 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1964
1965         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1966
1967 2010-10-04  Julien Danjou  <julien@danjou.info>
1968
1969         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1970         for XEmacs.
1971
1972 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1973
1974         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1975
1976         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1977         (nnimap-close-server): Implement.
1978
1979         * dgnushack.el (iswitchb): Require to shut up the compiler.
1980
1981         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1982         (shr-insert): Tweak line breaking.
1983         (shr-insert): Handle <pre> better.
1984         (shr-tag-li): Get <li> indentation right.
1985         (shr-tag-li): Get <li> indentation even righter.
1986         (shr-tag-blockquote): Ensure paragraph start.
1987         (shr-make-table): Tweak table generation.
1988         (shr-make-table): Fix typo.
1989
1990         * shr.el: Implement table rendering.
1991
1992 2010-10-04  Julien Danjou  <julien@danjou.info>
1993
1994         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1995
1996 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1997
1998         * shr.el (shr-insert): Use string anchors instead of line anchors.
1999
2000 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2001
2002         * shr.el: Add headings.
2003         (shr-ensure-paragraph): Actually work.
2004         (shr-tag-li): Make <ul> prettier.
2005         (shr-insert): Get white space at the beginning/end of elements right.
2006         (shr-tag-p): Collapse subsequent <p>s.
2007         (shr-ensure-paragraph): Don't insert double line feeds after blank
2008         lines.
2009         (shr-insert): \t is also space.
2010         (shr-tag-s): Fix "s" tag name function.
2011         (shr-tag-s): Fix face prop name.
2012
2013 2010-10-03  Julien Danjou  <julien@danjou.info>
2014
2015         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2016
2017         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2018         gnus-window-inside-pixel-edges.
2019
2020         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2021         gnus-ems.
2022
2023         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2024
2025         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2026         function.
2027
2028         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2029         resize choice.
2030
2031 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2032
2033         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2034         beginning of the buffer.
2035
2036         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2037         article buffer again.
2038
2039         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2040
2041         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2042         when it's at the start of the buffer.
2043
2044         * shr.el (shr-tag-blockquote): Convert name.
2045         (shr-rescale-image): Use the right image-size variant.
2046
2047         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2048         buffer isn't shown, then select the current article first instead of
2049         bugging out.
2050         (gnus-summary-select-article-buffer): Show both the article and summary
2051         buffers again.
2052
2053         * shr.el (shr-fontize-cont): Protect against regions with no text.
2054         Rename tag functions to shr-tag-* for enhanced security.
2055         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2056
2057 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2058
2059         * shr.el (shr-insert):
2060         * pop3.el (pop3-movemail):
2061         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2062         loaded.
2063
2064 2010-10-03  Glenn Morris  <rgm@gnu.org>
2065
2066         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2067
2068         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2069
2070         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2071
2072         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2073
2074         * gnus-util.el (gnus-make-local-hook): Simplify.
2075
2076 2010-10-02  Julien Danjou  <julien@danjou.info>
2077
2078         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2079         (gnus-ido-completing-read): New function.
2080         (gnus-emacs-completing-read): New function.
2081         (gnus-completing-read): Use gnus-completing-read-function.
2082         Add gnus-completing-read-function.
2083
2084 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2085
2086         * shr.el (shr-insert-document): Autoload.
2087         (shr-img): Be silent.
2088         (shr-insert): Add a newline after every picture before text.
2089         (shr-add-font): Use overlays for combining faces.
2090         (shr-insert): Pass upwards the text start point.
2091
2092         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2093         possible.
2094         (mm-shr): New function.
2095
2096 2010-10-02  Julien Danjou  <julien@danjou.info>
2097
2098         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2099         should go backward.
2100
2101 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2102
2103         * shr.el (shr): Fix typo in provide call.
2104
2105 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2106
2107         * shr.el: New file.
2108
2109         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2110
2111         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2112         completing read.
2113
2114 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2115
2116         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2117         we're being queried about.  Suggested by Dan Jacobson.
2118
2119         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2120         Suggested by Jason Eisner.
2121
2122         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2123         table, too.  Suggested by Stefan Wiens.
2124         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2125         the table unnecessary.  Suggested by Stefan Wiens.
2126
2127         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2128         longer needed, and probably doesn't work either, as pointed out by
2129         Stefan Wiens.
2130         (gnus-summary-exit): Remove call to the clearing function.
2131         (gnus-summary-exit-no-update): Ditto.
2132
2133         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2134         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2135         Reported by Stefan Monnier.
2136         (gnus-summary-save-in-rmail): Ditto.
2137
2138         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2139         article buffer, instead of both the article buffer and the summary
2140         buffer.  Sort of suggested by Dan Jacobson.
2141
2142         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2143
2144         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2145         Suggested by Dan Jacobson.
2146
2147         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2148         documentation clearer.
2149
2150         * message.el (message-shorten-references): Comment on the number "21".
2151         Suggested by Stefan Monnier.
2152
2153         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2154         Suggested by Dan Jacobson.
2155
2156         * gnus.el (gnus-large-newsgroup):
2157         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2158
2159         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2160         externalize attachments.  Bug reported by Steve Wen.
2161
2162         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2163         really message anything to the user.
2164
2165         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2166         directly.
2167
2168         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2169         messages in empty groups.
2170
2171 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2172
2173         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2174         non-UIDNEXT group.
2175
2176 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2177
2178         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2179         not the value from the collection.
2180
2181         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2182         values.  This sometimes happens on some groups that have no info.
2183         (nnimap-request-newgroups): New function.
2184
2185 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2186
2187         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2188         check into `gnus-registry-initialize'.
2189         (gnus-registry-initialize): Ditto.
2190         Fix and extend header docs.
2191
2192 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2193
2194         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2195         regexp backtrace overflows.
2196
2197         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2198         for starttls that tls.el implements; i.e. openssl.
2199
2200         * tls.el (tls-starttls-switches): Give up on using starttls with
2201         gnutls-cli.
2202         (tls-program): Add --insecure to be consistent with the defaults from
2203         openssl s_client.  Now all three commands are insecure.
2204
2205 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2206
2207         * lpath.el: Bind completion-styles-alist for XEmacs.
2208
2209         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2210         (gravatar-create-image): New function that's an alias to
2211         gnus-xmas-create-image, gnus-create-image, or create-image.
2212         (gravatar-data->image): Use it.
2213
2214 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2215
2216         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2217         install the nnregistry refer method.
2218         (gnus-registry-install-hooks): Use it.
2219         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2220         unfollowed groups.
2221
2222 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2223
2224         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2225         expanding threads.
2226
2227 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2228
2229         * nnir.el: Use the server names without suffixes (bug #7009).
2230
2231         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2232         unencrypted to STARTTLS, if possible.
2233
2234 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2235
2236         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2237         headers before superseding.
2238
2239 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2240
2241         * nnrss.el (nnrss-use-local): Add documentation.
2242
2243         * nnimap.el (nnimap-extend-tls-programs): New function.
2244         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2245         (nnimap-wait-for-connection): Accept the greeting from the stupid
2246         output from openssl s_client -starttls, too.
2247
2248         * tls.el (tls-starttls-switches): New variable.
2249         (tls-find-starttls-argument): Use it.
2250         (open-tls-stream): Ditto.
2251
2252         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2253         (netrc-machine): Ditto.
2254
2255         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2256         article number.
2257         (nnimap-split-fancy): New variable.
2258         (nnimap-split-incoming-mail): Use it.
2259
2260         * nntp.el (nntp-server-list-active-group): Document.
2261
2262         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2263         SELECT to get the message-id.
2264
2265         * mail-source.el (mail-sources): Remove webmail support.
2266         (defvar): Ditto.
2267         (mail-source-fetcher-alist): Ditto.
2268         (mail-source-fetch-webmail): Remove.
2269
2270         * webmail.el: Remove -- doesn't seem relevant any more.
2271
2272         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2273
2274         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2275         the \r.
2276
2277 2010-09-30  Julien Danjou  <julien@danjou.info>
2278
2279         * gnus-agent.el (gnus-agent-add-group): Fix call to
2280         gnus-completing-read.
2281
2282 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2283
2284         * nndoc.el (nndoc-retrieve-groups): New function.
2285
2286         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2287         `default', use nnmail-split-methods.
2288         (nnimap-request-article): Downcase the NILs so that they are nil.
2289
2290         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2291         symbol.
2292
2293         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2294         code, since if the user has requested network, that's what they ought
2295         to get.
2296         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2297         (nnimap-split-rule): Mark as obsolete.
2298
2299         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2300         New variable.
2301
2302         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2303         correct slot, too.
2304
2305 2010-09-29  Julien Danjou  <julien@danjou.info>
2306
2307         * gnus.el (gnus-local-domain): Declare variable obsolete.
2308
2309         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2310         Fix history computing.
2311         (gnus-ido-completing-read): Require ido.
2312
2313 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2314
2315         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2316         build Gnus.
2317
2318         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2319         when interpreting the structures.
2320         (nnimap-request-accept-article): Add \r\n to the lines to make this
2321         work with Cyrus.
2322
2323         * nndraft.el (nndraft-request-expire-articles): Use the group name
2324         instead if "nndraft".  Fix found by Nils Ackermann.
2325
2326 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2327
2328         * nnregistry.el: Add.
2329
2330 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2331
2332         * nnmail.el (group, group-art-list, group-art):
2333         Remove unneeded directives.
2334
2335 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2336
2337         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2338         (mm-mime-charset)
2339         * rfc2047.el (rfc2047-syntax-table)
2340         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2341
2342         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2343         rather than `insert-file-contents' and `eval-region'.
2344
2345         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2346         construction.
2347
2348         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2349
2350         * time-date.el: No need to require cl for Emacs 21.
2351
2352 2010-09-29  Julien Danjou  <julien@danjou.info>
2353
2354         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2355         replacement of `gnus-gravatar-relief' to mimic
2356         `gnus-faces-properties-alist'.
2357         Add :version property.
2358
2359 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2360
2361         * mail-source.el (mail-source-report-new-mail)
2362         * message.el (message-default-mail-headers)
2363         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2364
2365         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2366
2367 2010-09-28  Julien Danjou  <julien@danjou.info>
2368
2369         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2370         mail-address contains the same string as real-name.
2371
2372         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2373         non-blank in header, otherwise it'll get stripped.
2374
2375         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2376         real-name, and then for mail address rather than doing : or , search.
2377
2378 2010-09-27  Julien Danjou  <julien@danjou.info>
2379
2380         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2381         right completing-read function.
2382         (gnus-use-ido): New variable
2383         (gnus-completing-read-with-default): Remove.
2384         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2385         (gnus-agent-add-group):
2386         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2387         * mm-view.el (mm-view-pkcs7-decrypt):
2388         * mm-util.el (mm-codepage-setup):
2389         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2390         * mml-smime.el (mml-smime-openssl-sign-query):
2391         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2392         (mml-insert-multipart):
2393         * gnus-msg.el (gnus-summary-yank-message):
2394         * gnus-int.el (gnus-start-news-server):
2395         * mm-decode.el (mm-interactively-view-part):
2396         * gnus-dired.el (gnus-dired-attach):
2397         * gnus.el (gnus-read-method):
2398         * gnus-bookmark.el (gnus-bookmark-jump):
2399         * gnus-art.el (gnus-mime-view-part-as-type)
2400         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2401         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2402         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2403         * nnmairix.el (nnmairix-create-server-and-default-group)
2404         (nnmairix-update-groups, nnmairix-get-server)
2405         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2406         (nnmairix-get-group-from-file-path):
2407         * nnrss.el (nnrss-find-rss-via-syndic8):
2408         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2409         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2410         (gnus-group-browse-foreign-server):
2411         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2412         (gnus-summary-execute-command, gnus-summary-respool-article)
2413         (gnus-read-move-group-name):
2414         * gnus-score.el (gnus-summary-increase-score)
2415         (gnus-summary-score-effect):
2416         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2417
2418 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2419
2420         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2421         x-focus-frame.
2422
2423         * nnimap.el (auth-source-forget-user-or-password)
2424         (auth-source-user-or-password): Autoload.
2425
2426         * message.el (message-from-style, message-interactive)
2427         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2428         (message-yank-prefix, message-indentation-spaces, message-signature)
2429         (message-signature-file): Add comment.
2430
2431 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432
2433         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2434         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2435         new articles.
2436
2437         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2438         parts.
2439         (nnimap-request-article): Work with the t setting, too.
2440
2441         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2442         that you don't get flashes of other buffers.
2443         (gnus-summary-show-complete-article): Intern before setting.
2444
2445 2010-09-27  David Engster  <dengste@eml.cc>
2446
2447         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2448         well as HEADERS.
2449         (nnmairix-retrieve-headers): Provide new argument for the above.
2450
2451 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2452
2453         * gnus-sum.el (gnus-summary-move-article): Don't alter
2454         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2455         group.
2456
2457         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2458
2459         * message.el (message-cite-prefix-regexp): Revert my last edit.
2460
2461         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2462         variable instead of the Gnus variable.
2463
2464         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2465
2466         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2467
2468         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2469         since some servers don't like it.
2470         (nnimap-open-connection): Forget credentials if the server says the
2471         password was wrong.
2472         (nnimap-parse-line): Protect against invalid data.
2473
2474         * gnus-sum.el (gnus-summary-move-article): Add comment.
2475         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2476         nothing alters it while scanning for new messages.
2477
2478         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2479         which may or may not help.
2480         (nnimap-open-connection): If we're doing a stream connection, and then
2481         discover we're on a STARTTLS-capable server, then open a STARTTLS
2482         connection instead.
2483
2484 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2485
2486         * nnimap.el (utf7): Require.
2487
2488         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2489         prefix.
2490
2491 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2492
2493         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2494
2495 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2496
2497         * nnimap.el (nnimap-request-accept-article): Message the error on
2498         error.
2499
2500 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2501
2502         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2503
2504 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2505
2506         * nndoc.el (nndoc-request-list): Return success always.
2507
2508         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2509         `fetch-old' -- we only want to fetch the articles we've requested.
2510         The rest are in the agent, probably.
2511         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2512         disappeared server" to something low.  It's not important.
2513
2514         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2515         arrived before the FETCH data.
2516
2517         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2518         target here, because we don't know the Gnus name of the group.
2519
2520         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2521         for the correct group.
2522
2523         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2524
2525         * gnus.el (gnus): Give a final warning after startup.
2526
2527         * gnus-util.el (gnus-action-message-log): New variable.
2528         (gnus-message): Use it.
2529         (gnus-final-warning): New function.
2530
2531         * nnimap.el (nnimap-open-connection): Record the greeting.
2532         (nnimap): Add greeting.
2533
2534 2010-09-26  Julien Danjou  <julien@danjou.info>
2535
2536         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2537         arguments.
2538         (gnus-html-wash-images): Fix spec computing to include start/end.
2539
2540         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2541
2542 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2543
2544         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2545         deletion.
2546         (nnimap-retrieve-headers): Don't select the group, because that's
2547         already done by nnimap-possibly-change-group.
2548
2549         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2550         (gnus-picon-transform-address): Use it.
2551
2552         * mail-source.el (mail-source-value): Revert previous patch.
2553
2554         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2555         on failure.
2556         (nnimap-open-connection): Look up both virtual and physical server name
2557         credentials.
2558
2559         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2560
2561 2009-02-07  Dave Love  <fx@gnu.org>
2562
2563         * tls.el (open-tls-stream): Don't query killing process.
2564
2565 2009-02-08  Dave Love  <fx@gnu.org>
2566
2567         * gnus-win.el (gnus-window-to-buffer-helper)
2568         (gnus-all-windows-visible-p): Function needn't be a symbol.
2569
2570         * mail-source.el (mail-source-value): Function needn't be a symbol.
2571
2572 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2573
2574         * message.el (message-cite-prefix-regexp): Remove } from the cite
2575         prefix.
2576
2577         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2578         highlight again, so that the highlight is correct.
2579
2580         * gnus-picon.el (gnus-picon): Remove again.
2581         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2582
2583         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2584         doing the header highlightling, so that the background colour of the
2585         picon is correct.
2586
2587         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2588         (gnus-picon): Ditto.
2589         (gnus-picon): Reinstate.  The background colour for picons is white.
2590         (gnus-picon-insert-glyph): Make the background white.
2591
2592         * nnml.el (nnml-open-nov): Don't return dead buffers.
2593
2594         * auth-source.el (auth-source-create): Query the user for whether to
2595         store the credentials.
2596
2597         * netrc.el (netrc-store-data): New function.
2598
2599         * auth-source.el (auth-source-user-or-password): Use the existing auth
2600         sources, if any, for creation.
2601
2602         * gnus.el (gnus-group-fast-parameter): Return the last matching
2603         parameter instead of the first matching parameter.
2604
2605 2010-09-26  Julien Danjou  <julien@danjou.info>
2606
2607         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2608
2609 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2610
2611         * mml2015.el (mml2015-use): Remove gpg support.
2612
2613         * mml1991.el (mml1991-function-alist): Remove gpg function.
2614         (mml1991-gpg-sign): Remove.
2615
2616 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2617
2618         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2619         (gnus-browse-unsubscribe-current-group): Document it.
2620         (gnus-browse-unsubscribe-group): Use it.
2621
2622 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2623
2624         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2625         address to the To list for easier response.
2626
2627         * gnus.el (gnus-play-startup-jingle): Remove.
2628         (gnus-splash): Don't play jingle.
2629         (gnus): Silence gnus-load message.
2630
2631         * gnus-art.el (gnus-treat-play-sounds): Remove.
2632
2633         * gnus.el (gnus-play-jingle): Remove audio support.
2634
2635         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2636
2637         * earcon.el: Remove -- no users.
2638
2639         * gnus-audio.el: Remove -- no users of this package.
2640
2641         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2642
2643         * gnus-start.el (gnus-setup-news): Remove nocem support.
2644
2645         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2646
2647         * gnus.el (gnus-use-nocem): Remove.
2648
2649         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2650         Remove.
2651
2652         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2653         uses NoCeM any more.
2654
2655         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2656         (gnus-button-ctan-handler): Ditto.
2657         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2658         (gnus-button-ctan-directory-regexp): Ditto.
2659         (gnus-button-handle-ctan): Ditto.
2660         (gnus-button-tex-level): Ditto.
2661         (gnus-button-alist): Remove CTAN stuff.
2662
2663 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2664
2665         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2666         nnimap-streaming test.
2667
2668         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2669         servers twice.
2670
2671         * nnimap.el (nnimap-open-connection): Add more error reporting when
2672         nnimap fails early.
2673
2674         * nnheader.el (nnheader-get-report-string): New function.
2675         (nnheader-get-report): Use it.
2676
2677         * gnus-int.el (gnus-check-server): Say what the error was when opening
2678         failed.
2679
2680         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2681         using streaming.
2682
2683 2010-09-25  Julien Danjou  <julien@danjou.info>
2684
2685         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2686         gnus-window-inside-pixel-edges.
2687
2688 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2689
2690         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2691
2692         * mm-decode.el (mm-save-part): Allow saving to other directories the
2693         normal Emacs way.
2694
2695         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2696         Suggested by Jay Berkenbilt.
2697
2698         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2699         there isn't a single byte.
2700
2701         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2702         just do it.  It doesn't really seem to matter what the user responds
2703         here, I think, so it's just a confusing question.
2704
2705         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2706         non-streaming case.
2707
2708         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2709         (gnus-article-encrypt-body): Use it.
2710
2711         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2712         keystroke.
2713
2714         * nnimap.el (nnimap-find-wanted-parts-1):
2715         Use gnus-fetch-partial-articles.
2716
2717         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2718
2719         * nnimap.el (nnimap-insert-partial-structure): New function.
2720         (nnimap-get-partial-article): New function.
2721         (nnimap-request-article): Use it.
2722         (nnimap-wait-for-response): Return whether the wait was successful.
2723         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2724         retrieval wasn't successful.
2725         (nnimap-retrieve-group-data-early): Allow throttling servers.
2726         (nnimap-streaming): New variable.
2727         (nnimap-fetch-partial-articles): Remove.
2728
2729         * mm-decode.el (mm-with-part): Protect against killed buffers.
2730
2731         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2732         for prettier summary display.
2733
2734 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2735
2736         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2737
2738 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2739
2740         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2741         apparently third-party libraries depend on it.
2742
2743         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2744         before starting negotiation.
2745
2746         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2747         privacy reasons.
2748         (gnus-treat-mail-gravatar): Ditto.
2749
2750         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2751         buffer when inserting images.  Inserting text into the headers, for
2752         instance, can make them invalid.
2753
2754 2010-09-25  Julien Danjou  <julien@danjou.info>
2755
2756         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2757         variables.
2758
2759         * nnheader.el: Remove useless variables news-reply-yank-from and
2760         news-reply-yank-message-id.
2761
2762         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2763         variables.
2764
2765         * mml1991.el: Remove useless mml1991-verbose.
2766
2767         * gnus.el: Remove useless variable gnus-use-generic-from.
2768         Remove obsolete variable gnus-topic-indentation.
2769
2770         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2771
2772         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2773
2774         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2775
2776         * gnus-group.el: Remove useless gnus-group-icon-cache.
2777         Remove useless gnus-ephemeral-group-server.
2778
2779         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2780
2781         * mml2015.el: Remove useless mml2015-verbose.
2782
2783         * mml-smime.el: Remove useless mml-smime-verbose.
2784
2785         * gnus.el: Remove useless gnus-local-domain.
2786
2787         * gnus-gravatar.el (gnus-gravatar-transform-address):
2788         Use gnus-gravatar-size.
2789
2790         * gnus-art.el: Remove useless gnus-treat-translate.
2791
2792 2010-09-24  Julien Danjou  <julien@danjou.info>
2793
2794         * gnus-sum.el: Add support for Gravatars.
2795
2796         * gnus-art.el: Add support for Gravatars.
2797
2798         * gnus-gravatar.el: Add this file.
2799
2800         * gravatar.el: Add this file.
2801
2802 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2803
2804         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2805
2806         * gnus-group.el (gnus-group-fetch-faq): Remove.
2807
2808         * gnus.el (gnus-group-faq-directory): Remove.
2809
2810         * gnus-group.el (gnus-group-fetch-charter): Remove.
2811
2812         * gnus.el (gnus-group-charter-alist): Remove.
2813
2814         * gnus-group.el (gnus-group-archive-directory): Remove.
2815         (gnus-group-recent-archive-directory): Ditto.
2816         (gnus-group-make-archive-group): Remove.
2817
2818         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2819
2820         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2821         use the same article number for all the cached articles.
2822
2823         * nnimap.el (nnimap-command): Register the last command time so
2824         that we can use it for idling NOOPs.
2825         (nnimap-open-connection): Start the keeplive timer.
2826         (nnimap-make-process-buffer): Store all the process buffers.
2827         (nnimap-keepalive): New function.
2828
2829         * starttls.el (starttls-open-stream): Add autoload cookie.
2830
2831 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2832
2833         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2834         handling.
2835
2836 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2837
2838         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2839         its data structures.
2840
2841         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2842         instead of the cl.el copy-list.
2843         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2844         equalp.
2845
2846 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2847
2848         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2849         and tool-bar-local-item-from-menu.
2850
2851         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2852         mode-line-highlight face for Emacs.
2853
2854         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2855         loading gnus-sum.elc; fix comment for canlock-verify.
2856         (gnus-article-jump-to-part): Use read-number.
2857         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2858         Remove Emacs pre-21 compatible code for help-echo.
2859         (gnus-article-next-page-1): No need to adjust the number of lines.
2860         (gnus-article-describe-bindings): Always use help-buffer.
2861
2862         * gnus-audio.el (gnus-audio-inline-sound)
2863         * gnus-cus.el (gnus-custom-mode)
2864         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2865
2866         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2867
2868         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2869         compatible code.
2870
2871 2010-09-24  Glenn Morris  <rgm@gnu.org>
2872
2873         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2874         visiting the fcc file in rmail-mode.
2875
2876         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2877
2878 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2879
2880         * nnir.el: Silence the byte compiler.
2881
2882         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2883         alias to browse-url-url-encode-chars if any.
2884         (gnus-html-encode-url): Use it.
2885
2886 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2887
2888         * gnus-start.el (gnus-use-backend-marks): New variable.
2889         (gnus-get-unread-articles-in-group): Use it.
2890
2891         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2892         makeover.
2893
2894 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2895
2896         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2897
2898 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2899
2900         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2901         Remove.
2902         (gnus-setup-news-hook):
2903         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2904
2905         * gnus-int.el (gnus-request-update-info): Protect against backends not
2906         having the function.
2907
2908         * nnimap.el (nnimap-stream): Mention starttls.
2909         (nnimap-open-connection): Add starttls support.
2910
2911 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2912
2913         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2914
2915 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2916
2917         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2918         BODYSTRUCTUREs.
2919         (nnimap-transform-headers): Unfold quoted {42} headers.
2920
2921         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2922         the info.
2923         (gnus-get-unread-articles): Only call updatep on backends that support
2924         it.
2925
2926         * nnweb.el (nnweb-request-update-info): NOOP.
2927
2928         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2929
2930         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2931         since it only deals with marks.
2932
2933         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2934         gnus-request-marks, and make a new gnus-request-update-info.
2935
2936         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2937         the active instead of the high number, which is usually too low.
2938
2939 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2940
2941         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2942         * encrypt.el: Remove.
2943
2944 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2945
2946         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2947         server in symbolic form.
2948
2949         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2950
2951 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2952
2953         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2954         (nnimap-update-info): Fix up code slightly.
2955
2956         * gnus-int.el (gnus-open-server): Add tracing for performance
2957         debugging.
2958
2959         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2960         (gnus-group-insert-group-line): Pass the real group name so that it
2961         gets the right data.
2962
2963         * gnus-start.el (gnus-get-unread-articles): Don't have
2964         `gnus-get-unread-articles-in-group' update info, since that can be
2965         really slow and doesn't seem to be needed?
2966
2967 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2968
2969         * time-date.el (date-to-time): Try using parse-time-string first before
2970         using the slower timezone-make-date-arpa-standard.
2971
2972 2010-09-22  Julien Danjou  <julien@danjou.info>
2973
2974         * gnus-group.el (gnus-group-insert-group-line):
2975         Call gnus-group-highlight-line.
2976         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2977         default hook list.
2978         (gnus-group-update-eval-form): Add new function.
2979         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2980         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2981
2982 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2983
2984         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2985         immediate, then expire all articles.
2986         (nnimap-update-info): Fix off-by-one errors.
2987         (nnimap-flags-to-marks): Would return no marks lists for group with no
2988         flags.  Instead return the other data.
2989
2990 2010-09-22  Julien Danjou  <julien@danjou.info>
2991
2992         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2993         Only return an icon.
2994         (gnus-group-insert-group-line): Compute icon to return.
2995
2996         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2997         (gnus-html-image-fetched): Only cache if
2998         gnus-html-image-automatic-caching is set.
2999         (gnus-html-image-fetched): Check for errors.
3000
3001 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3002
3003         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3004         once per method on `g'.  This ensures that backends like nnfolder don't
3005         open all their folders.
3006
3007         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3008         (nnimap-request-list): Nix out group in the correct buffer.
3009         (nnimap-parse-flags): Implement by using `read' instead of
3010         hand-parsing.
3011         (nnimap-flags-to-marks): Pass on permanent-flags.
3012         (nnimap-make-process-buffer): Record the server name.
3013         (nnimap-parse-flags): Fix typo.
3014         (nnimap-request-scan): Run split on the server in general, not just a
3015         single group.
3016
3017         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3018         parameter, and propagate this downwards.
3019
3020         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3021         since EXAMINE changes it on the server.
3022
3023         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3024         this command might take a while.
3025
3026 2010-09-22  Julien Danjou  <julien@danjou.info>
3027
3028         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3029         harmful if you have 2 images side-by-side, they can't be properly
3030         update on text deletion.  Using text-property is safer here.
3031         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3032         data.
3033
3034 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3035
3036         * nnimap.el (nnimap-expunge-inbox): Remove.
3037         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3038         (nnimap-expunge): Flip default to t.
3039
3040         * gnus.el (gnus-method-to-server): Don't push things to the cache
3041         unless it's unique.
3042         (gnus-server-to-method): Ditto.
3043
3044 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3045
3046         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3047
3048 2010-09-22  Julien Danjou  <julien@danjou.info>
3049
3050         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3051         get the start of data.
3052         (gnus-html-encode-url): Add this function to encode special chars in
3053         URL.
3054         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3055         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3056
3057         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3058         default.
3059         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3060
3061         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3062         images alt-text.
3063         (gnus-html-put-image): Put alt-text as help-echo.
3064
3065 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3066
3067         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3068         * mm-util.el (mm-decompress-buffer)
3069         * nnir.el (nnir-run-find-grep)
3070         * pop3.el (pop3-list): Use 3rd arg of split-string.
3071
3072         * time-date.el (format-seconds): Comment fix.
3073
3074         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3075         and byte-optimize-form-code-walker.
3076         (dgnushack-make-auto-load): Don't advise make-autoload.
3077
3078         * lpath.el: Remove Emacs 21 stuff.
3079
3080 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3081
3082         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3083         outside the active range.  Suggested by Dan Christensen.
3084
3085         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3086         slightly later to avoid double-getting it.
3087
3088         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3089         previous patch.
3090
3091         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3092
3093 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3094
3095         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3096
3097 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3098
3099         * gnus-int.el (gnus-open-server): Give a better error message in the
3100         "go offline" case.
3101
3102         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3103         marks for nnimap, which is seldom the right thing to do.
3104
3105         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3106         (gnus-same-method-different-name): New function.
3107
3108         * nnimap.el (parse-time): Require.
3109
3110         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3111         method in the presence of many similar methods.
3112
3113         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3114
3115         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3116         nnml-inhibit-expiry.
3117
3118         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3119         find out whether methods are equal.
3120
3121         * nnimap.el (nnimap-find-expired-articles): New function.
3122         (nnimap-process-expiry-targets): New function.
3123         (nnimap-request-move-article): Request the article before looking at
3124         what the Message-ID is.  Fix found by Andrew Cohen.
3125         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3126
3127         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3128         for oldness in addition to being a predicate.
3129
3130         * nnimap.el (nnimap-request-group): When we have zero articles, return
3131         the right data to Gnus.
3132         (nnimap-request-expire-articles): Only delete articles immediately if
3133         the target is 'delete.
3134
3135         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3136         method, this would bug out.
3137
3138         * gnus-group.el (gnus-group-expunge-group): Rename from
3139         gnus-group-nnimap-expunge, and implemented as a normal interface
3140         function.
3141
3142         * gnus-int.el (gnus-request-expunge-group): New function.
3143
3144         * nnimap.el (nnimap-request-create-group): Implement.
3145         (nnimap-request-expunge-group): New function.
3146
3147 2010-09-21  Julien Danjou  <julien@danjou.info>
3148
3149         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3150         (gnus-html-cache-expired): Add new function.
3151         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3152         wethever we should display image for fetch it.
3153         Compute alt-text earlier to pass it to the fetching function too.
3154         (gnus-html-schedule-image-fetching): Change function argument to only
3155         get one image at a time, not a list.
3156         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3157         cache.
3158         (gnus-html-get-image-data): New function to retrieve image data from
3159         cache.
3160         (gnus-html-put-image): Change buffer argument to use image data rather
3161         than file, and place image above region rather than inserting a new
3162         one.  Do not take alt-text as argument, since it's useless now: we place
3163         the image above alt-text.
3164         (gnus-html-prune-cache): Remove.
3165         (gnus-html-show-images): Start to fetch image when we find one, do not
3166         push into a temporary list.
3167         (gnus-html-prefetch-images): Only fetch image if they have expired.
3168         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3169         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3170
3171 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3172
3173         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3174
3175 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3176
3177         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3178         spec inser "*" if the group isn't active instead of 0.
3179
3180         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3181         opening the server.
3182         (nnimap-request-delete-group): Implement group deletion.
3183         (nnimap-transform-headers): Return the size of the entire message in
3184         the Bytes header, not just the size of the first part.
3185         (nnimap-request-move-article): When moving an article from nnimap,
3186         request the article first so the accepting form has an article to
3187         accept.  Reported by Dan Christensen.
3188         (nnimap-command): Make sure that the error message doesn't error out.
3189
3190 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3191
3192         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3193         we haven't requested anything.
3194
3195 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3196
3197         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3198         "".  Fix found by Andrew Cohen.
3199
3200         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3201         instead of -encode-string.
3202
3203 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3204
3205         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3206
3207         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3208         by mm-subst-char-in-string.
3209
3210 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3211
3212         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3213         waiting for the connection string.
3214
3215         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3216         arriving.
3217
3218         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3219         bogus characters.  This allows selecting certain Gmail groups.
3220
3221         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3222         (nnimap-fetch-partial-articles): New variable.
3223         (nnimap-open-connection): When looking for credentials, also use the
3224         nnimap-server-port.
3225         (nnimap-request-article): Return the group/article number, so that Gnus
3226         `^' works as expected.
3227         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3228
3229         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3230         comments.
3231         (gnus-methods-sloppily-equal): New function.
3232         (gnus): When using the development version of Gnus, load the gnus-load
3233         file.
3234
3235         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3236         `gnus-open-server' on each method before trying to scan them etc.
3237         This ensures that all the backend parameters are set correctly.
3238
3239         * nnimap.el (nnimap-authenticator): New variable.
3240         (nnimap-open-connection): Allow anonymous login.
3241         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3242         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3243
3244         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3245         patch, found by Knut Anders Hatlen.
3246
3247 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3248
3249         * gnus-agent.el (gnus-agent-batch-confirmation)
3250         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3251         to gnus-message.
3252         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3253         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3254         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3255         * gnus-int.el (gnus-open-server): Likewise.
3256         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3257         (gnus-score-check-syntax): Likewise.
3258         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3259         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3260         Likewise.
3261         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3262
3263 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3264
3265         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3266         calling conventions so that prefetch doesn't bug out.
3267
3268 2010-09-19  Julien Danjou  <julien@danjou.info>
3269
3270         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3271         rather than `subst-char-in-region' in order to be able to replace ASCII
3272         char by UTF-8 ones.
3273
3274         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3275         than curl.
3276         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3277         the right URL and ALT text on images.
3278         (gnus-html-wash-tags): Fix tag case.
3279         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3280         (gnus-article-html): Add -o display_ins_del=2 option.
3281         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3282
3283 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3284
3285         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3286         the extra mail headers, which sometimes seem to happen for unknown
3287         reasons.
3288
3289         * mail-parse.el (mail-header-encode-parameter): Define as
3290         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3291         (or most, perhaps?) mail readers don't understand the latter, but do
3292         understand the former.
3293
3294         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3295         to nil, so that no methods are automatically agentized.  I think this
3296         is probably what most users want.
3297
3298         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3299         from url-retrieve, for instance about invalid URLs.
3300
3301         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3302         groups that have no articles.
3303         (nnimap-request-article): Check that we really got an article when we
3304         requested one.
3305
3306         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3307         doesn't exist.
3308
3309         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3310         nntp buffer so the agent can save it.
3311         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3312         that CRLF doesn't get translated to \n.
3313         (nnimap-open-connection): Don't make 'shell commands only send \n.
3314
3315 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3316
3317         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3318         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3319         Update var name.
3320         (nnml-generate-nov-file): Use dolist.
3321         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3322         Use with-current-buffer.
3323
3324 2010-09-18  Julien Danjou  <julien@danjou.info>
3325
3326         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3327         parallel.
3328
3329 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3330
3331         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3332         the range update right.
3333         (nnimap-request-group): Don't make `M-g' bug out on group with no
3334         marks.
3335         (nnoo): Require, so that other packages can require nnimap.
3336         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3337         command we're looking for.  This helps when the server sends more
3338         responses after we've gotten everything we expected.
3339         (nnimap): Add a `newlinep' field to keep track of end-of-line
3340         conventions.
3341         Don't send CRLF to things that don't want it.
3342         (nnimap-request-accept-article): Ditto.
3343
3344 2010-09-18  Julien Danjou  <julien@danjou.info>
3345
3346         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3347         than curl to retrieve images.
3348
3349 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3350
3351         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3352         the marks.
3353         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3354         (nnimap-wait-for-connection): New function.
3355         (nnimap-open-connection): If we have PREAUTH, don't query for login
3356         credentials.
3357         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3358         when doing a partial update.
3359
3360 2010-09-18  Julien Danjou  <julien@danjou.info>
3361
3362         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3363         tags.
3364
3365 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3366
3367         * nnimap.el (nnimap-credentials): New function.
3368         (nnimap-open-connection): Use the new function to look for credentials
3369         also on the numeric equivalents of "imap" and "imaps".
3370
3371         * gnus-start.el (gnus-activate-group): Send the info to
3372         gnus-request-group.
3373
3374         * nnimap.el (nnimap-request-group): Have the "check" version of the
3375         function parse flags and update the info, so that a `M-g' get a total
3376         resync of all flags from the group.
3377
3378         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3379         to allow backends to alter the info on group selection.  Also alter all
3380         the backend -request-group functions to take the parameter.
3381
3382         * nnimap.el (nnimap-store-info): New function.
3383         (nnimap-update-info): Store the info for later usage.
3384         (nnimap-request-group): Use the stored info for the dont-check case, so
3385         that we don't retrieve all marks when we enter a group.
3386
3387         * nnimap.el: Use deffoo instead of defun for interface functions.
3388
3389         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3390         update the group info.  This makes the nndraft groups, for instance, go
3391         back to their old behaviour.
3392
3393         * gnus-sum.el (gnus-select-newsgroup): Indent.
3394
3395         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3396         in.
3397         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3398         nothing.
3399
3400         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3401         from methods that are denied.
3402
3403         * gnus-int.el (gnus-method-denied-p): New function.
3404
3405         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3406         store the password instead of netrc.
3407         (nnimap-open-connection): Don't error out when we can't make a
3408         connections.
3409
3410         * auth-source.el (auth-source-create): In the password prompt, say what
3411         we're querying for.  Also prompt for user name if that hasn't been
3412         given.
3413
3414         * nnimap.el (nnimap-with-process-buffer): Remove.
3415
3416 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3417
3418         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3419         method when we're reading from the agent.
3420
3421         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3422
3423         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3424         that's probably most useful for users.
3425
3426         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3427         "failed" all the time.
3428
3429         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3430         ...)) with (with-current-buffer ... ).
3431
3432         * nntp.el (nntp-open-server): Return whether the open was successful or
3433         not.
3434
3435         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3436         select an unread unseen article first.
3437
3438         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3439         /etc/services, supply some sensible port defaults.
3440
3441         * dgnushack.el: Define netrc-credentials.
3442
3443 2010-09-17  Julien Danjou  <julien@danjou.info>
3444
3445         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3446
3447 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3448
3449         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3450         doesn't have any parameters.
3451
3452 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3453
3454         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3455         only upcased checks.
3456
3457         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3458
3459         * nnimap.el (nnimap-open-shell-stream): New function.
3460         (nnimap-open-connection): Use it.
3461         (nnimap-transform-headers): Get the number of lines in each message.
3462         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3463         number of lines.
3464         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3465         problem.
3466
3467         * utf7.el (utf7-encode): Autoload.
3468
3469         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3470         to allow the mail splitting to not return a default group.  This is
3471         useful for nnimap, which will leave unmatched mail in the inbox.
3472
3473         * nnimap.el: Rewritten.
3474
3475         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3476         nnimap usage.
3477
3478         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3479         if the move is internal, so that nnimap can do fast internal moves.
3480
3481         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3482         data.
3483         (gnus-read-active-for-groups): Support finishing the early retrieval of
3484         data.
3485
3486         * gnus-range.el (gnus-range-nconcat): New function.
3487
3488         * gnus-int.el (gnus-finish-retrieve-group-infos)
3489         (gnus-retrieve-group-data-early): New functions.
3490
3491 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3492
3493         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3494         (nnrss-retrieve-groups):
3495         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3496         (pop3-quit): Use with-current-buffer.
3497
3498 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3499
3500         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3501         instead of nnheader-accept-process-output.
3502
3503         * dgnushack.el (dgnushack-compile): Add comment.
3504
3505         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3506
3507         * gnus-html.el (gnus-html-schedule-image-fetching)
3508         (gnus-html-prefetch-images): Replace process-kill-without-query by
3509         gnus-set-process-query-on-exit-flag.
3510
3511 2010-09-16  Romain Francoise  <romain@orebokech.com>
3512
3513         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3514
3515 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3516
3517         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3518         parameter to unintern is mandatory-ish in Emacs 24.
3519
3520         * gnus-html.el (gnus-html-schedule-image-fetching)
3521         (gnus-html-prefetch-images): Check for curl before using it.
3522
3523         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3524         depend on curl, which isn't essential.
3525
3526         * imap.el: Revert back to version
3527         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3528         seem problematic.
3529
3530 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3531
3532         * gnus-registry.el (gnus-registry-install-shortcuts):
3533         Explicitly pass `obarray' to `unintern' to avoid a warning.
3534
3535 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3536
3537         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3538         change.
3539
3540         * nnrss.el (nnrss-request-list): Remove this function and related
3541         functions, including the moreover stuff.
3542
3543 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3544
3545         * nnrss.el (nnrss-retrieve-groups): New function.
3546
3547 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3548
3549         * .dir-locals.el: Add no-byte-compile cookie.
3550
3551 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3552
3553         * time-date.el (format-seconds): Comment fix.
3554
3555         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3556         for back end that doesn't support request-scan.
3557
3558 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3559
3560         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3561         then do request scans from the backends.
3562
3563         * netrc.el (netrc-credentials): New conveniency function.
3564
3565         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3566         avoid running a hook per line, since this takes a lot of time,
3567         profiling shows.
3568         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3569         directly if gnus-visual-p is true.
3570
3571 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3572
3573         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3574         groups; replace mapcar with dolist which is a bit faster; pass groups
3575         info to gnus-read-active-file-1.
3576         (gnus-read-active-file-1): Scan only specified groups if the new
3577         optional arg `infos' is given.
3578
3579 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3580
3581         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3582
3583         * pop3.el (pop3-movemail): Remove.
3584         (pop3-streaming-movemail): Rename to pop3-movemail.
3585
3586         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3587         don't restrict end-tag searches to the end of the line.
3588
3589 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3590
3591         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3592         articles of every unchecked group to t, which means unknown since the
3593         server has never been opened.
3594
3595 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3596
3597         * gnus-html.el (gnus-html-show-alt-text): New command.
3598         (gnus-html-browse-image): Ditto.
3599         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3600         to browse the image directly.
3601         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3602         better.
3603
3604         * gnus-async.el (gnus-async-article-callback):
3605         Call `gnus-html-prefetch-images' unconditionally.
3606
3607         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3608         before feeding URLs to curl.
3609
3610 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3611
3612         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3613         internal images as deletable by `W D D'.
3614
3615         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3616         (gnus-async-article-callback): Fix typo.
3617
3618 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3621         current line to work around bugs in the output from w3m.
3622
3623         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3624         for groups that want that.
3625
3626         * nntp.el (nntp-wait-for-string): Supply a timeout for
3627         accept-process-output to ensure progress.
3628
3629         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3630         level to get unread articles from, then use that for foreign groups,
3631         too.
3632
3633         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3634         confuses the rest of the function.
3635
3636         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3637         for the methods that support -retrieve-groups, too.
3638
3639         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3640
3641 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3642
3643         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3644         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3645
3646         * pop3.el: Require cl when compiling.
3647         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3648
3649 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3650
3651         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3652         that aren't going to be activated.
3653         (gnus-get-unread-articles): Fix up the last commit.
3654
3655         * gnus-html.el (gnus-article-html): Allow calling without specifying
3656         the handle.  In that case, dissect the buffer first.
3657
3658         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3659
3660         * nnimap.el (nnimap-open-connection): Revert the change that would look
3661         into authinfo for imaps instead of imap.
3662
3663         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3664         say that you don't want to call gnus-request-group with don-check, but
3665         do check the reponse.  This is for virtual groups only.
3666         (gnus-get-unread-articles): Count the archive groups as secondary, so
3667         that they're activated the same way as before.
3668
3669         * imap.el (imap-message-map): Removed optional buffer parameter, since
3670         no callers use it.
3671         (imap-message-get): Ditto.
3672         (imap-message-put): Ditto.
3673         (imap-mailbox-map): Ditto.
3674         (imap-mailbox-put): Ditto.
3675         (imap-mailbox-get): Ditto.
3676         (imap-mailbox-get): Revert last change for this function.
3677
3678         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3679         case-insensitively.
3680         (nnimap-debug): Remove.
3681
3682         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3683         to use `imap-fetch' instead.  According to the comments, this should be
3684         safe, since all other IMAP clients use the 1:* syntax.
3685         (imap-enable-exchange-bug-workaround): Removed.
3686         (imap-debug): Removed -- doesn't seem very useful.
3687
3688         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3689         mail from a file, and the file doesn't exist.
3690
3691         * imap.el (imap-log): New convenience function used throughout instead
3692         of repeating the same code all over the place.
3693
3694         * pop3.el (pop3-streaming-movemail): Return t for success.
3695
3696         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3697         .authinfo if we're using ssl connection.
3698
3699         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3700         already have if we're in a main Gnus `g' run.
3701
3702         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3703
3704 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3705
3706         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3707
3708         * nnmh.el (nnmh-request-list-1): Bind `file'.
3709
3710         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3711         alias to set-process-query-on-exit-flag or process-kill-without-query.
3712         (pop3-open-server): Use it.
3713
3714 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3715
3716         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3717         box to the Incoming file.  Fixes mistake in previous checkin.
3718
3719         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3720         request loop (for debugging purposes) removed.
3721
3722         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3723         culprit is more visible.
3724         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3725         (nnml-add-incremental-nov): New functions to do "incremental" nov
3726         updates, where we just append to the end of the existing nov files
3727         without reading/writing them in full.
3728
3729         * mail-source.el (mail-source-delete-crash-box): Really only check the
3730         incoming files once in a while.
3731
3732         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3733
3734         * mail-source.el (mail-source-delete-crash-box): Only check the
3735         incoming files for deletion once per day to save a lot of file
3736         accesses.
3737
3738         * pop3.el (pop3-logon): Fix up unbound variable typo.
3739
3740         * mail-source.el (pop3-streaming-movemail): Autoload.
3741
3742         * pop3.el (pop3-streaming-movemail):
3743         Respect pop3-leave-mail-on-server.
3744
3745         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3746         retrieval.
3747
3748         * pop3.el (pop3-process-filter): Remove unused function.
3749         (pop3-streaming-movemail, pop3-send-streaming-command)
3750         (pop3-wait-for-messages, pop3-write-to-file)
3751         (pop3-number-of-responses): New functions for streaming pop3
3752         retrieval.
3753
3754         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3755         come from no known methods.
3756         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3757         list.
3758
3759         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3760         message sizes.
3761         (pop3-movemail): Use erase-buffer instead of looping and deleting
3762         regions, which seems rather odd.
3763
3764         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3765         file once per `g' run.
3766
3767         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3768         directories.  This makes the draft queue directory work.
3769
3770         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3771         data from the backends, so that we only request the list of groups from
3772         each method once.  This should speed things up considerably.
3773
3774         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3775         detect that it's not implemented.
3776
3777         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3778         we actually do recurse down into the tree, but don't stat all leaf
3779         nodes.
3780
3781         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3782         then say so instead of bugging out.
3783
3784         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3785         files exist before trying to read them.
3786
3787         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3788         around <pre_int>.
3789
3790         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3791
3792         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3793
3794 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3795
3796         * mm-util.el (mm-image-load-path): Just return the image directories,
3797         not all directories in the path in addition to the image directories.
3798         (mm-image-load-path): Maintain a cache of the image directories so that
3799         the `g' command in Gnus doesn't have to stat dozens of directories each
3800         time.
3801
3802         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3803         (gnus-html-wash-tags): Add a new `i' command to insert images.
3804         (gnus-html-insert-image): New command and keystroke.
3805         (gnus-html-redisplay-with-images): New command and keystroke.
3806         (gnus-html-show-images): Rename command.
3807         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3808         spacers.
3809         (gnus-html-wash-tags): Decode entities at the end, so that entities
3810         inside the tags don't mess up the rest of the "parsing".
3811
3812         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3813         so that nnimap methods aren't agentized by default.  There's apparently
3814         many problems related to agent/imap behaviour.
3815
3816         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3817
3818         * gnus-html.el: Doc fix.
3819
3820 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3821
3822         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3823         specifier-spec-list for Emacs 21.
3824
3825         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3826         glyph-width and glyph-height instead of display-graphic-p and
3827         image-size; make avoidance of displaying small images work for XEmacs.
3828
3829         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3830         for XEmacs.
3831
3832         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3833         of symbol that holds plist data.
3834         (gnus-process-plist): Remove plist of process after getting it.
3835
3836 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3837
3838         * message.el (message-generate-hashcash): Change default to
3839         'opportunistic if hashcash is installed.
3840
3841         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3842         (gnus-html-put-image): Only call image-size once, since it's somewhat
3843         time-consuming on remote X servers.
3844
3845 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3846
3847         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3848         type on data, not a file name.
3849
3850         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3851         window-pixel-edges for Emacs 21.
3852
3853         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3854         decoded contents.
3855         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3856
3857 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3858
3859         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3860         group line format, since it isn't very interesting.
3861
3862         * gnus-agent.el (gnus-agent-short-article),
3863         (gnus-agent-long-article): Increase values for these two variables,
3864         since most people are likely to have more network connection and
3865         storage than before.
3866
3867         * gnus.el (gnus-refer-article-method): Change default to 'current.
3868         When referring an article, the common behaviour is to refer it from the
3869         current select method, not the native select method.  The chances of
3870         the native select method having the message in question is rather slim
3871         these days.
3872
3873         * gnus-sum.el (gnus-auto-select-subject): Change default to
3874         `unseen-or-unread'.  I think it's likely that most people want to
3875         select an unseen article over a previously seen, but unread one.
3876
3877         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3878         means that in the article buffer none of the minor mode elements will
3879         be shown, usually, and this is not desirable in most cases.
3880
3881         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3882         that commands like `d' (and the like) go to the next line in the
3883         buffer, instead of the next unread article.  I think this is the
3884         behaviour that is most natural for most users.
3885         (gnus-single-article-buffer): Change default to nil, so that people can
3886         have as many article buffers open as they have summary buffer.  I think
3887         this is the most natural way for the groups to behave.
3888
3889         * message.el (message-generate-new-buffers): Change default to
3890         `unsent', so that all new message buffers start their names with the
3891         string "*unsent", and it's easier to find the buffers if you move from
3892         them.
3893
3894 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3895
3896         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3897         small.  They're probably tracking images.
3898         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3899         (gnus-html-rescale-image): Yet another try at getting the image sizing
3900         right.
3901
3902         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3903         nntp-marks-file-name is nil.
3904
3905 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3906
3907         * gnus-html.el (gnus-html-wash-tags)
3908         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3909         Better logging.
3910
3911 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3912
3913         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3914
3915         * gnus-html.el (gnus-html-wash-tags): Check the value of
3916         gnus-blocked-images in the summary buffer.
3917
3918 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3919
3920         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3921
3922 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3923
3924         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3925         like "a", it seems like.
3926         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3927         since it needs to be picked from the correct buffer.
3928
3929         * nnwfm.el: Remove.
3930
3931         * nnlistserv.el: Remove.
3932
3933 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3934
3935         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3936         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3937
3938 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3939
3940         * nnkiboze.el: Remove.
3941
3942         * nndb.el: Remove.
3943
3944         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3945         alt text.
3946         (gnus-html-rescale-image): Try to get the rescaling logic right for
3947         images that are just wide and not tall.
3948
3949         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3950         overshadow variable bindings.
3951
3952 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3953
3954         * gnus-html.el (gnus-html-wash-tags)
3955         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3956         Add extra logging.
3957
3958 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3959
3960         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3961         (gnus-max-image-proportion): New variable.
3962         (gnus-html-rescale-image): New function.
3963         (gnus-html-put-image): Rescale images.
3964
3965 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3966
3967         Fix up some byte-compiler warnings.
3968         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3969         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3970         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3971         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3972         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3973         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3974         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3975
3976 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3977
3978         * gnus-html.el (gnus-article-html): Decode contents by charset.
3979
3980 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3981
3982         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3983         (gnus-html-frame-width, gnus-blocked-images)
3984         * message.el (message-prune-recipient-rules): Add custom version.
3985         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3986
3987         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3988         functions.
3989
3990         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3991         gnus-process-get.
3992
3993 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3994
3995         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3996         instead of lsub directly.
3997
3998 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3999
4000         * nnwarchive.el: Remove.
4001
4002         * gnus-soup.el: Remove.
4003
4004         * nnsoup.el: Remove.
4005
4006         * nnultimate.el: Remove.
4007
4008         * gnus-html.el (gnus-blocked-images): New variable.
4009
4010         * message.el (message-prune-recipients): New function.
4011         (message-prune-recipient-rules): New variable.
4012
4013         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4014         guess whether a long line is natural text or not.
4015
4016         * gnus-html.el (gnus-html-schedule-image-fetching):
4017         Use gnus-process-plist and friends for compatibility.
4018
4019 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4020
4021         * gnus-html.el: Require packages that define macros used in this file.
4022         (gnus-article-mouse-face): Declare to silence byte-compiler.
4023         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4024         process-get.
4025         (gnus-html-put-image): Use plist-get to avoid getf.
4026         (gnus-html-prefetch-images): Use with-current-buffer.
4027
4028 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4029
4030         * gnus-ems.el: Provide compatibility functions for
4031         gnus-set-process-plist.
4032
4033         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4034         header-line-format for XEmacs 21.4.
4035
4036         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4037         * gnus.el (gnus-valid-select-methods)
4038         * message.el (message-send-mail-partially-limit)
4039         * mm-decode.el (mm-text-html-renderer)
4040         * mml.el (mml-insert-mime-headers-always)
4041         * smiley.el (smiley-regexp-alist): Bump custom version.
4042
4043 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4044
4045         * gnus-html.el: require mm-url.
4046         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4047         with the url to `url'.
4048         (gnus-html-wash-tags): Support cid: URLs/images.
4049
4050 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4051
4052         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4053         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4054         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4055
4056         * gnus-move.el: Remove file, since it doesn't really work.
4057
4058         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4059         UTF-8.  This seems to fix problems with some German web feeds.
4060
4061         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4062         at the top so that the proper colours are applied.
4063
4064         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4065         don't have dots in their names.
4066
4067         * gnus-art.el (gnus-article-view-part): Doc fix.
4068
4069         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4070         XEmacs-compatible.
4071         (gnus-html-put-image): Don't do images on non-graphic displays.
4072
4073         * nnslashdot.el: Remove this unused backend.
4074
4075         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4076         actions.
4077         (gnus-undo-register-1): Revert last change.
4078
4079         * gnus-group.el (gnus-group-completing-read): Protect against not
4080         having completion-styles bound.
4081
4082         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4083         make broken recipients happier.
4084
4085         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4086
4087         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4088         point parameter.
4089
4090         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4091
4092         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4093         completion-styles for group selection.
4094
4095 2009-02-04  Andreas Schwab  <schwab@suse.de>
4096
4097         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4098         headers and regexp-quote the match if necessary.
4099
4100 2009-03-24  Miles Bader  <miles@gnu.org>
4101
4102         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4103         the blinking smiley.
4104
4105 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4106
4107         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4108         blink smiley.
4109
4110 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4111
4112         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4113         where the dribbel file lives exists.
4114
4115         * message.el (message-send-mail-partially-limit): Change the default to
4116         nil, since most people don't want this.
4117
4118         * mm-url.el (mm-url-decode-entities): Also decode entities like
4119         &#x3212.
4120
4121 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4122
4123         * gnus-sum.el (gnus-summary-idna-message):
4124         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4125         Hyperlink urls in docstrings with URL `...'.
4126
4127 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4128
4129         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4130         functions.
4131
4132 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4133
4134         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4135         say what the mouseover text should be.
4136
4137         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4138         version of the mm-w3m-safe-url-regexp variable to only download images
4139         in the groups where we want that to happen.
4140
4141         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4142
4143         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4144         easier debugging.
4145         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4146         big pictures in the article buffer.
4147
4148         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4149         gnus-article-html.
4150         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4151         w3m.
4152
4153         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4154
4155 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4156
4157         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4158         which doesn't exist.
4159
4160         * message.el (message-inhibit-ecomplete): New variable to allow some
4161         function to inhibit ecomplete address storage.
4162         (message-resend): Disable ecomplete message storage when resending
4163         messages.
4164
4165         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4166
4167 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4168
4169         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4170         Save excursion while copying, moving, and deleting articles in order to
4171         prevent the cursor from jumping to unforeseen place.
4172
4173 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4174
4175         * lpath.el: No need to bind bookmark-current-buffer,
4176         bookmark-yank-point and bookmark-make-record-function.
4177
4178 2010-08-17  Glenn Morris  <rgm@gnu.org>
4179
4180         * gnus-sync.el: Require gnus components whose functions are used.
4181
4182         * gnus-art.el (bookmark-make-record-function):
4183         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4184         Declare for compiler.
4185
4186         * mm-url.el (mml-compute-boundary): Autoload.
4187
4188 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4189
4190         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4191
4192 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4193
4194         Typo fix "hoo4a" -> "hook".
4195
4196         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4197
4198 2010-08-14  Glenn Morris  <rgm@gnu.org>
4199
4200         * gnus-sync.el (gnus-sync): Fix defgroup version.
4201
4202 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4203
4204         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4205
4206         * gnus-sync.el: Fix docs.
4207         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4208         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4209
4210 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4211
4212         Optimizations for gnus-sync.el.
4213
4214         * gnus-sync.el: Add docs about gnus-sync-backend
4215         possibilities.
4216         (gnus-sync-save): Remove unnecessary message.
4217         (gnus-sync-read): Optimize and show what groups were skipped.
4218
4219 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4220
4221         Minor bug fixes for gnus-sync.el.
4222
4223         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4224         Don't read the sync on get-new-news.
4225
4226         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4227         quiet.
4228
4229         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4230         (fix typo).
4231
4232 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4233
4234         Make saving and restoring of hidden threads work with overlays.
4235         Patch applied by Ted Zlatanov.
4236
4237         * gnus-sum.el (gnus-hidden-threads-configuration)
4238         (gnus-restore-hidden-threads-configuration): Update to deal with text
4239         properties, rather than searching for a magic character.
4240
4241 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4242
4243         New gnus-sync.el library for synchronization of marks.
4244
4245         * gnus-sync.el: New library for synchronization of marks.
4246
4247         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4248         renamed from `gnus-registry-grep-in-list'.
4249
4250         * gnus-registry.el (gnus-registry-follow-group-p):
4251         Use `gnus-grep-in-list'.
4252
4253         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4254
4255 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4256
4257         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4258         determining charset of text fails.
4259
4260 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * nnmail.el (nnmail-get-new-mail-1): Revert.
4263
4264         * nnml.el (nnml-active-number): Make sure names of newly created groups
4265         in nnml-group-alist are encoded.
4266
4267 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4270         containing non-ASCII characters in active file for nnml back end.
4271
4272 2010-07-24  David Engster  <dengste@eml.cc>
4273
4274         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4275         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4276
4277 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4278
4279         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4280         tag (Bug#6654).
4281
4282 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4283
4284         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4285         the article buffer, not the summary buffer.
4286
4287 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4288
4289         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4290         Emacs 23 as well.
4291
4292 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4293
4294         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4295         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4296
4297 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4298
4299         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4300         Patch applied by Karl Fogel.
4301
4302         * gnus-sum.el (gnus-summary-bookmark-make-record):
4303         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4304
4305 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4306
4307         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4308         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4309         C-w still not working correctly from Article buffers; Thierry's
4310         patch to fix that will be applied after this.
4311
4312         * gnus-art.el (bookmark-make-record-function): New local variable.
4313
4314         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4315         article buffer.
4316         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4317
4318 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4319
4320         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4321         on changes in bookmark.el.
4322
4323 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4324
4325         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4326         `no-log' instead of message not to log prompt string.
4327
4328 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4329
4330         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4331         the *other* type of HTML form submission.
4332
4333 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4334
4335         * auth-source.el (auth-source-pick): If choice does not contain a
4336         questioned keyword, set the check to t.
4337
4338 2010-06-12  Romain Francoise  <romain@orebokech.com>
4339
4340         * gnus-util.el (gnus-date-get-time): Move up before first use.
4341
4342 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4343
4344         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4345         (gnus-article-edit-part): Bind it to make last part that is substituted
4346         or deleted visible.
4347         (gnus-mime-display-single): Buttonize part of which id equals to
4348         gnus-mime-buttonized-part-id.
4349
4350 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4351
4352         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4353         (gnus-dd-mmm): Use gnus-date-get-time.
4354         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4355         simplify logic.
4356         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4357         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4358
4359 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4360
4361         * auth-source.el (top): Autoload `secrets-list-collections',
4362         `secrets-create-item', `secrets-delete-item'.
4363         (auth-sources): Fix tag string.
4364         (auth-get-source, auth-source-retrieve, auth-source-create)
4365         (auth-source-delete): New defuns.
4366         (auth-source-pick): Rewrite in order to avoid 2 passes.
4367         (auth-source-forget-user-or-password): New parameter USERNAME.
4368         (auth-source-user-or-password): New parameters CREATE-MISSING and
4369         DELETE-EXISTING.  Retrieve password interactively, if needed.
4370
4371 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4372
4373         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4374         deleting unused directories when gnus-expert-user is t.
4375
4376 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4377
4378         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4379         for each temp file when gnus-article-browse-delete-temp is ask.
4380
4381 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4382
4383         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4384         Lisp calls to delete-backward-char by calls to delete-char.
4385
4386 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4387
4388         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4389
4390 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4391
4392         * password-cache.el (password-cache-remove): Fix docstring.
4393
4394 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4395
4396         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4397         article unless decoding article to be saved.
4398
4399 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4402         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4403         generated within the mm-with-unibyte-current-buffer macro.
4404
4405 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4406
4407         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4408         to nil when we're in a mml-preview buffer and no group is selected.
4409
4410 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4411
4412         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4413         when catching the `C-g'.  Reported by "Leo".
4414
4415 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4416
4417         * message.el (message-forward-make-body-plain)
4418         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4419         multibyte-string-p.
4420
4421         * lpath.el: Revert.
4422
4423 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4424
4425         * message.el (message-forward-make-body-mml): Assume original message
4426         is multibyte string; error on unibyte.
4427         (message-forward-make-body-plain): Ditto; don't add excessive newline
4428         in body end.
4429
4430         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4431
4432 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4433
4434         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4435         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4436
4437 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4438
4439         * mm-extern.el (mm-extern-url): Don't use
4440         mm-with-unibyte-current-buffer.
4441         (mm-extern-cache-contents): Use with-current-buffer instead of
4442         save-excursion + set-buffer.
4443
4444 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4445
4446         * mm-util.el (mm-emacs-mule): Remove.
4447
4448 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4449
4450         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4451         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4452         change.
4453
4454 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4455
4456         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4457         bind the default value of enable-multibyte-characters to nil.
4458
4459 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4460
4461         * message.el (message-forward-make-body-plain)
4462         (message-forward-make-body-mml):
4463         Don't use mm-with-unibyte-current-buffer.
4464
4465 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4466
4467         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4468
4469 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4470
4471         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4472         (Bug#5592).
4473
4474 2010-05-07  Julien Danjou  <julien@danjou.info>
4475
4476         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4477         it to mm-pipe-part.
4478
4479         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4480         it is given.
4481
4482 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4483
4484         * binhex.el (binhex-decode-region-internal)
4485         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4486         (dns-query)
4487         * nnweb.el (nnweb-gmane-search)
4488         * pgg-parse.el (pgg-parse-armor)
4489         * pgg.el (pgg-verify-region)
4490         * sha1.el (sha1-string-external)
4491         * uudecode.el (uudecode-decode-region-internal)
4492         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4493         XEmacs.
4494
4495         * gnus-art.el (gnus-article-browse-html-parts)
4496         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4497         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4498         make-temp-file.
4499
4500         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4501         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4502         compiling.
4503
4504         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4505         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4506         XEmacs when compiling.
4507
4508         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4509         gnus-pick-mode-off-hook for XEmacs when compiling.
4510         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4511         gnus-binary-mode-off-hook for XEmacs when compiling.
4512
4513         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4514         Return nil if char-charset is not available.
4515
4516         * imap.el (imap-disable-multibyte)
4517         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4518         macros.
4519
4520         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4521         instead of encode-coding-string.
4522
4523         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4524         'xemacs) instead of mm-emacs-mule to switch function definitions.
4525         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4526
4527         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4528         bind temporary-file-directory for XEmacs;
4529         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4530         timer-set-function for XEmacs 21.4 and SXEmacs;
4531         bind timer-list for XEmacs 21.4 and SXEmacs;
4532         fbind char-charset and find-charset-region for non-Mule XEmacs;
4533         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4534         encode-coding-region and encode-coding-string for XEmacs having no
4535         file-coding feature.
4536
4537 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4538
4539         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4540
4541 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4542
4543         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4544         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4545
4546 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4547
4548         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4549         alias `jka-compr-delete-temp-file' no longer exists.
4550
4551 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4552
4553         Use define-minor-mode in Gnus where applicable.
4554         * mml.el (mml-mode): Use define-minor-mode.
4555         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4556         (gnus-undo-mode): Use define-minor-mode.
4557         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4558         (gnus-dead-summary-mode): Use define-minor-mode.
4559         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4560         Initialize in declaration.
4561         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4562         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4563         (gnus-mailing-list-mode): Use define-minor-mode.
4564         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4565         (gnus-draft-mode): Use define-minor-mode.
4566         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4567         (gnus-dired-mode): Use define-minor-mode.
4568
4569 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4570
4571         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4572         handles on recursive mml-to-mime translation and check them for
4573         boundary delimiter collisions.  Reported by Greg Troxel.
4574
4575 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4576
4577         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4578
4579 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4580
4581         * mm-util.el (mm-find-buffer-file-coding-system):
4582         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4583
4584 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4585
4586         * message.el (message-generate-headers): Record insertion of optional
4587         headers as well.  Otherwise the check to prevent repeated insertion of
4588         optional headers is a no-op.
4589
4590 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4591
4592         * smime.el: Don't mention CVS.
4593
4594         * nnrss.el (nnrss-fetch): Don't mention CVS.
4595
4596         * nnir.el: Don't mention CVS.
4597
4598 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4599
4600         * gnus-sum.el (gnus-summary-bookmark-make-record):
4601         Add `location' field.
4602
4603 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * lpath.el: Fbind bookmark-default-handler,
4606         bookmark-get-bookmark-record, bookmark-make-record-default,
4607         bookmark-prop-get for Emacs <23 and XEmacs.
4608
4609 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4610
4611         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4612         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4613         Use with-current-buffer to silence the byte-compiler.
4614         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4615         bother to require `gnus'.
4616         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4617
4618 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4619
4620         * gnus-sum.el (gnus-summary-bookmark-make-record)
4621         (gnus-summary-bookmark-jump): New functions.
4622         (gnus-summary-mode): Setup bookmark support.
4623
4624 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4625
4626         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4627         if set.
4628
4629 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4630
4631         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4632         gnus-article-browse-html-save-cid-image; make it work recursively for
4633         forwarded messages as well.
4634         (gnus-article-browse-html-parts): Work when prefix arg is given.
4635         (gnus-article-browse-html-article): Doc fix.
4636
4637 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4638
4639         * message.el (message-default-mail-headers):
4640         (message-default-headers): Carry the value mail-default-headers over
4641         into message-default-mail-headers, rather than message-default-headers.
4642
4643 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4644
4645         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4646         charset.
4647
4648         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4649         charset into the <meta> tag when the article is encoded to utf-8.
4650
4651 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4652
4653         * gnus-art.el (gnus-article-browse-delete-temp-files):
4654         Delete directories as well.
4655         (gnus-article-browse-html-parts): Work for images that do not specify
4656         file names; delete temp directory when quitting; insert header at the
4657         right place; use file: scheme for image files.
4658
4659 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4660
4661         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4662         (gnus-article-browse-html-parts): Use it to make temporary cid image
4663         files in addition to html file so that browser may display them.
4664
4665 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4666
4667         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4668
4669 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4670
4671         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4672
4673 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4674
4675         * auth-source.el (auth-sources): Change default to be simpler.
4676         Explain about Secret Service API sources.  Improve Customize options.
4677         (auth-source-pick): Change to accept any number of search parameters.
4678         Implement fallbacks iteratively, not recursively.  Add scoring on the
4679         second pass and sort by score.  Call Secret Service API when needed.
4680         (auth-source-user-or-password): Use it.  Call Secret Service API
4681         directly when needed to get the user name and the password.
4682
4683 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4684
4685         * message.el (message-interactive): Doc fix.
4686         (message-qmail-inject-args): Reflow.
4687         (message-kill-to-signature): Fix typo in docstring.
4688
4689         * smiley.el (smiley-buffer): Fix typo in docstring.
4690
4691 2010-03-24  Glenn Morris  <rgm@gnu.org>
4692
4693         * mail-source.el (gnus-message): Declare.
4694         (mail-source-delete-old-incoming): Require gnus-util.
4695
4696 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4697
4698         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4699
4700         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4701
4702         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4703         password-cache's default if it is not bound.
4704         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4705         password-cache-expiry's default if it is not bound.
4706
4707         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4708         available in Emacs 21.
4709
4710         * lpath.el: Suppress compiler warnings for:
4711         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4712         XEmacs;
4713         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4714         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4715         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4716
4717 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4718
4719         * auth-source.el (auth-sources): Fix up definition so extra parameters
4720         are always inline.
4721
4722 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4723
4724         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4725         wasn't updated after mismatch.  Clear cached mailbox info correctly
4726         when uidvalidity changes.
4727         (nnimap-group-prefixed-name): New function to avoid some code
4728         duplication.
4729         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4730         (nnimap-request-group): Use it.
4731         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4732         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4733         with many imap folders.  This is done by caching the group status from
4734         the imap server persistently in a group parameter `imap-status'.  (This
4735         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4736         but not persistently, so every Gnus startup was still very slow.)
4737
4738 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4739
4740         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4741         delete the extra newline.  Otherwise editing of :string and :number
4742         types don't work.
4743
4744 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4745
4746         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4747         secrets.el dependency.
4748         (auth-sources): Add optional user name.  Add secrets.el configuration
4749         choice (unused right now).
4750
4751 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4752
4753         * gnus-sum.el (gnus-summary-make-menu-bar):
4754         Let `gnus-registry-install-shortcuts' fill in the functions.
4755
4756         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4757         warnings.
4758         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4759         (gnus-registry-install-shortcuts): Populate and use it in a
4760         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4761
4762 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4763
4764         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4765         In-place substitutions for the group name encoding/decoding.
4766         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4767         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4768         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4769         (nnimap-update-unseen, nnimap-request-list)
4770         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4771         (nnimap-request-set-mark, nnimap-split-to-groups)
4772         (nnimap-split-articles, nnimap-request-newgroups)
4773         (nnimap-request-create-group, nnimap-request-accept-article)
4774         (nnimap-request-delete-group, nnimap-request-rename-group)
4775         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4776         `encoded-mbx' for consistency.
4777         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4778         variable `imap-current-mailbox'.
4779
4780         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4781         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4782
4783 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4784
4785         * pop3.el (pop3-display-message-size-flag): Display message size byte
4786         counts during POP3 download.
4787         (pop3-movemail): Use it.
4788         (pop3-list): Implement listing of available messages.
4789
4790 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4791
4792         * nnir.el (nnir-get-article-nov-override-function): New function to
4793         override the normal NOV retrieval.
4794         (nnir-retrieve-headers): Use it.
4795
4796 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4797
4798         * auth-source.el (netrc-machine-user-or-password): Autoload.
4799
4800 2010-03-19  Glenn Morris  <rgm@gnu.org>
4801
4802         Stop message.el from loading about 40 libraries it doesn't always need.
4803         The general approach is to autoload rather than require, and to
4804         require in the specific functions rather than the file.  (Bug#5642)
4805
4806         * gmm-utils.el: Don't require wid-edit.
4807         (widget-create-child-value, widget-convert, widget-default-get):
4808         Autoload.
4809
4810         * gnus-util.el: Don't require time-date, netrc.
4811         (message-fetch-field, gnus-group-name-decode): Declare rather than
4812         autoloading.
4813         (gnus-fetch-field): Require message.
4814         (gnus-decode-newsgroups): Require gnus-group.
4815
4816         * ietf-drums.el: Don't require time-date.
4817
4818         * message.el: Don't require hashcash, canlock, ecomplete.
4819         Do require mail-utils.  Require nnheader only when compiling.
4820         (smtpmail-default-smtp-server): Remove declaration.
4821         (message-send-mail-function): Check smtpmail-default-smtp-server
4822         is bound rather than requiring smtpmail.
4823         (message-auto-save-directory, message-insert-signature):
4824         Use expand-file-name rather than nnheader-concat.
4825         (nnheader-insert-file-contents): Autoload.
4826         (hashcash-wait-async): Declare.
4827         (message-send-mail): Only call gnus-setup-posting-charset if
4828         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4829         (message-send-mail-with-sendmail): Require sendmail.
4830         (canlock-password, canlock-password-for-verify): Declare.
4831         (message-canlock-password): Require canlock.
4832         (nnheader-get-report): Autoload.
4833         (gnus-setup-posting-charset): Declare.
4834         (message-send-news): Require gnus-msg.
4835         (message-make-references, message-make-in-reply-to): Use mail-header-id
4836         rather than the alias mail-header-message-id.
4837         (ecomplete-add-item, ecomplete-save): Declare.
4838         (message-put-addresses-in-ecomplete): Require ecomplete.
4839         (ecomplete-display-matches): Autoload.
4840
4841         * mm-decode.el: Don't require mailcap, gnus-util.
4842         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4843         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4844         Autoload.
4845         (mailcap-mime-extensions): Declare.
4846
4847         * mm-encode.el: Don't require mailcap.
4848         (mailcap-extension-to-mime): Autoload.
4849
4850         * mml-sec.el: Don't require password-cache.
4851
4852         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4853         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4854         (mml-minibuffer-read-type): Require mailcap.
4855         (mml-preview): Require gnus-msg.
4856
4857         * mml1991.el: Require password-cache.
4858         (password-cache-expiry): Remove declaration.
4859
4860         * mml2015.el: Require password-cache.
4861         (password-cache-expiry): Remove declaration.
4862
4863         * nneething.el (mailcap): Require mailcap.
4864
4865         * nnheader.el (declare-function): Add compatibility stub.
4866         (message-remove-header): Declare rather than autoload.
4867         (nnheader-replace-header): Require message.
4868
4869         * nnimap.el (declare-function): Add compatibility stub.
4870         (netrc-parse, netrc-machine-user-or-password): Declare.
4871         (nnimap-open-connection): Require netrc.
4872
4873         * nntp.el (declare-function): Add compatibility stub.
4874         (netrc-parse, netrc-machine, netrc-get): Declare.
4875         (nntp-send-authinfo): Require netrc.
4876
4877         * rfc2047.el: Don't require qp.
4878         (quoted-printable-encode-region, quoted-printable-decode-string):
4879         Autoload.
4880
4881         * sieve-mode.el: Don't require easymenu.
4882         (easy-menu-add-item): Autoload it.
4883
4884         * spam-stat.el (time-to-number-of-days): Autoload it.
4885
4886 2010-03-19  Glenn Morris  <rgm@gnu.org>
4887
4888         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4889
4890 2010-03-18  Glenn Morris  <rgm@gnu.org>
4891
4892         * hashcash.el (declare-function): Remove duplicate definition.
4893
4894 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4895
4896         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4897         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4898         value if any backslash escapes).
4899
4900 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4901
4902         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4903         if it is available.  (bug#5647)
4904
4905         * lpath.el: Suppress compiler warning for coding-system-from-name for
4906         Emacs 21 and XEmacs.
4907
4908 2010-03-14  Juri Linkov  <juri@jurta.org>
4909
4910         * hmac-def.el:
4911         * hmac-md5.el:
4912         * netrc.el: Fix keywords.
4913
4914 2010-02-26  Glenn Morris  <rgm@gnu.org>
4915
4916         * message.el (message-send-mail-function): Change the default, so that
4917         it inherits from a customized send-mail-function.  (Bug#5643)
4918
4919 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4920
4921         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4922         shell-command-to-string signals an error (bug#5299).
4923
4924 2010-02-24  Glenn Morris  <rgm@gnu.org>
4925
4926         * message.el (message-smtpmail-send-it)
4927         (message-send-mail-with-mailclient): Doc fixes.
4928
4929 2010-02-16  Glenn Morris  <rgm@gnu.org>
4930
4931         * message.el (message-default-mail-headers): Change the default value
4932         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4933
4934 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4937         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4938
4939 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4940
4941         * time-date.el (date-to-time): Doc fix (Bug#5408).
4942
4943 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4944
4945         * message.el (message-mail): Just pass yank-action on to message-setup.
4946         (message-setup): Handle (FUN . ARGS) form of yank-action.
4947         (message-with-reply-buffer, message-widen-reply)
4948         (message-yank-original): Handle non-buffer values of
4949         message-reply-buffer (Bug#4080).
4950         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4951
4952 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4953
4954         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4955         Fix typo in docstring.
4956
4957 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4958
4959         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4960         response.
4961
4962 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4963
4964         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4965
4966         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4967
4968         * message.el (message-check-news-header-syntax): Protect against a
4969         string that `rfc822-addresses' returns when parsing fails.
4970
4971 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4972
4973         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4974         (gnus-previous-char-property-change): New functions.
4975
4976         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4977
4978 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4979
4980         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4981         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4982
4983 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4984
4985         * message.el (message-exchange-point-and-mark): Rework last change to
4986         avoid using optional arg of exchange-point-and-mark, for backward
4987         compatibility.
4988
4989 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4990
4991         * message.el (message-exchange-point-and-mark):
4992         Call exchange-point-and-mark with an argument rather than setting
4993         mark-active by hand (Bug#5175).
4994
4995 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4996
4997         * nntp.el (nntp-service-to-port): Work for service expressed with
4998         numeric string; replace [:digit:] with [0-9] for XEmacs.
4999
5000 2009-12-17  Glenn Morris  <rgm@gnu.org>
5001
5002         * gnus-group.el (gnus-bug-group-download-format-alist):
5003         Change emacs entry to debbugs.gnu.org.  Bump :version.
5004
5005 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5006
5007         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5008
5009 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5010
5011         * message.el (message-info): Explain why we use `Info-goto-node'.
5012
5013 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5014
5015         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5016
5017 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5018
5019         * message.el (message-completion-in-region): New compatibility function.
5020         (message-expand-group): Use it.
5021
5022 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5023
5024         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5025         with no unread article should be listed if the 2nd arg `predicate' is
5026         given.
5027
5028 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5029
5030         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5031
5032 2009-11-29  Juri Linkov  <juri@jurta.org>
5033
5034         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5035         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5036         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5037
5038 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5039
5040         * sha1.el (sha1-string-external): default-directory "/" in case
5041         otherwise non-existent.  process-connection-type pipe for touch of
5042         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5043
5044 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5045
5046         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5047         it's comms related and sgml-mode.el has "comm" on that basis too.
5048
5049 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5050
5051         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5052         containing tspecial characters if they have been already quoted.
5053
5054 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5055
5056         * dns-mode.el (auto-mode-alist): Purecopy string.
5057
5058 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5059
5060         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5061
5062 2009-10-24  Glenn Morris  <rgm@gnu.org>
5063
5064         * gnus-art.el (help-xref-stack-item): Define for compiler.
5065
5066 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5067
5068         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5069
5070 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5071
5072         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5073
5074 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5075
5076         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5077         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5078
5079 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5080
5081         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5082         (gnus-overlays-in): New alias to overlays-in.
5083
5084         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5085         gnus-overlay-get, and gnus-delete-overlay.
5086         (gnus-summary-show-thread): Make it work as well for systems in which
5087         next-single-char-property-change is not available.
5088         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5089
5090         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5091         (gnus-overlay-get): New alias to extent-property.
5092         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5093
5094         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5095         SXEmacs.
5096
5097         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5098         SXEmacs.
5099
5100 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5101
5102         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5103
5104 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5105
5106         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5107         and XEmacs that don't have `remove-overlays'.
5108
5109 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5110
5111         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5112         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5113         selective display.  Use overlays instead.
5114
5115 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5116
5117         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5118
5119 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5120
5121         * spam-stat.el (spam-stat-load): Fix typo in message.
5122
5123 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5124
5125         * dig.el (dig-invoke): Fix typo in docstring.
5126         (query-dig): Reflow docstring.
5127
5128 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5129
5130         * gnus-art.el (gnus-article-encrypt-body):
5131         * message.el (message-check-recipients):
5132         * mm-util.el (mm-codepage-setup):
5133         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5134         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5135
5136 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5137
5138         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5139         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5140         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5141         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5142         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5143
5144 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5145
5146         * dig.el: Add "Keywords: comm", as per net-utils.el.
5147
5148 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5149
5150         * dig.el (dig-mode): Use define-derived-mode.
5151
5152 2009-09-19  Glenn Morris  <rgm@gnu.org>
5153
5154         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5155
5156 2009-09-18  Glenn Morris  <rgm@gnu.org>
5157
5158         * gnus-diary.el (gnus-diary-check-message):
5159         * message.el (message-insert-formatted-citation-line):
5160         * nnbabyl.el (top-level):
5161         * nndiary.el (nndiary-schedule):
5162         Fix typos in condition-case handlers.
5163
5164 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5167         configuration that provides the sole article window in a frame;
5168         position point correctly after deleting a part.
5169
5170 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5171
5172         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5173         (spam-resolve-registrations-routine): Use it to unregister articles
5174         that change status.
5175
5176 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5177
5178         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5179         with XEmacs.
5180         (parse-time-string-chars): Use it.
5181
5182 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5183
5184         * imap.el (imap-interactive-login): Better messages.
5185         (imap-open): Fix bug with renamed buffer on reconnect.
5186         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5187         for easier debugging and cleaner code.  On successful (guessed based on
5188         server capabilities) secondary authentication, set imap-state
5189         correctly.
5190         (imap-last-authenticator): Define imap-last-authenticator as a variable
5191         to avoid warnings.
5192
5193 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5194
5195         * nnrss.el (nnrss-request-article): Remove binding of
5196         default-enable-multibyte-characters that has gotten needless by
5197         the 2007-07-13 change in rfc2047-encode-message-header.
5198
5199         * mml.el (mml-insert-multipart): Error on the message header.
5200         (mml-insert-part): Error on the message header; position point at
5201         the end of a MIME tag.
5202
5203 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5204
5205         * time-date.el (autoload): Expand define-obsolete-function-alias into
5206         defalias and make-obsolete for old Emacsen that Gnus supports.
5207         (with-no-warnings): Define it for old Emacsen.
5208         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5209         is available.
5210         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5211         float-time is available; suppress compile warning for time-to-seconds.
5212
5213         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5214         (gnus-float-time): Alias to float-time if it exists.
5215
5216         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5217         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5218         float-time is available; suppress compile warning for time-to-seconds.
5219
5220         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5221         XEmacs.
5222
5223 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5224
5225         * imap.el (imap-message-map): Docstring fix.
5226
5227 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5228
5229         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5230         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5231         Add the optional argument `encoding' that overrides the default.
5232
5233         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5234         mm-encode-buffer.
5235
5236 2009-09-04  Glenn Morris  <rgm@gnu.org>
5237
5238         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5239         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5240         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5241         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5242         * mm-util.el (mm-with-unibyte-current-buffer)
5243         (mm-find-buffer-file-coding-system):
5244         * yenc.el (yenc-decode-region): Use default-value rather than
5245         default-enable-multibyte-characters.
5246
5247 2009-09-03  Glenn Morris  <rgm@gnu.org>
5248
5249         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5250         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5251         than default-enable-multibyte-characters.
5252
5253 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5254
5255         * gnus-art.el (gnus-article-read-summary-keys):
5256         Fix gnus-buffer-configuration's value temporarily used.
5257
5258 2009-09-02  Glenn Morris  <rgm@gnu.org>
5259
5260         * gnus-util.el (gnus-float-time): New function.
5261         * gnus-delay.el (gnus-delay-article):
5262         * gnus-sum.el (gnus-thread-latest-date):
5263         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5264         * nnspool.el (nnspool-request-newgroups):
5265         Use gnus-float-time rather than time-to-seconds.
5266         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5267
5268         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5269         (gnus-header-subject-face, gnus-header-newsgroups-face)
5270         (gnus-header-name-face, gnus-header-content-face):
5271         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5272         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5273         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5274         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5275         (gnus-cite-face-11):
5276         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5277         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5278         (gnus-server-closed-face, gnus-server-denied-face)
5279         (gnus-server-offline-face):
5280         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5281         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5282         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5283         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5284         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5285         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5286         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5287         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5288         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5289         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5290         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5291         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5292         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5293         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5294         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5295         (gnus-summary-high-undownloaded-face)
5296         (gnus-summary-low-undownloaded-face)
5297         (gnus-summary-normal-undownloaded-face)
5298         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5299         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5300         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5301         (gnus-splash-face):
5302         * message.el (message-header-to-face, message-header-cc-face)
5303         (message-header-subject-face, message-header-newsgroups-face)
5304         (message-header-other-face, message-header-name-face)
5305         (message-header-xheader-face, message-separator-face)
5306         (message-cited-text-face, message-mml-face):
5307         * sieve-mode.el (sieve-control-commands-face)
5308         (sieve-action-commands-face, sieve-test-commands-face)
5309         (sieve-tagged-arguments-face):
5310         * spam.el (spam-face):
5311         Mark face aliases with "-face" in the name as obsolete.
5312
5313 2009-09-01  Glenn Morris  <rgm@gnu.org>
5314
5315         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5316         than goto-line.
5317
5318 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5319
5320         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5321         Don't move point if the command is invoked inside the message header.
5322
5323 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5324
5325         * imap.el (imap-send-command): Simplify.
5326         (imap-wait-for-tag): point-max -> buffer-size.
5327
5328 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5329
5330         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5331         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5332         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5333         * nnir.el (nnir-swish-e-index-file):
5334         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5335         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5336         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5337         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5338         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5339         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5340
5341 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5342
5343         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5344         Don't save excursion.
5345
5346 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5347
5348         * nnheader.el (nnheader-find-file-noselect):
5349         * mm-util.el (mm-insert-file-contents):
5350         Use (default-value 'major-mode) instead of default-major-mode.
5351
5352 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5353
5354         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5355
5356 2009-08-26  Glenn Morris  <rgm@gnu.org>
5357
5358         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5359         than placing in files.el.
5360
5361 2009-08-25  Glenn Morris  <rgm@gnu.org>
5362
5363         * nnir.el (top-level): Don't require cl at run-time.
5364         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5365         Replace cl-function substitute with gnus-replace-in-string.
5366         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5367         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5368         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5369         simplified expansions.
5370
5371 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5372
5373         * dig.el (dig): Add autoload cookie.
5374
5375 2009-08-22  Glenn Morris  <rgm@gnu.org>
5376
5377         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5378         goto-line.
5379
5380 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5381
5382         * parse-time.el (parse-time-string-chars): Save match data.
5383
5384 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5385
5386         * parse-time.el (parse-time-string-chars): Compute using character
5387         classes, to handle non-ascii characters (Bug#3190).
5388
5389 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5390
5391         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5392
5393         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5394         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5395         (gnus-mm-display-part, gnus-mime-display-single)
5396         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5397         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5398
5399         * gnus-sum.el
5400         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5401         (gnus-summary-move-article): Add expirable mark to articles copied or
5402         moved to group that has auto-expire turned on if the option is non-nil.
5403
5404 2009-07-24  Glenn Morris  <rgm@gnu.org>
5405
5406         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5407         Fix typo.  (Bug#3903)
5408
5409 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5410
5411         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5412         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5413         that should not be used for draft articles.
5414         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5415         that has no concern in minor mode keys.
5416         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5417         Abolish.
5418
5419 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5420
5421         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5422         article without making inquiry to a user for unknown encoding.
5423
5424         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5425         (nnmaildir--scan): Assume i-node and device number that file-attributes
5426         returns might be cons-cell.
5427
5428         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5429
5430         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5431
5432 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5433
5434         * auth-source.el: Remove docs now in auth.texi.  Don't use
5435         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5436         `auth-source-hide-passwords' and use them.
5437
5438 2009-07-15  Glenn Morris  <rgm@gnu.org>
5439
5440         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5441
5442 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5443
5444         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5445         excessive whitespace from the default values of title and description.
5446
5447 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5448
5449         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5450         mail-fetch-field to fetch Content-Description header in order to
5451         exclude newlines.
5452
5453 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5454
5455         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5456         format used by GnuPG 2.0.11.
5457
5458 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5459
5460         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5461         to deleted part.
5462
5463 2009-05-30  David Engster  <dengste@eml.cc>
5464
5465         * nnmairix.el: Remove old documentation in the commentary block.
5466         (nnmairix-request-group): Do not update active file for nnml back ends.
5467         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5468         end so that overview files are ignored.
5469         (nnmairix-update-groups): Make updating the groups more robust by using
5470         marks.
5471         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5472         with dollar characters in message-id.
5473
5474 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5475
5476         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5477         2008-12-25 in dns.el.
5478
5479 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5480
5481         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5482         could happen if the text is only composed of spaces and/or tabs.
5483
5484 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5485
5486         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5487         when sending a queued message to avoid extra mml tags.
5488
5489 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5492
5493 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5494
5495         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5496         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5497         rmail-toggle-header for XEmacs;
5498         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5499
5500 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * gnus-dired.el: Remove autoload for gnus-setup-message.
5503         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5504         displaying Gnus logo; always use compose-mail.
5505
5506 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5507
5508         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5509
5510 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5511
5512         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5513         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5514         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5515         available.
5516         (gnus-nocem-epg-verify): New function.
5517
5518 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5519
5520         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5521
5522 2009-02-15  Glenn Morris  <rgm@gnu.org>
5523
5524         * gnus-util.el (rmail-insert-rmail-file-header)
5525         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5526         autoloads.
5527         (rmail-default-rmail-file): Remove unnecessary declaration.
5528         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5529
5530 2009-02-14  Glenn Morris  <rgm@gnu.org>
5531
5532         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5533         variable (only used in gnus-util, which declares it anyway).
5534         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5535         which was only needed by gnus-art (changed to not use it any more).
5536         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5537         only used in gnus-util, which autoloads it itself.
5538         (rmail-update-summary): Fix autoload.
5539
5540         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5541         rather than rmail-output-to-rmail-file.
5542
5543 2009-02-07  Glenn Morris  <rgm@gnu.org>
5544
5545         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5546         autoload of function that no longer exists.
5547         (rmail-toggle-header): Declare.
5548         (message-forward-rmail-make-body): Handle mbox Rmail.
5549
5550 2009-01-31  Glenn Morris  <rgm@gnu.org>
5551
5552         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5553         2009-01-09 change.
5554
5555 2009-01-31  Dave Love  <fx@gnu.org>
5556
5557         * imap.el (imap-fetch-safe): Bind debug-on-error.
5558         (imap-debug): Add imap-fetch-safe.
5559
5560 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5561
5562         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5563         (auth-source-forget-all-cached): New convenience function.
5564         (auth-source-user-or-password): Accept list of modes or a single mode.
5565
5566         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5567         auth-source modes.
5568
5569         * netrc.el (netrc-machine-user-or-password): Use list of
5570         auth-source modes.
5571
5572         * nnimap.el (nnimap-open-connection): Use list of
5573         auth-source modes.
5574
5575         * nntp.el (nntp-send-authinfo): Use list of
5576         auth-source modes.
5577
5578 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5579
5580         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5581         now.
5582
5583 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5584
5585         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5586         coding system in XEmacs; add a workaround for XEmacs.
5587
5588         * lpath.el: Fbind coding-system-aliasee.
5589
5590 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5593         of current-language-environment.
5594
5595 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5596
5597         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5598         available at runtime.
5599
5600 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5601
5602         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5603
5604 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5605
5606         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5607         the greatest positive fixnum value doesn't work under an XEmacs with
5608         bignum support; use the most-positive-fixnum constant instead,
5609         available since Emacs 21.1 with cl and XEmacs 21.1.
5610
5611 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5612
5613         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5614         XEmacs gets not to work.
5615
5616 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * mm-util.el (mm-coding-system-priorities): Allow the value like
5619         "Japanese (UTF-8)" of current-language-environment.
5620
5621 2009-01-09  Glenn Morris  <rgm@gnu.org>
5622
5623         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5624         with last-command-event.
5625
5626 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5627
5628         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5629         in the doc string.
5630
5631         * message.el (message-fix-before-sending): Amend comment.
5632
5633 2009-01-08  Dave Love  <fx@gnu.org>
5634
5635         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5636
5637 2009-01-07  David Engster  <dengste@eml.cc>
5638
5639         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5640         simplified server definitions by converting it via
5641         gnus-server-to-method.
5642
5643 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5644
5645         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5646         parameter's operands.
5647
5648 2009-01-06  David Engster  <dengste@eml.cc>
5649
5650         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5651         primary select method (for gnus-group-mark-article-as-read).
5652
5653 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5654
5655         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5656         `(gnus)Face', not `(gnus)X-Face'.
5657
5658 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * mm-util.el (mm-ucs-to-char): New function.
5661
5662         * mm-url.el (mm-url-decode-entities): Use it.
5663
5664         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5665         unicode-to-char.
5666
5667 2009-01-05  Dave Love  <fx@gnu.org>
5668
5669         * time-date.el: Require cl for `declare'.
5670
5671 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5672
5673         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5674         Dave Love.
5675
5676 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5677
5678         * message.el (message-fix-before-sending): Add `eight-bit' to
5679         illegible-text check.
5680
5681 2009-01-03  Michael Olson  <mwolson@gnu.org>
5682
5683         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5684         `headers' is nil.  This can occur if the IMAP server does not have
5685         permissions to read messages from a folder, but can write new messages
5686         to the folder.
5687         (nnimap-request-article-part): Do not insert `data' if it is nil.
5688
5689         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5690         characters which will confuse `read', so skip past them.
5691
5692 2009-01-01  Dave Love  <fx@gnu.org>
5693
5694         * imap.el (imap-string-to-integer): Fix typo.
5695         (imap-fetch-safe): New function.
5696         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5697
5698         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5699
5700         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5701         (imap-parse-greeting): Fix doc strings.
5702         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5703         (imap-parse-flag-list): Make messages unique.
5704         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5705
5706         * nnimap.el: Fix author email.
5707         (nnimap-split-rule): Add FIXME comment.
5708         (nnimap-debug): Fix doc string.
5709
5710 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5711
5712         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5713
5714 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5715
5716         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5717         nslookup if resolv.conf isn't available.
5718         (dns-query): Rename from query-dns.
5719         (dns-query-cached): Rename from query-dns-cached.
5720
5721 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5722
5723         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5724         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5725         to check if those variables exist (first appeared in Emacs 18.50).
5726
5727 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5728
5729         * mm-util.el (mm-line-number-at-pos): New function.
5730
5731         * spam-report.el (spam-report-process-queue): Use it.
5732
5733 2008-12-24  David Engster  <dengste@eml.cc>
5734
5735         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5736         parameters that haven't existed as variables as buffer-local variables.
5737
5738 2008-12-23  Dave Love  <fx@gnu.org>
5739
5740         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5741         cadar.
5742
5743         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5744         imap-starttls-p.
5745         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5746
5747 2008-12-22  Dave Love  <fx@gnu.org>
5748
5749         * imap.el: Fix author email.  Doc fixes.
5750         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5751         reply.
5752
5753 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5754
5755         * spam-report.el (spam-report-gmane-max-requests): New constant.
5756         (spam-report-gmane-wait): New variable.
5757         (spam-report-gmane-ham, spam-report-gmane-spam)
5758         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5759         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5760         the server.
5761
5762         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5763         Add explanations.
5764
5765         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5766         nnheader-accept-process-output and nnheader-read-timeout if available.
5767         (pop3-movemail): Use it.
5768
5769         * message.el (message-check-news-body-syntax): Fix signature check if
5770         there's an attachment.
5771
5772 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5773
5774         * mm-util.el: Add comments to the mm- emulating functions.
5775
5776 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5777
5778         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5779         Reported by Stephen Berman <stephen.berman@gmx.net>.
5780
5781 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5782
5783         * mm-util.el (mm-substring-no-properties): New function.
5784         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5785         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5786         (mm-string-to-multibyte): Doc fix.
5787
5788         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5789
5790 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5791
5792         * mml.el (mml-attach-file): Strip text properties from file name.
5793         (Bug#1574)
5794
5795 2008-12-16  Glenn Morris  <rgm@gnu.org>
5796
5797         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5798
5799 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5802         knows since the charset specified might be a bogus alias that
5803         mm-charset-synonym-alist provides.
5804
5805 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5806
5807         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5808         "ISO_8859-1".
5809
5810         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5811
5812 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * mm-util.el (mm-charset-eval-alist):
5815         Define it before mm-charset-to-coding-system.
5816         (mm-charset-to-coding-system): Add optional argument `silent';
5817         define it before mm-charset-override-alist.
5818         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5819         default value if it can be used in Emacs currently running;
5820         silence mm-charset-to-coding-system.
5821
5822 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5825         `allow-override' which says whether to use `mm-charset-override-alist'.
5826         (rfc2047-decode-encoded-words): Use it.
5827
5828         * mm-util.el (mm-charset-override-alist): Fix custom type;
5829         add `(gb2312 . gbk)' to choices.
5830
5831 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5832
5833         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5834         fast.
5835
5836         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5837
5838         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5839
5840 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5841
5842         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5843         on links.
5844
5845         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5846
5847 2008-12-03  Lute Kamstra  <lute@gnu.org>
5848
5849         * sha1.el: Remove leading * from docstrings of defcustoms,
5850         deffaces, defconsts and defuns.
5851
5852 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5853
5854         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5855         users' addresses that don't have domain parts.
5856         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5857         rather than message-narrow-to-head since there will be the message
5858         header separator.
5859
5860 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5861
5862         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5863         since the result is inserted in a unibyte buffer anyway.
5864         (nnimap-demule-use-string-to-multibyte): Remove.
5865         (nnimap-demule): Alias it to mm-string-to-multibyte.
5866
5867 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5868
5869         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5870         variable for debugging bug#464 and bug#1174.
5871         (nnimap-demule): Use it.
5872
5873 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5874
5875         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5876         score calculation correctly.
5877
5878 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5879
5880         * message.el (message-send-mail): Just set the buffer to unibyte
5881         rather than use mm-with-unibyte-current-buffer which does a lot more.
5882         (message-send-mail-partially): Don't bother with
5883         mm-with-unibyte-current-buffer since it's already been made unibyte by
5884         message-send-mail.
5885
5886 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5887
5888         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5889
5890 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5891
5892         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5893
5894 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5897         require itself and to remove `with-no-warnings'.
5898
5899 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5900
5901         * starttls.el (starttls-any-program-available): Get the name of the
5902         available TLS layer program.
5903         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5904         well as the host name in the "opening" message.
5905
5906         * auth-source.el (auth-source-cache, auth-source-do-cache)
5907         (auth-source-user-or-password): Cache passwords and logins by default,
5908         allow override with `auth-source-do-cache'.
5909         (auth-source-forget-user-or-password): Allow users to remove cache
5910         entries if needed.
5911
5912 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5913
5914         * md4.el (md4-buffer): Fix typo in docstring.
5915         (md4, md4-64): Doc fixes.
5916         (md4-pack-int32): Reflow docstring.
5917
5918 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5919
5920         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5921         condition-case to only the forward-sexp call.
5922
5923 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5924
5925         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5926         quotes contained.  Make it more robust regardless by an extra
5927         condition-case wrapper.
5928
5929 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5930
5931         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5932
5933 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * nnml.el (nnml-request-expire-articles): Check if the function set to
5936         `nnmail-expiry-target' returns the symbol `delete'.
5937
5938         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5939
5940         * nnmail.el (nnmail-expiry-target): Fix custom type.
5941
5942 2008-10-02  Glenn Morris  <rgm@gnu.org>
5943
5944         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5945         Silence compiler warning.
5946
5947 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5948
5949         * tls.el (open-tls-stream): Show the actual command being
5950         executed, instead of the format string.
5951
5952 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5953
5954         * lpath.el: Fbind codepage-setup for Emacs 23.
5955
5956 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5957
5958         * mml.el (mml-menu): Don't assume mml2015 is bound.
5959
5960 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5961
5962         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5963         exists.
5964
5965 2008-09-27  Glenn Morris  <rgm@gnu.org>
5966
5967         * gnus-util.el (mail-header-remove-comments): Autoload it.
5968
5969 2008-09-27  Andreas Schwab  <schwab@suse.de>
5970
5971         * gnus-util.el (gnus-split-references): Strip comments.
5972         (gnus-parent-id): Likewise.
5973
5974 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5975
5976         * message.el (message-confirm-send): Fix version.
5977
5978 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5979
5980         * message.el (message-idna-to-ascii-rhs-1): Use
5981         mail-extract-address-components rather than mail-header-parse-addresses
5982         that is an alias by default to ietf-drums-parse-addresses that does not
5983         support non-ASCII names in headers' contents.
5984
5985 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5986
5987         * message.el (message-confirm-send): Fix variable documentation to
5988         avoid the "y/n" wording.
5989
5990 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5991
5992         * message.el (message-set-auto-save-file-name): Save to a different
5993         filename so multiple messages (especially drafts) can be recovered.
5994
5995 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5996
5997         * message.el (message-confirm-send): Add appropriate version.
5998
5999 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6000
6001         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6002         defvar.
6003
6004 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6005
6006         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6007         (mm-pkcs7-enveloped-magic): Ditto.
6008
6009 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6010
6011         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6012         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6013
6014 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6015
6016         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6017         default, it's better.
6018
6019 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6020
6021         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6022         summary line gnus-number property and ignore them (with a warning
6023         message).
6024
6025 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6026
6027         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6028         macro caddr in the interactive form since it won't be expanded.
6029
6030 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6031
6032         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6033         `charset'; fix name of function called recursively.
6034         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6035
6036 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6037
6038         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6039         (gnus-mime-set-charset-parameters): New function.
6040         (gnus-mime-view-part-as-charset): Use it to correctly display part
6041         specifying wrong charset.
6042
6043 2008-09-08  David Engster  <dengste@eml.cc>
6044
6045         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6046         in completing-read for back end server.
6047
6048 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6049
6050         * message.el (message-confirm-send): New variable to confirm sending a
6051         message.
6052         (message-send): Use it.
6053
6054 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6055
6056         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6057
6058 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6061
6062 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6063
6064         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6065         prevent tracking too many groups.
6066         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6067         Use it.
6068
6069 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6070
6071         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6072         moving point to the bottom of the window in order to avoid recentering.
6073
6074 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6077
6078         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6079         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6080         (gnus-article-beginning-of-window): Fix calculation.
6081
6082 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6083
6084         * gnus-msg.el (gnus-summary-supersede-article)
6085         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6086         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6087         message header.
6088
6089 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6090
6091         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6092         pending output coming after the status change.
6093
6094 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6095
6096         * message.el:
6097         * gnus-start.el:
6098         * gnus-registry.el: Remove VMS support.
6099
6100 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6103         macro.
6104         (rfc2104-hash): Use it.
6105
6106 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6107
6108         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6109         (gnus-summary-sort-by-most-recent-date): New commands.
6110         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6111         and menu entries.
6112
6113 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6116         don't redisplay article for raw contents; remove plural articles stuff.
6117
6118         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6119         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6120         on gnus-summary-save-article; display results properly.
6121
6122 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6123
6124         * lpath.el: No need to fbind ns-focus-frame.
6125
6126 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6127
6128         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6129
6130 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6131
6132         * gnus-art.el (gnus-summary-save-in-pipe):
6133         Consider gnus-save-all-headers.
6134
6135 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6136
6137         * gnus-util.el (ns-focus-frame): Remove declaration.
6138         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6139         like x.
6140
6141 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6142
6143         * rfc2104.el (rfc2104-zero): Delete defconst.
6144         (rfc2104-hex-alist): Likewise.
6145         (rfc2104-hex-to-int): Delete func.
6146         (rfc2104-hexstring-to-bitstring): Likewise.
6147         (rfc2104-nybbles): New defconst.
6148         (rfc2104-hash): Rewrite for speed.
6149
6150 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6151
6152         * tls.el (open-tls-stream): Make it work with the 2nd argument
6153         BUFFER that is a string but does not exist as a buffer object, as
6154         mentioned in the doc-string.
6155
6156 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6157
6158         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6159         SXEmacs.
6160
6161 2008-07-16  Glenn Morris  <rgm@gnu.org>
6162
6163         * gnus-util.el (ns-focus-frame): Declare for compiler.
6164
6165 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6166
6167         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6168         set as a group parameter.
6169         (gnus-summary-save-in-pipe): Work when it is called independently.
6170         (gnus-summary-pipe-to-muttprint): Don't modify
6171         gnus-summary-pipe-output-default-command.
6172
6173 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6174
6175         * message.el (message-send-mail-with-sendmail):
6176         Display the error message.
6177
6178 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6179
6180         * gnus-art.el (gnus-default-article-saver):
6181         Add gnus-summary-save-in-pipe to choices.
6182         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6183         gnus-summary-pipe-output-default-command as the default command.
6184         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6185         instead of gnus-last-shell-command.
6186
6187         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6188         New user option.
6189         (gnus-summary-muttprint-program): Mention the value will be changed.
6190         (gnus-summary-save-article): Force showing of all headers.
6191         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6192
6193 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6194
6195         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6196
6197 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6198
6199         * nnimap.el (nnimap-id):
6200         * sieve-manage.el (sieve-manage-open): Doc fixes.
6201
6202 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6203
6204         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6205         if available.
6206
6207 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6208
6209         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6210
6211         * nnkiboze.el (nnkiboze-generate-group):
6212         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6213
6214         * nnmairix.el: Require CL.
6215
6216 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6217
6218         * dgnushack.el: Autoload get-display-table and put-display-table for
6219         XEmacs 21.5.
6220
6221         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6222         21.4 and SXEmacs.
6223
6224 2008-06-15  David Engster  <dengste@eml.cc>
6225
6226         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6227
6228 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6229
6230         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6231         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6232         runtime choice under XEmacs.
6233
6234         * gnus-sum.el (gnus-summary-set-display-table):
6235         Use `gnus-put-display-table', `gnus-get-display-table',
6236         `gnus-set-display-table' for the display table, instead of `aset'.
6237
6238         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6239         Use `gnus-put-display-table', `gnus-get-display-table',
6240         `gnus-set-display-table' for the display table.
6241
6242 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6243
6244         * nnmairix.el: Add autoloads.
6245
6246 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6247
6248         * nnmairix.el (nnmairix-delete-recreate-group)
6249         (nnmairix-update-and-clear-marks): Fix error messages.
6250
6251 2008-06-14  David Engster  <dengste@eml.cc>
6252
6253         * nnmairix.el: Upgrade to version 0.6.
6254         (nnmairix-group-toggle-propmarks-this-group)
6255         (nnmairix-group-toggle-readmarks-this-group)
6256         (nnmairix-group-delete-recreate-this-group)
6257         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6258         (nnmairix-remove-tick-mark-original-article): New commands.
6259         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6260         (nnmairix-propagate-marks-to-nnmairix-groups)
6261         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6262         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6263         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6264         functions needed for marks propagation and manipulation of read marks.
6265         (nnmairix-update-groups): New function.
6266         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6267         (nnmairix-determine-original-group-from-registry)
6268         (nnmairix-determine-original-group-from-path)
6269         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6270         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6271         New helper functions.
6272         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6273         keystrokes for new commands.
6274         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6275         (nnmairix-request-group): Check allow-fast group parameter.
6276         (nnmairix-request-create-group): Set allow-fast group parameter if
6277         nnmairix-allowfast-default is set.
6278         (nnmairix-close-group): Propagate marks upon closing if needed.
6279         (nnmairix-group-toggle-threads-this-group): Use new.
6280         nnmairix-group-toggle-parameter helper function.
6281         (nnmairix-search): Better check for empty search result.
6282         (nnmairix-goto-original-article): Use new helper functions for
6283         determining original article.
6284         (nnmairix-show-original-article): Make sure message-id is in brackets.
6285         (nnmairix-call-mairix-binary): Change variable name.
6286         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6287         helper function.
6288         (nnmairix-widget-toggle-activate): Fix doc string.
6289
6290 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * nnir.el: Require edmacro when compiling with XEmacs.
6293         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6294         available in Emacs 21.
6295
6296 2008-06-11  Glenn Morris  <rgm@gnu.org>
6297
6298         * gnus-util.el (x-focus-frame):
6299         * gnus.el (image-size):
6300         * mm-decode.el (image-size): Declare.
6301
6302         * gnus-picon.el (declare-function): Add compat definition.
6303         (image-size): Declare.
6304
6305         * gnus-group.el (tool-bar-map):
6306         * gnus-sum.el (tool-bar-map): Define for compiler.
6307
6308         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6309
6310         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6311
6312         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6313         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6314         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6315         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6316         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6317         * sieve-manage.el, spam-report.el, spam.el:
6318         Remove unnecessary eval-and-compile of autoloads.
6319
6320 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6321
6322         * auth-source.el: Precise Tramp doc.
6323
6324 2008-06-07  Glenn Morris  <rgm@gnu.org>
6325
6326         * nnmairix.el: Remove unnecessary eval-when-compile.
6327
6328 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6329
6330         * lpath.el: Fbind propertize for XEmacs 21.4.
6331
6332 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6333
6334         * nnir.el: Move here from ../contrib.
6335
6336 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6337
6338         * gnus-util.el (gnus-read-shell-command): New function.
6339         * mm-decode.el (mm-pipe-part):
6340         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6341
6342 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6345
6346 2008-06-03  Glenn Morris  <rgm@gnu.org>
6347
6348         * pop3.el (nnheader-accept-process-output): Autoload it.
6349
6350 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6351
6352         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6353         are not 2-digit hexadecimal characters that follow `%'s.
6354
6355 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6356
6357         * message.el (message-bogus-recipient-p): Fix type in doc string.
6358         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6359         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6360         Improve custom options.
6361         (message-bogus-recipient-p): Adjust accordingly.
6362
6363 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6364
6365         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6366         long-form month and day names.
6367
6368 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6369
6370         * dgnushack.el: Autoload debug, eudc-expand-inline and
6371         pgg-snarf-keys-region for XEmacs.
6372
6373         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6374
6375         * nnmairix.el: Require edmacro when compiling with XEmacs.
6376
6377 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6378
6379         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6380         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6381
6382 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6383
6384         * auth-source.el: Add more docs.
6385
6386         * netrc.el (netrc-machine): Always match if the port is not given.
6387
6388 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6389
6390         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6391         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6392         retrieval faster in some cases, but might make CPU usage larger.
6393         If this has any bad side effects, we might revert this change.
6394
6395         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6396         seems to make mail retrieval much, much faster.
6397         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6398         unconditionally.
6399
6400         * gnus-draft.el (gnus-group-send-queue):
6401         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6402
6403 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6404
6405         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6406
6407         * message.el (message-bogus-address-regexp): Fix and improve custom
6408         type.
6409         (message-setup-hook): Add message-check-recipients as custom option.
6410
6411 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6412
6413         * message.el (message-cite-function): Remove bogus autoload which crept
6414         in during merge from v5-10.
6415
6416 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6417
6418         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6419
6420         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6421
6422         * auth-source.el: Preliminary Tramp docs.
6423         (auth-sources): Change the default auth-sources to use
6424         EPA .gpg files.
6425
6426 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6427
6428         * nntp.el: Autoload `auth-source-user-or-password'.
6429         (nntp-send-authinfo): Use it.
6430
6431         * nnimap.el: Autoload `auth-source-user-or-password'.
6432         (nnimap-open-connection): Use it.
6433
6434         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6435         for the gnus-message function.
6436         (auth-source-user-or-password): Use it.
6437
6438 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6439
6440         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6441         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6442         (rfc2104-hash): Use it.
6443
6444 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6445
6446         * gnus-art.el (gnus-article-toggle-truncate-lines):
6447         Don't use `iff' in docstring.
6448
6449 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6450
6451         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6452
6453         * gnus-util.el (gnus-extract-address-component-name)
6454         (gnus-extract-address-component-email): Convenience functions around
6455         `gnus-extract-address-components'.
6456
6457         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6458         Use `gnus-extract-address-component-email' to fix bug of comparing full
6459         sender name to `user-mail-address'.
6460
6461 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6462
6463         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6464         catch/throw to optimize.
6465         (gnus-registry-find-keywords): Just use member to find a keyword.
6466
6467 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6468
6469         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6470         is current before calling gnus-server-prepare.
6471         (gnus-server-setup-buffer, gnus-server-update-server)
6472         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6473
6474 2008-05-04  Juri Linkov  <juri@jurta.org>
6475
6476         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6477         (mailcap-file-default-commands): Use mailcap-replace-in-string
6478         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6479         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6480
6481 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6482
6483         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6484
6485 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6486
6487         * gnus.el: Bump version to 0.11.
6488
6489 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6490
6491         * gnus.el: No Gnus v0.10 is released.
6492
6493 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6494
6495         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6496         hooks.
6497         (gnus-update-read-articles): Speed up non-marks-using users.
6498         (gnus-use-marks): Define gnus-use-marks.
6499         (gnus-propagate-marks): Rename variable to something more sensible.
6500
6501 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6502
6503         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6504         (gmm-image-load-path-for-library): Fix typos in docstrings.
6505         (gmm-message): Reflow docstring.
6506
6507 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6508
6509         * mail-source.el (mail-source-set-1, mail-source-bind):
6510         Move auth-source code out of the macro to clean it up and fix bugs.
6511
6512 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6513
6514         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6515         by sender if it's equal to user-mail-address, it's likely to be
6516         useless.
6517
6518         * mail-source.el (mail-source-bind): Don't use user or password if they
6519         are not bound.  Unintern them if they are nil.  Don't use server unless
6520         it's bound, and default it to empty string otherwise.
6521
6522 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6523
6524         * mail-source.el: Load auth-source.el.
6525         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6526         get user name or password, if auth-sources is set up.
6527
6528         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6529         strategy of splitting with parent.
6530         (gnus-registry-split-fancy-with-parent)
6531         (gnus-registry-post-process-groups): Use it and fix prior
6532         bug (returning a list as the split result).
6533
6534         * auth-source.el (auth-sources): Remove server parameter.
6535         (auth-source-pick, auth-source-user-or-password)
6536         (auth-source-user-or-password-imap)
6537         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6538         (auth-source-user-or-password-sftp)
6539         (auth-source-user-or-password-smtp): Remove server parameter.
6540
6541 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6542
6543         * smime.el (smime-sign-region, smime-encrypt-region)
6544         (smime-decrypt-region):
6545         Remove redundant calls to `generate-new-buffer-name'.
6546
6547 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6548
6549         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6550         Don't use QP for message/rfc822.
6551         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6552
6553 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6554
6555         * sieve-manage.el (sieve-string-bytes): Remove.
6556         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6557         correct byte-length only if the process's coding-system is the same as
6558         the one used internally by Emacs to represent strings.
6559
6560 2008-04-22  Juri Linkov  <juri@jurta.org>
6561
6562         * mailcap.el (mailcap-file-default-commands): New function.
6563
6564 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6565
6566         * message.el (message-signature-separator, message-cite-function):
6567         Change custom version.
6568
6569 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6570
6571         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6572         commands.
6573         (tls-checktrust): Ditto.
6574
6575 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6576
6577         * mm-decode.el (mm-display-external): Make temp file read-only.
6578
6579 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6580
6581         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6582         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6583         `C-c C-f d'.
6584
6585 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6586
6587         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6588
6589 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6590
6591         * gnus.el: Bump version to 0.9.
6592
6593 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6594
6595         * gnus.el: No Gnus v0.8 is released.
6596
6597 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6598
6599         * mail-source.el (mail-source-value):
6600         Prefer fboundp to functionp so it works with macros as well.
6601
6602 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6603
6604         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6605         Fix last change in case the element is not even a symbol.
6606
6607 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6608
6609         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6610         Prefer fboundp to functionp so it works with macros as well.
6611
6612 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6613
6614         * auth-source.el: Add docs.
6615         (auth-sources): Modify format to support server.
6616         (auth-source-pick, auth-source-user-or-password)
6617         (auth-source-user-or-password-imap)
6618         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6619         (auth-source-user-or-password-sftp)
6620         (auth-source-user-or-password-smtp): Add server parameter.
6621
6622 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6623
6624         * gnus-registry.el: Initialize the registry when gnus-registry-install
6625         is t.
6626
6627 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * compface.el (uncompface): Make buffer unibyte.
6630
6631 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6632
6633         * mail-source.el (mail-source-value):
6634         Prefer fboundp to functionp so it works with macros as well.
6635
6636 2008-04-05  Glenn Morris  <rgm@gnu.org>
6637
6638         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6639
6640 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6641
6642         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6643         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6644
6645         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6646         multibyteness after rather than before erasing it.
6647
6648         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6649         mm-with-multibyte.
6650         (gnus-request-article-this-buffer): Make sure the proper decoding is
6651         used if gnus-original-article-buffer happens to be unibyte.
6652
6653         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6654         default-enable-multibyte-characters.
6655
6656         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6657         default-enable-multibyte-characters.
6658
6659         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6660
6661         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6662
6663 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6664
6665         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6666         Fix last change in case the element is not even a symbol.
6667
6668 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6669
6670         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6671         (imap-message-copyuid-1): Use it.
6672         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6673         J. Williams in
6674         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6675
6676         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6677         imap-enable-exchange-bug-workaround.
6678         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6679
6680 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6681
6682         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6683         a 100 byte status-checks into a 2-3MB transfer for each group.
6684         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6685         to enable bug workaround or not.
6686         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6687
6688 2008-03-31  Glenn Morris  <rgm@gnu.org>
6689
6690         * message.el (mml2015-use): Declare for compiler.
6691         (message-info): Require mml2015 when appropriate.
6692
6693 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6696         whitespace.
6697
6698 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6699
6700         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6701         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6702         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6703         (nntp-service-to-port): New function.
6704         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6705         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6706         (nntp-open-netcat-stream): New function.
6707         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6708
6709 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6710
6711         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6712
6713 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6714
6715         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6716
6717 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6718
6719         * dns.el (dns-write): Use set-buffer-multibyte.
6720
6721 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6722
6723         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6724
6725 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6726
6727         * message.el (message-signature-separator): Change default.
6728         Improve custom type.
6729         (message-cite-function): Change default to
6730         message-cite-original-without-signature.
6731
6732         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6733         toggle.
6734
6735         * message.el (message-check-news-body-syntax): Fix signature check.
6736         (message-setup-1): Mark buffer as unmodified _after_ running
6737         message-setup-hook and handling message-alternative-emails.
6738         (message-shorten-references): Be more strict when building list of
6739         valid references to comply with GNKSA.
6740
6741         * gnus-group.el (gnus-read-ephemeral-bug-group)
6742         (gnus-read-ephemeral-debian-bug-group)
6743         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6744
6745         * message.el (message-info): Don't use booleanp which isn't supported
6746         in Emacs 21 and XEmacs.
6747
6748 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6749
6750         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6751         gnus-group-gmane-group-download-format.
6752         (gnus-group-read-ephemeral-gmane-group): Rename from
6753         gnus-group-read-ephemeral-gmane-group.
6754         (gnus-read-ephemeral-gmane-group-url): Rename from
6755         gnus-group-read-ephemeral-gmane-group-url.
6756         (gnus-bug-group-download-format-alist): New variable.
6757         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6758         (gnus-read-ephemeral-emacs-bug-group): New commands.
6759
6760 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6761
6762         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6763         (gnus-visible-headers): Improve custom type.
6764
6765 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6766
6767         * mml.el (mml-menu): Add workarounds for XEmacs.
6768
6769         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6770         X-Boundary header.
6771
6772         * message.el (message-simplify-recipients): Fix previous commit.
6773
6774 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6775
6776         * mm-util.el (mm-set-buffer-multibyte): New function.
6777         * mm-decode.el (mm-copy-to-buffer): Use it.
6778
6779         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6780         Prefer fboundp to functionp so it works with macros as well.
6781
6782 2008-03-19  Glenn Morris  <rgm@gnu.org>
6783
6784         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6785         Accidentally removed in the sync process with Emacs.
6786
6787 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6788
6789         * message.el (message-alter-recipients-discard-bogus-full-name):
6790         New function.
6791         (message-alter-recipients-function): New variable.
6792         (message-get-reply-headers): Use it.
6793         (message-replace-header): New helper function.
6794         (message-recipients-without-full-name): New variable.
6795         (message-simplify-recipients): New command.
6796
6797         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6798
6799         * message.el (message-info): Handle EasyPG manual.
6800
6801         * mml.el (mml-menu): Add entry for EasyPG.
6802
6803 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6804
6805         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6806         parameter.
6807
6808         * message.el (message-disassociate-draft): Specify drafts group name
6809         fully.
6810
6811 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6812
6813         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6814         Eliminate unnecessary duplicates from the match list.
6815
6816 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6817
6818         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6819
6820         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6821
6822         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6823         args of `how-many' of which the XEmacs version doesn't take; declare
6824         Info-index-next as function.
6825
6826 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6827
6828         * gnus-score.el (gnus-score-headers): Fix handling of
6829         gnus-inhibit-slow-scoring.
6830
6831         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6832         string.
6833         (gnus-button-url-regexp): Improve handling of parenthesis.
6834         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6835         (gnus-button-handle-info-keystrokes): Handle index entries.
6836
6837 2008-03-15  Glenn Morris  <rgm@gnu.org>
6838
6839         * parse-time.el (parse-time-string): Simplify.
6840
6841 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6842
6843         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6844         Incoming* files.
6845
6846 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6847
6848         * auth-source.el (auth-sources): Rename from auth-source-choices.
6849         (auth-source-pick): Use it.
6850
6851 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6852
6853         * binhex.el (binhex-decode-region-internal):
6854         * uudecode.el (uudecode-decode-region-internal):
6855         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6856         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6857         setting default-enable-multibyte-characters.
6858
6859 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6860
6861         * auth-source.el (auth-source-protocols)
6862         (auth-source-protocols-customize, auth-source-choices): Add and
6863         modified variable customizations and defaults.
6864         (auth-source-pick, auth-source-user-or-password)
6865         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6866         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6867         (auth-source-user-or-password-sftp)
6868         (auth-source-user-or-password-smtp): Use new variables and provide an
6869         interface to netrc.el.
6870
6871 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6874         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6875         Make sure the nntp port to specify is a string.
6876
6877 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6878
6879         * nntp.el: Use with-current-buffer.
6880         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6881         dubious mm-with-unibyte-current-buffer.
6882         (nntp-with-open-group-function): New function extracted from
6883         nntp-with-open-group macro.
6884         (nntp-with-open-group): Use the function, so it's easier to debug.
6885         Add indentation and debugging info.
6886         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6887         Recommend the use of the netcat alternatives.
6888
6889         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6890         Avoid mm-string-as-multibyte as well.
6891
6892         * nnweb.el (nnweb-insert-html):
6893         Remove use of nnheader-string-as-multibyte.
6894
6895         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6896         (nnheader-string-as-multibyte): Remove.
6897
6898         * mm-view.el: Use inhibit-read-only.
6899         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6900         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6901         or unibyte-string.
6902
6903         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6904         (mm-uu-yenc-extract): Use with-current-buffer.
6905
6906         * gnus-soup.el (gnus-soup-send-packet): Don't use
6907         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6908
6909         * nnmh.el: Use with-current-buffer.
6910         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6911         mm-string-as-multibyte on the output of mm-encode-coding-string.
6912
6913         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6914         (nnimap-request-move-article): Use with-current-buffer.
6915
6916         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6917         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6918         conversion uses string-make-unibyte rather than string-as-unibyte.
6919
6920         * gnus-msg.el: Use with-current-buffer.
6921
6922         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6923
6924 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6925
6926         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6927         string for caching if it is 'PIN.
6928
6929 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * lpath.el: Consider the case without Emacs/W3.
6932
6933 2008-03-08  Glenn Morris  <rgm@gnu.org>
6934
6935         * time-date.el (date-to-time, time-subtract, time-add)
6936         (safe-date-to-time): Doc fixes.
6937
6938 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6939
6940         * mail-source.el (mail-source-delete-old-incoming-confirm):
6941         Change default to nil.
6942         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6943
6944 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6945
6946         * lpath.el: Rearrange.
6947
6948         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6949         (gnus-article-goto-prev-page): Work for articles having ^L's.
6950
6951         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6952
6953         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6954
6955 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6956
6957         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6958         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6959         (gnus-bookmark-jump): Adjust some variable names.
6960
6961 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6962
6963         * auth-source.el: New package.
6964         (auth-source-choices): Add customization entry point variable.
6965
6966         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6967         bug.
6968
6969 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6970
6971         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6972         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6973         (gnus-registry-install-shortcuts): Rename from
6974         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6975         the `gnus-registry-mark-map' keymap dynamically from
6976         `gnus-registry-marks'.  The generated functions update the summary line
6977         when a registry mark is added or deleted, and will call
6978         `gnus-registry-install-p' (see the comments in the code).
6979         (gnus-registry-user-format-function-M): Use concat intelligently.
6980
6981         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6982         the registry mark functions.
6983
6984 2008-03-05  Glenn Morris  <rgm@gnu.org>
6985
6986         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6987         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6988         gnus-art.
6989         (top-level): No need to load own source when compiling.
6990
6991 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6992
6993         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6994         Suggested by <chris.anderton@zetnet.co.uk>.
6995
6996 2008-03-04  Glenn Morris  <rgm@gnu.org>
6997
6998         * gnus-sum.el (top-level): No need to require gnus when compiling,
6999         since unconditionally required near start of file.
7000         (gnus-summary-display-while-building): Move definition before use.
7001
7002 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7003
7004         * gnus-registry.el (gnus-registry-user-format-function-M):
7005         Add formatting function.
7006
7007 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7008
7009         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7010         with plists.
7011         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7012         Use new format.
7013
7014 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7015
7016         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7017         `where-is-internal' that returns a range of key sequences.
7018
7019 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7020
7021         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7022
7023         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7024         (gnus-summary-jump-to-group): Consider windows on other displayed
7025         frames as well.  Similar changes might be needed elsewhere, but that's
7026         the one I've bumped into during my use.
7027
7028         * nndoc.el (nndoc-oe-dbx-type-p):
7029         * gnus-msg.el (gnus-debug):
7030         * gnus-group.el (gnus-update-group-mark-positions):
7031         Use mm-string-to-multibyte.
7032
7033 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7034
7035         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7036         doesn't handle NotDashEscaped.
7037
7038         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7039         (mml-dnd-attach-options): Fix typo in custom choice.
7040
7041         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7042         Change nndoc-article-type to mbox.
7043         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7044
7045         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7046         to nil, instead of html2text.
7047
7048         * imap.el (imap-debug): Add `imap-ping-server'.
7049
7050         * gnus-bookmark.el: Add FIXMEs.
7051
7052         * message.el (message-form-letter-separator)
7053         (message-send-form-letter-delay): New variables.
7054         (message-send-form-letter): Use them.  New command to send form
7055         letters.  Requested by Uwe Siart.
7056         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7057
7058 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7059
7060         * Update copyright years.
7061
7062 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7063
7064         Sync from EMACS_22_BASE.
7065
7066         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7067
7068 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7069
7070         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7071         empty author.
7072
7073 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7074
7075         * gnus-registry.el (gnus-registry-marks): Add variable for
7076         customization of marks and their appearance.
7077         (gnus-registry-read-mark): Use it.
7078         (gnus-registry-do-marks): Add utility function to loop through
7079         `gnus-registry-marks'.
7080         (gnus-registry-install-shortcuts-and-menus): Add function to install
7081         shortcuts and menus.
7082         (gnus-registry-initialize): Use it.
7083         (gnus-registry-default-mark): Clarify documentation.
7084
7085 2008-02-29  Glenn Morris  <rgm@gnu.org>
7086
7087         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7088         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7089         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7090         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7091         Change defcustom :version from 23.0 to 23.1.
7092
7093 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7094
7095         * gnus-registry.el (gnus-registry-follow-group-p)
7096         (gnus-registry-post-process-groups): Add functions to aid registry
7097         splitting and improve logging.  Clarify behavior in function
7098         documentation.
7099         (gnus-registry-split-fancy-with-parent): Use them.
7100
7101 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7102
7103         * gnus-art.el: Use with-current-buffer.
7104
7105 2008-02-27  David Engster  <dengste@eml.cc>
7106
7107         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7108         Express real group name in the response.
7109
7110 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7113         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7114         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7115         autoload gnus-registry-fetch-group when compiling.
7116         (nnmairix-request-group-with-article-number-correction):
7117         Remove unreferenced argument passed to nnmairix-call-backend.
7118
7119 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7120
7121         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7122         (mm-uu-extract): Improve face for low color ttys.
7123         Reported by Sascha Wilde.
7124
7125 2008-02-27  Glenn Morris  <rgm@gnu.org>
7126
7127         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7128         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7129         variables to defconsts.  Convert comments to doc-strings.
7130         (nnmairix-last-server, nnmairix-current-server): Convert from free
7131         variables to defvars.  Convert comments to doc-strings.
7132         (gnus-registry-fetch-group): Autoload.
7133         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7134         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7135         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7136         caddr.
7137         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7138         nnmairix-request-group-with-article-number-correction call.
7139         (nnmairix-fast, nnmairix-group): New, less general names, for free
7140         variables passed from nnmairix-request-group to
7141         nnmairix-request-group-with-article-number-correction.  Declare.
7142         (nnmairix-request-group-with-article-number-correction):
7143         Use nnmairix-fast, nnmairix-group rather than fast, group.
7144
7145 2008-02-26  David Engster  <dengste@eml.cc>
7146
7147         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7148         version 0.5.
7149
7150 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7151
7152         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7153         instead of making an extra function call.  Don't add the current group
7154         to articles only when they have the group.  Use
7155         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7156         Reported by David <de_bb@arcor.de>.
7157
7158 2008-02-24  Miles Bader  <miles@gnu.org>
7159
7160         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7161         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7162         (mm-find-mime-charset-region):
7163         * mm-bodies.el (mm-encode-body):
7164         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7165
7166 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7169         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7170
7171 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7172
7173         * mail-source.el (mail-source-delete-incoming): Change default.
7174         Supplement doc string.
7175
7176         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7177
7178 2008-02-14  Glenn Morris  <rgm@gnu.org>
7179
7180         * time-date.el (format-seconds): New function.
7181
7182 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7183
7184         * nnmail.el (nnmail-message-id-cache-file): Derive from
7185         `gnus-home-directory'.
7186
7187 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7188
7189         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7190         Document negative prefix.
7191
7192         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7193
7194 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7195
7196         * message.el (message-unsent-separator): Add the Exim bounce
7197         separator.
7198
7199 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7200
7201         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7202         list.
7203         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7204         recipient/signer list.
7205
7206 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * Makefile.in (datarootdir): Define.
7209         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7210         name that might contain whitespace.
7211
7212 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7213
7214         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7215         fbound (Emacs 23 unicode), signal an error.
7216
7217 2008-02-08  Glenn Morris  <rgm@gnu.org>
7218
7219         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7220
7221 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7222
7223         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7224         ports to the calls to `netrc-machine-user-or-password' in addition to
7225         "imap" and "imaps".
7226
7227 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7228
7229         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7230
7231         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7232
7233 2008-02-01  Kenichi Handa  <handa@m17n.org>
7234
7235         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7236         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7237         (rfc2104-hash): Convert the result of concat to unibyte string.
7238
7239 2008-02-01  Dave Love  <fx@gnu.org>
7240
7241         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7242         coding-system-for-read.
7243         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7244
7245 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7246
7247         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7248         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7249         <hanche@math.ntnu.no>.
7250
7251 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7254
7255         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7256
7257 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7258
7259         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7260         * message.el (message-beginning-of-line): Use featurep instead of bound
7261         tests in order to resolve conditionals at compile time.
7262
7263 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7264
7265         * mail-source.el (mail-sources): Add `group' choice.
7266
7267         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7268         parameter `in-group' to control into which group the articles go.
7269         Add treatment of `group' mail-source.
7270
7271 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7274
7275         * mm-decode.el (mm-dissect-buffer): Decode description.
7276
7277         * mml.el (mml-to-mime): Encode message header first.
7278
7279 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7280
7281         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7282         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7283
7284         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7285         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7286
7287 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7288
7289         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7290
7291 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7292
7293         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7294         prefix keys.
7295         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7296         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7297         gnus-xmas.el.
7298
7299         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7300         (gnus-xmas-article-describe-bindings): New function.
7301         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7302         gnus-xmas-article-describe-bindings.
7303
7304         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7305
7306 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7307
7308         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7309         Add new variables for article mark management.
7310         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7311         list of extra data entries which, when present, will indicate that the
7312         article ID should not be trimmed from the registry.
7313         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7314         functions.
7315         (gnus-registry-read-mark): New function to read a mark name from the
7316         user.
7317         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7318         (gnus-registry-set-article-mark-internal): New functions to add and
7319         remove marks.
7320         (gnus-registry-get-article-marks): New function to show the marks for
7321         an article, or retrieve them for further use.
7322
7323 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7324
7325         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7326         keys when no argument is given.
7327
7328 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7329
7330         * imap.el (imap-ping-server): New variable.
7331         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7332         (imap-ping-server): Minor doc string fixes.
7333
7334 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7335
7336         * imap.el (imap-ping-server): New function.
7337         (imap-opened): Call imap-ping-server.
7338
7339 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7340
7341         * gnus-sum.el (gnus-article-sort-by-random)
7342         (gnus-thread-sort-by-random): Fix doc strings.
7343         Reported by jidanni@jidanni.org.
7344
7345 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7346
7347         * gnus-art.el (gnus-article-describe-bindings): New function.
7348         (gnus-article-read-summary-keys): Use it.
7349         (gnus-article-mode-map): Bind `C-h b' to it.
7350
7351 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7354         XEmacs.
7355         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7356         Protect against non-character events.
7357
7358         * lpath.el: Fbind map-keymap for Emacs 21.
7359
7360 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7361
7362         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7363         New command.
7364         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7365         instead of END.  Change name of the temp file.
7366         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7367         customizable.
7368
7369 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7372         bind `S W' to gnus-article-wide-reply-with-original; set default
7373         binding to gnus-article-read-summary-send-keys.
7374         (gnus-article-read-summary-keys): Fix the order of keys; display
7375         continuation keys correctly in the echo area; describe bindings
7376         correctly when keys end with `C-h'.
7377         (gnus-article-read-summary-send-keys): New function.
7378         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7379         Work for gnus-article-read-summary-send-keys; display continuation keys
7380         correctly in the echo area.
7381         (gnus-article-reply-with-original): Ignore prefix argument.
7382         (gnus-article-wide-reply-with-original): New function.
7383
7384         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7385         Emacs 21.
7386
7387 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7388
7389         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7390         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7391
7392 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7393
7394         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7395         (gnus-group-read-ephemeral-gmane-group): New command.
7396
7397 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7398
7399         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7400
7401 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7402
7403         * message.el (message-send-mail-function): Increase custom version.
7404
7405         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7406         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7407
7408 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7409
7410         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7411         for the cases where imap-authenticate is called with a nil buffer
7412         parameter.
7413
7414 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7415
7416         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7417         html parts correctly; support forwarded messages.
7418         (gnus-article-browse-html-article): Remove work buffers.
7419
7420         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7421         compiling.
7422         (netrc-bound-and-true-p): New macro.
7423         (netrc-parse): Use it instead of bound-and-true-p that is not available
7424         in XEmacs 21.4.
7425
7426 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7427
7428         * gnus-registry.el (gnus-registry-mark-article)
7429         (gnus-registry-article-marks): Add functionality to mark articles
7430         through the Gnus registry.
7431
7432         * encrypt.el: Clarify documentation for the new pgg method.
7433         (encrypt-file-alist): Add PGG option.
7434         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7435         functionality.  Abstract password key and messaging to external
7436         functions.
7437         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7438         (encrypt-message-method-and-cipher): Add new convenience external
7439         functions.
7440         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7441         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7442
7443         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7444         (netrc-parse): Use encrypt-file-alist to determine if
7445         encrypt-find-model or encrypt-insert-file-contents should be used.
7446
7447         * encrypt.el: Clarify documentation.  Load password-cache or
7448         password, whichever one is found first, instead of autoloading.
7449
7450 2007-12-19  Glenn Morris  <rgm@gnu.org>
7451
7452         * mml.el (message-options-set, message-narrow-to-head)
7453         (message-in-body-p, message-mail-p, message-encode-message-body):
7454         Autoload.
7455         (message-remove-header, message-narrow-to-headers-or-head)
7456         (message-subscribed-p, message-make-mail-followup-to)
7457         (message-position-on-field, message-news-p)
7458         (message-options-set-recipient, message-generate-headers)
7459         (message-sort-headers): Declare as functions.
7460
7461 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7462
7463         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7464         convention in doc string.
7465
7466 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7467
7468         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7469         title to html parts.
7470         (gnus-article-browse-html-article): Pass message header to it.
7471
7472         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7473
7474 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7475
7476         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7477         or password compatible with XEmacs.
7478
7479 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7480
7481         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7482         format document.
7483         (gnus-mime-delete-part): Don't write description line if empty.
7484         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7485
7486 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7487
7488         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7489         (gnus-summary-mark-read-and-unread-as-read)
7490         (gnus-summary-mark-current-read-and-unread-as-read)
7491         (gnus-summary-mark-unread-as-ticked): Doc fix.
7492         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7493
7494 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7495
7496         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7497         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7498
7499 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7500
7501         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7502         yes-or-no-p.
7503
7504 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7505
7506         * mm-decode.el (mm-add-meta-html-tag): New function.
7507         (mm-save-part-to-file, mm-pipe-part): Use it.
7508
7509         * gnus-art.el (gnus-article-browse-delete-temp-files):
7510         Use gnus-y-or-n-p instead of y-or-n-p.
7511         (gnus-article-browse-html-parts): Work with message/external-body; use
7512         mm-add-meta-html-tag.
7513
7514 2007-12-11  Glenn Morris  <rgm@gnu.org>
7515
7516         * gnus-cache.el: Require gnus-sum not just when compiling.
7517
7518         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7519
7520         * gnus-int.el (gnus-server-opened, gnus-status-message):
7521         Move definitions before use.
7522
7523         * mm-decode.el: Require gnus-util.
7524         (mm-remove-part): Only call delete-annotation on XEmacs.
7525
7526         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7527
7528         * nnmail.el: Require gnus-int.
7529
7530         * spam.el: Move `require's before `eval-when-compile's.
7531
7532         * gnus-ems.el (gnus-alive-p):
7533         * gnus-fun.el (message-goto-eoh):
7534         * gnus-util.el (gnus-group-name-decode):
7535         * mail-source.el (gnus-compress-sequence):
7536         * message.el (Info-goto-node, format-spec):
7537         * mm-bodies.el (message-options-get):
7538         * mm-decode.el (mm-view-pkcs7):
7539         * mm-util.el (gmm-write-region):
7540         * mml-smime.el (mml-compute-boundary)
7541         (gnus-completing-read-with-default):
7542         * mml.el (widget-button-press, gnus-make-hashtable):
7543         * mml1991.el (mm-decode-content-transfer-encoding)
7544         (mm-encode-content-transfer-encoding)
7545         (message-options-get, message-options-set):
7546         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7547         * nnfolder.el (gnus-request-group):
7548         * nnheader.el (ietf-drums-unfold-fws):
7549         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7550         * smime.el (gnus-run-mode-hooks):
7551         * spam-stat.el (gnus-message): Autoload.
7552
7553         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7554         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7555         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7556         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7557         Add declare-function compatibility definition.
7558
7559         * gnus-cache.el (nnvirtual-find-group-art):
7560         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7561         (gnus-add-image, gnus-add-wash-type):
7562         * gnus-group.el (nnkiboze-score-file):
7563         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7564         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7565         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7566         (message-tokenize-header, gnus-get-buffer-create)
7567         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7568         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7569         * gnus.el (gnus-group-decoded-name):
7570         * mail-source.el (imap-capability):
7571         * mm-bodies.el (message-options-set):
7572         * mm-decode.el (gnus-configure-windows):
7573         * mm-extern.el (message-goto-body):
7574         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7575         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7576         (epg-sub-key-validity, message-options-set):
7577         * mml.el (widget-event-point, gnus-configure-windows):
7578         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7579         * mml2015.el (epg-check-configuration, epg-configuration)
7580         (message-options-set):
7581         * nndb.el (nndb-request-article):
7582         * nnfolder.el (gnus-request-create-group):
7583         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7584         * nnmaildir.el (gnus-group-mark-article-read):
7585         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7586         * rfc1843.el (message-fetch-field):
7587         * spam.el (gnus-extract-address-components):
7588         Declare as functions.
7589
7590 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7593
7594         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7595
7596         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7597         bind show-trailing-whitespace for XEmacs.
7598
7599 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7600
7601         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7602         new no-op macro for backward compatibility.
7603
7604         * imap.el (imap-string-to-integer): New function.
7605
7606 2007-12-09  Glenn Morris  <rgm@gnu.org>
7607
7608         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7609
7610         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7611         * message.el, mm-view.el, sieve-manage.el, smime.el:
7612         Add declare-function compatibility definition.
7613
7614         * gnus-art.el (w3-region, w3m-region, Info-menu):
7615         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7616         * gnus-sum.el (gnus-get-predicate):
7617         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7618         * message.el (mail-abbrev-in-expansion-header-p):
7619         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7620         (w3m-detect-meta-charset, w3m-region):
7621         * sieve-manage.el (password-read, password-cache-add)
7622         (password-cache-remove):
7623         * smime.el (password-read-and-add): Declare as functions.
7624
7625 2007-12-08  David Kastrup  <dak@gnu.org>
7626
7627         * gnus-sum.el (gnus-summary-simplify-subject-query):
7628         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7629         `message'.
7630
7631 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7634         it to bind idna-program, installation-directory, defined-colors, and
7635         face-attribute for XEmacs of the version that compiles defcustom forms.
7636
7637 2007-12-07  Glenn Morris  <rgm@gnu.org>
7638
7639         * gnus-art.el (article-make-date-line): Revert previous change.
7640
7641 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7642
7643         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7644
7645 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7646
7647         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7648         Call gnus-add-to-range ranges only once with a prepared article-list.
7649
7650 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7651
7652         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7653         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7654         group names with backslashes.
7655         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7656
7657 2007-12-06  Deepak Goel  <deego3@gmail.com>
7658
7659         * gnus-art.el (article-make-date-line):
7660         * gnus-start.el (gnus-load):
7661         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7662
7663 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7664
7665         * gnus-art.el (gnus-use-idna)
7666         * gnus-start.el (gnus-site-init-file)
7667         * message.el (message-use-idna)
7668         * mm-uu.el (mm-uu-hide-markers)
7669         * smiley.el (smiley-style): Revert changes that suppress warnings.
7670
7671 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7674         specify charset to html source.
7675         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7676
7677 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7678
7679         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7680         idna-program in order to suppress byte compile warning issued by XEmacs
7681         that came to byte compile the default value section of defcustom forms
7682         recently.
7683
7684         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7685         value of installation-directory.
7686
7687         * message.el (message-use-idna): Don't directly refer to the value of
7688         idna-program.
7689
7690         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7691
7692         * smiley.el (smiley-style): Don't directly call face-attribute.
7693
7694 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7695
7696         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7697
7698         * gnus-dired.el: Reduce Gnus dependencies.
7699         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7700         Don't require.  Use autoloads instead.
7701         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7702         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7703         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7704         (gnus-dired-mode): Adjust doc string.
7705         (gnus-dired-mail-mode): New variable.
7706         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7707         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7708         (gnus-dired-mail-buffers): New function.  Return mail or message
7709         composition buffers.
7710         (gnus-dired-attach): Use it.
7711         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7712         NO-DECODE.
7713         (gnus-dired-print): Use `gnus-print-buffer' depending on
7714         `gnus-dired-mail-mode'.
7715
7716 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7717
7718         * rfc2047.el (rfc2047-encoded-word-regexp)
7719         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7720         explaining what regexp patterns are for.
7721
7722 2007-12-04  Glenn Morris  <rgm@gnu.org>
7723
7724         * password.el: Move to password-cache.el.
7725
7726         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7727         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7728         * mml-smime.el (password-read, password-cache-add)
7729         (password-cache-remove):
7730         No need to autoload, since mml-sec requires password.
7731
7732         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7733         * message.el (gnus-extract-address-components):
7734         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7735
7736         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7737         password.
7738
7739 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7740
7741         * mailcap.el: Reduce dependencies.
7742         (mail-header-parse-content-type): Autoload.
7743         (mailcap-delete-duplicates): New alias.
7744         (mailcap-mime-info): Add optional argument NO-DECODE.
7745         (mailcap-mime-types): Use mailcap-delete-duplicates.
7746
7747         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7748
7749 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7750
7751         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7752         (imap-parse-status): Upcase status-att for servers that sends them
7753         lower-case (e.g., MS Exchange 2007).
7754
7755 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7756
7757         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7758         function.
7759
7760         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7761         (gnus-uu-yenc-article): New function.
7762
7763         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7764
7765         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7766
7767 2007-12-02  Glenn Morris  <rgm@gnu.org>
7768
7769         * binhex.el (binhex): New custom group.
7770         (binhex-decoder-program, binhex-decoder-switches)
7771         (binhex-use-external): Move to the binhex custom group.
7772
7773         * uudecode.el (uudecode): New custom group.
7774         (uudecode-decoder-program, uudecode-decoder-switches)
7775         (uudecode-use-external): Move to the uudecode custom group.
7776
7777         * netrc.el (top-level): Don't load `encrypt' features.
7778         (netrc-parse): Don't use encrypt.
7779         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7780
7781         * encrypt.el: Remove file.
7782
7783 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7784
7785         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7786         matches on patches.
7787
7788         * gnus-art.el (gnus-article-browse-html-article):
7789         Mention `mm-text-html-renderer' in the doc string.
7790
7791         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7792         string.  Add comments.
7793
7794         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7795         if rhs is ASCII.
7796
7797 2007-12-01  Glenn Morris  <rgm@gnu.org>
7798
7799         * mail-source.el (top-level): Require format-spec before
7800         eval-when-compile.
7801
7802 2007-11-30  Glenn Morris  <rgm@gnu.org>
7803
7804         * encrypt.el: Require password, rather than autoloading password-read.
7805
7806 2007-11-29  Glenn Morris  <rgm@gnu.org>
7807
7808         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7809         (sasl-make-client, sasl-next-step, sasl-step-data)
7810         (sasl-step-set-data): Declare as functions.
7811
7812 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7813
7814         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7815
7816 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7817
7818         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7819         certs should be verified and what is to be done in the event of a
7820         verification failure.
7821
7822         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7823         caller can indicate whether the cache should be disregarded for this
7824         call.  This way the result of the call is reproducible at all times and
7825         can be considered a canonical server name for the supplied method.
7826         (gnus-agent-method-p): Canonicalize server names by pushing their
7827         method through `gnus-method-to-server' using the no-cache argument.
7828
7829         * gnus-srvr.el (gnus-server-insert-server-line):
7830         Call `gnus-method-to-server' with `no-cache' argument.
7831
7832         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7833         gnus-agent-possibly-synchronize-flags as this should be called when the
7834         server is actually being opened.
7835         (gnus-agent-possibly-synchronize-flags)
7836         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7837         flags file of an agentized server to the latter function.
7838
7839         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7840         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7841         after a connection has been established successfully.
7842
7843 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * gnus-art.el (article-display-face): Force to display face if called
7846         interactively; check if gnus-article-x-face-too-ugly matches author.
7847         (article-display-x-face): Display face even if From header is missing
7848         as article-display-face does.
7849
7850 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7851
7852         * hashcash.el (message-narrow-to-headers-or-head)
7853         (message-fetch-field, message-goto-eoh)
7854         (message-narrow-to-headers): Declare as functions.
7855
7856 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7857
7858         * mail-source.el (mail-sources): Default to fetch from file for
7859         compatibility with default of nnmail-spool-file.
7860
7861 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7862
7863         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7864         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7865         to look for encoded word that should be encoded again.
7866         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7867         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7868         encoding pattern.
7869         (rfc2047-decode-region): Switch strict regexp and loose one according
7870         to rfc2047-allow-irregular-q-encoded-words.
7871
7872 2007-11-25  Romain Francoise  <romain@orebokech.com>
7873
7874         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7875
7876 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7877
7878         * tls.el (tls-program): Provide more custom choices from
7879         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7880         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7881
7882 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7883
7884         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7885         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7886
7887         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7888         `nnmail-spool-file'.
7889
7890         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7891         `nnmail-spool-file'.
7892
7893         * gnus-move.el (gnus-change-server): Ditto.
7894
7895         * gnus-kill.el (gnus-batch-score): Ditto.
7896
7897         * gnus-cache.el (gnus-jog-cache): Ditto.
7898
7899         * gnus-msg.el (gnus-summary-reply):
7900         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7901
7902 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7903
7904         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7905         version.  Minor improvement to doc strings.
7906         (tls-program): Add comment.
7907
7908 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7909
7910         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7911         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7912         mismatch between the hostname provided in the certificate and the name
7913         of the host connnecting to.
7914         (open-tls-stream): Use them.  Check certificates against trusted root
7915         certificates.
7916
7917 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7918
7919         * gnus-cache.el (gnus-cache-generate-nov-databases):
7920         Use nnml-generate-nov-databases-directory instead of
7921         nnml-generate-nov-databases-1.
7922
7923 2007-11-24  Glenn Morris  <rgm@gnu.org>
7924
7925         * message.el (message-tool-bar-retro): Update for rename
7926         mail_send.xpm->mail-send.xpm.
7927
7928 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7929
7930         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7931         `smime-ldap-search' for Emacs 22 and up.
7932
7933 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7934
7935         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7936
7937         * message.el (message-send-mail-function): Fix error convention.
7938         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7939         (message-widen-reply, message-send-mail, message-talkative-question)
7940         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7941         (message-clone-locals, message-send-news): Use with-current-buffer.
7942         (message-insert-or-toggle-importance): Remove unused var `valid'.
7943         (message-make-references): Remove unused var `new-references'.
7944         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7945
7946 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7947
7948         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7949         (spam-split-symbolic-return-positive): Reflow docstring.
7950         (spam-backends, spam-summary-exit-behavior)
7951         (spam-mark-ham-unread-before-move-from-spam-group)
7952         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7953         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7954         (spam-clear-cache, spam-backend-check, spam-install-backend)
7955         (spam-install-statistical-backend, spam-list-of-processors)
7956         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7957         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7958         (spam-check-crm114, spam-initialize, spam-unload-hook):
7959         Fix typos in docstrings.
7960
7961 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7962
7963         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7964         been checked if they have never been read and those group levels are
7965         higher than the one that a user specified.
7966
7967 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7968
7969         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7970         foreign groups unless a group level is specified by a user.
7971         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7972
7973 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7974
7975         * message.el (message-send-mail-function): Require sendmail.
7976
7977 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7978
7979         * message.el (message-send-mail-function): Check for smtpmail too.
7980
7981         * utf7.el (utf7-encode, utf7-decode): Use coding system
7982         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7983
7984         * message.el (message-send-mail-function): New function.
7985         (message-send-mail-function): Set default using
7986         message-send-mail-function.  Adjust doc string.
7987         (message-send-mail-with-mailclient): New function.
7988
7989 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7990
7991         * smime.el (from):
7992         * rfc2047.el (message-posting-charset):
7993         * qp.el (mm-use-ultra-safe-encoding):
7994         * pop3.el (parse-time-months):
7995         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7996         * nnml.el (files):
7997         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7998         (jka-compr-compression-info-list, ange-ftp-path-format)
7999         (efs-path-regexp):
8000         * nndiary.el (files):
8001         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8002         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8003         (epg-digest-algorithm-alist, inhibit-redisplay)
8004         (password-cache-expiry):
8005         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8006         (pgg-output-buffer, password-cache-expiry):
8007         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8008         (efs-path-regexp):
8009         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8010         (inhibit-redisplay):
8011         * mm-uu.el (file-name, start-point, end-point, entry)
8012         (gnus-newsgroup-name, gnus-newsgroup-charset):
8013         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8014         (latin-unity-ucs-list):
8015         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8016         (mm-uu-binhex-decode-function):
8017         * message.el (gnus-message-group-art, gnus-list-identifiers)
8018         (rmail-enable-mime-composing, gnus-local-organization)
8019         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8020         (gnus-read-active-file, facemenu-add-face-function)
8021         (facemenu-remove-face-function, gnus-article-decoded-p)
8022         (tool-bar-mode):
8023         * mail-source.el (display-time-mail-function):
8024         * gnus-util.el (nnmail-pathname-coding-system)
8025         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8026         (gnus-original-article-buffer, gnus-user-agent)
8027         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8028         (xemacs-codename, sxemacs-codename, emacs-program-version):
8029         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8030         * gnus-start.el (gnus-agent-covered-methods)
8031         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8032         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8033         (gnus-newsgroup-headers, gnus-group-list-mode)
8034         (gnus-group-mark-positions, gnus-newsgroup-data)
8035         (gnus-newsgroup-unreads, nnoo-state-alist)
8036         (gnus-current-select-method, mail-sources)
8037         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8038         (nnmail-spool-file, gnus-cache-active-hashtb):
8039         * gnus-mh.el (mh-lib-progs):
8040         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8041         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8042         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8043         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8044         (gnus-group-buffer):
8045         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8046         (font-lock-set-defaults):
8047         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8048         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8049         (gnus-summary-post-menu, total-parts, type, condition, length):
8050         * gnus-agent.el (gnus-agent-read-agentview):
8051         * flow-fill.el (show-trailing-whitespace):
8052         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8053         eval-and-compile wrappers for byte compiler pacifiers.
8054
8055         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8056         (mm-display-inline-fontify): Check for featurep 'xemacs not
8057         extent-list.
8058
8059         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8060         itimer-list.
8061         (mm-create-image-xemacs): Only do something for XEmacs.
8062         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8063
8064         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8065
8066         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8067         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8068
8069 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8070
8071         * nnimap.el (nnimap-split-download-body):
8072         * gnus-demon.el (gnus-demon):
8073         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8074
8075 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8076
8077         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8078         New macros.
8079         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8080         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8081         copy data from unibyte buffer to multibyte current buffer.
8082         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8083         to copy data from unibyte current buffer to multibyte buffer.
8084         (nntp-make-process-buffer): Make process buffer unibyte.
8085
8086         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8087
8088 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8089
8090         * pop3.el (pop3-open-server): Accept and process data more robustly at
8091         connexion start to avoid spurious "POP SSL connexion failed" errors.
8092
8093 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8094
8095         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8096         read group names.
8097
8098 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8099
8100         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8101
8102 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8103
8104         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8105         (nnmail-save-active): Use a unibyte buffer when saving active file,
8106         which may contain non-ASCII group names.
8107
8108         * nnml.el (nnml-request-group): Decode group names in messages.
8109
8110 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8111
8112         * message.el (message-citation-line-function)
8113         (message-insert-formatted-citation-line): Fix spelling of
8114         `message-insert-formated-citation-line'.
8115
8116 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8117
8118         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8119
8120 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8121
8122         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8123         nnmail-pathname-coding-system.
8124
8125         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8126         that a user enters; decode group names in messages.
8127
8128         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8129
8130 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8131
8132         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8133
8134         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8135
8136         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8137         risky local variable.
8138
8139         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8140
8141 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8142
8143         * encrypt.el: Improve documentation to fix function name typo.
8144         Reported by Daiki Ueno <ueno@unixuser.org>.
8145
8146 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8147
8148         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8149         even if the point is not in the last page of an article.
8150         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8151         back to the previous page.
8152
8153 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8154
8155         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8156
8157 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8158
8159         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8160
8161 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8162
8163         * message.el (message-check-news-body-syntax):
8164         Avoid mm-string-as-multibyte.
8165         (message-hide-headers): Don't assume (point-min)==1.
8166
8167 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8168
8169         * message.el (message-remove-blank-cited-lines): Fix if remove is
8170         given.
8171         (message-bogus-address-regexp): New variable.
8172         (message-bogus-recipient-p): New function.
8173         (message-check-recipients): New command.
8174         (message-syntax-checks): Add `bogus-recipient'.
8175         (message-fix-before-sending): Add `bogus-recipient'.
8176
8177         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8178         (gnus-treat-body-boundary): Don't test window-system.
8179
8180 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8181
8182         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8183
8184 2007-10-28  Miles Bader  <miles@gnu.org>
8185
8186         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8187         at compile-time too.
8188
8189 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8190
8191         * gnus-msg.el (gnus-message-setup-hook):
8192         Add `message-remove-blank-cited-lines' to options.
8193
8194 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8195
8196         * message.el (message-remove-blank-cited-lines): New function.
8197         Suggested by Karl Plästerer.
8198
8199 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8200
8201         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8202         mapc.
8203
8204         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8205         (top-level): Use mapc to set functions to be traced for debugging.
8206
8207         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8208         called for effect with while loop.
8209
8210         * message.el (message-talkative-question): Replace mapcar called for
8211         effect with mapc.
8212
8213         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8214         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8215         called for effect with dolist.
8216
8217         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8218
8219         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8220         gnus-extra-headers and nnmail-extra-headers.
8221
8222         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8223         called for effect with dolist.
8224         (top-level): Use mapc to set functions to be traced for debugging.
8225
8226         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8227         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8228         dolist.
8229
8230         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8231         Replace mapcar called for effect with mapc.
8232         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8233         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8234         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8235         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8236
8237         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8238         remove-if that's a cl function.
8239
8240         * webmail.el (webmail-debug): Replace mapcar called for effect with
8241         dolist.
8242
8243         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8244         with mapc.
8245
8246 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8247
8248         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8249         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8250         with while loop.
8251
8252         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8253         functions from article-* functions.
8254         (gnus-multi-decode-header): Replace mapcar called for effect with
8255         dolist.
8256
8257         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8258         (gnus-bookmark-show-details): Replace mapcar called for effect with
8259         while loop.
8260
8261         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8262         called for effect with while loop.
8263
8264         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8265         with dolist.
8266
8267         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8268         Replace mapcar called for effect with dolist.
8269
8270         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8271
8272         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8273         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8274         Replace mapcar called for effect with dolist.
8275         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8276         mapc.
8277
8278         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8279         Replace mapcar called for effect with dolist.
8280         (gnus-topic-list): Replace mapcar called for effect with mapc.
8281
8282         * gnus.el: Use mapc instead of mapcar to add autoloads.
8283
8284 2007-10-23  Richard Stallman  <rms@gnu.org>
8285
8286         * gnus-group.el (gnus-group-highlight): Mark as risky.
8287
8288 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8289
8290         * gnus.el (gnus-server-to-method): Return method found first in
8291         gnus-newsrc-alist.
8292
8293         * gnus-art.el (gnus-article-highlight-signature)
8294         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8295         button overlay without the front stickiness.
8296
8297 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8298
8299         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8300         overview buffer needed a catch to receive its throw.
8301         (gnus-agent-flush-cache): Declare as interactive to make this function
8302         easier to use.
8303
8304 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8305
8306         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8307         `next-line'.
8308
8309 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8312         exclude address matching message-dont-reply-to-names.
8313
8314 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8315
8316         * gnus-util.el (gnus-string<): New function.
8317
8318         * gnus-sum.el (gnus-article-sort-by-author)
8319         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8320
8321 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8324         the frame-focus tag is set in gnus-buffer-configuration.
8325
8326 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8329         the front stickiness.
8330
8331 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8332
8333         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8334         url pattern; remove duplicate one.
8335         (gnus-article-extend-url-button): New function.
8336         (gnus-article-add-buttons): Use it.
8337         (gnus-button-push): Use concatenated url that it makes.
8338
8339 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8340
8341         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8342
8343 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8344
8345         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8346         Don't hardcode point-min==1.
8347
8348 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8349
8350         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8351         Fix comment about "iso8859-1".
8352
8353 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8354
8355         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8356         ones returned from the verify-function.
8357
8358         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8359         Call mml2015-extract-cleartext-signature if extraction failed.
8360
8361 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8362
8363         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8364         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8365         failed.
8366
8367 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8368
8369         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8370
8371 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8372
8373         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8374         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8375         recommends to use EasyPG instead of PGG.
8376
8377         * pgg.el: Revert to revision 6.23.2.16.
8378
8379         * pgg-def.el: Revert to revision 6.6.2.14.
8380
8381         * pgg-gpg.el: Revert to revision 6.23.2.34.
8382
8383 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8384
8385         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8386         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8387         thread for both the null and zero (kill/expire thread) universal prefix
8388         cases.
8389         (gnus-summary-expire-thread): Add new function to expire a thread,
8390         using gnus-summary-kill-thread.
8391         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8392         shortcuts for gnus-summary-expire-thread.
8393         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8394         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8395
8396 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8397
8398         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8399         extras value, so an extras entry can be deleted.
8400         (gnus-registry-delete-extra-entry): Use it.
8401         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8402         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8403         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8404         storage through the gnus-registry, and provide an appropriate API for
8405         it.
8406
8407 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8408
8409         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8410         Suggested by Leo <sdl.web@gmail.com>.
8411
8412         * gnus.el: Do.
8413
8414 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8417         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8418
8419         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8420
8421         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8422         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8423
8424 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8425
8426         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8427         newline.
8428         (nnmbox-request-accept-article): Don't change article in source buffer;
8429         narrow to header to use message-fetch-field rather than
8430         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8431         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8432         as delimiters; make sure article ends with newline.
8433         (nnmbox-delete-mail): Correct last position of article to be deleted;
8434         ignore X-Gnus-Newsgroup header in article body.
8435         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8436         positions; make sure article ends with newline.
8437
8438         * message.el (message-display-abbrev): Don't infloop when a user
8439         inserts SPC in the beginning of header.
8440
8441         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8442         coding-system-for-read and coding-system-for-write for XEmacs having no
8443         file-coding feature.
8444
8445         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8446
8447 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8448
8449         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8450         list of groups not followed by default.  Fix type to be regexp.
8451         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8452
8453 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8454
8455         * hmac-def.el (define-hmac-function): Switch from old-style to
8456         new-style backquotes.
8457
8458         * md4.el (md4-make-step): Likewise.
8459
8460 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8461
8462         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8463         raw-text coding system when saving .newsrc file, which may contain
8464         non-ASCII group names.
8465
8466 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8467
8468         * gnus-cus.el (gnus-score-extra): New widget.
8469         (gnus-score-extra-convert): New function.
8470         (gnus-score-customize): Use it for Extra.
8471
8472 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8473
8474         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8475         (mml2015-mailcrypt-clear-verify): Use it.
8476         (mml2015-gpg-clear-verify): Use it.
8477         (mml2015-pgg-clear-verify): Use it.
8478         (mml2015-epg-clear-verify): Replace the current part with the output
8479         from GnuPG; don't extract the plaintext by itself.
8480
8481         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8482         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8483         mml2015-clear-verify-function; don't touch the armor headers or
8484         dash-escaped text here.
8485
8486 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8487
8488         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8489         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8490         parts, or application/octet-stream as a last resort.
8491         (gnus-mime-view-part-as-type): Don't toggle display.
8492         (gnus-mime-view-part-as-charset): Don't turn off display before
8493         querying charset.
8494
8495         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8496         stuff to undisplayer function in Emacs.
8497         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8498
8499         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8500         text/calendar parts.
8501
8502 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8503
8504         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8505         decoding text/calendar parts.
8506
8507         * message.el (message-forward-make-body-mime): Always mark body as
8508         having no illegible text; remove signed-or-encrypted argument.
8509         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8510
8511         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8512         (mml-generate-mime-1): Don't encode body if it is specified to be in
8513         raw form; don't make buffer be unibyte when inserting multibyte string.
8514
8515 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8516
8517         * sha1.el: Fix up comment style.
8518         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8519         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8520
8521         * hex-util.el: Fix up comment style.
8522         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8523
8524         * gnus-salt.el: Use with-current-buffer.
8525         (gnus-pick-setup-message): Fix long-standing typo.
8526
8527 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8528
8529         * imap.el (imap-logout-timeout): New variable.
8530         (imap-logout, imap-logout-wait): New functions.
8531         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8532
8533         * nnimap.el (nnimap-logout-timeout): New server variable.
8534         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8535         nnimap-logout-timeout.
8536
8537         * gnus-art.el (gnus-article-summary-command-nosave)
8538         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8539
8540 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * gnus.el (gnus-maximum-newsgroup): New variable.
8543
8544         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8545         according to gnus-maximum-newsgroup.
8546
8547         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8548         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8549         Limit the range of articles according to gnus-maximum-newsgroup.
8550
8551 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8552
8553         * gnus-art.el (gnus-sticky-article): Fix problems described in
8554         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8555         Don't perform gnus-configure-windows here; reuse existing sticky
8556         article buffer.
8557
8558         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8559         it doesn't exist in gnus-article-mode.
8560
8561 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8562
8563         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8564         (gnus-agent-decoded-group-name): New function.
8565         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8566         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8567
8568 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8569
8570         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8571         Add binding for gnus-sticky-article.
8572         (gnus-summary-exit): Don't kill sticky article buffers.
8573
8574         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8575         article buffer.
8576         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8577         (gnus-kill-sticky-article-buffers): New commands.
8578
8579 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8580
8581         * nntp.el (nntp-xref-number-is-evil): New server variable.
8582         (nntp-find-group-and-number): If it is non-nil, don't trust article
8583         numbers in the Xref header.
8584
8585 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8586
8587         * gnus-agent.el (gnus-agent-read-group): New function.
8588         (gnus-agent-flush-group, gnus-agent-expire-group)
8589         (gnus-agent-regenerate-group): Use it.
8590         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8591         nnmail-pathname-coding-system.
8592
8593 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8594
8595         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8596
8597         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8598         that are unread as unread, and also as selected so that information of
8599         marks having been changed by a user may be updated when exiting group.
8600
8601 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8602
8603         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8604
8605 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8606
8607         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8608         calculated ignoring signature parts to gnus-treat-article.
8609
8610 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8611
8612         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8613         a point here in order to keep the window start.
8614         (gnus-insert-mime-security-button): Make a button overlay without the
8615         front stickiness.
8616         (gnus-mime-display-security): Goto the end of a button.
8617
8618         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8619
8620 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8621
8622         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8623         group-name-at-point.
8624         (gnus-group-completing-read): New function that offers decoded
8625         non-ASCII group names for completion.
8626         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8627         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8628         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8629         (gnus-group-fetch-control): Use it.
8630         (gnus-fetch-group): Use group-name-at-point for the initial value
8631         rather than the default value; use gnus-alive-p.
8632
8633         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8634         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8635         (gnus-summary-post-news): Use gnus-group-completing-read.
8636
8637         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8638         (gnus-read-move-group-name): Decode group name for completion.
8639
8640 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8641
8642         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8643         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8644         Yamaoka slightly modified the code).
8645
8646 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8647
8648         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8649         (nnmail-split-incoming): Bind it.
8650
8651         * nnml.el (nnml-group-name-charset): New function.
8652         (nnml-decoded-group-name): Use it; don't decode group name if
8653         nnmail-group-names-not-encoded-p is non-nil.
8654         (nnml-encoded-group-name): New function.
8655         (nnml-group-pathname): Inline nnml-decoded-group-name.
8656         (nnml-request-expire-articles): Decode group name in message.
8657         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8658         nnmail-pathname-coding-system.
8659         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8660         not decoded ones according to nnmail-group-names-not-encoded-p.
8661         (nnml-generate-active-info): Use nnml-encoded-group-name.
8662
8663 2007-08-08  Glenn Morris  <rgm@gnu.org>
8664
8665         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8666         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8667         doc-strings and comments.
8668
8669 2007-07-25  Glenn Morris  <rgm@gnu.org>
8670
8671         * Relicense all FSF files to GPLv3 or later.
8672
8673 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8674
8675         * gnus-sum.el (gnus-summary-move-article):
8676         Make gnus-summary-respool-article work.
8677
8678 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8679
8680         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8681         string.
8682
8683 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8684
8685         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8686         that should be ignored when comparing distant RSS articles with local
8687         ones.
8688         (nnrss-make-hash-index): New function.  Create a hash index according
8689         to the ignored fields.
8690         (nnrss-check-group): Use it.
8691
8692 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8693
8694         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8695
8696         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8697
8698         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8699         the new optional argument ENCODED is non-nil.
8700         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8701         coding system for encoding group name.
8702         (gnus-group-make-rss-group): Pass un-encoded group name to
8703         gnus-group-make-group.
8704         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8705         encoded.
8706
8707         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8708         Encode group name to which articles are moved or copied.
8709         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8710         coding system for encoding Newsgroup, Followup-To and Xref headers.
8711
8712         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8713         marks; use nnheader-file-coding-system to write a file.
8714         (nnagent-retrieve-headers): Bind file-name-coding-system to
8715         nnmail-pathname-coding-system.
8716
8717         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8718
8719         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8720         (nnml-request-article, nnml-request-create-group)
8721         (nnml-request-rename-group, nnml-find-id)
8722         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8723         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8724         (nnml-save-marks): Use nnml-group-pathname instead of
8725         nnmail-group-pathname.
8726
8727         (nnml-request-create-group, nnml-request-expire-articles)
8728         (nnml-request-move-article, nnml-request-delete-group)
8729         (nnml-deletable-article-p, nnml-possibly-create-directory)
8730         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8731         (nnml-open-marks): Bind file-name-coding-system to
8732         nnmail-pathname-coding-system.
8733
8734         (nnml-request-article): Pass server argument to nnml-find-group-number.
8735         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8736         Pass server argument to nnml-possibly-create-directory.
8737         (nnml-request-accept-article): Pass server argument to
8738         nnml-active-number and nnml-save-mail.
8739         (nnml-find-group-number): Pass server argument to nnml-find-id.
8740         (nnml-request-update-info): Pass server argument to
8741         nnml-marks-changed-p.
8742
8743         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8744         (nnml-save-mail, nnml-active-number): Add server argument.
8745
8746         (nnml-request-delete-group): Warn if group is missing.
8747         (nnml-get-nov-buffer): Decode group name.
8748         (nnml-generate-active-info): Encode group name.
8749         (nnml-open-marks): Decode group name in messages.
8750
8751 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8752
8753         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8754         if it is not specified.
8755         (gnus-article-pipe-part, gnus-article-save-part)
8756         (gnus-article-interactively-view-part, gnus-article-copy-part)
8757         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8758         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8759         (gnus-article-replace-part, gnus-article-delete-part)
8760         (gnus-article-view-part-as-type): Pass raw prefix argument to
8761         gnus-article-part-wrapper.
8762
8763 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8764
8765         * gnus-agent.el (gnus-agent-save-active):
8766         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8767
8768         * gnus-cache.el (gnus-cache-save-buffers)
8769         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8770         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8771         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8772         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8773         (gnus-cache-generate-active, gnus-cache-rename-group)
8774         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8775         (gnus-cache-update-overview-total-fetched-for):
8776         Bind file-name-coding-system to nnmail-pathname-coding-system.
8777         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8778         New variables.
8779         (gnus-cache-decoded-group-name): New function.
8780         (gnus-cache-file-name): Use it.
8781         (gnus-cache-generate-active): Use non-decoded group name for active.
8782
8783         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8784         right place.
8785         (gnus-write-active-file): Don't break non-ASCII group names.
8786
8787         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8788         nnmail-pathname-coding-system.
8789
8790         * lpath.el: Bind default-file-name-coding-system,
8791         file-name-coding-system and language-info-alist for XEmacs.
8792
8793         * gnus-uu.el (gnus-uu-decode-save): Typo.
8794
8795 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8796
8797         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8798
8799 2007-07-14  David Kastrup  <dak@gnu.org>
8800
8801         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8802         finishing actions if we did not edit the article.
8803
8804 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8805
8806         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8807         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8808         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8809         (gnus-agent-flush-group, gnus-agent-flush-cache)
8810         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8811         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8812         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8813         (gnus-agent-regenerate-group)
8814         (gnus-agent-update-files-total-fetched-for)
8815         (gnus-agent-update-view-total-fetched-for):
8816         Bind file-name-coding-system to nnmail-pathname-coding-system.
8817         (gnus-agent-group-pathname): Don't encode file names by
8818         nnmail-pathname-coding-system.
8819         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8820         coding-system-for-write instead of buffer-file-coding-system to
8821         gnus-agent-file-coding-system.
8822
8823         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8824         Decode group name.
8825
8826         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8827
8828         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8829         (gnus-read-newsrc-el-file): Make group names unibyte.
8830
8831         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8832         nnmail-pathname-coding-system.
8833
8834         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8835         (nnrss-request-delete-group): Bind file-name-coding-system to
8836         nnmail-pathname-coding-system.
8837         (nnrss-read-server-data, nnrss-read-group-data):
8838         Bind file-name-coding-system correctly.
8839         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8840
8841         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8842         (nntp-server-to-method-cache): New variable.
8843         (nntp-group-pathname): New function that decodes non-ASCII group names.
8844         (nntp-possibly-create-directory, nntp-marks-changed-p)
8845         (nntp-save-marks, nntp-open-marks): Use it.
8846         (nntp-possibly-create-directory, nntp-open-marks):
8847         Bind file-name-coding-system to nnmail-pathname-coding-system.
8848         (nntp-open-marks): Decode group names when bootstrapping marks.
8849
8850         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8851         Newsgroups and Folowup-To headers.
8852
8853 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8854
8855         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8856         (gnus-server-closed-face, gnus-server-denied-face)
8857         (gnus-server-offline-face): Remove variable.
8858         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8859
8860         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8861         of modifying message-stack directly for XEmacs.
8862
8863         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8864         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8865         if the coding-system argument is nil for XEmacs.
8866
8867         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8868         mm-charset-override-alist.
8869
8870         * rfc2047.el: Don't require base64; require rfc2045 for the function
8871         rfc2045-encode-string.
8872         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8873         to quote the parameter value.
8874
8875 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8876
8877         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8878         form in gnus-group-name-charset-method-alist.
8879
8880         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8881         overrides the default layout edit-form.
8882
8883         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8884
8885         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8886
8887 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8890         as unfetched articles.
8891
8892 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8893
8894         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8895
8896 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8899         original back end that keeps marks in the local system.
8900
8901 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8904         arg of pop-to-buffer for XEmacs.
8905         (gnus-article-read-summary-keys): Ditto; don't restore window
8906         configuration if summary command ends up with neither article buffer
8907         nor summary buffer; describe bindings if summary keys end with C-h.
8908
8909 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * message.el (message-fix-before-sending): Skip raw message part to be
8912         forwarded while checking illegible text.
8913         (message-forward-make-body-mime, message-forward-make-body):
8914         Mark signed or encrypted raw message as having no illegible text.
8915
8916 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8917
8918         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8919         (gnus-message-with-timestamp-1): New macro.
8920         (gnus-message-with-timestamp): New function.
8921         (gnus-message): Use them.
8922
8923         * nnheader.el (nnheader-message): Use them.
8924
8925 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8926
8927         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8928         .newsrc.eld file.
8929
8930 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * gnus-agent.el (gnus-agent-fetch-headers)
8933         (gnus-agent-retrieve-headers):
8934         Bind gnus-decode-encoded-address-function to identity.
8935
8936         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8937         available also when the server returns simply a dot.
8938
8939         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8940
8941 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8942
8943         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8944
8945 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * gnus-ems.el (gnus-x-splash): Make it work.
8948
8949         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8950         from being used.
8951
8952         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8953
8954 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8957         4th and the 5th arguments.
8958
8959         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8960         the front stickiness.
8961         (gnus-article-summary-command-nosave): Correct the order of the
8962         arguments passed to pop-to-buffer.
8963         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8964         summary command ends up with the article buffer.
8965
8966         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8967         the same faces.
8968
8969 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8970
8971         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8972
8973 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8974
8975         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8976         * gnus-sum.el (gnus-summary-highlight):
8977         * pgg.el (pgg-sign-region, pgg-sign):
8978         * mail-source.el (mail-source-delete-old-incoming-confirm):
8979         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8980
8981 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8982
8983         * gnus-art.el (gnus-mime-view-part-externally)
8984         (gnus-mime-view-part-internally): Fix predicate function passed to
8985         completing-read.
8986
8987         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8988
8989         * gnus.el (gnus-update-message-archive-method): Add :version.
8990
8991 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8992
8993         * gnus.el (gnus-update-message-archive-method): New variable.
8994
8995         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8996         according to gnus-message-archive-method if
8997         gnus-update-message-archive-method is non-nil.
8998
8999 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9000
9001         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9002         Suggested by Loic Dachary <loic@dachary.org>.
9003         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9004
9005 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9006
9007         * message.el (message-pop-to-buffer): Add switch-function argument.
9008         (message-mail): Pass switch-function argument to it.
9009
9010 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9011
9012         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9013         Improve doc string.
9014
9015 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9018         (gnus-header-content)
9019         * gnus-cite.el (gnus-cite-10)
9020         * gnus-srvr.el (gnus-server-closed)
9021         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9022         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9023         (gnus-group-mail-3-empty, gnus-group-mail-low)
9024         (gnus-group-mail-low-empty, gnus-splash)
9025         * message.el (message-header-to, message-header-cc)
9026         (message-header-subject, message-header-other, message-header-name)
9027         (message-header-xheader, message-separator, message-cited-text)
9028         (message-mml): Lighten colors of faces used for dark background.
9029
9030 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9031
9032         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9033         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9034
9035 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * message.el (message-narrow-to-headers-or-head):
9038         Ignore mail-header-separator in the body.
9039
9040 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9041
9042         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9043         same as window size.
9044
9045 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9046
9047         * message.el (message-font-lock-keywords): Use message-header-xheader
9048         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9049         ahead of the anything pattern, to get it recognised.
9050
9051 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9052
9053         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9054         spam.el loads uses it in the compiled defadvice form.
9055
9056 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9057
9058         * gnus-sum.el (gnus-articles-to-read)
9059         (gnus-summary-insert-old-articles): Don't truncate group name for
9060         `read-string'.
9061
9062         * gnus-util.el (gnus-limit-string): Delete this function.
9063
9064         * gnus-sum.el (gnus-simplify-subject-fully):
9065         Use `truncate-string-to-width' instead.
9066
9067 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9068
9069         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9070         Tell if, on summary exit, the next group has to be selected.
9071         (gnus-summary-exit): Use it.
9072
9073 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9074
9075         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9076         non-break space.
9077
9078 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9079
9080         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9081         Check if group is not a directory.
9082         (nnfolder-request-expire-articles): Don't delete articles if the target
9083         group is not available.
9084
9085         * nnml.el (nnml-request-create-group): Properly check if group is not a
9086         file.
9087         (nnml-request-expire-articles): Don't delete articles if the target
9088         group is not available.
9089
9090         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9091         Don't quote characters that are within parentheses.
9092
9093 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9094
9095         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9096         (gnus-handle-ephemeral-exit): Select article according to it.
9097
9098 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9099
9100         * message.el (message-insert-formated-citation-line): Remove newline.
9101         (message-citation-line-format): Add final \n here so that the user can
9102         avoid a blank line.
9103
9104 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9105
9106         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9107         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9108         Update lanl/arXiv support.
9109
9110 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9111
9112         * gnus.el: Bump version number.
9113
9114 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9115
9116         * gnus.el (gnus-version-number): Bump version.
9117
9118 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9119
9120         * gnus.el: No Gnus v0.6 is released.
9121
9122 2007-04-27  Didier Verna  <didier@xemacs.org>
9123
9124         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9125         * gmm-utils.el (gmm-regexp-concat): ... here.
9126         * message.el: Don't require 'gnus-util.
9127         (message-dont-reply-to-names): Handle name change above.
9128         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9129
9130 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9131
9132         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9133         since the initial value varies according to the system.
9134
9135 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9136
9137         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9138
9139 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9140
9141         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9142
9143 2007-04-24  Didier Verna  <didier@xemacs.org>
9144
9145         Improve the type of gnus-ignored-from-addresses.
9146         * gnus-util.el (gnus-orify-regexp): New function.
9147         * message.el (gnus-util): Require it.
9148         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9149         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9150         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9151
9152 2007-04-24  Didier Verna  <didier@xemacs.org>
9153
9154         * gnus-sum.el:
9155         * gnus-utils.el: Fix some trailing whitespaces.
9156
9157 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9158
9159         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9160         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9161         article's Message-ID; refer parent article in summary buffer.
9162
9163         * message.el (message-bounce): Call mime-to-mml.
9164
9165         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9166         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9167         optimize and/or forms properly.
9168
9169 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9170
9171         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9172         URL.
9173
9174 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9175
9176         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9177
9178 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9179
9180         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9181         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9182         displayed of multipart/alternative part if it is invoked from summary
9183         buffer.
9184
9185         * mm-view.el (mm-inline-text-html-render-with-w3m)
9186         (mm-inline-text-html-render-with-w3m-standalone)
9187         (mm-inline-render-with-function): Use mail-parse-charset by default.
9188
9189 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9190
9191         * parse-time.el (parse-time-string-chars): Check if CHAR
9192         is less than the length of parse-time-syntax.
9193
9194 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9195
9196         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9197         from gnus-newsgroup-processable.
9198
9199 2007-04-16  Didier Verna  <didier@xemacs.org>
9200
9201         * gnus-msg.el (gnus-configure-posting-styles):
9202         Handle message-signature-directory properly with :file syntax.
9203         Reported by "Leo".
9204
9205 2007-04-11  Didier Verna  <didier@xemacs.org>
9206
9207         New user option: message-signature-directory.
9208         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9209         * message.el (message-insert-signature): Ditto.
9210         * message.el (message-signature-file): Doc update.
9211         * message.el (message-signature-directory): New.
9212
9213 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9214
9215         * gnus-msg.el (gnus-inews-yank-articles):
9216         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9217
9218 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9219
9220         * message.el (message-yank-original): Make sure cited text ends with
9221         newline; don't exchange point and mark.
9222
9223 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9224
9225         * tls.el (open-tls-stream): Properly handle case where there
9226         is no associated buffer.
9227
9228 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9229
9230         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9231         message-yank-original, make sure (< mark TEXT point).
9232
9233 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9234
9235         * message.el (message-fill-column): New variable.
9236         (message-mode): Use it.  Add comment on a possible new hook.
9237
9238         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9239         (nnmail-get-new-mail): Reformat.
9240
9241         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9242
9243         * gmm-utils.el: Fix Commentary.
9244         (gmm-tool-bar-from-list): Fix typo in doc string.
9245
9246 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9247
9248         * message.el (message-yank-original): Don't switch point and mark
9249         unnecessarily to put point and mark as documented.
9250
9251 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9252
9253         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9254         from the message heads.
9255
9256 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9257
9258         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9259         article buffer does not have a window.  This may not be the best
9260         solution but is certainly better than setting the start of the null,
9261         that is the current, window.
9262
9263 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9264
9265         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9266         (gnus-draft-setup): Run it.
9267
9268         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9269         gnus-score-fast-scoring.  Allow regexp.
9270         (gnus-score-headers): Use it.
9271
9272         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9273         XEmacs.
9274
9275         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9276         string.
9277         (gnus-button-alist): Also catch `<f1> k ...'.
9278         (gnus-treat-display-x-face): Fix doc string.
9279
9280 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9281
9282         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9283         evaluation of gnus-extended-version to ensure correct generation of the
9284         User-Agent header when message-generate-headers-first is used.
9285
9286 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9287
9288         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9289         hashcash-path is nil.  Don't call callback with incorrect number of
9290         parameters if val is 0.
9291
9292 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9293
9294         * message.el (message-required-news-headers):
9295         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9296
9297 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9298
9299         * tls.el (open-tls-stream): In handshake-waiting loop,
9300         don't wait more if there is output available to process.
9301
9302 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9303
9304         * tls.el (tls-program): Doc fix.
9305
9306 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * message.el (message-generate-new-buffers): Change the meaning of the
9309         nil value; add `standard' to the choices; treat t as `unique'; improve
9310         doc string.
9311         (gnus-select-frame-set-input-focus): Autoload.
9312         (message-buffer-name): Search for the existing message buffer if
9313         message-generate-new-buffers is nil or `standard'; treat the value t of
9314         message-generate-new-buffers as `unique'.
9315         (message-pop-to-buffer): Raise the frame already displaying the message
9316         buffer; clear the echo area after querying.
9317         (message-setup): Pass the `continue' argument to compose-mail.
9318         (message-mail): Prefer `switch-function' if it is given; search for the
9319         existing message buffer if the `continue' argument is non-nil; pass
9320         continue and switch-function arguments to compose-mail by way of
9321         message-setup.
9322         (message-mail-other-window): Adjust argument of message-setup.
9323         (message-mail-other-frame): Ditto.
9324
9325 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9326
9327         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9328         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9329         to turn font-lock on when turning gnus-message-citation-mode on.
9330
9331 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9332
9333         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9334         (mml-smime-function-alist): New variable; add epg as the backend.
9335         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9336         mml-smime- functions instead.
9337         * mm-view.el: Require smime.
9338
9339 2007-03-05  Didier Verna  <didier@xemacs.org>
9340
9341         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9342         instead of just inheritance for posting styles.
9343         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9344
9345 2007-02-24  Chris Moore  <dooglus@gmail.com>
9346
9347         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9348         * pgg-pgp.el (pgg-pgp-encrypt-region):
9349         * pgg-gpg.el (pgg-gpg-encrypt-region):
9350         Check pgg-encrypt-for-me if no other recipients.
9351
9352 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9353
9354         * tls.el (tls-certtool-program): Fix custom type.
9355
9356 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9357
9358         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9359         and point-at-eol instead of line-(beginning|end)-position.
9360
9361         * assistant.el (assistant-parse-buffer): Ditto.
9362
9363         * netrc.el (netrc-parse-services): Ditto.
9364
9365 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9366
9367         * mml2015.el (mml2015-epg-find-usable-key): New function.
9368         (mml2015-epg-sign): Use it.
9369         (mml2015-epg-encrypt): Use it.
9370
9371 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * message.el (message-make-in-reply-to): Quote name containing
9374         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9375         if there are special characters.  Reported by NAKAJI Hiroyuki
9376         <nakaji@jp.freebsd.org>.
9377
9378 2007-02-27  Didier Verna  <didier@xemacs.org>
9379
9380         Include the group parameters as well as the topic ones in the
9381         inheritance filter process.
9382         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9383         argument GROUP-PARAMS-LIST.
9384         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9385
9386 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9387
9388         * nntp.el (nntp-never-echoes-commands)
9389         (nntp-open-connection-functions-never-echo-commands): New variables.
9390         (nntp-send-command): Use them.
9391
9392 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9393
9394         * mml2015.el (mml2015-epg-verify): Simplify.
9395
9396 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9397
9398         * mml.el (mml-content-disposition-alist): New user option.
9399         (mml-content-disposition): New function.
9400         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9401         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9402
9403 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9404
9405         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9406         verification.
9407
9408 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9409
9410         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9411         articles posted in the last 24 hours.
9412
9413 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9414
9415         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9416
9417 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9418
9419         * nntp.el (nntp-send-command): Don't wait for echoes when
9420         nntp-open-ssl-stream is used.
9421
9422 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9423
9424         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9425         (gnus-message-add-citation-keywords)
9426         (gnus-message-remove-citation-keywords): Remove.
9427         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9428         directly, make the variables in font-lock-defaults buffer-local, add
9429         gnus-message-citation-keywords to them and then update the value of
9430         font-lock-keywords.
9431
9432 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9433
9434         * message.el (message-cite-original-1): Don't call
9435         gnus-article-highlight-citation.
9436
9437         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9438         citations; fix line count.
9439
9440 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9443         (gnus-message-add-citation-keywords)
9444         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9445         versions of font-lock-add-keywords and font-lock-remove-keywords to
9446         work with XEmacs correctly.
9447
9448 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9449
9450         * gnus-cite.el (gnus-cite-face-list): Set the values of
9451         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9452         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9453         (gnus-message-cite-prefix-regexp): New variable.
9454         (gnus-message-search-citation-line): Use it; protect against long
9455         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9456         the 0th match data for Emacs.
9457         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9458         (gnus-message-add-citation-keywords): Append keywords rather than
9459         prepending; emulate font-lock-add-keywords if it is not available.
9460         (gnus-message-remove-citation-keywords):
9461         Emulate font-lock-remove-keywords if it is not available.
9462
9463         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9464
9465         * message.el (message-cite-prefix-regexp): Set the value of
9466         gnus-message-cite-prefix-regexp.
9467
9468 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9469
9470         * nnweb.el (nnweb-google-parse-1): Update parser.
9471
9472 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9473
9474         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9475
9476 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9477
9478         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9479         regexp.
9480
9481 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9482
9483         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9484         string-to-multibyte.
9485         (uudecode-decode-region-internal): Use it.
9486
9487         * lpath.el: Fbind string-as-multibyte for XEmacs.
9488
9489 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9490
9491         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9492         Fix custom choice.
9493
9494         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9495
9496 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9497
9498         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9499
9500         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9501         `write-region' to respect `mm-inhibit-file-name-handlers'.
9502
9503 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9504
9505         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9506         Use gnus-home-directory instead of "~/" or "$HOME".
9507
9508 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9509
9510         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9511         to mention filename.
9512         Add comments at beginning regarding usage.
9513         (encrypt-write-file-contents): Change interactive so a string is
9514         acceptable.  If the file has no associated model, show an error instead
9515         of a nonsense prompt.
9516
9517 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9518
9519         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9520         Thanks to Yoshihiko Yamada for kind notification of this typo.
9521
9522 2007-01-12  Kenichi Handa  <handa@m17n.org>
9523
9524         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9525         multibyte buffer.
9526
9527 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9528
9529         * gnus-score.el (gnus-score-fast-scoring): New variable.
9530         (gnus-score-headers): Use it.
9531
9532         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9533
9534         * message.el (message-cite-original-1):
9535         Call gnus-article-highlight-citation if requested.
9536         (message-make-from): Allow name and address as optional arguments.
9537
9538         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9539
9540         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9541         bugs to doc string.
9542         (gnus-button-alist): Add mid\\|message-id.
9543         (gnus-button-fetch-group): Extend for use in
9544         `browse-url-browser-function'.
9545         (gnus-button-url-regexp): Try to catch paired parentheses like in
9546         Wikipedia URLs.
9547
9548         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9549         Suggested by Simon Krahnke <overlord@gmx.li>.
9550
9551 2007-01-13  Romain Francoise  <romain@orebokech.com>
9552
9553         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9554         Update copyright.
9555
9556 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9557
9558         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9559
9560 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9561
9562         * gnus-registry.el (gnus-registry-unfollowed-groups)
9563         (gnus-registry-split-fancy-with-parent): Fix documentation.
9564
9565 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9566
9567         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9568         from nnweb groups.
9569
9570 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9571
9572         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9573         Xref urls.  Erase buffer before requesting head.
9574
9575         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9576
9577 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9578
9579         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9580         customizable.
9581
9582 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9583
9584         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9585         no signing key is found.
9586         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9587         no encrypting and/or signing key is found.
9588
9589 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9590
9591         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9592
9593 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9594
9595         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9596         headers read from disk with the ones newly found in the current search.
9597         This should no longer cause problems, because the article numbers in
9598         Gmane's `nov.php' output are ignored since the previous change.
9599
9600 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9601
9602         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9603
9604 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9605
9606         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9607         replace-regexp-in-string; bind url-version; fbind display-images-p and
9608         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9609         find-face and set-itimer-function for Emacs; bind itimer-list for
9610         Emacs.
9611
9612         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9613
9614 2007-01-01  Romain Francoise  <romain@orebokech.com>
9615
9616         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9617
9618 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9619
9620         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9621         `define-minor-mode' macro definition expanded properly.
9622         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9623         exclude it there.
9624
9625         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9626         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9627         `fboundp' test.
9628         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9629         This is OK to autoload in (S)XEmacs now.
9630
9631 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9632
9633         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9634         keystroke.
9635         (gnus-summary-limit-to-singletons): Fix typo.
9636
9637         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9638         else fails.
9639
9640 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9641
9642         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9643         docstring.
9644
9645         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9646         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9647         (gnus-summary-insert-dormant-articles): Fix typo in message.
9648
9649 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9650
9651         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9652         nil for XEmacs.
9653         (gnus-message-citation-mode): Don't autoload in XEmacs.
9654
9655         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9656
9657 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9658
9659         * nnimap.el (nnimap-expunge-search-string):
9660         Mention nnimap-search-uids-not-since-is-evil in docstring.
9661
9662 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9663
9664         * spam.el: Revert to make-obsolete-variable because
9665         define-obsolete-variable-alias is not supported in Emacs 21.
9666
9667         * spam.el (spam-ifile-path, spam-ifile-database-path)
9668         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9669         make-obsolete-variable.
9670         (spam-bsfilter-path, spam-bsfilter-program)
9671         (spam-spamassassin-path, spam-spamassassin-program)
9672         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9673         Don't use "path" inappropriately.
9674         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9675         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9676         variable names.
9677
9678 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9679
9680         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9681         summary buffer.
9682
9683         * password.el (password-cache-remove): Use clear-string to burn
9684         password, if available.
9685
9686 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9687
9688         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9689
9690         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9691
9692         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9693         (gnus-message-highlight-citation): Move defcustom here from
9694         gnus-cite.el.
9695         (gnus-message-citation-mode): Autoload.
9696
9697         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9698         checks to make it compile with XEmacs.
9699         (gnus-message-citation-mode): New minor mode.
9700         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9701         (gnus-message-highlight-citation): New variables.
9702         (gnus-message-search-citation-line)
9703         (gnus-message-add-citation-keywords)
9704         (gnus-message-remove-citation-keywords)
9705         (turn-on-gnus-message-citation-mode)
9706         (turn-off-gnus-message-citation-mode): New functions.
9707
9708 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9709
9710         * gnus-cite.el: Enable highlighting of different citation levels in
9711         message-mode.
9712
9713 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9714
9715         * message.el (message-make-fqdn): Fix comment.
9716         (message-bogus-system-names): Add ".local".
9717
9718         * spam.el (spam-ifile-path, spam-ifile-program)
9719         (spam-ifile-database-path, spam-ifile-database)
9720         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9721         Don't use "path" inappropriately.
9722         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9723         strings.
9724         (spam-check-ifile, spam-ifile-register-with-ifile)
9725         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9726         Use new variable names.
9727
9728         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9729         (gnus-treat-display-smileys): Simplify using
9730         gnus-image-type-available-p.
9731
9732         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9733         available.
9734
9735         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9736         Use `display-images-p' if available.
9737
9738 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9739
9740         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9741         one after turning on the buffer's multibyteness instead of decoding
9742         them directly in the unibyte buffer that causes unexpected conversion
9743         in Emacs 23 (unicode).
9744
9745 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9746
9747         * message.el (message-generate-hashcash): Fix custom type.
9748
9749 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9750
9751         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9752
9753 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9754
9755         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9756         disconnect icons.  Add help text.
9757
9758 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9759
9760         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9761         negated to be consistent with the others we handle.
9762
9763 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9764
9765         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9766         version of gnus-summary-buffer to something, so that we can use two
9767         article buffers at the same time.
9768
9769 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9770
9771         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9772         trigger all the extra headers.
9773         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9774         sorting.
9775
9776 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9777
9778         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9779         solid groups.
9780
9781 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9782
9783         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9784
9785 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9786
9787         * legacy-gnus-agent.el: Add Copyright notice.
9788
9789 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9790
9791         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9792
9793 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9794
9795         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9796
9797         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9798         to make it work reliably in CVS Emacs.
9799         (gnus-summary-limit-strange-charsets-predicate)
9800         (gnus-summary-limit-to-predicate): New functions.
9801
9802 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9803
9804         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9805         specifying array size.
9806         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9807         array if it is too small.
9808         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9809         (gnus-sort-threads-loop): New function.
9810
9811 2006-12-06  Chris Moore  <dooglus@gmail.com>
9812
9813         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9814         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9815
9816 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9817
9818         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9819         options.
9820
9821 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9822
9823         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9824         DOS-ing the recipient.
9825
9826         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9827         the headers when creating the mapping to avoid mismappings.
9828         (nnweb-gmane-create-mapping): Always nix out old mapping.
9829
9830 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9831
9832         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9833         and mm-verify-option to never.
9834
9835 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9836
9837         * message.el (message-signed-or-encrypted-p): New function.
9838         (message-forward-make-body): Use it.
9839
9840         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9841         Replace encode-coding-string with mm-encode-coding-string.
9842
9843 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9844
9845         * nneething.el (nneething-decode-file-name):
9846         Replace decode-coding-string with mm-decode-coding-string.
9847
9848         * gnus-int.el (gnus-open-server): Say failed server's name.
9849
9850 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9851
9852         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9853         strings to a single string.  Quote `errors-file-name'.
9854         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9855         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9856         Adjust calls.  Use `shell-quote-argument'.
9857
9858 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9859
9860         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9861         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9862
9863         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9864         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9865         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9866         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9867         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9868         (gnus-subscribe-newsgroup, gnus-1):
9869         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9870         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9871         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9872         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9873
9874 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9875
9876         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9877         keystroke.
9878         (gnus-summary-limit-to-bodies): Implement headersp.
9879
9880 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9881
9882         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9883
9884 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9885
9886         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9887
9888 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9889
9890         * message.el (message-generate-hashcash): Expand range of values to
9891         include `opportunistic'.
9892         (message-send-mail): Use it.
9893
9894 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9895
9896         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9897         and comment it.
9898
9899         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9900
9901 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9902
9903         * gnus-util.el (gnus-extract-address-components): Improve comment.
9904
9905 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * gnus-util.el (gnus-extract-address-components): Work with address in
9908         which the name portion contains @.
9909
9910         * lpath.el: Fbind custom-autoload.
9911
9912 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9913
9914         * gnus.el (gnus-start): Move custom group up.
9915         (gnus-select-method): Don't autoload, but make it available for
9916         `customize-variable'.
9917         (gnus-getenv-nntpserver): Don't autoload.
9918
9919 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9920
9921         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9922
9923 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9924
9925         * message.el (message-sendmail-extra-arguments): New variable.
9926         (message-send-mail-with-sendmail): Use it.
9927
9928 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9929
9930         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9931         mm-with-unibyte-current-buffer to make string unibyte.
9932
9933         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9934         mm-string-as-multibyte.
9935
9936 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9937
9938         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9939         Reported by Werner Koch <wk@gnupg.org>.
9940
9941 2006-11-14  Daiki Ueno  <ueno@p360>
9942
9943         * mml2015.el: Autoload epa-select-keys when compiling.
9944
9945 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9946
9947         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9948         message-options.
9949         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9950
9951 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9952
9953         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9954         EasyPG (< 0.0.6).
9955         (mml2015-always-trust): New user option.
9956         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9957         prompt.
9958
9959 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9960
9961         * nntp.el (nntp-authinfo-force): New variable.
9962         (nntp-send-authinfo): Use it.
9963
9964 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9965
9966         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9967         decode encoded words.  Improve prompt.  Add comment about forwarding.
9968         (message-replacement-char): Move up.
9969
9970 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9971
9972         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9973         instead of gnus-intersection because arguments of gnus-sorted-nunion
9974         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9975
9976 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9977
9978         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9979         (message-simplify-subject-functions):
9980         Enable message-strip-subject-encoded-words by default.
9981
9982 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9983
9984         * message.el (message-strip-subject-encoded-words): New function.
9985         (message-simplify-subject-functions): New variable.
9986         (message-simplify-subject): Use it.  Fix typo in doc string.
9987         Support message-strip-subject-encoded-words.
9988
9989 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9990
9991         * gnus-diary.el (gnus-diary-delay-format-function):
9992         * nndiary.el (nndiary-reminders):
9993         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9994
9995 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9996
9997         * gnus-art.el (article-hide-boring-headers): Fetch date from
9998         gnus-original-article-buffer to avoid problems with localized date
9999         strings.
10000
10001 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10002
10003         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10004
10005 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10006
10007         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10008         New variables.
10009         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10010         (mm-charset-synonym-alist): Move some entries to
10011         mm-codepage-iso-8859-list.
10012         (mm-charset-synonym-alist, mm-charset-override-alist):
10013         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10014
10015 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10018
10019 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10020
10021         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10022         with Emacs 21 and XEmacs.
10023
10024 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10025
10026         * spam.el (spam-parse-address): New function for better parsing,
10027         catching errors, etc.
10028         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10029
10030 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10031
10032         * mm-view.el: Add interactive arg to html2text autoload.
10033
10034 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10035
10036         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10037
10038 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10039
10040         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10041         New variables.
10042         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10043         (mm-charset-synonym-alist): Move some entries to
10044         mm-codepage-iso-8859-list.
10045
10046         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10047
10048 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10049
10050         * message.el (message-citation-line-format)
10051         (message-insert-formated-citation-line): Fix implementation of %E, %N
10052         and %n according to the doc string.
10053
10054 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10055
10056         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10057         Use car-safe to avoid bad parses.
10058
10059 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10060
10061         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10062         names.
10063
10064         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10065
10066 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10069         header.
10070
10071         * message.el (message-draft-headers): Add Date.
10072         (message-headers-to-generate): Fix typo in docstring.
10073
10074         * nndraft.el (nndraft-required-headers): New variable.
10075         (nndraft-generate-headers): Use it.
10076
10077         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10078
10079 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10080
10081         * gnus-registry.el (gnus-registry-wash-for-keywords)
10082         (gnus-registry-find-keywords): New functions to allow easy searching of
10083         articles that are in the registry.
10084
10085 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10086
10087         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10088         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10089         Reported by Damien Elmes <damien@repose.cx>.
10090
10091 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10092
10093         * gnus.el (gnus-mime): Remove unused custom group.
10094
10095 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10096
10097         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10098         "blank line" when searching for end of armor headers.
10099
10100 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10101
10102         * gmm-utils.el (gmm-write-region): Fix variable name.
10103
10104 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10105
10106         * gmm-utils.el (gmm-write-region): New function based on compatibility
10107         code from `mm-make-temp-file'.
10108
10109         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10110
10111         * nnmaildir.el (nnmaildir--update-nov)
10112         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10113         Use `gmm-write-region'.
10114
10115 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10116
10117         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10118         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10119
10120         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10121
10122         * message.el (message-replacement-char): New variable.
10123         (message-fix-before-sending): Use it.
10124         (message-simplify-subject): New function to remove duplicate code.
10125         (message-reply, message-followup): Use it.
10126
10127         * gnus-sum.el (gnus-summary-make-menu-bar):
10128         Clarify gnus-summary-limit-to-articles.
10129
10130 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10131
10132         * gnus-util.el (gnus-with-local-quit): New macro.
10133
10134         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10135
10136 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10137
10138         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10139         ignore non-string data.
10140
10141 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10142
10143         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10144         non-string data (needs to be done in the registry too).
10145
10146 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10147
10148         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10149         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10150         (gnus-registry-split-fancy-with-parent)
10151         (gnus-registry-fetch-simplified-message-subject-fast)
10152         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10153         Remove text properties on ingress into the registry and when it's saved.
10154         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10155         registry from entries with no groups.
10156
10157 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10158
10159         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10160         function to remove string properties.
10161
10162 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10163
10164         * gmm-utils.el (gmm): Adjust custom version.
10165
10166         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10167         Adjust custom version.
10168
10169         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10170
10171 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10172
10173         * gnus-art.el (gnus-insert-prev-page-button)
10174         (gnus-insert-next-page-button): Simplify.  Reformat.
10175
10176 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10177
10178         * gnus-art.el (gnus-insert-prev-page-button)
10179         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10180
10181 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10182
10183         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10184
10185 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10186
10187         * gnus-art.el (gnus-insert-mime-button)
10188         (gnus-insert-mime-security-button):
10189         Apply gnus-article-button-face to MIME and security buttons.
10190
10191 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10192
10193         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10194         readable.
10195
10196 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10197
10198         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10199
10200 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10201
10202         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10203         `browse-url-of-file' instead of `browse-url'.
10204
10205 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10206
10207         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10208         regexp.  Articles containing quotation were cut prematurely.
10209
10210 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10211
10212         * message.el (message-cite-original-1): Use nobody by default for the
10213         value of From header.
10214         (message-reply): Ditto.
10215
10216 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10217
10218         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10219         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10220         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10221
10222 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10223
10224         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10225         mails in the doc string.  Add some URLs in comment.
10226         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10227
10228 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10229
10230         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10231         backslashes handling and the way to find boundaries of quoted strings.
10232
10233 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10234
10235         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10236         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10237         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10238         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10239
10240 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10241
10242         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10243         doc string.
10244         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10245
10246 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * lpath.el: Fbind epg-check-configuration.
10249
10250 2006-09-06  Simon Josefsson  <jas@extundo.com>
10251
10252         * mml2015.el (mml2015-use): Doc fix, mention epg.
10253
10254 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10255
10256         * mml2015.el (mml2015-use): Default to epg, if available.
10257
10258 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10259
10260         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10261         message-sender.
10262         (mml1991-epg-encrypt): Ditto.
10263         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10264         message-sender.
10265         (mml2015-epg-encrypt): Ditto.
10266
10267 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10268
10269         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10270         several common directories.
10271
10272 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10273
10274         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10275         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10276
10277 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10278
10279         * gnus-art.el (article-decode-encoded-words): Make it fast.
10280
10281 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10282
10283         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10284
10285         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10286         in quoted string into `\'.
10287
10288 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10289
10290         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10291         Use standard-syntax-table.
10292
10293 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * gnus-art.el (gnus-decode-address-function): New variable.
10296         (article-decode-encoded-words): Use it to decode headers which are
10297         assumed to contain addresses.
10298         (gnus-mime-delete-part): Remove useless `or'.
10299
10300         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10301         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10302         (gnus-nov-parse-line): Use it to decode From header.
10303         (gnus-get-newsgroup-headers): Ditto.
10304         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10305
10306         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10307         (mail-decode-encoded-address-string): New alias.
10308
10309         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10310         New function.
10311         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10312         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10313         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10314         (rfc2047-decode-string): Ditto.
10315         (rfc2047-decode-address-region): New function.
10316         (rfc2047-decode-address-string): New function.
10317
10318 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10319
10320         * message.el (message-caesar-buffer-body): Allow rotating headers.
10321
10322         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10323
10324         * message.el (message-insert-formated-citation-line): Fix %f.
10325         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10326
10327 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10330         (gnus-bookmark-mouse-available-p): New macro.
10331         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10332         (gnus-bookmark-bmenu-show-infos): Use it.
10333         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10334         (gnus-bookmark-bmenu-hide-infos): Ditto.
10335         (gnus-bookmark-remove-properties): New function.
10336         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10337         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10338         (gnus-bookmark-write-file): Bind coding-system-for-write.
10339         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10340         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10341         group before selecting it.
10342         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10343         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10344         quit-window if it is not available; use gnus-mouse-2 and bind it to
10345         gnus-bookmark-bmenu-select-by-mouse.
10346         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10347         (gnus-bookmark-bmenu-select-by-mouse): New function.
10348
10349 2006-08-13  Romain Francoise  <romain@orebokech.com>
10350
10351         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10352         space.
10353
10354 2006-08-10  Romain Francoise  <romain@orebokech.com>
10355
10356         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10357         (dns-mode-soa-auto-increment-serial): New user option.
10358         (dns-mode-soa-maybe-increment-serial): New function.
10359         (dns-mode): Add the latter to `write-contents-functions'.
10360
10361 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10362
10363         * compface.el (uncompface): Use binary rather than raw-text-unix.
10364
10365 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10366
10367         * compface.el (uncompface): Make sure the eol conversion doesn't take
10368         place when communicating with the external programs.
10369         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10370
10371 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10372
10373         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10374
10375 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10376
10377         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10378         Make it more robust by parsing author and date independently.
10379
10380 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10381
10382         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10383
10384 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10385
10386         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10387         first matching secret key.
10388         (mml2015-epg-encrypt): Ditto.
10389
10390         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10391         first matching secret key.
10392         (mml1991-epg-encrypt): Ditto.
10393
10394         * mml2015.el (mml2015-encrypt-to-self): New user option.
10395         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10396         mml2015-epg-encrypt-to-self is set.
10397
10398         * mml1991.el (mml1991-encrypt-to-self): New variable.
10399         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10400         mml1991-epg-encrypt-to-self is set.
10401
10402         * mml2015.el (mml2015-signers): New user option.
10403         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10404         (mml2015-epg-encrypt): Allow to select signing keys.
10405
10406         * mml1991.el (mml1991-signers): New variable.
10407         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10408         (mml1991-epg-encrypt): Allow to select signing keys.
10409
10410 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10411
10412         * nnheader.el (nnheader-insert-head): Make it work even if the file
10413         uses CRLF for the line-break code.
10414
10415 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10416
10417         * mml2015.el: Require mml-sec instead of password.
10418         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10419         (mml2015-cache-passphrase): Inherit the default value from
10420         mml-secure-cache-passphrase.
10421         (mml2015-passphrase-cache-expiry): Inherit the default value from
10422         mml-secure-passphrase-cache-expiry.
10423
10424         * mml1991.el: Require mml-sec instead of password.
10425         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10426         (mml1991-cache-passphrase): Inherit the default value from
10427         mml-secure-cache-passphrase.
10428         (mml1991-passphrase-cache-expiry): Inherit the default value from
10429         mml-secure-passphrase-cache-expiry.
10430
10431         * mml-sec.el: Require password.
10432         (mml-secure-verbose): New user option.
10433         (mml-secure-cache-passphrase): New user option.
10434         (mml-secure-passphrase-cache-expiry): New user option.
10435
10436 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10437
10438         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10439         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10440         andreas@altroot.de (Andreas Vögele).
10441
10442         FIXME: Use `tiny change'?
10443
10444 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10445
10446         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10447         workaround for the url package included with Emacs.
10448
10449         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10450
10451 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10452
10453         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10454         correctly.  This fixes a bug caused by the 2006-05-12 change.
10455
10456 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10457
10458         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10459         some information about the error when saying that the `bogus' mail
10460         group will be used.
10461
10462 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10463
10464         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10465         string.
10466
10467 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10468
10469         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10470
10471 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10472
10473         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10474
10475 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10476
10477         * mml1991.el (mml1991-function-alist): Add epg.
10478         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10479         (mml1991-epg-encrypt): New functions.
10480
10481 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10482
10483         * mml2015.el (mml2015-verbose): New variable.
10484         (mml2015-cache-passphrase): Ditto.
10485         (mml2015-passphrase-cache-expiry): Ditto.
10486         (mml2015-function-alist): Add epg.
10487         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10488         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10489         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10490         New functions.
10491
10492 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10493
10494         * message.el (message-cite-original-1): Preserve region when removing
10495         quoted text due to X-No-Archive in order to avoid bogus attribution
10496         when citing multiple messages.
10497
10498 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10499
10500         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10501         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10502
10503 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10504
10505         * gnus-diary.el (gnus-user-format-function-d)
10506         (gnus-user-format-function-D): Autoload.
10507
10508         * imap.el (Commentary): Fix typo.
10509
10510         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10511         2006-04-22 contribution.
10512
10513 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10514
10515         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10516         It didn't really fix the bogosity I'm seeing with solid web groups.
10517
10518 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10519
10520         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10521         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10522         created using server names.  If we use the feature without declaring
10523         it, Gnus does not properly manage server and group state.
10524
10525         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10526         bound.
10527
10528 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10529
10530         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10531         looking up the method using GROUP's prefix before inventing a new one.
10532         It is used on killed/unknown groups in various places where returning
10533         an all-new method isn't expected by the caller.
10534
10535         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10536         and match semantics of gnus-group-real-prefix.
10537
10538 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10539
10540         * nnmail.el (nnmail-broken-references-mailers): New variable.
10541         (nnmail-ignore-broken-references): New function generalizing
10542         nnmail-fix-eudora-headers.
10543         (nnmail-fix-eudora-headers): Now obsolete.
10544
10545         * gnus-art.el (gnus-button-handle-custom):
10546         Support `customize-apropos*'.
10547
10548 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10549
10550         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10551
10552         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10553         articles.
10554
10555 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10556
10557         * message.el (message-cite-reply-above): New variable.
10558         (message-yank-original): Use it.
10559
10560 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10561
10562         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10563
10564 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10565
10566         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10567         as read.
10568
10569         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10570
10571 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10572
10573         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10574         (gnus-bookmark-default-file): Use gnus-directory.
10575         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10576         Remove "*" in doc string.
10577         (gnus-bookmark-write-file): Simplify.
10578         (gnus-bookmark-maybe-sort-alist): Use `when'.
10579         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10580         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10581         Add FIXME about Emacs 21 and XEmacs compatibility.
10582         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10583         compatibility.
10584         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10585         compatibility.
10586         (gnus-bookmark-menu-heading): Fix version.
10587
10588 2006-06-19  Bastien Guerry  <bzg@altern.org>
10589
10590         * gnus-bookmark.el: New file.
10591
10592 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10593
10594         * message.el (message-syntax-checks): Doc fix.
10595
10596 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10597
10598         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10599         unsubscribed groups as if they were killed ones.  It causes duplicate
10600         entries in gnus-newsrc-alist.
10601
10602 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10603
10604         * message.el (message-syntax-checks): Doc fix.
10605         (message-send-mail): Add check for continuation headers.
10606         (message-check-news-header-syntax): Fix regexp used to check for
10607         continuation headers.
10608
10609 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10610
10611         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10612
10613 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10614
10615         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10616
10617 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10618
10619         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10620         default-truncate-lines.
10621
10622 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10623
10624         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10625         to fill the utf-8 entry.
10626
10627         * lpath.el: Fbind unicode-precedence-list.
10628
10629 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10630
10631         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10632
10633 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10634
10635         * gnus-agent.el (directory-files-and-attributes): Move all the way
10636         forward (the third and final move).
10637         (gnus-agent-read-agentview): Trap reconstruction errors due to
10638         nonexistent directory.  Handle by returning nil.
10639
10640 2006-05-30  Didier Verna  <didier@xemacs.org>
10641
10642         * message.el (message-dont-reply-to-names): Update the custom type.
10643         * message.el (message-dont-reply-to-names): New defsubst: potentially
10644         convert a list of regexps into a single one.
10645         * message.el (message-get-reply-headers): Use it.
10646         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10647
10648 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * gnus-agent.el (directory-files-and-attributes): Move forward.
10651
10652 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10653
10654         * gnus-ml.el (gnus-mailing-list-subscribe)
10655         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10656         (gnus-mailing-list-message): Fix doc strings.
10657
10658 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10659
10660         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10661         of doing it manually.
10662
10663 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10664
10665         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10666         comment.
10667
10668 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10669
10670         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10671         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10672         (gnus-agent-read-local): All symbols allocated in my-obarray.
10673         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10674         (gnus-agent-regenerate-group): Check numeric names to see if they are
10675         messages or groups.
10676         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10677         better way of do this...)
10678
10679         * gnus-cache.el (gnus-agent-total-fetched-for):
10680         Ignore 'dummy.group' (there should be a better way of do this...)
10681
10682 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10685         (gnus-saved-headers): Ditto.
10686         (gnus-default-article-saver): Mention functions may have properties.
10687         (gnus-article-save): Override gnus-save-all-headers and
10688         gnus-saved-headers by :headers property which saver function may have.
10689         (gnus-summary-save-in-file): Add :headers property.
10690         (gnus-summary-write-to-file): Ditto.
10691
10692         * gnus-sum.el (gnus-summary-save-article): Bind
10693         gnus-prompt-before-saving to t when saving many articles in a file;
10694         always show all headers.
10695
10696         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10697
10698 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10699
10700         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10701         marks.
10702
10703         * message.el (message-indent-citation): Add optional arguments to allow
10704         using it outside of message buffers.
10705
10706         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10707         (gnus-article-treat-unfold-headers): Use it.
10708         (gnus-article-truncate-lines): New variable.
10709         (gnus-article-mode): Use it.
10710         (gnus-article-toggle-truncate-lines): New function.
10711
10712         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10713         Add gnus-article-toggle-truncate-lines.
10714
10715         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10716         coding system in XEmacs, use binary.
10717
10718 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10719
10720         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10721         after-load-alist.
10722
10723         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10724         this function should save decoded articles.
10725         (gnus-summary-write-to-file): Use property to specify this function
10726         should save decoded articles and specify gnus-summary-save-in-file
10727         should be used to save articles other than the first one when saving
10728         many articles.
10729         (gnus-summary-save-body-in-file): Use property to specify this
10730         function should save decoded articles.
10731         (gnus-summary-write-body-to-file): Use property to specify this
10732         function should save decoded articles and specify
10733         gnus-summary-save-body-in-file should be used to save articles other
10734         than the first one when saving many articles.
10735
10736         * gnus-sum.el (gnus-summary-save-article): Simplify.
10737
10738 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10739
10740         * gnus-art.el (gnus-default-article-saver):
10741         Add gnus-summary-write-body-to-file.
10742         (gnus-article-save-coding-system): Don't use coding system object
10743         in XEmacs.
10744         (gnus-read-save-file-name): Add optional `dir-var' argument which
10745         specifies directory in which files are saved; work even if optional
10746         `variable' argument is not specified.
10747         (gnus-summary-write-to-file): Read file name.
10748         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10749         (gnus-summary-write-body-to-file): New function.
10750
10751         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10752         (gnus-summary-local-variables): Add it.
10753         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10754         (gnus-summary-save-article): Remove optional `decode' argument;
10755         determine whether to decode articles by the value of
10756         gnus-default-article-saver; when saving many files using
10757         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10758         it first and use gnus-summary-save-in-file or
10759         gnus-summary-save-body-in-file thereafter unless
10760         gnus-prompt-before-saving is always; move point to article which
10761         will be saved.
10762         (gnus-summary-save-article-file): Revert.
10763         (gnus-summary-write-article-file): Revert.
10764         (gnus-summary-save-article-body-file): Revert.
10765         (gnus-summary-write-article-body-file): New function.
10766
10767 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10768
10769         * gnus-art.el (gnus-default-article-saver): Doc fix.
10770         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10771         from gnus-summary-save-article-coding-system, and default to a
10772         certain coding system.
10773         (gnus-output-to-file): Add coding cookie and encode text according
10774         to gnus-article-save-coding-system; don't use mm-append-to-file.
10775
10776         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10777         gnus-art.el and rename to gnus-article-save-coding-system.
10778         (gnus-summary-save-article): Require gnus-art; don't show all
10779         headers if it decodes articles; don't add coding cookie here;
10780         don't bind mm-text-coding-system-for-write.
10781         (gnus-summary-save-article-file): Save decoded articles.
10782         (gnus-summary-write-article-file): When saving many files, use
10783         gnus-summary-write-to-file first and gnus-summary-save-in-file
10784         thereafter unless gnus-prompt-before-saving is always.
10785         (gnus-summary-save-article-body-file): Save decoded articles.
10786
10787         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10788
10789 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10790
10791         * nnrss.el (nnrss-check-group): Bind hash-index.
10792
10793 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10794
10795         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10796         its hash index.  Store this hash in `nnrss-group-data'.
10797         (nnrss-read-group-data): Update accordingly.
10798
10799 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10800
10801         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10802         entry.
10803
10804         * gnus-sum.el (gnus-summary-make-menu-bar):
10805         Add gnus-article-browse-html-article.
10806
10807 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10808
10809         * gnus-sum.el (gnus-summary-mime-map):
10810         Add gnus-article-browse-html-article.
10811
10812         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10813
10814 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10815
10816         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10817         suitable coding systems in customize.
10818
10819 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10820
10821         * mail-source.el (mail-sources): Fix custom type.
10822
10823 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10824
10825         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10826         (gnus-summary-expire-articles-now): Shorten prompt.
10827
10828         * gmm-utils.el (wid-edit): Require.
10829         (defun-gmm): Rename from `gmm-defun-compat'.
10830         (gmm-image-search-load-path): Use it.
10831         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10832
10833 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10834
10835         * gnus-sum.el (gnus-summary-save-article-coding-system):
10836         New variable.
10837         (gnus-summary-save-article): Add optional `decode' argument.
10838         If it is set and gnus-summary-save-article-coding-system is non-nil,
10839         save decoded article.
10840         (gnus-summary-write-article-file): Save decoded article if
10841         gnus-summary-save-article-coding-system is non-nil.
10842
10843         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10844         type.
10845
10846 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10847
10848         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10849
10850 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10853         first to test gnus-single-article-buffer which may be buffer-local.
10854
10855         * gnus-sum.el (gnus-summary-setup-buffer):
10856         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10857         group; make gnus-article-buffer, gnus-article-current, and
10858         gnus-original-article-buffer always buffer-local.
10859         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10860         group.
10861         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10862
10863 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10864
10865         * nnml.el (nnml-request-compact-group): Compressed files might not
10866         have .gz extension.
10867
10868 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10869
10870         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10871         (mm-copy-to-buffer): Use with-current-buffer.
10872         (mm-display-part): Simplify.
10873         (mm-inlinable-p): Add optional arg `type'.
10874
10875 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10876
10877         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10878         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10879         Try harder to show the attachment internally or externally using
10880         gnus-mime-view-part-as-type.
10881
10882 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10883
10884         * message.el (message-from-style, message-signature-separator)
10885         (message-user-organization-file, message-send-mail-function)
10886         (message-citation-line-function, message-yank-prefix)
10887         (message-indent-citation-function, message-signature)
10888         (message-signature-file, message-signature-insert-empty-line):
10889         Remove autoloads.
10890
10891         * gnus-art.el (gnus-buttonized-mime-types):
10892         Remove "multipart/signed".  Revert 2006-04-26 change.
10893
10894 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10895
10896         * gnus.el (gnus-version-number): Bump version.
10897
10898 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10899
10900         * gnus.el: No Gnus v0.5 is released.
10901
10902 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10903
10904         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10905         fetching articles by message-id.
10906
10907 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10908
10909         * message.el (hashcash): Require hashcash as normal.
10910
10911         * ecomplete.el (ecomplete-highlight-match-line):
10912         Use point-at-eol.
10913         (ecomplete-highlight-match-line): Use `highlight', because that
10914         face exists in both Emacs and XEmacs.
10915
10916         * message.el (message-display-abbrev): Use point-at-bol.
10917
10918         * mail-source.el: Don't require timer/timer-funcs.
10919
10920         * gnus-async.el: Ditto.
10921
10922         * password.el: Ditto.
10923
10924         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10925
10926         * mm-url.el: Ditto.
10927
10928         * gnus-xmas.el: Don't require timer-funcs.
10929
10930         * mm-util.el: Require timer/timer-funcs.
10931
10932 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10933
10934         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10935         Close.
10936
10937 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10938
10939         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10940         unibyte after clear-decrypt function runs.
10941
10942         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10943         returns as a unibyte string.
10944
10945 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10946
10947         * lpath.el: Revert.
10948
10949         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10950         (pgg-gpg-process-sentinel): Revert.
10951
10952         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10953         (pgg-pgp-lookup-key): Revert.
10954
10955         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10956         (pgg-pgp5-lookup-key): Revert.
10957
10958         * pgg.el (pgg-fetch-key): Revert.
10959
10960 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10961
10962         * lpath.el: Fbind string-as-multibyte for XEmacs.
10963
10964         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10965         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10966         (mml1991-pgg-encrypt): Ditto.
10967
10968         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10969         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10970         a multibyte buffer.
10971
10972         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10973         (pgg-pgp-lookup-key): Ditto.
10974
10975         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10976         (pgg-pgp5-lookup-key): Ditto.
10977
10978         * pgg.el (pgg-fetch-key): Ditto.
10979
10980 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10981
10982         * message.el (message-user-organization-file): Check several
10983         locations of the organization file.
10984
10985         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10986         Add gnus-article-view-part-as-type.
10987
10988         * gnus-art.el (gnus-article-view-part-as-type): New function.
10989
10990         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10991         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10992
10993         * mml.el: Simplify autoload.
10994         (mml-mode): defvar dnd-protocol-alist instead of using
10995         symbol-value.
10996         (mml-default-directory): New variable.
10997         (mml-minibuffer-read-file): Use it.
10998         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10999
11000         * message.el (message-citation-line-format): New variable.
11001         (message-insert-formated-citation-line): New function.
11002         (message-citation-line-function):
11003         Add `message-insert-formated-citation-line' to custom type.
11004
11005         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11006         to doc string.
11007
11008         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11009         depending on mm-verify-option.
11010
11011 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11012
11013         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11014         binding pgg-* variables; reimplement the section which prevents
11015         MIME header from being signed.
11016         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11017         pgg-text-mode; remove a blank line at the top of body.
11018
11019         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11020         lines at the top of body; use gnus-newsgroup-charset if there's no
11021         Charset header.
11022
11023 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * message.el (message-self-insert-commands): Doc fix.
11026
11027         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11028         (mm-uu-pgp-encrypted-test): Ditto.
11029         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11030         between header and body; return application/pgp-encrypted handle
11031         if decryption failed; decode decrypted body by charset.
11032
11033         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11034         element match to application/pgp-*.
11035
11036 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11037
11038         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11039         HTML.
11040
11041 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11042
11043         * mail-source.el (mail-source-call-script): Message the error
11044         string.
11045
11046 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11047
11048         * gnus-util.el (gnus-byte-compile): Use it.
11049
11050 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11051
11052         * gnus-util.el (kill-empty-logs): New function.
11053
11054 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11055
11056         * message.el (message-mail-alias-type): Doc fix.
11057         (message-mail-alias-type-p): New function.
11058         (message-send): Use it.
11059         (message-mode): Ditto.
11060         (message-strip-forbidden-properties): Ditto.
11061
11062         * ecomplete.el (ecomplete-database-file-coding-system):
11063         New variable.
11064         (ecomplete-save): Use it.
11065         (ecomplete-setup): Use it.
11066
11067 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11068
11069         * message.el (message-self-insert-commands): New variable.
11070         (message-strip-forbidden-properties): Use it.
11071
11072 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11073
11074         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11075         that doesn't make XEmacs choke.
11076
11077 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11078
11079         * gnus-util.el (gnus-replace-in-string):
11080         Prefer replace-regexp-in-string over of replace-in-string.
11081
11082 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11083
11084         * gnus-util.el (gnus-select-frame-set-input-focus):
11085         Use select-frame-set-input-focus if it is available in XEmacs; use
11086         definition defined in Emacs 22 for old Emacsen.
11087
11088         * dgnushack.el: Autoload unmorse-region for XEmacs.
11089
11090         * lpath.el: Bind cursor-in-non-selected-windows and
11091         select-frame-set-input-focus for XEmacs.
11092
11093 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11094
11095         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11096
11097 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11098
11099         * gnus-registry.el (gnus-registry-cache-save): Remove text
11100         properties when saving via the temp buffer.
11101
11102 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11103
11104         * message.el (message-generate-hashcash): Honor custom type.
11105
11106 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11107
11108         * message.el (message-generate-hashcash): Default to non-nil when
11109         hashcash is found.
11110
11111         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11112         (gnus-refer-thread-limit): Increase default to 500.
11113
11114         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11115
11116         * flow-fill.el (fill-flowed): Allow delete-space.
11117
11118 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11119
11120         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11121         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11122         Remove autoloads.
11123
11124 2006-04-18  Simon Josefsson  <jas@extundo.com>
11125
11126         * message.el (message-generate-hashcash): Default to.
11127
11128 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11129
11130         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11131         concatenating segments rather than before concatenating them.
11132
11133 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11134
11135         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11136
11137 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11138
11139         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11140
11141         * message.el (message-forward-make-body-plain):
11142         Allow message-forward-ignored-headers to be a list.
11143         (message-remove-ignored-headers): Factor out into function.
11144         (message-forward-make-body-mml): Use it.
11145
11146         * imap.el (imap-quote-specials): New function.
11147         (imap-login-auth): Quote specials.
11148
11149         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11150         (rfc2231-parse-string): Allow concatanation of parameters that
11151         aren't contiguous.  The test case is
11152           (mail-header-parse-content-type "message/external-body;
11153             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11154             access-type=LOCAL-FILE;
11155             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11156
11157 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11158
11159         * nntp.el (nntp-accept-process-output): Return the value of
11160         `nnheader-accept-process-output'.
11161
11162 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11163
11164         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11165         (gnus-button-alist): Recognize more diff formats.
11166         (gnus-button-patch): Strip directory.
11167
11168 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11169
11170         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11171         Emacs 22 when setting focus.
11172
11173 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11174
11175         * gnus-art.el (gnus-article-treat-types): Do treatment of
11176         text/x-verbatim parts.
11177         (gnus-button-patch): New command.
11178
11179         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11180         addresses that contain invalid characters.
11181
11182 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11183
11184         * message.el (message-put-addresses-in-ecomplete):
11185         Use gnus-replace-in-string.
11186         (message-is-yours-p): Use the more correct
11187         mail-header-parse-address instead of
11188         mail-extract-address-components.
11189         (message-put-addresses-in-ecomplete): Fix typo.
11190
11191         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11192         keystroke.
11193
11194         * gnus-art.el (gnus-treatment-function-alist): Change order of
11195         newsgroups/generic header folding to avoid double-folding.
11196
11197         * message.el (message-hidden-headers): Add X-Draft-From.
11198
11199         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11200         New command.
11201         (gnus-summary-repeat-search-article-backward): New command.
11202
11203         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11204         groups in the parent topic.
11205
11206 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11207
11208         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11209         (spam-extra-header-to-number): Return the CRM114 number as a
11210         number instead of a string.
11211
11212 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11213
11214         * gnus-art.el (gnus-face-properties-alist): Move here from
11215         gnus-fun.
11216
11217         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11218
11219 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11220
11221         * message.el (message-strip-forbidden-properties): Only display on
11222         self-insert-command.
11223
11224         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11225         reindent.
11226         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11227
11228 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11229
11230         * smiley.el (smiley-style): Fix typo.
11231
11232 2006-03-23  Kenichi Handa  <handa@m17n.org>
11233
11234         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11235         instead of set-buffer-multibyte.
11236
11237 2006-03-23  Kenichi Handa  <handa@m17n.org>
11238
11239         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11240         buffer and then decode the buffer text if necessary.
11241         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11242         first, and after mm-encode-body, change the buffer to unibyte.
11243
11244 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11245
11246         * hashcash.el (hashcash-insert-payment-async-2):
11247         Use message-goto-eoh instead of doing it manually.
11248         (mail-add-payment): Use message-narrow-to-header instead of trying
11249         to do the same itself.
11250
11251         * message.el (message-hidden-headers): Add Face.
11252
11253         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11254         reparenting code.
11255         (gnus-summary-reparent-children): Refactored out code.
11256         (gnus-summary-thread-map): New keystroke.
11257         (gnus-summary-reparent-children): Make into command.
11258
11259         * smiley.el (smiley-style): Default to `medium' if using a large
11260         font.
11261
11262         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11263         does it itself.
11264
11265         * message.el (message-point-in-header-p): Simplify definition.
11266
11267 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11268
11269         * nnagent.el (nnagent-request-set-mark): Silence log file
11270         writing.
11271         (nnagent-request-set-mark): Use write-region instead of
11272         append-to-file.
11273
11274         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11275         strange select method.
11276
11277         * ecomplete.el (ecomplete-display-matches): Get highlightling
11278         right.
11279         (ecomplete-display-matches): Use literals.
11280         (ecomplete-display-matches): Disable message logging.
11281
11282         * message.el (message-display-abbrev): Small optimization.
11283
11284         * ecomplete.el (ecomplete-display-matches): Allow automatic
11285         display.
11286
11287         * message.el (message-strip-forbidden-properties):
11288         Display abbrevs.
11289         (message-display-abbrev): Get automatic display right.
11290
11291         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11292         keystrokes.
11293
11294 2006-04-13  Romain Francoise  <romain@orebokech.com>
11295
11296         TODO: Backport to v5-10!
11297
11298         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11299         Move here (and rename) from gnus-registry.el.
11300
11301         * gnus-registry.el: Require gnus-util.
11302         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11303
11304 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11305
11306         * gnus-group.el (gnus-group-catchup-current):
11307         Change if-then-else-if-then-else into cond.
11308         (gnus-group-catchup): Indent.
11309         (group-name-at-point): New function.
11310         (gnus-fetch-group): Provide default from thing at point.
11311
11312 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11313
11314         * message.el (message-display-abbrev): Fix regexp.
11315
11316         * ecomplete.el (ecomplete-highlight-match-line):
11317         Reimplement choosing.
11318         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11319         dead variables.
11320
11321         * message.el (message-newline-and-indent): Remove debugging.
11322         (message-display-abbrev): Use new implementation.
11323
11324 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11325
11326         * gnus-art.el (gnus-article-mode):
11327         Set cursor-in-non-selected-windows to nil.
11328
11329         * smiley.el: Revert previous change.
11330         (smiley-data-directory): defvar it before using it in the
11331         defcustom of `smiley-style'.
11332
11333 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11334
11335         * message.el (message-newline-and-indent): New function.
11336
11337         * ecomplete.el: Implement more bits.
11338
11339         * message.el (message-put-addresses-in-ecomplete): Clean up the
11340         string.
11341
11342         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11343
11344         * gnus-sum.el (gnus-summary-save-parts):
11345         Bind gnus-summary-save-parts-counter and use it to make unique file
11346         names.
11347
11348         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11349
11350         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11351         parameter to say whether to actually parse the individual
11352         addresses.
11353
11354         * message.el (message-put-addresses-in-ecomplete): New function.
11355         (ecomplete): Require.
11356         (message-mail-alias-type): Add ecomplete as an option.
11357
11358 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11359
11360         * flow-fill.el (fill-flowed): Remove trailing space from blank
11361         quoted lines.
11362
11363 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11364
11365         * smiley.el (smiley-style): Move definition later to avoid a
11366         compilation warning.
11367
11368 2006-04-12  Kenichi Handa  <handa@m17n.org>
11369
11370         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11371         buffer and then decode the buffer text if necessary.
11372         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11373         first, and after mm-encode-body, change the buffer to unibyte.
11374         Use mm-disable-multibyte instead of set-buffer-multibyte.
11375
11376 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11377
11378         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11379         Content-Type header instead of Content-Disposition header.
11380         (gnus-mime-inline-part): Ditto.
11381         (gnus-mime-view-part-as-charset): Ignore charset that the part
11382         specifies.
11383
11384         * mm-decode.el (mm-display-part): Work with external parts and
11385         usual parts similarly.
11386
11387         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11388         instead of gnus-display-mime.
11389
11390         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11391         instead of with-temp-buffer.
11392
11393         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11394         tag to summarized topics part in order to encode non-ASCII text.
11395
11396 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11397
11398         * smiley.el (smiley-style): New variable.
11399         (smiley-directory): New function.
11400         (smiley-data-directory): Derive from `smiley-style' using
11401         `smiley-directory'.
11402         (smiley-regexp-alist): Add new entries.
11403
11404         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11405         (gnus-article-browse-delete-temp): Add :version.
11406
11407 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11408
11409         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11410         the sieve region.
11411
11412 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11413
11414         * gnus.el (gnus-version-number): Bump version.
11415
11416 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11417
11418         * gnus.el: No Gnus v0.4 is released.
11419
11420 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11421
11422         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11423         layout.
11424
11425         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11426         unknown charset.
11427
11428         * message.el (message-header-synonyms): Add Original-To to the
11429         default.
11430
11431         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11432         optional parameter.
11433
11434 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11435
11436         * gnus-fun.el (gnus): Require it for gnus-directory.
11437
11438 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11439
11440         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11441
11442 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11443
11444         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11445
11446 2006-04-05  Simon Josefsson  <jas@extundo.com>
11447
11448         * password.el (password-reset): New function.
11449
11450 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11451
11452         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11453         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11454
11455 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11456
11457         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11458         Some whitespace was matched into the url, which broke browsing hits
11459         > 100 when mm-url-use-external was nil.
11460
11461 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11462
11463         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11464         Check gnus-extra-headers for 'Newsgroups.
11465
11466         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11467         bound.
11468
11469 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11470
11471         * pgg-gpg.el: Clean up process buffers every time gpg processes
11472         complete.
11473
11474 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11475
11476         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11477         doc string.
11478
11479 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11480
11481         * pgg-gpg.el (pgg-gpg-process-filter)
11482         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11483
11484         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11485         lines, temporary fix.
11486
11487 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11488
11489         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11490
11491 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11492
11493         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11494         default-enable-multibyte-characters.  This reverts the change from
11495         revision 6.17 which is no longer necessary because the passphrase
11496         is sent separately now.  GnuPG messages are unreadable under
11497         multibyte locales with default-enable-multibyte-characters set to
11498         nil.
11499
11500 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11501
11502         * message.el (message-tool-bar-gnome): Move "spell".
11503
11504 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11505
11506         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11507         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11508         instead.
11509
11510 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11511
11512         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11513         Improve newsgroups handling for NNTP overviews which don't include
11514         Newsgroups.
11515
11516 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11517
11518         * message.el (message-resend): Bind message-generate-hashcash to nil.
11519
11520 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11521
11522         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11523         when searching for already-paid recipients.
11524
11525 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11526
11527         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11528         passphrases when it is not needed.
11529         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11530         passphrase stuff from gpg, should only be necessary when you use
11531         gpg with a smartcard.
11532
11533 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11534
11535         * mml.el (mml-insert-mime): Ignore cached contents of
11536         message/external-body part.
11537
11538         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11539         (mm-insert-part): Ditto.
11540
11541 2006-03-23  Simon Josefsson  <jas@extundo.com>
11542
11543         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11544         Reiner.
11545         (pgg-gpg-use-agent-p): Use it again.
11546
11547 2006-03-23  Simon Josefsson  <jas@extundo.com>
11548
11549         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11550         older emacsen.
11551         (pgg-gpg-use-agent-p): Don't use it.
11552
11553 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11554
11555         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11556         if we can.
11557
11558 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11559
11560         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11561         (pgg-gpg-update-agent): New function.
11562         (pgg-gpg-use-agent-p): New function.
11563         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11564         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11565         (pgg-gpg-sign-region): Use it.
11566
11567 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11568
11569         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11570         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11571
11572 2006-03-21  Simon Josefsson  <jas@extundo.com>
11573
11574         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11575         <wilde@sha-bang.de>.
11576         (pgg-gpg-use-agent): New variable.
11577         (pgg-gpg-process-region): Use it.
11578         (pgg-gpg-encrypt-region): Likewise.
11579         (pgg-gpg-encrypt-symmetric-region): Likewise.
11580         (pgg-gpg-decrypt-region): Likewise.
11581         (pgg-gpg-sign-region): Likewise.
11582         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11583
11584 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11585
11586         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11587
11588         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11589         Add comment on version.
11590
11591 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11592
11593         * smiley.el: Add missing test smiley.
11594
11595 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * mm-decode.el (mm-with-part): New macro.
11598         (mm-get-part): Use it; work with message/external-body as well.
11599         (mm-save-part): Treat name and filename equally.
11600
11601         * mm-extern.el (mm-extern-cache-contents): New function.
11602         (mm-inline-external-body): Use it; force the part to be displayed;
11603         move undisplayer added to the cached handle to the parent.
11604
11605         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11606         (gnus-mime-view-part-as-type): Work with message/external-body.
11607
11608         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11609
11610 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11611
11612         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11613         images in image-load-path.  [Sync with image.el, revision 1.60, in
11614         Emacs.]
11615
11616 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11617
11618         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11619         path rather than symbol.  Always return list of directories.
11620         Guarantee that image directory comes first.  [Sync with image.el,
11621         revision 1.59, in Emacs.]
11622
11623         * message.el (message-make-tool-bar): Adjust to new API of
11624         `gmm-image-load-path-for-library'.
11625
11626         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11627
11628         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11629
11630 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11631
11632         * gnus-art.el (gnus-article-only-boring-p):
11633         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11634         intangible text.
11635         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11636
11637 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11638
11639         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11640         Use `defun' instead of `gmm-defun-compat'.
11641
11642 2006-03-14  Simon Josefsson  <jas@extundo.com>
11643
11644         * message.el (message-unique-id): Don't use message-number-base36
11645         if (user-uid) is a float.
11646         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11647
11648 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11649
11650         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11651
11652         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11653         empty line between a part and a message part.
11654
11655 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11656
11657         * smiley.el: Add more test smileys.
11658         (smiley-data-directory, smiley-regexp-alist)
11659         (gnus-smiley-file-types): Fix doc strings.
11660         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11661         adding new elements.
11662         (smiley-mouse-map): Unused code.  Make it a comment.
11663
11664 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11665
11666         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11667         scan latest NoCeM messages instead of old ones.
11668         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11669         delimiters that are recently used.
11670         (gnus-nocem-load-cache): Add autoload cookie.
11671
11672         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11673
11674         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11675         level which is larger than gnus-use-nocem is specified.
11676
11677         * gnus-group.el (gnus-group-get-new-news): Ditto.
11678
11679 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11680
11681         * gnus-util.el (gnus-tool-bar-update): New function.
11682
11683         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11684         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11685
11686         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11687
11688         * gnus-group.el (gnus-group-redraw-when-idle)
11689         (gnus-group-redraw-check): Remove.
11690         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11691
11692 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11693
11694         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11695         if optional last element is specified in splits (FIELD VALUE...).
11696
11697 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11698
11699         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11700         to gmm-image-load-path-for-library.  Call with no-error argument.
11701         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11702
11703         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11704
11705         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11706
11707         * gmm-utils.el (gmm-image-load-path): Remove alias.
11708
11709 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11710
11711         * gmm-utils.el (gmm-image-load-path): Add alias.
11712
11713         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11714         nnml-generate-nov-databases-1.
11715         (nnml-generate-nov-databases): Use it.
11716         (nnml-generate-nov-databases-directory): Document no-active
11717         argument.
11718
11719         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11720         directory if path is t.  Add no-error.
11721
11722         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11723         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11724
11725         * gnus-art.el (gnus-article-browse-delete-temp-files):
11726         Simplify resetting gnus-article-browse-html-temp-list.
11727
11728         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11729         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11730         Add example to docstring.  Rename local variables.  Move error
11731         checks to default case in cond and simplify.
11732
11733 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11734
11735         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11736         handle is multipart when calling it recursively.
11737         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11738
11739 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11740
11741         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11742         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11743
11744 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11745
11746         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11747         is loaded.
11748
11749         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11750         loaded.
11751
11752 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11753
11754         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11755         to "Emacs 23 (unicode)" in doc string.
11756
11757         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11758         "Emacs 23 (unicode)" in comment.
11759
11760 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11761
11762         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11763
11764         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11765         characters 160 through 255 in Emacs 23.
11766
11767 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11768
11769         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11770         gnus-article-browse-html-temp.
11771         (gnus-article-browse-delete-temp): Make it customizable.
11772         Add `file'.  Adjust doc string.
11773         (gnus-article-browse-delete-temp-files): Add argument.
11774         Allow query for each file.  Adjust doc string.
11775         (gnus-article-browse-html-parts):
11776         Add `gnus-article-browse-delete-temp-files' to
11777         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11778
11779 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11780
11781         * gnus-art.el (gnus-article-browse-html-temp)
11782         (gnus-article-browse-delete-temp): New variables.
11783         (gnus-article-browse-delete-temp-files): New function.
11784         (gnus-article-browse-html-parts): Use it.
11785
11786 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11787
11788         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11789
11790         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11791         string.
11792
11793         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11794         gnus-summary-insert-new-articles when unplugged.
11795         Remove gnus-summary-search-article-forward.
11796
11797         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11798         display-visual-class instead of display-color-cells.
11799
11800 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11801
11802         * dgnushack.el: Autoload customize-group for XEmacs.
11803
11804         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11805         message/* containing non-ASCII text properly.
11806
11807 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11808
11809         * message.el: Require gmm-utils, remove autoloads.
11810         (message-tool-bar): Set default based on
11811         gmm-tool-bar-style.
11812         (message-tool-bar-gnome): Add gmm-customize-mode.
11813
11814         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11815         gmm-tool-bar-style.
11816         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11817
11818         * gnus-group.el (gnus-group-tool-bar): Set default based on
11819         gmm-tool-bar-style.
11820         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11821
11822         * gmm-utils.el (gmm-image-directory): Rename variable from
11823         gmm-image-load-path.
11824         (gmm-image-load-path): Use gmm-image-directory.
11825         (gmm-customize-mode): New function.
11826         (gmm-tool-bar-style): New variable.
11827
11828         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11829         gnus-group-redraw-line-number.
11830         (gnus-group-redraw-check): Simplify.
11831         (gnus-group-tool-bar-update): Remove redraw check.
11832         (gnus-group-make-tool-bar): Add redraw check.
11833
11834 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11835
11836         * gnus-art.el (gnus-button): Add missing parentheses.
11837
11838 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11839
11840         * lpath.el: Fbind line-number-at-pos.
11841
11842 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11843
11844         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11845
11846 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11847
11848         * gnus-art.el (gnus-button): New face.
11849         (gnus-article-button-face): Use it.
11850
11851         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11852         Add gnus-summary-next-page.  Re-order.
11853
11854         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11855         next-node are now included.
11856         (gnus-group-redraw-line-number): New internal variable.
11857         (gnus-group-redraw-check): Helper function for updating the tool
11858         bar.
11859         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11860
11861         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11862
11863         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11864         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11865         Use it to match format of Spamassassin 3.0 and later.
11866         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11867         (spam-check-bogofilter)
11868         (spam-bogofilter-register-with-bogofilter): Fix args of
11869         `gnus-error' calls.
11870
11871 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11872
11873         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11874         unnecessary interaction when sending queued mails.
11875         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11876
11877 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11878
11879         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11880         first or last are nil.
11881
11882 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11883
11884         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11885
11886 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11887
11888         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11889
11890 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11891
11892         * dns.el (query-dns): Protect more against buggy tcp output.
11893
11894 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11895
11896         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11897         nov.php.
11898
11899 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11900
11901         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11902         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11903         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11904         output on the server side.
11905         (nnweb-google-create-mapping): Update regexps and add some
11906         progress indication.
11907
11908 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11909
11910         * gnus-group.el (gnus-group-tool-bar-gnome):
11911         Fix gnus-agent-toggle-plugged.  Re-order icons.
11912         (gnus-group-tool-bar-gnome):
11913         Add gnus-group-{prev,next}-unread-group.
11914         (gnus-group-tool-bar-gnome): Re-order icons.
11915
11916         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11917         Move gnus-summary-insert-new-articles.
11918
11919         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11920         Fix comments.
11921
11922         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11923         also available in Emacs 21.3.
11924
11925         * message.el (message-fix-before-sending): Change "Emacs 22" to
11926         "Emacs 23 (unicode)" in comment.
11927
11928         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11929         "Emacs 23 (unicode)" in comment.
11930
11931         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11932         comment.
11933         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11934
11935         * mm-view.el (mm-fill-flowed): Add :version.
11936
11937 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11938
11939         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11940         and load-path.
11941
11942 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11943
11944         * message.el: Autoload gmm-image-load-path.
11945         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11946         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11947         consitency.
11948
11949         * gmm-utils.el (gmm-image-load-path): Also search in
11950         "../etc/images".  Don't set gmm-image-load-path if we don't find
11951         the image.
11952
11953 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11954
11955         * gmm-utils.el (gmm-image-load-path): Don't make
11956         `gmm-image-load-path' include subdirectories which the second arg
11957         `image' might specify.
11958
11959         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11960         subdirectory to icon file names.
11961
11962         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11963
11964 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11965
11966         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11967         gmm-image-load-path calls.
11968
11969         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11970
11971         * message.el (message-make-tool-bar): Ditto.
11972
11973         * mml.el (mml-preview): Add comment concerning tool bar icons.
11974
11975         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11976         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11977
11978         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11979         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11980
11981         * message.el (message-tool-bar-gnome): Use new icon names.
11982         (message-make-tool-bar): Use `gmm-image-load-path'.
11983
11984         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11985         New functions from MH-E.
11986         (gmm-image-load-path): New variable from MH-E.
11987         (gmm-image-load-path): New function from MH-E.  Add arguments
11988         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11989         *-image-load-path-called-flag.
11990
11991 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11992
11993         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11994
11995 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11996
11997         * nnimap.el (nnimap-request-move-article): Change folder back to
11998         source group before deleting.
11999
12000 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12001
12002         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12003
12004         * gnus-art.el (mm-url-insert-file-contents-external):
12005         Autoload mm-url.
12006
12007         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12008
12009 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12012         coding system which mm-charset-to-coding-system returns for a
12013         given charset is valid.
12014
12015 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12016
12017         * html2text.el (html2text-remove-tag-list):
12018         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12019
12020 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12021
12022         * gnus-cus.el: Revert 2005-10-17 change.
12023
12024 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12025
12026         * gnus-art.el (article-strip-banner):
12027         Call article-really-strip-banner only when the regexp match is made.
12028
12029 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12030
12031         * gnus-art.el (article-strip-banner):
12032         Use gnus-extract-address-components instead of
12033         mail-header-parse-addresses to make it work with non-ASCII text;
12034         remove mail-encode-encoded-word-string.
12035
12036         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12037         values which are surrounded with \"...\"; make it never cause a
12038         Lisp error; give up parsing of parameters if it failed in
12039         extracting type.
12040
12041 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12042
12043         * smime.el (smime-cert-by-ldap-1): Fix bug where
12044         `smime-ldap-search' returns results without userCertificates.
12045
12046 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12047
12048         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12049
12050 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12051
12052         * spam.el (spam-check-spamassassin-headers): Adapt format for
12053         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12054         <ari@mbf.ocn.ne.jp>.
12055         (spam-list-of-processors): Add spam-use-gmane.
12056
12057 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12058
12059         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12060         make-temp-file; make it work with XEmacs as well.
12061
12062         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12063         mm-make-temp-file.
12064
12065         * mm-decode.el (mm-display-external): Use the 3rd arg of
12066         mm-make-temp-file.
12067         (mm-create-image-xemacs): Ditto.
12068
12069 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12070
12071         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12072         with message-narrow-to-headers.
12073         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12074         (gnus-draft-check-draft-articles): New function.
12075         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12076
12077 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12078
12079         * gnus-art.el (gnus-article-browse-html-parts):
12080         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12081         Don't use suffix argument for mm-make-temp-file for Emacs 21
12082         compatibility.  Remove useless `format'.
12083
12084 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12085
12086         * nnweb.el (nnweb-google-wash-article): Update regexps.
12087         (nnweb-group-alist): Use defvoo instead of defvar.
12088
12089 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12090
12091         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12092         re-loading nn* modules.
12093
12094 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12095
12096         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12097         for `tool-bar-mode' and don't check it's default-value.
12098
12099         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12100
12101         * message.el (message-make-tool-bar): Ditto.
12102
12103         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12104         `substring'.  Shorten tmp-file name.
12105
12106         * gnus.el: Remove bogus comment.
12107
12108 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12109
12110         * gnus-art.el (gnus-article-browse-html-parts): New function.
12111         (gnus-article-browse-html-article): New function for viewing html
12112         articles with a browser.
12113
12114 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12115
12116         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12117         in elisp.
12118         (pgg-gpg-encrypt-symmetric-region): Ditto.
12119         (pgg-gpg-sign-region): Ditto.
12120
12121         * pgg-def.el (pgg-text-mode): New variable.
12122
12123         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12124         (mml2015-pgg-encrypt): Ditto.
12125
12126         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12127         (mml1991-pgg-encrypt): Ditto.
12128
12129 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12130
12131         * nnfolder.el (nnfolder-insert-newsgroup-line):
12132         Use message-make-date instead of current-time-string.
12133
12134         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12135         to gnus-decoded which mm-uu might set.
12136
12137 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12138
12139         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12140         don't decode quoted parameters; remove misimported Emacs code.
12141         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12142         (rfc2231-decode-encoded-string): Don't use split-string which
12143         behaves differently according to Emacs version; use
12144         mm-decode-coding-region to convert charset to coding-system.
12145         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12146         (rfc2231-encode-string): Remove misimported Emacs code.
12147
12148 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12149
12150         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12151         when calling mail-header-parse-content-type.
12152         (article-de-quoted-unreadable): Ditto.
12153         (article-de-base64-unreadable): Ditto.
12154         (article-wash-html): Ditto.
12155
12156         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12157         calling mail-header-parse-content-type and
12158         mail-header-parse-content-disposition.
12159         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12160         mail-header-parse-content-type.
12161
12162         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12163         insert charset and format parameters; encode description after
12164         inserting it to buffer.
12165         (mml-insert-parameter): Fold lines properly even if a parameter is
12166         segmented into two or more lines; change the max column to 76.
12167
12168         * rfc1843.el (rfc1843-decode-article-body): Don't use
12169         ignore-errors when calling mail-header-parse-content-type.
12170
12171         * rfc2231.el (rfc2231-parse-string): Return at least type if
12172         possible; don't cause an error even if it fails in parsing of
12173         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12174         (rfc2231-encode-string): Don't break lines at the beginning, leave
12175         it to mml-insert-parameter.
12176
12177         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12178         calling mail-header-parse-content-type.
12179
12180 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12181
12182         * spam-report.el (spam-report-gmane-use-article-number):
12183         Improve doc string.
12184         (spam-report-gmane-internal): Check if a suitable header was found
12185         in the article.
12186
12187 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12188
12189         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12190         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12191
12192 2006-02-05  Romain Francoise  <romain@orebokech.com>
12193
12194         Update copyright notices of all files in the gnus directory.
12195
12196 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12197
12198         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12199
12200 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12201
12202         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12203         segmented lines of parameter value to cope with Thunderbird 1.5
12204         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12205         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12206         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12207
12208 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12209
12210         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12211         parts.
12212
12213 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12214
12215         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12216         there's only one active file for all servers.
12217         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12218         solid groups.  Gnus might have used a FAST request to select the group.
12219         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12220         and nnweb-search redundantly in the active file.
12221         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12222         (nnweb-request-create-group): Don't use ARGS.
12223         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12224         initialisations.  Let nnoo do the work.
12225
12226 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12227
12228         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12229         Say the part has been decoded.
12230
12231         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12232
12233 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12234
12235         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12236         mailcap-viewer-test-cache when there's no 'test clause, since that
12237         will invert the meaning of a "nil" test previously determined by
12238         mailcap-mailcap-entry-passes-test.
12239
12240 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12241
12242         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12243         compiling.
12244
12245         * gnus-sum.el: Ditto.
12246
12247         * message.el: Don't bind tool-bar-map when compiling.
12248
12249 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12250
12251         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12252
12253 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12254
12255         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12256         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12257         current Google Groups.
12258
12259 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12260
12261         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12262         and tool-bar-mode.
12263
12264         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12265         and tool-bar-mode.
12266
12267         * message.el (message-tool-bar-update): Simplify.
12268         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12269
12270         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12271         gnus-summary-buffer.
12272         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12273         gnus-summary-reply.
12274
12275         * gmm-utils.el (gmm): Add :version.
12276
12277 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12278
12279         * Makefile.in (clean): New rule.
12280         (distclean): Use it.
12281
12282 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12283
12284         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12285         Don't autoload.
12286
12287 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * gmm-utils.el (gmm-verbose): Add :group.
12290
12291 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12292
12293         * message.el: Change some comments WRT tool-bars.
12294
12295         * gnus-sum.el (gnus-summary-tool-bar)
12296         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12297         (gnus-summary-tool-bar-zap-list): New variables.
12298         (gnus-summary-make-tool-bar): Complete rewrite using
12299         `gmm-tool-bar-from-list'.
12300
12301         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12302         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12303         New variables.
12304         (gnus-group-make-tool-bar): Complete rewrite using
12305         `gmm-tool-bar-from-list'.
12306         (gnus-group-tool-bar-update): New function.
12307
12308         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12309
12310 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12311
12312         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12313         is dissected into a single part of which the type is the same as
12314         the given one; decode charset.
12315
12316 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12317
12318         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12319         into alists as symbol not string, since that's what
12320         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12321         look for.
12322
12323 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12324
12325         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12326         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12327
12328         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12329
12330 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12331
12332         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12333         (gnus-xmas-mime-security-button-menu): New function.
12334
12335         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12336         (gnus-mime-security-button-menu): New definition.
12337         (gnus-mime-security-button-map): Use them.
12338         (gnus-mime-security-button-menu): New function.
12339         (gnus-insert-mime-security-button): Addition to help echo.
12340         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12341         (gnus-mime-security-pipe-part): New functions.
12342
12343         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12344         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12345
12346         * mm-decode.el (mm-handle-set-disposition): Remove.
12347         (mm-handle-set-description): Remove.
12348
12349 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12350
12351         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12352         (mm-w3m-standalone-supports-m17n-p): New function.
12353         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12354         w3m usage.
12355
12356         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12357         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12358
12359 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12360
12361         * message.el (message-tool-bar-zap-list):
12362         Use gmm-tool-bar-zap-list as custom type.
12363         (message-tool-bar-update): New function.
12364         (message-tool-bar, message-tool-bar-gnome)
12365         (message-tool-bar-retro): Add message-tool-bar-update.
12366         (message-tool-bar-gnome): Add flyspell-buffer.
12367
12368         * gnus-util.el (gnus-error): Describe `args'.
12369
12370         * gmm-utils.el (gmm-error): Describe `args'.
12371         (gmm-tool-bar-zap-list): New widget.
12372         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12373
12374 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12377         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12378         the number of recursive calls.
12379
12380         * mm-decode.el (mm-handle-set-disposition): New macro.
12381         (mm-handle-set-description): New macro.
12382
12383 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12384
12385         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12386         encoding.
12387
12388 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12389
12390         * message.el (message-tool-bar-zap-list, message-tool-bar)
12391         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12392         (message-tool-bar-local-item-from-menu): Remove.
12393         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12394         (message-make-tool-bar): New function.
12395         (message-mode): Use `message-make-tool-bar'.
12396
12397         * gmm-utils.el: New file.
12398         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12399         (gmm-lazy): New widget copied from `nnmail.el'.
12400         (gmm-tool-bar-from-list): New function for creating customizable
12401         tool bars.
12402         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12403         output.
12404         (gmm): Add :prefix to defgroup.
12405
12406 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12407
12408         * gmm-utils.el (gmm-widget-p): New function.
12409
12410 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12411
12412         * mml.el (mml-attach-file): Describe `description' in doc string.
12413         (mml-menu): Add Emacs MIME manual and PGG manual.
12414
12415 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12416
12417         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12418
12419 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12420
12421         * nntp.el (nntp-end-of-line): Doc fix.
12422
12423 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12424
12425         * imap.el (imap-open): Handle case where buffer is a buffer
12426         object.
12427
12428 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12429
12430         * gnus-delay.el (gnus-delay): Don't autoload.
12431         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12432         to be re-loaded when customizing the `gnus-delay' group.
12433
12434 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12435
12436         * message.el (message-insert-citation-line): Use newlines.
12437
12438 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12439
12440         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12441         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12442         these routines, so the passphrase can be managed externally and
12443         passed in to the system.
12444         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12445         pgg-add-passphrase-to-cache function.
12446
12447         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12448         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12449         these routines, so the passphrase can be managed externally and
12450         passed in to the system.
12451         (pgg-pgp5-sign-region): Use new name of
12452         pgg-add-passphrase-to-cache function.
12453
12454 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12455
12456         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12457         part of the decoded armor to find the key-identifier.
12458         (pgg-gpg-lookup-key-owner): New function to return the
12459         human-readable identifier of a key owner.
12460         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12461         itself.
12462         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12463         the key value) if we have a key and can match it against a secret
12464         key.  Also, added a note pointing out fact that the prompt only
12465         indicates the first matching key.
12466
12467         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12468         pgg-decrypt-region.
12469         (pgg-add-passphrase-to-cache): Rename from
12470         `pgg-add-passphrase-cache' to reduce confusion (all callers
12471         changed).
12472         (pgg-remove-passphrase-from-cache): Rename from
12473         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12474         changed).
12475         (pgg-read-passphrase, pgg-add-passphrase-cache)
12476         (pgg-remove-passphrase-cache): Add informative docstrings.
12477         (pgg-decrypt): Convey provided passphrase in subordinate call to
12478         pgg-decrypt-region.
12479
12480 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12481
12482         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12483         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12484         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12485         'passphrase' argument, so the passphrase can be managed externally
12486         and then passed in to the system.
12487
12488         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12489         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12490         so the passphrase cache can be used reliably with identifiers
12491         besides a pgp packet's key id.
12492
12493         * pgg-gpg.el (pgg-gpg-encrypt-region)
12494         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12495         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12496         these routines, so the passphrase can be managed externally and
12497         passed in to the system.
12498
12499         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12500         'notruncate' argument, so the passphrase cache can be used
12501         reliably with identifiers besides a pgp packet's key id.
12502
12503 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12504
12505         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12506         symmetric encryption.
12507         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12508         encrypted session key.
12509         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12510         message ask for the passphrase in a proper way.
12511
12512         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12513         New user commands for symmetric encryption.
12514
12515 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12516
12517         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12518
12519         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12520
12521 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12522
12523         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12524
12525 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12526
12527         * mm-decode.el (mm-inlined-types): Add application/pgp.
12528         (mm-automatic-display): Ditto.
12529
12530         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12531         part as text.
12532
12533 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12534
12535         * nnrss.el: Update copyright.
12536         (nnrss-opml-import): Query whether to subscribe to each entry.
12537
12538         * gnus-art.el:
12539         * gnus-sum.el:
12540         * gnus-xmas.el:
12541         * messagexmas.el:
12542         * mm-uu.el:
12543         * mm-view.el: Update copyright.
12544
12545 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12546
12547         * message.el (message-info): New function.
12548         (message-mode-menu): Add it.
12549         Update copyright.
12550
12551         * ChangeLog: Fix and update copyright.
12552
12553 2006-01-13  Romain Francoise  <romain@orebokech.com>
12554
12555         * message.el (message-forward-subject-name-subject): Prefer the
12556         address to 'nowhere' if the sender has no name.
12557         Fix typo.  Update copyright year.
12558
12559 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12560
12561         * gnus-art.el (article-wash-html):
12562         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12563         (gnus-article-wash-html-with-w3m-standalone): New function.
12564
12565         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12566         mm-inline-text-html-render-with-w3m-standalone.
12567         (mm-text-html-washer-alist): Map w3m-standalone to
12568         gnus-article-wash-html-with-w3m-standalone.
12569         (mm-inline-text-html-render-with-w3m-standalone): New function.
12570
12571 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12572
12573         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12574         Improve LaTeX.
12575
12576 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12577
12578         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12579         (nnrss-request-article): Render text/plain parts as HTML.
12580
12581         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12582         the buffer.
12583
12584 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12585
12586         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12587         custom definition of `gnus-posting-styles'.
12588
12589         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12590         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12591
12592 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12593
12594         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12595         Use nntp for bug archive.
12596
12597 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12598
12599         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12600         parts.
12601         (nnrss-normalize-date): New function converts ISO 8601 date into
12602         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12603         (nnrss-check-group): Use it.
12604
12605 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12606
12607         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12608
12609         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12610         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12611         (nnrss-insert-w3): Ditto.
12612
12613 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12614
12615         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12616         the articles to be forwarded including the case where neither a
12617         number of articles nor a region is specified.
12618
12619 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12620
12621         * nnrss.el (nnrss-request-article): Fix last change; fill
12622         text/plain parts.
12623
12624 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12625
12626         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12627         in text/plain part.
12628         (nnrss-check-group): Don't add excessive newline to dc:subject.
12629
12630 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12631
12632         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12633         article.
12634
12635 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12636
12637         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12638         (nnml-use-compressed-files, nnml-save-mail): Support other
12639         comression programs such as bzip2.
12640
12641 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12642
12643         * dns.el (query-dns): Make sure we check the buffer size before
12644         removing tcp headers.
12645
12646 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12647
12648         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12649         remove MIME buttons associated with multipart/alternative parts.
12650         (gnus-mime-display-alternative): Tag buttons using `article-type'
12651         text property.
12652
12653         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12654         associated with multipart/alternative parts.
12655
12656         * gnus-art.el (gnus-signature-separator): Fix custom type.
12657
12658         * mm-decode.el (mm-inlined-types): Fix custom type.
12659         (mm-keep-viewer-alive-types): Ditto.
12660         (mm-automatic-display): Ditto.
12661         (mm-attachment-override-types): Ditto.
12662         (mm-inline-override-types): Ditto.
12663         (mm-automatic-external-display): Ditto.
12664
12665 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12666
12667         * spam-report.el (spam-report-user-mail-address)
12668         (spam-report-user-agent): New variables.
12669         (spam-report-url-ping-plain): Use spam-report-user-agent.
12670
12671 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12672
12673         * gnus-art.el (gnus-button-handle-custom): Do not just use
12674         `customize-apropos' for any "M-x customize-*" button but the
12675         function called for.  Accept both the function name and its
12676         argument in order to achieve this.
12677         (gnus-button-alist): Remove support for "custom:" URL's.
12678         Pass function name to `gnus-button-handle-custom' in case of "M-x
12679         customize-*" buttons.
12680
12681 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12682
12683         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12684         multipart/alternative and add xref to mm-discouraged-alternatives
12685         in doc string.
12686
12687         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12688         gnus-buttonized-mime-types in doc string.
12689
12690 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12691
12692         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12693         Suggest image/.* in the doc string.
12694
12695 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12696
12697         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12698         message-marks (Debian bug #342521).
12699
12700 2005-12-12  Simon Josefsson  <jas@extundo.com>
12701
12702         * password.el (password-read-from-cache): Add.
12703         (password-read): Use it.
12704
12705 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12706
12707         * rfc2047.el (rfc2047-charset-to-coding-system):
12708         Recognize us-ascii as a MIME charset.
12709
12710         * mm-bodies.el (mm-decode-content-transfer-encoding):
12711         Protect against the case where the 2nd arg TYPE is nil.
12712
12713 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12714
12715         * pop3.el (pop3-stream-type): Fix custom version.
12716
12717         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12718
12719 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12720
12721         * mm-decode.el (mm-display-external): Add missing cdr.
12722
12723 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12724
12725         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12726         RFC1524) if it is in mailcap or add a suffix according to
12727         mailcap-mime-extensions when generating a temp filename; postpone
12728         deleting a temp file for 2 seconds for some wrappers, shell
12729         scripts, and so on, which might exit right after having started a
12730         viewer command as a background job.
12731
12732 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12733
12734         * nntp.el (nntp-marks-directory): Fix custom group.
12735
12736         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12737         steps when < 10.
12738
12739         * gnus-start.el (gnus-no-server-1):
12740         Mention `gnus-level-default-subscribed' in doc string.
12741
12742 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12743
12744         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12745         parens.
12746
12747 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12748
12749         * gnus-xmas.el (gnus-use-toolbar): Revert.
12750         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12751         gnus-use-toolbar is default.
12752
12753         * messagexmas.el (message-use-toolbar): Revert.
12754         (message-setup-toolbar): Use global default-toolbar if
12755         message-use-toolbar is default.
12756
12757 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12758
12759         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12760         according to default-toolbar-visible-p.
12761
12762         * messagexmas.el (message-use-toolbar): Ditto.
12763
12764 2005-11-26  Dave Love  <fx@gnu.org>
12765
12766         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12767         (tls-program, tls-success): Provide openssl alternative.
12768
12769         * starttls.el: Doc fixes.
12770         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12771         SERVICE to PORT.
12772
12773         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12774         port null or service name.
12775         (starttls-negotiate): Autoload.
12776
12777 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12778
12779         * message.el (message-kill-to-signature): Fix interactive spec.
12780
12781 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12782
12783         * pop3.el (pop3-open-server): Recognize a string as a service name.
12784
12785 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12786
12787         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12788
12789 2005-11-23  Dave Love  <fx@gnu.org>
12790
12791         Add pop3s, pop3/starttls.
12792
12793         * pop3.el (pop3-authentication-scheme): Clarify doc.
12794         (open-tls-stream, starttls-open-stream): Autoload.
12795         (pop3-stream-type): New.
12796         (pop3-open-server): Use it.
12797
12798         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12799         for POP.
12800         (mail-source-keyword-map): Add :stream for POP.
12801         (mail-source-fetch-pop): Use pop3-stream-type.
12802
12803 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12804
12805         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12806         of current-time-string.
12807
12808 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12809
12810         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12811         date header.
12812
12813 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12814
12815         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12816         it can seriously impact performance as it bypasses the agent's
12817         local caches.
12818
12819 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12820
12821         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12822         must be explicitly online rather than "not explicitly offline" for
12823         its flags to be synchronized.
12824
12825         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12826         that gnus-uu-unmark-thread will function correctly.
12827
12828         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12829         1024K is instead displayed as 1M.
12830
12831 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12832
12833         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12834
12835 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12836
12837         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12838
12839 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12840
12841         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12842         error message to display actual error condition.
12843         (gnus-agent-save-local): Avoid saving symbols that are bound to
12844         nil as they simply result in a warning message in
12845         gnus-agent-read-local.
12846
12847 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12850         rather than make-variable-buffer-local for file-precious-flag.
12851
12852 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12853
12854         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12855         for duplicates which are removed.  The invalid sort check then
12856         triggers a rescan after the sort as sorting may have moved
12857         duplicate entries such that they can be cheaply detected.
12858
12859 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12860
12861         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12862
12863 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12864
12865         * gnus-agent.el (gnus-agent-article-alist-save-format):
12866         Change internal variable to a custom variable.  Change default value
12867         from compressed(2) to uncompressed(1).
12868         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12869         support for uncompressed agentview files.  Taken together, reading
12870         the agentview file should now be 6-7 times faster.
12871
12872 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12873
12874         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12875         as a buffer-local variable.  This avoids creating truncated
12876         dribble files as a result of a hang up, eg.
12877
12878 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12879
12880         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12881         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12882         XEmacs.
12883
12884 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12885
12886         * gnus-start.el (gnus-start-draft-setup):
12887         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12888
12889         * gnus.el (gnus-splash): Change custom group.
12890         (gnus-group-get-parameter, gnus-group-parameter-value):
12891         Describe allow-list argument.
12892
12893         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12894         string.
12895
12896 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12897
12898         * gnus-art.el (gnus-default-article-saver): Add user-defined
12899         `function' to custom type.
12900
12901 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12902
12903         * imap.el (imap-open): Handle case where buffer is a buffer
12904         object.
12905
12906 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12907
12908         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12909         long lines.
12910         (gnus-cache-delete-group): Wrap doc strings.
12911
12912         * gnus-agent.el (gnus-agent-rename-group)
12913         (gnus-agent-delete-group): Wrap doc strings.
12914
12915 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12916
12917         * messagexmas.el (message-use-toolbar): Change the valid values
12918         into default, top, bottom, left, and right.
12919         (message-toolbar-thickness): New variable.
12920         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12921         well.
12922         (message-setup-toolbar): Make it work.
12923
12924         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12925         (gnus-use-toolbar): Change the valid values into default, top,
12926         bottom, left, and right.
12927         (gnus-toolbar-thickness): New variable.
12928         (gnus-xmas-setup-toolbar): New function.
12929         (gnus-xmas-setup-group-toolbar): Use it.
12930         (gnus-xmas-setup-summary-toolbar): Use it.
12931
12932 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12933
12934         * gnus-start.el (gnus-1): Add "native" to
12935         gnus-predefined-server-alist.
12936
12937         * gnus.el (gnus-method-to-server): Don't add "native" to the
12938         lists here, because that leads to problems when
12939         gnus-select-method is bound.
12940
12941 2005-11-09  Simon Josefsson  <jas@extundo.com>
12942
12943         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12944         use (not sort-by-date) instead.
12945
12946 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12947
12948         * gnus-delay.el (gnus-delay-group): Don't autoload.
12949         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12950         to be re-loaded when customizing the `gnus-delay' group.
12951
12952 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12953
12954         * message.el: Revert last changes.
12955         (message-insert-citation-line): Use newlines.
12956
12957 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12958
12959         * message.el (message-courtesy-message)
12960         (message-mark-insert-begin, message-mark-insert-end)
12961         (message-elide-ellipsis, message-cancel-message)
12962         (message-add-header, message-change-subject)
12963         (message-cross-post-followup-to-header)
12964         (message-cross-post-insert-note, message-reduce-to-to-cc)
12965         (message-widen-reply, message-delete-not-region)
12966         (message-kill-to-signature, message-insert-signature)
12967         (message-insert-importance-high, message-insert-importance-low)
12968         (message-insert-or-toggle-importance)
12969         (message-insert-disposition-notification-to)
12970         (message-indent-citation, message-yank-original)
12971         (message-cite-original-without-signature, message-cite-original)
12972         (message-insert-citation-line, message-position-on-field)
12973         (message-fix-before-sending, message-send-mail-partially)
12974         (message-send-mail, message-send-mail-with-sendmail)
12975         (message-send-mail-with-qmail, message-send-news)
12976         (message-check-news-header-syntax, message-generate-headers)
12977         (message-insert-courtesy-copy, message-fill-address)
12978         (message-fill-header, message-shorten-references)
12979         (message-setup-1, message-cancel-news)
12980         (message-forward-make-body-plain, message-forward-make-body-mime)
12981         (message-forward-make-body-mml, message-encode-message-body)
12982         (message-forward-make-body-digest-plain)
12983         (message-forward-make-body-digest-mime)
12984         (message-use-alternative-email-as-from): Insert `hard-newline'
12985         instead of ordinary newlines.
12986
12987 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12988
12989         * message.el (message-generate-headers): Downcase the argument
12990         given to message-check-element.
12991
12992 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12993
12994         * nntp.el (nntp-authinfo-rejected): New error condition.
12995         (nntp-wait-for): Use new error condition to signal authentication
12996         error.
12997         (nntp-retrieve-data): Rethrow new error condition to break out of
12998         recursive call to nntp-send-authinfo.
12999
13000 2005-11-08  Romain Francoise  <romain@orebokech.com>
13001
13002         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13003         (gnus-summary-exit-map): Bind to `Z p'.
13004         (gnus-summary-make-menu-bar): Add menu item.
13005
13006 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13007
13008         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13009         (gnus-treat-*): Add `first' in all doc strings.
13010
13011         * gnus-group.el (gnus-group-compact-group): Fix typo.
13012
13013 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * gnus.el (gnus-parameters-case-fold-search): New variable.
13016         (gnus-parameters-get-parameter): Use it.
13017
13018         * gnus-score.el (gnus-home-score-file): Doc fix.
13019
13020 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13021
13022         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13023
13024 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13025
13026         * mm-util.el (mm-special-display-p): New function.
13027
13028         * mml.el (mml-preview): Use it; doc fix.
13029
13030 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13031
13032         * imap.el (imap-open): Handle case where buffer is a buffer object.
13033
13034 2005-10-29  Romain Francoise  <romain@orebokech.com>
13035
13036         * message.el (message-fix-before-sending): Fix comment.
13037
13038 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13039
13040         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13041
13042 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13043
13044         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13045         Used in gnus-score.el.
13046
13047 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13048
13049         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13050
13051 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13052
13053         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13054         whitespace removed in revision 7.8.  Use concatenated string to
13055         protect trailing whitespace.
13056
13057 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13058
13059         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13060         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13061         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13062         Courier IMAP ("some version from 2004").  Mostly based on similar
13063         code in the same function.
13064
13065 2005-10-26  Didier Verna  <didier@xemacs.org>
13066
13067         * gnus-group.el (gnus-group-compact-group): Invalidate original
13068         article buffer.
13069         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13070         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13071         NOV database and in article itself.
13072         Invalidate article backlog.
13073
13074 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13075
13076         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13077
13078 2005-10-26  Simon Josefsson  <jas@extundo.com>
13079
13080         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13081         part of 2004-07-25 change.
13082
13083 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13084
13085         * message.el (message-display-completion-list): New function.
13086         (message-expand-group): Use it; make sure the Completions buffer
13087         is modifiable.
13088 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13089
13090         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13091         user-mail-name is an empty string.
13092
13093 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13094
13095         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13096         depending on gnus-score-decay-constant.
13097
13098         * encrypt.el (encrypt-insert-file-contents)
13099         (encrypt-write-file-contents): Don't use `gnus-message'.
13100
13101         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13102         arguments.
13103         (mm-uu-type-alist): Add message-marks and insert-marks.
13104         Pass arguments to mm-uu-verbatim-marks-extract.
13105         (mm-uu-hide-markers): New variable.
13106         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13107
13108         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13109         (gnus-convert-image-to-face-command): Use "convert" by default to
13110         allow other input image formats.
13111         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13112         accordingly.
13113
13114 2005-10-23  Simon Josefsson  <jas@extundo.com>
13115
13116         * imap.el (imap-gssapi-program): Align command line parameters
13117         with latest GNU SASL.
13118         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13119
13120 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13121
13122         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13123         HTML.
13124         (nnslashdot-request-article): Ditto.
13125
13126         * lpath.el (featurep): Add nobreak-char-display.
13127
13128 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13129
13130         * mail-source.el (mail-source-fetch-pop): Require pop3.
13131         (mail-source-check-pop): Ditto.
13132
13133 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13134
13135         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13136         errors.
13137
13138 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13139
13140         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13141         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13142
13143         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13144
13145         * mm-bodies.el (mm-decode-string):
13146         Call `mm-charset-to-coding-system' with allow-override argument.
13147
13148 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13149
13150         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13151         (rfc2047-charset-to-coding-system): New function.
13152         (rfc2047-decode-encoded-words): New function.
13153         (rfc2047-decode-region): Use them.
13154         (rfc2047-decode-cte): Remove.
13155         (rfc2047-parse-and-decode): Remove.
13156         (rfc2047-decode): Remove.
13157
13158 2005-10-15  Kenichi Handa  <handa@m17n.org>
13159
13160         * rfc2047.el (rfc2047-decode-cte): New function.
13161         (rfc2047-decode-region): Change the way to decode successive
13162         encoded-words: decode B- or Q-encoding in each encoded-word,
13163         concatenate them, and decode it as charset.
13164
13165 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13166
13167         * lpath.el: Fbind codepage-setup for XEmacs.
13168
13169 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13170
13171         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13172         widget-move-and-invoke.
13173         (gnus-custom-mode): Use gnus-custom-map.
13174
13175 2005-10-15  Bill Wohler  <wohler@newt.com>
13176
13177         * message.el (message-tool-bar-map): Rename image file from
13178         mail_send to mail/send.
13179
13180 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13181
13182         * message.el (message-expand-group): Pass the common
13183         prefix substring of completion to `display-completion-list'.
13184
13185 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13186
13187         * mml-sec.el (mml-secure-method): New internal variable.
13188         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13189         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13190         New functions using mml-secure-method.
13191
13192         * mml.el (mml-mode-map): Add key bindings for those functions.
13193         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13194         Harder <harder@myrealbox.com>.
13195         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13196         Goto end of message if point is the headers of the message.
13197
13198         * message.el (message-in-body-p): New function.
13199
13200         * assistant.el: Autoload gnus-util and netrc.
13201
13202         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13203         Use `mm-charset-override-alist' only when decoding.
13204
13205         * mm-bodies.el (mm-decode-body):
13206         Call `mm-charset-to-coding-system' with allow-override argument.
13207
13208         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13209         `filename' from Content-Disposition if Content-Type doesn't
13210         provide `name'.
13211         (gnus-mime-view-part-as-type): Set default instead of
13212         initial-input.
13213
13214 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13215
13216         * format-spec.el (format-spec): Propagate text properties of % spec.
13217
13218 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13219
13220         * gnus-art.el (gnus-treat-predicate): Add `first'.
13221
13222 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13223
13224         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13225         (mm-charset-override-alist): New variable.
13226         (mm-charset-to-coding-system): Use it.
13227         (mm-codepage-setup): New helper function.
13228         (mm-charset-eval-alist): New variable.
13229         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13230         Warn about unknown charsets.
13231
13232         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13233
13234 2005-10-04  David Hansen  <david.hansen@gmx.net>
13235
13236         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13237         (nnrss-check-group): Ditto.
13238
13239 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13240
13241         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13242         Rename x-gnus-verbatim to x-verbatim.
13243         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13244
13245         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13246         x-verbatim.
13247
13248         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13249
13250         * gnus-util.el (gnus-remove-duplicates): Remove.
13251
13252         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13253         instead of gnus-remove-duplicates.
13254
13255         * message.el (message-remove-duplicates): Remove.
13256         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13257         message-remove-duplicates.
13258
13259         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13260         available, else use implementation from `delete-dups'.
13261
13262         * message.el (message-insert-expires): New function.
13263         (message-mode-map): Add key binding.
13264         (message-mode-field-menu): Add menu entry.
13265         (message-mode): Document it.
13266         (message-make-expires-date): Use `message-make-date'.
13267
13268 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13269
13270         * message.el (message-make-expires-date): New function.
13271
13272 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13273
13274         * Makefile.in (list-installed-shadows): New entry.
13275         (install): Use it.
13276         (remove-installed-shadows): New entry.
13277
13278         * dgnushack.el (dgnushack-default-load-path): New variable.
13279         (dgnushack-find-lisp-shadows): New function.
13280         (dgnushack-remove-lisp-shadows): New function.
13281
13282 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13283
13284         * Makefile.in (install-el-elc): New entry.
13285         (install): Use it so that .el files are necessarily installed.
13286
13287 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13288
13289         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13290
13291 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13292
13293         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13294         function rather than the diff-mode.el package.
13295         (mm-display-external): Use with-current-buffer.
13296         (mm-viewer-completion-map, mm-viewer-completion-map):
13297         Move initialization inside declaration.
13298
13299 2005-09-29  Simon Josefsson  <jas@extundo.com>
13300
13301         * spam.el: Load hashcash when compiling, to avoid warnings.
13302         Don't autoload mail-check-payment.
13303         (spam-check-hashcash): Define unconditionally, since hashcash.el
13304         is part of Gnus now.  Ignore errors from payment checking.
13305
13306 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13307
13308         * message.el (message-bold-region, message-unbold-region):
13309         Rename from `bold-region' and `unbold-region'.
13310
13311         * message.el: Remove useless autoloads.
13312
13313 2005-09-28  Simon Josefsson  <jas@extundo.com>
13314
13315         * message.el (message-use-idna): Default to t.
13316         (message-use-idna): Test whether encoding works too.  Doc fix.
13317
13318 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13319
13320         * nntp.el (nntp-warn-about-losing-connection): Remove.
13321
13322 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13323
13324         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13325         customizable.  Change default value.
13326         (mm-uu-diff-groups-regexp): Change default value.
13327         (mm-uu-type-alist): Add doc string.
13328         (mm-uu-configure): Add doc string.  Make it interactive.
13329         (mm-uu-tex-groups-regexp): New variable.
13330         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13331         (mm-uu-type-alist): Add LaTeX documents.
13332         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13333         of "text/verbatim".
13334         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13335
13336         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13337         instead of "text/verbatim".
13338
13339         * message.el (message-mark-inserted-region)
13340         (message-mark-insert-file): Use slrn style marks when called with
13341         prefix argument.
13342
13343 2005-09-27  Simon Josefsson  <jas@extundo.com>
13344
13345         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13346
13347 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13348
13349         * message.el (message-remove-duplicates): New function.
13350         Implementation borrowed from `gnus-remove-duplicates'.
13351         (message-idna-to-ascii-rhs): Also encode idna addresses in
13352         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13353         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13354         only ask about the same idna domain once per header and also tell
13355         in what header to replace the idna domain.
13356
13357         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13358         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13359         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13360         a header is decoded and not just the last one.
13361
13362 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13363
13364         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13365         has been decoded.
13366
13367         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13368         (mm-insert-part): Don't modify text if it has been decoded.
13369
13370         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13371         decoded.
13372
13373         * mm-view.el (mm-inline-text): Don't strip text props unless
13374         decoding enriched or richtext parts.
13375
13376 2005-09-25  Romain Francoise  <romain@orebokech.com>
13377
13378         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13379         * gnus-start.el (gnus-subscribe-interactively):
13380         * gnus-uu.el (gnus-uu-grab-articles):
13381         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13382         space.
13383
13384 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13385
13386         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13387         * mm-view.el (mm-view-pkcs7-decrypt):
13388         * gnus-sum.el (gnus-summary-limit-to-extra)
13389         (gnus-summary-respool-article, gnus-read-move-group-name):
13390         * gnus-score.el (gnus-summary-increase-score):
13391         * gnus-util.el (gnus-completing-read-with-default):
13392         * gnus-art.el (gnus-read-save-file-name)
13393         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13394         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13395         * message.el (message-check-news-header-syntax):
13396         Follow convention for reading with the minibuffer.
13397
13398 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13399
13400         * spam-report.el (spam-report-url-ping-plain):
13401         Use gnus-extended-version as User-Agent.
13402
13403         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13404         default value is nil.
13405
13406         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13407         (mm-uu-verbatim-marks-extract): New function.
13408         (mm-uu-extract): New face.
13409         (mm-uu-copy-to-buffer): Use it.
13410
13411         * spam-report.el (spam-report-gmane-ham): Rename from
13412         `spam-report-gmane-unspam'.
13413         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13414         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13415
13416         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13417         Autoload.
13418         (spam-report-gmane-unregister-routine):
13419         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13420
13421 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13422
13423         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13424         (spam-report-gmane-unregister-routine): Add support for gmane
13425         unregistration.
13426
13427         * spam-report.el (spam-report-gmane-unspam)
13428         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13429         (spam-report-gmane): Change to take a single article and do unspam
13430         registration.
13431
13432 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13433
13434         * mm-url.el (mm-url-decode-entities): Fix regexp.
13435
13436 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13437
13438         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13439         default to nil, to be able to use Gnus at all.  If the default
13440         switches to something else, then the function should be fixed not
13441         be exceedingly slow.
13442
13443 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13444
13445         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13446         fail hard.
13447
13448         * spam-report.el: Add better Keywords line.
13449
13450         * spam.el: Add Maintainer and better Keywords line.
13451
13452 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13453
13454         * gnus-art.el (gnus-article-replace-part)
13455         (gnus-mime-replace-part): New functions.
13456         (gnus-mime-action-alist, gnus-mime-button-commands)
13457         (gnus-mime-save-part-and-strip): Add file argument.
13458         (gnus-article-part-wrapper): Add interactive argument.
13459
13460         * gnus-sum.el (gnus-summary-mime-map):
13461         Add `gnus-article-replace-part'.
13462
13463 2005-09-19  Didier Verna  <didier@xemacs.org>
13464
13465         The nnml compaction feature:
13466         * nnml.el (nnml-request-compact-group): New function.
13467         * nnml.el (nnml-request-compact): New function.
13468         * gnus-int.el (gnus-request-compact-group): New function.
13469         * gnus-int.el (gnus-request-compact): New function.
13470         * gnus-group.el (gnus-group-compact-group): New function.
13471         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13472         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13473         * gnus-srvr.el (gnus-server-compact-server): New function.
13474         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13475         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13476
13477 2005-09-18  Deepak Goel  <deego@gnufans.org>
13478
13479         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13480         format spec.
13481
13482 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13483
13484         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13485
13486 2005-09-15  Romain Francoise  <romain@orebokech.com>
13487
13488         * message.el (message-fill-paragraph): Clarify docstring.
13489
13490 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13491
13492         * gnus-art.el (gnus-mime-display-part): Protect against broken
13493         MIME messages.
13494
13495 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13496
13497         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13498         before parsing header.
13499
13500 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13501
13502         * html2text.el (html2text-replace-list): Add new entities.
13503
13504 2005-09-11  Romain Francoise  <romain@orebokech.com>
13505
13506         * message.el (message-alternative-emails): Improve docstring.
13507         (message-setup-1): Call `message-use-alternative-email-as-from'
13508         after `message-setup-hook' to give it precedence over posting
13509         styles, etc.
13510         (message-use-alternative-email-as-from): Add docstring.
13511         Remove the original From header if present.
13512
13513         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13514         (nnml-save-mail): Use it.
13515
13516         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13517         articles.  Add new argument `silent'.
13518         (gnus-uu-mark-all): Report the total number of marked articles.
13519
13520 2005-09-10  Romain Francoise  <romain@orebokech.com>
13521
13522         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13523         (gnus-uu-mark-series): Likewise.
13524
13525 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13526
13527         * spam-report.el (spam-report-gmane): Fix generation of spam
13528         report URL.
13529
13530 2005-09-10  Simon Josefsson  <jas@extundo.com>
13531
13532         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13533         t, based on discussion on the ding list with Robert Epprecht
13534         <epprecht@solnet.ch>.
13535
13536 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13537
13538         * spam-report.el (spam-report-gmane): Make it work without
13539         X-Report-Spam header.  Gmane now only provides Archived-At.
13540         This is only used if `spam-report-gmane-use-article-number' is nil.
13541         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13542
13543         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13544         make `gnus-summary-sort-by-recipient' work with threading.
13545
13546         * nnweb.el (nnweb-google-wash-article): Print a message if article
13547         is not available.
13548
13549 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13550
13551         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13552         change.  Decode text/* parts content before displaying.
13553
13554 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13555
13556         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13557
13558 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13559
13560         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13561
13562         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13563         url-package-name, url-package-version,
13564         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13565         w3m-display-inline-images, and w3m-minor-mode-map.
13566
13567 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13568
13569         * message.el (message-tab-body-function): Fix mismatched custom type.
13570
13571         * gnus.el (gnus-group-change-level-function): Ditto.
13572
13573         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13574
13575         * gnus-art.el (gnus-signature-limit)
13576         (gnus-article-mime-part-function): Ditto.
13577
13578 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13579
13580         * mml.el (mml-mode): Silence the byte compiler.
13581
13582         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13583         using `(sit-for 0)' before moving the point to the specified part;
13584         skip unbuttonized parts.
13585         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13586         return to the summary window if gnus-auto-select-part is non-nil.
13587
13588 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13589
13590         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13591         New variables.
13592         (mml-dnd-attach-file, mml-mode): Use them.
13593
13594         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13595         Make fetching article by MID work again for Google Groups.
13596         Add FIXME concerning gnus-group-make-web-group.
13597
13598         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13599         Don't depend on Gnus by using mail-extract-address-components if
13600         gnus-extract-address-components is not bound.
13601
13602 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13603
13604         * gnus-art.el (gnus-mime-display-security): Don't display the
13605         signature, but only the signed part.
13606
13607 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13608
13609         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13610
13611         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13612         list, not listp.
13613
13614 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13615
13616         * mm-encode.el (mm-encode-content-transfer-encoding):
13617         Likewise when encoding.
13618
13619         * mm-bodies.el (mm-decode-content-transfer-encoding):
13620         De-canonicalize CRLF for all text content types, not just
13621         text/plain.
13622
13623 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13624
13625         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13626         valid article; point arrow and cursor at the MIME button.
13627
13628 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13629
13630         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13631         Suggested by Dan Christensen <jdc@uwo.ca>.
13632
13633         * mm-decode.el (mm-save-part): Enable change of prompt.
13634
13635 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13636
13637         * gnus-msg.el (gnus-inews-add-send-actions):
13638         Make `message-post-method' lambda parameter ARG `&optional'.
13639
13640 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13641
13642         * gnus-sum.el (gnus-summary-mime-map):
13643         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13644         gnus-article-jump-to-part.
13645
13646         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13647         (gnus-article-edit-part): Use it.
13648         (gnus-article-part-wrapper): Add no-handle argument.
13649         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13650         New functions.
13651
13652 2005-08-29  Romain Francoise  <romain@orebokech.com>
13653
13654         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13655         docstring.
13656         (gnus-face-from-file): Likewise.
13657
13658 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13659
13660         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13661         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13662         non-nil.
13663         (gnus-auto-select-part): New variable.
13664         (gnus-article-jump-to-part): New function.
13665         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13666         (gnus-mime-delete-part): Allow selecting specified part after
13667         deleting or stripping parts.
13668         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13669         part if argument is bogus.
13670
13671 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13672
13673         * gnus-art.el (w3m-minor-mode-map):
13674         * gnus-spec.el (gnus-newsrc-file-version):
13675         * gnus-util.el (nnmail-active-file-coding-system)
13676         (gnus-original-article-buffer, gnus-user-agent):
13677         * gnus.el (gnus-ham-process-destinations)
13678         (gnus-parameter-ham-marks-alist)
13679         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13680         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13681         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13682         * mm-decode.el (gnus-current-window-configuration):
13683         * mm-extern.el (gnus-article-mime-handles):
13684         * mm-url.el (url-current-object, url-package-name)
13685         (url-package-version):
13686         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13687         (smime-keys, w3m-cid-retrieve-function-alist)
13688         (w3m-current-buffer, w3m-display-inline-images)
13689         (w3m-minor-mode-map):
13690         * mml-smime.el (gnus-extract-address-components):
13691         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13692         (gnus-newsrc-hashtb, message-default-charset)
13693         (message-deletable-headers, message-options)
13694         (message-posting-charset, message-required-mail-headers)
13695         (message-required-news-headers):
13696         * mml1991.el (mc-pgp-always-sign):
13697         * mml2015.el (mc-pgp-always-sign):
13698         * nnheader.el (nnmail-extra-headers):
13699         * rfc1843.el (gnus-decode-encoded-word-function)
13700         (gnus-decode-header-function, gnus-newsgroup-name):
13701         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13702
13703 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13704
13705         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13706         the end of the date treatments.
13707
13708 2005-08-15  Simon Josefsson  <jas@extundo.com>
13709
13710         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13711         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13712         Capello and Romain Francoise.
13713         (pgg-fetch-key-function): Remove, not used?
13714         (pgg-insert-url-with-w3): Require url, to get
13715         url-insert-file-contents regardless of where it is defined.
13716
13717 2005-08-13  Romain Francoise  <romain@orebokech.com>
13718
13719         * message.el (message-cite-original-1): New function.
13720         (message-cite-original): Use it.
13721         (message-cite-original-without-signature): Ditto.
13722
13723 2005-08-08  Romain Francoise  <romain@orebokech.com>
13724
13725         * message.el (message-yank-empty-prefix): New variable.
13726         (message-indent-citation): Use it.
13727         (message-cite-original-without-signature): Respect X-No-Archive.
13728
13729 2005-08-08  Simon Josefsson  <jas@extundo.com>
13730
13731         * pgg.el: Autoload url-insert-file-contents instead of loading
13732         w3/url.
13733         (pgg-insert-url-with-w3): Don't load url here.
13734
13735 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13736
13737         * message.el (message-kill-to-signature): Don't insert newline at
13738         bol.
13739         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13740
13741 2005-08-06  Romain Francoise  <romain@orebokech.com>
13742
13743         * message.el (message-user-fqdn): Fix typo in docstring.
13744
13745 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13746
13747         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13748
13749         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13750
13751 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13752
13753         * mm-bodies.el (mm-encode-body): Use coding system rather than
13754         charset to encode text.
13755
13756         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13757         number of charsets if utf-8 is available (XEmacs).
13758
13759 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13760
13761         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13762         taken from `gnus-button-mid-or-mail-regexp'.
13763         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13764         (gnus-button-alist): Improve regexp for domain part of the MIDs
13765         for news:localpart@domain buttons.
13766         (gnus-button-ctan-directory-regexp): Update.
13767
13768 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * sieve-manage.el (sieve-manage-interactive-login):
13771         Use make-local-variable rather than make-variable-buffer-local.
13772         (sieve-manage-open): Ditto.
13773         (sieve-manage-authenticate): Ditto.
13774
13775         * mml.el (mml-generate-mime-1): Make the content type default to
13776         text/plain if the filename is not specified.
13777
13778 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13781         instead of insert-buffer.
13782
13783         * message.el (message-yank-original): Ditto; set the mark at the
13784         end of the yanked message.
13785
13786 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13787
13788         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13789         lines to scroll rather than to stop it.
13790
13791         * mml.el (mml-generate-default-type): Add doc string.
13792         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13793         default to application/octet-stream when determining the content
13794         type if it is not specified for the part or the mml contents; add
13795         a comment about mml-generate-default-type.
13796
13797 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13798
13799         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13800         make it default to application/octet-stream when determining the
13801         content type if it is not specified for the external contents.
13802
13803 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13804
13805         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13806         segmented parameter but also other parameters might be there.
13807
13808 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * mm-decode.el (mm-display-external): Delete temp file, directory
13811         and buffer immediately if the external process is exited.
13812
13813 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13814
13815         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13816         fewer lines than that of scroll-margin.
13817         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13818
13819 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13820
13821         * gnus-art.el (gnus-article-next-page): Revert.
13822         (gnus-article-beginning-of-window): New macro.
13823         (gnus-article-next-page-1): Use it.
13824         (gnus-article-prev-page): Ditto.
13825         (gnus-article-edit-part): Use insert-buffer-substring instead of
13826         insert-buffer.
13827         (gnus-article-edit-exit): Ditto.
13828
13829         * gnus-util.el (gnus-beginning-of-window): Remove.
13830         (gnus-end-of-window): Remove.
13831
13832         * lpath.el: Don't bind header-line-format and scroll-margin.
13833
13834 2005-07-25  Simon Josefsson  <jas@extundo.com>
13835
13836         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13837         to have the url package without w3.  Reported by Daiki Ueno
13838         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13839
13840 2005-07-20  Didier Verna  <didier@xemacs.org>
13841
13842         * gnus-diary.el: Remove the description comment (nndiary is now
13843         properly documented in the Gnus manual).
13844         Fix the spelling of "Back End".
13845         * nndiary.el: Ditto.
13846         Fix the copyright notice.
13847
13848 2005-07-18  Romain Francoise  <romain@orebokech.com>
13849
13850         * gnus-sum.el (gnus-summary-to-prefix)
13851         (gnus-summary-newsgroup-prefix): New variables.
13852         (gnus-summary-from-or-to-or-newsgroups): Use them.
13853
13854 2005-07-17  Romain Francoise  <romain@orebokech.com>
13855
13856         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13857         space as it's generally not especially interesting to the user.
13858
13859 2005-07-16  Romain Francoise  <romain@orebokech.com>
13860
13861         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13862         nil to avoid prompting and file modification if one of the
13863         messages at the top of the nnfolder file contains a copyright
13864         notice.
13865         Update copyright notice.
13866
13867         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13868         instead of `current-time-string' as the latter creates a time
13869         string that is not RFC 2822 compliant (it lacks the zone).
13870         Update copyright notice.
13871
13872 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13873
13874         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13875         for text/rtf.  Display default in prompt.  Pass default for M-n.
13876
13877         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13878
13879 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13880
13881         * gnus-msg.el (gnus-button-mailto):
13882         Remove save-selected-window-window hackery because it relies on
13883         save-selected-window internals.
13884
13885 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13886
13887         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13888         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13889         (gnus-article-prev-page): Ditto.
13890
13891         * gnus-util.el (gnus-beginning-of-window): New function.
13892         (gnus-end-of-window): New function.
13893
13894         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13895
13896 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13897
13898         * gnus-score.el (gnus-score-edit-all-score):
13899         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13900         gnus-message.
13901
13902 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13903
13904         * gnus-msg.el (gnus-button-mailto):
13905         Remove save-selected-window-window hackery because it relies on
13906         save-selected-window internals.
13907
13908 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13909
13910         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13911         add-minor-mode.
13912         (gnus-binary-mode): Ditto.
13913
13914         * gnus-topic.el (gnus-topic-mode): Ditto.
13915
13916 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13917
13918         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13919         (gnus-article-prev-page): Take scroll-margin into consideration.
13920
13921 2005-07-04  Lute Kamstra  <lute@gnu.org>
13922
13923         Update FSF's address in GPL notices.
13924
13925 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13926
13927         * gnus.el (gnus-exit):
13928         * gnus-group.el (gnus-group-icons):
13929         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13930
13931         * gnus-nocem.el (gnus-nocem):
13932         * message.el (message-various, message-buffers, message-sending)
13933         (message-interface, message-forwarding, message-insertion)
13934         (message-headers, message-news, message-mail):
13935         * pgg-gpg.el (pgg-gpg):
13936         * pgg-parse.el (pgg-parse):
13937         * pgg-pgp.el (pgg-pgp):
13938         * pgg-pgp5.el (pgg-pgp5):
13939         * pop3.el (pop3): Finish `defgroup' description with period.
13940
13941 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13942
13943         * gnus-art.el (article-display-face): Improve the efficiency.
13944         (article-display-x-face): Ditto; remove grey x-face stuff.
13945
13946 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13947
13948         * gnus-art.el (article-display-face): Correct the position in
13949         which Faces are inserted.
13950
13951 2005-06-29  Didier Verna  <didier@xemacs.org>
13952
13953         * gnus-art.el (article-display-face): Display faces in correct
13954         order.
13955
13956 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13957
13958         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13959         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13960         (gnus-nocem-check-article): Fetch the Type header.
13961         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13962         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13963         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13964         make sure gnus-nocem-hashtb is initialized.
13965         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13966         (gnus-nocem-unwanted-article-p): Ditto.
13967
13968         * pgg.el (pgg-verify): Return the verification result.
13969
13970 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13971
13972         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13973         is ascii.
13974
13975 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13976
13977         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13978         `show-nonbreak-escape'.
13979
13980 2005-06-23  Lute Kamstra  <lute@gnu.org>
13981
13982         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13983
13984         * dig.el (dig-mode):
13985         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13986
13987 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13988
13989         * nnimap.el (nnimap-split-download-body): Fix spellings.
13990
13991 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13992
13993         * gnus-art.el (gnus-article-encrypt-body):
13994         * gnus-cus.el (gnus-score-customize):
13995         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13996         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13997
13998 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13999
14000         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14001         header by looking for magic "MII" at the beginnig.
14002
14003 2005-06-16  Miles Bader  <miles@gnu.org>
14004
14005         * gnus-xmas.el (gnus-xmas-group-startup-message):
14006         Use renamed gnus-splash face.
14007
14008         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14009         (assistant-field-face): New backward-compatibility alias for renamed
14010         face.
14011         (assistant-render-text): Use renamed assistant-field face.
14012
14013         * spam.el (spam): Remove "-face" suffix from face name.
14014         (spam-face): New backward-compatibility alias for renamed face.
14015         (spam-face, spam-initialize): Use renamed spam face.
14016
14017         * message.el (message-header-to, message-header-cc)
14018         (message-header-subject, message-header-newsgroups)
14019         (message-header-other, message-header-name)
14020         (message-header-xheader, message-separator, message-cited-text)
14021         (message-mml): Remove "-face" suffix from face names.
14022         (message-header-to-face, message-header-cc-face)
14023         (message-header-subject-face, message-header-newsgroups-face)
14024         (message-header-other-face, message-header-name-face)
14025         (message-header-xheader-face, message-separator-face)
14026         (message-cited-text-face, message-mml-face):
14027         New backward-compatibility aliases for renamed faces.
14028         (message-font-lock-keywords): Use renamed message faces.
14029
14030         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14031         (sieve-test-commands, sieve-tagged-arguments):
14032         Remove "-face" suffix from face names.
14033         (sieve-control-commands-face, sieve-action-commands-face)
14034         (sieve-test-commands-face, sieve-tagged-arguments-face):
14035         New backward-compatibility aliases for renamed faces.
14036         (sieve-control-commands-face, sieve-action-commands-face)
14037         (sieve-test-commands-face, sieve-tagged-arguments-face):
14038         Use renamed sieve faces.
14039
14040         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14041         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14042         (gnus-group-news-3-empty, gnus-group-news-4)
14043         (gnus-group-news-4-empty, gnus-group-news-5)
14044         (gnus-group-news-5-empty, gnus-group-news-6)
14045         (gnus-group-news-6-empty, gnus-group-news-low)
14046         (gnus-group-news-low-empty, gnus-group-mail-1)
14047         (gnus-group-mail-1-empty, gnus-group-mail-2)
14048         (gnus-group-mail-2-empty, gnus-group-mail-3)
14049         (gnus-group-mail-3-empty, gnus-group-mail-low)
14050         (gnus-group-mail-low-empty, gnus-summary-selected)
14051         (gnus-summary-cancelled, gnus-summary-high-ticked)
14052         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14053         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14054         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14055         (gnus-summary-low-undownloaded)
14056         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14057         (gnus-summary-low-unread, gnus-summary-normal-unread)
14058         (gnus-summary-high-read, gnus-summary-low-read)
14059         (gnus-summary-normal-read, gnus-splash):
14060         Remove "-face" suffix from face names.
14061         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14062         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14063         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14064         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14065         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14066         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14067         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14068         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14069         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14070         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14071         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14072         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14073         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14074         (gnus-summary-normal-ticked-face)
14075         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14076         (gnus-summary-normal-ancient-face)
14077         (gnus-summary-high-undownloaded-face)
14078         (gnus-summary-low-undownloaded-face)
14079         (gnus-summary-normal-undownloaded-face)
14080         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14081         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14082         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14083         (gnus-splash-face):
14084         New backward-compatibility aliases for renamed faces.
14085         (gnus-group-startup-message): Use renamed gnus faces.
14086
14087         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14088         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14089         (gnus-server-agent): Remove "-face" suffix from face names.
14090         (gnus-server-agent-face, gnus-server-opened-face)
14091         (gnus-server-closed-face, gnus-server-denied-face)
14092         (gnus-server-offline-face):
14093         New backward-compatibility aliases for renamed faces.
14094         (gnus-server-agent-face, gnus-server-opened-face)
14095         (gnus-server-closed-face, gnus-server-denied-face)
14096         (gnus-server-offline-face): Use renamed gnus faces.
14097
14098         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14099         Remove "-face" suffix from face names.
14100         (gnus-picon-xbm-face, gnus-picon-face):
14101         New backward-compatibility aliases for renamed faces.
14102
14103         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14104         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14105         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14106         (gnus-cite-11): Remove "-face" suffix from face names.
14107         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14108         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14109         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14110         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14111         New backward-compatibility aliases for renamed faces.
14112         (gnus-cite-attribution-face, gnus-cite-face-list)
14113         (gnus-article-boring-faces): Use renamed gnus faces.
14114
14115         * gnus-art.el (gnus-signature, gnus-header-from)
14116         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14117         (gnus-header-content): Remove "-face" suffix from face names.
14118         (gnus-signature-face, gnus-header-from-face)
14119         (gnus-header-subject-face, gnus-header-newsgroups-face)
14120         (gnus-header-name-face, gnus-header-content-face):
14121         New backward-compatibility aliases for renamed faces.
14122         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14123
14124         * gnus-sum.el (gnus-summary-selected-face)
14125         (gnus-summary-highlight): Use renamed gnus faces.
14126         * gnus-group.el (gnus-group-highlight): Likewise.
14127
14128 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14129
14130         * gnus-sieve.el (gnus-sieve-article-add-rule):
14131         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14132         * spam-stat.el (spam-stat-buffer-change-to-spam)
14133         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14134
14135         * message.el (message-is-yours-p):
14136         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14137
14138 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14139
14140         * mm-view.el (mm-inline-text): Withdraw the last change.
14141
14142 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14143
14144         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14145         executing enriched-decode.
14146
14147 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14148
14149         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14150         charset of tar files.
14151
14152 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14153
14154         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14155
14156 2005-06-04  Lute Kamstra  <lute@gnu.org>
14157
14158         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14159         information is never recorded.
14160
14161 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14162
14163         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14164
14165 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14166
14167         * pop3.el (pop3-apop): Run md5 in the binary mode.
14168
14169         * starttls.el (starttls-set-process-query-on-exit-flag):
14170         Use eval-and-compile.
14171
14172 2005-05-31  Simon Josefsson  <jas@extundo.com>
14173
14174         * smime.el (smime-replace-in-string): Define.
14175         (smime-cert-by-ldap-1): Use it.
14176
14177 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14178
14179         * gnus-art.el (article-display-x-face): Replace
14180         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14181
14182         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14183         set-process-query-on-exit-flag or process-kill-without-query.
14184
14185         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14186         loop instead of replace-regexp.
14187
14188         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14189         instead of process-kill-without-query if it is available.
14190
14191         * lpath.el: Fbind ldap-search-entries.
14192
14193         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14194         instead of find-file-hooks if it is available.
14195
14196         * mml1991.el: Bind pgg-default-user-id when compiling.
14197
14198         * mml2015.el: Bind pgg-default-user-id when compiling.
14199
14200         * nndraft.el (nndraft-request-associate-buffer):
14201         Use write-contents-functions instead of write-contents-hooks if it is
14202         available.
14203
14204         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14205         instead of find-file-hooks if it is available.
14206
14207         * nntp.el (nntp-open-connection): Replace
14208         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14209         (nntp-open-ssl-stream): Ditto.
14210         (nntp-open-tls-stream): Ditto.
14211
14212         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14213         set-process-query-on-exit-flag or process-kill-without-query.
14214         (starttls-open-stream-gnutls): Use it instead of
14215         process-kill-without-query.
14216         (starttls-open-stream): Ditto.
14217
14218 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14219
14220         * smime.el (smime-cert-by-ldap-1): Don't use
14221         replace-regexp-in-string.
14222
14223 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14224
14225         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14226
14227         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14228         in PEM format.  Adjust to the XEmacs compability.
14229
14230 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14231
14232         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14233         by `string-to-number'.
14234         * gnus-agent.el (gnus-agent-regenerate-group)
14235         (gnus-agent-fetch-articles): Ditto.
14236         * gnus-art.el (gnus-button-fetch-group): Ditto.
14237         * gnus-cache.el (gnus-cache-generate-active)
14238         (gnus-cache-articles-in-group): Ditto.
14239         * gnus-group.el (gnus-group-set-current-level)
14240         (gnus-group-insert-group-line): Ditto.
14241         * gnus-score.el (gnus-score-set-expunge-below)
14242         (gnus-score-set-mark-below, gnus-summary-score-effect)
14243         (gnus-summary-score-entry): Ditto.
14244         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14245         (gnus-soup-pack): Ditto.
14246         * gnus-spec.el (gnus-xmas-format): Ditto.
14247         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14248         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14249         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14250         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14251         * nndb.el (nndb-get-remote-expire-response): Ditto.
14252         * nndiary.el (nndiary-parse-schedule-value)
14253         (nndiary-string-to-number, nndiary-request-replace-article)
14254         (nndiary-request-article): Ditto.
14255         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14256         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14257         * nneething.el (nneething-make-head): Ditto.
14258         * nnfolder.el (nnfolder-request-article)
14259         (nnfolder-retrieve-headers): Ditto.
14260         * nnheader.el (nnheader-file-to-number): Ditto.
14261         * nnkiboze.el (nnkiboze-request-article): Ditto.
14262         * nnmail.el (nnmail-process-unix-mail-format)
14263         (nnmail-process-babyl-mail-format): Ditto.
14264         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14265         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14266         (nnmh-request-create-group, nnmh-request-list-1)
14267         (nnmh-request-group, nnmh-request-article): Ditto.
14268         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14269         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14270         * nnsoup.el (nnsoup-make-active): Ditto.
14271         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14272         * nntp.el (nntp-find-group-and-number)
14273         (nntp-retrieve-headers-with-xover): Ditto.
14274         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14275         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14276         (pgg-format-key-identifier): Ditto.
14277         * pop3.el (pop3-last, pop3-stat): Ditto.
14278         * qp.el (quoted-printable-decode-region): Ditto.
14279
14280         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14281         of concat.
14282
14283 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14284
14285         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14286
14287         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14288
14289         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14290
14291         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14292
14293         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14294
14295         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14296
14297         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14298         (gnus-carpal-mode): Ditto.
14299
14300         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14301         (gnus-browse-mode): Ditto.
14302
14303         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14304
14305         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14306
14307 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14308
14309         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14310
14311 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14312
14313         * gnus-util.el (gnus-run-mode-hooks): New function.
14314
14315         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14316
14317         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14318         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14319
14320 2005-05-27  Lute Kamstra  <lute@gnu.org>
14321
14322         * dns-mode.el (dns-mode): Specify customization group.
14323
14324 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14325
14326         * gnus-agent.el (gnus-agent-make-mode-line-string):
14327         Use mode-line-highlight as mouse-face.
14328
14329 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14330
14331         * canlock.el (canlock): Change the parent group to news.
14332
14333         * deuglify.el (gnus-outlook-deuglify): Add :group.
14334
14335         * dig.el (dig): Add :group.
14336
14337         * dns-mode.el (dns-mode): Add :group.
14338
14339         * encrypt.el (encrypt): Add :group.
14340
14341         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14342         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14343         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14344         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14345         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14346
14347         * gnus-diary.el (gnus-diary): Add :group.
14348
14349         * gnus.el (gnus-group-news-1-face): Add :group.
14350         (gnus-group-news-1-empty-face): Ditto.
14351         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14352         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14353         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14354         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14355         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14356         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14357         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14358         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14359         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14360         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14361         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14362         (gnus-summary-high-ticked-face): Ditto.
14363         (gnus-summary-low-ticked-face): Ditto.
14364         (gnus-summary-normal-ticked-face): Ditto.
14365         (gnus-summary-high-ancient-face): Ditto.
14366         (gnus-summary-low-ancient-face): Ditto.
14367         (gnus-summary-normal-ancient-face): Ditto.
14368         (gnus-summary-high-undownloaded-face): Ditto.
14369         (gnus-summary-low-undownloaded-face): Ditto.
14370         (gnus-summary-normal-undownloaded-face): Ditto.
14371         (gnus-summary-high-unread-face): Ditto.
14372         (gnus-summary-low-unread-face): Ditto.
14373         (gnus-summary-normal-unread-face): Ditto.
14374         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14375         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14376
14377         * hashcash.el (hashcash): New custom group.
14378         (hashcash-default-payment): Add :group.
14379         (hashcash-payment-alist): Ditto.
14380         (hashcash-default-accept-payment): Ditto.
14381         (hashcash-accept-resources): Ditto.
14382         (hashcash-path): Ditto.
14383         (hashcash-extra-generate-parameters): Ditto.
14384         (hashcash-double-spend-database): Ditto.
14385         (hashcash-in-news): Ditto.
14386
14387         * message.el (message-minibuffer-local-map): Add :group.
14388
14389         * netrc.el (netrc): Add :group.
14390
14391         * sieve-manage.el (sieve-manage-log): Add :group.
14392         (sieve-manage-default-user): Diito.
14393         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14394         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14395         (sieve-manage-authenticators): Ditto.
14396         (sieve-manage-authenticator-alist): Ditto.
14397         (sieve-manage-default-port): Ditto.
14398
14399         * sieve-mode.el (sieve-control-commands-face): Add :group.
14400         (sieve-action-commands-face): Ditto.
14401         (sieve-test-commands-face): Ditto.
14402         (sieve-tagged-arguments-face): Ditto.
14403
14404         * smime.el (smime): Add :group.
14405
14406         * spam-report.el (spam-report): Add :group.
14407
14408         * spam.el (spam, spam-face): Add :group.
14409
14410 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14411
14412         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14413         return \n.\n.\n at the end of articles.  Protect against that.
14414         (nntp-with-open-group): Allow debugging.
14415
14416         * nnheader.el (mail-header-set-extra): Make into a function
14417         because I just could't understand how to quote the list properly.
14418
14419         * dns.el (query-dns-cached): New function.
14420
14421 2005-05-26  Lute Kamstra  <lute@gnu.org>
14422
14423         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14424
14425 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14426
14427         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14428
14429         * gnus-art.el: Don't autoload mail-extract-address-components.
14430
14431         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14432         eval-and-compile to evaluate it.
14433
14434         * hashcash.el: Don't autoload executable-find.
14435
14436         * nndb.el: Don't declare the nndb back end two or more times; don't
14437         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14438
14439         * nntp.el: Autoload format-spec instead of format; use
14440         eval-and-compile to evaluate autoload forms.
14441
14442 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14443
14444         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14445
14446 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14447
14448         * gnus.el (gnus-version-number): Bump version.
14449
14450 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14451
14452         * gnus.el: No Gnus v0.3 is released.
14453
14454 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14455
14456         * lpath.el (featurep): Bind show-nonbreak-escape.
14457
14458 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14459
14460         * gnus-art.el (gnus-article-edit-part): Disable undo.
14461
14462 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14463
14464         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14465         gnus-article-date-lapsed-new-header is t if date timer is active;
14466         skip headers in which the original date value is empty.
14467         (gnus-article-save-original-date): Redefine it as a macro.
14468         (gnus-display-mime): Use it.
14469
14470 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14471
14472         * gnus-art.el (article-date-ut): Support converting date in
14473         forwarded parts as well.
14474         (gnus-article-save-original-date): New function.
14475         (gnus-display-mime): Use it.
14476
14477 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14478
14479         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14480         enclosure element of <item>.
14481
14482 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14483
14484         * message.el (message-kill-buffer-query): Rename from
14485         `message-kill-buffer-query-if-modified'.  Add :version.
14486
14487 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14488
14489         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14490         window layout.
14491
14492 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14493
14494         * mml.el: Autoload dnd when compiling.
14495
14496 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14497
14498         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14499         x-dnd-*.
14500
14501 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14502
14503         * qp.el (quoted-printable-encode-region): Save excursion.
14504
14505 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14506
14507         * message.el (message-kill-buffer-query-if-modified): Add new variable
14508         so the user can kill a modified message buffer quickly.
14509         (message-kill-buffer): Use it.
14510
14511 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14512
14513         * lpath.el: Fbind display-time-event-handler; don't fbind
14514         string-to-multibyte.
14515
14516         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14517
14518 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14519
14520         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14521         contained in text because xml.el decodes entities) with LFs.
14522
14523 2005-04-11  Lute Kamstra  <lute@gnu.org>
14524
14525         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14526         differently.
14527
14528 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14529
14530         * mm-util.el (mm-detect-coding-region): Typo.
14531
14532 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14533
14534         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14535
14536 2005-04-06  Deepak Goel  <deego@gnufans.org>
14537
14538         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14539         user-function allow user modifications of the scores.
14540         (spam-stat-score-buffer-user): New function, to allow
14541         user-computed modifications to the score.
14542         (spam-stat-score-buffer-user-functions): List of additional
14543         scoring functions.
14544         (spam-stat-error-holder): Global temporary error holder.
14545         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14546         variable.
14547
14548 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14549
14550         * gnus-registry.el (gnus-registry-clean-empty-function)
14551         (gnus-registry-trim, gnus-registry-fetch-groups)
14552         (gnus-registry-delete-group): Groups that match
14553         `gnus-registry-ignored-groups' are removed from the registry
14554         entries, not just ignored for splitting.  This helps clean up the
14555         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14556         to get all the groups a message ID is in.
14557
14558         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14559         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14560         (spam-stat-score-buffer-user-functions): Add :number custom type.
14561
14562 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14563
14564         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14565         argument in XEmacs.
14566
14567         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14568         (nnrss-request-group): Decode group name first.
14569         (nnrss-request-article): Make a text/plain article if mml-to-mime
14570         failed.
14571         (nnrss-get-encoding): Return a compatible encoding according to
14572         nnrss-compatible-encoding-alist.
14573         (nnrss-find-el): Use consp instead of listp.
14574         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14575
14576 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14577
14578         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14579         which Emacs 20 doesn't support.
14580         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14581
14582 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14583
14584         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14585         silence the byte compiler inside the defun.
14586
14587         * gnus-demon.el (parse-time-string): Add autoload.
14588
14589         * gnus-delay.el (parse-time-string): Add autoload.
14590
14591         * gnus-art.el (parse-time-string): Add autoload.
14592
14593         * nnultimate.el (parse-time): Require for `parse-time-string'.
14594
14595 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14596
14597         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14598
14599         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14600
14601         * smime.el (smime-ldap-host-list): Add :version.
14602
14603 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14604
14605         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14606         pass it to `gnus-browse-read-group'.
14607         (gnus-browse-read-group): Add NUMBER argument and pass it to
14608         `gnus-group-read-ephemeral-group'.
14609
14610         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14611         argument and pass it to `gnus-group-read-group'.
14612
14613 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14614
14615         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14616         mm-xemacs-find-mime-charset-1 if we have the mule feature
14617         available at runtime.
14618
14619 2005-03-25  Werner Lemberg  <wl@gnu.org>
14620
14621         * nnmaildir.el: Replace `illegal' with `invalid'.
14622
14623 2005-03-23  Lute Kamstra  <lute@gnu.org>
14624
14625         * time-date.el: Add comment on time value formats.
14626         Don't require parse-time.
14627         (with-decoded-time-value): New macro.
14628         (encode-time-value): New function.
14629         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14630         (days-to-time): Return a valid time value when arg is huge.
14631         (time-since): Use time-subtract.
14632         (time-to-number-of-days): Use time-to-seconds.
14633
14634 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14635
14636         * gnus-start.el (gnus-display-time-event-handler):
14637         Check display-time-timer at runtime rather than only at load time
14638         in case display-time-mode is turned off in the mean time.
14639
14640 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14641
14642         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14643         used.
14644
14645         * nneething.el (nneething-map-file-directory): Derive from
14646         `gnus-directory'.
14647
14648         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14649         the To/Cc button.
14650
14651 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14652
14653         * nnmaildir.el (nnmaildir-request-accept-article):
14654         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14655
14656 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14657
14658         * gnus-async.el: Require timer-funcs at compile time when in
14659         XEmacs for `run-with-idle-timer'.
14660
14661 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14662
14663         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14664         autoloaded function.
14665
14666 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14667
14668         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14669
14670 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14671
14672         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14673
14674 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14675
14676         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14677         Add gnus-expert-user to default.
14678
14679 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14680
14681         * nnimap.el (nnimap-open-server): Ditto.
14682
14683         * imap.el (imap-authenticate): Fix typo.
14684
14685 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14686
14687         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14688         buffer (since IMAP server might return FETCH response out of
14689         order, and the nntp buffer must be sorted).
14690
14691 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14692
14693         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14694         comparison on string.
14695
14696         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14697         (gnus-agent-score): Rename category keywords to match gnus-cus.
14698         (gnus-agent-summary-fetch-series): Modify to protect against
14699         gnus-agent-summary-fetch-group clearing processable flags.
14700         (gnus-agent-synchronize-group-flags): Update live group buffer as
14701         synchronization may occur due to the user toggle the plugged
14702         status.
14703         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14704         successfully downloaded.
14705         (gnus-agent-expire-group-1): Avoid using markers when the overview
14706         is in ascending order; greatly improves performance.
14707         (gnus-agent-regenerate-group):
14708         Use gnus-agent-synchronize-group-flags to reset read status in both
14709         gnus and server.
14710         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14711
14712 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14713
14714         * message.el: Don't autoload former message-utils variables.
14715         (message-strip-subject-trailing-was): Change doc string.
14716
14717         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14718         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14719         (nnweb-google-search): Add "hl=en" here.
14720         (nnweb-google-parse-1, nnweb-google-create-mapping):
14721         Don't hardcode URL.
14722
14723 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14724
14725         * message.el (message-get-reply-headers, message-followup):
14726         Mention related variables `message-use-followup-to' and
14727         `message-use-mail-followup-to', in the information buffer.
14728
14729         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14730         of broken groups(-beta).google.com.
14731
14732 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14733
14734         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14735         parameter to invoked gnus-request-move-article; remove the
14736         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14737         all at once instead of once per article.
14738         (gnus-summary-remove-process-mark): Accept a list of articles as
14739         well as a single article for processing.
14740
14741         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14742         parameter.
14743
14744         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14745
14746         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14747
14748         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14749         parameter.
14750
14751         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14752         parameter.
14753
14754         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14755         parameter and remove the gnus-sum-hint-move-is-internal variable.
14756
14757         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14758         parameter.
14759
14760         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14761         parameter.
14762
14763         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14764         parameter.
14765
14766         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14767
14768         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14769         parameter.
14770
14771         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14772         parameter.
14773
14774 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14775
14776         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14777         a more conservative way.
14778
14779 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14780
14781         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14782         buffer, so it moves the window's cursor.
14783
14784 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14785
14786         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14787         `mm-dissect-multipart' and receive the from field as an (optional)
14788         argument from `mm-dissect-multipart'.
14789         (mm-dissect-multipart): Receive the from field as an argument and
14790         pass it on when we call `mm-dissect-buffer' on MIME parts.
14791         Fixes verification/decryption of signed/encrypted MIME parts.
14792
14793 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14794
14795         * gnus-sum.el (gnus-summary-move-article):
14796         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14797         whatever it calls (right now, only nnimap-request-move article
14798         respects it).
14799
14800         * nnimap.el (nnimap-request-move-article):
14801         When gnus-sum-hint-move-is-internal is set, don't do the extra
14802         nnimap-request-article.
14803
14804 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14805
14806         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14807
14808         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14809         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14810
14811         * gnus-sum.el (gnus-summary-caesar-message):
14812         Apply `gnus-treat-article' after rotation.
14813
14814         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14815         doc string.
14816
14817 2005-02-22  Simon Josefsson  <jas@extundo.com>
14818
14819         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14820         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14821         <arne@arnested.dk>.
14822         (encrypt): Add password-cache and password-cache-expiry as group
14823         members.
14824
14825 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14826
14827         * smime.el (smime-ldap-host-list): Doc fix.
14828         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14829         cache) password.
14830         (smime-sign-region): Use it.
14831         (smime-decrypt-region): Use it.
14832         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14833         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14834         fails.
14835         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14836         certificate from DER to PEM format rather than calling openssl.
14837
14838         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14839
14840         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14841         for signing/encryption.
14842
14843         * mml.el (mml-parse-1): Use them.
14844
14845 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14846
14847         * nnrss.el (nnrss-verbose): Remove.
14848         (nnrss-request-group): Use `nnheader-message' instead.
14849
14850 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14851
14852         * nnrss.el (nnrss-verbose): New variable.
14853         (nnrss-request-group): Make it say nnrss is requesting a group.
14854
14855 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14856
14857         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14858         Handle news URL with given port correctly.
14859
14860 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14861
14862         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14863         containing special characters.
14864
14865         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14866
14867         * mml.el (mime-to-mml): Ditto.
14868
14869         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14870         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14871         (rfc2047-decode-region): Quote decoded words containing special
14872         characters when rfc2047-quote-decoded-words-containing-tspecials
14873         is non-nil.
14874
14875 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14876
14877         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14878
14879         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14880
14881 2005-02-15  Simon Josefsson  <jas@extundo.com>
14882
14883         * nnimap.el (nnimap-debug): Doc fix.
14884
14885         * imap.el (imap-debug): Doc fix.
14886
14887 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14888
14889         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14890
14891 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14892
14893         * gnus.el (spam-contents): Improve docs for spam-contents
14894         parameter in its variable incarnation.
14895
14896 2005-02-14  Simon Josefsson  <jas@extundo.com>
14897
14898         * smime-ldap.el: Use require instead of load-library for ldap.
14899         (smime-ldap-search): Indent.
14900         (smime-ldap-search-internal): Shorten line.
14901
14902         * smime.el (smime-cert-by-dns): Add doc-string.
14903         (smime-cert-by-ldap-1): Indent.
14904
14905         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14906         mml-smime-get-dns-ldap.
14907         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14908
14909 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14910
14911         * smime.el: Require smime-ldap.
14912         (smime-ldap-host-list): New variable.
14913         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14914
14915         * mml-smime.el (mml-smime-encrypt-query): New function.
14916         (mml-smime-encrypt-query): Use it.
14917
14918         * smime-ldap.el: New file.
14919
14920 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14923
14924 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14925
14926         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14927         argument in doc string.  Make query for type more clear.
14928
14929 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14930
14931         * gnus.el (gnus-group-startup-message): Search for gnus images in
14932         etc/images/gnus.
14933         * mm-util.el (mm-image-load-path): Likewise.
14934         * smiley.el (smiley-data-directory): Search for smilies in
14935         etc/images/smilies.
14936
14937 2005-02-09  Kim F. Storm  <storm@cua.dk>
14938
14939         Change Emacs release version from 21.4 to 22.1 throughout.
14940         Change Emacs development version from 21.3.50 to 22.0.50.
14941
14942 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14943
14944         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14945
14946         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14947         non-Mule XEmacs as well.
14948         (mm-decompress-buffer): Signal an error intentionally if it does
14949         not decompress compressed data because auto-compression-mode is
14950         disabled.
14951
14952 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14953
14954         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14955         an ID in the registry even if it has no groups.
14956
14957 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14958
14959         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14960         merge it into mm-decompress-buffer.
14961         (gnus-mime-copy-part): Use the MIME part charset, the value which
14962         a user specified or gnus-newsgroup-charset for decoding, like
14963         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14964         save-buffer what was used.  Suggested by Kevin Ryde
14965         <user42@zip.com.au>.
14966         (gnus-mime-inline-part): Allow the name parameter as well as the
14967         filename parameter; force decompressing of compressed data; always
14968         display contents being not decoded as unibyte.
14969
14970         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14971         as well as the filename parameter.
14972
14973         * mm-util.el (mm-decompress-buffer):
14974         Merge gnus-mime-jka-compr-maybe-uncompress.
14975         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14976         of compressed data.
14977
14978 2005-02-08  Simon Josefsson  <jas@extundo.com>
14979
14980         * imap.el (imap-log): Doc fix.
14981
14982 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14983
14984         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14985         the coding cookies; decompress compressed parts.
14986
14987         * mml.el (mml-generate-mime-1): Add the charset parameter according
14988         to the value which a user specified manually or the coding cookie.
14989
14990         * mm-util.el (mm-string-to-multibyte): New function.
14991         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14992         (mm-coding-system-to-mime-charset): New function.
14993         (mm-decompress-buffer): New function.
14994         (mm-find-buffer-file-coding-system): New function.
14995
14996         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14997         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14998         parts.
14999
15000 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15001
15002         * mm-view.el (mm-display-inline-fontify): Decode a part according
15003         to the charset parameter.
15004
15005 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15006
15007         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15008         prefix arg is neither nil nor a number, as info specifies.
15009
15010 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15011
15012         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15013         timestamps.
15014
15015 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15016
15017         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15018         groups error checking and notify user.
15019
15020 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15021
15022         * message.el (message-send-mail-function): Check existence of
15023         sendmail-program first before using default value
15024         `message-send-mail-with-sendmail'.  Otherwise use more generic
15025         `smtpmail-send-it'.
15026
15027 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15028
15029         * nntp.el (nntp-request-update-info): Always return nil.
15030
15031 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15032
15033         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15034
15035 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15036
15037         * message.el (message-beginning-of-line): Change the behavior when
15038         invoked between BOL and : so that it first moves backward.
15039
15040 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15041
15042         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15043         article buffer when editing of the article is discarded.
15044         (gnus-article-prepare): Revert.
15045
15046 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * gnus-art.el (gnus-article-prepare):
15049         Remove message-strip-forbidden-properties from the local hook.
15050
15051 2005-01-27  Simon Josefsson  <jas@extundo.com>
15052
15053         * password.el (password-cache-add): Only start one timer per key.
15054         Reported by Derek Atkins <warlord@MIT.EDU>.
15055
15056 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15057
15058         * run-at-time.el: Remove.  It is no longer needed as
15059         timer-funcs.el in the xemacs-base package has a working version of
15060         `run-at-time'.
15061
15062         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15063
15064         * password.el: Require timer-funcs instead of run-at-time in
15065         XEmacs.
15066         Remove `password-run-at-time' macro.
15067         (password-cache-add): Use `run-at-time' instead of
15068         `password-run-at-time'.
15069
15070         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15071         Remove `nnheader-cancel-function-timers' alias,
15072         `cancel-function-timers' exists in XEmacs in timer-funcs.
15073
15074         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15075         for `run-with-idle-timer'.
15076
15077         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15078         for `run-at-time'.
15079
15080         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15081         for `with-timeout'.
15082
15083         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15084         the same as for XEmacs 21.4.
15085         No need to ignore `run-with-idle-timer', this function exists in
15086         XEmacs now in timer-funcs.el in the xemacs-base package.
15087         (dgnushack-compile): No need to delete
15088         run-at-time.el from the list of files to compile because it
15089         doesn't exist anymore.
15090
15091 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15092
15093         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15094         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15095
15096 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15097
15098         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15099         sensitively.
15100
15101 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15102
15103         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15104
15105 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15106
15107         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15108         which will be inserted according to the multibyteness of a buffer
15109         rather than the type of contents.  Suggested by ARISAWA Akihiro
15110         <ari@mbf.ocn.ne.jp>.
15111
15112         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15113         of string which old xml.el may return rather than a string.
15114
15115 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15116
15117         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15118
15119 2005-01-16  Simon Josefsson  <jas@extundo.com>
15120
15121         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15122         idn/idna.el isn't available.
15123         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15124         <michael@waxrat.com>.
15125
15126         * hashcash.el: Remove non-FSF copyright header.
15127
15128         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15129         (hashcash-generate-payment): Use it.
15130         (hashcash-generate-payment-async): Use it.
15131
15132 2005-01-15  Simon Josefsson  <jas@extundo.com>
15133
15134         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15135         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15136
15137         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15138         gnus-summary-idna-message.
15139         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15140         (gnus-summary-idna-message): New function.
15141
15142 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15143
15144         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15145         gnus-novice-user.
15146
15147 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15148
15149         * nnrss.el (nnrss-request-delete-group): Delete entries in
15150         nnrss-group-alist as well.
15151         (nnrss-save-server-data): Insert newline.
15152
15153 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15154
15155         * gnus.el (gnus-user-agent): Use list of symbols instead of
15156         symbols.  Display full version number for (S)XEmacs.
15157         Optionally display (S)XEmacs codename.
15158
15159         * gnus-util.el (gnus-emacs-version): Update for new
15160         `gnus-user-agent'.
15161
15162         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15163         Gnus version.
15164
15165 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15166
15167         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15168         which is unreadable in some setups.
15169
15170 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * gnus-spec.el (gnus-update-format-specifications): Flush the
15173         group format spec cache if it doesn't support decoded group names.
15174
15175 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15176
15177         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15178         Allow to apply decay on score files matching a regexp.
15179
15180 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15181
15182         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15183         compatibility in %g and %c.
15184
15185 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15186
15187         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15188         name for only %g and %c.
15189         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15190         of gnus-tmp-group to decoded group name.
15191         (gnus-group-make-rss-group): Exclude `/'s from group names.
15192
15193 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15194
15195         * nnrss.el (nnrss-get-encoding): Fix regexp.
15196
15197 2004-12-27  Simon Josefsson  <jas@extundo.com>
15198
15199         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15200         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15201         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15202
15203 2004-12-17  Kim F. Storm  <storm@cua.dk>
15204
15205         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15206
15207         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15208
15209 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15210
15211         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15212
15213 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15214
15215         * nnrss.el: Require rfc2047 and mml.
15216         (nnrss-file-coding-system): New variable.
15217         (nnrss-format-string): Redefine it as an inline function.
15218         (nnrss-decode-group-name): New function.
15219         (nnrss-string-as-multibyte): Remove.
15220         (nnrss-retrieve-headers): Decode group name; don't use
15221         nnrss-format-string.
15222         (nnrss-request-group): Decode group name.
15223         (nnrss-request-article): Decode group name; allow a Message-ID as
15224         well as an article number; don't use nnrss-format-string; encode a
15225         Message-ID string which may contain non-ASCII characters; use
15226         mml-to-mime to compose a MIME article.
15227         (nnrss-request-expire-articles): Decode group name.
15228         (nnrss-request-delete-group): Decode group name.
15229         (nnrss-fetch): Clarify error message.
15230         (nnrss-read-server-data): Use insert-file-contents instead of load;
15231         bind file-name-coding-system; use multibyte buffer.
15232         (nnrss-save-server-data): Bind coding-system-for-write to the
15233         value of nnrss-file-coding-system; bind file-name-coding-system;
15234         add coding cookie.
15235         (nnrss-read-group-data): Use insert-file-contents instead of load;
15236         bind file-name-coding-system; use multibyte buffer.
15237         (nnrss-save-group-data): Bind coding-system-for-write to the
15238         value of nnrss-file-coding-system; bind file-name-coding-system.
15239         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15240         make it work with non-ASCII text.
15241         (nnrss-find-el): Make it work with old xml.el as well.
15242
15243 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15244
15245         * nnrss.el (nnrss-get-encoding): New function.
15246         (nnrss-fetch): Use unibyte buffer initially; bind
15247         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15248         decode contents according to the encoding attribute.
15249         (nnrss-save-group-data): Add coding cookie.
15250         (nnrss-mime-encode-string): New function.
15251         (nnrss-check-group): Use it to encode subject and author.
15252
15253 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15254
15255         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15256         imaginary variable.
15257
15258 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15259
15260         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15261         correctly even if there are wide characters.
15262
15263 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15264
15265         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15266         downcased symbol names; make a new cache instead of reusing
15267         bbdb-hashtable.
15268
15269 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15270
15271         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15272         concatenating segments rather than before concatenating them.
15273         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15274
15275         * message.el (message-get-reply-headers): Bind `extra'.
15276
15277 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15278
15279         * message.el (message-extra-wide-headers): New variable.
15280         (message-get-reply-headers): Use it.
15281
15282 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15283
15284         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15285         (gnus-agent-group-pathname): Ditto.
15286
15287         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15288
15289         * gnus-group.el (gnus-group-make-group): Decode group name.
15290         (gnus-group-make-rss-group): Register the group data after opening
15291         the nnrss group.
15292
15293 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15294
15295         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15296         by expiry now get marked as read.
15297
15298 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15299
15300         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15301
15302 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15303
15304         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15305         unify Latin characters in XEmacs.
15306         (mm-find-mime-charset-region): Use it.
15307
15308 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15309
15310         * gnus-util.el (gnus-delete-directory): New function.
15311
15312         * gnus-agent.el (gnus-agent-delete-group): Use it.
15313
15314         * gnus-cache.el (gnus-cache-delete-group): Use it.
15315
15316 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15317
15318         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15319         names.
15320
15321 2004-12-16  Simon Josefsson  <jas@extundo.com>
15322
15323         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15324
15325 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15326
15327         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15328
15329         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15330         (gnus-group-set-current-level): Decode group name.
15331
15332 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15333
15334         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15335         failed.
15336
15337 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * gnus-group.el (gnus-group-delete-group): Decode group name.
15340         (gnus-group-make-rss-group): Encode group name.
15341         (gnus-group-catchup-current): Decode group name.
15342         (gnus-group-kill-group): Decode group name.
15343
15344 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15345
15346         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15347
15348 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15349
15350         * gnus-group.el (gnus-group-make-rss-group):
15351         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15352
15353         * gnus-start.el (gnus-setup-news): Honor user's setting to
15354         gnus-message-archive-method.  Suggested by Lute Kamstra
15355         <lute@gnu.org>.
15356
15357 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15358
15359         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15360         global counterparts of the buffer-local variables.
15361
15362 2004-11-16  Romain Francoise  <romain@orebokech.com>
15363
15364         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15365         counterparts of the buffer-local variables.
15366
15367 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15368
15369         * message.el (message-forbidden-properties): Fix typo in doc
15370         string.
15371
15372 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15373
15374         * gnus-util.el (gnus-replace-in-string): Add doc string.
15375
15376         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15377         to avoid problems when splitting mails with many recipients.
15378
15379 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15380
15381         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15382         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15383
15384 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15385
15386         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15387         if there is no hashtable in memory or file modification time is
15388         newer than cached timestamp.
15389
15390 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15391
15392         * gnus-sum.el (gnus-summary-limit-to-recipient):
15393         Implement not-matching option.
15394
15395 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15396
15397         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15398         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15399         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15400         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15401         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15402         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15403
15404 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15405
15406         * message.el (message-forward-make-body-mml): Remove headers
15407         according to message-forward-ignored-headers if a message is decoded.
15408
15409 2004-12-02  Romain Francoise  <romain@orebokech.com>
15410
15411         * message.el (message-forward-make-body-plain): Always remove
15412         headers according to message-forward-ignored-headers.
15413
15414 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15415
15416         * spam.el (spam-summary-prepare-exit): Remove the
15417         gnus-summary-limit pop for now, it has problems with ham marks for
15418         me.
15419
15420 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15421
15422         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15423         correctly.
15424
15425 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15426
15427         * format-spec.el (format-spec): Message the char.
15428
15429 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15430
15431         * gnus-art.el (gnus-split-methods): Reformat comments.
15432
15433         * spam.el (spam-summary-prepare-exit): Remove article limits
15434         before exiting the summary buffer.
15435
15436 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15437
15438         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15439         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15440
15441         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15442         order to silence the byte compiler.
15443
15444         * spam.el: Fix the way to silence the byte compiler, which
15445         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15446         bbdb-search-simple, spam-BBDB-register-routine,
15447         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15448         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15449         spam-stat-buffer-is-spam, spam-stat-load,
15450         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15451         spam-stat-save and spam-stat-split-fancy.
15452
15453 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15454
15455         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15456         which may confuse users.
15457         (canlock-password-for-verify): Ditto.
15458
15459         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15460
15461         * gnus-art.el (gnus-emphasis-alist): Ditto.
15462
15463         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15464
15465         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15466
15467         * gnus-start.el (gnus-save-killed-list): Ditto.
15468
15469         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15470         (gnus-sum-thread-tree-root): Ditto.
15471         (gnus-sum-thread-tree-false-root): Ditto.
15472         (gnus-sum-thread-tree-single-indent): Ditto.
15473
15474         * message.el (message-courtesy-message): Ditto.
15475         (message-archive-note): Ditto.
15476         (message-subscribed-address-file): Ditto.
15477         (message-user-fqdn): Ditto.
15478
15479         * spam-report.el (spam-report-gmane-regex): Ditto.
15480
15481         * spam.el (spam-blackhole-good-server-regex): Ditto.
15482
15483 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15484
15485         * mml.el (mml-preview): Widen the message buffer before copying
15486         the contents to the preview buffer; sort headers before previewing.
15487
15488         * message.el (message-hidden-headers): Fix the way to avoid a bug
15489         in the `repeat' widget in Emacs 21.3 or earlier.
15490
15491 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15492
15493         * message.el (message-hidden-headers): Default to "^References:".
15494         Improve customization type.  Suggested by Reiner Steib
15495         <Reiner.Steib@gmx.de>.
15496
15497 2004-11-25  Romain Francoise  <romain@orebokech.com>
15498
15499         * message.el (message-strip-forbidden-properties): Remove check for
15500         obsolete `message-hidden' text property, hidden headers are not
15501         accessible in the buffer anymore.
15502
15503 2004-11-22  Romain Francoise  <romain@orebokech.com>
15504
15505         * message.el (message-header-format-alist): Add `From' in list
15506         so that it can be sorted.
15507         (message-fix-before-sending): Widen and sort headers before
15508         sending.
15509         (message-hide-headers): Use narrowing to hide headers by moving
15510         them to the top of the buffer and narrowing to the region
15511         underneath.
15512
15513 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15514
15515         * message.el (message-strip-forbidden-properties):
15516         Bind buffer-read-only (etc) to nil.
15517
15518 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15519
15520         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15521         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15522
15523 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15524
15525         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15526
15527 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15528
15529         * dns.el (query-dns): Use sit-for to time instead of
15530         accept-process-output, since that doesn't seem to work on udp
15531         sockets.
15532
15533 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15534
15535         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15536
15537 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15538
15539         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15540         doc string.  Improve doc string.
15541
15542 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15543
15544         * nntp.el (nntp-request-update-info): Return nil if
15545         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15546         may not call gnus-activate-group which uselessly issues the GROUP
15547         commands for all nntp groups and wastes time.  Reported by Romain
15548         Francoise <romain@orebokech.com>.
15549
15550         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15551
15552 2004-11-15  Simon Josefsson  <jas@extundo.com>
15553
15554         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15555         headers separately.
15556         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15557         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15558
15559 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15560
15561         * gnus-start.el (gnus-convert-old-newsrc):
15562         Assign legacy-gnus-agent to 5.10.7.
15563
15564 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15565
15566         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15567         start of the lines.
15568
15569 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15570
15571         * hashcash.el (hashcash-default-payment): Change default to 20.
15572         (hashcash-default-accept-payment): Change default to 20.
15573         (hashcash-process-alist): New variable.
15574         (hashcash-generate-payment-async): Add.
15575         (hashcash-already-paid-p): Add.
15576         (hashcash-insert-payment): Don't generate payments twice.
15577         (hashcash-insert-payment-async): Add.
15578         (hashcash-insert-payment-async-2): Add.
15579         (hashcash-cancel-async): Add.
15580         (hashcash-wait-async): Add.
15581         (hashcash-processes-running-p): Add.
15582         (hashcash-wait-or-cancel): Add.
15583         (mail-add-payment): New optional argument.  Conditionally start
15584         asynchronous calculation.
15585         (mail-add-payment-async): Add.
15586
15587         * message.el (message-send-mail): Wait for asynchronous hashcash
15588         results.  Don't clobber existing X-Hashcash headers.
15589         (message-setup-1): Call mail-add-payment-async when
15590         message-generate-hashcash is non-nil.
15591
15592 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15593
15594         * message.el (message-use-alternative-email-as-from): Examine the
15595         From header as well; use message-make-from in order to include a
15596         user's full name.
15597
15598 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15599
15600         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15601         default; improve customization type.
15602         (gnus-emphasis-custom-with-format): New macro.
15603         (gnus-emphasis-custom-value-to-external): New function.
15604         (gnus-emphasis-custom-value-to-internal): New function.
15605
15606 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15607
15608         * dns.el (query-dns): Resolve reverse addresses.
15609
15610 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15611
15612         * gnus-group.el (gnus-group-get-new-news): Use it.
15613
15614         * gnus-start.el (gnus-check-reasonable-setup): New function.
15615
15616 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15617
15618         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15619         "Args out of range" error.  Reported by Arnaud Giersch
15620         <arnaud.giersch@free.fr>.
15621
15622 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15623
15624         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15625
15626 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15627
15628         * spam.el (spam group): Add :version.
15629
15630         * pgg-def.el (pgg group): Add :version.
15631
15632 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15633
15634         * gnus-art.el (gnus-article-edit-article): Don't associate the
15635         article buffer with a draft file.  This is a temporary measure
15636         against the 2004-08-22 change to gnus-article-edit-mode.
15637
15638 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15639
15640         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15641         (html2text-format-tags): Remove unused variable `attr'.
15642
15643 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15644
15645         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15646
15647         * tls.el (tls-process-connection-type, tls-success)
15648         (tls-certtool-program): Add :version.
15649
15650         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15651         (starttls-extra-arguments, starttls-process-connection-type)
15652         (starttls-connect, starttls-failure, starttls-success): Add :version.
15653
15654         * spam-stat.el (spam-stat): Add :version.
15655
15656         * sieve.el (sieve): Add :version.
15657
15658         * sha1.el (sha1): Add :version.
15659         (sha1-use-external): Remove redundant version.
15660
15661         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15662         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15663         (nnmail-split-fancy-match-partial-words)
15664         (nnmail-split-lowercase-expanded): Add :version.
15665
15666         * nndiary.el (nndiary): Add :version.
15667
15668         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15669
15670         * mml-sec.el (mml-default-sign-method)
15671         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15672         Add :version.
15673
15674         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15675
15676         * mm-url.el (mm-url-use-external, mm-url-program)
15677         (mm-url-arguments): Add :version.
15678
15679         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15680         (mm-attachment-file-modes, mm-decrypt-option)
15681         (mm-w3m-safe-url-regexp): Add :version.
15682
15683         * message.el (message-cite-prefix-regexp)
15684         (message-sendmail-envelope-from, message-minibuffer-local-map)
15685         (message-user-fqdn, message-completion-alist): Add :version.
15686
15687         * gnus-win.el (gnus-configure-windows-hook)
15688         (gnus-use-frames-on-any-display): Add :version.
15689
15690         * gnus-art.el (gnus-article-address-banner-alist)
15691         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15692         (gnus-treat-from-picon, gnus-treat-mail-picon)
15693         (gnus-treat-x-pgp-sig): Add :version.
15694
15695         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15696         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15697         (gnus-summary-article-delete-hook)
15698         (gnus-summary-display-while-building): Add :version.
15699
15700         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15701         (gnus-get-top-new-news-hook): Add :version.
15702
15703         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15704         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15705
15706         * gnus-registry.el (gnus-registry): Add :version.
15707
15708         * gnus-spec.el (gnus-use-correct-string-widths)
15709         (gnus-make-format-preserve-properties): Add :version.
15710
15711         * gnus.el (gnus-group-charter-alist)
15712         (gnus-group-fetch-control-use-browse-url)
15713         (gnus-install-group-spam-parameters): Add :version.
15714
15715         * gnus-diary.el (gnus-diary): Add :version.
15716
15717         * gnus-delay.el (gnus-delay): Add :version.
15718
15719         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15720         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15721         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15722         Add :version.
15723
15724         * gnus-agent.el (gnus-agent-max-fetch-size)
15725         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15726         (gnus-agent-prompt-send-queue): Add :version.
15727
15728         * deuglify.el (gnus-outlook-deuglify): Add :version.
15729
15730         * html2text.el: Beautify code.  Improve doc strings.
15731         Some checkdoc cleanup.
15732         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15733
15734 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15735
15736         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15737
15738 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15739
15740         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15741         when package is loaded.
15742
15743         * spam.el (spam-summary-score-preferred-header): Add global preference
15744         for people who want to override the default SpamAssassin over
15745         Bogofilter preference (when both are set).
15746         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15747         (spam-user-format-function-S):
15748         Check spam-summary-score-preferred-header.
15749         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15750         (spam-user-format-function-S): Format the score correctly.
15751
15752 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15753
15754         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15755         signature file.  Suggested by Manoj Srivastava
15756         <srivasta@golden-gryphon.com>.
15757
15758         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15759         iso-2022-jp even in the Japanese language environment.
15760         Suggested by Jason Rumney <jasonr@gnu.org>.
15761
15762 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15763
15764         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15765         use the same characters as the dummy marks; make it free from
15766         getting affected by the language environment.
15767         (gnus-summary-read-group-1): Update mark positions only when the
15768         format spec is updated.
15769
15770         * gnus-spec.el (gnus-update-format-specifications): Return a list
15771         of updated types.
15772
15773 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15774
15775         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15776         of boundp to check if display-warning is available.
15777
15778 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15779
15780         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15781
15782 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15783
15784         * nnspool.el (nnspool-spool-directory): Use news-path if the
15785         news-directory variable is not bound.
15786
15787         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15788         function instead of display-warning if it is not available.
15789
15790 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15791
15792         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15793         v5-10: Use `point-at-bol'.
15794
15795 2004-10-26  Simon Josefsson  <jas@extundo.com>
15796
15797         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15798         <chenggao@gmail.com>.
15799
15800 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15801
15802         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15803         instead.
15804
15805 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15806
15807         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15808         to remove a server from the nnimap-server-buffer-alist.
15809         (nnimap-open-connection, nnimap-close-server): Use it.
15810
15811         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15812
15813 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15814
15815         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15816         running the major-mode function.
15817
15818 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15819
15820         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15821         dummy marks in the right way.
15822
15823 2004-10-18  David Edmondson  <dme@dme.org>
15824
15825         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15826         excessively.
15827
15828 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15829
15830         * gnus-util.el (gnus-split-references): Accept a nil references
15831         string and go on blissfully.
15832
15833         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15834         cases where the references string is non-nil but has no references.
15835
15836         * encrypt.el: Add autoload tags.
15837
15838         * spam.el (spam-resolve-registrations-routine): Remove article
15839         from unregistration list too.  Reported by David Hanak
15840         <dhanak@isis.vanderbilt.edu>
15841
15842 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15843
15844         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15845         nil.  Change custom type.
15846
15847 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15848
15849         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15850
15851         * gnus-sum.el (gnus-summary-move-article): Use it.
15852
15853 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15854
15855         * encrypt.el: Add autoload cookies.
15856
15857         * spam.el (spam-backend-article-list-property)
15858         (spam-backend-get-article-todo-list)
15859         (spam-backend-put-article-todo-list)
15860         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15861         Resolve registrations separately.
15862         (spam-register-routine): Format comments.
15863         (spam-unregister-routine, spam-register-routine): Always call with
15864         specific-articles, no default list.
15865         (spam-summary-prepare-exit): Use the spam-classifications function.
15866
15867         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15868         gnus-encrypt.el.
15869
15870         * encrypt.el: Copied from gnus-encrypt.el.
15871
15872         * gnus-encrypt.el: Commented that it's obsolete.
15873
15874 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15875
15876         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15877         (gnus-score-save): Use it.
15878
15879         * message.el (message-bury): Use `window-dedicated-p'.
15880
15881 2004-10-15  Simon Josefsson  <jas@extundo.com>
15882
15883         * pop3.el (top-level): Don't require nnheader.
15884         (pop3-read-timeout): Add.
15885         (pop3-accept-process-output): Add.
15886         (pop3-read-response, pop3-retr): Use it.
15887
15888 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15889
15890         * spam.el (spam-register-routine): Move comment.
15891         (spam-verify-bogofilter): Use 'unknown for the initial
15892         spam-bogofilter-valid state, not 'never.
15893
15894         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15895         for netrc-machine.
15896
15897         * nnimap.el (nnimap-open-connection):
15898         Use netrc-machine-user-or-password.
15899
15900 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15901
15902         * gnus-registry.el (gnus-registry-unload-hook):
15903         Set as a variable with add-hook.
15904
15905         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15906         of news-path.
15907
15908         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15909
15910         * spam.el: Delete duplicate `provide'.
15911         (spam-unload-hook): Set as a variable with add-hook.
15912
15913 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15914
15915         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15916         in the doc string.
15917
15918         * message.el (message-ignored-news-headers)
15919         (message-ignored-supersedes-headers)
15920         (message-ignored-resent-headers)
15921         (message-forward-ignored-headers): Improve custom type.
15922
15923 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15924
15925         * message.el (message-tokenize-header): Fix 2004-09-06 change
15926         which used point-min in the wrong place.
15927
15928 2004-10-12  Simon Josefsson  <jas@extundo.com>
15929
15930         * tls.el (tls-certtool-program): New variable.
15931         (tls-certificate-information): New function, based on
15932         ssl-certificate-information.
15933
15934 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15935
15936         * compface.el: Move the version of ELisp-based uncompface program
15937         to the contrib directory because of the copyright problem.
15938
15939 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15940
15941         * message.el (message-kill-buffer): Raise the current frame.
15942
15943 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15944
15945         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15946
15947         * gnus.el (message-y-or-n-p): Autoload.
15948
15949         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15950         (pop3-password-required, pop3-authentication-scheme)
15951         (pop3-leave-mail-on-server): Make customizable.
15952         (pop3): New custom group.
15953         (pop3-retr): Remove `sleep-for' statements.
15954         Suggested by Dave Love <fx@gnu.org>.
15955
15956         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15957         Windows/DOS.
15958
15959         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15960         (imap-parse-body): Fix incorrect use of `assert'.
15961         Suggested by Dave Love <fx@gnu.org>.
15962
15963         * mml.el (mml-minibuffer-read-disposition): Require match.
15964         Suggested by Dave Love <fx@gnu.org>.
15965
15966 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15967
15968         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15969         doc string.
15970
15971 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15972
15973         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15974
15975 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15976
15977         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15978         instead of calling `mm-insert-inline', to decode text/* parts
15979         before displaying them.
15980
15981 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15982
15983         * mm-uu.el (mm-uu-text-plain-type): New variable.
15984         (mm-uu-pgp-signed-extract-1): Use it.
15985         (mm-uu-pgp-encrypted-extract-1): Use it.
15986         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15987         bind mm-uu-text-plain-type with that value.
15988         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15989         mm-uu-dissect.
15990
15991 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15992
15993         * gnus-group.el (gnus-update-group-mark-positions):
15994         * gnus-sum.el (gnus-update-summary-mark-positions):
15995         * message.el (message-check-news-body-syntax):
15996         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15997         of string-as-multibyte.
15998
15999 2004-10-05  Juri Linkov  <juri@jurta.org>
16000
16001         * gnus-group.el (gnus-update-group-mark-positions):
16002         * gnus-sum.el (gnus-update-summary-mark-positions):
16003         * message.el (message-check-news-body-syntax):
16004         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16005         8-bit unibyte values to a multibyte string for search functions.
16006
16007 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16008
16009         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16010         (mm-uu-dissect-text-parts): New function.
16011
16012         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16013         dissect text parts.
16014
16015         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16016         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16017
16018         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16019
16020         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16021         Use gnus-current-topics instead of gnus-current-topic.
16022
16023 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16024
16025         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16026
16027 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16028
16029         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16030         where approriate.
16031
16032         * nnml.el (nnml-generate-active-info): do.
16033
16034         * nndiary.el (nndiary-generate-active-info): do.
16035
16036         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16037         (gnus-topic-move): do.
16038
16039         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16040         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16041
16042         * gnus-srvr.el (gnus-server-prepare)
16043         (gnus-server-open-all-servers): do.
16044
16045         * gnus-msg.el (gnus-summary-cancel-article)
16046         (gnus-summary-resend-message)
16047         (gnus-summary-mail-crosspost-complaint): do.
16048
16049         * gnus-move.el (gnus-change-server): do.
16050
16051         * gnus-group.el (gnus-group-unmark-all-groups)
16052         (gnus-group-set-current-level): do.
16053
16054 2004-10-04  Simon Josefsson  <jas@extundo.com>
16055
16056         * message.el (message-generate-hashcash): Doc fix.
16057
16058 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16059
16060         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16061         avoid infinite recursion via gnus-get-function.
16062
16063 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16064
16065         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16066
16067         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16068
16069         * nnmail.el (nnmail-split-history): do.
16070
16071         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16072         (nnml-request-delete-group): do.
16073
16074         * nnslashdot.el (nnslashdot-read-groups): do.
16075
16076         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16077         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16078
16079         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16080         (nnspool-sift-nov-with-sed): Use last.
16081         (nnspool-retrieve-headers-with-nov): Use mapc.
16082         (nnspool-request-newgroups): Use dolist.
16083         (nnspool-request-group): Use last.
16084
16085         * nntp.el (nntp-read-server-type): Use dolist.
16086
16087         * nnvirtual.el (nnvirtual-create-mapping)
16088         (nnvirtual-update-read-and-marked): Use dolist.
16089         (nnvirtual-convert-headers): Simplify.
16090
16091 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16092
16093         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16094         Add support for sync'ing tick marks.
16095
16096 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16097
16098         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16099         there's no visible header.
16100
16101 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16102
16103         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16104         When necessary, pass full group name to gnus-request-set-marks.
16105
16106 2004-10-01  Simon Josefsson  <jas@extundo.com>
16107
16108         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16109         acroread.
16110
16111 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16112
16113         * spam-report.el (spam-report-gmane): Fix interactive.
16114
16115         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16116
16117         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16118         when writing file.
16119         (gnus-agent-synchronize-flags): Don't default to being
16120         interactive.
16121
16122 2004-09-30  Simon Josefsson  <jas@extundo.com>
16123
16124         * message.el (message-generate-hashcash): Add.
16125         (message-send-mail): Use it, call mail-add-payment.
16126
16127 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16128
16129         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16130
16131 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16132
16133         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16134         gnus-requst-update-info with explicit code to sync the in-memory
16135         info read flags with the marks being sync'd to the backend.
16136
16137         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16138
16139 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16140
16141         * spam.el (spam-verify-bogofilter): Add new function.
16142         (spam-check-bogofilter)
16143         (spam-bogofilter-register-with-bogofilter): Use it.
16144         (spam-verify-bogofilter): Add small fixes.
16145
16146 2004-09-28  Simon Josefsson  <jas@extundo.com>
16147
16148         * hashcash.el (hashcash-generate-payment): Revert.
16149
16150 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16151
16152         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16153         Use gnus-extract-references instead of gnus-split-references.
16154
16155         * gnus-util.el (gnus-extract-references): Add new function, analogous
16156         to gnus-split-references but extracts only the message-ID without
16157         anything extra.
16158
16159         * hashcash.el (hashcash-generate-payment)
16160         (hashcash-check-payment): Do the right thing if hashcash-path is
16161         nil (because the hashcash program could not be found).
16162
16163         * spam.el (spam-use-hashcash): Remove comment.
16164
16165 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16166
16167         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16168         (gnus-cache-enter-article, gnus-cache-remove-article)
16169         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16170
16171         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16172
16173         * gnus-art.el (article-hide-boring-headers)
16174         (article-translate-strings, article-display-face)
16175         (gnus-article-mime-match-handle-first)
16176         (gnus-article-highlight-headers)
16177         (gnus-article-add-buttons-to-head): do.
16178
16179 2004-09-27  Simon Josefsson  <jas@extundo.com>
16180
16181         * hashcash.el: New version, from
16182         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16183         ../contrib/.
16184
16185 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16186
16187         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16188
16189 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16190
16191         * gnus-dup.el (gnus-dup-open): Use mapc.
16192         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16193
16194         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16195         Reported by Stefan Wiens <s.wi@gmx.net>.
16196
16197         * gnus.el (gnus-shutdown): Use dolist.
16198
16199         * gnus-undo.el (gnus-undo): Use mapc.
16200
16201         * nnrss.el (nnrss-generate-active): do.
16202
16203         * message.el (message-cite-original-without-signature)
16204         (message-cite-original): Use mapc.
16205         (message-do-actions, message-make-forward-subject): Use dolist.
16206
16207 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16208
16209         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16210         deletion to remove entire duplicate line.  Fixes merged article
16211         number bug.
16212
16213 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16214
16215         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16216         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16217         first ask if you want to open a server and then, even when you
16218         responded with no, asking if you want to synchronize the server's
16219         flags.
16220         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16221         multi-line expressions.
16222         (gnus-agent-synchronize-group-flags): New internal function.
16223         Updates marks in memory (in the info structure) AND in the
16224         backend.
16225
16226         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16227
16228         * nnagent.el (nnagent-request-set-mark):
16229         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16230         method, to ensure that synchronization updates marks in the
16231         backend and in the info (in memory) structure.
16232
16233 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16234
16235         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16236         convention fully; don't miss the root article of a thread; make
16237         the X-Draft-From header with correct article numbers.
16238
16239 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16240
16241         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16242         unless plugged.  Disable the agent so that an open failure causes
16243         an error.
16244
16245         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16246         Revert 2004-09-21 change.  The backend must be opened while
16247         synchronizing flags even when the backend stores the flags
16248         locally.
16249
16250 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16251
16252         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16253         in `header' match.  Reported by Svend Tollak Munkejord.
16254
16255         * message.el (message-cite-original): Fix use of
16256         `message-cite-articles-with-x-no-archive'.
16257
16258 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16259
16260         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16261         (gnus-window-to-buffer): Ditto.
16262
16263         * mml.el (mml-preview-buffer): New variable.
16264         (mml-preview): Manage window layout with gnus-buffer-configuration.
16265
16266         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16267         X-Draft-From header even if those articles aren't quoted.
16268
16269 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16270
16271         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16272         (gnus-request-set-mark, gnus-request-update-mark): Use new
16273         g-s-t-u-l-m to decide to use backend even when unplugged.
16274
16275 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16276
16277         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16278         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16279
16280 2004-09-20  Simon Josefsson  <jas@extundo.com>
16281
16282         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16283         "utf-16-le".
16284
16285 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16286
16287         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16288
16289 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16290
16291         * uudecode.el (uudecode-use-external): Add :version.
16292
16293         * smime.el (smime-CA-file, smime-encrypt-cipher)
16294         (smime-dns-server): Add :version.
16295
16296         * smiley.el (gnus-smiley-file-types): Add :version.
16297
16298         * sha1.el (sha1-use-external): Add :version.
16299
16300         * pgg-def.el (pgg-query-keyserver): Add :version.
16301
16302         * nnmail.el (nnmail-fancy-expiry-targets)
16303         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16304         Add :version.
16305
16306         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16307         (nnimap-retrieve-groups-asynchronous): Add :version.
16308         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16309
16310         * mml.el (mml-content-disposition-parameters)
16311         (mml-insert-mime-headers-always): Add :version.
16312
16313         * mm-util.el (mm-coding-system-priorities): Add :version.
16314
16315         * mm-decode.el (mm-inline-text-html-with-images)
16316         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16317         (mm-verify-option): Add :version.
16318         (mm-text-html-renderer): Change :version.
16319
16320         * message.el (message-fcc-externalize-attachments)
16321         (message-required-headers, message-draft-headers)
16322         (message-subject-trailing-was-query)
16323         (message-subject-trailing-was-ask-regexp)
16324         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16325         (message-mark-insert-end, message-archive-header)
16326         (message-archive-note, message-cross-post-default)
16327         (message-cross-post-note, message-followup-to-note)
16328         (message-cross-post-note-function, message-use-mail-followup-to)
16329         (message-subscribed-address-functions)
16330         (message-subscribed-address-file, message-subscribed-addresses)
16331         (message-subscribed-regexps, message-allow-no-recipients)
16332         (message-yank-cited-prefix, message-signature-insert-empty-line)
16333         (message-hidden-headers, message-hierarchical-addresses)
16334         (message-mail-user-agent, message-use-idna)
16335         (message-valid-fqdn-regexp)
16336         (message-strip-special-text-properties, message-header-synonyms)
16337         (message-beginning-of-line, message-tab-body-function): Add :version.
16338         (message-insert-canlock, message-wide-reply-confirm-recipients):
16339         Change :version.
16340
16341         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16342         and :version.
16343         (mail-source-delete-old-incoming-confirm)
16344         (mail-source-movemail-program): Add :version.
16345
16346         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16347         (gnus-agent-cache, gnus-agent): Change :version.
16348
16349         * gnus-util.el (gnus-use-byte-compile): Change :version.
16350
16351         * gnus-sum.el (gnus-summary-make-false-root-always)
16352         (gnus-summary-default-high-score)
16353         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16354         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16355         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16356         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16357         (gnus-sum-thread-tree-single-indent)
16358         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16359         (gnus-sum-thread-tree-leaf-with-other)
16360         (gnus-sum-thread-tree-single-leaf): Add :version.
16361         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16362         (gnus-article-loose-mime): Change :version.
16363
16364         * gnus-start.el (gnus-backup-startup-file)
16365         (gnus-save-startup-file-via-temp-buffer): Add :version.
16366
16367         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16368         (gnus-server-offline-face): Add :version.
16369
16370         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16371
16372         * gnus-msg.el (gnus-gcc-externalize-attachments)
16373         (gnus-debug-files, gnus-debug-exclude-variables)
16374         (gnus-discouraged-post-methods): Change :version.
16375         (gnus-confirm-mail-reply-to-news)
16376         (gnus-confirm-treat-mail-like-news): Add :version.
16377
16378         * gnus-int.el (gnus-server-unopen-status): Add :version.
16379
16380         * gnus-group.el (gnus-group-jump-to-group-prompt)
16381         (gnus-large-ephemeral-newsgroup)
16382         (gnus-fetch-old-ephemeral-headers): Add :version.
16383
16384         * gnus-fun.el (gnus-x-face-directory)
16385         (gnus-convert-pbm-to-x-face-command)
16386         (gnus-convert-image-to-x-face-command)
16387         (gnus-convert-image-to-face-command): Add :version.
16388
16389         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16390
16391         * gnus-cite.el (gnus-cite-blank-line-after-header)
16392         (gnus-article-boring-faces): Add :version.
16393
16394         * gnus-art.el (gnus-buttonized-mime-types)
16395         (gnus-inhibit-mime-unbuttonizing)
16396         (gnus-treat-display-face)
16397         (gnus-treat-body-boundary): Change :version.
16398         (gnus-body-boundary-delimiter, gnus-picon-databases)
16399         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16400         (gnus-treat-date-english, gnus-treat-fold-headers)
16401         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16402         (gnus-treat-mail-picon, gnus-treat-wash-html)
16403         (gnus-article-encrypt-protocol)
16404         (gnus-use-idna, gnus-article-over-scroll)
16405         (gnus-mime-display-multipart-alternative-as-mixed)
16406         (gnus-mime-display-multipart-related-as-mixed)
16407         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16408         (gnus-ctan-url, gnus-button-ctan-handler)
16409         (gnus-button-handle-ctan-bogus-regexp)
16410         (gnus-button-ctan-directory-regexp)
16411         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16412         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16413         (gnus-button-man-level, gnus-button-emacs-level)
16414         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16415
16416         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16417         (gnus-agent-go-online): Change :version.
16418         (gnus-agent-expire-unagentized-dirs)
16419         (gnus-agent-auto-agentize-methods): Add :version.
16420
16421         * flow-fill.el (fill-flowed-display-column)
16422         (fill-flowed-encode-column): Add :version.
16423
16424         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16425         (gnus-outlook-deuglify-unwrap-max)
16426         (gnus-outlook-deuglify-cite-marks)
16427         (gnus-outlook-deuglify-unwrap-stop-chars)
16428         (gnus-outlook-deuglify-no-wrap-chars)
16429         (gnus-outlook-deuglify-attrib-cut-regexp)
16430         (gnus-outlook-deuglify-attrib-verb-regexp)
16431         (gnus-outlook-deuglify-attrib-end-regexp)
16432         (gnus-outlook-display-hook): Add :version.
16433
16434         * binhex.el (binhex-use-external): Add :version.
16435
16436 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16437
16438         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16439         and `invisible'.
16440
16441 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16442
16443         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16444         in gnus-registry-trim.
16445
16446 2004-09-13  Simon Josefsson  <jas@extundo.com>
16447
16448         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16449
16450         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16451
16452         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16453         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16454         <yamaoka@jpl.org>.
16455         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16456         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16457         <yamaoka@jpl.org>.
16458
16459         * sieve.el (sieve-manage-mode): Ditto.
16460
16461 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16462
16463         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16464
16465 2004-09-11  Simon Josefsson  <jas@extundo.com>
16466
16467         * dns-mode.el: Add.
16468
16469         * mm-view.el (mm-display-dns-inline): Add.
16470
16471         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16472         (mm-automatic-display): Ditto.
16473
16474         * mailcap.el (mailcap-mime-data): Add text/dns.
16475         (mailcap-mime-extensions): Map .soa to text/dns.
16476
16477 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16478
16479         * gnus-art.el (article-decode-mime-words, article-babel)
16480         (gnus-article-highlight-signature, gnus-article-add-buttons)
16481         (gnus-signature-toggle): Remove unnecessary bindings of
16482         `inhibit-read-only' inherited from v5.10 merge.
16483
16484 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16485
16486         * nntp.el (nntp): New customization group.
16487         (nntp-authinfo-file): Add customization group.
16488
16489         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16490
16491         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16492
16493         * gnus.el (to-address, to-list, subscribed)
16494         (large-newsgroup-initial): Ditto.
16495
16496         * flow-fill.el (fill-flowed-display-column)
16497         (fill-flowed-encode-column): Ditto.
16498
16499 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16500
16501         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16502         Use point-min rather than 1.
16503         (message-send-mail): Use buffer-size rather than point-max.
16504
16505         * gnus-sum.el (gnus-summary-search-article-forward):
16506         Signal a specific `search-failed' rather than a generic `error'.
16507
16508         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16509         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16510         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16511
16512 2004-09-10  Simon Josefsson  <jas@extundo.com>
16513
16514         * nndb.el (require): Remove tcp and duplicate cl.
16515
16516 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16517
16518         * gnus-agent.el (directory-files-and-attributes): Move forward.
16519
16520 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16521
16522         * gnus-agent.el (directory-files-and-attributes):
16523         Optionally defined to support XEmacs.
16524
16525 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16526
16527         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16528         to avoid run-time CL dependencies.
16529         (gnus-agent-unfetch-articles): New function.
16530         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16531         article numbers even when local .overview file is missing.
16532         (gnus-agent-read-article-number): New function.  Only accepts
16533         27-bit article numbers.
16534         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16535         Use gnus-agent-read-article-number.
16536         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16537         from backend while recognizing that article numbers in .overview
16538         must be valid.
16539         (gnus-agent-update-files-total-fetched-for):
16540         Use directory-files-and-attributes to improve performance.
16541         * gnus-int.el (gnus-request-move-article):
16542         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16543         improve performance.
16544
16545         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16546         some users confused by references to .newsrc when they only have a
16547         .newsrc.eld file.
16548         (gnus-convert-mark-converter-prompt)
16549         (gnus-convert-converter-needs-prompt): Fix use of property list.
16550         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16551         New function.  Used internally to only display 'gnus converting
16552         files' message when actually necessary.
16553
16554         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16555         methods now autoloaded.
16556
16557 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16558
16559         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16560         identifiers.
16561
16562 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16563
16564         * gnus-picon.el: Fix indentation and closing parenthesis.
16565
16566 2004-09-01  Simon Josefsson  <jas@extundo.com>
16567
16568         * message.el (message-canlock-generate): Require sha1, not
16569         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16570         to require within a function.  Sadly, if sha1.el isn't loaded, the
16571         let binding in m-c-g will hide the defcustom definition, which is
16572         bad.)
16573
16574         * canlock.el: Require sha1, not sha1-el.
16575
16576         * message.el: Don't autoload sha1 (there is a autoload cookie in
16577         sha1.el).
16578
16579         * sha1-el.el: Rename to sha1.el.
16580
16581 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16582
16583         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16584
16585 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16586
16587         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16588
16589 2004-08-30  Kim F. Storm  <storm@cua.dk>
16590
16591         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16592
16593         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16594         Add :group 'nnimap.
16595
16596 2004-08-30  Andreas Schwab  <schwab@suse.de>
16597
16598         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16599         ?* and ?\;.
16600
16601         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16602         and ?\' to symbol instead of whitespace.
16603
16604 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16605
16606         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16607
16608         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16609         instead of re-search-forward.
16610
16611         * gnus-uu.el (gnus-uu-save-article): Ditto.
16612         (gnus-uu-post-encode-uuencode): Ditto.
16613
16614         * html2text.el (html2text-clean-list-items): Ditto.
16615         (html2text-clean-dtdd): Ditto.
16616         (html2text-format-tags): Ditto.
16617
16618         * message.el (message-send-mail-with-sendmail): Fix regexp.
16619         (message-fill-field-general): Use search-forward instead of
16620         re-search-forward.
16621         (unbold-region): Ditto.
16622
16623         * nnrss.el (nnrss-request-article): Ditto.
16624
16625         * nnslashdot.el (nnslashdot-request-article): Ditto.
16626
16627         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16628
16629         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16630         "Unrecognized menu descriptor" error in XEmacs.
16631
16632 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16633
16634         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16635         parent article of a sparse article in the thread hashtb.
16636
16637 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16638
16639         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16640         (nnmail-expand-newtext): Lowercase expanded entries if
16641         nnmail-split-lowercase-expanded is non-nil.
16642
16643 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16644
16645         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16646
16647         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16648         of gnus-tmp-news-method into string under XEmacs.  It will be
16649         passed to gnus-correct-length which takes only a string argument.
16650
16651 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16652
16653         * gnus-util.el (gnus-bind-print-variables): New macro.
16654         (gnus-prin1): Use it.
16655         (gnus-prin1-to-string): Use it.
16656         (gnus-pp): New function.
16657         (gnus-pp-to-string): New function.
16658
16659         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16660         Replace pp-to-string with gnus-pp-to-string.
16661         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16662         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16663         * gnus-msg.el (gnus-debug): Ditto.
16664         * gnus-score.el (gnus-score-save): Ditto.
16665         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16666         gnus-pp-to-string.
16667         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16668         with gnus-pp.
16669         * score-mode.el (gnus-score-pretty-print): Ditto.
16670         * webmail.el (webmail-debug): Ditto.
16671
16672 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16673
16674         * gnus-art.el (article-display-face, article-display-x-face):
16675         Use buffer-read-only.
16676
16677 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16678
16679         * gnus-art.el (article-hide-list-identifiers):
16680         Bind inhibit-read-only as t.
16681
16682 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16683
16684         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16685
16686 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16687
16688         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16689         (gnus-narrow-to-page): Don't assume point-min == 1.
16690         (gnus-article-edit-mode): Derive from message-mode.
16691
16692         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16693         point-min == 1.
16694
16695         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16696         Disable incorrect use of `assert'.
16697
16698         * message.el (message-mode): Set comment-start-skip.
16699
16700
16701 2004-08-22  Sam Steingold  <sds@gnu.org>
16702
16703         * pop3.el (pop3-leave-mail-on-server): New user variable.
16704         (pop3-movemail): Delete mail only when it is nil.
16705
16706 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16707
16708         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16709
16710         * mml.el (mml-preview): Use `pop-to-buffer'.
16711
16712         * message.el (message-goto-mail-followup-to): Insert after "To".
16713         (message-carefully-insert-headers): Add comment.
16714
16715         * gnus.el: Remove unused variable `gnus-article-check-size'.
16716
16717         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16718
16719         * gnus-art.el (gnus-button-alist):
16720         Improve `gnus-button-handle-library' entry.
16721
16722 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16723
16724         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16725         Use downcase, since XEmacs capitalizes error messages differently.
16726
16727 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16728
16729         * nntp.el: Add (require 'gnus) due to reference to
16730         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16731
16732 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16733
16734         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16735         Bind `mm-fill-flowed'.
16736
16737         * mm-decode.el (mm-dissect-singlepart): Check it.
16738
16739 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16740
16741         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16742         'imap' for netrc parsing.
16743
16744 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16745
16746         * mailcap.el (mailcap-mime-data): Mark as risky.
16747
16748 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16749
16750         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16751         may be included in the encoded word.
16752         (rfc2047-encode): Don't append a space if the encoded word
16753         includes close parenthesis.
16754
16755 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16756
16757         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16758         of text within parentheses.
16759
16760 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16761
16762         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16763         (gnus-encrypt-write-file-contents): Make the password key the file
16764         name PLUS the cipher, not just the cipher.  Also remove failed
16765         passwords from the cache.
16766
16767 2004-08-06  Simon Josefsson  <jas@extundo.com>
16768
16769         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16770         Doc fix.
16771
16772 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16773
16774         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16775         LWSP.
16776
16777 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16778
16779         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16780         Try to append in-reply-to: data to the references: header.
16781
16782         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16783         (netrc-parse): Use gnus-encrypt.el functions.
16784
16785         * gnus-encrypt.el: Add new file for encryption support; currently
16786         does only a few GPG ciphers and an internal XOR cipher.
16787
16788         * password.el: Add comments on using password-read-and-add.
16789         (password-read-and-add): Add function to read and add the
16790         password to the cache at once.
16791
16792 2004-07-28  Simon Josefsson  <jas@extundo.com>
16793
16794         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16795         parameter (but don't use it, for now).
16796
16797         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16798         instead of hard coding to nil.
16799
16800 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16801
16802         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16803         as mm-inline-image-xemacs does.
16804
16805 2004-07-26  Simon Josefsson  <jas@extundo.com>
16806
16807         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16808         Revert part of 2004-07-17 change below.
16809
16810 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16811
16812         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16813         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16814
16815 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16816
16817         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16818         quotes that actually start with ">" at the beginning of the
16819         lines.
16820
16821 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16822
16823         * rfc2047.el (rfc2047-encode-region): Fix last change.
16824         (rfc2047-encode-parameter): Remove useless concat.
16825
16826 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16827
16828         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16829         encode special characters; fix some kind of misconfigured headers;
16830         signal a real error if debug-on-quit or debug-on-error is non-nil.
16831         (rfc2047-encode-max-chars): New variable.
16832         (rfc2047-encode-1): Use it.
16833         (rfc2047-encode-parameter): New function.
16834
16835         * mml.el (mml-insert-parameter): Remove an excessive space.
16836
16837 2004-07-17  Simon Josefsson  <jas@extundo.com>
16838
16839         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16840         Kai Grossjohann <kai@emptydomain.de>.
16841         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16842         (gnus-group-make-menu-bar): Ditto.
16843
16844         * gnus-util.el (gnus-group-server): Add.
16845
16846 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16847
16848         * message.el (message-clone-locals): Clone sendmail and smtp
16849         variables.
16850
16851 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16852
16853         * rfc2047.el (rfc2047-encode-region): Fix last change.
16854
16855 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16856
16857         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16858         characters as non-special.
16859
16860 2004-07-09  Simon Josefsson  <jas@extundo.com>
16861
16862         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16863         Users will lose all flag changes made while unplugged with
16864         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16865         good default.  See numerous reports on ding mailing list.
16866
16867 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16868
16869         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16870         add generate-head-function and generate-article-function to the
16871         rfc822-forward entry.
16872         (nndoc-rfc822-forward-generate-article): New function.
16873         (nndoc-rfc822-forward-generate-head): New function.
16874
16875         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16876
16877 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16878
16879         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16880         respect display group parameter and gnus-summary-expunge-below.
16881         (gnus-articles-to-read): Remove unused reference to display group
16882         parameter.
16883
16884 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16885
16886         * nnheader.el (nnheader-uniquify-message-id): New experimental
16887         variable.
16888         (nnheader-nov-read-message-id): Use it.
16889
16890         * spam-report.el (spam-report-gmane): Add interactive.
16891
16892 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16893
16894         * mm-encode.el (mm-content-transfer-encoding-defaults):
16895         Use qp-or-base64 for the application/* types.
16896
16897 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16898
16899         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16900
16901 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16902
16903         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16904         trim value.
16905
16906 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16907
16908         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16909         New macro and function.
16910         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16911
16912 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16913
16914         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16915         after-load-alist.
16916
16917 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16918
16919         * gnus-group.el (gnus-group-get-new-news-this-group):
16920         Don't update info that isn't there.
16921
16922 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16923
16924         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16925         entry.
16926
16927 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16928
16929         * mm-view.el (mm-inline-render-with-function): Use multibyte
16930         buffer; decode html source by charset.
16931
16932         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16933
16934         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16935         Mule-UCS is loaded under XEmacs.
16936         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16937
16938 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16939
16940         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16941
16942 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16943
16944         * mm-util.el (mm-coding-system-p): Return a coding-system.
16945         (mm-mime-mule-charset-alist): Use shift_jis instead of
16946         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16947         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16948         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16949         instead of japanese-shift-jis and iso-latin-1 respectively in
16950         order to share the default value with both Emacs and XEmacs-mule.
16951         (mm-mule-charset-to-mime-charset):
16952         Make mm-coding-system-priorities effective.
16953         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16954         while predicating of candidates upon the priorities.
16955
16956 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16957
16958         * gnus-sum.el (gnus-summary-make-menu-bar):
16959         Add gnus-uu-invert-processable.
16960
16961         * gnus.el: Autoload gnus-uu-invert-processable.
16962
16963 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16964
16965         * mm-util.el (mm-with-multibyte-buffer): New macro.
16966
16967         * rfc2047.el (rfc2047-encode-string): Use it.
16968         (rfc2047-encode-region): Move point to the end of the region after
16969         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16970
16971 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16972
16973         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16974         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16975
16976 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16977
16978         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16979         (gnus-cite-parse): Ignore quoted envelope From_.
16980         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16981
16982 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16983
16984         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16985         invalid addresses.
16986
16987 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16988
16989         * spam.el: Change section markers, revise TODO list.
16990         (spam-backends): Make new master list of all installed backends.
16991         (spam-summary-exit-behavior): Add new variable to determine how
16992         messages moves are done at summary exit.
16993         (spam-move-spam-nonspam-groups-only)
16994         (spam-process-ham-in-nonham-groups)
16995         (spam-process-ham-in-spam-groups): Remove variables, the
16996         spam-summary-exit-behavior variable should be used to manage this
16997         behavior.
16998         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16999         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17000         and spam-old-spam-articles.
17001         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17002         Add empty variables, placeholders for the backends they represent.
17003         (spam-set-difference): Move, unchanged.
17004         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17005         unless the user has a processor variable.
17006         (spam-classifications, spam-classification-valid-p)
17007         (spam-backend-properties, spam-backend-property-valid-p)
17008         (spam-backend-function-type-valid-p)
17009         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17010         (spam-report-articles-gmane, spam-report-articles-resend):
17011         Remove functions, they are not needed.
17012         (spam-install-backend-super, spam-backend-list)
17013         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17014         (spam-backend-function, spam-backend-ham-registration-function)
17015         (spam-backend-spam-registration-function)
17016         (spam-backend-ham-unregistration-function)
17017         (spam-backend-spam-unregistration-function)
17018         (spam-backend-statistical-p, spam-backend-mover-p)
17019         (spam-install-backend-alias, spam-install-checkonly-backend)
17020         (spam-install-mover-backend, spam-install-nocheck-backend)
17021         (spam-install-backend, spam-install-statistical-backend)
17022         (spam-install-statistical-checkonly-backend): Add backend installation
17023         support.
17024         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17025         (spam-group-processor-p): Use the new backend code and respect the
17026         summary exit behavior.
17027         (spam-mark-spam-as-expired-and-move-routine): Remove.
17028         (spam-summary-prepare): Change to use the new spam-old-articles
17029         variable.
17030         (spam-copy-or-move-routine, spam-copy-spam-routine)
17031         (spam-move-spam-routine, spam-copy-ham-routine)
17032         (spam-move-ham-routine): Add code to copy/move ham or spam.
17033         (spam-fetch-field-fast): Improve doc and code, plus allow the
17034         'number request.
17035         (spam-list-of-checks, spam-list-of-statistical-checks):
17036         Remove variables.
17037         (spam-split, spam-find-spam): Use the new backend code.
17038         (spam-registration-functions): Remove variable.
17039         (spam-unregister-routine): Add convenience wrapper.
17040         (spam-log-undo-registration, spam-register-routine)
17041         (spam-log-processing-to-registry)
17042         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17043         where possible.
17044         (spam-check-gmane-xref, spam-check-regex-headers)
17045         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17046         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17047         (spam-check-bogofilter-headers, spam-check-spamoracle)
17048         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17049         (spam-check-crm114-headers): Use the spam-split-group that
17050         spam-split prepares, no need to determine it every time.
17051
17052         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17053         to the nnheader-parse-naked-head call.
17054
17055         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17056
17057         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17058         the nnheader-nov-read-message-id call.
17059
17060 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17061
17062         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17063         gnus-activate-group twice.  Suggested by Markus Peter
17064         <warp@spin.de>.
17065
17066 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17067
17068         * gnus-art.el (gnus-article-time-format): Exchange the order of
17069         day and month in the default value; fix customization type.
17070         (article-date-ut): Use add-text-properties.
17071         (article-make-date-line): Use message-make-date instead of
17072         current-time-string.
17073
17074         * message.el (message-fetch-field): Don't use set-text-properties.
17075         (message-make-date): Simplify.
17076
17077         * messagexmas.el (message-xmas-make-date): New function.
17078         (message-xmas-redefine): Defalias message-make-date to it.
17079
17080 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17081
17082         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17083         (rfc2047-encode-region): Treat text within parentheses as special;
17084         show the original text when error has occurred.
17085
17086         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17087         already-computed method to gnus-activate-group.
17088
17089         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17090         same select-methods identical Lisp objects.
17091
17092         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17093         object when modifying the info.
17094
17095 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17096
17097         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17098         gnus-opened-servers since it has never been opened with the new
17099         configuration yet.
17100
17101 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17102
17103         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17104         arg to nnheader-generate-fake-message-id.
17105
17106 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17107
17108         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17109         number and build a fake message ID localized to a group and
17110         article number (so it's repeatable from that point on).
17111         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17112         ID format.
17113
17114         * gnus-sum.el (gnus-get-newsgroup-headers):
17115         Call nnheader-generate-fake-message-id with the article number.
17116
17117 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17118
17119         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17120         end-of-buffer.
17121
17122 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17123
17124         * message.el (message-ignored-supersedes-headers): Add Approved.
17125
17126 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17127
17128         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17129         goto-char.
17130         (rfc2047-encode): Fold the line before encoding.
17131
17132 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17133
17134         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17135         folding -- not all headers can be folded, and this should be done
17136         by the message composition mode.  Probably.  I think.
17137
17138 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17139
17140         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17141         fast.
17142
17143         * gnus-ems.el (gnus-remove-image): Don't use
17144         message-text-with-property; remove only the image found first.
17145
17146         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17147         found first.
17148
17149 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17150
17151         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17152
17153 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17154
17155         * message.el (message-text-with-property): Make it fast and accept
17156         optional arguments.
17157         (message-strip-forbidden-properties): Use it.
17158         (message-fix-before-sending): Follow the m-t-w-p change.
17159
17160         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17161
17162 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17163
17164         * gnus-art.el (article-hide-headers): Don't change the buffer
17165         mistakenly when performing mml-preview even if
17166         gnus-single-article-buffer is nil.
17167
17168 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17169
17170         * message.el (message-expand-name-databases): New user option.
17171         (message-expand-name): Use it.
17172
17173 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17174
17175         * spam.el (spam-report-articles-resend)
17176         (spam-report-resend-register-routine): Allow ham reporting.
17177         (spam-report-resend-register-ham-routine): Add wrapper.
17178         (spam-registration-functions): Add ham resending functions.
17179         (spam-list-of-processors): Add ham resend processor.
17180
17181         * gnus.el (ham-resend-to): Add new group parameter.
17182         (spam-process): Add ham resend option.
17183
17184         * spam-report.el (spam-report-resend): Allow reporting ham.
17185         (spam-report-resend-ham): Add wrapper.
17186
17187 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17188
17189         * message.el (message-cite-articles-with-x-no-archive):
17190         New variable.
17191         (message-cite-original): Use it.
17192
17193 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17194
17195         * message.el (message-cite-original): Respect X-No-Archive.
17196
17197 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17198
17199         * gnus-art.el (article-hide-headers): Refer to the values for
17200         gnus-ignored-headers and gnus-visible-headers in the summary
17201         buffer since a user may have set them as group parameters.
17202
17203 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17204
17205         * assistant.el (assistant-node-name): Add convenience function.
17206         (assistant-render-text, assistant-render-node): Add error handling,
17207         plus handle multiple next nodes.
17208         (assistant-find-next-node): Comment out for now.
17209         (assistant-find-next-nodes): Add function, returns list of next
17210         nodes.
17211
17212 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17213
17214         * mail-source.el (mail-source-directory): Fix doc-string.
17215
17216 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17217
17218         * assistant.el (assistant-render-text, assistant-eval): Add :set
17219         widget type, which is different because it takes and returns a
17220         list.  Much hilarity ensues.
17221
17222 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17223
17224         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17225
17226         * gnus-group.el (gnus-group-get-new-news-this-group):
17227         Add doc-string.
17228
17229         * gnus-start.el (gnus-activate-group): Add doc-string.
17230
17231 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17232
17233         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17234
17235 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17236
17237         * assistant.el (assistant-render-text): Try to add a :set
17238         widget, more to come.
17239
17240         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17241         strings.
17242         (spam-report-articles-resend)
17243         (spam-register-routine): Do registration iff any articles warrant
17244         it.
17245         (spam-summary-prepare-exit): Change log message for nil group
17246         destinations.
17247
17248 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17249
17250         * spam.el (spam-report-resend-register-routine):
17251         Allow spam-report-resend-to to be a group parameter or a global value.
17252
17253 2004-05-26  Simon Josefsson  <jas@extundo.com>
17254
17255         * starttls.el: Merge with my GNUTLS based starttls.el.
17256         (starttls-gnutls-program, starttls-use-gnutls)
17257         (starttls-extra-arguments, starttls-process-connection-type)
17258         (starttls-connect, starttls-failure, starttls-success):
17259         New variables.
17260         (starttls-program, starttls-extra-args): Doc fix.
17261         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17262         New functions.
17263         (starttls-negotiate, starttls-open-stream):
17264         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17265         function if it is set.
17266
17267 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17268
17269         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17270         structured fields.
17271
17272 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17273
17274         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17275
17276 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17277
17278         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17279         Add variable.
17280         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17281         assigning the spam-mark to new messages.
17282
17283 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17284
17285         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17286
17287 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17288
17289         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17290
17291         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17292         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17293         default.
17294
17295 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17296
17297         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17298         correct data.
17299
17300 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17301
17302         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17303         (spam-group-processor-p): Fix function.
17304         (spam-group-processor-multiple-p)
17305         (spam-group-spam-processor-report-gmane-p)
17306         (spam-group-spam-processor-report-resend-p)
17307         (spam-group-spam-processor-bogofilter-p)
17308         (spam-group-spam-processor-blacklist-p)
17309         (spam-group-spam-processor-ifile-p)
17310         (spam-group-ham-processor-ifile-p)
17311         (spam-group-spam-processor-spamoracle-p)
17312         (spam-group-spam-processor-crm114-p)
17313         (spam-group-ham-processor-bogofilter-p)
17314         (spam-group-spam-processor-stat-p)
17315         (spam-group-ham-processor-stat-p)
17316         (spam-group-ham-processor-whitelist-p)
17317         (spam-group-ham-processor-BBDB-p)
17318         (spam-group-ham-processor-spamoracle-p)
17319         (spam-group-ham-processor-copy-p): Remove functions with some
17320         prejudice against unneeded code.
17321         (spam-report-articles-resend)
17322         (spam-report-resend-register-routine): Allow the group/topic
17323         spam-resend-to value to override spam-report-resend-to.
17324         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17325         properly now.
17326
17327         * gnus.el (spam-resend-to): Add group/topic parameter.
17328         (spam-process): Move the OBSOLETE processors to the end of the
17329         choices.
17330
17331 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17332
17333         * spam-report.el (spam-report-resend-to, spam-report-resend):
17334         Start with resend-to set to nil, and then ask the user if necessary.
17335         (spam-report-resend): spam-report-resend takes a list of articles, not
17336         separate article numbers.
17337
17338 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17339
17340         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17341         addition to emacs-w3m.
17342
17343 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17344
17345         * assistant.el (assistant-authinfo-data): New function.
17346         (assistant-eval): Eval for entire assistant.
17347
17348         * netrc.el (netrc-services-file): New variable.
17349         (netrc-parse-services): New function.
17350         (netrc-find-service-name): New function.
17351         (netrc-find-service-number): New function.
17352         (netrc-port-equal): New function.
17353         (netrc-machine): Use it.
17354
17355         * nnimap.el (nnimap-open-connection): Use netrc.
17356
17357         * gnus-util.el (gnus-netrc-get): Remove aliases.
17358
17359         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17360
17361         * assistant.el (wid-edit): Fix compilation.
17362
17363         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17364
17365 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17366
17367         * gnus-util.el (gnus-set-file-modes): New function.  (small
17368         patch).
17369
17370 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17371
17372         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17373
17374         * assistant.el (assistant-render-node): Fix up rendering and
17375         read-only text.
17376         (assistant-render-node): Reset.
17377         (assistant-make-read-only): Not sticky.
17378
17379 2004-05-20  Danny Siu  <dsiu@adobe.com>
17380
17381         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17382         centered even when gnus-auto-center-summary is t.
17383
17384 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17385
17386         * dns.el (dns-get-txt-answer): New function.
17387         (dns-read-txt): Ditto.
17388         (query-dns): Use it.
17389
17390 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17391
17392         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17393         active for foreign groups even if the group level is higher than
17394         the specified value.
17395
17396 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17397
17398         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17399         non-active groups.
17400
17401         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17402
17403 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17404
17405         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17406
17407 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17408
17409         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17410         (spam-crm114-header, spam-crm114-spam-switch)
17411         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17412         (spam-crm114-positive-spam-header)
17413         (spam-crm114-database-directory, spam-list-of-processors)
17414         (spam-group-spam-processor-crm114-p)
17415         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17416         (spam-generic-score, spam-list-of-checks)
17417         (spam-list-of-statistical-checks, spam-registration-functions)
17418         (spam-check-crm114-headers, spam-crm114-score)
17419         (spam-check-crm114, spam-crm114-register-with-crm114)
17420         (spam-crm114-register-spam-routine)
17421         (spam-crm114-unregister-spam-routine)
17422         (spam-crm114-register-ham-routine)
17423         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17424         From asjo@koldfront.dk (Adam Sjøgren).
17425
17426         * gnus.el: Add spam-use-crm114.
17427
17428         * spam.el (spam-list-of-processors, spam-registration-functions):
17429         Add spam-use-resend.
17430         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17431         (spam-report-articles-gmane): Add doc fix.
17432         (spam-report-articles-resend, spam-report-resend-register-routine):
17433         Add wrappers around spam-report-resend-to.
17434
17435         * spam-report.el (spam-report-resend-to, spam-report-resend):
17436         Add support for resending spam.
17437         (spam-report-gmane): Fix line length >80.
17438
17439         * gnus.el (spam-process): Add spam-use-resend.
17440
17441 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17442
17443         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17444         number of processed spam messages.
17445         (spam-ham-copy-or-move-routine): Return the number of processed
17446         ham messages.
17447         (spam-summary-prepare-exit): Use the above values to decide
17448         whether status messages shouled be displayed.
17449
17450 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17451
17452         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17453         `rfc2047-encoding-function-alist' in order to avoid conflicting
17454         with the old version.
17455         (rfc2047-encode-region): Concatenate words containing non-ASCII
17456         characters in structured fields; don't encode space-delimited
17457         ASCII words even in unstructured fields; don't break words at
17458         char-category boundaries.
17459         (rfc2047-encode-1): New function.
17460         (rfc2047-encode): Use it; encode text so that it occupies the
17461         maximum width within 76-column; work correctly on Q encoding for
17462         iso-2022-* charsets.
17463         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17464         sure not to break a line just after the header name.
17465         (rfc2047-b-encode-region): Remove.
17466         (rfc2047-b-encode-string): New function.
17467         (rfc2047-q-encode-region): Remove.
17468         (rfc2047-q-encode-string): New function.
17469
17470         * mm-util.el (mm-replace-in-string): New function.
17471
17472 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17473
17474         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17475         Really get it right.
17476         (gnus-inews-make-draft): Really.
17477
17478 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17479
17480         * nnmh.el (nnmh-request-list-1): Don't check the link count
17481         before descending.  (small patch)
17482
17483 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17484
17485         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17486         stuff.
17487
17488         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17489         Match on real group name.
17490
17491         * gnus-art.el (gnus-signature-limit): Doc fix.
17492
17493         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17494
17495         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17496
17497 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17498
17499         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17500         isn't a string.
17501
17502 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17503
17504         * gnus-draft.el (gnus-draft-send):
17505         Bind rfc2047-encode-encoded-words.
17506
17507         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17508         (rfc2047-encodable-p): Say that =? needs encoding.
17509         (rfc2047-encode-encoded-words): New variable.
17510
17511         * gnus-group.el (gnus-group-select-group): Doc fix.
17512
17513         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17514
17515         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17516         to nil.
17517
17518         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17519
17520         * nnheader.el (nnheader-get-lines-and-char): New function.
17521
17522 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17523
17524         * gnus-msg.el (gnus-summary-followup-with-original):
17525         Document yanking of region when active.
17526
17527 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17528
17529         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17530         groups if the group level is higher than the specified value.
17531
17532 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17533
17534         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17535         (gnus-group-jump-to-group): Add prefix argument using
17536         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17537         non-active group.
17538
17539         * compface.el (uncompface): Be verbose when changing
17540         `uncompface-use-external'.
17541
17542         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17543         handle manual section.
17544
17545 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17546
17547         * gnus-art.el (gnus-button-alist): Revert previous change.
17548
17549 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17550
17551         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17552
17553 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17554
17555         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17556         whether backend can accept message.
17557
17558         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17559
17560 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17561
17562         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17563         Avoid creating directory when nntp-marks-is-evil is true.
17564         Reported by Reiner Steib.
17565
17566 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17567
17568         * gnus-picon.el (gnus-picon-style): New variable.
17569         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17570         (gnus-picon-transform-address): Support `gnus-picon-style'.
17571         From Jesper Harder <harder@ifa.au.dk>.
17572
17573 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17574
17575         * message.el (message-fill-field): Return point.
17576         (message-generate-headers): Go to end of field.
17577
17578         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17579         stuff for non-living groups.
17580
17581 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17582
17583         * gnus-art.el (gnus-article-followup-with-original)
17584         (gnus-article-reply-with-original): gnus-mark-active-p ->
17585         gnus-region-active-p.
17586
17587 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17588
17589         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17590         only when there is spam or ham to be processed.
17591
17592 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17593
17594         * mail-source.el (mail-source-delete-crash-box): Refactor.
17595         (mail-source-fetch): Use it.
17596         (mail-source-fetch-file): Ditto.
17597         (mail-source-fetch-directory): Run postscript in loop.
17598         (mail-source-fetch-pop): Delete.
17599         (mail-source-fetch-maildir): Ditto.
17600         (mail-source-fetch-imap): Ditto.
17601
17602         * imap.el (imap-authenticators): Comment out sasl.
17603
17604         * message.el (message-skip-to-next-address): New function.
17605         (message-fill-header-address): Refactor.
17606         (message-fill-address): Use it.
17607         (message-delete-address): Use it.
17608         (message-fill-header-general): Refactor.
17609         (message-fill-field-address): Rename.
17610         (message-narrow-to-field): Find the start of the header.
17611         (message-header-format-alist): Don't pre-fill.
17612         (message-fill-header): Remove.
17613         (message-insert-header): New function.
17614         (message-shorten-references): Use it.
17615
17616         * rfc2047.el (rfc2047-field-value): Strip props.
17617
17618         * mail-parse.el (mail-header-make-address): New alias.
17619
17620         * ietf-drums.el (ietf-drums-make-address): New function.
17621
17622         * imap.el: Add compiler directives.
17623
17624         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17625
17626         * gnus-art.el (article-decode-idna-rhs): Don't use
17627         message-idna-inside-rhs-p.
17628
17629 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17630
17631         * message.el (message-idna-inside-rhs-p): Remove.
17632         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17633
17634         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17635         false positives.
17636
17637 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17638
17639         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17640
17641 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17642
17643         * nneething.el (nneething-file-name): Don't create spurious
17644         files.
17645
17646         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17647         (gnus-inews-do-gcc): Remove sleep.
17648
17649         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17650         part under point.
17651
17652         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17653         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17654
17655 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17656
17657         * spam.el (spam-summary-prepare-exit): Fix (length).
17658
17659 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17660
17661         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17662         as expired without moving it" message when there are spam
17663         messages left.
17664
17665 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17666
17667         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17668         header is not nil.
17669
17670 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17671
17672         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17673         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17674         (nntp-marks-changed-p): New arg SERVER.
17675         (nntp-request-update-info): Adjust caller.
17676
17677 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17678
17679         * nntp.el (nntp-save-marks): Pass missing arg.
17680
17681 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17682
17683         * nntp.el: Support marks.
17684         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17685         (nntp-marks-modtime, nntp-marks-directory): New variables.
17686         (nntp-request-set-mark, nntp-request-update-info)
17687         (nntp-possibly-create-directory, nntp-marks-changed-p)
17688         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17689         New functions.
17690
17691 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17692
17693         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17694         (gnus-xmas-redefine): Rename.
17695
17696         * gnus-score.el (gnus-score-insert-help):
17697         Use gnus-select-lowest-window.
17698
17699         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17700         appt-select-lowest-window and rename to gnus-select-lowest-window.
17701
17702         * gnus.el: do.
17703
17704 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17705
17706         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17707         encodings of MIME-encoded words, in order to improve
17708         interoperability with several broken MUAs.
17709
17710 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17711
17712         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17713         tags, only when charsets are not specified in headers.
17714         (mm-inline-text-html-render-with-w3m): Ditto.
17715
17716         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17717         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17718
17719 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17720
17721         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17722         instead of MIME-decoded from fields when checking
17723         `gnus-article-address-banner-alist'.
17724
17725 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17726
17727         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17728         description rather than subject.
17729
17730 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17731
17732         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17733
17734 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17735
17736         * gnus.el (gnus-version-number): Bump.
17737
17738 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17739
17740         * gnus.el: No Gnus v0.2 is released.
17741
17742 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17743
17744         * gnus-agent.el (gnus-agent-read-agentview):
17745         Inline gnus-uncompress-range.
17746
17747 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17748
17749         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17750         `exec-installed-p'.
17751
17752 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17753
17754         * gnus.el (spam-process, spam-autodetect-methods):
17755         Add bsfilter and bsfilter-headers.
17756
17757         * spam.el (spam-bsfilter): New customize group.
17758         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17759         (spam-bsfilter-header, spam-bsfilter-probability-header)
17760         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17761         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17762         (spam-bsfilter-database-directory): New options.
17763         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17764         (spam-list-of-statistical-checks, spam-registration-functions):
17765         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17766         (spam-bsfilter-score): New command.
17767         (spam-check-bsfilter-headers, spam-check-bsfilter)
17768         (spam-bsfilter-register-with-bsfilter)
17769         (spam-bsfilter-register-spam-routine)
17770         (spam-bsfilter-unregister-spam-routine)
17771         (spam-bsfilter-register-ham-routine)
17772         (spam-bsfilter-unregister-ham-routine): New functions.
17773         (spam-generic-score): Support bsfilter; Accept an optional argument
17774         to recalcurate spam score even if scoring header has already been
17775         added.
17776         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17777         optional argument to recalcurate spam score even if scoring header
17778         has already been added.
17779
17780 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17781
17782         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17783         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17784         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17785         link is missing.
17786
17787 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17788
17789         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17790         (html2text-get-attr): Rewrite.
17791
17792         * message.el (message-setup-1): Remove redundant put-text-property
17793         on mail-header-separator.
17794
17795 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17796
17797         * gnus-registry.el (gnus-registry-cache-whitespace)
17798         (gnus-registry-action, gnus-registry-spool-action)
17799         (gnus-registry-split-fancy-with-parent): Change message levels
17800         from 5 to 3 or 7, as needed.
17801
17802         * spam.el (spam-summary-prepare-exit)
17803         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17804         (spam-split, spam-find-spam, spam-log-undo-registration)
17805         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17806         level from 5 to 6.
17807
17808 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17809
17810         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17811         2004-03-04 change).
17812
17813 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17814
17815         * sieve-manage.el (sieve-manage-open):
17816         * nnweb.el (nnweb-insert-html):
17817         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17818         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17819         * nnspool.el (nnspool-request-group):
17820         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17821         * nnml.el (nnml-request-update-info):
17822         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17823         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17824         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17825         (nnimap-request-set-mark):
17826         * nnfolder.el (nnfolder-request-update-info):
17827         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17828         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17829         * gnus-uu.el (gnus-uu-find-articles-matching):
17830         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17831         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17832         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17833         * gnus-nocem.el (gnus-nocem-scan-groups):
17834         * gnus-int.el (gnus-start-news-server):
17835         * gnus-group.el (gnus-group-make-kiboze-group)
17836         (gnus-group-browse-foreign-server):
17837         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17838         Use mapc when appropriate.
17839
17840 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17841
17842         FIXME: Make separate entries for each person.
17843
17844         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17845         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17846         <shields@msrl.com>:
17847
17848         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17849         may need for spam sorting and scoring.
17850         (spam-user-format-function-S): Add user format function suitable for
17851         general use.
17852         (spam-article-sort-by-spam-status): Add sorting function for summary
17853         sorting.
17854         (spam-extra-header-to-number): Add function to get a score from a
17855         header.
17856         (spam-summary-score): Add function to get a numeric score from the
17857         headers.
17858         (spam-generic-score): Fix function doc, was in wrong place.
17859         (spam-initialize): Take symbols when it's run, and install the
17860         extra headers that spam-necessary-extra-headers thinks we need.
17861
17862 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17863
17864         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17865         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
17866
17867 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17868
17869         * gnus-sum.el (gnus-set-global-variables)
17870         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17871         (gnus-article-get-xrefs, gnus-summary-best-group)
17872         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17873         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17874         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17875         Use with-current-buffer.
17876
17877 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17878
17879         * spam.el (spam-summary-prepare-exit): Simplify logic.
17880         (spam-fetch-article-header): Read the article header if it's not
17881         available.
17882         (spam-list-articles): Simplify logic.
17883         (spam-filelist-register-routine): Fix bug with unregister-list.
17884
17885         * gnus-registry.el: Fix comments at beginning.
17886
17887 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17888
17889         * message.el (message-cater-to-broken-inn): Remove.
17890         (message-shorten-references): Make sure the total folded length of
17891         References is shorter than 998 characters to cater to a bug in INN
17892         2.3.  Also, don't pretend that references aren't folded -- this
17893         hasn't worked for a while.
17894
17895 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17896
17897         * gnus-agent.el (gnus-agentize):
17898         gnus-agent-send-mail-real-function no longer set to current value
17899         of message-send-mail-function but rather a lambda that calls
17900         message-send-mail-function.  The change makes the agent real-time
17901         responsive to user changes to message-send-mail-function.
17902
17903 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17904
17905         * legacy-gnus-agent.el
17906         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17907         help from Florian Weimer <fw@deneb.enyo.de>
17908
17909 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17910
17911         * nnmail.el (nnmail-cache-insert): Revert last change.
17912
17913 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17914
17915         * nnmail.el (nnmail-cache-insert): Always check whether
17916         nnmail-cache-ignore-groups matches a group name.
17917
17918 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17919
17920         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17921         (spam-find-spam, spam-log-processing-to-registry)
17922         (spam-log-registered-p, spam-log-unregistration-needed-p)
17923         (spam-log-undo-registration): Use gnus-message instead of
17924         gnus-error, none of these errors are fatal.
17925
17926         * gnus-registry.el (gnus-registry-clean-empty-function)
17927         (gnus-registry-clean-empty): Remove only empty entries without
17928         extra data.
17929
17930 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17931
17932         * spam-stat.el (spam-stat-buffer-change-to-spam)
17933         (spam-stat-buffer-change-to-non-spam): Change (error) to
17934         (gnus-message 8) invocation.
17935
17936 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17937
17938         * nntp.el (nntp-via-netcat-command): New variable.
17939         (nntp-via-netcat-switches): New variable.
17940         (nntp-open-via-rlogin-and-netcat): New function.
17941         (nntp-open-connection-function): Doc fix.
17942         (nntp-telnet-command): Doc fix.
17943         (nntp-end-of-line): Doc fix.
17944         (nntp-via-rlogin-command): Doc fix.
17945         (nntp-via-user-name): Doc fix.
17946         (nntp-via-address): Doc fix.
17947
17948 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17949
17950         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17951         error in Emacs 21.1.
17952
17953 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17954
17955         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17956
17957 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17958
17959         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17960         (gnus-agent-with-refreshed-group): New macro.
17961         (gnus-agent-rename-group): New function.
17962         (gnus-agent-delete-group): New function.
17963         (gnus-agent-save-group-info): Use gnus-command-method when
17964         `method' parameter is nil.  Don't write nil entries into the
17965         active file.
17966         (gnus-agent-get-group-info): New function.
17967         (gnus-agent-fetch-articles):
17968         Use gnus-agent-update-files-total-fetched-for to increment disk space
17969         used.
17970         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17971         Use gnus-agent-update-view-total-fetched-for to increment disk space
17972         used.
17973         (gnus-agent-get-local): Add optional parameters to avoid calling
17974         gnus-group-real-name and gnus-find-method-for-group.
17975         (gnus-agent-set-local): Delete stored entry if either min, or max,
17976         are nil.
17977         (gnus-agent-fetch-session): Reworded error/quit messages.
17978         On quit, use gnus-agent-regenerate-group to record existance of any
17979         articles fetched to disk before the quit occurred.
17980         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17981         gnus-agent-update-view-total-fetched-for, and
17982         gnus-agent-update-files-total-fetched-for to decrement disk space
17983         used.
17984         (gnus-agent-retrieve-headers):
17985         Use gnus-agent-update-view-total-fetched-for to increment disk space
17986         used.
17987         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17988         with gnus-agent-update-files-total-fetched-for to decrement disk
17989         space and fresh group buffer.
17990         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17991         (gnus-agent-need-update-total-fetched-for): New variable.
17992         (gnus-agent-update-files-total-fetched-for): New function.
17993         (gnus-agent-update-view-total-fetched-for): New function.
17994         (gnus-agent-total-fetched-for): New function.
17995
17996         * gnus-cache.el (gnus-cache-save-buffers):
17997         Use gnus-cache-update-overview-total-fetched-for to change disk space
17998         used by this group.
17999         (gnus-cache-possibly-enter-article):
18000         Use gnus-cache-update-file-total-fetched-for to increment disk space
18001         used by this group.
18002         (gnus-cache-possibly-remove-article):
18003         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18004         used by this group.
18005         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18006         (gnus-cache-rename-group): New function.
18007         (gnus-cache-delete-group): New function.
18008         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18009         (gnus-cache-need-update-total-fetched-for): New variable.
18010         (gnus-cache-with-refreshed-group): New macro.
18011         (gnus-cache-update-file-total-fetched-for): New function.
18012         (gnus-cache-update-overview-total-fetched-for): New function.
18013         (gnus-cache-rename-group-total-fetched-for): New function.
18014         (gnus-cache-delete-group-total-fetched-for): New function.
18015         (gnus-cache-total-fetched-for): New function.
18016
18017         * gnus-group.el: Require gnus-sum and autoload functions to
18018         resolve warnings when gnus-group.el compiled alone.
18019         (gnus-group-line-format): Documented new %F.
18020         (size of Fetched data) group line format; identifies disk space
18021         used by agent and cache.
18022         (gnus-group-line-format-alist): Defined new F format.
18023         (gnus-total-fetched-for): New function.
18024         (gnus-group-delete-group): No longer update
18025         gnus-cache-active-altered as gnus-request-delete-group now keeps
18026         the cache in sync.
18027         (gnus-group-list-active): Let the agent store a server's active
18028         list if currently plugged.
18029
18030         * gnus-int.el (gnus-request-delete-group):
18031         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18032         local disk in sync with the server.
18033         (gnus-request-rename-group):
18034         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18035         local disk in sync with the server.
18036
18037         * gnus-start.el (gnus-get-unread-articles):
18038         Cosmetic simplification to logic.
18039
18040         * gnus-util.el (gnus-rename-file): New function.
18041
18042 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18043
18044         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18045
18046 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18047
18048         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18049         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18050
18051 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18052
18053         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18054         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18055
18056 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18057
18058         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18059
18060 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18061
18062         * spam.el (spam-set-difference): Add function to replace
18063         gnus-set-difference in spam.el.
18064         (spam-summary-prepare-exit): Use spam-set-difference.
18065
18066 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18067
18068         * gnus-registry.el (gnus-registry-cache-file): Update to use
18069         gnus-dribble-directory OR gnus-home-directory OR ~.
18070         (gnus-registry-split-fancy-with-parent): Fix doc.
18071
18072 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18073
18074         * message.el (message-exchange-point-and-mark):
18075         Use message-mark-active-p.  Suggested by Jesper Harder
18076         <harder@ifa.au.dk>.
18077
18078 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18079
18080         * message.el (message-exchange-point-and-mark): Don't activate
18081         region if it was inactive.  Suggested by Hiroshi Fujishima
18082         <pooh@nature.tsukuba.ac.jp>.
18083
18084 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18085
18086         * gnus-art.el (article-display-face): Display Faces in the same
18087         order as X-Faces.
18088
18089 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18090
18091         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18092
18093 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18094
18095         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18096         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18097         (gnus-article-mime-hierarchy): Remove.
18098         (gnus-article-mime-hierarchy-next): Remove.
18099         (gnus-article-mode): Revert 2004-03-19 change.
18100         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18101         (gnus-insert-mime-button): Revert 2004-03-19 change.
18102         (gnus-mime-accumulate-hierarchy): Remove.
18103         (gnus-mime-enter-multipart): Remove.
18104         (gnus-mime-leave-multipart): Remove.
18105         (gnus-mime-display-part): Revert 2004-03-19 change.
18106         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18107
18108         * mml.el (mml-preview): Revert 2004-03-19 change.
18109
18110 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18111
18112         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18113
18114 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18115
18116         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18117         t while entering a file name using the mm-with-multibyte macro.
18118         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18119
18120         * mm-util.el (mm-with-multibyte): New macro.
18121
18122 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18123
18124         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18125         New user option.
18126         (gnus-mime-multipart-functions): Doc and customization fix.
18127         (gnus-article-mime-hierarchy): New variable.
18128         (gnus-article-mime-hierarchy-next): New variable.
18129         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18130         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18131         gnus-article-mime-hierarchy-next to nil.
18132         (gnus-insert-mime-button): Show hierarchy numbers.
18133         (gnus-mime-accumulate-hierarchy): New function.
18134         (gnus-mime-enter-multipart): New function.
18135         (gnus-mime-leave-multipart): New function.
18136         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18137         (gnus-mime-display-alternative): Show hierarchy numbers.
18138
18139         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18140         gnus-article-mime-hierarchy-next to nil.
18141
18142 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18143
18144         * dns.el: Don't require gnus-xmas.
18145
18146 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18147
18148         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18149         inline PGP.
18150         (mml-menu): Disable mml-quote-region if mark is inactive.
18151
18152 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18153
18154         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18155         when the group's active is not available.
18156
18157 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18158
18159         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18160         error.
18161
18162 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18163
18164         * imap.el (imap-store-password): New variable.
18165         (imap-interactive-login): Use it.
18166         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18167
18168 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18169
18170         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18171         window-start and hscroll to summary window.
18172
18173 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18174
18175         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18176         conversion message to newsrc-dribble when an actual conversion is
18177         performed.
18178
18179 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18180
18181         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18182
18183 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18184
18185         * mm-decode.el (mm-complicated-handles): New function reviving
18186         former definition of mm-multiple-handles.
18187
18188         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18189         (gnus-mime-delete-part): Use it.
18190
18191 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18192
18193         * gnus-agent.el (gnus-agent-read-local):
18194         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18195         avoid the implicit assumption that they will always be equal.
18196         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18197         coding-system-for-write, as the with-temp-file macro first prints
18198         to a buffer then saves the buffer.
18199
18200 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18201
18202         * gnus-art.el (gnus-article-edit-part): New function.
18203         (gnus-mime-save-part-and-strip): Use it; do query instead of
18204         signaling an error; don't use mm-multiple-handles.
18205         (gnus-mime-delete-part): Ditto.
18206
18207 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18208
18209         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18210         old file versions.
18211         (gnus-group-prepare-hook): Remove function that converted list
18212         form of gnus-agent-expire-days to group properties.
18213
18214         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18215         (gnus-request-accept-article): Re-indented.
18216
18217         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18218         converters to handle old agent file formats.  Add logic for a
18219         "backup before upgrading warning".
18220         (gnus-convert-mark-converter-prompt): Developers can mark
18221         functions as needing (default), or not needing,
18222         gnus-convert-old-newsrc's "backup before upgrading warning".
18223         (gnus-convert-converter-needs-prompt): Tests whether the user
18224         should be protected from potentially irreversable changes by the
18225         function.
18226
18227         * legacy-gnus-agent.el: New.  Provides converters that are only
18228         loaded when gnus-convert-old-newsrc needs to call them.
18229
18230 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18231
18232         * mail-source.el (mail-source-touch-pop): Doc fix.
18233
18234         * message.el (message-smtpmail-send-it): Doc fix.
18235
18236 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18237
18238         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18239
18240         * nnmail.el (nnmail-split-fancy): do.
18241
18242         * gnus-kill.el (gnus-kill, gnus-execute): do.
18243
18244 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18245
18246         * gnus-sum.el (gnus-widget-reversible-match)
18247         (gnus-widget-reversible-to-internal)
18248         (gnus-widget-reversible-to-external): New functions.
18249         (gnus-widget-reversible): New widget.
18250         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18251
18252 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18253
18254         * gnus-sum.el (gnus-thread-sort-functions)
18255         (gnus-article-sort-functions): Document `(not F)' items.
18256
18257 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18258
18259         * spam.el (spam-use-gmane-xref): Add new backend.
18260         (spam-gmane-xref-spam-group): Add variable to control the name of the
18261         Gmane spam group.
18262         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18263         (spam-regex-headers-spam, spam-regex-headers-ham)
18264         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18265         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18266         backends and checks.
18267         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18268
18269         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18270         an autodetect method.
18271
18272 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18273
18274         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18275         articles are being added to a group.
18276         (gnus-request-replace-article): Inform the agent that articles
18277         need to be uncached as the cached contents are no longer valid.
18278
18279 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18280
18281         * binhex.el: Don't autoload executable-find.
18282
18283         * canlock.el: Don't autoload mail-fetch-field.
18284
18285         * dgnushack.el: Autoload c-mode for XEmacs.
18286
18287         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18288
18289         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18290         rmail-dont-reply-to and rmail-output.
18291
18292         * gnus-score.el: Don't autoload ffap-string-at-point.
18293
18294         * gnus-setup.el: Don't autoload sc-cite-original.
18295
18296         * imap.el: Don't autoload base64-decode-string,
18297         base64-encode-string and md5.
18298
18299         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18300         and rmail-msg-restore-non-pruned-header.
18301
18302         * mm-decode.el: Don't autoload executable-find.
18303
18304         * mm-url.el: Don't autoload executable-find.
18305
18306         * mm-view.el: Don't autoload diff-mode.
18307
18308         * nndb.el: Don't autoload news-reply-mode, news-setup,
18309         cancel-timer and telnet.
18310
18311         * password.el: Don't autoload run-at-time for Emacs.
18312
18313         * sha1-el.el: Don't autoload executable-find.
18314
18315         * sieve-mode.el: Don't autoload c-mode.
18316
18317         * uudecode.el: Don't autoload executable-find.
18318
18319 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18320
18321         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18322         (gnus-agent-possibly-alter-active): Avoid null in numeric
18323         comparison.
18324         (gnus-agent-set-local): Refuse to save null in local object table.
18325         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18326         list of articles that will be marked as unread.
18327
18328 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18329
18330         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18331
18332 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18333
18334         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18335         language tags.
18336
18337 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18338
18339         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18340         Don't bind "obarray".
18341
18342         * gnus-sum.el (gnus-thread-sort-functions):
18343         Add `gnus-thread-sort-by-most-recent-number' and
18344         `gnus-thread-sort-by-most-recent-date'.
18345         Reported by Kai Grossjohann <kai@emptydomain.de>.
18346
18347 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18348
18349         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18350
18351 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18352
18353         * gnus-cus.el (gnus-agent-customize-category):
18354         Remove ignore-errors macro reference that required cl to be loaded at
18355         run-time.
18356
18357         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18358         single-interval range of the form (min . max).  Previously the
18359         range had to look like ((min . max)).  Likewise, return
18360         (min . max) rather than ((min . max)).
18361         (gnus-range-map): Use gnus-range-normalize to accept
18362         single-interval range.
18363
18364         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18365         the cache, but not the agent, now appear with their usual face.
18366
18367         * dgnushack.el (loaddir): New variable that is bound to the
18368         directory containing the dgnushack.el file. Use loaddir, rather
18369         than srcdir, to update load-path. Change lets dgnushack compile
18370         code in directories other than GNUS/lisp.
18371
18372 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18373
18374         * lpath.el: Don't bind w3m-safe-url-regexp.
18375
18376         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18377         w3m-safe-url-regexp variable buffer-local.
18378
18379         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18380
18381 2004-02-27  Simon Josefsson  <jas@extundo.com>
18382
18383         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18384         gnus-group-real-prefix.
18385         (gnus-summary-move-article): Use it, instead of
18386         gnus-group-real-prefix.
18387
18388 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18389
18390         * lpath.el: Bind w3m-safe-url-regexp.
18391
18392         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18393         w3m-safe-url-regexp variable buffer-local and set it as the value
18394         of mm-w3m-safe-url-regexp.
18395
18396         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18397
18398         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18399         parsing gnus-posting-styles when the message is not for replying.
18400
18401         * dgnushack.el: Autoload sgml-mode for XEmacs.
18402
18403         * nnrss.el (nnrss-opml-export):
18404         Use mm-set-buffer-file-coding-system instead of
18405         set-buffer-file-coding-system.
18406
18407 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18408
18409         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18410         of checkdoc.el).
18411         * nnrss.el: do.
18412         * gnus-mlspl.el: do.
18413         * gnus-ml.el: do.
18414         * gnus-srvr.el: do.
18415
18416         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18417
18418 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18419
18420         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18421         Corrections to custom-manual links.
18422
18423         * gnus-art.el (gnus-article): Ditto.
18424
18425         * mm-decode.el (mime-display, mime-security): Ditto.
18426
18427 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18428
18429         * flow-fill.el: Typo.
18430
18431 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18432
18433         * spam-wash.el: New file.
18434
18435 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18436
18437         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18438
18439 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18440
18441         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18442         to be run with new-articles as LIST1, not LIST2.
18443         (spam-registration-functions): Add spam-use-ham-copy as a nil
18444         registration backend.
18445
18446 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18447
18448         * spam-stat.el (spam-stat-washing-hook): New option.
18449         (spam-stat-buffer-words): Use it.
18450         (spam-stat-process-directory, spam-stat-test-directory):
18451         Use insert-file-contents-literally.
18452         (spam-stat-coding-system): New variable.
18453         (spam-stat-load, spam-stat-save): Use it.
18454
18455 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18456
18457         * spam-report.el (spam-report-plug-agent):
18458         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18459
18460 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18461
18462         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18463         Allow / in mailto URLs.
18464
18465 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18466
18467         * spam-report.el (spam-report-process-queue): Fix interactive use.
18468         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18469         (spam-report-unplug-agent): Doc fixes.
18470         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18471         (spam-report-agentize, spam-report-deagentize): Autoload.
18472
18473 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18474
18475         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18476
18477         * message.el (message-setup-fill-variables): Add mml tags to
18478         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18479         <ajk@iu.edu>.
18480         (message-mode): Don't modify paragraph-separate there.
18481
18482 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18483
18484         * compface.el (uncompface-use-external): Default to undecided.
18485         (uncompface-use-external-threshold): New variable.
18486         (uncompface-float-time): New macro.
18487         (uncompface): Determine whether to use the external decoder if
18488         uncompface-use-external is undecided.
18489
18490 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18491
18492         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18493         after images.
18494
18495         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18496
18497 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18498
18499         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18500
18501         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18502
18503         * gnus-sum.el (gnus-summary-limit-to-age)
18504         (gnus-summary-limit-children): do.
18505
18506         * gnus-int.el (gnus-request-scan): do.
18507
18508         * gnus-group.el (gnus-group-suspend): do.
18509
18510         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18511
18512         * gnus-cite.el (gnus-cite-parse-attributions): do.
18513
18514         * gnus-agent.el (gnus-summary-set-agent-mark)
18515         (gnus-agent-regenerate-group): do.
18516
18517         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18518
18519         * binhex.el (binhex-decode-region-internal): do.
18520
18521 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18522
18523         * gnus-fun.el (gnus-face-properties-alist): New user option.
18524         (gnus-display-x-face-in-from): Use it.
18525
18526         * gnus-art.el (article-display-face): Ditto.
18527
18528         * compface.el (uncompface-use-external): Default to nil.
18529
18530 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18531
18532         * nntp.el (nntp-erase-buffer): New function.
18533         (nntp-retrieve-data, nntp-send-command)
18534         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18535         (nntp-possibly-change-group): Use it.
18536
18537         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18538         Use with-current-buffer.
18539
18540 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18541
18542         * compface.el: Merge the ELisp-based uncompface program.
18543         (compface): New customization group.
18544         (uncompface-use-external): New user option.
18545         (uncompface): Call uncompface-internal if uncompface-use-external
18546         is nil.
18547         (uncompface-internal): New function.  Note that there are also
18548         some other functions and variables added for this function.
18549
18550 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18551
18552         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18553         if necessary.
18554
18555 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18556
18557         * spam-report.el (spam-report-unplug-agent)
18558         (spam-report-plug-agent, spam-report-deagentize)
18559         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18560         Add support for the Agent in spam-report: when unplugged, report to a
18561         file; when plugged, submit all the requests.
18562
18563         * spam.el (spam-register-routine): Fix message about
18564         registration.
18565
18566 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18567
18568         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18569         dependencies.
18570         (rfc2047-encode): Use it.
18571
18572         * gnus-art.el (gnus-button-marker-list): Move before first
18573         reference.
18574
18575         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18576         (imap-parse-body): Fix format string mismatch.
18577
18578         * gnus-score.el (gnus-summary-increase-score): do.
18579
18580         * nnrss.el (nnrss-close): New function.
18581
18582 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18583
18584         * nnrss.el (nnrss-make-filename): New function.
18585         (nnrss-request-delete-group, nnrss-read-server-data)
18586         (nnrss-save-server-data, nnrss-read-group-data)
18587         (nnrss-save-group-data): Use it.
18588         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18589         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18590         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18591
18592 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18593
18594         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18595
18596 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18597
18598         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18599         files.
18600
18601         * message.el (message-generate-headers-first): Don't quote nil
18602         and t in docstrings.
18603
18604         * imap.el (imap-id): do.
18605
18606         * gnus-agent.el (gnus-agent-consider-all-articles)
18607         (gnus-agent-queue-mail): do.
18608
18609 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18610
18611         * spam-report.el (spam-report-process-queue): New function.
18612         Process requests from `spam-report-requests-file'.
18613         (spam-report-process-queue): Doc fix.
18614
18615 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18616
18617         * spam.el (spam-register-routine)
18618         (spam-log-processing-to-registry, spam-log-registered-p)
18619         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18620         Change "check" to "spam-check" for semi-clarity.
18621
18622 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18623
18624         * pop3.el: Require nnheader.
18625
18626         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18627
18628         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18629
18630         * gnus-picon.el: Require cl.
18631
18632         * gnus-fun.el: Require gnus-ems and gnus-util.
18633
18634         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18635
18636         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18637
18638         * gnus-art.el (gnus-article-edit-mode): Define before first
18639         reference.
18640
18641 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18642
18643         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18644         (gnus-uu-post-encoded): Use point-at-bol.
18645
18646         * gnus-topic.el (gnus-group-active-topic-p): do.
18647
18648         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18649
18650         * gnus-group.el (gnus-group-kill-region): do.
18651
18652         * gnus-art.el (article-date-ut): do.
18653
18654         * message.el (message-fetch-field): Remove redundant
18655         case-fold-search binding.
18656         (message-narrow-to-field): Simplify.
18657
18658 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18659
18660         * spam.el (spam-directory): Derive from `gnus-directory'.
18661
18662         * spam-report.el (spam-report-url-to-file)
18663         (spam-report-requests-file): New function and variable for offline
18664         reporting.
18665         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18666         and user defined function.
18667         (spam-report-url-ping-mm-url): Remove doubled slash.
18668
18669 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18670
18671         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18672
18673 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18674
18675         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18676         Fix format string mismatch.
18677
18678         * sieve.el (sieve-deactivate-all): do.
18679
18680         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18681
18682         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18683
18684         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18685
18686         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18687
18688 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18689
18690         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18691         the list of checks.
18692
18693 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18694
18695         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18696         padding.
18697
18698 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18699
18700         * mm-view.el (mm-fill-flowed): New variable.
18701         (mm-inline-text): Use it.
18702
18703 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18704
18705         * spam.el (spam-spamassassin-register-ham-routine)
18706         (spam-spamassassin-register-spam-routine): Fix function names.
18707
18708 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18709
18710         * gnus.el (gnus-tmp-grouplens): Remove.
18711         (gnus-summary-line-format): Remove grouplens.
18712
18713         * gnus-group.el (gnus-group-line-format): Ditto.
18714
18715         * gnus-spec.el (gnus-format-specs): Ditto.
18716         (gnus-update-format-specifications): Flush the group format spec
18717         cache if there's the grouplens stuff.
18718         (gnus-parse-simple-format): Replace %l with the empty string.
18719
18720 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18721
18722         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18723         omission.
18724
18725 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18726
18727         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18728         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18729
18730 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18731
18732         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18733         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18734         New macros and functions.
18735         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18736         Handle > NLINK_MAX messages.
18737         * nnmaildir.el (nnmaildir-request-set-mark):
18738         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18739
18740 2004-01-25  Alex Schroeder  <alex@gnu.org>
18741
18742         * spam-stat.el (spam-stat-process-directory-age): New option.
18743         (spam-stat-process-directory): Use it.
18744
18745 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18746
18747         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18748         (spam-stat-save): Accept prefix argument.
18749
18750 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18751
18752         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18753         links" error.
18754
18755 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18756
18757         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18758         the rest of the and/or forms.
18759
18760 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18761
18762         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18763         compatibility with old .newsrc.eld files.
18764
18765         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18766
18767         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18768
18769         * gnus-start.el (gnus-1): do.
18770
18771         * gnus-group.el (gnus-group-line-format-alist): do.
18772
18773         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18774
18775         * gnus-gl.el: Remove.
18776
18777 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18778
18779         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18780         marks consisting of a single range {for example, (3 . 5)} rather
18781         than a list of a single range { ((3 . 5)) }.
18782
18783 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18784
18785         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18786         Use with-current-buffer.
18787         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18788         avoid consing a string.
18789
18790         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18791         Remove obsolete entries for big5 and gb2312.
18792
18793 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18794
18795         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18796         uncompressed list.
18797
18798 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18799
18800         * spam-stat.el (spam-stat-strip-xref): New function.
18801         (spam-stat-process-directory): Use it.
18802
18803         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18804         here -- it's done in message-fetch-field.
18805
18806 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18807
18808         * gnus-agent.el (gnus-agent-queue-mail)
18809         (gnus-agent-prompt-send-queue): New variables.
18810         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18811         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18812         "nndraft:queue" along to gnus-draft-send.
18813         Use gnus-agent-prompt-send-queue.
18814         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18815         is "nndraft:queue".  Suggested by Gaute Strokkenes
18816         <gs234@srcf.ucam.org>
18817
18818         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18819         (agent-enable-undownloaded-faces): Add.
18820         (gnus-agent-cat-groups): Use eval-and-compile, not
18821         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18822         method of gnus-agent-cat-groups even when the buffer has been
18823         evaled.
18824         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18825         delete gnus-agent-save-active-1.
18826         (gnus-agent-save-groups): Delete.  Identical to
18827         gnus-agent-save-active.
18828         (gnus-agent-write-active): No longer adjust agent's copy of active
18829         file as agent's adjustments are now stored in their own
18830         file.  Remove optional parameter.
18831         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18832         servers.  Add use of min/max range limits from server's local
18833         file.
18834         (gnus-agent-save-alist): Remove unused optional argument.
18835         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18836         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18837         (gnus-agent-set-local): A per-server file that keeps min/max range
18838         limits for articles known to the agent.  Provides a fast mechanism
18839         for altering many active ranges.
18840         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18841         active file (local makes it unnecessary).
18842         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18843
18844         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18845         (agent-enable-undownloaded-faces): Add.
18846
18847         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18848         disable it when sending to "nndraft:queue".
18849         (gnus-group-send-queue): Add safety check to avoid sending queue
18850         when unplugged.
18851
18852         * gnus-group.el (gnus-group-catchup): Use new
18853         gnus-sequence-of-unread-articles, not
18854         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18855         numbers of articles.  Use gnus-range-map to avoid having to
18856         uncompress the unread list.
18857         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18858         Fix invalid ange-ftp reference.
18859
18860         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18861         (gnus-sorted-range-intersection): Intersection of two ranges
18862         without requiring that they first be uncompressed.
18863
18864         * gnus-start.el (gnus-activate-group): Unless blocked by the
18865         caller, possibly expand the active range to include both cached
18866         and agentized articles.
18867         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18868         multiple version-dependent converters.
18869         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18870         gnus-agent-save-active.
18871         (gnus-save-newsrc-file): Save dirty agent range limits.
18872
18873         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18874         gnus-agent-possibly-alter-active.
18875         (gnus-adjust-marked-articles): Faster handling of simple lists.
18876
18877 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18878
18879         * spam-stat.el (spam-stat-test-directory): New optional argument
18880         displays a list of files detected.  Suggested by Andrew Cohen
18881         <cohen@andy.bu.edu>.
18882         (spam-stat-buffer-words-with-scores): Don't narrow and change
18883         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18884
18885 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18886
18887         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18888         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18889         (spam-spamassassin-arguments)
18890         (spam-spamassassin-spam-flag-header)
18891         (spam-spamassassin-positive-spam-flag-header)
18892         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18893         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18894         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18895         (spam-list-of-processors, spam-list-of-checks)
18896         (spam-list-of-statistical-checks, spam-registration-functions)
18897         (spam-check-spamassassin-headers, spam-check-spamassassin)
18898         (spam-spamassassin-score)
18899         (spam-spamassassin-register-with-sa-learn)
18900         (spam-spamassassin-register-spam-routine)
18901         (spam-spamassassin-register-ham-routine)
18902         (spam-assassin-register-spam-routine)
18903         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18904         (spam-bogofilter-score): Fix to show article before scoring.
18905
18906 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18907
18908         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18909         default scoring function.
18910         (spam-generic-score): Call spam-spamassassin-score if
18911         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18912         spam-bogofilter-score otherwise.
18913
18914         * gnus.el (spam-process, spam-autodetect-methods):
18915         Add spamassassin and spamassassin-headers.
18916
18917 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18918
18919         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18920         Suppress unnecessary messages.
18921
18922 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18923
18924         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18925         make-hash-table.
18926
18927 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18928
18929         * canlock.el (base64-encode-string): Don't autoload it.
18930
18931 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18932
18933         * run-at-time.el: Remove useless (require 'itimer),
18934         eval-and-compile and (featurep 'xemacs).
18935
18936 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18937
18938         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18939         GROUP is a virtual group.
18940
18941 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18942
18943         * gnus.el: Autoload `message-y-or-n-p'.
18944
18945 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18946
18947         * pgg-parse.el: Remove unnecessary (require 'custom).
18948
18949         * pgg-def.el: do.
18950
18951         * nnmail.el: do.
18952
18953         * gnus-undo.el: do.
18954
18955         * gnus-picon.el: do.
18956
18957         * gnus-util.el: do.
18958
18959 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18960
18961         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18962
18963 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18964
18965         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18966         handle, as well as a list.
18967
18968         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18969         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18970         (mm-w3m-cid-retrieve): Simplify.
18971
18972 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18973
18974         * message.el (message-kill-to-signature): Allow prefix arg to
18975         specify number of lines to keep before signature.
18976
18977 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18978
18979         * message.el (message-kill-to-signature): Change docstring.
18980
18981 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18982
18983         * canlock.el: Always require sha1-el.
18984         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18985
18986         * message.el: Autoload sha1 only when compiling.
18987
18988         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18989         eudc-expand-inline for XEmacs.
18990
18991 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18992
18993         * message.el (message-canlock-generate): Require sha1-el.
18994
18995 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18996
18997         * message.el (message-expand-name): Silence the byte compiler.
18998
18999         * lpath.el: Add detect-coding-system.
19000
19001         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19002         cus-edit.
19003
19004 2004-01-13  Simon Josefsson  <jas@extundo.com>
19005
19006         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19007         Invoke gnus-score-mode.
19008         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19009
19010         * gnus-range.el (gnus-compress-sequence): Doc fix.
19011         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19012
19013 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19014
19015         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19016
19017 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19018
19019         * spam.el (spam-get-article-as-string): Update to use
19020         gnus-request-article-this-buffer, much simpler.
19021         (spam-get-article-as-buffer): Remove.
19022
19023 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19024
19025         * message.el (message-expand-name): Use EUDC if the user uses that.
19026
19027 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19028
19029         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19030         character for the encoding to avoid consing a string.
19031
19032         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19033         unnecessarily.
19034
19035         * mm-util.el (mm-replace-chars-in-string): Remove.
19036
19037         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19038         of mm-replace-chars-in-string.
19039
19040 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19041
19042         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19043
19044         * mm-util.el (mm-subst-char-in-string): Support inplace.
19045
19046         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19047         a new string in every iteration.  Use shy groups.
19048
19049 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19050
19051         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19052         * gnus-soup.el (gnus-soup-group-brew):
19053         * gnus-msg.el (gnus-put-message):
19054         * gnus-move.el (gnus-group-move-group-to-server):
19055         * gnus-kill.el (gnus-batch-score):
19056         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19057         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19058         (gnus-group-update-group, gnus-group-read-group)
19059         (gnus-group-make-group, gnus-group-make-help-group)
19060         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19061         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19062         (gnus-group-sort-by-unread, gnus-group-catchup)
19063         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19064         (gnus-group-yank-group, gnus-group-set-info)
19065         (gnus-group-list-groups):
19066         * gnus.el (gnus-generate-new-group-name):
19067         * gnus-delay.el (gnus-delay-send-queue):
19068         * nnvirtual.el (nnvirtual-catchup-group):
19069         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19070         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19071         (gnus-group-prepare-topics, gnus-topic-check-topology):
19072         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19073         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19074         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19075         (gnus-group-make-articles-read):
19076         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19077         (gnus-group-change-level, gnus-kill-newsgroup)
19078         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19079         (gnus-get-unread-articles, gnus-make-articles-unread)
19080         (gnus-make-ascending-articles-unread): Use accessor
19081         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19082         to get group information for improved readability.
19083
19084
19085 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19086
19087         * gnus-art.el (article-decode-mime-words, article-babel)
19088         (gnus-article-highlight-signature, gnus-article-add-buttons)
19089         (gnus-signature-toggle): Use gnus-with-article-buffer.
19090
19091         * gnus-art.el (gnus-article-highlight-headers)
19092         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19093
19094         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19095         (gnus-article-set-globals, gnus-request-article-this-buffer)
19096         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19097         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19098         (gnus-mime-display-alternative): Use with-current-buffer.
19099
19100 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19101
19102         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19103         also under 80 char limit, and call gnus-error if needed.
19104         (spam-fetch-article-header): Fix - it was a
19105         buffer-local variable (gnus-newsgroup-data).
19106         (spam-find-spam): Use spam-generate-fake-headers, forget about
19107         spam-insert-fake-headers.
19108         (spam-insert-fake-headers): Remove.
19109
19110 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19111
19112         * deuglify.el (gnus-article-outlook-unwrap-lines)
19113         (gnus-outlook-rearrange-article)
19114         (gnus-outlook-repair-attribution-outlook)
19115         (gnus-outlook-repair-attribution-block)
19116         (gnus-outlook-repair-attribution-other): Remove redundant
19117         save-excursion.
19118
19119 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19120
19121         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19122         (spam-fetch-field-subject-fast)
19123         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19124         (spam-fetch-article-header): Add functions to deal with Gnus
19125         internals for fast retrieval of article header data.
19126         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19127
19128 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19129
19130         * pop3.el (pop3-md5): Remove.
19131         (pop3-apop): Replace pop3-md5 with md5.
19132
19133         * mm-bodies.el: base64 is always built-in.
19134
19135         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19136         Use with-current-buffer.
19137
19138 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19139
19140         * canlock.el (canlock-insert-header): Remove excessive grouping in
19141         regexp.
19142
19143         * gnus-sum.el (gnus-summary-read-document): Ditto.
19144
19145         * gnus-uu.el (gnus-uu-part-number): Ditto.
19146
19147         * html2text.el (html2text-remove-tags): Ditto.
19148         (html2text-format-tags): Ditto.
19149         (html2text-format-single-elements): Ditto.
19150
19151         * mml.el (mml-parse-1): Ditto.
19152
19153 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19154
19155         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19156
19157         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19158
19159         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19160
19161         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19162
19163 2003-11-15  Simon Josefsson  <jas@extundo.com>
19164
19165         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19166         (pgg-gpg-lookup-key): Use regexp match instead of
19167         split-string (split-string is different between emacs 21.2 and
19168         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19169
19170 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19171
19172         * gnus-art.el (gnus-mime-view-all-parts)
19173         (gnus-article-part-wrapper, gnus-article-view-part):
19174         Use with-current-buffer.
19175
19176 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19177
19178         * spam.el (spam-disable-spam-split-during-ham-respool)
19179         (spam-spamoracle-database, spam-cache-lookups)
19180         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19181         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19182         (spam-group-ham-marks, spam-group-spam-marks)
19183         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19184         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19185         also add spam-use-blackholes to the statistical checks.
19186         (spam-fetch-field-fast): Add interface to fetching fields, may
19187         become a macro.
19188         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19189         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19190         (spam-insert-fake-headers): Fake an article when needed.
19191         (spam-find-spam): Fake article when possible.
19192         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19193         (spam-check-bogofilter-headers): Use message-fetch-field instead
19194         of nnmail-fetch-field.
19195
19196 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19197
19198         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19199
19200 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19201
19202         * spam.el (spam-split): Do not require spam-use-CHECK to be
19203         enabled if that check is passed to spam-split explicitly; also
19204         fix so 'spam doesn't get converted to spam-split-group when
19205         spam-split-symbolic-return is t.
19206         (spam-find-spam): Find registrations of the article and use those
19207         instead of re-running spam-split to find the spam/ham
19208         classification of the article.
19209         (spam-log-processing-to-registry, spam-log-registered-p)
19210         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19211         Use gnus-error instead of gnus-message.
19212         (spam-log-registration-type): Add function to determine the
19213         classification of a message based on registry entries; will
19214         return nil if both 'spam and 'ham are found.
19215         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19216         a reasonably fast local cache without the loading errors.
19217         (spam-cache-lookups): Set to t by default.
19218         (spam-find-spam): Don't try to guess spam-cache-lookups.
19219         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19220         spam-caches entry.
19221         (spam-filelist-build-cache, spam-filelist-check-cache):
19222         Fix caching of whitelist/blacklist entries.
19223         (spam-check-whitelist, spam-check-blacklist):
19224         Invoke spam-from-listed-p with a type, not a cache variable.
19225         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19226
19227 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19228
19229         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19230
19231         * nnmail.el (nnmail-split-fancy): do.
19232
19233         * mml.el (mml-parse): do.
19234
19235         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19236         (gnus-score-adaptive): do.
19237
19238 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19239
19240         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19241         (gnus-mime-button-map): Don't set keymap parent.
19242         (gnus-button-ctan-directory-regexp): Use shy grouping.
19243         (gnus-prev-page-map): Don't set keymap parent.
19244         (gnus-prev-page-map): Remove duplicated one.
19245         (gnus-next-page-map): Don't set keymap parent.
19246         (gnus-mime-security-button-map): Ditto.
19247
19248         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19249         version number.
19250
19251         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19252
19253 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19254
19255         * canlock.el (canlock-sha1-function): Remove.
19256         (canlock-sha1-function-for-verify): Remove.
19257         (canlock-openssl-program): Remove.
19258         (canlock-openssl-args): Remove.
19259         (canlock-ignore-errors): Remove.
19260         (canlock-sha1-with-openssl): Remove.
19261         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19262         (canlock-verify): Don't use canlock-ignore-errors.
19263
19264         * sha1-el.el (sha1-string-external): Make it can return a string
19265         in binary form.
19266         (sha1-region-external): Ditto.
19267         (sha1-string-internal): Ditto.
19268         (sha1-region-internal): Ditto.
19269         (sha1-region): Ditto.
19270         (sha1-string): Ditto.
19271         (sha1): Ditto.
19272
19273 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19274
19275         * spam.el (spam-report-articles-gmane): New command.
19276
19277 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19278
19279         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19280
19281         * run-at-time.el (run-at-time-saved): Remove.
19282         (run-at-time): Doc fix.
19283
19284 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19285
19286         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19287         (gnus-summary-limit-map): Add it.
19288         (gnus-summary-make-menu-bar): do.
19289
19290 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19291
19292         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19293         Make attempt at some caching support (done for BBDB only now).
19294         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19295         addresses to be checked.
19296         (spam-clear-cache-BBDB): Add function, to be invoked by
19297         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19298         (spam-check-BBDB): Check and use the caches, if
19299         spam-cache-lookups is on, remove superfluous (provide).
19300
19301 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19302
19303         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19304
19305 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19306
19307         * run-at-time.el (run-at-time-saved): Move to after the definition
19308         of `run-at-time'.
19309
19310         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19311
19312 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19313
19314         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19315         mm-w3m-local-map-property.
19316
19317         * mm-view.el (mm-w3m-mode-map): Remove.
19318         (mm-w3m-local-map-property): Remove.
19319         (mm-inline-text-html-render-with-w3m): Don't use
19320         mm-w3m-local-map-property.
19321
19322 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19323
19324         * run-at-time.el: New file.
19325
19326         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19327         under Emacs.
19328
19329         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19330         of gnus-set-text-properties.
19331
19332         * gnus-uu.el (gnus-uu-save-article): Ditto.
19333
19334         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19335
19336         * gnus-cite.el (gnus-cite-parse): Ditto.
19337
19338         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19339         of gnus-.
19340
19341         * gnus-xmas.el (run-at-time): Require run-at-time.
19342
19343         * gnus.el: Change calls to nnheader-run-at-time and
19344         password-run-at-time throughout to use run-at-time directly.
19345
19346         * password.el: Remove definition of run-at-time.
19347
19348         * nnheaderxm.el: Remove definition of run-at-time.
19349
19350 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19351
19352         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19353         in prompt.
19354
19355 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19356
19357         * messagexmas.el (message-xmas-redefine): Alias
19358         `message-make-caesar-translation-table' to
19359         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19360         version.
19361
19362         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19363         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19364         `gnus-xmas-set-text-properties'.
19365         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19366         `gnus-xmas-completing-read'.
19367         (gnus-xmas-completing-read): Removed.
19368         (gnus-xmas-open-network-stream): Removed.
19369
19370         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19371         XEmacs version.
19372
19373         * dns.el (dns-make-network-process): Use `open-network-stream'
19374         instead of `gnus-xmas-open-network-stream'.
19375
19376         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19377
19378         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19379
19380 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19381
19382         * gnus-art.el (gnus-mime-display-alternative)
19383         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19384         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19385         Don't use gnus-local-map-property.
19386
19387         * gnus-util.el (gnus-local-map-property): Remove.
19388
19389         * mm-view.el (mm-view-pkcs7-decrypt):
19390         Replace gnus-completing-read-maybe-default with completing-read.
19391
19392         * gnus-util.el (gnus-completing-read): do.
19393         (gnus-completing-read-maybe-default): Remove.
19394
19395 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19396
19397         * password.el: Only autoload `run-at-time' if not XEmacs.
19398         Only autoload the itimer functions if XEmacs.
19399
19400 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19401
19402         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19403         XEmacsen.
19404
19405         * dgnushack.el: Autoload executable-find for XEmacs.
19406
19407 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19408
19409         * gnus-art.el (gnus-read-string): Remove.
19410         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19411         read-string.
19412
19413 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19414
19415         * netrc.el: Autoload password-read.
19416         (netrc): Add configuration group.
19417         (netrc-encoding-method, netrc-openssl-path):
19418         Add variables for encoding and decoding of files with symmetric
19419         ciphers.
19420         (netrc-encode): Add assistant function to encode a file with
19421         netrc-encoding-method.
19422         (netrc-parse): Add interactive parameter, added optional
19423         decoding if netrc-encoding-method is non-nil but otherwise
19424         behavior is standard.
19425         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19426         Do s/encode/encrypt/ everywhere.
19427
19428         * spam.el: Remove executable-find autoload.
19429
19430 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19431
19432         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19433
19434         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19435
19436 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19437
19438         * gnus-art.el (gnus-treat-ansi-sequences)
19439         (article-treat-ansi-sequences): New variable and function.
19440         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19441
19442         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19443         Use it.
19444
19445 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19446
19447         * mm-util.el (mm-quote-arg): Remove.
19448
19449         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19450         shell-quote-argument.
19451
19452         * gnus-uu.el (gnus-uu-command): do.
19453
19454         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19455
19456         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19457         with make-char.
19458
19459         * mm-util.el (mm-make-char): Remove.
19460
19461         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19462         add-minor-mode.
19463
19464         * gnus-undo.el (gnus-undo-mode): do.
19465
19466         * gnus-topic.el (gnus-topic-mode): do.
19467
19468         * gnus-sum.el (gnus-dead-summary-mode): do.
19469
19470         * gnus-start.el (gnus-slave-mode): do.
19471
19472         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19473
19474         * gnus-ml.el (gnus-mailing-list-mode): do.
19475
19476         * gnus-gl.el (gnus-grouplens-mode): do.
19477
19478         * gnus-draft.el (gnus-draft-mode): do.
19479
19480         * gnus-dired.el (gnus-dired-mode): do.
19481
19482         * gnus-ems.el (gnus-add-minor-mode): Remove.
19483
19484         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19485         Replace gnus-char-width with char-width.
19486
19487         * gnus-ems.el (gnus-char-width): Remove.
19488
19489         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19490         Replace gnus-char-width with char-width.
19491
19492         * gnus-ems.el (gnus-char-width): Remove.
19493
19494         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19495         definition.
19496         Remove Emacs 20 hash table compatibility code.
19497
19498         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19499         20 compatibility code.
19500
19501         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19502
19503         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19504
19505         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19506         Replace with point-at-{eol,bol}.
19507
19508         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19509
19510         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19511
19512         * flow-fill.el (fill-flowed-point-at-bol)
19513         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19514
19515         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19516         Replace with point-at-{eol,bol} throughout all files.
19517
19518 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19519
19520         * ntlm.el (ntlm-string-as-unibyte): New macro.
19521         (ntlm-build-auth-response): Use it.
19522
19523         Remove Emacs 20 stuff:
19524         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19525         (butlast, mapc, remove): Remove the compiler macros.
19526         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19527         of delq and copy-sequence.
19528         * gnus-art.el (popup-menu): Remove the compiler macro.
19529         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19530         Emacs 20.
19531
19532 2004-01-05  Simon Josefsson  <jas@extundo.com>
19533
19534         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19535         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19536         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19537         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19538         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19539         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19540         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19541         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19542         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19543         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19544         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19545         string-xor into ntlm-string-xor.
19546         Suggested by Jesper Harder <harder@myrealbox.com>.
19547
19548         * ntlm.el: Don't include poem.
19549
19550         * md4.el (print-int32, print-string-hexa): Remove.
19551         Suggested by Jesper Harder <harder@myrealbox.com>.
19552
19553         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19554
19555         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19556         probably breaks emacs with DL patch, but do we care? Is anyone
19557         still using the DL stuff?)
19558
19559         * sieve-manage.el: Use the password package.
19560         (sieve-manage-read-passwd): Remove.
19561         (sieve-manage-interactive-login): Use password.  Re-add
19562         condition-case around loop.
19563
19564         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19565         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19566         Use the password package.
19567
19568 2003-02-19  Simon Josefsson  <jas@extundo.com>
19569
19570         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19571         token.
19572
19573 2002-08-07  Simon Josefsson  <jas@extundo.com>
19574
19575         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19576         (sieve-manage-authenticators):
19577         (sieve-manage-authenticator-alist): Add some SASL mechs.
19578         (sieve-sasl-auth): New function.
19579         (sieve-manage-cram-md5-auth):
19580         (sieve-manage-plain-auth): Rewrite using SASL library.
19581         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19582         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19583         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19584         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19585
19586 2004-01-05  Simon Josefsson  <jas@extundo.com>
19587
19588         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19589         New files.
19590
19591 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19592
19593         * gnus-group.el (gnus-no-groups-message): Update.
19594
19595         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19596
19597 2003-11-09  Simon Josefsson  <jas@extundo.com>
19598
19599         * imap.el: Support for ID IMAP extension (RFC 2971).
19600         (imap-local-variables): Add imap-id.
19601         (imap-id): New variable.
19602         (imap-id): New function.
19603         (imap-parse-response): Parse untagged ID response.
19604         * nnimap.el (nnimap-id): New variable.
19605         (nnimap-open-connection): Use it.
19606
19607 2003-12-28  Simon Josefsson  <jas@extundo.com>
19608
19609         * gnus-score.el (gnus-score-edit-all-score): New.
19610         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19611
19612 2004-01-04  Simon Josefsson  <jas@extundo.com>
19613
19614         * password.el: Add.
19615
19616 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19617
19618         * dns.el (dns-query-types): Fix typo.
19619         (dns-query-types): New function.
19620         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19621         PTR and SOA replies, see RFC 1035.
19622
19623 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19624
19625         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19626
19627         * Move to Changelog.2.
19628
19629 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19630
19631         * gnus.el (gnus-version-number): Bump version.
19632
19633 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19634
19635         * gnus.el: No Gnus v0.1 is released.
19636
19637 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19638
19639         * gnus.el: No Gnus v0.0 is released.
19640
19641 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19642
19643         * gnus.el (gnus-version-number): Bump.
19644         (gnus-version): No.
19645
19646 See ChangeLog.2 for earlier changes.
19647
19648     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19649       Free Software Foundation, Inc.
19650
19651   This file is part of GNU Emacs.
19652
19653   GNU Emacs is free software: you can redistribute it and/or modify
19654   it under the terms of the GNU General Public License as published by
19655   the Free Software Foundation, either version 3 of the License, or
19656   (at your option) any later version.
19657
19658   GNU Emacs is distributed in the hope that it will be useful,
19659   but WITHOUT ANY WARRANTY; without even the implied warranty of
19660   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19661   GNU General Public License for more details.
19662
19663   You should have received a copy of the GNU General Public License
19664   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19665
19666 ;; Local Variables:
19667 ;; coding: utf-8
19668 ;; fill-column: 79
19669 ;; add-log-time-zone-rule: t
19670 ;; End: