gnus-util.el ( gnus-macroexpand-all ) : Allow optional argument `environment'.
[gnus] / lisp / ChangeLog
1 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
4         allow optional argument `environment'.
5
6 2010-12-03  Glenn Morris  <rgm@gnu.org>
7
8         * mm-extern.el (message-goto-body): Update declaration.
9
10 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11
12         * gnus-util.el (gnus-macroexpand-all): New function.
13
14         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
15         instead of macroexpand-all that is unavailable in XEmacs.
16
17 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
18
19         * nnir.el (nnir-summary-line-format): New variable.
20         (nnir-mode): Use it.
21         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
22         (nnir-article-ids): Reimplement as defsubst.
23         (nnir-retrieve-headers): Don't mangle the subject header.
24         (nnir-run-imap): Use 100 as RSV score.
25         (nnir-run-find-grep): Fix for full server searching.
26         (nnir-run-gmane): Better restriction to gmane groups.
27
28         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
29         summary buffers.
30
31 2010-12-02  Julien Danjou  <julien@danjou.info>
32
33         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
34
35         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
36
37         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
38         support.
39
40 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
41
42         * nnir.el: Update to handle the registry better.
43         (autoload): Silence byte-compiler.
44         (nnir-open-server): Add a hook for nnir groups.
45         (nnir-request-move-article): Don't mangle the header. Better to use
46         formating variables (which will be added in the future).
47         (nnir-registry-action): Update the registry using the original article
48         group name.
49         (nnir-mode): Install nnir-specific hooks for updating the registry.
50
51         * gnus-sum.el
52         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
53         obsolete variables.
54         (gnus-summary-move-article): Remove use of obsolete variables.
55         (gnus-summary-local-variables): Make move and delete hooks local to
56         summary buffers.
57
58 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
59
60         * rtree.el: New file.
61
62 2010-12-01  Julien Danjou  <julien@danjou.info>
63
64         * message.el (message-user-organization): Do not use
65         gnus-local-organization.
66
67         * gnus.el: Remove gnus-local-organization.
68
69         * gnus-msg.el: Remove nastygram thing.
70
71 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
72
73         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
74         funcall.
75
76 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
77
78         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
79         names.
80
81         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
82         characters.
83
84         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
85         to t of inhibit-read-only since it is inside gnus-with-article-headers.
86         Suggested by Štěpán Němec <stepnem@gmail.com>.
87         (gnus-gravatar-transform-address): Use mail-extract-address-components
88         that supports non-ASCII names rather than mail-header-parse-addresses.
89
90 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
91
92         * proto-stream.el (open-protocol-stream): All starttls connections are
93         handled by the network handler.
94
95 2010-11-30  Julien Danjou  <julien@danjou.info>
96
97         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
98         (nnimap-open-connection-1): Fix PREAUTH.
99
100         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
101
102 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
103
104         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
105         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
106         (shr-insert): Use them.
107         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
108
109 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
110
111         * nnir.el (nnir-request-move-article): Bail out if original group
112         doesn't support article moves.
113         (nnir-get-active): Improve active list retrieval.
114
115 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
116
117         * shr.el (shr-find-fill-point): Don't break before apostrophes.
118
119 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
120
121         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
122         seem to accept strings-with-numbers as port numbers,
123
124 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
125
126         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
127         change the registry.
128
129 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
130
131         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
132         delete-dups that is not available in XEmacs 21.4.
133
134         * mm-util.el (mm-delete-duplicates): Add comment.
135
136 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
137
138         * nnir.el (nnir-ignored-newsgroups): New variable.
139         (nnir-get-active): Use it.
140
141 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * proto-stream.el (proto-stream-open-network): Add some comments.
144
145         * nntp.el (nntp-open-connection): Provide a :success condition.
146
147         * nnimap.el (nnimap-open-connection-1): Ditto.
148
149         * proto-stream.el (proto-stream-open-network): See what the response to
150         the STARTTLS command is.
151
152         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
153         backwards compatibility).
154         (nnimap-open-connection-1): Really respect nnimap-server-port.
155
156         * proto-stream.el (proto-stream-open-network): When doing opportunistic
157         TLS upgrades we don't really care about the identity of the peer.
158         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
159         that what we've checked for.
160         (proto-stream-always-use-starttls): Only default to t if
161         open-gnutls-stream exists.
162         (proto-stream-open-network): If STARTTLS failed, then just open a
163         normal connection.
164         (proto-stream-open-network): Wait until the greeting before doing
165         STARTTLS.
166
167         * nntp.el (nntp-open-connection): Report what the connection error is.
168
169         * proto-stream.el (open-protocol-stream): Renamed from
170         open-proto-stream.
171
172 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
173
174         * nnimap.el (nnimap-stream): Change default to `undecided'.
175         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
176         first, and then network.
177         (nnimap-open-connection-1): Respect nnimap-server-port.
178         (nnimap-open-connection): Be more backwards-compatible.
179
180         * proto-stream.el (proto-stream-always-use-starttls): New variable.
181         (proto-stream-open-starttls): De-duplicate the starttls code.
182         (proto-stream-open-starttls): Folded back into the main function.
183         (proto-stream-open-network): Fix typo in the gnutls path.
184         (proto-stream-command): Refactor out.
185
186         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
187
188         * proto-stream.el (proto-stream-open-starttls): Actually implement the
189         starttls.el STARTTLS.
190
191         * color.el (color-lab->srgb): Fix function call name.
192
193         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
194         if we're using tls.el.
195         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
196         built in, then don't try to establish a STARTTLS connection.
197
198         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
199         servers.
200
201         * proto-stream.el (open-proto-stream): Use network, not stream.
202         (open-proto-stream): Add a way to specify what the end of a command is.
203
204         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
205         connections types.
206         (nntp-open-network-stream): Remove.
207         (nntp-open-ssl-stream): Remove.
208         (nntp-open-tls-stream): Remove.
209         (nntp-ssl-program): Remove.
210
211         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
212
213 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
214
215         * nnir.el: Fix typos.
216         (nnir-retrieve-headers-override-function): Rename variable to reflect
217         new semantics.
218         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
219         macros.
220         (nnir-request-article, nnir-request-move-article): Use them.
221         (nnir-categorize): New function.
222         (nnir-run-query): Use it.
223         (nnir-retrieve-headers): Rewrite to batch header retrieval.
224         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
225         sorted.
226         (nnir-group-full-name): Use gnus-group-full-name instead.
227         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
228         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
229
230 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
231
232         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
233
234         * proto-stream.el: New library to provide protocol-specific
235         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
236         protocols.
237         (open-proto-stream): Complete the documentation.
238         (proto-stream-open-network): Fix some typos.
239
240         * nnimap.el (nnimap-open-connection): Use it.
241
242 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
243
244         * pop3.el (pop3-open-server): Read server greeting before starting TLS
245         negotiation.
246
247 2010-11-26  Julien Danjou  <julien@danjou.info>
248
249         * color.el: Rename various rgb functions to srgb.
250
251 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
252
253         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
254         names.
255
256 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
257
258         * shr.el (shr-insert): Revert last change.
259         (shr-find-fill-point): Never leave point being at bol;
260         relax the kinsoku limitation when rendering tables.
261
262 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
263
264         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
265         results from -accept-article.
266
267         * shr-color.el: Require cl when compiling.
268
269         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
270         checkin.
271
272         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
273
274         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
275
276         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
277         'add and 'delete to set backend marks.
278
279         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
280
281         * nnheader.el (nnheader-update-marks-actions): Refactor out.
282
283         * nntp.el (nntp-request-set-mark): Use it.
284
285         * nnfolder.el (nnfolder-request-set-mark): Ditto.
286
287         * nnml.el (nnml-request-set-mark): Ditto.
288
289         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
290         introduces regressions in article selection.
291         (nnimap-find-uid-response): New function.
292         (nnimap-request-accept-article): Use the UID returned, if any.
293         (nnimap-request-move-article): Use the UID returned, if any.
294         (nnimap-get-groups): Reimplement to work with folded lines.
295         (nnimap-find-uid-response): The UID is the last element in the list.
296         (nnimap-request-set-mark): Extend syntax with 'set.
297
298         * nnml.el (nnml-request-set-mark): Ditto.
299
300         * nnfolder.el (nnfolder-request-set-mark): Ditto.
301
302         * nntp.el (nntp-request-set-mark): Ditto.
303
304 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
305
306         * message.el (message-called-interactively-p): A temporary macro.
307         (message-goto-body): Use it temporarily.
308
309 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
310
311         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
312         (nnimap-last-response-string): Unfold quoted lines, if they exist.
313         (nnimap-last-response-string): Fix last unfolding fix.
314
315 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
316
317         * shr.el (shr-insert): Fix the way to fold lines.
318
319 2010-11-25  Julien Danjou  <julien@danjou.info>
320
321         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
322
323         * color.el: Rename from color-lab.el
324         (color-rgb->hex): Add.
325         (color-complement): Add.
326         (color-complement-hex): Add.
327
328         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
329
330 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
331
332         * shr-color.el (shr-color-visible): Don't bug out if the colour names
333         don't exist.
334
335 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
336
337         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
338         assuming that article displaying or another mml-preview may be
339         interrupted for an error or for the like.
340
341         * shr.el (shr-get-background): Fix argument name.
342
343 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
344
345         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
346
347         * gnus-sum.el (gnus-summary-include-articles): New function.
348
349         * message.el (message-goto-body): called-interactively-p needs a
350         parameter, so use `any'.
351
352         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
353         clear marks before moving, since they're synced from the Gnus side
354         first.
355
356         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
357         (gnus-summary-move-article): Copy over all marks before moving, so that
358         IMAP doesn't think a new article has arrived.
359
360 2010-11-24  Julien Danjou  <julien@danjou.info>
361
362         * shr.el (shr-insert-background-overlay): Fix typo.
363         (shr-render-td): Copy the background before rendering.
364
365         * shr-color.el (shr-color-visible): Fix docstring.
366
367         * shr.el (shr-tag-table): Add bgcolor support.
368         (shr-render-td): Add bgcolor support.
369         (shr-get-background): Add.
370         (shr-insert-foreground-overlay): Use shr-get-background.
371
372         * message.el (message-goto-body): Use called-interactively-p.
373         (message-in-body-p): message-goto-body returns point.
374
375 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
376
377         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
378         Fixes something or other in Emacs 23, and is backwards compatible.
379
380         * message.el (message-goto-body): Remove the <#secure special-casing,
381         which is too special.
382
383         * shr.el (shr-parse-style): Drop !important from styles.
384
385 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
386
387         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
388         this function to return incorrect results when calling it with an
389         explicit article argument different from
390         (gnus-summary-article-number).
391
392 2010-11-24  Julien Danjou  <julien@danjou.info>
393
394         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
395         (shr-tag-body): Add background support.
396         (shr-descend): Add background support.
397         (shr-tag-title): Add.
398
399         * shr-color.el (shr-color-visible): Really return original background
400         if fixed.
401
402 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
403
404         * shr.el (shr-color-check): Protect against non-existant colour names.
405
406 2010-11-24  Julien Danjou  <julien@danjou.info>
407
408         * color-lab.el: Require 'cl when compiling.
409
410         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
411
412         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
413         matched part.
414
415         * color-lab.el: Fix all expt calls to use float type.
416
417 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
418
419         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
420         expression to shr-color-check as is.
421
422         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
423
424         * color-lab.el: Add coding cookie.
425         (float-pi): Use eval-and-compile.
426
427         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
428         compiled for Emacsen having no `libxml-parse-html-region' support.
429
430 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
431
432         * shr.el (shr-insert-color-overlay): Split stuff like
433         "#444444 !important" to find the real colour.
434         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
435         parse <font color="red"> entries.
436
437 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
438
439         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
440         point when parsing headers.
441
442         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
443         is positioned properly when parsing headers.
444
445 2010-11-23  Julien Danjou  <julien@danjou.info>
446
447         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
448
449         * shr-color.el (shr-color->hexadecimal): Add support for color names.
450
451         * shr.el (shr-parse-style): Replace \n with space in style parsing.
452
453         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
454         shr-color-hue-to-rgb.
455         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
456
457 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * shr.el (shr-color->hexadecimal): Autoload.
460         (shr-descend): Add color to all tags.
461
462 2010-11-22  Julien Danjou  <julien@danjou.info>
463
464         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
465         shr-color->hexadecimal.
466
467         * shr-color.el (shr-color->hexadecimal): Add converting functions for
468         RGB() or HSL() color representation.
469
470         * shr.el (shr-tag-font): Add.
471         (shr-tag-color-check): New function to get better colors.
472         (shr-tag-insert-color-overlay): Factorize code between tag-font and
473         tag-span.
474
475         * shr-color.el: New file.
476
477         * color-lab.el: New file.
478
479         * gnus-art.el (gnus-url-mailto): Do not downcase args.
480
481 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
482
483         * nnir.el: Fix typo in comments.
484         (nnir-run-imap): Simplify code. No need to reverse artlist.
485         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
486
487 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
488
489         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
490
491         * nnimap.el (nnimap-get-capabilities): Refactor out.
492         (nnimap-open-connection): Re-request capabilities after STARTTLS.
493
494 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
495
496         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
497         appearing when `mm-uu-hide-markers' is nil.
498
499 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
500
501         * nnimap.el (nnimap-unselect-group): Make into its own function.
502         (nnimap-request-rename-group): Unselect group before renaming.
503         This had gotten lost somewhere.
504         (nnimap-request-accept-article): Keep track of examined groups, and
505         unselect the group before APPENDing to read-only groups.
506         (nnimap-request-move-article): Clear flags before moving so that they
507         can be re-set later.
508
509 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
510
511         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
512         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
513
514 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
515
516         * gnus-art.el (gnus-mime-display-single)
517         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
518         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
519         parameter.
520
521 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
522
523         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
524         (shr-table-vertical-line): New variable.
525         (shr-insert-table): Use it.
526
527 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
528
529         * gnus-html.el (gnus-html-wash-images): Don't display images if
530         gnus-inhibit-images is non-nil; register displayer for cid images.
531         (gnus-html-display-image): Work for cid image.
532         (gnus-html-insert-image): Allow arguments.
533         (gnus-html-put-image): Inhibit read-only.
534         (gnus-html-prefetch-images): Don't prefetch images if
535         gnus-inhibit-images is non-nil.
536
537 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
538
539         * shr.el (shr-put-image): Break lines when inserting big pictures.
540
541 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
542
543         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
544         sender, thanks Katsumi Yamaoka.
545
546 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
547
548         * nnir.el (nnir-run-imap): Reverse the article list for each group
549         rather than the whole list.
550
551 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
552
553         * shr.el (shr-image-displayer): Protect function against non-existent
554         image source.
555
556         * gnus-art.el (gnus-inhibit-images): New user option.
557         (gnus-mime-display-single): Don't display image if it is non-nil.
558
559         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
560         gnus-inhibit-images.
561
562         * shr.el (shr-image-displayer): New function.
563         (shr-tag-img): Use it.
564
565 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
566
567         * mml2015.el (mml2015-epg-sign): Use From header.
568
569 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
570
571         * gnus-html.el (gnus-html-wash-images): Register a displayer.
572
573         * gnus-util.el (gnus-find-text-property-region): Return markers.
574
575         * shr.el (shr-tag-img): Put a displayer in the text property.
576
577         * gnus-util.el (gnus-find-text-property-region): New utility function.
578
579         * gnus-html.el (gnus-html-display-image): Make the alt optional.
580         (gnus-html-show-images): Remove.
581
582         * gnus-art.el (gnus-article-show-images): New, more general function.
583
584         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
585         image url text properties.
586
587         * shr.el: Ditto.
588
589         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
590         gnus-agent-auto-agentize-methods is set.  Which it isn't.
591
592 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
593
594         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
595         work for two or more articles.
596
597 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
598
599         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
600         divide an image that's in an html article to two or more when washing
601         non-ASCII characters in alt text of it.
602
603 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
604
605         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
606         smime-decrypt-region using function argument.
607         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
608
609         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
610
611         * smime.el (smime-decrypt-region): Catch it.
612
613 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
614
615         * smime.el (smime-mode-map): Move initialization into declaration.
616         (gnus-run-mode-hooks): Don't autoload.
617         (smime-mode): Use define-derived-mode.
618
619 2010-11-11  Glenn Morris  <rgm@gnu.org>
620
621         * smime.el (from): Restrict declaration to XEmacs.
622
623         * nnir.el (gnus-group-topic-name): Autoload.
624
625 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
626
627         * shr.el (shr-insert): Don't break long line if it is because of
628         kinsoku-bol characters in the line end.
629
630 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
631
632         * nnir.el (nnir-request-move-article): Fix to provide original group
633         and subject.
634         (nnir-warp-to-article): Don't fail on articles whose headers haven't
635         been retrieved.
636
637         * gnus-sum.el (gnus-summary-move-article): Use original group and
638         subject for virtual articles such as those in an nnir summary buffer.
639
640 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
641
642         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
643         least 21.5).
644
645         * smime.el (from): Declare it again for XEmacs.
646
647 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
648
649         * message.el (message-resend): Don't disable encoding unless it's
650         already encoded.
651
652         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
653         low-numbered articles.
654
655 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
656
657         * rfc2047.el (rfc2047-syntax-table): Simplify.
658
659         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
660
661         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
662         set-char-table-range for XEmacs.
663
664 2010-11-10  Glenn Morris  <rgm@gnu.org>
665
666         * time-date.el (time-to-seconds): Always an alias on Emacs,
667         never a real function.
668         (with-no-warnings): Remove compat stub, now unused.
669         (time-less-p): Doc fix.
670         (time-to-number-of-days): Simplify.
671
672         * smime.el (from): Remove unused declaration.
673
674         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
675         (gnus-float-time): On Emacs, always an alias.
676
677         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
678         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
679
680 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
681
682         * dgnushack.el: Don't use ignore-errors in the top level form since it
683         is unavailable in XEmacs even if cl is loaded.
684
685         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
686
687 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
688
689         * shr.el (browse-url-mailto): Autoload.
690
691         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
692
693         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
694         regexp doesn't need quoting.
695
696 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
697
698         * message.el (message-subject-trailing-was-ask-regexp)
699         (message-subject-trailing-was-regexp): Match was: in addition to was.
700
701 2010-11-09  Glenn Morris  <rgm@gnu.org>
702
703         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
704         (nnbabyl-check-mbox): Use point-at-bol.
705
706 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
707
708         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
709
710         * message.el (message-mailto): New function.
711         (message-mailto): Should accept other parameters.
712         (message-mailto): Remove since it duplicates browse-url-mailto
713         functionality.
714
715 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
716
717         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
718         methods.
719         (gnus-read-active-file): Ditto.
720
721         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
722         ": " from the prompt.
723         (gnus-group-make-group): Ditto.
724
725 2010-11-07  Glenn Morris  <rgm@gnu.org>
726
727         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
728         (gnus-bookmark-kill-line): Use point-at-eol.
729
730 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
731
732         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
733         asterisks in From header.
734
735 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
736
737         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
738         string to avoid making the From headers syntactically invalid.
739
740         * message.el (message-send-mail): Don't insert courtesy messages if the
741         message already has List-Post and List-ID messages.
742
743 2010-11-06  Glenn Morris  <rgm@gnu.org>
744
745         * gnus-art.el (gnus-treat-article): Give dynamic local variables
746         `condition', `type', `length' a prefix.
747         (gnus-treat-predicate): Update for above name changes.
748
749 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
750
751         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
752         binding.  Handled by `gnus-summary-refer-thread' instead.
753         (nnir-warp-to-article): New backend function.
754
755         * nnimap.el (nnimap-request-thread): Force dependency updating.
756
757         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
758         (gnus-summary-refer-thread): Rework to improve thread-referral.
759
760         * gnus-int.el (gnus-warp-to-article): New function.
761
762         * gnus-sum.el (gnus-summary-article-map): Bind it.
763
764 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
765
766         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
767         gnus-summary-refer-thread.
768
769         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
770         headers.
771         (gnus-summary-limit-include-thread): Prevent articles in thread from
772         being cut in gnus-cut-threads.
773         (gnus-summary-refer-thread): Limit retrieved headers to those in
774         thread.
775
776 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
777
778         * message.el (message-send-mail): Use the value of
779         message-courtesy-message from the message buffer.
780
781         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
782
783         * shr.el (shr-browse-url): Implement mailto: URLs.
784
785         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
786         "raw".
787
788         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
789         if it's already selected.
790
791         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
792
793 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
794
795         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
796         to measure the length and truncate alt text.
797
798 2010-11-03  Glenn Morris  <rgm@gnu.org>
799
800         * nndiary.el (nndiary-generate-nov-databases-1)
801         (nndiary-generate-active-info): Rename dynamic variable `files' to
802         something less generic.
803
804 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
805
806         * nnir.el (nnir-request-move-article): Call the underlying backend to
807         move articles from nnir.
808
809 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
810
811         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
812
813 2010-11-02  Julien Danjou  <julien@danjou.info>
814
815         * nnir.el: Remove wais support.
816
817 2010-11-02  Glenn Morris  <rgm@gnu.org>
818
819         * gnus-html.el: Reorder requirements to quieten compiler.
820
821 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
822
823         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
824         properly for XEmacs as well.
825         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
826         (gnus-article-natural-long-line-p): Use window-width rather than
827         frame-width.
828
829 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
830
831         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
832         (nnir-read-parms): Don't modify query.
833         (nnir-run-query): Add ability to search topic on current line.
834         (nnir-get-active): Clean up.
835
836 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
837
838         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
839         degenerate articles.
840
841         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
842         (gnus-print-buffer): Just print the buffer as is, without any copying
843         to a buffer and then re-highlighting.
844
845         * nnimap.el (nnimap-request-group): Store the new updated info.
846         (nnimap-request-group): Select the group when we don't know whether it
847         exists or not.
848
849         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
850         groups.
851
852         * gnus-group.el (gnus-group-find-new-groups): Display all the new
853         groups.
854
855         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
856         groups.
857
858         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
859         long-lines case by only filling the long lines.
860
861         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
862         (bug #7311).
863
864 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
865
866         * shr.el: No need to declare `declare-function' since shr.el is for
867         only Emacsen that provide `libxml-parse-html-region'.
868
869         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
870         effective only in a file it is referred to.
871
872 2010-11-01  Glenn Morris  <rgm@gnu.org>
873
874         * mm-util.el (gnus-completing-read): Autoload.
875         (mm-read-coding-system): Simplify Emacs definition.
876
877         * nnmail.el (gnus-activate-group):
878         * nnimap.el (gnutls-negotiate):
879         * nntp.el (netrc-parse): Fix declarations.
880
881 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
882
883         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
884         string-match-p in Emacs >=23.
885
886         * gnus-msg.el (gnus-configure-posting-styles)
887         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
888
889 2010-11-01  Glenn Morris  <rgm@gnu.org>
890
891         * nnir.el (declare-function): Add compat stub.
892         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
893         (nnir-run-gmane): Require 'mm-url.
894
895         * mm-util.el (mm-string-to-multibyte): Simplify.
896
897         * shr.el (declare-function): Add compat stub.
898         (url-cache-create-filename): Declare.
899         (mm-disable-multibyte, widget-convert-button): Autoload.
900
901         * smime.el (ldap-search): Declare.
902         (smime-cert-by-ldap-1): Require ldap on Emacs.
903
904         * nnimap.el: Require nnmail, and gnus-sum when compiling.
905         (nnimap-keepalive): Use gnus-float-time.
906
907         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
908         (mail-source-delete-crash-box): Use gnus-float-time.
909
910         * gnus-dired.el (gnus-completing-read): Autoload.
911
912         * mm-view.el (gnus-rescale-image): Autoload.
913
914         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
915
916         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
917
918         * sieve-manage.el: Require 'cl when compiling.
919
920         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
921         (gnus-iswitchb-completing-read): Require iswitchb.
922         (gnus-select-frame-set-input-focus): Silence compiler.
923
924 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
925
926         * message.el (message-subject-trailing-was-query): Change default to t,
927         since I think that's what most people want.
928
929         * nnimap.el (nnimap-request-accept-article): Erase buffer before
930         appending for easier debugging.
931         (nnimap-wait-for-connection): Take a regexp.
932         (nnimap-request-accept-article): Wait for the continuation line before
933         sending anything unless we're streaming.
934
935         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
936         leave the header washing to take place.
937
938 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
939
940         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
941         regular expression match and replace in posting styles.
942
943 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
944
945         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
946         an entire server.
947         (nnir-get-active): New function.
948         (nnir-run-imap): Use it.
949         (nnir-run-gmane): Who knew, gmane search returns an article score!
950
951         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
952         server on the current line with nnir.
953
954 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
955
956         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
957         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
958         left edge.
959         (gnus-article-foldable-buffer): Skip past the prefix when determining
960         raggedness.
961
962         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
963         the raw article, and change `C-u g' to show the article without doing
964         treatments.
965
966         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
967         on to `gnus-treat-article'.
968         (gnus-inhibit-article-treatments): New variable.
969
970         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
971
972         * gnus-art.el (gnus-treatment-function-alist): Have
973         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
974         (gnus-treat-fill-long-lines): Change default to fill all text/plain
975         sections.
976
977         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
978         parameter.
979         (gnus-article-fill-cited-long-lines): New function.
980         (gnus-article-fill-cited-article): Allow filling only long sections.
981
982         * shr.el (shr-find-fill-point): Don't break lines between punctuation
983         and non-punctuation (like after the apostrophe in "'We").
984
985         * gnus-sum.el (gnus-summary-select-article): Make sure
986         gnus-original-article-buffer is alive.
987
988         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
989         reflect the order they're in in the digest.
990
991         * gnus.el (gnus-group-startup-message): Move point to the start of the
992         buffer.
993
994         * nnimap.el (nnimap-capability): New function.
995         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
996         is set.
997
998 2010-10-31  David Engster  <dengste@eml.cc>
999
1000         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1001         conform with changes to gnus-completing-read.
1002
1003 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1004
1005         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1006
1007 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1008
1009         * nnir.el: Move defvar, defcustom around to keep file organized
1010         and keep byte-compiler quiet.
1011         (nnir-read-parms): Accept search-engine as arg.
1012         (nnir-run-query): Pass search-engine as arg.
1013         (nnir-search-engine): Remove.
1014
1015 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1016
1017         * shr.el (shr-generic): The text nodes should be text, not :text.
1018
1019         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1020         later in the file.
1021
1022 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1023
1024         * nnir.el: General clean up.  Allow searching with multiple engines.
1025         Allow separate extra-parameters for each engine.
1026         Batch queries when possible.
1027         (nnir-imap-default-search-key,nnir-method-default-engines):
1028         Add customize interface.
1029         (nnir-run-gmane): New engine.
1030         (nnir-engines): Use it.  Qualify all prompts with engine name.
1031         (nnir-search-engine): Remove global variable.
1032         (nnir-run-hyrex): Restore for now.
1033         (nnir-extra-parms,nnir-search-history): New variables.
1034         (gnus-group-make-nnir-group): Use them.
1035         (nnir-group-server): Remove in favor of gnus-group-server.
1036         (nnir-request-group): Avoid searching twice.
1037         (nnir-sort-groups-by-server): New function.
1038
1039 2010-10-30  Julien Danjou  <julien@danjou.info>
1040
1041         * gnus-group.el: Remove gnus-group-fetch-control.
1042
1043         * gnus-start.el (gnus-find-new-newsgroups):
1044         Remove gnus-check-first-time-used.
1045
1046         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1047
1048 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1049
1050         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1051         set on groups that don't have \* permanentflags.
1052
1053 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1054
1055         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1056         control the background color.
1057         (shr-tag-img): Ignore very small web bug type images.
1058         (shr-put-image): Add help-echo alt texts to the images.
1059         (shr-tag-video): Show the video poster image.
1060
1061 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1062
1063         * shr.el (shr-table-depth): New variable.
1064         (shr-tag-table-1): Only insert the images after the top-level table.
1065
1066         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1067
1068         * gnus-util.el (gnus-list-memq-of-list): New function.
1069
1070         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1071         selected.
1072         (nnimap-unsplittable-articles): New slot.
1073         (nnimap-new-articles): Use it.
1074
1075 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1076
1077         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1078         move to the previous line on `M-g'.
1079
1080 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1081
1082         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1083         *-request-group, which seems unnecessary.
1084
1085         * nnimap.el (nnimap-quote-specials): Function copied over from
1086         imap.el.
1087         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1088         they support that.  Suggested by Tom Regner.
1089
1090 2010-10-29  Julien Danjou  <julien@danjou.info>
1091
1092         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1093         defalias.
1094         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1095
1096         * gnus.el: Remove `gnus-nntp-service' variable.
1097         (gnus-secondary-servers): Make obsolete.
1098         (gnus-nntp-server): Make obsolete.
1099
1100         * gnus-start.el (gnus-1): Remove x-splash calls.
1101
1102         * gnus-ems.el (gnus-x-splash): Remove.
1103
1104         * gnus.el (gnus-group-startup-message): Simplify/update code.
1105
1106         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1107         definition.
1108
1109         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1110         capability before doing anything.
1111         (gnus-group-insert-group-line): Remove useless
1112         gnus-group-remove-excess-properties.
1113
1114 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1115
1116         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1117
1118 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1119
1120         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1121         config after reselecting.
1122
1123 2010-10-28  Julien Danjou  <julien@danjou.info>
1124
1125         * shr.el (shr-put-image): Use point even if only inserting text.
1126         (shr-put-image): Save excursion when inserting alt text on non-graphic
1127         display, so the behaviour is the same when we are on a graphic display.
1128
1129         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1130
1131 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1132
1133         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1134         (gnus-mime-copy-part): Check coding system, not charset.
1135         (gnus-mime-view-part-externally): Never remove part.
1136         (gnus-mime-view-part-internally): Don't remove part here.
1137         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1138         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1139         multipart/alternative.
1140
1141         * mm-decode.el (mm-display-part): Take optional arg `force'.
1142
1143 2010-10-26  Julien Danjou  <julien@danjou.info>
1144
1145         * gnus-group.el (gnus-group-default-list-level): Add this function to
1146         compute the default list level.
1147         (gnus-group-default-list-level): Add possibility to use a function.
1148
1149 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1150
1151         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1152
1153         * gnus-group.el (gnus-group-completing-read)
1154         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1155         gnus-replace-in-string.
1156
1157 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1158
1159         * shr.el (shr-tag-div): Add.
1160
1161         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1162
1163 2010-10-25  Julien Danjou  <julien@danjou.info>
1164
1165         * gnus-util.el: Remove `gnus-with-local-quit'.
1166
1167         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1168
1169 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1170
1171         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1172         the original article buffer.
1173
1174 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1175
1176         * nnimap.el (nnimap-request-head): New function.
1177         (nnimap-request-move-article): Try to be slighly faster by not
1178         requesting the entire message when moving.
1179         (nnimap-transform-headers): Don't bug out on bodiless articles.
1180         (nnimap-send-command): Have no outstanding messages if the IMAP server
1181         doesn't support streaming.
1182         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1183
1184 2010-10-24  Julien Danjou  <julien@danjou.info>
1185
1186         * message.el (message-default-headers): Fix type.
1187
1188 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1189
1190         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1191         prefetching images.
1192
1193         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1194         backend for unknown groups.  This is mainly useful for nnimap groups.
1195
1196         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1197         group isn't covered by the agent.
1198
1199 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1200
1201         * nnir.el (nnir-method-default-engines): New variable.
1202         (nnir-run-query): Use it.
1203         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1204         (gnus-summary-nnir-goto-thread): Change group if needed.
1205
1206         * gnus-group.el (gnus-group-group-map): Add key binding for
1207         gnus-group-make-nnir-group.
1208
1209 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1210
1211         * shr.el (shr-tag-object): Add.
1212
1213         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1214         original article buffer live.
1215         (gnus-summary-select-article-buffer):
1216         Mention gnus-widen-article-buffer.
1217
1218 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219
1220         * shr.el (shr-tag-strong): Add.
1221
1222 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1223
1224         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1225         group names.  They mess up the group buffer badly.
1226
1227         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1228
1229         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1230         instead of the summary one.
1231
1232 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1233
1234         * mml.el (mml-preview): Work properly when editing article.
1235
1236         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1237         gnus-have-read-active-file if it's already been in.
1238
1239 2010-10-22  Tom Tromey  <tromey@redhat.com>
1240
1241         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1242         gnus-group-completing-read.
1243
1244 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1245
1246         * message.el (message-mode-map): Don't bind M-; to comment region, to
1247         allow the global comment-dwim to work.
1248
1249 2010-10-21  Julien Danjou  <julien@danjou.info>
1250
1251         * message.el (message-setup-1): Allow message-default-headers to be a
1252         function.
1253
1254 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1255
1256         * shr.el (shr-tag-table): Simplify.
1257
1258 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1259
1260         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1261         to avoid trying to snarf invalid stuff.
1262
1263         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1264
1265         * gnus.el (gnus-message-archive-group): Quote value.
1266         (gnus-message-archive-group): Mark as changed.
1267
1268         * shr.el (shr-add-font): Don't put the font properties on the newline
1269         or the indentation.
1270
1271         * message.el (message-fix-before-sending): Change options when sending
1272         non-printable characters.
1273
1274         * gnus.el (gnus-message-archive-method): Change the default to
1275         monthly outgoing groups.
1276
1277         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1278         that have gotten new numbers.
1279
1280         * nnimap.el (nnimap-request-replace-article): New function.
1281
1282 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1285         (nnrss-request-article): Don't use special html washing code.
1286
1287 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1288
1289         * shr.el (shr-tag-table): Remove useless nconc.
1290
1291 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1292
1293         * gnus-art.el (article-wash-html): Simplify and remove the charset
1294         stuff.  Use the normal html rendering code instead of the special html
1295         washing code.
1296
1297         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1298         `gnus-w3m' symbols.
1299         (mm-text-html-washer-alist): Remove.
1300
1301         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1302         (mm-inline-media-tests): Remove use.
1303         (mm-text-html-renderer): Change default to the `shr' symbol.
1304
1305         * mm-view.el (mm-inline-text-html): Remove use.
1306
1307         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1308         `gnus-blocked-images' to be a function.
1309         (gnus-article-wash-function): Remove.
1310
1311 2010-10-20  Julien Danjou  <julien@danjou.info>
1312
1313         * spam.el (spam-list-of-processors): Mark as obsolete.
1314
1315         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1316         (nnimap-insert-partial-structure): Fix boundary detection.
1317
1318 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1319
1320         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1321         run file-truename on remote files.  This can be expensive and even
1322         prevent one from editing drafts if some unrelated buffer has a stale
1323         connection.
1324
1325 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1326
1327         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1328         kinsoku-eol regardless of shr-kinsoku-shorten.
1329         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1330         (shr-tag-table): Support caption, thead, and tfoot.
1331
1332 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1333
1334         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1335         lines.
1336         (shr-save-contents): New command and keystroke.
1337
1338         * nndoc.el (nndoc-type-alist): Add git support.
1339         (nndoc-git-type-p): New function.
1340         (nndoc-transform-git-article): Ditto.
1341         (nndoc-transform-git-headers): Ditto.
1342         (nndoc-transform-git-headers): Generate Subject headers.
1343
1344         * shr.el (shr-parse-style): New function.
1345         (shr-tag-span): Ditto.
1346
1347         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1348         to `G G' to avoid collisions.
1349
1350 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         * shr.el: Load kinsoku if necessary.
1353         (shr-kinsoku-shorten): New internal variable.
1354         (shr-find-fill-point): Make kinsoku shorten text line if
1355         shr-kinsoku-shorten is bound to non-nil.
1356         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1357         shr-indentation too when testing if table is wider than frame width.
1358         (shr-insert-table): Use `string-width' instead of `length' to measure
1359         text width.
1360         (shr-insert-table-ruler): Make sure indentation is done at bol.
1361
1362 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1363
1364         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1365         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1366         undecoded network data.
1367
1368 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1369
1370         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1371         name in the mode line spec so that the mode line menu works
1372         (bug #2431).
1373
1374         * message.el (message-get-reply-headers): If we're fed `to-address',
1375         then always use that.
1376
1377         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1378         aren't so wide as to need to switch off the edit menu.
1379
1380         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1381         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1382
1383         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1384         `M-g'.
1385         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1386         the permanent marks.
1387
1388 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1389
1390         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1391         Splitting according to references/in-reply-to obeys the ignore-groups
1392         variable, while splitting by sender and subject do not.
1393
1394 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1395
1396         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1397         alist, so that we can look for non-Unicode chars.
1398         (article-translate-strings): Allow both character and string maps.
1399
1400 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1401
1402         * shr.el (shr-insert): Don't insert space behind a wide character
1403         categorized as kinsoku-bol, or between characters both categorized as
1404         nospace.
1405
1406 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1407
1408         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1409         headers to gnus-newsgroup-headers.
1410
1411 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1412
1413         * shr.el (shr-tag-img): Don't align images -- since we're not
1414         rescaling, this often leads to ugly displays.
1415
1416 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1417
1418         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1419         duplicates.
1420
1421 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1422
1423         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1424         call.
1425
1426 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1427
1428         * gnus.el: Autoload gnus-html-show-images.
1429
1430         * nnimap.el: Use nnheader-message throughout.
1431
1432         * shr.el (shr-tag-img): Ignore images with no data.
1433
1434 2010-10-15  Julien Danjou  <julien@danjou.info>
1435
1436         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1437         a possibility to disable format=flow encoding when using hard newlines.
1438
1439 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1440
1441         * shr.el (shr-insert): Remove space inserted before or after a
1442         breakable character or at the beginning or the end of a line.
1443         (shr-find-fill-point): Do kinsoku; find the second best point or give
1444         it up if there's no breakable point.
1445
1446 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1447
1448         * nnimap.el (nnimap-open-connection): Message when opening connection
1449         for debugging purposes.
1450
1451         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1452         on every setup buffer call to allow this to change from article to
1453         article.
1454
1455         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1456         buffers where we have a wide table.
1457
1458 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1459
1460         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1461         uses *-request-thread.
1462
1463 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1464
1465         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1466         incantation, which is no longer valid.
1467
1468 2010-10-14  Julien Danjou  <julien@danjou.info>
1469
1470         * shr.el: Fix defcustom type (char -> character).
1471
1472 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1473
1474         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1475         programs.
1476
1477 2010-10-14  Julien Danjou  <julien@danjou.info>
1478
1479         * shr.el (shr-tag-a): Use url-link as widget type.
1480
1481         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1482         `gnus-group-get-icon'.
1483
1484 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1485
1486         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1487         This should make server editing work better.
1488
1489         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1490
1491         * tls.el (tls-program): Remove spurious %s from openssl.
1492
1493         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1494         (nnimap-parse-flags): Fix regexp.
1495
1496         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1497         probably work for CJVK text, too.
1498
1499         * nnimap.el (nnimap-extend-tls-programs): Remove.
1500         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1501
1502         * tls.el (tls-starttls-switches): Remove starttls hack.
1503         (open-tls-stream): Ditto.
1504         (tls-find-starttls-argument): Ditto.
1505
1506 2010-10-13  Julien Danjou  <julien@danjou.info>
1507
1508         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1509         responses.
1510
1511 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1512
1513         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1514
1515         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1516         anything in Emacs.
1517
1518         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1519
1520 2010-10-13  Julien Danjou  <julien@danjou.info>
1521
1522         * shr.el (shr-width): Make shr-width a defcustom with default to
1523         fill-column.
1524         (shr-tag-img): Use shr-width rather than fill-column.
1525
1526 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1527
1528         * dgnushack.el (byte-optimize-apply)
1529         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1530
1531         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1532         position when (X-)Faces exist.
1533         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1534         avatars when called interactively.
1535
1536 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1537
1538         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1539         gnus-article-x-face-too-ugly is bound.
1540
1541 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1542
1543         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1544
1545         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1546         mailbox that doesn't exist.
1547
1548 2010-10-12  Julien Danjou  <julien@danjou.info>
1549
1550         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1551         (shr-get-image-data): Encode URL properly when fetching from cache.
1552         (shr-tag-img): Use aligned-to spaces to align correctly images.
1553
1554         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1555         before inserting the Gravatar.
1556
1557         * shr.el (shr-tag-img): Add align attribute support for <img>.
1558
1559 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1560
1561         * gnus-gravatar.el (gnus-art): Require.
1562
1563         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1564         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1565         Remove long obsoleted functions.
1566
1567 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1568
1569         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1570
1571         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1572
1573         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1574         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1575         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1576         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1577         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1578         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1579         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1580
1581 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1582
1583         * nnimap.el (nnimap-request-rename-group): Select group read-only
1584         before renaming it.
1585
1586         * shr.el (shr-insert): Fix up the white space only regexp.
1587
1588         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1589         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1590
1591         * shr.el (shr-current-column): New function.
1592         (shr-find-fill-point): New function.
1593
1594 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1595
1596         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1597         numbers.
1598
1599 2010-10-11  Julien Danjou  <julien@danjou.info>
1600
1601         * shr.el (shr-hr-line): Add.
1602         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1603         display hr lines.
1604         (shr-max-columns): Do not change state to nil if we just inserting
1605         spaces.
1606
1607 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1608
1609         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1610         select the last group.
1611
1612 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1613
1614         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1615
1616 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1617
1618         * dig.el (dig-mode-map): Declare and define in one step.
1619
1620 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1621
1622         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1623         for Gnus.
1624         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1625         (nnimap-update-qresync-info): Mark \Seen articles as read.
1626
1627         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1628         non-variable, too.
1629
1630         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1631         available.
1632         (nnimap-update-info): Rely more on the current active than the param
1633         active to avoid marking articles as read too much.
1634
1635         * auth-source.el (auth-source-create): Use (user-login-name) for the
1636         user name default.
1637
1638         * nnimap.el (nnimap-update-info): If the server doesn't return any
1639         useful info, just use the previous info.
1640         (nnimap-update-info): Prefer old info over start-article.
1641         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1642
1643 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1644
1645         * nnir.el (autoload): Clean up autoloads.
1646         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1647         Use key rather than value.
1648         (nnir-imap-search-other): New variable.
1649         (nnir-read-parm): Use it.
1650         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1651         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1652
1653 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1654
1655         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1656         the process, too.
1657
1658 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1659
1660         * spam.el (gnus-summary-mode-map): Bind to "$".
1661         Suggested by Russ Allbery.
1662
1663         * shr.el: Rework the way things are indented by <li> slightly.
1664
1665         * gnus.el (gnus-group-set-parameter): Fix typo.
1666
1667         * nnimap.el: Start implementing QRESYNC support.
1668
1669 2010-10-09  Julien Danjou  <julien@danjou.info>
1670
1671         * nnir.el (nnir-engines): Fix too many arguments.
1672
1673 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1674
1675         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1676         group is the "last", so that the backends like nnfolder actually save
1677         their folders.
1678
1679         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1680         try to use that for the tls stream.
1681         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1682         UIDVALIDITY and find out which groups are read-only and not.
1683         (nnimap-get-flags): Use the same marks parsing code as the rest of
1684         nnimap.
1685
1686 2010-10-09  Julien Danjou  <julien@danjou.info>
1687
1688         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1689
1690         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1691         retrieving gravatars.
1692
1693         * shr.el (shr-table-corner): Add.
1694         (shr-table-line): Add.
1695         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1696
1697 2010-10-08  Julien Danjou  <julien@danjou.info>
1698
1699         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1700
1701 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1702
1703         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1704
1705         * gnus-sum.el (gnus-mark-article-as-unread)
1706         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1707         (gnus-summary-set-bookmark): Use it.
1708
1709         * gnus-msg.el (gnus-setup-message): Use it.
1710
1711         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1712
1713         * gnus.el (gnus-group-remove-parameter): Use it.
1714
1715         * gnus-group.el (gnus-group-make-web-group): Use it.
1716
1717         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1718
1719         * nnregistry.el: Update docs to mention manual.
1720
1721         * gnus-registry.el: Update docs to mention nnregistry.el.
1722         (gnus-registry-initialize): Don't install nnregistry refer method
1723         automatically.
1724         (gnus-registry-install-nnregistry): Remove it.
1725
1726 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1727
1728         * shr.el (shr-insert): Don't insert double spaces.
1729
1730 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1731
1732         * gnus-gravatar.el (gnus-treat-from-gravatar)
1733         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1734         called interactively.
1735
1736         * gnus-art.el (gnus-mime-view-part-externally)
1737         (gnus-mime-view-part-internally): Make predicate function passed to
1738         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1739         of a mime type.
1740
1741         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1742
1743 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1744
1745         * shr.el (require): Require cl when compiling.
1746         (shr-tag-hr): New function.
1747
1748         * nnimap.el (nnimap-update-info): Remove double setting of high.
1749         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1750         This makes nnimap work properly on Courier again.
1751
1752         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1753         the variable for backwards compatability.
1754
1755         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1756         the file name before using to avoid setting mm-default-directory to
1757         nil.
1758
1759         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1760         bidning gnus-agent variables.
1761
1762         * shr.el (shr-render-td): Use a cache for the table rendering function
1763         to avoid getting an exponential rendering behaviour in nested tables.
1764         (shr-insert): Rework the line-breaking algorithm.
1765         (shr-insert): Don't leave trailing spaces.
1766         (shr-insert-table): Also insert empty TDs.
1767         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1768
1769 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1770
1771         * gnus-sum.el (gnus-number): Rename from `number'.
1772         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1773         (gnus-summary-limit-children): Update uses correspondingly.
1774
1775 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1778         (gnus-gravatar-transform-address): Don't show avatars of people of
1779         which mail addresses match gnus-gravatar-too-ugly.
1780
1781 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1782
1783         * shr.el (shr-table-widths): Expand TD elements to fill available
1784         space.
1785
1786 2010-10-07  Julien Danjou  <julien@danjou.info>
1787
1788         * nnimap.el (nnimap-request-rename-group): Add this method.
1789
1790 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1793         name from XEmacs' function-arglist.
1794
1795         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1796         gravatar under XEmacs.
1797
1798 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1799
1800         * auth-source.el: Update docs with TODO items.
1801
1802         * gnus-sync.el: Update docs to explain state and plans.
1803
1804         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1805         Hooks for mark updates.
1806         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1807
1808         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1809         hooks with arguments, which is needed for mark update hooks.
1810
1811 2010-10-06  Julien Danjou  <julien@danjou.info>
1812
1813         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1814         was matched.
1815
1816         * sieve-manage.el: Update example in `Commentary'.
1817
1818         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1819
1820         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1821         not 2000.
1822         (sieve-manage-authenticate): Re-add function.
1823
1824 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1825
1826         * shr.el (shr-insert): Get 'space transition right.
1827         (shr-render-td): Only delete space at the end of the TD.
1828
1829         * nnimap.el (nnimap-open-connection): Prepare to support
1830         open-gnutls-stream.
1831
1832         * shr.el: Rearrange function order to be more logical.
1833
1834 2010-10-06  Julien Danjou  <julien@danjou.info>
1835
1836         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1837         (nnrss-discover-feed): Remove 404 URL in docstring.
1838
1839         * nnir.el: Fix Swish-E URL.
1840         Fix Namazu URL.
1841
1842         * message.el (message-change-subject): Remove 404 URL in a comment.
1843
1844 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1845
1846         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1847         called interactively.
1848
1849         * gnus-util.el (gnus-remove-if): Allow hash table.
1850         (gnus-remove-if-not): New function.
1851
1852         * gnus-art.el (gnus-mime-view-part-as-type)
1853         * gnus-score.el (gnus-summary-score-effect)
1854         * gnus-sum.el (gnus-read-move-group-name):
1855         Replace remove-if-not with gnus-remove-if-not.
1856
1857         * gnus-group.el (gnus-group-completing-read):
1858         Regard collection as a hash table if it is not a list.
1859
1860 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1861
1862         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1863
1864         * shr.el: Document the table-rendering algorithm.
1865
1866 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1867
1868         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1869         for Emacsen having no `libxml-parse-html-region' support.
1870
1871 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1872
1873         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1874         invalid URLs.
1875
1876         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1877         line-broken.
1878         (shr-tag-img): Ignore image fetching errors.
1879         (shr-overlays-in-region): Compute overlay positions correctly.
1880
1881         * mm-decode.el (mm-shr): Require shr.
1882
1883         * gnus-art.el (gnus-blocked-images): Move variable here.
1884
1885         * shr.el (shr-insert-table): Bind free variable.
1886
1887         * mm-decode.el (mm-shr): Bind shr-content-function.
1888
1889         * shr.el (shr-content-function): New variable.
1890
1891         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1892         added for symmetry.
1893
1894         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1895
1896         * gnus-group.el (gnus-group-make-group): Doc fix.
1897
1898         * nnimap.el (nnimap-request-newgroups): Return success.
1899
1900         * shr.el (shr-find-elements): New function.
1901         (shr-tag-table): Put all the images after the table.
1902         (shr-tag-table): Really inhibit images inside the table.
1903         (shr-collect-overlays): Copy over overlays from the TD elements to the
1904         main document.
1905
1906         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1907         gnus-blocked-images.
1908
1909 2010-10-05  Julien Danjou  <julien@danjou.info>
1910
1911         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1912
1913         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1914         (gnus-html-maximum-image-size): Add this function.
1915         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1916
1917         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1918         server-value of the capability is nil.
1919
1920 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1921
1922         * shr.el (shr-tag-em): Add <EM> tag.
1923
1924 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1925
1926         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1927         customizable.
1928
1929         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1930         handing broken links to browse-url.
1931
1932 2010-10-05  Julien Danjou  <julien@danjou.info>
1933
1934         * gnus-util.el (gnus-emacs-completing-read)
1935         (gnus-iswitchb-completing-read): Use autoload rather than require.
1936
1937 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1938
1939         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1940         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1941         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1942         iswitchb-temp-buflist for XEmacs.
1943
1944         * gnus-util.el (gnus-completing-read-function): Exclude
1945         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1946         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1947         XEmacs.
1948
1949         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1950         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1951
1952         * gnus-html.el: Don't require help-fns under XEmacs.
1953         (gnus-html-schedule-image-fetching): Work for XEmacs.
1954
1955         * mm-decode.el (mm-shr): Decode contents by charset.
1956
1957 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1958
1959         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1960         unknown.
1961
1962         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1963         (shr-get-image-data): Ensure against the cache file missing.
1964
1965         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1966         for data.
1967
1968         * spam-report.el (spam-report-url-ping-plain): Don't query about
1969         killing the process.
1970
1971         * shr.el (shr-render-td): Protect against too-wide text.
1972
1973 2010-10-04  Julien Danjou  <julien@danjou.info>
1974
1975         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1976         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1977
1978         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1979         retrieved.
1980
1981 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1982
1983         * shr.el (browse-url): Require.
1984         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1985         lines.
1986         (shr-show-alt-text, shr-browse-image): New commands.
1987         (shr-browse-url, shr-copy-url): New commands.
1988
1989         * gnus-sum.el (gnus-widen-article-window): New variable.
1990         (gnus-summary-select-article-buffer): Use it.
1991
1992         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1993         without @ signs.
1994
1995 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1996
1997         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1998
1999 2010-10-04  Julien Danjou  <julien@danjou.info>
2000
2001         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2002         for XEmacs.
2003
2004 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2005
2006         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2007
2008         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2009         (nnimap-close-server): Implement.
2010
2011         * dgnushack.el (iswitchb): Require to shut up the compiler.
2012
2013         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2014         (shr-insert): Tweak line breaking.
2015         (shr-insert): Handle <pre> better.
2016         (shr-tag-li): Get <li> indentation right.
2017         (shr-tag-li): Get <li> indentation even righter.
2018         (shr-tag-blockquote): Ensure paragraph start.
2019         (shr-make-table): Tweak table generation.
2020         (shr-make-table): Fix typo.
2021
2022         * shr.el: Implement table rendering.
2023
2024 2010-10-04  Julien Danjou  <julien@danjou.info>
2025
2026         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2027
2028 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2029
2030         * shr.el (shr-insert): Use string anchors instead of line anchors.
2031
2032 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2033
2034         * shr.el: Add headings.
2035         (shr-ensure-paragraph): Actually work.
2036         (shr-tag-li): Make <ul> prettier.
2037         (shr-insert): Get white space at the beginning/end of elements right.
2038         (shr-tag-p): Collapse subsequent <p>s.
2039         (shr-ensure-paragraph): Don't insert double line feeds after blank
2040         lines.
2041         (shr-insert): \t is also space.
2042         (shr-tag-s): Fix "s" tag name function.
2043         (shr-tag-s): Fix face prop name.
2044
2045 2010-10-03  Julien Danjou  <julien@danjou.info>
2046
2047         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2048
2049         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2050         gnus-window-inside-pixel-edges.
2051
2052         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2053         gnus-ems.
2054
2055         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2056
2057         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2058         function.
2059
2060         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2061         resize choice.
2062
2063 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2064
2065         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2066         beginning of the buffer.
2067
2068         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2069         article buffer again.
2070
2071         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2072
2073         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2074         when it's at the start of the buffer.
2075
2076         * shr.el (shr-tag-blockquote): Convert name.
2077         (shr-rescale-image): Use the right image-size variant.
2078
2079         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2080         buffer isn't shown, then select the current article first instead of
2081         bugging out.
2082         (gnus-summary-select-article-buffer): Show both the article and summary
2083         buffers again.
2084
2085         * shr.el (shr-fontize-cont): Protect against regions with no text.
2086         Rename tag functions to shr-tag-* for enhanced security.
2087         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2088
2089 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2090
2091         * shr.el (shr-insert):
2092         * pop3.el (pop3-movemail):
2093         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2094         loaded.
2095
2096 2010-10-03  Glenn Morris  <rgm@gnu.org>
2097
2098         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2099
2100         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2101
2102         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2103
2104         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2105
2106         * gnus-util.el (gnus-make-local-hook): Simplify.
2107
2108 2010-10-02  Julien Danjou  <julien@danjou.info>
2109
2110         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2111         (gnus-ido-completing-read): New function.
2112         (gnus-emacs-completing-read): New function.
2113         (gnus-completing-read): Use gnus-completing-read-function.
2114         Add gnus-completing-read-function.
2115
2116 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2117
2118         * shr.el (shr-insert-document): Autoload.
2119         (shr-img): Be silent.
2120         (shr-insert): Add a newline after every picture before text.
2121         (shr-add-font): Use overlays for combining faces.
2122         (shr-insert): Pass upwards the text start point.
2123
2124         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2125         possible.
2126         (mm-shr): New function.
2127
2128 2010-10-02  Julien Danjou  <julien@danjou.info>
2129
2130         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2131         should go backward.
2132
2133 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2134
2135         * shr.el (shr): Fix typo in provide call.
2136
2137 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138
2139         * shr.el: New file.
2140
2141         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2142
2143         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2144         completing read.
2145
2146 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147
2148         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2149         we're being queried about.  Suggested by Dan Jacobson.
2150
2151         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2152         Suggested by Jason Eisner.
2153
2154         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2155         table, too.  Suggested by Stefan Wiens.
2156         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2157         the table unnecessary.  Suggested by Stefan Wiens.
2158
2159         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2160         longer needed, and probably doesn't work either, as pointed out by
2161         Stefan Wiens.
2162         (gnus-summary-exit): Remove call to the clearing function.
2163         (gnus-summary-exit-no-update): Ditto.
2164
2165         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2166         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2167         Reported by Stefan Monnier.
2168         (gnus-summary-save-in-rmail): Ditto.
2169
2170         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2171         article buffer, instead of both the article buffer and the summary
2172         buffer.  Sort of suggested by Dan Jacobson.
2173
2174         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2175
2176         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2177         Suggested by Dan Jacobson.
2178
2179         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2180         documentation clearer.
2181
2182         * message.el (message-shorten-references): Comment on the number "21".
2183         Suggested by Stefan Monnier.
2184
2185         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2186         Suggested by Dan Jacobson.
2187
2188         * gnus.el (gnus-large-newsgroup):
2189         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2190
2191         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2192         externalize attachments.  Bug reported by Steve Wen.
2193
2194         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2195         really message anything to the user.
2196
2197         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2198         directly.
2199
2200         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2201         messages in empty groups.
2202
2203 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2204
2205         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2206         non-UIDNEXT group.
2207
2208 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2209
2210         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2211         not the value from the collection.
2212
2213         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2214         values.  This sometimes happens on some groups that have no info.
2215         (nnimap-request-newgroups): New function.
2216
2217 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2218
2219         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2220         check into `gnus-registry-initialize'.
2221         (gnus-registry-initialize): Ditto.
2222         Fix and extend header docs.
2223
2224 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2225
2226         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2227         regexp backtrace overflows.
2228
2229         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2230         for starttls that tls.el implements; i.e. openssl.
2231
2232         * tls.el (tls-starttls-switches): Give up on using starttls with
2233         gnutls-cli.
2234         (tls-program): Add --insecure to be consistent with the defaults from
2235         openssl s_client.  Now all three commands are insecure.
2236
2237 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2238
2239         * lpath.el: Bind completion-styles-alist for XEmacs.
2240
2241         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2242         (gravatar-create-image): New function that's an alias to
2243         gnus-xmas-create-image, gnus-create-image, or create-image.
2244         (gravatar-data->image): Use it.
2245
2246 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2247
2248         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2249         install the nnregistry refer method.
2250         (gnus-registry-install-hooks): Use it.
2251         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2252         unfollowed groups.
2253
2254 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2255
2256         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2257         expanding threads.
2258
2259 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2260
2261         * nnir.el: Use the server names without suffixes (bug #7009).
2262
2263         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2264         unencrypted to STARTTLS, if possible.
2265
2266 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2267
2268         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2269         headers before superseding.
2270
2271 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2272
2273         * nnrss.el (nnrss-use-local): Add documentation.
2274
2275         * nnimap.el (nnimap-extend-tls-programs): New function.
2276         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2277         (nnimap-wait-for-connection): Accept the greeting from the stupid
2278         output from openssl s_client -starttls, too.
2279
2280         * tls.el (tls-starttls-switches): New variable.
2281         (tls-find-starttls-argument): Use it.
2282         (open-tls-stream): Ditto.
2283
2284         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2285         (netrc-machine): Ditto.
2286
2287         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2288         article number.
2289         (nnimap-split-fancy): New variable.
2290         (nnimap-split-incoming-mail): Use it.
2291
2292         * nntp.el (nntp-server-list-active-group): Document.
2293
2294         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2295         SELECT to get the message-id.
2296
2297         * mail-source.el (mail-sources): Remove webmail support.
2298         (defvar): Ditto.
2299         (mail-source-fetcher-alist): Ditto.
2300         (mail-source-fetch-webmail): Remove.
2301
2302         * webmail.el: Remove -- doesn't seem relevant any more.
2303
2304         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2305
2306         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2307         the \r.
2308
2309 2010-09-30  Julien Danjou  <julien@danjou.info>
2310
2311         * gnus-agent.el (gnus-agent-add-group): Fix call to
2312         gnus-completing-read.
2313
2314 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2315
2316         * nndoc.el (nndoc-retrieve-groups): New function.
2317
2318         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2319         `default', use nnmail-split-methods.
2320         (nnimap-request-article): Downcase the NILs so that they are nil.
2321
2322         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2323         symbol.
2324
2325         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2326         code, since if the user has requested network, that's what they ought
2327         to get.
2328         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2329         (nnimap-split-rule): Mark as obsolete.
2330
2331         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2332         New variable.
2333
2334         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2335         correct slot, too.
2336
2337 2010-09-29  Julien Danjou  <julien@danjou.info>
2338
2339         * gnus.el (gnus-local-domain): Declare variable obsolete.
2340
2341         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2342         Fix history computing.
2343         (gnus-ido-completing-read): Require ido.
2344
2345 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2346
2347         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2348         build Gnus.
2349
2350         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2351         when interpreting the structures.
2352         (nnimap-request-accept-article): Add \r\n to the lines to make this
2353         work with Cyrus.
2354
2355         * nndraft.el (nndraft-request-expire-articles): Use the group name
2356         instead if "nndraft".  Fix found by Nils Ackermann.
2357
2358 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2359
2360         * nnregistry.el: Add.
2361
2362 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2363
2364         * nnmail.el (group, group-art-list, group-art):
2365         Remove unneeded directives.
2366
2367 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2368
2369         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2370         (mm-mime-charset)
2371         * rfc2047.el (rfc2047-syntax-table)
2372         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2373
2374         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2375         rather than `insert-file-contents' and `eval-region'.
2376
2377         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2378         construction.
2379
2380         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2381
2382         * time-date.el: No need to require cl for Emacs 21.
2383
2384 2010-09-29  Julien Danjou  <julien@danjou.info>
2385
2386         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2387         replacement of `gnus-gravatar-relief' to mimic
2388         `gnus-faces-properties-alist'.
2389         Add :version property.
2390
2391 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2392
2393         * mail-source.el (mail-source-report-new-mail)
2394         * message.el (message-default-mail-headers)
2395         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2396
2397         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2398
2399 2010-09-28  Julien Danjou  <julien@danjou.info>
2400
2401         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2402         mail-address contains the same string as real-name.
2403
2404         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2405         non-blank in header, otherwise it'll get stripped.
2406
2407         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2408         real-name, and then for mail address rather than doing : or , search.
2409
2410 2010-09-27  Julien Danjou  <julien@danjou.info>
2411
2412         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2413         right completing-read function.
2414         (gnus-use-ido): New variable
2415         (gnus-completing-read-with-default): Remove.
2416         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2417         (gnus-agent-add-group):
2418         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2419         * mm-view.el (mm-view-pkcs7-decrypt):
2420         * mm-util.el (mm-codepage-setup):
2421         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2422         * mml-smime.el (mml-smime-openssl-sign-query):
2423         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2424         (mml-insert-multipart):
2425         * gnus-msg.el (gnus-summary-yank-message):
2426         * gnus-int.el (gnus-start-news-server):
2427         * mm-decode.el (mm-interactively-view-part):
2428         * gnus-dired.el (gnus-dired-attach):
2429         * gnus.el (gnus-read-method):
2430         * gnus-bookmark.el (gnus-bookmark-jump):
2431         * gnus-art.el (gnus-mime-view-part-as-type)
2432         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2433         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2434         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2435         * nnmairix.el (nnmairix-create-server-and-default-group)
2436         (nnmairix-update-groups, nnmairix-get-server)
2437         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2438         (nnmairix-get-group-from-file-path):
2439         * nnrss.el (nnrss-find-rss-via-syndic8):
2440         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2441         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2442         (gnus-group-browse-foreign-server):
2443         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2444         (gnus-summary-execute-command, gnus-summary-respool-article)
2445         (gnus-read-move-group-name):
2446         * gnus-score.el (gnus-summary-increase-score)
2447         (gnus-summary-score-effect):
2448         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2449
2450 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2451
2452         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2453         x-focus-frame.
2454
2455         * nnimap.el (auth-source-forget-user-or-password)
2456         (auth-source-user-or-password): Autoload.
2457
2458         * message.el (message-from-style, message-interactive)
2459         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2460         (message-yank-prefix, message-indentation-spaces, message-signature)
2461         (message-signature-file): Add comment.
2462
2463 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2464
2465         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2466         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2467         new articles.
2468
2469         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2470         parts.
2471         (nnimap-request-article): Work with the t setting, too.
2472
2473         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2474         that you don't get flashes of other buffers.
2475         (gnus-summary-show-complete-article): Intern before setting.
2476
2477 2010-09-27  David Engster  <dengste@eml.cc>
2478
2479         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2480         well as HEADERS.
2481         (nnmairix-retrieve-headers): Provide new argument for the above.
2482
2483 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2484
2485         * gnus-sum.el (gnus-summary-move-article): Don't alter
2486         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2487         group.
2488
2489         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2490
2491         * message.el (message-cite-prefix-regexp): Revert my last edit.
2492
2493         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2494         variable instead of the Gnus variable.
2495
2496         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2497
2498         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2499
2500         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2501         since some servers don't like it.
2502         (nnimap-open-connection): Forget credentials if the server says the
2503         password was wrong.
2504         (nnimap-parse-line): Protect against invalid data.
2505
2506         * gnus-sum.el (gnus-summary-move-article): Add comment.
2507         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2508         nothing alters it while scanning for new messages.
2509
2510         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2511         which may or may not help.
2512         (nnimap-open-connection): If we're doing a stream connection, and then
2513         discover we're on a STARTTLS-capable server, then open a STARTTLS
2514         connection instead.
2515
2516 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2517
2518         * nnimap.el (utf7): Require.
2519
2520         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2521         prefix.
2522
2523 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2524
2525         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2526
2527 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2528
2529         * nnimap.el (nnimap-request-accept-article): Message the error on
2530         error.
2531
2532 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2533
2534         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2535
2536 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2537
2538         * nndoc.el (nndoc-request-list): Return success always.
2539
2540         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2541         `fetch-old' -- we only want to fetch the articles we've requested.
2542         The rest are in the agent, probably.
2543         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2544         disappeared server" to something low.  It's not important.
2545
2546         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2547         arrived before the FETCH data.
2548
2549         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2550         target here, because we don't know the Gnus name of the group.
2551
2552         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2553         for the correct group.
2554
2555         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2556
2557         * gnus.el (gnus): Give a final warning after startup.
2558
2559         * gnus-util.el (gnus-action-message-log): New variable.
2560         (gnus-message): Use it.
2561         (gnus-final-warning): New function.
2562
2563         * nnimap.el (nnimap-open-connection): Record the greeting.
2564         (nnimap): Add greeting.
2565
2566 2010-09-26  Julien Danjou  <julien@danjou.info>
2567
2568         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2569         arguments.
2570         (gnus-html-wash-images): Fix spec computing to include start/end.
2571
2572         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2573
2574 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2575
2576         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2577         deletion.
2578         (nnimap-retrieve-headers): Don't select the group, because that's
2579         already done by nnimap-possibly-change-group.
2580
2581         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2582         (gnus-picon-transform-address): Use it.
2583
2584         * mail-source.el (mail-source-value): Revert previous patch.
2585
2586         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2587         on failure.
2588         (nnimap-open-connection): Look up both virtual and physical server name
2589         credentials.
2590
2591         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2592
2593 2009-02-07  Dave Love  <fx@gnu.org>
2594
2595         * tls.el (open-tls-stream): Don't query killing process.
2596
2597 2009-02-08  Dave Love  <fx@gnu.org>
2598
2599         * gnus-win.el (gnus-window-to-buffer-helper)
2600         (gnus-all-windows-visible-p): Function needn't be a symbol.
2601
2602         * mail-source.el (mail-source-value): Function needn't be a symbol.
2603
2604 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2605
2606         * message.el (message-cite-prefix-regexp): Remove } from the cite
2607         prefix.
2608
2609         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2610         highlight again, so that the highlight is correct.
2611
2612         * gnus-picon.el (gnus-picon): Remove again.
2613         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2614
2615         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2616         doing the header highlightling, so that the background colour of the
2617         picon is correct.
2618
2619         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2620         (gnus-picon): Ditto.
2621         (gnus-picon): Reinstate.  The background colour for picons is white.
2622         (gnus-picon-insert-glyph): Make the background white.
2623
2624         * nnml.el (nnml-open-nov): Don't return dead buffers.
2625
2626         * auth-source.el (auth-source-create): Query the user for whether to
2627         store the credentials.
2628
2629         * netrc.el (netrc-store-data): New function.
2630
2631         * auth-source.el (auth-source-user-or-password): Use the existing auth
2632         sources, if any, for creation.
2633
2634         * gnus.el (gnus-group-fast-parameter): Return the last matching
2635         parameter instead of the first matching parameter.
2636
2637 2010-09-26  Julien Danjou  <julien@danjou.info>
2638
2639         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2640
2641 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2642
2643         * mml2015.el (mml2015-use): Remove gpg support.
2644
2645         * mml1991.el (mml1991-function-alist): Remove gpg function.
2646         (mml1991-gpg-sign): Remove.
2647
2648 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2649
2650         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2651         (gnus-browse-unsubscribe-current-group): Document it.
2652         (gnus-browse-unsubscribe-group): Use it.
2653
2654 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2655
2656         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2657         address to the To list for easier response.
2658
2659         * gnus.el (gnus-play-startup-jingle): Remove.
2660         (gnus-splash): Don't play jingle.
2661         (gnus): Silence gnus-load message.
2662
2663         * gnus-art.el (gnus-treat-play-sounds): Remove.
2664
2665         * gnus.el (gnus-play-jingle): Remove audio support.
2666
2667         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2668
2669         * earcon.el: Remove -- no users.
2670
2671         * gnus-audio.el: Remove -- no users of this package.
2672
2673         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2674
2675         * gnus-start.el (gnus-setup-news): Remove nocem support.
2676
2677         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2678
2679         * gnus.el (gnus-use-nocem): Remove.
2680
2681         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2682         Remove.
2683
2684         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2685         uses NoCeM any more.
2686
2687         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2688         (gnus-button-ctan-handler): Ditto.
2689         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2690         (gnus-button-ctan-directory-regexp): Ditto.
2691         (gnus-button-handle-ctan): Ditto.
2692         (gnus-button-tex-level): Ditto.
2693         (gnus-button-alist): Remove CTAN stuff.
2694
2695 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2696
2697         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2698         nnimap-streaming test.
2699
2700         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2701         servers twice.
2702
2703         * nnimap.el (nnimap-open-connection): Add more error reporting when
2704         nnimap fails early.
2705
2706         * nnheader.el (nnheader-get-report-string): New function.
2707         (nnheader-get-report): Use it.
2708
2709         * gnus-int.el (gnus-check-server): Say what the error was when opening
2710         failed.
2711
2712         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2713         using streaming.
2714
2715 2010-09-25  Julien Danjou  <julien@danjou.info>
2716
2717         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2718         gnus-window-inside-pixel-edges.
2719
2720 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2721
2722         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2723
2724         * mm-decode.el (mm-save-part): Allow saving to other directories the
2725         normal Emacs way.
2726
2727         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2728         Suggested by Jay Berkenbilt.
2729
2730         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2731         there isn't a single byte.
2732
2733         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2734         just do it.  It doesn't really seem to matter what the user responds
2735         here, I think, so it's just a confusing question.
2736
2737         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2738         non-streaming case.
2739
2740         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2741         (gnus-article-encrypt-body): Use it.
2742
2743         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2744         keystroke.
2745
2746         * nnimap.el (nnimap-find-wanted-parts-1):
2747         Use gnus-fetch-partial-articles.
2748
2749         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2750
2751         * nnimap.el (nnimap-insert-partial-structure): New function.
2752         (nnimap-get-partial-article): New function.
2753         (nnimap-request-article): Use it.
2754         (nnimap-wait-for-response): Return whether the wait was successful.
2755         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2756         retrieval wasn't successful.
2757         (nnimap-retrieve-group-data-early): Allow throttling servers.
2758         (nnimap-streaming): New variable.
2759         (nnimap-fetch-partial-articles): Remove.
2760
2761         * mm-decode.el (mm-with-part): Protect against killed buffers.
2762
2763         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2764         for prettier summary display.
2765
2766 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2767
2768         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2769
2770 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2771
2772         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2773         apparently third-party libraries depend on it.
2774
2775         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2776         before starting negotiation.
2777
2778         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2779         privacy reasons.
2780         (gnus-treat-mail-gravatar): Ditto.
2781
2782         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2783         buffer when inserting images.  Inserting text into the headers, for
2784         instance, can make them invalid.
2785
2786 2010-09-25  Julien Danjou  <julien@danjou.info>
2787
2788         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2789         variables.
2790
2791         * nnheader.el: Remove useless variables news-reply-yank-from and
2792         news-reply-yank-message-id.
2793
2794         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2795         variables.
2796
2797         * mml1991.el: Remove useless mml1991-verbose.
2798
2799         * gnus.el: Remove useless variable gnus-use-generic-from.
2800         Remove obsolete variable gnus-topic-indentation.
2801
2802         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2803
2804         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2805
2806         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2807
2808         * gnus-group.el: Remove useless gnus-group-icon-cache.
2809         Remove useless gnus-ephemeral-group-server.
2810
2811         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2812
2813         * mml2015.el: Remove useless mml2015-verbose.
2814
2815         * mml-smime.el: Remove useless mml-smime-verbose.
2816
2817         * gnus.el: Remove useless gnus-local-domain.
2818
2819         * gnus-gravatar.el (gnus-gravatar-transform-address):
2820         Use gnus-gravatar-size.
2821
2822         * gnus-art.el: Remove useless gnus-treat-translate.
2823
2824 2010-09-24  Julien Danjou  <julien@danjou.info>
2825
2826         * gnus-sum.el: Add support for Gravatars.
2827
2828         * gnus-art.el: Add support for Gravatars.
2829
2830         * gnus-gravatar.el: Add this file.
2831
2832         * gravatar.el: Add this file.
2833
2834 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835
2836         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2837
2838         * gnus-group.el (gnus-group-fetch-faq): Remove.
2839
2840         * gnus.el (gnus-group-faq-directory): Remove.
2841
2842         * gnus-group.el (gnus-group-fetch-charter): Remove.
2843
2844         * gnus.el (gnus-group-charter-alist): Remove.
2845
2846         * gnus-group.el (gnus-group-archive-directory): Remove.
2847         (gnus-group-recent-archive-directory): Ditto.
2848         (gnus-group-make-archive-group): Remove.
2849
2850         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2851
2852         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2853         use the same article number for all the cached articles.
2854
2855         * nnimap.el (nnimap-command): Register the last command time so
2856         that we can use it for idling NOOPs.
2857         (nnimap-open-connection): Start the keeplive timer.
2858         (nnimap-make-process-buffer): Store all the process buffers.
2859         (nnimap-keepalive): New function.
2860
2861         * starttls.el (starttls-open-stream): Add autoload cookie.
2862
2863 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2864
2865         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2866         handling.
2867
2868 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2869
2870         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2871         its data structures.
2872
2873         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2874         instead of the cl.el copy-list.
2875         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2876         equalp.
2877
2878 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2879
2880         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2881         and tool-bar-local-item-from-menu.
2882
2883         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2884         mode-line-highlight face for Emacs.
2885
2886         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2887         loading gnus-sum.elc; fix comment for canlock-verify.
2888         (gnus-article-jump-to-part): Use read-number.
2889         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2890         Remove Emacs pre-21 compatible code for help-echo.
2891         (gnus-article-next-page-1): No need to adjust the number of lines.
2892         (gnus-article-describe-bindings): Always use help-buffer.
2893
2894         * gnus-audio.el (gnus-audio-inline-sound)
2895         * gnus-cus.el (gnus-custom-mode)
2896         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2897
2898         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2899
2900         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2901         compatible code.
2902
2903 2010-09-24  Glenn Morris  <rgm@gnu.org>
2904
2905         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2906         visiting the fcc file in rmail-mode.
2907
2908         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2909
2910 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * nnir.el: Silence the byte compiler.
2913
2914         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2915         alias to browse-url-url-encode-chars if any.
2916         (gnus-html-encode-url): Use it.
2917
2918 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2919
2920         * gnus-start.el (gnus-use-backend-marks): New variable.
2921         (gnus-get-unread-articles-in-group): Use it.
2922
2923         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2924         makeover.
2925
2926 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2927
2928         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2929
2930 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2931
2932         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2933         Remove.
2934         (gnus-setup-news-hook):
2935         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2936
2937         * gnus-int.el (gnus-request-update-info): Protect against backends not
2938         having the function.
2939
2940         * nnimap.el (nnimap-stream): Mention starttls.
2941         (nnimap-open-connection): Add starttls support.
2942
2943 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2944
2945         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2946
2947 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2948
2949         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2950         BODYSTRUCTUREs.
2951         (nnimap-transform-headers): Unfold quoted {42} headers.
2952
2953         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2954         the info.
2955         (gnus-get-unread-articles): Only call updatep on backends that support
2956         it.
2957
2958         * nnweb.el (nnweb-request-update-info): NOOP.
2959
2960         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2961
2962         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2963         since it only deals with marks.
2964
2965         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2966         gnus-request-marks, and make a new gnus-request-update-info.
2967
2968         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2969         the active instead of the high number, which is usually too low.
2970
2971 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2972
2973         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2974         * encrypt.el: Remove.
2975
2976 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2977
2978         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2979         server in symbolic form.
2980
2981         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2982
2983 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2984
2985         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2986         (nnimap-update-info): Fix up code slightly.
2987
2988         * gnus-int.el (gnus-open-server): Add tracing for performance
2989         debugging.
2990
2991         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2992         (gnus-group-insert-group-line): Pass the real group name so that it
2993         gets the right data.
2994
2995         * gnus-start.el (gnus-get-unread-articles): Don't have
2996         `gnus-get-unread-articles-in-group' update info, since that can be
2997         really slow and doesn't seem to be needed?
2998
2999 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3000
3001         * time-date.el (date-to-time): Try using parse-time-string first before
3002         using the slower timezone-make-date-arpa-standard.
3003
3004 2010-09-22  Julien Danjou  <julien@danjou.info>
3005
3006         * gnus-group.el (gnus-group-insert-group-line):
3007         Call gnus-group-highlight-line.
3008         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3009         default hook list.
3010         (gnus-group-update-eval-form): Add new function.
3011         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3012         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3013
3014 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3015
3016         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3017         immediate, then expire all articles.
3018         (nnimap-update-info): Fix off-by-one errors.
3019         (nnimap-flags-to-marks): Would return no marks lists for group with no
3020         flags.  Instead return the other data.
3021
3022 2010-09-22  Julien Danjou  <julien@danjou.info>
3023
3024         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3025         Only return an icon.
3026         (gnus-group-insert-group-line): Compute icon to return.
3027
3028         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3029         (gnus-html-image-fetched): Only cache if
3030         gnus-html-image-automatic-caching is set.
3031         (gnus-html-image-fetched): Check for errors.
3032
3033 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3034
3035         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3036         once per method on `g'.  This ensures that backends like nnfolder don't
3037         open all their folders.
3038
3039         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3040         (nnimap-request-list): Nix out group in the correct buffer.
3041         (nnimap-parse-flags): Implement by using `read' instead of
3042         hand-parsing.
3043         (nnimap-flags-to-marks): Pass on permanent-flags.
3044         (nnimap-make-process-buffer): Record the server name.
3045         (nnimap-parse-flags): Fix typo.
3046         (nnimap-request-scan): Run split on the server in general, not just a
3047         single group.
3048
3049         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3050         parameter, and propagate this downwards.
3051
3052         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3053         since EXAMINE changes it on the server.
3054
3055         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3056         this command might take a while.
3057
3058 2010-09-22  Julien Danjou  <julien@danjou.info>
3059
3060         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3061         harmful if you have 2 images side-by-side, they can't be properly
3062         update on text deletion.  Using text-property is safer here.
3063         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3064         data.
3065
3066 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3067
3068         * nnimap.el (nnimap-expunge-inbox): Remove.
3069         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3070         (nnimap-expunge): Flip default to t.
3071
3072         * gnus.el (gnus-method-to-server): Don't push things to the cache
3073         unless it's unique.
3074         (gnus-server-to-method): Ditto.
3075
3076 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3077
3078         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3079
3080 2010-09-22  Julien Danjou  <julien@danjou.info>
3081
3082         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3083         get the start of data.
3084         (gnus-html-encode-url): Add this function to encode special chars in
3085         URL.
3086         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3087         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3088
3089         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3090         default.
3091         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3092
3093         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3094         images alt-text.
3095         (gnus-html-put-image): Put alt-text as help-echo.
3096
3097 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3098
3099         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3100         * mm-util.el (mm-decompress-buffer)
3101         * nnir.el (nnir-run-find-grep)
3102         * pop3.el (pop3-list): Use 3rd arg of split-string.
3103
3104         * time-date.el (format-seconds): Comment fix.
3105
3106         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3107         and byte-optimize-form-code-walker.
3108         (dgnushack-make-auto-load): Don't advise make-autoload.
3109
3110         * lpath.el: Remove Emacs 21 stuff.
3111
3112 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3113
3114         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3115         outside the active range.  Suggested by Dan Christensen.
3116
3117         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3118         slightly later to avoid double-getting it.
3119
3120         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3121         previous patch.
3122
3123         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3124
3125 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3126
3127         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3128
3129 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3130
3131         * gnus-int.el (gnus-open-server): Give a better error message in the
3132         "go offline" case.
3133
3134         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3135         marks for nnimap, which is seldom the right thing to do.
3136
3137         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3138         (gnus-same-method-different-name): New function.
3139
3140         * nnimap.el (parse-time): Require.
3141
3142         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3143         method in the presence of many similar methods.
3144
3145         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3146
3147         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3148         nnml-inhibit-expiry.
3149
3150         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3151         find out whether methods are equal.
3152
3153         * nnimap.el (nnimap-find-expired-articles): New function.
3154         (nnimap-process-expiry-targets): New function.
3155         (nnimap-request-move-article): Request the article before looking at
3156         what the Message-ID is.  Fix found by Andrew Cohen.
3157         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3158
3159         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3160         for oldness in addition to being a predicate.
3161
3162         * nnimap.el (nnimap-request-group): When we have zero articles, return
3163         the right data to Gnus.
3164         (nnimap-request-expire-articles): Only delete articles immediately if
3165         the target is 'delete.
3166
3167         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3168         method, this would bug out.
3169
3170         * gnus-group.el (gnus-group-expunge-group): Rename from
3171         gnus-group-nnimap-expunge, and implemented as a normal interface
3172         function.
3173
3174         * gnus-int.el (gnus-request-expunge-group): New function.
3175
3176         * nnimap.el (nnimap-request-create-group): Implement.
3177         (nnimap-request-expunge-group): New function.
3178
3179 2010-09-21  Julien Danjou  <julien@danjou.info>
3180
3181         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3182         (gnus-html-cache-expired): Add new function.
3183         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3184         wethever we should display image for fetch it.
3185         Compute alt-text earlier to pass it to the fetching function too.
3186         (gnus-html-schedule-image-fetching): Change function argument to only
3187         get one image at a time, not a list.
3188         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3189         cache.
3190         (gnus-html-get-image-data): New function to retrieve image data from
3191         cache.
3192         (gnus-html-put-image): Change buffer argument to use image data rather
3193         than file, and place image above region rather than inserting a new
3194         one.  Do not take alt-text as argument, since it's useless now: we place
3195         the image above alt-text.
3196         (gnus-html-prune-cache): Remove.
3197         (gnus-html-show-images): Start to fetch image when we find one, do not
3198         push into a temporary list.
3199         (gnus-html-prefetch-images): Only fetch image if they have expired.
3200         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3201         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3202
3203 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3204
3205         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3206
3207 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3208
3209         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3210         spec inser "*" if the group isn't active instead of 0.
3211
3212         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3213         opening the server.
3214         (nnimap-request-delete-group): Implement group deletion.
3215         (nnimap-transform-headers): Return the size of the entire message in
3216         the Bytes header, not just the size of the first part.
3217         (nnimap-request-move-article): When moving an article from nnimap,
3218         request the article first so the accepting form has an article to
3219         accept.  Reported by Dan Christensen.
3220         (nnimap-command): Make sure that the error message doesn't error out.
3221
3222 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3223
3224         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3225         we haven't requested anything.
3226
3227 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3228
3229         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3230         "".  Fix found by Andrew Cohen.
3231
3232         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3233         instead of -encode-string.
3234
3235 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3236
3237         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3238
3239         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3240         by mm-subst-char-in-string.
3241
3242 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3243
3244         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3245         waiting for the connection string.
3246
3247         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3248         arriving.
3249
3250         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3251         bogus characters.  This allows selecting certain Gmail groups.
3252
3253         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3254         (nnimap-fetch-partial-articles): New variable.
3255         (nnimap-open-connection): When looking for credentials, also use the
3256         nnimap-server-port.
3257         (nnimap-request-article): Return the group/article number, so that Gnus
3258         `^' works as expected.
3259         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3260
3261         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3262         comments.
3263         (gnus-methods-sloppily-equal): New function.
3264         (gnus): When using the development version of Gnus, load the gnus-load
3265         file.
3266
3267         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3268         `gnus-open-server' on each method before trying to scan them etc.
3269         This ensures that all the backend parameters are set correctly.
3270
3271         * nnimap.el (nnimap-authenticator): New variable.
3272         (nnimap-open-connection): Allow anonymous login.
3273         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3274         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3275
3276         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3277         patch, found by Knut Anders Hatlen.
3278
3279 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3280
3281         * gnus-agent.el (gnus-agent-batch-confirmation)
3282         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3283         to gnus-message.
3284         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3285         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3286         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3287         * gnus-int.el (gnus-open-server): Likewise.
3288         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3289         (gnus-score-check-syntax): Likewise.
3290         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3291         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3292         Likewise.
3293         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3294
3295 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3296
3297         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3298         calling conventions so that prefetch doesn't bug out.
3299
3300 2010-09-19  Julien Danjou  <julien@danjou.info>
3301
3302         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3303         rather than `subst-char-in-region' in order to be able to replace ASCII
3304         char by UTF-8 ones.
3305
3306         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3307         than curl.
3308         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3309         the right URL and ALT text on images.
3310         (gnus-html-wash-tags): Fix tag case.
3311         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3312         (gnus-article-html): Add -o display_ins_del=2 option.
3313         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3314
3315 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3316
3317         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3318         the extra mail headers, which sometimes seem to happen for unknown
3319         reasons.
3320
3321         * mail-parse.el (mail-header-encode-parameter): Define as
3322         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3323         (or most, perhaps?) mail readers don't understand the latter, but do
3324         understand the former.
3325
3326         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3327         to nil, so that no methods are automatically agentized.  I think this
3328         is probably what most users want.
3329
3330         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3331         from url-retrieve, for instance about invalid URLs.
3332
3333         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3334         groups that have no articles.
3335         (nnimap-request-article): Check that we really got an article when we
3336         requested one.
3337
3338         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3339         doesn't exist.
3340
3341         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3342         nntp buffer so the agent can save it.
3343         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3344         that CRLF doesn't get translated to \n.
3345         (nnimap-open-connection): Don't make 'shell commands only send \n.
3346
3347 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3348
3349         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3350         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3351         Update var name.
3352         (nnml-generate-nov-file): Use dolist.
3353         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3354         Use with-current-buffer.
3355
3356 2010-09-18  Julien Danjou  <julien@danjou.info>
3357
3358         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3359         parallel.
3360
3361 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3362
3363         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3364         the range update right.
3365         (nnimap-request-group): Don't make `M-g' bug out on group with no
3366         marks.
3367         (nnoo): Require, so that other packages can require nnimap.
3368         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3369         command we're looking for.  This helps when the server sends more
3370         responses after we've gotten everything we expected.
3371         (nnimap): Add a `newlinep' field to keep track of end-of-line
3372         conventions.
3373         Don't send CRLF to things that don't want it.
3374         (nnimap-request-accept-article): Ditto.
3375
3376 2010-09-18  Julien Danjou  <julien@danjou.info>
3377
3378         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3379         than curl to retrieve images.
3380
3381 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3382
3383         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3384         the marks.
3385         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3386         (nnimap-wait-for-connection): New function.
3387         (nnimap-open-connection): If we have PREAUTH, don't query for login
3388         credentials.
3389         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3390         when doing a partial update.
3391
3392 2010-09-18  Julien Danjou  <julien@danjou.info>
3393
3394         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3395         tags.
3396
3397 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3398
3399         * nnimap.el (nnimap-credentials): New function.
3400         (nnimap-open-connection): Use the new function to look for credentials
3401         also on the numeric equivalents of "imap" and "imaps".
3402
3403         * gnus-start.el (gnus-activate-group): Send the info to
3404         gnus-request-group.
3405
3406         * nnimap.el (nnimap-request-group): Have the "check" version of the
3407         function parse flags and update the info, so that a `M-g' get a total
3408         resync of all flags from the group.
3409
3410         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3411         to allow backends to alter the info on group selection.  Also alter all
3412         the backend -request-group functions to take the parameter.
3413
3414         * nnimap.el (nnimap-store-info): New function.
3415         (nnimap-update-info): Store the info for later usage.
3416         (nnimap-request-group): Use the stored info for the dont-check case, so
3417         that we don't retrieve all marks when we enter a group.
3418
3419         * nnimap.el: Use deffoo instead of defun for interface functions.
3420
3421         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3422         update the group info.  This makes the nndraft groups, for instance, go
3423         back to their old behaviour.
3424
3425         * gnus-sum.el (gnus-select-newsgroup): Indent.
3426
3427         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3428         in.
3429         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3430         nothing.
3431
3432         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3433         from methods that are denied.
3434
3435         * gnus-int.el (gnus-method-denied-p): New function.
3436
3437         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3438         store the password instead of netrc.
3439         (nnimap-open-connection): Don't error out when we can't make a
3440         connections.
3441
3442         * auth-source.el (auth-source-create): In the password prompt, say what
3443         we're querying for.  Also prompt for user name if that hasn't been
3444         given.
3445
3446         * nnimap.el (nnimap-with-process-buffer): Remove.
3447
3448 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3449
3450         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3451         method when we're reading from the agent.
3452
3453         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3454
3455         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3456         that's probably most useful for users.
3457
3458         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3459         "failed" all the time.
3460
3461         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3462         ...)) with (with-current-buffer ... ).
3463
3464         * nntp.el (nntp-open-server): Return whether the open was successful or
3465         not.
3466
3467         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3468         select an unread unseen article first.
3469
3470         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3471         /etc/services, supply some sensible port defaults.
3472
3473         * dgnushack.el: Define netrc-credentials.
3474
3475 2010-09-17  Julien Danjou  <julien@danjou.info>
3476
3477         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3478
3479 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3480
3481         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3482         doesn't have any parameters.
3483
3484 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3485
3486         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3487         only upcased checks.
3488
3489         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3490
3491         * nnimap.el (nnimap-open-shell-stream): New function.
3492         (nnimap-open-connection): Use it.
3493         (nnimap-transform-headers): Get the number of lines in each message.
3494         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3495         number of lines.
3496         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3497         problem.
3498
3499         * utf7.el (utf7-encode): Autoload.
3500
3501         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3502         to allow the mail splitting to not return a default group.  This is
3503         useful for nnimap, which will leave unmatched mail in the inbox.
3504
3505         * nnimap.el: Rewritten.
3506
3507         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3508         nnimap usage.
3509
3510         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3511         if the move is internal, so that nnimap can do fast internal moves.
3512
3513         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3514         data.
3515         (gnus-read-active-for-groups): Support finishing the early retrieval of
3516         data.
3517
3518         * gnus-range.el (gnus-range-nconcat): New function.
3519
3520         * gnus-int.el (gnus-finish-retrieve-group-infos)
3521         (gnus-retrieve-group-data-early): New functions.
3522
3523 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3524
3525         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3526         (nnrss-retrieve-groups):
3527         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3528         (pop3-quit): Use with-current-buffer.
3529
3530 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3531
3532         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3533         instead of nnheader-accept-process-output.
3534
3535         * dgnushack.el (dgnushack-compile): Add comment.
3536
3537         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3538
3539         * gnus-html.el (gnus-html-schedule-image-fetching)
3540         (gnus-html-prefetch-images): Replace process-kill-without-query by
3541         gnus-set-process-query-on-exit-flag.
3542
3543 2010-09-16  Romain Francoise  <romain@orebokech.com>
3544
3545         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3546
3547 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3548
3549         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3550         parameter to unintern is mandatory-ish in Emacs 24.
3551
3552         * gnus-html.el (gnus-html-schedule-image-fetching)
3553         (gnus-html-prefetch-images): Check for curl before using it.
3554
3555         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3556         depend on curl, which isn't essential.
3557
3558         * imap.el: Revert back to version
3559         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3560         seem problematic.
3561
3562 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3563
3564         * gnus-registry.el (gnus-registry-install-shortcuts):
3565         Explicitly pass `obarray' to `unintern' to avoid a warning.
3566
3567 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3568
3569         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3570         change.
3571
3572         * nnrss.el (nnrss-request-list): Remove this function and related
3573         functions, including the moreover stuff.
3574
3575 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3576
3577         * nnrss.el (nnrss-retrieve-groups): New function.
3578
3579 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3580
3581         * .dir-locals.el: Add no-byte-compile cookie.
3582
3583 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3584
3585         * time-date.el (format-seconds): Comment fix.
3586
3587         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3588         for back end that doesn't support request-scan.
3589
3590 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3591
3592         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3593         then do request scans from the backends.
3594
3595         * netrc.el (netrc-credentials): New conveniency function.
3596
3597         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3598         avoid running a hook per line, since this takes a lot of time,
3599         profiling shows.
3600         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3601         directly if gnus-visual-p is true.
3602
3603 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3606         groups; replace mapcar with dolist which is a bit faster; pass groups
3607         info to gnus-read-active-file-1.
3608         (gnus-read-active-file-1): Scan only specified groups if the new
3609         optional arg `infos' is given.
3610
3611 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3612
3613         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3614
3615         * pop3.el (pop3-movemail): Remove.
3616         (pop3-streaming-movemail): Rename to pop3-movemail.
3617
3618         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3619         don't restrict end-tag searches to the end of the line.
3620
3621 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3622
3623         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3624         articles of every unchecked group to t, which means unknown since the
3625         server has never been opened.
3626
3627 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3628
3629         * gnus-html.el (gnus-html-show-alt-text): New command.
3630         (gnus-html-browse-image): Ditto.
3631         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3632         to browse the image directly.
3633         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3634         better.
3635
3636         * gnus-async.el (gnus-async-article-callback):
3637         Call `gnus-html-prefetch-images' unconditionally.
3638
3639         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3640         before feeding URLs to curl.
3641
3642 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3643
3644         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3645         internal images as deletable by `W D D'.
3646
3647         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3648         (gnus-async-article-callback): Fix typo.
3649
3650 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3651
3652         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3653         current line to work around bugs in the output from w3m.
3654
3655         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3656         for groups that want that.
3657
3658         * nntp.el (nntp-wait-for-string): Supply a timeout for
3659         accept-process-output to ensure progress.
3660
3661         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3662         level to get unread articles from, then use that for foreign groups,
3663         too.
3664
3665         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3666         confuses the rest of the function.
3667
3668         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3669         for the methods that support -retrieve-groups, too.
3670
3671         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3672
3673 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3674
3675         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3676         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3677
3678         * pop3.el: Require cl when compiling.
3679         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3680
3681 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3682
3683         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3684         that aren't going to be activated.
3685         (gnus-get-unread-articles): Fix up the last commit.
3686
3687         * gnus-html.el (gnus-article-html): Allow calling without specifying
3688         the handle.  In that case, dissect the buffer first.
3689
3690         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3691
3692         * nnimap.el (nnimap-open-connection): Revert the change that would look
3693         into authinfo for imaps instead of imap.
3694
3695         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3696         say that you don't want to call gnus-request-group with don-check, but
3697         do check the reponse.  This is for virtual groups only.
3698         (gnus-get-unread-articles): Count the archive groups as secondary, so
3699         that they're activated the same way as before.
3700
3701         * imap.el (imap-message-map): Removed optional buffer parameter, since
3702         no callers use it.
3703         (imap-message-get): Ditto.
3704         (imap-message-put): Ditto.
3705         (imap-mailbox-map): Ditto.
3706         (imap-mailbox-put): Ditto.
3707         (imap-mailbox-get): Ditto.
3708         (imap-mailbox-get): Revert last change for this function.
3709
3710         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3711         case-insensitively.
3712         (nnimap-debug): Remove.
3713
3714         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3715         to use `imap-fetch' instead.  According to the comments, this should be
3716         safe, since all other IMAP clients use the 1:* syntax.
3717         (imap-enable-exchange-bug-workaround): Removed.
3718         (imap-debug): Removed -- doesn't seem very useful.
3719
3720         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3721         mail from a file, and the file doesn't exist.
3722
3723         * imap.el (imap-log): New convenience function used throughout instead
3724         of repeating the same code all over the place.
3725
3726         * pop3.el (pop3-streaming-movemail): Return t for success.
3727
3728         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3729         .authinfo if we're using ssl connection.
3730
3731         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3732         already have if we're in a main Gnus `g' run.
3733
3734         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3735
3736 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3737
3738         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3739
3740         * nnmh.el (nnmh-request-list-1): Bind `file'.
3741
3742         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3743         alias to set-process-query-on-exit-flag or process-kill-without-query.
3744         (pop3-open-server): Use it.
3745
3746 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3747
3748         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3749         box to the Incoming file.  Fixes mistake in previous checkin.
3750
3751         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3752         request loop (for debugging purposes) removed.
3753
3754         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3755         culprit is more visible.
3756         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3757         (nnml-add-incremental-nov): New functions to do "incremental" nov
3758         updates, where we just append to the end of the existing nov files
3759         without reading/writing them in full.
3760
3761         * mail-source.el (mail-source-delete-crash-box): Really only check the
3762         incoming files once in a while.
3763
3764         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3765
3766         * mail-source.el (mail-source-delete-crash-box): Only check the
3767         incoming files for deletion once per day to save a lot of file
3768         accesses.
3769
3770         * pop3.el (pop3-logon): Fix up unbound variable typo.
3771
3772         * mail-source.el (pop3-streaming-movemail): Autoload.
3773
3774         * pop3.el (pop3-streaming-movemail):
3775         Respect pop3-leave-mail-on-server.
3776
3777         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3778         retrieval.
3779
3780         * pop3.el (pop3-process-filter): Remove unused function.
3781         (pop3-streaming-movemail, pop3-send-streaming-command)
3782         (pop3-wait-for-messages, pop3-write-to-file)
3783         (pop3-number-of-responses): New functions for streaming pop3
3784         retrieval.
3785
3786         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3787         come from no known methods.
3788         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3789         list.
3790
3791         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3792         message sizes.
3793         (pop3-movemail): Use erase-buffer instead of looping and deleting
3794         regions, which seems rather odd.
3795
3796         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3797         file once per `g' run.
3798
3799         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3800         directories.  This makes the draft queue directory work.
3801
3802         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3803         data from the backends, so that we only request the list of groups from
3804         each method once.  This should speed things up considerably.
3805
3806         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3807         detect that it's not implemented.
3808
3809         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3810         we actually do recurse down into the tree, but don't stat all leaf
3811         nodes.
3812
3813         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3814         then say so instead of bugging out.
3815
3816         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3817         files exist before trying to read them.
3818
3819         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3820         around <pre_int>.
3821
3822         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3823
3824         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3825
3826 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3827
3828         * mm-util.el (mm-image-load-path): Just return the image directories,
3829         not all directories in the path in addition to the image directories.
3830         (mm-image-load-path): Maintain a cache of the image directories so that
3831         the `g' command in Gnus doesn't have to stat dozens of directories each
3832         time.
3833
3834         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3835         (gnus-html-wash-tags): Add a new `i' command to insert images.
3836         (gnus-html-insert-image): New command and keystroke.
3837         (gnus-html-redisplay-with-images): New command and keystroke.
3838         (gnus-html-show-images): Rename command.
3839         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3840         spacers.
3841         (gnus-html-wash-tags): Decode entities at the end, so that entities
3842         inside the tags don't mess up the rest of the "parsing".
3843
3844         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3845         so that nnimap methods aren't agentized by default.  There's apparently
3846         many problems related to agent/imap behaviour.
3847
3848         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3849
3850         * gnus-html.el: Doc fix.
3851
3852 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3853
3854         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3855         specifier-spec-list for Emacs 21.
3856
3857         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3858         glyph-width and glyph-height instead of display-graphic-p and
3859         image-size; make avoidance of displaying small images work for XEmacs.
3860
3861         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3862         for XEmacs.
3863
3864         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3865         of symbol that holds plist data.
3866         (gnus-process-plist): Remove plist of process after getting it.
3867
3868 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3869
3870         * message.el (message-generate-hashcash): Change default to
3871         'opportunistic if hashcash is installed.
3872
3873         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3874         (gnus-html-put-image): Only call image-size once, since it's somewhat
3875         time-consuming on remote X servers.
3876
3877 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3878
3879         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3880         type on data, not a file name.
3881
3882         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3883         window-pixel-edges for Emacs 21.
3884
3885         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3886         decoded contents.
3887         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3888
3889 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3890
3891         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3892         group line format, since it isn't very interesting.
3893
3894         * gnus-agent.el (gnus-agent-short-article),
3895         (gnus-agent-long-article): Increase values for these two variables,
3896         since most people are likely to have more network connection and
3897         storage than before.
3898
3899         * gnus.el (gnus-refer-article-method): Change default to 'current.
3900         When referring an article, the common behaviour is to refer it from the
3901         current select method, not the native select method.  The chances of
3902         the native select method having the message in question is rather slim
3903         these days.
3904
3905         * gnus-sum.el (gnus-auto-select-subject): Change default to
3906         `unseen-or-unread'.  I think it's likely that most people want to
3907         select an unseen article over a previously seen, but unread one.
3908
3909         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3910         means that in the article buffer none of the minor mode elements will
3911         be shown, usually, and this is not desirable in most cases.
3912
3913         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3914         that commands like `d' (and the like) go to the next line in the
3915         buffer, instead of the next unread article.  I think this is the
3916         behaviour that is most natural for most users.
3917         (gnus-single-article-buffer): Change default to nil, so that people can
3918         have as many article buffers open as they have summary buffer.  I think
3919         this is the most natural way for the groups to behave.
3920
3921         * message.el (message-generate-new-buffers): Change default to
3922         `unsent', so that all new message buffers start their names with the
3923         string "*unsent", and it's easier to find the buffers if you move from
3924         them.
3925
3926 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3927
3928         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3929         small.  They're probably tracking images.
3930         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3931         (gnus-html-rescale-image): Yet another try at getting the image sizing
3932         right.
3933
3934         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3935         nntp-marks-file-name is nil.
3936
3937 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3938
3939         * gnus-html.el (gnus-html-wash-tags)
3940         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3941         Better logging.
3942
3943 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3944
3945         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3946
3947         * gnus-html.el (gnus-html-wash-tags): Check the value of
3948         gnus-blocked-images in the summary buffer.
3949
3950 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3951
3952         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3953
3954 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3955
3956         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3957         like "a", it seems like.
3958         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3959         since it needs to be picked from the correct buffer.
3960
3961         * nnwfm.el: Remove.
3962
3963         * nnlistserv.el: Remove.
3964
3965 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3966
3967         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3968         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3969
3970 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3971
3972         * nnkiboze.el: Remove.
3973
3974         * nndb.el: Remove.
3975
3976         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3977         alt text.
3978         (gnus-html-rescale-image): Try to get the rescaling logic right for
3979         images that are just wide and not tall.
3980
3981         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3982         overshadow variable bindings.
3983
3984 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3985
3986         * gnus-html.el (gnus-html-wash-tags)
3987         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3988         Add extra logging.
3989
3990 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3991
3992         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3993         (gnus-max-image-proportion): New variable.
3994         (gnus-html-rescale-image): New function.
3995         (gnus-html-put-image): Rescale images.
3996
3997 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3998
3999         Fix up some byte-compiler warnings.
4000         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4001         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4002         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4003         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4004         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4005         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4006         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4007
4008 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4009
4010         * gnus-html.el (gnus-article-html): Decode contents by charset.
4011
4012 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4015         (gnus-html-frame-width, gnus-blocked-images)
4016         * message.el (message-prune-recipient-rules): Add custom version.
4017         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4018
4019         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4020         functions.
4021
4022         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4023         gnus-process-get.
4024
4025 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4026
4027         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4028         instead of lsub directly.
4029
4030 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4031
4032         * nnwarchive.el: Remove.
4033
4034         * gnus-soup.el: Remove.
4035
4036         * nnsoup.el: Remove.
4037
4038         * nnultimate.el: Remove.
4039
4040         * gnus-html.el (gnus-blocked-images): New variable.
4041
4042         * message.el (message-prune-recipients): New function.
4043         (message-prune-recipient-rules): New variable.
4044
4045         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4046         guess whether a long line is natural text or not.
4047
4048         * gnus-html.el (gnus-html-schedule-image-fetching):
4049         Use gnus-process-plist and friends for compatibility.
4050
4051 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4052
4053         * gnus-html.el: Require packages that define macros used in this file.
4054         (gnus-article-mouse-face): Declare to silence byte-compiler.
4055         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4056         process-get.
4057         (gnus-html-put-image): Use plist-get to avoid getf.
4058         (gnus-html-prefetch-images): Use with-current-buffer.
4059
4060 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4061
4062         * gnus-ems.el: Provide compatibility functions for
4063         gnus-set-process-plist.
4064
4065         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4066         header-line-format for XEmacs 21.4.
4067
4068         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4069         * gnus.el (gnus-valid-select-methods)
4070         * message.el (message-send-mail-partially-limit)
4071         * mm-decode.el (mm-text-html-renderer)
4072         * mml.el (mml-insert-mime-headers-always)
4073         * smiley.el (smiley-regexp-alist): Bump custom version.
4074
4075 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4076
4077         * gnus-html.el: require mm-url.
4078         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4079         with the url to `url'.
4080         (gnus-html-wash-tags): Support cid: URLs/images.
4081
4082 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4083
4084         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4085         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4086         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4087
4088         * gnus-move.el: Remove file, since it doesn't really work.
4089
4090         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4091         UTF-8.  This seems to fix problems with some German web feeds.
4092
4093         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4094         at the top so that the proper colours are applied.
4095
4096         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4097         don't have dots in their names.
4098
4099         * gnus-art.el (gnus-article-view-part): Doc fix.
4100
4101         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4102         XEmacs-compatible.
4103         (gnus-html-put-image): Don't do images on non-graphic displays.
4104
4105         * nnslashdot.el: Remove this unused backend.
4106
4107         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4108         actions.
4109         (gnus-undo-register-1): Revert last change.
4110
4111         * gnus-group.el (gnus-group-completing-read): Protect against not
4112         having completion-styles bound.
4113
4114         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4115         make broken recipients happier.
4116
4117         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4118
4119         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4120         point parameter.
4121
4122         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4123
4124         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4125         completion-styles for group selection.
4126
4127 2009-02-04  Andreas Schwab  <schwab@suse.de>
4128
4129         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4130         headers and regexp-quote the match if necessary.
4131
4132 2009-03-24  Miles Bader  <miles@gnu.org>
4133
4134         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4135         the blinking smiley.
4136
4137 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4138
4139         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4140         blink smiley.
4141
4142 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4143
4144         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4145         where the dribbel file lives exists.
4146
4147         * message.el (message-send-mail-partially-limit): Change the default to
4148         nil, since most people don't want this.
4149
4150         * mm-url.el (mm-url-decode-entities): Also decode entities like
4151         &#x3212.
4152
4153 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4154
4155         * gnus-sum.el (gnus-summary-idna-message):
4156         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4157         Hyperlink urls in docstrings with URL `...'.
4158
4159 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4160
4161         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4162         functions.
4163
4164 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4165
4166         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4167         say what the mouseover text should be.
4168
4169         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4170         version of the mm-w3m-safe-url-regexp variable to only download images
4171         in the groups where we want that to happen.
4172
4173         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4174
4175         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4176         easier debugging.
4177         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4178         big pictures in the article buffer.
4179
4180         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4181         gnus-article-html.
4182         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4183         w3m.
4184
4185         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4186
4187 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4188
4189         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4190         which doesn't exist.
4191
4192         * message.el (message-inhibit-ecomplete): New variable to allow some
4193         function to inhibit ecomplete address storage.
4194         (message-resend): Disable ecomplete message storage when resending
4195         messages.
4196
4197         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4198
4199 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4200
4201         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4202         Save excursion while copying, moving, and deleting articles in order to
4203         prevent the cursor from jumping to unforeseen place.
4204
4205 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * lpath.el: No need to bind bookmark-current-buffer,
4208         bookmark-yank-point and bookmark-make-record-function.
4209
4210 2010-08-17  Glenn Morris  <rgm@gnu.org>
4211
4212         * gnus-sync.el: Require gnus components whose functions are used.
4213
4214         * gnus-art.el (bookmark-make-record-function):
4215         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4216         Declare for compiler.
4217
4218         * mm-url.el (mml-compute-boundary): Autoload.
4219
4220 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4221
4222         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4223
4224 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4225
4226         Typo fix "hoo4a" -> "hook".
4227
4228         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4229
4230 2010-08-14  Glenn Morris  <rgm@gnu.org>
4231
4232         * gnus-sync.el (gnus-sync): Fix defgroup version.
4233
4234 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4235
4236         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4237
4238         * gnus-sync.el: Fix docs.
4239         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4240         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4241
4242 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4243
4244         Optimizations for gnus-sync.el.
4245
4246         * gnus-sync.el: Add docs about gnus-sync-backend
4247         possibilities.
4248         (gnus-sync-save): Remove unnecessary message.
4249         (gnus-sync-read): Optimize and show what groups were skipped.
4250
4251 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4252
4253         Minor bug fixes for gnus-sync.el.
4254
4255         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4256         Don't read the sync on get-new-news.
4257
4258         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4259         quiet.
4260
4261         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4262         (fix typo).
4263
4264 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4265
4266         Make saving and restoring of hidden threads work with overlays.
4267         Patch applied by Ted Zlatanov.
4268
4269         * gnus-sum.el (gnus-hidden-threads-configuration)
4270         (gnus-restore-hidden-threads-configuration): Update to deal with text
4271         properties, rather than searching for a magic character.
4272
4273 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4274
4275         New gnus-sync.el library for synchronization of marks.
4276
4277         * gnus-sync.el: New library for synchronization of marks.
4278
4279         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4280         renamed from `gnus-registry-grep-in-list'.
4281
4282         * gnus-registry.el (gnus-registry-follow-group-p):
4283         Use `gnus-grep-in-list'.
4284
4285         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4286
4287 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4288
4289         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4290         determining charset of text fails.
4291
4292 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4293
4294         * nnmail.el (nnmail-get-new-mail-1): Revert.
4295
4296         * nnml.el (nnml-active-number): Make sure names of newly created groups
4297         in nnml-group-alist are encoded.
4298
4299 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4302         containing non-ASCII characters in active file for nnml back end.
4303
4304 2010-07-24  David Engster  <dengste@eml.cc>
4305
4306         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4307         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4308
4309 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4310
4311         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4312         tag (Bug#6654).
4313
4314 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4315
4316         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4317         the article buffer, not the summary buffer.
4318
4319 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4320
4321         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4322         Emacs 23 as well.
4323
4324 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4325
4326         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4327         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4328
4329 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4330
4331         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4332         Patch applied by Karl Fogel.
4333
4334         * gnus-sum.el (gnus-summary-bookmark-make-record):
4335         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4336
4337 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4338
4339         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4340         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4341         C-w still not working correctly from Article buffers; Thierry's
4342         patch to fix that will be applied after this.
4343
4344         * gnus-art.el (bookmark-make-record-function): New local variable.
4345
4346         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4347         article buffer.
4348         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4349
4350 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4351
4352         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4353         on changes in bookmark.el.
4354
4355 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4356
4357         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4358         `no-log' instead of message not to log prompt string.
4359
4360 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4361
4362         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4363         the *other* type of HTML form submission.
4364
4365 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4366
4367         * auth-source.el (auth-source-pick): If choice does not contain a
4368         questioned keyword, set the check to t.
4369
4370 2010-06-12  Romain Francoise  <romain@orebokech.com>
4371
4372         * gnus-util.el (gnus-date-get-time): Move up before first use.
4373
4374 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4375
4376         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4377         (gnus-article-edit-part): Bind it to make last part that is substituted
4378         or deleted visible.
4379         (gnus-mime-display-single): Buttonize part of which id equals to
4380         gnus-mime-buttonized-part-id.
4381
4382 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4383
4384         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4385         (gnus-dd-mmm): Use gnus-date-get-time.
4386         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4387         simplify logic.
4388         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4389         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4390
4391 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4392
4393         * auth-source.el (top): Autoload `secrets-list-collections',
4394         `secrets-create-item', `secrets-delete-item'.
4395         (auth-sources): Fix tag string.
4396         (auth-get-source, auth-source-retrieve, auth-source-create)
4397         (auth-source-delete): New defuns.
4398         (auth-source-pick): Rewrite in order to avoid 2 passes.
4399         (auth-source-forget-user-or-password): New parameter USERNAME.
4400         (auth-source-user-or-password): New parameters CREATE-MISSING and
4401         DELETE-EXISTING.  Retrieve password interactively, if needed.
4402
4403 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4404
4405         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4406         deleting unused directories when gnus-expert-user is t.
4407
4408 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4409
4410         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4411         for each temp file when gnus-article-browse-delete-temp is ask.
4412
4413 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4414
4415         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4416         Lisp calls to delete-backward-char by calls to delete-char.
4417
4418 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4419
4420         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4421
4422 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4423
4424         * password-cache.el (password-cache-remove): Fix docstring.
4425
4426 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4427
4428         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4429         article unless decoding article to be saved.
4430
4431 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4432
4433         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4434         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4435         generated within the mm-with-unibyte-current-buffer macro.
4436
4437 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4438
4439         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4440         to nil when we're in a mml-preview buffer and no group is selected.
4441
4442 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4443
4444         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4445         when catching the `C-g'.  Reported by "Leo".
4446
4447 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4448
4449         * message.el (message-forward-make-body-plain)
4450         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4451         multibyte-string-p.
4452
4453         * lpath.el: Revert.
4454
4455 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4456
4457         * message.el (message-forward-make-body-mml): Assume original message
4458         is multibyte string; error on unibyte.
4459         (message-forward-make-body-plain): Ditto; don't add excessive newline
4460         in body end.
4461
4462         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4463
4464 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4465
4466         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4467         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4468
4469 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4470
4471         * mm-extern.el (mm-extern-url): Don't use
4472         mm-with-unibyte-current-buffer.
4473         (mm-extern-cache-contents): Use with-current-buffer instead of
4474         save-excursion + set-buffer.
4475
4476 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4477
4478         * mm-util.el (mm-emacs-mule): Remove.
4479
4480 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4481
4482         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4483         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4484         change.
4485
4486 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4487
4488         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4489         bind the default value of enable-multibyte-characters to nil.
4490
4491 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4492
4493         * message.el (message-forward-make-body-plain)
4494         (message-forward-make-body-mml):
4495         Don't use mm-with-unibyte-current-buffer.
4496
4497 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4498
4499         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4500
4501 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4502
4503         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4504         (Bug#5592).
4505
4506 2010-05-07  Julien Danjou  <julien@danjou.info>
4507
4508         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4509         it to mm-pipe-part.
4510
4511         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4512         it is given.
4513
4514 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4515
4516         * binhex.el (binhex-decode-region-internal)
4517         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4518         (dns-query)
4519         * nnweb.el (nnweb-gmane-search)
4520         * pgg-parse.el (pgg-parse-armor)
4521         * pgg.el (pgg-verify-region)
4522         * sha1.el (sha1-string-external)
4523         * uudecode.el (uudecode-decode-region-internal)
4524         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4525         XEmacs.
4526
4527         * gnus-art.el (gnus-article-browse-html-parts)
4528         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4529         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4530         make-temp-file.
4531
4532         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4533         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4534         compiling.
4535
4536         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4537         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4538         XEmacs when compiling.
4539
4540         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4541         gnus-pick-mode-off-hook for XEmacs when compiling.
4542         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4543         gnus-binary-mode-off-hook for XEmacs when compiling.
4544
4545         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4546         Return nil if char-charset is not available.
4547
4548         * imap.el (imap-disable-multibyte)
4549         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4550         macros.
4551
4552         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4553         instead of encode-coding-string.
4554
4555         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4556         'xemacs) instead of mm-emacs-mule to switch function definitions.
4557         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4558
4559         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4560         bind temporary-file-directory for XEmacs;
4561         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4562         timer-set-function for XEmacs 21.4 and SXEmacs;
4563         bind timer-list for XEmacs 21.4 and SXEmacs;
4564         fbind char-charset and find-charset-region for non-Mule XEmacs;
4565         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4566         encode-coding-region and encode-coding-string for XEmacs having no
4567         file-coding feature.
4568
4569 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4570
4571         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4572
4573 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4574
4575         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4576         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4577
4578 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4579
4580         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4581         alias `jka-compr-delete-temp-file' no longer exists.
4582
4583 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4584
4585         Use define-minor-mode in Gnus where applicable.
4586         * mml.el (mml-mode): Use define-minor-mode.
4587         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4588         (gnus-undo-mode): Use define-minor-mode.
4589         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4590         (gnus-dead-summary-mode): Use define-minor-mode.
4591         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4592         Initialize in declaration.
4593         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4594         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4595         (gnus-mailing-list-mode): Use define-minor-mode.
4596         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4597         (gnus-draft-mode): Use define-minor-mode.
4598         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4599         (gnus-dired-mode): Use define-minor-mode.
4600
4601 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4602
4603         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4604         handles on recursive mml-to-mime translation and check them for
4605         boundary delimiter collisions.  Reported by Greg Troxel.
4606
4607 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4608
4609         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4610
4611 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4612
4613         * mm-util.el (mm-find-buffer-file-coding-system):
4614         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4615
4616 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4617
4618         * message.el (message-generate-headers): Record insertion of optional
4619         headers as well.  Otherwise the check to prevent repeated insertion of
4620         optional headers is a no-op.
4621
4622 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4623
4624         * smime.el: Don't mention CVS.
4625
4626         * nnrss.el (nnrss-fetch): Don't mention CVS.
4627
4628         * nnir.el: Don't mention CVS.
4629
4630 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4631
4632         * gnus-sum.el (gnus-summary-bookmark-make-record):
4633         Add `location' field.
4634
4635 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4636
4637         * lpath.el: Fbind bookmark-default-handler,
4638         bookmark-get-bookmark-record, bookmark-make-record-default,
4639         bookmark-prop-get for Emacs <23 and XEmacs.
4640
4641 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4642
4643         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4644         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4645         Use with-current-buffer to silence the byte-compiler.
4646         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4647         bother to require `gnus'.
4648         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4649
4650 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4651
4652         * gnus-sum.el (gnus-summary-bookmark-make-record)
4653         (gnus-summary-bookmark-jump): New functions.
4654         (gnus-summary-mode): Setup bookmark support.
4655
4656 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4657
4658         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4659         if set.
4660
4661 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4662
4663         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4664         gnus-article-browse-html-save-cid-image; make it work recursively for
4665         forwarded messages as well.
4666         (gnus-article-browse-html-parts): Work when prefix arg is given.
4667         (gnus-article-browse-html-article): Doc fix.
4668
4669 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4670
4671         * message.el (message-default-mail-headers):
4672         (message-default-headers): Carry the value mail-default-headers over
4673         into message-default-mail-headers, rather than message-default-headers.
4674
4675 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4676
4677         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4678         charset.
4679
4680         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4681         charset into the <meta> tag when the article is encoded to utf-8.
4682
4683 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4684
4685         * gnus-art.el (gnus-article-browse-delete-temp-files):
4686         Delete directories as well.
4687         (gnus-article-browse-html-parts): Work for images that do not specify
4688         file names; delete temp directory when quitting; insert header at the
4689         right place; use file: scheme for image files.
4690
4691 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4692
4693         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4694         (gnus-article-browse-html-parts): Use it to make temporary cid image
4695         files in addition to html file so that browser may display them.
4696
4697 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4698
4699         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4700
4701 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4702
4703         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4704
4705 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4706
4707         * auth-source.el (auth-sources): Change default to be simpler.
4708         Explain about Secret Service API sources.  Improve Customize options.
4709         (auth-source-pick): Change to accept any number of search parameters.
4710         Implement fallbacks iteratively, not recursively.  Add scoring on the
4711         second pass and sort by score.  Call Secret Service API when needed.
4712         (auth-source-user-or-password): Use it.  Call Secret Service API
4713         directly when needed to get the user name and the password.
4714
4715 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4716
4717         * message.el (message-interactive): Doc fix.
4718         (message-qmail-inject-args): Reflow.
4719         (message-kill-to-signature): Fix typo in docstring.
4720
4721         * smiley.el (smiley-buffer): Fix typo in docstring.
4722
4723 2010-03-24  Glenn Morris  <rgm@gnu.org>
4724
4725         * mail-source.el (gnus-message): Declare.
4726         (mail-source-delete-old-incoming): Require gnus-util.
4727
4728 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4731
4732         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4733
4734         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4735         password-cache's default if it is not bound.
4736         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4737         password-cache-expiry's default if it is not bound.
4738
4739         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4740         available in Emacs 21.
4741
4742         * lpath.el: Suppress compiler warnings for:
4743         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4744         XEmacs;
4745         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4746         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4747         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4748
4749 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4750
4751         * auth-source.el (auth-sources): Fix up definition so extra parameters
4752         are always inline.
4753
4754 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4755
4756         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4757         wasn't updated after mismatch.  Clear cached mailbox info correctly
4758         when uidvalidity changes.
4759         (nnimap-group-prefixed-name): New function to avoid some code
4760         duplication.
4761         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4762         (nnimap-request-group): Use it.
4763         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4764         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4765         with many imap folders.  This is done by caching the group status from
4766         the imap server persistently in a group parameter `imap-status'.  (This
4767         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4768         but not persistently, so every Gnus startup was still very slow.)
4769
4770 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4771
4772         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4773         delete the extra newline.  Otherwise editing of :string and :number
4774         types don't work.
4775
4776 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4777
4778         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4779         secrets.el dependency.
4780         (auth-sources): Add optional user name.  Add secrets.el configuration
4781         choice (unused right now).
4782
4783 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4784
4785         * gnus-sum.el (gnus-summary-make-menu-bar):
4786         Let `gnus-registry-install-shortcuts' fill in the functions.
4787
4788         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4789         warnings.
4790         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4791         (gnus-registry-install-shortcuts): Populate and use it in a
4792         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4793
4794 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4795
4796         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4797         In-place substitutions for the group name encoding/decoding.
4798         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4799         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4800         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4801         (nnimap-update-unseen, nnimap-request-list)
4802         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4803         (nnimap-request-set-mark, nnimap-split-to-groups)
4804         (nnimap-split-articles, nnimap-request-newgroups)
4805         (nnimap-request-create-group, nnimap-request-accept-article)
4806         (nnimap-request-delete-group, nnimap-request-rename-group)
4807         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4808         `encoded-mbx' for consistency.
4809         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4810         variable `imap-current-mailbox'.
4811
4812         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4813         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4814
4815 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4816
4817         * pop3.el (pop3-display-message-size-flag): Display message size byte
4818         counts during POP3 download.
4819         (pop3-movemail): Use it.
4820         (pop3-list): Implement listing of available messages.
4821
4822 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4823
4824         * nnir.el (nnir-get-article-nov-override-function): New function to
4825         override the normal NOV retrieval.
4826         (nnir-retrieve-headers): Use it.
4827
4828 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4829
4830         * auth-source.el (netrc-machine-user-or-password): Autoload.
4831
4832 2010-03-19  Glenn Morris  <rgm@gnu.org>
4833
4834         Stop message.el from loading about 40 libraries it doesn't always need.
4835         The general approach is to autoload rather than require, and to
4836         require in the specific functions rather than the file.  (Bug#5642)
4837
4838         * gmm-utils.el: Don't require wid-edit.
4839         (widget-create-child-value, widget-convert, widget-default-get):
4840         Autoload.
4841
4842         * gnus-util.el: Don't require time-date, netrc.
4843         (message-fetch-field, gnus-group-name-decode): Declare rather than
4844         autoloading.
4845         (gnus-fetch-field): Require message.
4846         (gnus-decode-newsgroups): Require gnus-group.
4847
4848         * ietf-drums.el: Don't require time-date.
4849
4850         * message.el: Don't require hashcash, canlock, ecomplete.
4851         Do require mail-utils.  Require nnheader only when compiling.
4852         (smtpmail-default-smtp-server): Remove declaration.
4853         (message-send-mail-function): Check smtpmail-default-smtp-server
4854         is bound rather than requiring smtpmail.
4855         (message-auto-save-directory, message-insert-signature):
4856         Use expand-file-name rather than nnheader-concat.
4857         (nnheader-insert-file-contents): Autoload.
4858         (hashcash-wait-async): Declare.
4859         (message-send-mail): Only call gnus-setup-posting-charset if
4860         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4861         (message-send-mail-with-sendmail): Require sendmail.
4862         (canlock-password, canlock-password-for-verify): Declare.
4863         (message-canlock-password): Require canlock.
4864         (nnheader-get-report): Autoload.
4865         (gnus-setup-posting-charset): Declare.
4866         (message-send-news): Require gnus-msg.
4867         (message-make-references, message-make-in-reply-to): Use mail-header-id
4868         rather than the alias mail-header-message-id.
4869         (ecomplete-add-item, ecomplete-save): Declare.
4870         (message-put-addresses-in-ecomplete): Require ecomplete.
4871         (ecomplete-display-matches): Autoload.
4872
4873         * mm-decode.el: Don't require mailcap, gnus-util.
4874         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4875         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4876         Autoload.
4877         (mailcap-mime-extensions): Declare.
4878
4879         * mm-encode.el: Don't require mailcap.
4880         (mailcap-extension-to-mime): Autoload.
4881
4882         * mml-sec.el: Don't require password-cache.
4883
4884         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4885         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4886         (mml-minibuffer-read-type): Require mailcap.
4887         (mml-preview): Require gnus-msg.
4888
4889         * mml1991.el: Require password-cache.
4890         (password-cache-expiry): Remove declaration.
4891
4892         * mml2015.el: Require password-cache.
4893         (password-cache-expiry): Remove declaration.
4894
4895         * nneething.el (mailcap): Require mailcap.
4896
4897         * nnheader.el (declare-function): Add compatibility stub.
4898         (message-remove-header): Declare rather than autoload.
4899         (nnheader-replace-header): Require message.
4900
4901         * nnimap.el (declare-function): Add compatibility stub.
4902         (netrc-parse, netrc-machine-user-or-password): Declare.
4903         (nnimap-open-connection): Require netrc.
4904
4905         * nntp.el (declare-function): Add compatibility stub.
4906         (netrc-parse, netrc-machine, netrc-get): Declare.
4907         (nntp-send-authinfo): Require netrc.
4908
4909         * rfc2047.el: Don't require qp.
4910         (quoted-printable-encode-region, quoted-printable-decode-string):
4911         Autoload.
4912
4913         * sieve-mode.el: Don't require easymenu.
4914         (easy-menu-add-item): Autoload it.
4915
4916         * spam-stat.el (time-to-number-of-days): Autoload it.
4917
4918 2010-03-19  Glenn Morris  <rgm@gnu.org>
4919
4920         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4921
4922 2010-03-18  Glenn Morris  <rgm@gnu.org>
4923
4924         * hashcash.el (declare-function): Remove duplicate definition.
4925
4926 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4927
4928         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4929         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4930         value if any backslash escapes).
4931
4932 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4933
4934         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4935         if it is available.  (bug#5647)
4936
4937         * lpath.el: Suppress compiler warning for coding-system-from-name for
4938         Emacs 21 and XEmacs.
4939
4940 2010-03-14  Juri Linkov  <juri@jurta.org>
4941
4942         * hmac-def.el:
4943         * hmac-md5.el:
4944         * netrc.el: Fix keywords.
4945
4946 2010-02-26  Glenn Morris  <rgm@gnu.org>
4947
4948         * message.el (message-send-mail-function): Change the default, so that
4949         it inherits from a customized send-mail-function.  (Bug#5643)
4950
4951 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4952
4953         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4954         shell-command-to-string signals an error (bug#5299).
4955
4956 2010-02-24  Glenn Morris  <rgm@gnu.org>
4957
4958         * message.el (message-smtpmail-send-it)
4959         (message-send-mail-with-mailclient): Doc fixes.
4960
4961 2010-02-16  Glenn Morris  <rgm@gnu.org>
4962
4963         * message.el (message-default-mail-headers): Change the default value
4964         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4965
4966 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4967
4968         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4969         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4970
4971 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4972
4973         * time-date.el (date-to-time): Doc fix (Bug#5408).
4974
4975 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4976
4977         * message.el (message-mail): Just pass yank-action on to message-setup.
4978         (message-setup): Handle (FUN . ARGS) form of yank-action.
4979         (message-with-reply-buffer, message-widen-reply)
4980         (message-yank-original): Handle non-buffer values of
4981         message-reply-buffer (Bug#4080).
4982         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4983
4984 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4985
4986         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4987         Fix typo in docstring.
4988
4989 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4990
4991         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4992         response.
4993
4994 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4995
4996         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4997
4998         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4999
5000         * message.el (message-check-news-header-syntax): Protect against a
5001         string that `rfc822-addresses' returns when parsing fails.
5002
5003 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5004
5005         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5006         (gnus-previous-char-property-change): New functions.
5007
5008         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5009
5010 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5011
5012         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5013         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5014
5015 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5016
5017         * message.el (message-exchange-point-and-mark): Rework last change to
5018         avoid using optional arg of exchange-point-and-mark, for backward
5019         compatibility.
5020
5021 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5022
5023         * message.el (message-exchange-point-and-mark):
5024         Call exchange-point-and-mark with an argument rather than setting
5025         mark-active by hand (Bug#5175).
5026
5027 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5028
5029         * nntp.el (nntp-service-to-port): Work for service expressed with
5030         numeric string; replace [:digit:] with [0-9] for XEmacs.
5031
5032 2009-12-17  Glenn Morris  <rgm@gnu.org>
5033
5034         * gnus-group.el (gnus-bug-group-download-format-alist):
5035         Change emacs entry to debbugs.gnu.org.  Bump :version.
5036
5037 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5038
5039         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5040
5041 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5042
5043         * message.el (message-info): Explain why we use `Info-goto-node'.
5044
5045 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5046
5047         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5048
5049 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5050
5051         * message.el (message-completion-in-region): New compatibility function.
5052         (message-expand-group): Use it.
5053
5054 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5055
5056         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5057         with no unread article should be listed if the 2nd arg `predicate' is
5058         given.
5059
5060 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5061
5062         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5063
5064 2009-11-29  Juri Linkov  <juri@jurta.org>
5065
5066         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5067         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5068         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5069
5070 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5071
5072         * sha1.el (sha1-string-external): default-directory "/" in case
5073         otherwise non-existent.  process-connection-type pipe for touch of
5074         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5075
5076 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5077
5078         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5079         it's comms related and sgml-mode.el has "comm" on that basis too.
5080
5081 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5082
5083         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5084         containing tspecial characters if they have been already quoted.
5085
5086 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5087
5088         * dns-mode.el (auto-mode-alist): Purecopy string.
5089
5090 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5091
5092         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5093
5094 2009-10-24  Glenn Morris  <rgm@gnu.org>
5095
5096         * gnus-art.el (help-xref-stack-item): Define for compiler.
5097
5098 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5099
5100         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5101
5102 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5103
5104         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5105
5106 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5107
5108         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5109         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5110
5111 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5112
5113         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5114         (gnus-overlays-in): New alias to overlays-in.
5115
5116         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5117         gnus-overlay-get, and gnus-delete-overlay.
5118         (gnus-summary-show-thread): Make it work as well for systems in which
5119         next-single-char-property-change is not available.
5120         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5121
5122         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5123         (gnus-overlay-get): New alias to extent-property.
5124         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5125
5126         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5127         SXEmacs.
5128
5129         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5130         SXEmacs.
5131
5132 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5133
5134         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5135
5136 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5137
5138         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5139         and XEmacs that don't have `remove-overlays'.
5140
5141 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5142
5143         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5144         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5145         selective display.  Use overlays instead.
5146
5147 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5148
5149         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5150
5151 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5152
5153         * spam-stat.el (spam-stat-load): Fix typo in message.
5154
5155 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5156
5157         * dig.el (dig-invoke): Fix typo in docstring.
5158         (query-dig): Reflow docstring.
5159
5160 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5161
5162         * gnus-art.el (gnus-article-encrypt-body):
5163         * message.el (message-check-recipients):
5164         * mm-util.el (mm-codepage-setup):
5165         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5166         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5167
5168 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5169
5170         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5171         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5172         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5173         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5174         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5175
5176 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5177
5178         * dig.el: Add "Keywords: comm", as per net-utils.el.
5179
5180 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5181
5182         * dig.el (dig-mode): Use define-derived-mode.
5183
5184 2009-09-19  Glenn Morris  <rgm@gnu.org>
5185
5186         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5187
5188 2009-09-18  Glenn Morris  <rgm@gnu.org>
5189
5190         * gnus-diary.el (gnus-diary-check-message):
5191         * message.el (message-insert-formatted-citation-line):
5192         * nnbabyl.el (top-level):
5193         * nndiary.el (nndiary-schedule):
5194         Fix typos in condition-case handlers.
5195
5196 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5199         configuration that provides the sole article window in a frame;
5200         position point correctly after deleting a part.
5201
5202 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5203
5204         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5205         (spam-resolve-registrations-routine): Use it to unregister articles
5206         that change status.
5207
5208 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5209
5210         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5211         with XEmacs.
5212         (parse-time-string-chars): Use it.
5213
5214 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5215
5216         * imap.el (imap-interactive-login): Better messages.
5217         (imap-open): Fix bug with renamed buffer on reconnect.
5218         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5219         for easier debugging and cleaner code.  On successful (guessed based on
5220         server capabilities) secondary authentication, set imap-state
5221         correctly.
5222         (imap-last-authenticator): Define imap-last-authenticator as a variable
5223         to avoid warnings.
5224
5225 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5226
5227         * nnrss.el (nnrss-request-article): Remove binding of
5228         default-enable-multibyte-characters that has gotten needless by
5229         the 2007-07-13 change in rfc2047-encode-message-header.
5230
5231         * mml.el (mml-insert-multipart): Error on the message header.
5232         (mml-insert-part): Error on the message header; position point at
5233         the end of a MIME tag.
5234
5235 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5236
5237         * time-date.el (autoload): Expand define-obsolete-function-alias into
5238         defalias and make-obsolete for old Emacsen that Gnus supports.
5239         (with-no-warnings): Define it for old Emacsen.
5240         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5241         is available.
5242         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5243         float-time is available; suppress compile warning for time-to-seconds.
5244
5245         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5246         (gnus-float-time): Alias to float-time if it exists.
5247
5248         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5249         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5250         float-time is available; suppress compile warning for time-to-seconds.
5251
5252         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5253         XEmacs.
5254
5255 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5256
5257         * imap.el (imap-message-map): Docstring fix.
5258
5259 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5260
5261         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5262         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5263         Add the optional argument `encoding' that overrides the default.
5264
5265         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5266         mm-encode-buffer.
5267
5268 2009-09-04  Glenn Morris  <rgm@gnu.org>
5269
5270         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5271         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5272         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5273         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5274         * mm-util.el (mm-with-unibyte-current-buffer)
5275         (mm-find-buffer-file-coding-system):
5276         * yenc.el (yenc-decode-region): Use default-value rather than
5277         default-enable-multibyte-characters.
5278
5279 2009-09-03  Glenn Morris  <rgm@gnu.org>
5280
5281         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5282         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5283         than default-enable-multibyte-characters.
5284
5285 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5286
5287         * gnus-art.el (gnus-article-read-summary-keys):
5288         Fix gnus-buffer-configuration's value temporarily used.
5289
5290 2009-09-02  Glenn Morris  <rgm@gnu.org>
5291
5292         * gnus-util.el (gnus-float-time): New function.
5293         * gnus-delay.el (gnus-delay-article):
5294         * gnus-sum.el (gnus-thread-latest-date):
5295         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5296         * nnspool.el (nnspool-request-newgroups):
5297         Use gnus-float-time rather than time-to-seconds.
5298         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5299
5300         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5301         (gnus-header-subject-face, gnus-header-newsgroups-face)
5302         (gnus-header-name-face, gnus-header-content-face):
5303         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5304         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5305         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5306         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5307         (gnus-cite-face-11):
5308         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5309         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5310         (gnus-server-closed-face, gnus-server-denied-face)
5311         (gnus-server-offline-face):
5312         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5313         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5314         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5315         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5316         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5317         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5318         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5319         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5320         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5321         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5322         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5323         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5324         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5325         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5326         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5327         (gnus-summary-high-undownloaded-face)
5328         (gnus-summary-low-undownloaded-face)
5329         (gnus-summary-normal-undownloaded-face)
5330         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5331         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5332         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5333         (gnus-splash-face):
5334         * message.el (message-header-to-face, message-header-cc-face)
5335         (message-header-subject-face, message-header-newsgroups-face)
5336         (message-header-other-face, message-header-name-face)
5337         (message-header-xheader-face, message-separator-face)
5338         (message-cited-text-face, message-mml-face):
5339         * sieve-mode.el (sieve-control-commands-face)
5340         (sieve-action-commands-face, sieve-test-commands-face)
5341         (sieve-tagged-arguments-face):
5342         * spam.el (spam-face):
5343         Mark face aliases with "-face" in the name as obsolete.
5344
5345 2009-09-01  Glenn Morris  <rgm@gnu.org>
5346
5347         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5348         than goto-line.
5349
5350 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5351
5352         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5353         Don't move point if the command is invoked inside the message header.
5354
5355 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5356
5357         * imap.el (imap-send-command): Simplify.
5358         (imap-wait-for-tag): point-max -> buffer-size.
5359
5360 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5361
5362         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5363         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5364         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5365         * nnir.el (nnir-swish-e-index-file):
5366         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5367         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5368         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5369         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5370         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5371         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5372
5373 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5374
5375         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5376         Don't save excursion.
5377
5378 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5379
5380         * nnheader.el (nnheader-find-file-noselect):
5381         * mm-util.el (mm-insert-file-contents):
5382         Use (default-value 'major-mode) instead of default-major-mode.
5383
5384 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5385
5386         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5387
5388 2009-08-26  Glenn Morris  <rgm@gnu.org>
5389
5390         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5391         than placing in files.el.
5392
5393 2009-08-25  Glenn Morris  <rgm@gnu.org>
5394
5395         * nnir.el (top-level): Don't require cl at run-time.
5396         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5397         Replace cl-function substitute with gnus-replace-in-string.
5398         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5399         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5400         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5401         simplified expansions.
5402
5403 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5404
5405         * dig.el (dig): Add autoload cookie.
5406
5407 2009-08-22  Glenn Morris  <rgm@gnu.org>
5408
5409         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5410         goto-line.
5411
5412 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5413
5414         * parse-time.el (parse-time-string-chars): Save match data.
5415
5416 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5417
5418         * parse-time.el (parse-time-string-chars): Compute using character
5419         classes, to handle non-ascii characters (Bug#3190).
5420
5421 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5422
5423         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5424
5425         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5426         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5427         (gnus-mm-display-part, gnus-mime-display-single)
5428         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5429         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5430
5431         * gnus-sum.el
5432         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5433         (gnus-summary-move-article): Add expirable mark to articles copied or
5434         moved to group that has auto-expire turned on if the option is non-nil.
5435
5436 2009-07-24  Glenn Morris  <rgm@gnu.org>
5437
5438         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5439         Fix typo.  (Bug#3903)
5440
5441 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5442
5443         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5444         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5445         that should not be used for draft articles.
5446         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5447         that has no concern in minor mode keys.
5448         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5449         Abolish.
5450
5451 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5452
5453         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5454         article without making inquiry to a user for unknown encoding.
5455
5456         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5457         (nnmaildir--scan): Assume i-node and device number that file-attributes
5458         returns might be cons-cell.
5459
5460         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5461
5462         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5463
5464 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5465
5466         * auth-source.el: Remove docs now in auth.texi.  Don't use
5467         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5468         `auth-source-hide-passwords' and use them.
5469
5470 2009-07-15  Glenn Morris  <rgm@gnu.org>
5471
5472         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5473
5474 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5475
5476         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5477         excessive whitespace from the default values of title and description.
5478
5479 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5480
5481         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5482         mail-fetch-field to fetch Content-Description header in order to
5483         exclude newlines.
5484
5485 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5486
5487         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5488         format used by GnuPG 2.0.11.
5489
5490 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5493         to deleted part.
5494
5495 2009-05-30  David Engster  <dengste@eml.cc>
5496
5497         * nnmairix.el: Remove old documentation in the commentary block.
5498         (nnmairix-request-group): Do not update active file for nnml back ends.
5499         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5500         end so that overview files are ignored.
5501         (nnmairix-update-groups): Make updating the groups more robust by using
5502         marks.
5503         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5504         with dollar characters in message-id.
5505
5506 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5507
5508         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5509         2008-12-25 in dns.el.
5510
5511 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5512
5513         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5514         could happen if the text is only composed of spaces and/or tabs.
5515
5516 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5517
5518         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5519         when sending a queued message to avoid extra mml tags.
5520
5521 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5524
5525 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5526
5527         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5528         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5529         rmail-toggle-header for XEmacs;
5530         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5531
5532 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * gnus-dired.el: Remove autoload for gnus-setup-message.
5535         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5536         displaying Gnus logo; always use compose-mail.
5537
5538 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5539
5540         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5541
5542 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5543
5544         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5545         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5546         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5547         available.
5548         (gnus-nocem-epg-verify): New function.
5549
5550 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5551
5552         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5553
5554 2009-02-15  Glenn Morris  <rgm@gnu.org>
5555
5556         * gnus-util.el (rmail-insert-rmail-file-header)
5557         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5558         autoloads.
5559         (rmail-default-rmail-file): Remove unnecessary declaration.
5560         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5561
5562 2009-02-14  Glenn Morris  <rgm@gnu.org>
5563
5564         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5565         variable (only used in gnus-util, which declares it anyway).
5566         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5567         which was only needed by gnus-art (changed to not use it any more).
5568         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5569         only used in gnus-util, which autoloads it itself.
5570         (rmail-update-summary): Fix autoload.
5571
5572         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5573         rather than rmail-output-to-rmail-file.
5574
5575 2009-02-07  Glenn Morris  <rgm@gnu.org>
5576
5577         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5578         autoload of function that no longer exists.
5579         (rmail-toggle-header): Declare.
5580         (message-forward-rmail-make-body): Handle mbox Rmail.
5581
5582 2009-01-31  Glenn Morris  <rgm@gnu.org>
5583
5584         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5585         2009-01-09 change.
5586
5587 2009-01-31  Dave Love  <fx@gnu.org>
5588
5589         * imap.el (imap-fetch-safe): Bind debug-on-error.
5590         (imap-debug): Add imap-fetch-safe.
5591
5592 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5593
5594         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5595         (auth-source-forget-all-cached): New convenience function.
5596         (auth-source-user-or-password): Accept list of modes or a single mode.
5597
5598         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5599         auth-source modes.
5600
5601         * netrc.el (netrc-machine-user-or-password): Use list of
5602         auth-source modes.
5603
5604         * nnimap.el (nnimap-open-connection): Use list of
5605         auth-source modes.
5606
5607         * nntp.el (nntp-send-authinfo): Use list of
5608         auth-source modes.
5609
5610 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5611
5612         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5613         now.
5614
5615 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5618         coding system in XEmacs; add a workaround for XEmacs.
5619
5620         * lpath.el: Fbind coding-system-aliasee.
5621
5622 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5623
5624         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5625         of current-language-environment.
5626
5627 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5628
5629         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5630         available at runtime.
5631
5632 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5633
5634         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5635
5636 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5637
5638         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5639         the greatest positive fixnum value doesn't work under an XEmacs with
5640         bignum support; use the most-positive-fixnum constant instead,
5641         available since Emacs 21.1 with cl and XEmacs 21.1.
5642
5643 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5644
5645         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5646         XEmacs gets not to work.
5647
5648 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * mm-util.el (mm-coding-system-priorities): Allow the value like
5651         "Japanese (UTF-8)" of current-language-environment.
5652
5653 2009-01-09  Glenn Morris  <rgm@gnu.org>
5654
5655         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5656         with last-command-event.
5657
5658 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5659
5660         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5661         in the doc string.
5662
5663         * message.el (message-fix-before-sending): Amend comment.
5664
5665 2009-01-08  Dave Love  <fx@gnu.org>
5666
5667         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5668
5669 2009-01-07  David Engster  <dengste@eml.cc>
5670
5671         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5672         simplified server definitions by converting it via
5673         gnus-server-to-method.
5674
5675 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5678         parameter's operands.
5679
5680 2009-01-06  David Engster  <dengste@eml.cc>
5681
5682         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5683         primary select method (for gnus-group-mark-article-as-read).
5684
5685 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5686
5687         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5688         `(gnus)Face', not `(gnus)X-Face'.
5689
5690 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5691
5692         * mm-util.el (mm-ucs-to-char): New function.
5693
5694         * mm-url.el (mm-url-decode-entities): Use it.
5695
5696         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5697         unicode-to-char.
5698
5699 2009-01-05  Dave Love  <fx@gnu.org>
5700
5701         * time-date.el: Require cl for `declare'.
5702
5703 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5704
5705         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5706         Dave Love.
5707
5708 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5709
5710         * message.el (message-fix-before-sending): Add `eight-bit' to
5711         illegible-text check.
5712
5713 2009-01-03  Michael Olson  <mwolson@gnu.org>
5714
5715         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5716         `headers' is nil.  This can occur if the IMAP server does not have
5717         permissions to read messages from a folder, but can write new messages
5718         to the folder.
5719         (nnimap-request-article-part): Do not insert `data' if it is nil.
5720
5721         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5722         characters which will confuse `read', so skip past them.
5723
5724 2009-01-01  Dave Love  <fx@gnu.org>
5725
5726         * imap.el (imap-string-to-integer): Fix typo.
5727         (imap-fetch-safe): New function.
5728         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5729
5730         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5731
5732         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5733         (imap-parse-greeting): Fix doc strings.
5734         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5735         (imap-parse-flag-list): Make messages unique.
5736         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5737
5738         * nnimap.el: Fix author email.
5739         (nnimap-split-rule): Add FIXME comment.
5740         (nnimap-debug): Fix doc string.
5741
5742 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5743
5744         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5745
5746 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5747
5748         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5749         nslookup if resolv.conf isn't available.
5750         (dns-query): Rename from query-dns.
5751         (dns-query-cached): Rename from query-dns-cached.
5752
5753 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5756         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5757         to check if those variables exist (first appeared in Emacs 18.50).
5758
5759 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5760
5761         * mm-util.el (mm-line-number-at-pos): New function.
5762
5763         * spam-report.el (spam-report-process-queue): Use it.
5764
5765 2008-12-24  David Engster  <dengste@eml.cc>
5766
5767         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5768         parameters that haven't existed as variables as buffer-local variables.
5769
5770 2008-12-23  Dave Love  <fx@gnu.org>
5771
5772         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5773         cadar.
5774
5775         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5776         imap-starttls-p.
5777         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5778
5779 2008-12-22  Dave Love  <fx@gnu.org>
5780
5781         * imap.el: Fix author email.  Doc fixes.
5782         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5783         reply.
5784
5785 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5786
5787         * spam-report.el (spam-report-gmane-max-requests): New constant.
5788         (spam-report-gmane-wait): New variable.
5789         (spam-report-gmane-ham, spam-report-gmane-spam)
5790         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5791         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5792         the server.
5793
5794         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5795         Add explanations.
5796
5797         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5798         nnheader-accept-process-output and nnheader-read-timeout if available.
5799         (pop3-movemail): Use it.
5800
5801         * message.el (message-check-news-body-syntax): Fix signature check if
5802         there's an attachment.
5803
5804 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * mm-util.el: Add comments to the mm- emulating functions.
5807
5808 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5809
5810         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5811         Reported by Stephen Berman <stephen.berman@gmx.net>.
5812
5813 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5814
5815         * mm-util.el (mm-substring-no-properties): New function.
5816         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5817         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5818         (mm-string-to-multibyte): Doc fix.
5819
5820         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5821
5822 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5823
5824         * mml.el (mml-attach-file): Strip text properties from file name.
5825         (Bug#1574)
5826
5827 2008-12-16  Glenn Morris  <rgm@gnu.org>
5828
5829         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5830
5831 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5832
5833         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5834         knows since the charset specified might be a bogus alias that
5835         mm-charset-synonym-alist provides.
5836
5837 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5838
5839         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5840         "ISO_8859-1".
5841
5842         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5843
5844 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * mm-util.el (mm-charset-eval-alist):
5847         Define it before mm-charset-to-coding-system.
5848         (mm-charset-to-coding-system): Add optional argument `silent';
5849         define it before mm-charset-override-alist.
5850         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5851         default value if it can be used in Emacs currently running;
5852         silence mm-charset-to-coding-system.
5853
5854 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5855
5856         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5857         `allow-override' which says whether to use `mm-charset-override-alist'.
5858         (rfc2047-decode-encoded-words): Use it.
5859
5860         * mm-util.el (mm-charset-override-alist): Fix custom type;
5861         add `(gb2312 . gbk)' to choices.
5862
5863 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5866         fast.
5867
5868         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5869
5870         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5871
5872 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5873
5874         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5875         on links.
5876
5877         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5878
5879 2008-12-03  Lute Kamstra  <lute@gnu.org>
5880
5881         * sha1.el: Remove leading * from docstrings of defcustoms,
5882         deffaces, defconsts and defuns.
5883
5884 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5887         users' addresses that don't have domain parts.
5888         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5889         rather than message-narrow-to-head since there will be the message
5890         header separator.
5891
5892 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5893
5894         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5895         since the result is inserted in a unibyte buffer anyway.
5896         (nnimap-demule-use-string-to-multibyte): Remove.
5897         (nnimap-demule): Alias it to mm-string-to-multibyte.
5898
5899 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5900
5901         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5902         variable for debugging bug#464 and bug#1174.
5903         (nnimap-demule): Use it.
5904
5905 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5906
5907         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5908         score calculation correctly.
5909
5910 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5911
5912         * message.el (message-send-mail): Just set the buffer to unibyte
5913         rather than use mm-with-unibyte-current-buffer which does a lot more.
5914         (message-send-mail-partially): Don't bother with
5915         mm-with-unibyte-current-buffer since it's already been made unibyte by
5916         message-send-mail.
5917
5918 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5919
5920         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5921
5922 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5923
5924         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5925
5926 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5927
5928         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5929         require itself and to remove `with-no-warnings'.
5930
5931 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5932
5933         * starttls.el (starttls-any-program-available): Get the name of the
5934         available TLS layer program.
5935         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5936         well as the host name in the "opening" message.
5937
5938         * auth-source.el (auth-source-cache, auth-source-do-cache)
5939         (auth-source-user-or-password): Cache passwords and logins by default,
5940         allow override with `auth-source-do-cache'.
5941         (auth-source-forget-user-or-password): Allow users to remove cache
5942         entries if needed.
5943
5944 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5945
5946         * md4.el (md4-buffer): Fix typo in docstring.
5947         (md4, md4-64): Doc fixes.
5948         (md4-pack-int32): Reflow docstring.
5949
5950 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5951
5952         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5953         condition-case to only the forward-sexp call.
5954
5955 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5956
5957         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5958         quotes contained.  Make it more robust regardless by an extra
5959         condition-case wrapper.
5960
5961 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5962
5963         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5964
5965 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5966
5967         * nnml.el (nnml-request-expire-articles): Check if the function set to
5968         `nnmail-expiry-target' returns the symbol `delete'.
5969
5970         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5971
5972         * nnmail.el (nnmail-expiry-target): Fix custom type.
5973
5974 2008-10-02  Glenn Morris  <rgm@gnu.org>
5975
5976         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5977         Silence compiler warning.
5978
5979 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5980
5981         * tls.el (open-tls-stream): Show the actual command being
5982         executed, instead of the format string.
5983
5984 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5985
5986         * lpath.el: Fbind codepage-setup for Emacs 23.
5987
5988 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5989
5990         * mml.el (mml-menu): Don't assume mml2015 is bound.
5991
5992 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5995         exists.
5996
5997 2008-09-27  Glenn Morris  <rgm@gnu.org>
5998
5999         * gnus-util.el (mail-header-remove-comments): Autoload it.
6000
6001 2008-09-27  Andreas Schwab  <schwab@suse.de>
6002
6003         * gnus-util.el (gnus-split-references): Strip comments.
6004         (gnus-parent-id): Likewise.
6005
6006 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6007
6008         * message.el (message-confirm-send): Fix version.
6009
6010 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * message.el (message-idna-to-ascii-rhs-1): Use
6013         mail-extract-address-components rather than mail-header-parse-addresses
6014         that is an alias by default to ietf-drums-parse-addresses that does not
6015         support non-ASCII names in headers' contents.
6016
6017 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6018
6019         * message.el (message-confirm-send): Fix variable documentation to
6020         avoid the "y/n" wording.
6021
6022 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6023
6024         * message.el (message-set-auto-save-file-name): Save to a different
6025         filename so multiple messages (especially drafts) can be recovered.
6026
6027 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6028
6029         * message.el (message-confirm-send): Add appropriate version.
6030
6031 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6032
6033         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6034         defvar.
6035
6036 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6037
6038         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6039         (mm-pkcs7-enveloped-magic): Ditto.
6040
6041 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6042
6043         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6044         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6045
6046 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6047
6048         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6049         default, it's better.
6050
6051 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6052
6053         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6054         summary line gnus-number property and ignore them (with a warning
6055         message).
6056
6057 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6060         macro caddr in the interactive form since it won't be expanded.
6061
6062 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6063
6064         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6065         `charset'; fix name of function called recursively.
6066         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6067
6068 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6069
6070         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6071         (gnus-mime-set-charset-parameters): New function.
6072         (gnus-mime-view-part-as-charset): Use it to correctly display part
6073         specifying wrong charset.
6074
6075 2008-09-08  David Engster  <dengste@eml.cc>
6076
6077         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6078         in completing-read for back end server.
6079
6080 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6081
6082         * message.el (message-confirm-send): New variable to confirm sending a
6083         message.
6084         (message-send): Use it.
6085
6086 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6087
6088         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6089
6090 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6091
6092         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6093
6094 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6095
6096         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6097         prevent tracking too many groups.
6098         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6099         Use it.
6100
6101 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6102
6103         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6104         moving point to the bottom of the window in order to avoid recentering.
6105
6106 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6107
6108         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6109
6110         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6111         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6112         (gnus-article-beginning-of-window): Fix calculation.
6113
6114 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6115
6116         * gnus-msg.el (gnus-summary-supersede-article)
6117         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6118         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6119         message header.
6120
6121 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6122
6123         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6124         pending output coming after the status change.
6125
6126 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6127
6128         * message.el:
6129         * gnus-start.el:
6130         * gnus-registry.el: Remove VMS support.
6131
6132 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6133
6134         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6135         macro.
6136         (rfc2104-hash): Use it.
6137
6138 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6139
6140         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6141         (gnus-summary-sort-by-most-recent-date): New commands.
6142         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6143         and menu entries.
6144
6145 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6146
6147         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6148         don't redisplay article for raw contents; remove plural articles stuff.
6149
6150         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6151         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6152         on gnus-summary-save-article; display results properly.
6153
6154 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6155
6156         * lpath.el: No need to fbind ns-focus-frame.
6157
6158 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6159
6160         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6161
6162 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6163
6164         * gnus-art.el (gnus-summary-save-in-pipe):
6165         Consider gnus-save-all-headers.
6166
6167 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6168
6169         * gnus-util.el (ns-focus-frame): Remove declaration.
6170         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6171         like x.
6172
6173 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6174
6175         * rfc2104.el (rfc2104-zero): Delete defconst.
6176         (rfc2104-hex-alist): Likewise.
6177         (rfc2104-hex-to-int): Delete func.
6178         (rfc2104-hexstring-to-bitstring): Likewise.
6179         (rfc2104-nybbles): New defconst.
6180         (rfc2104-hash): Rewrite for speed.
6181
6182 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * tls.el (open-tls-stream): Make it work with the 2nd argument
6185         BUFFER that is a string but does not exist as a buffer object, as
6186         mentioned in the doc-string.
6187
6188 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6191         SXEmacs.
6192
6193 2008-07-16  Glenn Morris  <rgm@gnu.org>
6194
6195         * gnus-util.el (ns-focus-frame): Declare for compiler.
6196
6197 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6200         set as a group parameter.
6201         (gnus-summary-save-in-pipe): Work when it is called independently.
6202         (gnus-summary-pipe-to-muttprint): Don't modify
6203         gnus-summary-pipe-output-default-command.
6204
6205 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6206
6207         * message.el (message-send-mail-with-sendmail):
6208         Display the error message.
6209
6210 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6211
6212         * gnus-art.el (gnus-default-article-saver):
6213         Add gnus-summary-save-in-pipe to choices.
6214         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6215         gnus-summary-pipe-output-default-command as the default command.
6216         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6217         instead of gnus-last-shell-command.
6218
6219         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6220         New user option.
6221         (gnus-summary-muttprint-program): Mention the value will be changed.
6222         (gnus-summary-save-article): Force showing of all headers.
6223         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6224
6225 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6226
6227         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6228
6229 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6230
6231         * nnimap.el (nnimap-id):
6232         * sieve-manage.el (sieve-manage-open): Doc fixes.
6233
6234 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6235
6236         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6237         if available.
6238
6239 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6240
6241         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6242
6243         * nnkiboze.el (nnkiboze-generate-group):
6244         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6245
6246         * nnmairix.el: Require CL.
6247
6248 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6249
6250         * dgnushack.el: Autoload get-display-table and put-display-table for
6251         XEmacs 21.5.
6252
6253         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6254         21.4 and SXEmacs.
6255
6256 2008-06-15  David Engster  <dengste@eml.cc>
6257
6258         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6259
6260 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6261
6262         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6263         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6264         runtime choice under XEmacs.
6265
6266         * gnus-sum.el (gnus-summary-set-display-table):
6267         Use `gnus-put-display-table', `gnus-get-display-table',
6268         `gnus-set-display-table' for the display table, instead of `aset'.
6269
6270         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6271         Use `gnus-put-display-table', `gnus-get-display-table',
6272         `gnus-set-display-table' for the display table.
6273
6274 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6275
6276         * nnmairix.el: Add autoloads.
6277
6278 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6279
6280         * nnmairix.el (nnmairix-delete-recreate-group)
6281         (nnmairix-update-and-clear-marks): Fix error messages.
6282
6283 2008-06-14  David Engster  <dengste@eml.cc>
6284
6285         * nnmairix.el: Upgrade to version 0.6.
6286         (nnmairix-group-toggle-propmarks-this-group)
6287         (nnmairix-group-toggle-readmarks-this-group)
6288         (nnmairix-group-delete-recreate-this-group)
6289         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6290         (nnmairix-remove-tick-mark-original-article): New commands.
6291         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6292         (nnmairix-propagate-marks-to-nnmairix-groups)
6293         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6294         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6295         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6296         functions needed for marks propagation and manipulation of read marks.
6297         (nnmairix-update-groups): New function.
6298         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6299         (nnmairix-determine-original-group-from-registry)
6300         (nnmairix-determine-original-group-from-path)
6301         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6302         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6303         New helper functions.
6304         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6305         keystrokes for new commands.
6306         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6307         (nnmairix-request-group): Check allow-fast group parameter.
6308         (nnmairix-request-create-group): Set allow-fast group parameter if
6309         nnmairix-allowfast-default is set.
6310         (nnmairix-close-group): Propagate marks upon closing if needed.
6311         (nnmairix-group-toggle-threads-this-group): Use new.
6312         nnmairix-group-toggle-parameter helper function.
6313         (nnmairix-search): Better check for empty search result.
6314         (nnmairix-goto-original-article): Use new helper functions for
6315         determining original article.
6316         (nnmairix-show-original-article): Make sure message-id is in brackets.
6317         (nnmairix-call-mairix-binary): Change variable name.
6318         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6319         helper function.
6320         (nnmairix-widget-toggle-activate): Fix doc string.
6321
6322 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6323
6324         * nnir.el: Require edmacro when compiling with XEmacs.
6325         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6326         available in Emacs 21.
6327
6328 2008-06-11  Glenn Morris  <rgm@gnu.org>
6329
6330         * gnus-util.el (x-focus-frame):
6331         * gnus.el (image-size):
6332         * mm-decode.el (image-size): Declare.
6333
6334         * gnus-picon.el (declare-function): Add compat definition.
6335         (image-size): Declare.
6336
6337         * gnus-group.el (tool-bar-map):
6338         * gnus-sum.el (tool-bar-map): Define for compiler.
6339
6340         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6341
6342         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6343
6344         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6345         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6346         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6347         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6348         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6349         * sieve-manage.el, spam-report.el, spam.el:
6350         Remove unnecessary eval-and-compile of autoloads.
6351
6352 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6353
6354         * auth-source.el: Precise Tramp doc.
6355
6356 2008-06-07  Glenn Morris  <rgm@gnu.org>
6357
6358         * nnmairix.el: Remove unnecessary eval-when-compile.
6359
6360 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6361
6362         * lpath.el: Fbind propertize for XEmacs 21.4.
6363
6364 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6365
6366         * nnir.el: Move here from ../contrib.
6367
6368 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6369
6370         * gnus-util.el (gnus-read-shell-command): New function.
6371         * mm-decode.el (mm-pipe-part):
6372         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6373
6374 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6375
6376         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6377
6378 2008-06-03  Glenn Morris  <rgm@gnu.org>
6379
6380         * pop3.el (nnheader-accept-process-output): Autoload it.
6381
6382 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6383
6384         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6385         are not 2-digit hexadecimal characters that follow `%'s.
6386
6387 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6388
6389         * message.el (message-bogus-recipient-p): Fix type in doc string.
6390         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6391         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6392         Improve custom options.
6393         (message-bogus-recipient-p): Adjust accordingly.
6394
6395 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6396
6397         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6398         long-form month and day names.
6399
6400 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * dgnushack.el: Autoload debug, eudc-expand-inline and
6403         pgg-snarf-keys-region for XEmacs.
6404
6405         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6406
6407         * nnmairix.el: Require edmacro when compiling with XEmacs.
6408
6409 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6410
6411         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6412         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6413
6414 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6415
6416         * auth-source.el: Add more docs.
6417
6418         * netrc.el (netrc-machine): Always match if the port is not given.
6419
6420 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6421
6422         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6423         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6424         retrieval faster in some cases, but might make CPU usage larger.
6425         If this has any bad side effects, we might revert this change.
6426
6427         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6428         seems to make mail retrieval much, much faster.
6429         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6430         unconditionally.
6431
6432         * gnus-draft.el (gnus-group-send-queue):
6433         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6434
6435 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6436
6437         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6438
6439         * message.el (message-bogus-address-regexp): Fix and improve custom
6440         type.
6441         (message-setup-hook): Add message-check-recipients as custom option.
6442
6443 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6444
6445         * message.el (message-cite-function): Remove bogus autoload which crept
6446         in during merge from v5-10.
6447
6448 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6449
6450         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6451
6452         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6453
6454         * auth-source.el: Preliminary Tramp docs.
6455         (auth-sources): Change the default auth-sources to use
6456         EPA .gpg files.
6457
6458 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6459
6460         * nntp.el: Autoload `auth-source-user-or-password'.
6461         (nntp-send-authinfo): Use it.
6462
6463         * nnimap.el: Autoload `auth-source-user-or-password'.
6464         (nnimap-open-connection): Use it.
6465
6466         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6467         for the gnus-message function.
6468         (auth-source-user-or-password): Use it.
6469
6470 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6471
6472         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6473         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6474         (rfc2104-hash): Use it.
6475
6476 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6477
6478         * gnus-art.el (gnus-article-toggle-truncate-lines):
6479         Don't use `iff' in docstring.
6480
6481 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6482
6483         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6484
6485         * gnus-util.el (gnus-extract-address-component-name)
6486         (gnus-extract-address-component-email): Convenience functions around
6487         `gnus-extract-address-components'.
6488
6489         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6490         Use `gnus-extract-address-component-email' to fix bug of comparing full
6491         sender name to `user-mail-address'.
6492
6493 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6494
6495         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6496         catch/throw to optimize.
6497         (gnus-registry-find-keywords): Just use member to find a keyword.
6498
6499 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6500
6501         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6502         is current before calling gnus-server-prepare.
6503         (gnus-server-setup-buffer, gnus-server-update-server)
6504         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6505
6506 2008-05-04  Juri Linkov  <juri@jurta.org>
6507
6508         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6509         (mailcap-file-default-commands): Use mailcap-replace-in-string
6510         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6511         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6512
6513 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6514
6515         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6516
6517 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6518
6519         * gnus.el: Bump version to 0.11.
6520
6521 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6522
6523         * gnus.el: No Gnus v0.10 is released.
6524
6525 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6526
6527         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6528         hooks.
6529         (gnus-update-read-articles): Speed up non-marks-using users.
6530         (gnus-use-marks): Define gnus-use-marks.
6531         (gnus-propagate-marks): Rename variable to something more sensible.
6532
6533 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6534
6535         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6536         (gmm-image-load-path-for-library): Fix typos in docstrings.
6537         (gmm-message): Reflow docstring.
6538
6539 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6540
6541         * mail-source.el (mail-source-set-1, mail-source-bind):
6542         Move auth-source code out of the macro to clean it up and fix bugs.
6543
6544 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6545
6546         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6547         by sender if it's equal to user-mail-address, it's likely to be
6548         useless.
6549
6550         * mail-source.el (mail-source-bind): Don't use user or password if they
6551         are not bound.  Unintern them if they are nil.  Don't use server unless
6552         it's bound, and default it to empty string otherwise.
6553
6554 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6555
6556         * mail-source.el: Load auth-source.el.
6557         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6558         get user name or password, if auth-sources is set up.
6559
6560         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6561         strategy of splitting with parent.
6562         (gnus-registry-split-fancy-with-parent)
6563         (gnus-registry-post-process-groups): Use it and fix prior
6564         bug (returning a list as the split result).
6565
6566         * auth-source.el (auth-sources): Remove server parameter.
6567         (auth-source-pick, auth-source-user-or-password)
6568         (auth-source-user-or-password-imap)
6569         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6570         (auth-source-user-or-password-sftp)
6571         (auth-source-user-or-password-smtp): Remove server parameter.
6572
6573 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6574
6575         * smime.el (smime-sign-region, smime-encrypt-region)
6576         (smime-decrypt-region):
6577         Remove redundant calls to `generate-new-buffer-name'.
6578
6579 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6580
6581         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6582         Don't use QP for message/rfc822.
6583         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6584
6585 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6586
6587         * sieve-manage.el (sieve-string-bytes): Remove.
6588         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6589         correct byte-length only if the process's coding-system is the same as
6590         the one used internally by Emacs to represent strings.
6591
6592 2008-04-22  Juri Linkov  <juri@jurta.org>
6593
6594         * mailcap.el (mailcap-file-default-commands): New function.
6595
6596 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6597
6598         * message.el (message-signature-separator, message-cite-function):
6599         Change custom version.
6600
6601 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6602
6603         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6604         commands.
6605         (tls-checktrust): Ditto.
6606
6607 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6608
6609         * mm-decode.el (mm-display-external): Make temp file read-only.
6610
6611 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6612
6613         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6614         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6615         `C-c C-f d'.
6616
6617 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6618
6619         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6620
6621 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6622
6623         * gnus.el: Bump version to 0.9.
6624
6625 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6626
6627         * gnus.el: No Gnus v0.8 is released.
6628
6629 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6630
6631         * mail-source.el (mail-source-value):
6632         Prefer fboundp to functionp so it works with macros as well.
6633
6634 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6635
6636         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6637         Fix last change in case the element is not even a symbol.
6638
6639 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6640
6641         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6642         Prefer fboundp to functionp so it works with macros as well.
6643
6644 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6645
6646         * auth-source.el: Add docs.
6647         (auth-sources): Modify format to support server.
6648         (auth-source-pick, auth-source-user-or-password)
6649         (auth-source-user-or-password-imap)
6650         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6651         (auth-source-user-or-password-sftp)
6652         (auth-source-user-or-password-smtp): Add server parameter.
6653
6654 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6655
6656         * gnus-registry.el: Initialize the registry when gnus-registry-install
6657         is t.
6658
6659 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6660
6661         * compface.el (uncompface): Make buffer unibyte.
6662
6663 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6664
6665         * mail-source.el (mail-source-value):
6666         Prefer fboundp to functionp so it works with macros as well.
6667
6668 2008-04-05  Glenn Morris  <rgm@gnu.org>
6669
6670         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6671
6672 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6673
6674         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6675         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6676
6677         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6678         multibyteness after rather than before erasing it.
6679
6680         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6681         mm-with-multibyte.
6682         (gnus-request-article-this-buffer): Make sure the proper decoding is
6683         used if gnus-original-article-buffer happens to be unibyte.
6684
6685         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6686         default-enable-multibyte-characters.
6687
6688         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6689         default-enable-multibyte-characters.
6690
6691         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6692
6693         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6694
6695 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6696
6697         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6698         Fix last change in case the element is not even a symbol.
6699
6700 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6701
6702         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6703         (imap-message-copyuid-1): Use it.
6704         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6705         J. Williams in
6706         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6707
6708         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6709         imap-enable-exchange-bug-workaround.
6710         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6711
6712 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6713
6714         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6715         a 100 byte status-checks into a 2-3MB transfer for each group.
6716         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6717         to enable bug workaround or not.
6718         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6719
6720 2008-03-31  Glenn Morris  <rgm@gnu.org>
6721
6722         * message.el (mml2015-use): Declare for compiler.
6723         (message-info): Require mml2015 when appropriate.
6724
6725 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6728         whitespace.
6729
6730 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6731
6732         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6733         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6734         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6735         (nntp-service-to-port): New function.
6736         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6737         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6738         (nntp-open-netcat-stream): New function.
6739         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6740
6741 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6742
6743         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6744
6745 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6746
6747         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6748
6749 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6750
6751         * dns.el (dns-write): Use set-buffer-multibyte.
6752
6753 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6754
6755         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6756
6757 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6758
6759         * message.el (message-signature-separator): Change default.
6760         Improve custom type.
6761         (message-cite-function): Change default to
6762         message-cite-original-without-signature.
6763
6764         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6765         toggle.
6766
6767         * message.el (message-check-news-body-syntax): Fix signature check.
6768         (message-setup-1): Mark buffer as unmodified _after_ running
6769         message-setup-hook and handling message-alternative-emails.
6770         (message-shorten-references): Be more strict when building list of
6771         valid references to comply with GNKSA.
6772
6773         * gnus-group.el (gnus-read-ephemeral-bug-group)
6774         (gnus-read-ephemeral-debian-bug-group)
6775         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6776
6777         * message.el (message-info): Don't use booleanp which isn't supported
6778         in Emacs 21 and XEmacs.
6779
6780 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6781
6782         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6783         gnus-group-gmane-group-download-format.
6784         (gnus-group-read-ephemeral-gmane-group): Rename from
6785         gnus-group-read-ephemeral-gmane-group.
6786         (gnus-read-ephemeral-gmane-group-url): Rename from
6787         gnus-group-read-ephemeral-gmane-group-url.
6788         (gnus-bug-group-download-format-alist): New variable.
6789         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6790         (gnus-read-ephemeral-emacs-bug-group): New commands.
6791
6792 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6793
6794         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6795         (gnus-visible-headers): Improve custom type.
6796
6797 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6798
6799         * mml.el (mml-menu): Add workarounds for XEmacs.
6800
6801         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6802         X-Boundary header.
6803
6804         * message.el (message-simplify-recipients): Fix previous commit.
6805
6806 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6807
6808         * mm-util.el (mm-set-buffer-multibyte): New function.
6809         * mm-decode.el (mm-copy-to-buffer): Use it.
6810
6811         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6812         Prefer fboundp to functionp so it works with macros as well.
6813
6814 2008-03-19  Glenn Morris  <rgm@gnu.org>
6815
6816         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6817         Accidentally removed in the sync process with Emacs.
6818
6819 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6820
6821         * message.el (message-alter-recipients-discard-bogus-full-name):
6822         New function.
6823         (message-alter-recipients-function): New variable.
6824         (message-get-reply-headers): Use it.
6825         (message-replace-header): New helper function.
6826         (message-recipients-without-full-name): New variable.
6827         (message-simplify-recipients): New command.
6828
6829         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6830
6831         * message.el (message-info): Handle EasyPG manual.
6832
6833         * mml.el (mml-menu): Add entry for EasyPG.
6834
6835 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6836
6837         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6838         parameter.
6839
6840         * message.el (message-disassociate-draft): Specify drafts group name
6841         fully.
6842
6843 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6844
6845         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6846         Eliminate unnecessary duplicates from the match list.
6847
6848 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6849
6850         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6851
6852         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6853
6854         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6855         args of `how-many' of which the XEmacs version doesn't take; declare
6856         Info-index-next as function.
6857
6858 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6859
6860         * gnus-score.el (gnus-score-headers): Fix handling of
6861         gnus-inhibit-slow-scoring.
6862
6863         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6864         string.
6865         (gnus-button-url-regexp): Improve handling of parenthesis.
6866         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6867         (gnus-button-handle-info-keystrokes): Handle index entries.
6868
6869 2008-03-15  Glenn Morris  <rgm@gnu.org>
6870
6871         * parse-time.el (parse-time-string): Simplify.
6872
6873 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6874
6875         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6876         Incoming* files.
6877
6878 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6879
6880         * auth-source.el (auth-sources): Rename from auth-source-choices.
6881         (auth-source-pick): Use it.
6882
6883 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6884
6885         * binhex.el (binhex-decode-region-internal):
6886         * uudecode.el (uudecode-decode-region-internal):
6887         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6888         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6889         setting default-enable-multibyte-characters.
6890
6891 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6892
6893         * auth-source.el (auth-source-protocols)
6894         (auth-source-protocols-customize, auth-source-choices): Add and
6895         modified variable customizations and defaults.
6896         (auth-source-pick, auth-source-user-or-password)
6897         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6898         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6899         (auth-source-user-or-password-sftp)
6900         (auth-source-user-or-password-smtp): Use new variables and provide an
6901         interface to netrc.el.
6902
6903 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6904
6905         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6906         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6907         Make sure the nntp port to specify is a string.
6908
6909 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6910
6911         * nntp.el: Use with-current-buffer.
6912         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6913         dubious mm-with-unibyte-current-buffer.
6914         (nntp-with-open-group-function): New function extracted from
6915         nntp-with-open-group macro.
6916         (nntp-with-open-group): Use the function, so it's easier to debug.
6917         Add indentation and debugging info.
6918         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6919         Recommend the use of the netcat alternatives.
6920
6921         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6922         Avoid mm-string-as-multibyte as well.
6923
6924         * nnweb.el (nnweb-insert-html):
6925         Remove use of nnheader-string-as-multibyte.
6926
6927         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6928         (nnheader-string-as-multibyte): Remove.
6929
6930         * mm-view.el: Use inhibit-read-only.
6931         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6932         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6933         or unibyte-string.
6934
6935         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6936         (mm-uu-yenc-extract): Use with-current-buffer.
6937
6938         * gnus-soup.el (gnus-soup-send-packet): Don't use
6939         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6940
6941         * nnmh.el: Use with-current-buffer.
6942         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6943         mm-string-as-multibyte on the output of mm-encode-coding-string.
6944
6945         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6946         (nnimap-request-move-article): Use with-current-buffer.
6947
6948         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6949         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6950         conversion uses string-make-unibyte rather than string-as-unibyte.
6951
6952         * gnus-msg.el: Use with-current-buffer.
6953
6954         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6955
6956 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6957
6958         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6959         string for caching if it is 'PIN.
6960
6961 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6962
6963         * lpath.el: Consider the case without Emacs/W3.
6964
6965 2008-03-08  Glenn Morris  <rgm@gnu.org>
6966
6967         * time-date.el (date-to-time, time-subtract, time-add)
6968         (safe-date-to-time): Doc fixes.
6969
6970 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6971
6972         * mail-source.el (mail-source-delete-old-incoming-confirm):
6973         Change default to nil.
6974         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6975
6976 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6977
6978         * lpath.el: Rearrange.
6979
6980         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6981         (gnus-article-goto-prev-page): Work for articles having ^L's.
6982
6983         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6984
6985         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6986
6987 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6988
6989         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6990         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6991         (gnus-bookmark-jump): Adjust some variable names.
6992
6993 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6994
6995         * auth-source.el: New package.
6996         (auth-source-choices): Add customization entry point variable.
6997
6998         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6999         bug.
7000
7001 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7002
7003         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7004         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7005         (gnus-registry-install-shortcuts): Rename from
7006         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7007         the `gnus-registry-mark-map' keymap dynamically from
7008         `gnus-registry-marks'.  The generated functions update the summary line
7009         when a registry mark is added or deleted, and will call
7010         `gnus-registry-install-p' (see the comments in the code).
7011         (gnus-registry-user-format-function-M): Use concat intelligently.
7012
7013         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7014         the registry mark functions.
7015
7016 2008-03-05  Glenn Morris  <rgm@gnu.org>
7017
7018         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7019         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7020         gnus-art.
7021         (top-level): No need to load own source when compiling.
7022
7023 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7024
7025         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7026         Suggested by <chris.anderton@zetnet.co.uk>.
7027
7028 2008-03-04  Glenn Morris  <rgm@gnu.org>
7029
7030         * gnus-sum.el (top-level): No need to require gnus when compiling,
7031         since unconditionally required near start of file.
7032         (gnus-summary-display-while-building): Move definition before use.
7033
7034 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7035
7036         * gnus-registry.el (gnus-registry-user-format-function-M):
7037         Add formatting function.
7038
7039 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7040
7041         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7042         with plists.
7043         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7044         Use new format.
7045
7046 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7047
7048         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7049         `where-is-internal' that returns a range of key sequences.
7050
7051 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7052
7053         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7054
7055         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7056         (gnus-summary-jump-to-group): Consider windows on other displayed
7057         frames as well.  Similar changes might be needed elsewhere, but that's
7058         the one I've bumped into during my use.
7059
7060         * nndoc.el (nndoc-oe-dbx-type-p):
7061         * gnus-msg.el (gnus-debug):
7062         * gnus-group.el (gnus-update-group-mark-positions):
7063         Use mm-string-to-multibyte.
7064
7065 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7066
7067         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7068         doesn't handle NotDashEscaped.
7069
7070         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7071         (mml-dnd-attach-options): Fix typo in custom choice.
7072
7073         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7074         Change nndoc-article-type to mbox.
7075         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7076
7077         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7078         to nil, instead of html2text.
7079
7080         * imap.el (imap-debug): Add `imap-ping-server'.
7081
7082         * gnus-bookmark.el: Add FIXMEs.
7083
7084         * message.el (message-form-letter-separator)
7085         (message-send-form-letter-delay): New variables.
7086         (message-send-form-letter): Use them.  New command to send form
7087         letters.  Requested by Uwe Siart.
7088         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7089
7090 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7091
7092         * Update copyright years.
7093
7094 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7095
7096         Sync from EMACS_22_BASE.
7097
7098         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7099
7100 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7101
7102         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7103         empty author.
7104
7105 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7106
7107         * gnus-registry.el (gnus-registry-marks): Add variable for
7108         customization of marks and their appearance.
7109         (gnus-registry-read-mark): Use it.
7110         (gnus-registry-do-marks): Add utility function to loop through
7111         `gnus-registry-marks'.
7112         (gnus-registry-install-shortcuts-and-menus): Add function to install
7113         shortcuts and menus.
7114         (gnus-registry-initialize): Use it.
7115         (gnus-registry-default-mark): Clarify documentation.
7116
7117 2008-02-29  Glenn Morris  <rgm@gnu.org>
7118
7119         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7120         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7121         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7122         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7123         Change defcustom :version from 23.0 to 23.1.
7124
7125 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7126
7127         * gnus-registry.el (gnus-registry-follow-group-p)
7128         (gnus-registry-post-process-groups): Add functions to aid registry
7129         splitting and improve logging.  Clarify behavior in function
7130         documentation.
7131         (gnus-registry-split-fancy-with-parent): Use them.
7132
7133 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7134
7135         * gnus-art.el: Use with-current-buffer.
7136
7137 2008-02-27  David Engster  <dengste@eml.cc>
7138
7139         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7140         Express real group name in the response.
7141
7142 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7143
7144         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7145         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7146         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7147         autoload gnus-registry-fetch-group when compiling.
7148         (nnmairix-request-group-with-article-number-correction):
7149         Remove unreferenced argument passed to nnmairix-call-backend.
7150
7151 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7152
7153         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7154         (mm-uu-extract): Improve face for low color ttys.
7155         Reported by Sascha Wilde.
7156
7157 2008-02-27  Glenn Morris  <rgm@gnu.org>
7158
7159         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7160         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7161         variables to defconsts.  Convert comments to doc-strings.
7162         (nnmairix-last-server, nnmairix-current-server): Convert from free
7163         variables to defvars.  Convert comments to doc-strings.
7164         (gnus-registry-fetch-group): Autoload.
7165         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7166         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7167         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7168         caddr.
7169         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7170         nnmairix-request-group-with-article-number-correction call.
7171         (nnmairix-fast, nnmairix-group): New, less general names, for free
7172         variables passed from nnmairix-request-group to
7173         nnmairix-request-group-with-article-number-correction.  Declare.
7174         (nnmairix-request-group-with-article-number-correction):
7175         Use nnmairix-fast, nnmairix-group rather than fast, group.
7176
7177 2008-02-26  David Engster  <dengste@eml.cc>
7178
7179         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7180         version 0.5.
7181
7182 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7183
7184         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7185         instead of making an extra function call.  Don't add the current group
7186         to articles only when they have the group.  Use
7187         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7188         Reported by David <de_bb@arcor.de>.
7189
7190 2008-02-24  Miles Bader  <miles@gnu.org>
7191
7192         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7193         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7194         (mm-find-mime-charset-region):
7195         * mm-bodies.el (mm-encode-body):
7196         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7197
7198 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7199
7200         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7201         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7202
7203 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7204
7205         * mail-source.el (mail-source-delete-incoming): Change default.
7206         Supplement doc string.
7207
7208         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7209
7210 2008-02-14  Glenn Morris  <rgm@gnu.org>
7211
7212         * time-date.el (format-seconds): New function.
7213
7214 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7215
7216         * nnmail.el (nnmail-message-id-cache-file): Derive from
7217         `gnus-home-directory'.
7218
7219 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7220
7221         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7222         Document negative prefix.
7223
7224         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7225
7226 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7227
7228         * message.el (message-unsent-separator): Add the Exim bounce
7229         separator.
7230
7231 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7232
7233         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7234         list.
7235         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7236         recipient/signer list.
7237
7238 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * Makefile.in (datarootdir): Define.
7241         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7242         name that might contain whitespace.
7243
7244 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7245
7246         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7247         fbound (Emacs 23 unicode), signal an error.
7248
7249 2008-02-08  Glenn Morris  <rgm@gnu.org>
7250
7251         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7252
7253 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7254
7255         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7256         ports to the calls to `netrc-machine-user-or-password' in addition to
7257         "imap" and "imaps".
7258
7259 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7260
7261         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7262
7263         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7264
7265 2008-02-01  Kenichi Handa  <handa@m17n.org>
7266
7267         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7268         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7269         (rfc2104-hash): Convert the result of concat to unibyte string.
7270
7271 2008-02-01  Dave Love  <fx@gnu.org>
7272
7273         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7274         coding-system-for-read.
7275         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7276
7277 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7278
7279         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7280         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7281         <hanche@math.ntnu.no>.
7282
7283 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7284
7285         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7286
7287         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7288
7289 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7290
7291         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7292         * message.el (message-beginning-of-line): Use featurep instead of bound
7293         tests in order to resolve conditionals at compile time.
7294
7295 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7296
7297         * mail-source.el (mail-sources): Add `group' choice.
7298
7299         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7300         parameter `in-group' to control into which group the articles go.
7301         Add treatment of `group' mail-source.
7302
7303 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7306
7307         * mm-decode.el (mm-dissect-buffer): Decode description.
7308
7309         * mml.el (mml-to-mime): Encode message header first.
7310
7311 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7312
7313         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7314         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7315
7316         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7317         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7318
7319 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7320
7321         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7322
7323 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7324
7325         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7326         prefix keys.
7327         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7328         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7329         gnus-xmas.el.
7330
7331         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7332         (gnus-xmas-article-describe-bindings): New function.
7333         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7334         gnus-xmas-article-describe-bindings.
7335
7336         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7337
7338 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7339
7340         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7341         Add new variables for article mark management.
7342         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7343         list of extra data entries which, when present, will indicate that the
7344         article ID should not be trimmed from the registry.
7345         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7346         functions.
7347         (gnus-registry-read-mark): New function to read a mark name from the
7348         user.
7349         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7350         (gnus-registry-set-article-mark-internal): New functions to add and
7351         remove marks.
7352         (gnus-registry-get-article-marks): New function to show the marks for
7353         an article, or retrieve them for further use.
7354
7355 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7356
7357         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7358         keys when no argument is given.
7359
7360 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7361
7362         * imap.el (imap-ping-server): New variable.
7363         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7364         (imap-ping-server): Minor doc string fixes.
7365
7366 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7367
7368         * imap.el (imap-ping-server): New function.
7369         (imap-opened): Call imap-ping-server.
7370
7371 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7372
7373         * gnus-sum.el (gnus-article-sort-by-random)
7374         (gnus-thread-sort-by-random): Fix doc strings.
7375         Reported by jidanni@jidanni.org.
7376
7377 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7378
7379         * gnus-art.el (gnus-article-describe-bindings): New function.
7380         (gnus-article-read-summary-keys): Use it.
7381         (gnus-article-mode-map): Bind `C-h b' to it.
7382
7383 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7384
7385         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7386         XEmacs.
7387         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7388         Protect against non-character events.
7389
7390         * lpath.el: Fbind map-keymap for Emacs 21.
7391
7392 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7393
7394         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7395         New command.
7396         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7397         instead of END.  Change name of the temp file.
7398         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7399         customizable.
7400
7401 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7402
7403         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7404         bind `S W' to gnus-article-wide-reply-with-original; set default
7405         binding to gnus-article-read-summary-send-keys.
7406         (gnus-article-read-summary-keys): Fix the order of keys; display
7407         continuation keys correctly in the echo area; describe bindings
7408         correctly when keys end with `C-h'.
7409         (gnus-article-read-summary-send-keys): New function.
7410         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7411         Work for gnus-article-read-summary-send-keys; display continuation keys
7412         correctly in the echo area.
7413         (gnus-article-reply-with-original): Ignore prefix argument.
7414         (gnus-article-wide-reply-with-original): New function.
7415
7416         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7417         Emacs 21.
7418
7419 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7420
7421         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7422         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7423
7424 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7425
7426         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7427         (gnus-group-read-ephemeral-gmane-group): New command.
7428
7429 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7430
7431         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7432
7433 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7434
7435         * message.el (message-send-mail-function): Increase custom version.
7436
7437         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7438         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7439
7440 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7441
7442         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7443         for the cases where imap-authenticate is called with a nil buffer
7444         parameter.
7445
7446 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7447
7448         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7449         html parts correctly; support forwarded messages.
7450         (gnus-article-browse-html-article): Remove work buffers.
7451
7452         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7453         compiling.
7454         (netrc-bound-and-true-p): New macro.
7455         (netrc-parse): Use it instead of bound-and-true-p that is not available
7456         in XEmacs 21.4.
7457
7458 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7459
7460         * gnus-registry.el (gnus-registry-mark-article)
7461         (gnus-registry-article-marks): Add functionality to mark articles
7462         through the Gnus registry.
7463
7464         * encrypt.el: Clarify documentation for the new pgg method.
7465         (encrypt-file-alist): Add PGG option.
7466         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7467         functionality.  Abstract password key and messaging to external
7468         functions.
7469         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7470         (encrypt-message-method-and-cipher): Add new convenience external
7471         functions.
7472         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7473         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7474
7475         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7476         (netrc-parse): Use encrypt-file-alist to determine if
7477         encrypt-find-model or encrypt-insert-file-contents should be used.
7478
7479         * encrypt.el: Clarify documentation.  Load password-cache or
7480         password, whichever one is found first, instead of autoloading.
7481
7482 2007-12-19  Glenn Morris  <rgm@gnu.org>
7483
7484         * mml.el (message-options-set, message-narrow-to-head)
7485         (message-in-body-p, message-mail-p, message-encode-message-body):
7486         Autoload.
7487         (message-remove-header, message-narrow-to-headers-or-head)
7488         (message-subscribed-p, message-make-mail-followup-to)
7489         (message-position-on-field, message-news-p)
7490         (message-options-set-recipient, message-generate-headers)
7491         (message-sort-headers): Declare as functions.
7492
7493 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7494
7495         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7496         convention in doc string.
7497
7498 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7499
7500         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7501         title to html parts.
7502         (gnus-article-browse-html-article): Pass message header to it.
7503
7504         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7505
7506 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7507
7508         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7509         or password compatible with XEmacs.
7510
7511 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7512
7513         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7514         format document.
7515         (gnus-mime-delete-part): Don't write description line if empty.
7516         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7517
7518 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7519
7520         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7521         (gnus-summary-mark-read-and-unread-as-read)
7522         (gnus-summary-mark-current-read-and-unread-as-read)
7523         (gnus-summary-mark-unread-as-ticked): Doc fix.
7524         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7525
7526 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7527
7528         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7529         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7530
7531 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7532
7533         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7534         yes-or-no-p.
7535
7536 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7537
7538         * mm-decode.el (mm-add-meta-html-tag): New function.
7539         (mm-save-part-to-file, mm-pipe-part): Use it.
7540
7541         * gnus-art.el (gnus-article-browse-delete-temp-files):
7542         Use gnus-y-or-n-p instead of y-or-n-p.
7543         (gnus-article-browse-html-parts): Work with message/external-body; use
7544         mm-add-meta-html-tag.
7545
7546 2007-12-11  Glenn Morris  <rgm@gnu.org>
7547
7548         * gnus-cache.el: Require gnus-sum not just when compiling.
7549
7550         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7551
7552         * gnus-int.el (gnus-server-opened, gnus-status-message):
7553         Move definitions before use.
7554
7555         * mm-decode.el: Require gnus-util.
7556         (mm-remove-part): Only call delete-annotation on XEmacs.
7557
7558         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7559
7560         * nnmail.el: Require gnus-int.
7561
7562         * spam.el: Move `require's before `eval-when-compile's.
7563
7564         * gnus-ems.el (gnus-alive-p):
7565         * gnus-fun.el (message-goto-eoh):
7566         * gnus-util.el (gnus-group-name-decode):
7567         * mail-source.el (gnus-compress-sequence):
7568         * message.el (Info-goto-node, format-spec):
7569         * mm-bodies.el (message-options-get):
7570         * mm-decode.el (mm-view-pkcs7):
7571         * mm-util.el (gmm-write-region):
7572         * mml-smime.el (mml-compute-boundary)
7573         (gnus-completing-read-with-default):
7574         * mml.el (widget-button-press, gnus-make-hashtable):
7575         * mml1991.el (mm-decode-content-transfer-encoding)
7576         (mm-encode-content-transfer-encoding)
7577         (message-options-get, message-options-set):
7578         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7579         * nnfolder.el (gnus-request-group):
7580         * nnheader.el (ietf-drums-unfold-fws):
7581         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7582         * smime.el (gnus-run-mode-hooks):
7583         * spam-stat.el (gnus-message): Autoload.
7584
7585         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7586         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7587         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7588         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7589         Add declare-function compatibility definition.
7590
7591         * gnus-cache.el (nnvirtual-find-group-art):
7592         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7593         (gnus-add-image, gnus-add-wash-type):
7594         * gnus-group.el (nnkiboze-score-file):
7595         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7596         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7597         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7598         (message-tokenize-header, gnus-get-buffer-create)
7599         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7600         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7601         * gnus.el (gnus-group-decoded-name):
7602         * mail-source.el (imap-capability):
7603         * mm-bodies.el (message-options-set):
7604         * mm-decode.el (gnus-configure-windows):
7605         * mm-extern.el (message-goto-body):
7606         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7607         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7608         (epg-sub-key-validity, message-options-set):
7609         * mml.el (widget-event-point, gnus-configure-windows):
7610         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7611         * mml2015.el (epg-check-configuration, epg-configuration)
7612         (message-options-set):
7613         * nndb.el (nndb-request-article):
7614         * nnfolder.el (gnus-request-create-group):
7615         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7616         * nnmaildir.el (gnus-group-mark-article-read):
7617         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7618         * rfc1843.el (message-fetch-field):
7619         * spam.el (gnus-extract-address-components):
7620         Declare as functions.
7621
7622 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7623
7624         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7625
7626         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7627
7628         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7629         bind show-trailing-whitespace for XEmacs.
7630
7631 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7632
7633         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7634         new no-op macro for backward compatibility.
7635
7636         * imap.el (imap-string-to-integer): New function.
7637
7638 2007-12-09  Glenn Morris  <rgm@gnu.org>
7639
7640         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7641
7642         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7643         * message.el, mm-view.el, sieve-manage.el, smime.el:
7644         Add declare-function compatibility definition.
7645
7646         * gnus-art.el (w3-region, w3m-region, Info-menu):
7647         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7648         * gnus-sum.el (gnus-get-predicate):
7649         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7650         * message.el (mail-abbrev-in-expansion-header-p):
7651         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7652         (w3m-detect-meta-charset, w3m-region):
7653         * sieve-manage.el (password-read, password-cache-add)
7654         (password-cache-remove):
7655         * smime.el (password-read-and-add): Declare as functions.
7656
7657 2007-12-08  David Kastrup  <dak@gnu.org>
7658
7659         * gnus-sum.el (gnus-summary-simplify-subject-query):
7660         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7661         `message'.
7662
7663 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7664
7665         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7666         it to bind idna-program, installation-directory, defined-colors, and
7667         face-attribute for XEmacs of the version that compiles defcustom forms.
7668
7669 2007-12-07  Glenn Morris  <rgm@gnu.org>
7670
7671         * gnus-art.el (article-make-date-line): Revert previous change.
7672
7673 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7674
7675         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7676
7677 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7678
7679         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7680         Call gnus-add-to-range ranges only once with a prepared article-list.
7681
7682 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7683
7684         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7685         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7686         group names with backslashes.
7687         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7688
7689 2007-12-06  Deepak Goel  <deego3@gmail.com>
7690
7691         * gnus-art.el (article-make-date-line):
7692         * gnus-start.el (gnus-load):
7693         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7694
7695 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * gnus-art.el (gnus-use-idna)
7698         * gnus-start.el (gnus-site-init-file)
7699         * message.el (message-use-idna)
7700         * mm-uu.el (mm-uu-hide-markers)
7701         * smiley.el (smiley-style): Revert changes that suppress warnings.
7702
7703 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7704
7705         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7706         specify charset to html source.
7707         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7708
7709 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7712         idna-program in order to suppress byte compile warning issued by XEmacs
7713         that came to byte compile the default value section of defcustom forms
7714         recently.
7715
7716         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7717         value of installation-directory.
7718
7719         * message.el (message-use-idna): Don't directly refer to the value of
7720         idna-program.
7721
7722         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7723
7724         * smiley.el (smiley-style): Don't directly call face-attribute.
7725
7726 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7727
7728         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7729
7730         * gnus-dired.el: Reduce Gnus dependencies.
7731         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7732         Don't require.  Use autoloads instead.
7733         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7734         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7735         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7736         (gnus-dired-mode): Adjust doc string.
7737         (gnus-dired-mail-mode): New variable.
7738         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7739         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7740         (gnus-dired-mail-buffers): New function.  Return mail or message
7741         composition buffers.
7742         (gnus-dired-attach): Use it.
7743         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7744         NO-DECODE.
7745         (gnus-dired-print): Use `gnus-print-buffer' depending on
7746         `gnus-dired-mail-mode'.
7747
7748 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * rfc2047.el (rfc2047-encoded-word-regexp)
7751         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7752         explaining what regexp patterns are for.
7753
7754 2007-12-04  Glenn Morris  <rgm@gnu.org>
7755
7756         * password.el: Move to password-cache.el.
7757
7758         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7759         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7760         * mml-smime.el (password-read, password-cache-add)
7761         (password-cache-remove):
7762         No need to autoload, since mml-sec requires password.
7763
7764         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7765         * message.el (gnus-extract-address-components):
7766         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7767
7768         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7769         password.
7770
7771 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7772
7773         * mailcap.el: Reduce dependencies.
7774         (mail-header-parse-content-type): Autoload.
7775         (mailcap-delete-duplicates): New alias.
7776         (mailcap-mime-info): Add optional argument NO-DECODE.
7777         (mailcap-mime-types): Use mailcap-delete-duplicates.
7778
7779         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7780
7781 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7782
7783         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7784         (imap-parse-status): Upcase status-att for servers that sends them
7785         lower-case (e.g., MS Exchange 2007).
7786
7787 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7788
7789         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7790         function.
7791
7792         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7793         (gnus-uu-yenc-article): New function.
7794
7795         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7796
7797         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7798
7799 2007-12-02  Glenn Morris  <rgm@gnu.org>
7800
7801         * binhex.el (binhex): New custom group.
7802         (binhex-decoder-program, binhex-decoder-switches)
7803         (binhex-use-external): Move to the binhex custom group.
7804
7805         * uudecode.el (uudecode): New custom group.
7806         (uudecode-decoder-program, uudecode-decoder-switches)
7807         (uudecode-use-external): Move to the uudecode custom group.
7808
7809         * netrc.el (top-level): Don't load `encrypt' features.
7810         (netrc-parse): Don't use encrypt.
7811         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7812
7813         * encrypt.el: Remove file.
7814
7815 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7816
7817         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7818         matches on patches.
7819
7820         * gnus-art.el (gnus-article-browse-html-article):
7821         Mention `mm-text-html-renderer' in the doc string.
7822
7823         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7824         string.  Add comments.
7825
7826         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7827         if rhs is ASCII.
7828
7829 2007-12-01  Glenn Morris  <rgm@gnu.org>
7830
7831         * mail-source.el (top-level): Require format-spec before
7832         eval-when-compile.
7833
7834 2007-11-30  Glenn Morris  <rgm@gnu.org>
7835
7836         * encrypt.el: Require password, rather than autoloading password-read.
7837
7838 2007-11-29  Glenn Morris  <rgm@gnu.org>
7839
7840         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7841         (sasl-make-client, sasl-next-step, sasl-step-data)
7842         (sasl-step-set-data): Declare as functions.
7843
7844 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7845
7846         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7847
7848 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7849
7850         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7851         certs should be verified and what is to be done in the event of a
7852         verification failure.
7853
7854         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7855         caller can indicate whether the cache should be disregarded for this
7856         call.  This way the result of the call is reproducible at all times and
7857         can be considered a canonical server name for the supplied method.
7858         (gnus-agent-method-p): Canonicalize server names by pushing their
7859         method through `gnus-method-to-server' using the no-cache argument.
7860
7861         * gnus-srvr.el (gnus-server-insert-server-line):
7862         Call `gnus-method-to-server' with `no-cache' argument.
7863
7864         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7865         gnus-agent-possibly-synchronize-flags as this should be called when the
7866         server is actually being opened.
7867         (gnus-agent-possibly-synchronize-flags)
7868         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7869         flags file of an agentized server to the latter function.
7870
7871         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7872         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7873         after a connection has been established successfully.
7874
7875 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7876
7877         * gnus-art.el (article-display-face): Force to display face if called
7878         interactively; check if gnus-article-x-face-too-ugly matches author.
7879         (article-display-x-face): Display face even if From header is missing
7880         as article-display-face does.
7881
7882 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7883
7884         * hashcash.el (message-narrow-to-headers-or-head)
7885         (message-fetch-field, message-goto-eoh)
7886         (message-narrow-to-headers): Declare as functions.
7887
7888 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7889
7890         * mail-source.el (mail-sources): Default to fetch from file for
7891         compatibility with default of nnmail-spool-file.
7892
7893 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7896         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7897         to look for encoded word that should be encoded again.
7898         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7899         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7900         encoding pattern.
7901         (rfc2047-decode-region): Switch strict regexp and loose one according
7902         to rfc2047-allow-irregular-q-encoded-words.
7903
7904 2007-11-25  Romain Francoise  <romain@orebokech.com>
7905
7906         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7907
7908 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7909
7910         * tls.el (tls-program): Provide more custom choices from
7911         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7912         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7913
7914 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7915
7916         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7917         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7918
7919         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7920         `nnmail-spool-file'.
7921
7922         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7923         `nnmail-spool-file'.
7924
7925         * gnus-move.el (gnus-change-server): Ditto.
7926
7927         * gnus-kill.el (gnus-batch-score): Ditto.
7928
7929         * gnus-cache.el (gnus-jog-cache): Ditto.
7930
7931         * gnus-msg.el (gnus-summary-reply):
7932         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7933
7934 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7935
7936         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7937         version.  Minor improvement to doc strings.
7938         (tls-program): Add comment.
7939
7940 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7941
7942         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7943         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7944         mismatch between the hostname provided in the certificate and the name
7945         of the host connnecting to.
7946         (open-tls-stream): Use them.  Check certificates against trusted root
7947         certificates.
7948
7949 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7950
7951         * gnus-cache.el (gnus-cache-generate-nov-databases):
7952         Use nnml-generate-nov-databases-directory instead of
7953         nnml-generate-nov-databases-1.
7954
7955 2007-11-24  Glenn Morris  <rgm@gnu.org>
7956
7957         * message.el (message-tool-bar-retro): Update for rename
7958         mail_send.xpm->mail-send.xpm.
7959
7960 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7961
7962         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7963         `smime-ldap-search' for Emacs 22 and up.
7964
7965 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7966
7967         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7968
7969         * message.el (message-send-mail-function): Fix error convention.
7970         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7971         (message-widen-reply, message-send-mail, message-talkative-question)
7972         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7973         (message-clone-locals, message-send-news): Use with-current-buffer.
7974         (message-insert-or-toggle-importance): Remove unused var `valid'.
7975         (message-make-references): Remove unused var `new-references'.
7976         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7977
7978 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7979
7980         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7981         (spam-split-symbolic-return-positive): Reflow docstring.
7982         (spam-backends, spam-summary-exit-behavior)
7983         (spam-mark-ham-unread-before-move-from-spam-group)
7984         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7985         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7986         (spam-clear-cache, spam-backend-check, spam-install-backend)
7987         (spam-install-statistical-backend, spam-list-of-processors)
7988         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7989         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7990         (spam-check-crm114, spam-initialize, spam-unload-hook):
7991         Fix typos in docstrings.
7992
7993 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7994
7995         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7996         been checked if they have never been read and those group levels are
7997         higher than the one that a user specified.
7998
7999 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8000
8001         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8002         foreign groups unless a group level is specified by a user.
8003         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8004
8005 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8006
8007         * message.el (message-send-mail-function): Require sendmail.
8008
8009 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8010
8011         * message.el (message-send-mail-function): Check for smtpmail too.
8012
8013         * utf7.el (utf7-encode, utf7-decode): Use coding system
8014         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8015
8016         * message.el (message-send-mail-function): New function.
8017         (message-send-mail-function): Set default using
8018         message-send-mail-function.  Adjust doc string.
8019         (message-send-mail-with-mailclient): New function.
8020
8021 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8022
8023         * smime.el (from):
8024         * rfc2047.el (message-posting-charset):
8025         * qp.el (mm-use-ultra-safe-encoding):
8026         * pop3.el (parse-time-months):
8027         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8028         * nnml.el (files):
8029         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8030         (jka-compr-compression-info-list, ange-ftp-path-format)
8031         (efs-path-regexp):
8032         * nndiary.el (files):
8033         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8034         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8035         (epg-digest-algorithm-alist, inhibit-redisplay)
8036         (password-cache-expiry):
8037         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8038         (pgg-output-buffer, password-cache-expiry):
8039         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8040         (efs-path-regexp):
8041         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8042         (inhibit-redisplay):
8043         * mm-uu.el (file-name, start-point, end-point, entry)
8044         (gnus-newsgroup-name, gnus-newsgroup-charset):
8045         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8046         (latin-unity-ucs-list):
8047         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8048         (mm-uu-binhex-decode-function):
8049         * message.el (gnus-message-group-art, gnus-list-identifiers)
8050         (rmail-enable-mime-composing, gnus-local-organization)
8051         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8052         (gnus-read-active-file, facemenu-add-face-function)
8053         (facemenu-remove-face-function, gnus-article-decoded-p)
8054         (tool-bar-mode):
8055         * mail-source.el (display-time-mail-function):
8056         * gnus-util.el (nnmail-pathname-coding-system)
8057         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8058         (gnus-original-article-buffer, gnus-user-agent)
8059         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8060         (xemacs-codename, sxemacs-codename, emacs-program-version):
8061         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8062         * gnus-start.el (gnus-agent-covered-methods)
8063         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8064         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8065         (gnus-newsgroup-headers, gnus-group-list-mode)
8066         (gnus-group-mark-positions, gnus-newsgroup-data)
8067         (gnus-newsgroup-unreads, nnoo-state-alist)
8068         (gnus-current-select-method, mail-sources)
8069         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8070         (nnmail-spool-file, gnus-cache-active-hashtb):
8071         * gnus-mh.el (mh-lib-progs):
8072         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8073         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8074         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8075         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8076         (gnus-group-buffer):
8077         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8078         (font-lock-set-defaults):
8079         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8080         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8081         (gnus-summary-post-menu, total-parts, type, condition, length):
8082         * gnus-agent.el (gnus-agent-read-agentview):
8083         * flow-fill.el (show-trailing-whitespace):
8084         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8085         eval-and-compile wrappers for byte compiler pacifiers.
8086
8087         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8088         (mm-display-inline-fontify): Check for featurep 'xemacs not
8089         extent-list.
8090
8091         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8092         itimer-list.
8093         (mm-create-image-xemacs): Only do something for XEmacs.
8094         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8095
8096         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8097
8098         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8099         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8100
8101 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8102
8103         * nnimap.el (nnimap-split-download-body):
8104         * gnus-demon.el (gnus-demon):
8105         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8106
8107 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8108
8109         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8110         New macros.
8111         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8112         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8113         copy data from unibyte buffer to multibyte current buffer.
8114         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8115         to copy data from unibyte current buffer to multibyte buffer.
8116         (nntp-make-process-buffer): Make process buffer unibyte.
8117
8118         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8119
8120 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8121
8122         * pop3.el (pop3-open-server): Accept and process data more robustly at
8123         connexion start to avoid spurious "POP SSL connexion failed" errors.
8124
8125 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8126
8127         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8128         read group names.
8129
8130 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8131
8132         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8133
8134 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8135
8136         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8137         (nnmail-save-active): Use a unibyte buffer when saving active file,
8138         which may contain non-ASCII group names.
8139
8140         * nnml.el (nnml-request-group): Decode group names in messages.
8141
8142 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8143
8144         * message.el (message-citation-line-function)
8145         (message-insert-formatted-citation-line): Fix spelling of
8146         `message-insert-formated-citation-line'.
8147
8148 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8149
8150         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8151
8152 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8153
8154         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8155         nnmail-pathname-coding-system.
8156
8157         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8158         that a user enters; decode group names in messages.
8159
8160         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8161
8162 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8163
8164         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8165
8166         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8167
8168         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8169         risky local variable.
8170
8171         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8172
8173 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8174
8175         * encrypt.el: Improve documentation to fix function name typo.
8176         Reported by Daiki Ueno <ueno@unixuser.org>.
8177
8178 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8181         even if the point is not in the last page of an article.
8182         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8183         back to the previous page.
8184
8185 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8186
8187         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8188
8189 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8190
8191         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8192
8193 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8194
8195         * message.el (message-check-news-body-syntax):
8196         Avoid mm-string-as-multibyte.
8197         (message-hide-headers): Don't assume (point-min)==1.
8198
8199 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8200
8201         * message.el (message-remove-blank-cited-lines): Fix if remove is
8202         given.
8203         (message-bogus-address-regexp): New variable.
8204         (message-bogus-recipient-p): New function.
8205         (message-check-recipients): New command.
8206         (message-syntax-checks): Add `bogus-recipient'.
8207         (message-fix-before-sending): Add `bogus-recipient'.
8208
8209         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8210         (gnus-treat-body-boundary): Don't test window-system.
8211
8212 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8213
8214         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8215
8216 2007-10-28  Miles Bader  <miles@gnu.org>
8217
8218         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8219         at compile-time too.
8220
8221 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8222
8223         * gnus-msg.el (gnus-message-setup-hook):
8224         Add `message-remove-blank-cited-lines' to options.
8225
8226 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8227
8228         * message.el (message-remove-blank-cited-lines): New function.
8229         Suggested by Karl Plästerer.
8230
8231 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8232
8233         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8234         mapc.
8235
8236         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8237         (top-level): Use mapc to set functions to be traced for debugging.
8238
8239         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8240         called for effect with while loop.
8241
8242         * message.el (message-talkative-question): Replace mapcar called for
8243         effect with mapc.
8244
8245         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8246         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8247         called for effect with dolist.
8248
8249         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8250
8251         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8252         gnus-extra-headers and nnmail-extra-headers.
8253
8254         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8255         called for effect with dolist.
8256         (top-level): Use mapc to set functions to be traced for debugging.
8257
8258         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8259         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8260         dolist.
8261
8262         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8263         Replace mapcar called for effect with mapc.
8264         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8265         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8266         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8267         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8268
8269         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8270         remove-if that's a cl function.
8271
8272         * webmail.el (webmail-debug): Replace mapcar called for effect with
8273         dolist.
8274
8275         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8276         with mapc.
8277
8278 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8279
8280         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8281         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8282         with while loop.
8283
8284         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8285         functions from article-* functions.
8286         (gnus-multi-decode-header): Replace mapcar called for effect with
8287         dolist.
8288
8289         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8290         (gnus-bookmark-show-details): Replace mapcar called for effect with
8291         while loop.
8292
8293         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8294         called for effect with while loop.
8295
8296         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8297         with dolist.
8298
8299         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8300         Replace mapcar called for effect with dolist.
8301
8302         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8303
8304         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8305         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8306         Replace mapcar called for effect with dolist.
8307         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8308         mapc.
8309
8310         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8311         Replace mapcar called for effect with dolist.
8312         (gnus-topic-list): Replace mapcar called for effect with mapc.
8313
8314         * gnus.el: Use mapc instead of mapcar to add autoloads.
8315
8316 2007-10-23  Richard Stallman  <rms@gnu.org>
8317
8318         * gnus-group.el (gnus-group-highlight): Mark as risky.
8319
8320 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8321
8322         * gnus.el (gnus-server-to-method): Return method found first in
8323         gnus-newsrc-alist.
8324
8325         * gnus-art.el (gnus-article-highlight-signature)
8326         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8327         button overlay without the front stickiness.
8328
8329 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8330
8331         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8332         overview buffer needed a catch to receive its throw.
8333         (gnus-agent-flush-cache): Declare as interactive to make this function
8334         easier to use.
8335
8336 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8337
8338         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8339         `next-line'.
8340
8341 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8342
8343         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8344         exclude address matching message-dont-reply-to-names.
8345
8346 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * gnus-util.el (gnus-string<): New function.
8349
8350         * gnus-sum.el (gnus-article-sort-by-author)
8351         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8352
8353 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8354
8355         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8356         the frame-focus tag is set in gnus-buffer-configuration.
8357
8358 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8359
8360         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8361         the front stickiness.
8362
8363 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8366         url pattern; remove duplicate one.
8367         (gnus-article-extend-url-button): New function.
8368         (gnus-article-add-buttons): Use it.
8369         (gnus-button-push): Use concatenated url that it makes.
8370
8371 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8372
8373         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8374
8375 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8376
8377         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8378         Don't hardcode point-min==1.
8379
8380 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8381
8382         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8383         Fix comment about "iso8859-1".
8384
8385 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8386
8387         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8388         ones returned from the verify-function.
8389
8390         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8391         Call mml2015-extract-cleartext-signature if extraction failed.
8392
8393 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8394
8395         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8396         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8397         failed.
8398
8399 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8400
8401         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8402
8403 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8404
8405         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8406         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8407         recommends to use EasyPG instead of PGG.
8408
8409         * pgg.el: Revert to revision 6.23.2.16.
8410
8411         * pgg-def.el: Revert to revision 6.6.2.14.
8412
8413         * pgg-gpg.el: Revert to revision 6.23.2.34.
8414
8415 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8416
8417         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8418         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8419         thread for both the null and zero (kill/expire thread) universal prefix
8420         cases.
8421         (gnus-summary-expire-thread): Add new function to expire a thread,
8422         using gnus-summary-kill-thread.
8423         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8424         shortcuts for gnus-summary-expire-thread.
8425         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8426         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8427
8428 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8429
8430         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8431         extras value, so an extras entry can be deleted.
8432         (gnus-registry-delete-extra-entry): Use it.
8433         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8434         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8435         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8436         storage through the gnus-registry, and provide an appropriate API for
8437         it.
8438
8439 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8442         Suggested by Leo <sdl.web@gmail.com>.
8443
8444         * gnus.el: Do.
8445
8446 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8449         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8450
8451         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8452
8453         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8454         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8455
8456 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8457
8458         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8459         newline.
8460         (nnmbox-request-accept-article): Don't change article in source buffer;
8461         narrow to header to use message-fetch-field rather than
8462         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8463         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8464         as delimiters; make sure article ends with newline.
8465         (nnmbox-delete-mail): Correct last position of article to be deleted;
8466         ignore X-Gnus-Newsgroup header in article body.
8467         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8468         positions; make sure article ends with newline.
8469
8470         * message.el (message-display-abbrev): Don't infloop when a user
8471         inserts SPC in the beginning of header.
8472
8473         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8474         coding-system-for-read and coding-system-for-write for XEmacs having no
8475         file-coding feature.
8476
8477         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8478
8479 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8480
8481         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8482         list of groups not followed by default.  Fix type to be regexp.
8483         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8484
8485 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8486
8487         * hmac-def.el (define-hmac-function): Switch from old-style to
8488         new-style backquotes.
8489
8490         * md4.el (md4-make-step): Likewise.
8491
8492 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8493
8494         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8495         raw-text coding system when saving .newsrc file, which may contain
8496         non-ASCII group names.
8497
8498 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8499
8500         * gnus-cus.el (gnus-score-extra): New widget.
8501         (gnus-score-extra-convert): New function.
8502         (gnus-score-customize): Use it for Extra.
8503
8504 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8505
8506         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8507         (mml2015-mailcrypt-clear-verify): Use it.
8508         (mml2015-gpg-clear-verify): Use it.
8509         (mml2015-pgg-clear-verify): Use it.
8510         (mml2015-epg-clear-verify): Replace the current part with the output
8511         from GnuPG; don't extract the plaintext by itself.
8512
8513         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8514         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8515         mml2015-clear-verify-function; don't touch the armor headers or
8516         dash-escaped text here.
8517
8518 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8521         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8522         parts, or application/octet-stream as a last resort.
8523         (gnus-mime-view-part-as-type): Don't toggle display.
8524         (gnus-mime-view-part-as-charset): Don't turn off display before
8525         querying charset.
8526
8527         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8528         stuff to undisplayer function in Emacs.
8529         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8530
8531         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8532         text/calendar parts.
8533
8534 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8537         decoding text/calendar parts.
8538
8539         * message.el (message-forward-make-body-mime): Always mark body as
8540         having no illegible text; remove signed-or-encrypted argument.
8541         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8542
8543         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8544         (mml-generate-mime-1): Don't encode body if it is specified to be in
8545         raw form; don't make buffer be unibyte when inserting multibyte string.
8546
8547 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8548
8549         * sha1.el: Fix up comment style.
8550         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8551         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8552
8553         * hex-util.el: Fix up comment style.
8554         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8555
8556         * gnus-salt.el: Use with-current-buffer.
8557         (gnus-pick-setup-message): Fix long-standing typo.
8558
8559 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8560
8561         * imap.el (imap-logout-timeout): New variable.
8562         (imap-logout, imap-logout-wait): New functions.
8563         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8564
8565         * nnimap.el (nnimap-logout-timeout): New server variable.
8566         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8567         nnimap-logout-timeout.
8568
8569         * gnus-art.el (gnus-article-summary-command-nosave)
8570         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8571
8572 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8573
8574         * gnus.el (gnus-maximum-newsgroup): New variable.
8575
8576         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8577         according to gnus-maximum-newsgroup.
8578
8579         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8580         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8581         Limit the range of articles according to gnus-maximum-newsgroup.
8582
8583 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8584
8585         * gnus-art.el (gnus-sticky-article): Fix problems described in
8586         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8587         Don't perform gnus-configure-windows here; reuse existing sticky
8588         article buffer.
8589
8590         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8591         it doesn't exist in gnus-article-mode.
8592
8593 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8594
8595         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8596         (gnus-agent-decoded-group-name): New function.
8597         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8598         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8599
8600 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8601
8602         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8603         Add binding for gnus-sticky-article.
8604         (gnus-summary-exit): Don't kill sticky article buffers.
8605
8606         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8607         article buffer.
8608         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8609         (gnus-kill-sticky-article-buffers): New commands.
8610
8611 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8612
8613         * nntp.el (nntp-xref-number-is-evil): New server variable.
8614         (nntp-find-group-and-number): If it is non-nil, don't trust article
8615         numbers in the Xref header.
8616
8617 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8618
8619         * gnus-agent.el (gnus-agent-read-group): New function.
8620         (gnus-agent-flush-group, gnus-agent-expire-group)
8621         (gnus-agent-regenerate-group): Use it.
8622         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8623         nnmail-pathname-coding-system.
8624
8625 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8626
8627         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8628
8629         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8630         that are unread as unread, and also as selected so that information of
8631         marks having been changed by a user may be updated when exiting group.
8632
8633 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8634
8635         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8636
8637 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8638
8639         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8640         calculated ignoring signature parts to gnus-treat-article.
8641
8642 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8643
8644         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8645         a point here in order to keep the window start.
8646         (gnus-insert-mime-security-button): Make a button overlay without the
8647         front stickiness.
8648         (gnus-mime-display-security): Goto the end of a button.
8649
8650         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8651
8652 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8653
8654         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8655         group-name-at-point.
8656         (gnus-group-completing-read): New function that offers decoded
8657         non-ASCII group names for completion.
8658         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8659         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8660         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8661         (gnus-group-fetch-control): Use it.
8662         (gnus-fetch-group): Use group-name-at-point for the initial value
8663         rather than the default value; use gnus-alive-p.
8664
8665         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8666         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8667         (gnus-summary-post-news): Use gnus-group-completing-read.
8668
8669         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8670         (gnus-read-move-group-name): Decode group name for completion.
8671
8672 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8673
8674         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8675         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8676         Yamaoka slightly modified the code).
8677
8678 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8679
8680         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8681         (nnmail-split-incoming): Bind it.
8682
8683         * nnml.el (nnml-group-name-charset): New function.
8684         (nnml-decoded-group-name): Use it; don't decode group name if
8685         nnmail-group-names-not-encoded-p is non-nil.
8686         (nnml-encoded-group-name): New function.
8687         (nnml-group-pathname): Inline nnml-decoded-group-name.
8688         (nnml-request-expire-articles): Decode group name in message.
8689         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8690         nnmail-pathname-coding-system.
8691         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8692         not decoded ones according to nnmail-group-names-not-encoded-p.
8693         (nnml-generate-active-info): Use nnml-encoded-group-name.
8694
8695 2007-08-08  Glenn Morris  <rgm@gnu.org>
8696
8697         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8698         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8699         doc-strings and comments.
8700
8701 2007-07-25  Glenn Morris  <rgm@gnu.org>
8702
8703         * Relicense all FSF files to GPLv3 or later.
8704
8705 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8706
8707         * gnus-sum.el (gnus-summary-move-article):
8708         Make gnus-summary-respool-article work.
8709
8710 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8711
8712         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8713         string.
8714
8715 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8716
8717         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8718         that should be ignored when comparing distant RSS articles with local
8719         ones.
8720         (nnrss-make-hash-index): New function.  Create a hash index according
8721         to the ignored fields.
8722         (nnrss-check-group): Use it.
8723
8724 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8725
8726         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8727
8728         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8729
8730         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8731         the new optional argument ENCODED is non-nil.
8732         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8733         coding system for encoding group name.
8734         (gnus-group-make-rss-group): Pass un-encoded group name to
8735         gnus-group-make-group.
8736         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8737         encoded.
8738
8739         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8740         Encode group name to which articles are moved or copied.
8741         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8742         coding system for encoding Newsgroup, Followup-To and Xref headers.
8743
8744         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8745         marks; use nnheader-file-coding-system to write a file.
8746         (nnagent-retrieve-headers): Bind file-name-coding-system to
8747         nnmail-pathname-coding-system.
8748
8749         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8750
8751         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8752         (nnml-request-article, nnml-request-create-group)
8753         (nnml-request-rename-group, nnml-find-id)
8754         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8755         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8756         (nnml-save-marks): Use nnml-group-pathname instead of
8757         nnmail-group-pathname.
8758
8759         (nnml-request-create-group, nnml-request-expire-articles)
8760         (nnml-request-move-article, nnml-request-delete-group)
8761         (nnml-deletable-article-p, nnml-possibly-create-directory)
8762         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8763         (nnml-open-marks): Bind file-name-coding-system to
8764         nnmail-pathname-coding-system.
8765
8766         (nnml-request-article): Pass server argument to nnml-find-group-number.
8767         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8768         Pass server argument to nnml-possibly-create-directory.
8769         (nnml-request-accept-article): Pass server argument to
8770         nnml-active-number and nnml-save-mail.
8771         (nnml-find-group-number): Pass server argument to nnml-find-id.
8772         (nnml-request-update-info): Pass server argument to
8773         nnml-marks-changed-p.
8774
8775         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8776         (nnml-save-mail, nnml-active-number): Add server argument.
8777
8778         (nnml-request-delete-group): Warn if group is missing.
8779         (nnml-get-nov-buffer): Decode group name.
8780         (nnml-generate-active-info): Encode group name.
8781         (nnml-open-marks): Decode group name in messages.
8782
8783 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8784
8785         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8786         if it is not specified.
8787         (gnus-article-pipe-part, gnus-article-save-part)
8788         (gnus-article-interactively-view-part, gnus-article-copy-part)
8789         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8790         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8791         (gnus-article-replace-part, gnus-article-delete-part)
8792         (gnus-article-view-part-as-type): Pass raw prefix argument to
8793         gnus-article-part-wrapper.
8794
8795 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8796
8797         * gnus-agent.el (gnus-agent-save-active):
8798         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8799
8800         * gnus-cache.el (gnus-cache-save-buffers)
8801         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8802         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8803         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8804         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8805         (gnus-cache-generate-active, gnus-cache-rename-group)
8806         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8807         (gnus-cache-update-overview-total-fetched-for):
8808         Bind file-name-coding-system to nnmail-pathname-coding-system.
8809         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8810         New variables.
8811         (gnus-cache-decoded-group-name): New function.
8812         (gnus-cache-file-name): Use it.
8813         (gnus-cache-generate-active): Use non-decoded group name for active.
8814
8815         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8816         right place.
8817         (gnus-write-active-file): Don't break non-ASCII group names.
8818
8819         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8820         nnmail-pathname-coding-system.
8821
8822         * lpath.el: Bind default-file-name-coding-system,
8823         file-name-coding-system and language-info-alist for XEmacs.
8824
8825         * gnus-uu.el (gnus-uu-decode-save): Typo.
8826
8827 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8828
8829         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8830
8831 2007-07-14  David Kastrup  <dak@gnu.org>
8832
8833         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8834         finishing actions if we did not edit the article.
8835
8836 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8837
8838         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8839         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8840         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8841         (gnus-agent-flush-group, gnus-agent-flush-cache)
8842         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8843         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8844         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8845         (gnus-agent-regenerate-group)
8846         (gnus-agent-update-files-total-fetched-for)
8847         (gnus-agent-update-view-total-fetched-for):
8848         Bind file-name-coding-system to nnmail-pathname-coding-system.
8849         (gnus-agent-group-pathname): Don't encode file names by
8850         nnmail-pathname-coding-system.
8851         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8852         coding-system-for-write instead of buffer-file-coding-system to
8853         gnus-agent-file-coding-system.
8854
8855         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8856         Decode group name.
8857
8858         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8859
8860         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8861         (gnus-read-newsrc-el-file): Make group names unibyte.
8862
8863         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8864         nnmail-pathname-coding-system.
8865
8866         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8867         (nnrss-request-delete-group): Bind file-name-coding-system to
8868         nnmail-pathname-coding-system.
8869         (nnrss-read-server-data, nnrss-read-group-data):
8870         Bind file-name-coding-system correctly.
8871         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8872
8873         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8874         (nntp-server-to-method-cache): New variable.
8875         (nntp-group-pathname): New function that decodes non-ASCII group names.
8876         (nntp-possibly-create-directory, nntp-marks-changed-p)
8877         (nntp-save-marks, nntp-open-marks): Use it.
8878         (nntp-possibly-create-directory, nntp-open-marks):
8879         Bind file-name-coding-system to nnmail-pathname-coding-system.
8880         (nntp-open-marks): Decode group names when bootstrapping marks.
8881
8882         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8883         Newsgroups and Folowup-To headers.
8884
8885 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8886
8887         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8888         (gnus-server-closed-face, gnus-server-denied-face)
8889         (gnus-server-offline-face): Remove variable.
8890         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8891
8892         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8893         of modifying message-stack directly for XEmacs.
8894
8895         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8896         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8897         if the coding-system argument is nil for XEmacs.
8898
8899         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8900         mm-charset-override-alist.
8901
8902         * rfc2047.el: Don't require base64; require rfc2045 for the function
8903         rfc2045-encode-string.
8904         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8905         to quote the parameter value.
8906
8907 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8908
8909         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8910         form in gnus-group-name-charset-method-alist.
8911
8912         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8913         overrides the default layout edit-form.
8914
8915         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8916
8917         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8918
8919 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8922         as unfetched articles.
8923
8924 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8925
8926         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8927
8928 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8929
8930         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8931         original back end that keeps marks in the local system.
8932
8933 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8934
8935         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8936         arg of pop-to-buffer for XEmacs.
8937         (gnus-article-read-summary-keys): Ditto; don't restore window
8938         configuration if summary command ends up with neither article buffer
8939         nor summary buffer; describe bindings if summary keys end with C-h.
8940
8941 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8942
8943         * message.el (message-fix-before-sending): Skip raw message part to be
8944         forwarded while checking illegible text.
8945         (message-forward-make-body-mime, message-forward-make-body):
8946         Mark signed or encrypted raw message as having no illegible text.
8947
8948 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8951         (gnus-message-with-timestamp-1): New macro.
8952         (gnus-message-with-timestamp): New function.
8953         (gnus-message): Use them.
8954
8955         * nnheader.el (nnheader-message): Use them.
8956
8957 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8958
8959         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8960         .newsrc.eld file.
8961
8962 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8963
8964         * gnus-agent.el (gnus-agent-fetch-headers)
8965         (gnus-agent-retrieve-headers):
8966         Bind gnus-decode-encoded-address-function to identity.
8967
8968         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8969         available also when the server returns simply a dot.
8970
8971         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8972
8973 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8974
8975         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8976
8977 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8978
8979         * gnus-ems.el (gnus-x-splash): Make it work.
8980
8981         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8982         from being used.
8983
8984         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8985
8986 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8989         4th and the 5th arguments.
8990
8991         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8992         the front stickiness.
8993         (gnus-article-summary-command-nosave): Correct the order of the
8994         arguments passed to pop-to-buffer.
8995         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8996         summary command ends up with the article buffer.
8997
8998         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8999         the same faces.
9000
9001 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9002
9003         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9004
9005 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9006
9007         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9008         * gnus-sum.el (gnus-summary-highlight):
9009         * pgg.el (pgg-sign-region, pgg-sign):
9010         * mail-source.el (mail-source-delete-old-incoming-confirm):
9011         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9012
9013 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9014
9015         * gnus-art.el (gnus-mime-view-part-externally)
9016         (gnus-mime-view-part-internally): Fix predicate function passed to
9017         completing-read.
9018
9019         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9020
9021         * gnus.el (gnus-update-message-archive-method): Add :version.
9022
9023 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9024
9025         * gnus.el (gnus-update-message-archive-method): New variable.
9026
9027         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9028         according to gnus-message-archive-method if
9029         gnus-update-message-archive-method is non-nil.
9030
9031 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9032
9033         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9034         Suggested by Loic Dachary <loic@dachary.org>.
9035         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9036
9037 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * message.el (message-pop-to-buffer): Add switch-function argument.
9040         (message-mail): Pass switch-function argument to it.
9041
9042 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9043
9044         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9045         Improve doc string.
9046
9047 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9048
9049         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9050         (gnus-header-content)
9051         * gnus-cite.el (gnus-cite-10)
9052         * gnus-srvr.el (gnus-server-closed)
9053         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9054         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9055         (gnus-group-mail-3-empty, gnus-group-mail-low)
9056         (gnus-group-mail-low-empty, gnus-splash)
9057         * message.el (message-header-to, message-header-cc)
9058         (message-header-subject, message-header-other, message-header-name)
9059         (message-header-xheader, message-separator, message-cited-text)
9060         (message-mml): Lighten colors of faces used for dark background.
9061
9062 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9063
9064         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9065         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9066
9067 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9068
9069         * message.el (message-narrow-to-headers-or-head):
9070         Ignore mail-header-separator in the body.
9071
9072 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9075         same as window size.
9076
9077 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9078
9079         * message.el (message-font-lock-keywords): Use message-header-xheader
9080         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9081         ahead of the anything pattern, to get it recognised.
9082
9083 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9084
9085         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9086         spam.el loads uses it in the compiled defadvice form.
9087
9088 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9089
9090         * gnus-sum.el (gnus-articles-to-read)
9091         (gnus-summary-insert-old-articles): Don't truncate group name for
9092         `read-string'.
9093
9094         * gnus-util.el (gnus-limit-string): Delete this function.
9095
9096         * gnus-sum.el (gnus-simplify-subject-fully):
9097         Use `truncate-string-to-width' instead.
9098
9099 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9100
9101         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9102         Tell if, on summary exit, the next group has to be selected.
9103         (gnus-summary-exit): Use it.
9104
9105 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9106
9107         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9108         non-break space.
9109
9110 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9111
9112         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9113         Check if group is not a directory.
9114         (nnfolder-request-expire-articles): Don't delete articles if the target
9115         group is not available.
9116
9117         * nnml.el (nnml-request-create-group): Properly check if group is not a
9118         file.
9119         (nnml-request-expire-articles): Don't delete articles if the target
9120         group is not available.
9121
9122         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9123         Don't quote characters that are within parentheses.
9124
9125 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9126
9127         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9128         (gnus-handle-ephemeral-exit): Select article according to it.
9129
9130 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9131
9132         * message.el (message-insert-formated-citation-line): Remove newline.
9133         (message-citation-line-format): Add final \n here so that the user can
9134         avoid a blank line.
9135
9136 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9137
9138         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9139         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9140         Update lanl/arXiv support.
9141
9142 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9143
9144         * gnus.el: Bump version number.
9145
9146 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9147
9148         * gnus.el (gnus-version-number): Bump version.
9149
9150 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9151
9152         * gnus.el: No Gnus v0.6 is released.
9153
9154 2007-04-27  Didier Verna  <didier@xemacs.org>
9155
9156         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9157         * gmm-utils.el (gmm-regexp-concat): ... here.
9158         * message.el: Don't require 'gnus-util.
9159         (message-dont-reply-to-names): Handle name change above.
9160         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9161
9162 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9163
9164         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9165         since the initial value varies according to the system.
9166
9167 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9168
9169         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9170
9171 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9172
9173         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9174
9175 2007-04-24  Didier Verna  <didier@xemacs.org>
9176
9177         Improve the type of gnus-ignored-from-addresses.
9178         * gnus-util.el (gnus-orify-regexp): New function.
9179         * message.el (gnus-util): Require it.
9180         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9181         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9182         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9183
9184 2007-04-24  Didier Verna  <didier@xemacs.org>
9185
9186         * gnus-sum.el:
9187         * gnus-utils.el: Fix some trailing whitespaces.
9188
9189 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9190
9191         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9192         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9193         article's Message-ID; refer parent article in summary buffer.
9194
9195         * message.el (message-bounce): Call mime-to-mml.
9196
9197         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9198         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9199         optimize and/or forms properly.
9200
9201 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9202
9203         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9204         URL.
9205
9206 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9207
9208         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9209
9210 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9211
9212         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9213         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9214         displayed of multipart/alternative part if it is invoked from summary
9215         buffer.
9216
9217         * mm-view.el (mm-inline-text-html-render-with-w3m)
9218         (mm-inline-text-html-render-with-w3m-standalone)
9219         (mm-inline-render-with-function): Use mail-parse-charset by default.
9220
9221 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9222
9223         * parse-time.el (parse-time-string-chars): Check if CHAR
9224         is less than the length of parse-time-syntax.
9225
9226 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9227
9228         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9229         from gnus-newsgroup-processable.
9230
9231 2007-04-16  Didier Verna  <didier@xemacs.org>
9232
9233         * gnus-msg.el (gnus-configure-posting-styles):
9234         Handle message-signature-directory properly with :file syntax.
9235         Reported by "Leo".
9236
9237 2007-04-11  Didier Verna  <didier@xemacs.org>
9238
9239         New user option: message-signature-directory.
9240         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9241         * message.el (message-insert-signature): Ditto.
9242         * message.el (message-signature-file): Doc update.
9243         * message.el (message-signature-directory): New.
9244
9245 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9246
9247         * gnus-msg.el (gnus-inews-yank-articles):
9248         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9249
9250 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9251
9252         * message.el (message-yank-original): Make sure cited text ends with
9253         newline; don't exchange point and mark.
9254
9255 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9256
9257         * tls.el (open-tls-stream): Properly handle case where there
9258         is no associated buffer.
9259
9260 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9261
9262         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9263         message-yank-original, make sure (< mark TEXT point).
9264
9265 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9266
9267         * message.el (message-fill-column): New variable.
9268         (message-mode): Use it.  Add comment on a possible new hook.
9269
9270         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9271         (nnmail-get-new-mail): Reformat.
9272
9273         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9274
9275         * gmm-utils.el: Fix Commentary.
9276         (gmm-tool-bar-from-list): Fix typo in doc string.
9277
9278 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9279
9280         * message.el (message-yank-original): Don't switch point and mark
9281         unnecessarily to put point and mark as documented.
9282
9283 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9284
9285         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9286         from the message heads.
9287
9288 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9289
9290         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9291         article buffer does not have a window.  This may not be the best
9292         solution but is certainly better than setting the start of the null,
9293         that is the current, window.
9294
9295 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9296
9297         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9298         (gnus-draft-setup): Run it.
9299
9300         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9301         gnus-score-fast-scoring.  Allow regexp.
9302         (gnus-score-headers): Use it.
9303
9304         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9305         XEmacs.
9306
9307         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9308         string.
9309         (gnus-button-alist): Also catch `<f1> k ...'.
9310         (gnus-treat-display-x-face): Fix doc string.
9311
9312 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9313
9314         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9315         evaluation of gnus-extended-version to ensure correct generation of the
9316         User-Agent header when message-generate-headers-first is used.
9317
9318 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9319
9320         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9321         hashcash-path is nil.  Don't call callback with incorrect number of
9322         parameters if val is 0.
9323
9324 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9325
9326         * message.el (message-required-news-headers):
9327         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9328
9329 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9330
9331         * tls.el (open-tls-stream): In handshake-waiting loop,
9332         don't wait more if there is output available to process.
9333
9334 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9335
9336         * tls.el (tls-program): Doc fix.
9337
9338 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9339
9340         * message.el (message-generate-new-buffers): Change the meaning of the
9341         nil value; add `standard' to the choices; treat t as `unique'; improve
9342         doc string.
9343         (gnus-select-frame-set-input-focus): Autoload.
9344         (message-buffer-name): Search for the existing message buffer if
9345         message-generate-new-buffers is nil or `standard'; treat the value t of
9346         message-generate-new-buffers as `unique'.
9347         (message-pop-to-buffer): Raise the frame already displaying the message
9348         buffer; clear the echo area after querying.
9349         (message-setup): Pass the `continue' argument to compose-mail.
9350         (message-mail): Prefer `switch-function' if it is given; search for the
9351         existing message buffer if the `continue' argument is non-nil; pass
9352         continue and switch-function arguments to compose-mail by way of
9353         message-setup.
9354         (message-mail-other-window): Adjust argument of message-setup.
9355         (message-mail-other-frame): Ditto.
9356
9357 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9358
9359         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9360         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9361         to turn font-lock on when turning gnus-message-citation-mode on.
9362
9363 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9364
9365         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9366         (mml-smime-function-alist): New variable; add epg as the backend.
9367         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9368         mml-smime- functions instead.
9369         * mm-view.el: Require smime.
9370
9371 2007-03-05  Didier Verna  <didier@xemacs.org>
9372
9373         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9374         instead of just inheritance for posting styles.
9375         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9376
9377 2007-02-24  Chris Moore  <dooglus@gmail.com>
9378
9379         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9380         * pgg-pgp.el (pgg-pgp-encrypt-region):
9381         * pgg-gpg.el (pgg-gpg-encrypt-region):
9382         Check pgg-encrypt-for-me if no other recipients.
9383
9384 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9385
9386         * tls.el (tls-certtool-program): Fix custom type.
9387
9388 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9389
9390         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9391         and point-at-eol instead of line-(beginning|end)-position.
9392
9393         * assistant.el (assistant-parse-buffer): Ditto.
9394
9395         * netrc.el (netrc-parse-services): Ditto.
9396
9397 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9398
9399         * mml2015.el (mml2015-epg-find-usable-key): New function.
9400         (mml2015-epg-sign): Use it.
9401         (mml2015-epg-encrypt): Use it.
9402
9403 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9404
9405         * message.el (message-make-in-reply-to): Quote name containing
9406         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9407         if there are special characters.  Reported by NAKAJI Hiroyuki
9408         <nakaji@jp.freebsd.org>.
9409
9410 2007-02-27  Didier Verna  <didier@xemacs.org>
9411
9412         Include the group parameters as well as the topic ones in the
9413         inheritance filter process.
9414         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9415         argument GROUP-PARAMS-LIST.
9416         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9417
9418 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9419
9420         * nntp.el (nntp-never-echoes-commands)
9421         (nntp-open-connection-functions-never-echo-commands): New variables.
9422         (nntp-send-command): Use them.
9423
9424 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9425
9426         * mml2015.el (mml2015-epg-verify): Simplify.
9427
9428 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * mml.el (mml-content-disposition-alist): New user option.
9431         (mml-content-disposition): New function.
9432         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9433         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9434
9435 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9436
9437         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9438         verification.
9439
9440 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9441
9442         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9443         articles posted in the last 24 hours.
9444
9445 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9446
9447         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9448
9449 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9450
9451         * nntp.el (nntp-send-command): Don't wait for echoes when
9452         nntp-open-ssl-stream is used.
9453
9454 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9455
9456         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9457         (gnus-message-add-citation-keywords)
9458         (gnus-message-remove-citation-keywords): Remove.
9459         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9460         directly, make the variables in font-lock-defaults buffer-local, add
9461         gnus-message-citation-keywords to them and then update the value of
9462         font-lock-keywords.
9463
9464 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9465
9466         * message.el (message-cite-original-1): Don't call
9467         gnus-article-highlight-citation.
9468
9469         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9470         citations; fix line count.
9471
9472 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9473
9474         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9475         (gnus-message-add-citation-keywords)
9476         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9477         versions of font-lock-add-keywords and font-lock-remove-keywords to
9478         work with XEmacs correctly.
9479
9480 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9481
9482         * gnus-cite.el (gnus-cite-face-list): Set the values of
9483         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9484         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9485         (gnus-message-cite-prefix-regexp): New variable.
9486         (gnus-message-search-citation-line): Use it; protect against long
9487         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9488         the 0th match data for Emacs.
9489         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9490         (gnus-message-add-citation-keywords): Append keywords rather than
9491         prepending; emulate font-lock-add-keywords if it is not available.
9492         (gnus-message-remove-citation-keywords):
9493         Emulate font-lock-remove-keywords if it is not available.
9494
9495         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9496
9497         * message.el (message-cite-prefix-regexp): Set the value of
9498         gnus-message-cite-prefix-regexp.
9499
9500 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9501
9502         * nnweb.el (nnweb-google-parse-1): Update parser.
9503
9504 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9505
9506         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9507
9508 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9509
9510         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9511         regexp.
9512
9513 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9514
9515         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9516         string-to-multibyte.
9517         (uudecode-decode-region-internal): Use it.
9518
9519         * lpath.el: Fbind string-as-multibyte for XEmacs.
9520
9521 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9522
9523         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9524         Fix custom choice.
9525
9526         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9527
9528 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9529
9530         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9531
9532         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9533         `write-region' to respect `mm-inhibit-file-name-handlers'.
9534
9535 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9536
9537         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9538         Use gnus-home-directory instead of "~/" or "$HOME".
9539
9540 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9541
9542         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9543         to mention filename.
9544         Add comments at beginning regarding usage.
9545         (encrypt-write-file-contents): Change interactive so a string is
9546         acceptable.  If the file has no associated model, show an error instead
9547         of a nonsense prompt.
9548
9549 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9550
9551         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9552         Thanks to Yoshihiko Yamada for kind notification of this typo.
9553
9554 2007-01-12  Kenichi Handa  <handa@m17n.org>
9555
9556         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9557         multibyte buffer.
9558
9559 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9560
9561         * gnus-score.el (gnus-score-fast-scoring): New variable.
9562         (gnus-score-headers): Use it.
9563
9564         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9565
9566         * message.el (message-cite-original-1):
9567         Call gnus-article-highlight-citation if requested.
9568         (message-make-from): Allow name and address as optional arguments.
9569
9570         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9571
9572         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9573         bugs to doc string.
9574         (gnus-button-alist): Add mid\\|message-id.
9575         (gnus-button-fetch-group): Extend for use in
9576         `browse-url-browser-function'.
9577         (gnus-button-url-regexp): Try to catch paired parentheses like in
9578         Wikipedia URLs.
9579
9580         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9581         Suggested by Simon Krahnke <overlord@gmx.li>.
9582
9583 2007-01-13  Romain Francoise  <romain@orebokech.com>
9584
9585         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9586         Update copyright.
9587
9588 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9589
9590         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9591
9592 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9593
9594         * gnus-registry.el (gnus-registry-unfollowed-groups)
9595         (gnus-registry-split-fancy-with-parent): Fix documentation.
9596
9597 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9598
9599         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9600         from nnweb groups.
9601
9602 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9603
9604         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9605         Xref urls.  Erase buffer before requesting head.
9606
9607         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9608
9609 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9610
9611         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9612         customizable.
9613
9614 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9615
9616         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9617         no signing key is found.
9618         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9619         no encrypting and/or signing key is found.
9620
9621 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9622
9623         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9624
9625 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9626
9627         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9628         headers read from disk with the ones newly found in the current search.
9629         This should no longer cause problems, because the article numbers in
9630         Gmane's `nov.php' output are ignored since the previous change.
9631
9632 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9633
9634         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9635
9636 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9639         replace-regexp-in-string; bind url-version; fbind display-images-p and
9640         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9641         find-face and set-itimer-function for Emacs; bind itimer-list for
9642         Emacs.
9643
9644         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9645
9646 2007-01-01  Romain Francoise  <romain@orebokech.com>
9647
9648         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9649
9650 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9651
9652         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9653         `define-minor-mode' macro definition expanded properly.
9654         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9655         exclude it there.
9656
9657         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9658         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9659         `fboundp' test.
9660         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9661         This is OK to autoload in (S)XEmacs now.
9662
9663 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9664
9665         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9666         keystroke.
9667         (gnus-summary-limit-to-singletons): Fix typo.
9668
9669         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9670         else fails.
9671
9672 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9673
9674         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9675         docstring.
9676
9677         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9678         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9679         (gnus-summary-insert-dormant-articles): Fix typo in message.
9680
9681 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9682
9683         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9684         nil for XEmacs.
9685         (gnus-message-citation-mode): Don't autoload in XEmacs.
9686
9687         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9688
9689 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9690
9691         * nnimap.el (nnimap-expunge-search-string):
9692         Mention nnimap-search-uids-not-since-is-evil in docstring.
9693
9694 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9695
9696         * spam.el: Revert to make-obsolete-variable because
9697         define-obsolete-variable-alias is not supported in Emacs 21.
9698
9699         * spam.el (spam-ifile-path, spam-ifile-database-path)
9700         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9701         make-obsolete-variable.
9702         (spam-bsfilter-path, spam-bsfilter-program)
9703         (spam-spamassassin-path, spam-spamassassin-program)
9704         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9705         Don't use "path" inappropriately.
9706         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9707         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9708         variable names.
9709
9710 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9711
9712         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9713         summary buffer.
9714
9715         * password.el (password-cache-remove): Use clear-string to burn
9716         password, if available.
9717
9718 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9719
9720         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9721
9722         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9723
9724         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9725         (gnus-message-highlight-citation): Move defcustom here from
9726         gnus-cite.el.
9727         (gnus-message-citation-mode): Autoload.
9728
9729         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9730         checks to make it compile with XEmacs.
9731         (gnus-message-citation-mode): New minor mode.
9732         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9733         (gnus-message-highlight-citation): New variables.
9734         (gnus-message-search-citation-line)
9735         (gnus-message-add-citation-keywords)
9736         (gnus-message-remove-citation-keywords)
9737         (turn-on-gnus-message-citation-mode)
9738         (turn-off-gnus-message-citation-mode): New functions.
9739
9740 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9741
9742         * gnus-cite.el: Enable highlighting of different citation levels in
9743         message-mode.
9744
9745 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9746
9747         * message.el (message-make-fqdn): Fix comment.
9748         (message-bogus-system-names): Add ".local".
9749
9750         * spam.el (spam-ifile-path, spam-ifile-program)
9751         (spam-ifile-database-path, spam-ifile-database)
9752         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9753         Don't use "path" inappropriately.
9754         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9755         strings.
9756         (spam-check-ifile, spam-ifile-register-with-ifile)
9757         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9758         Use new variable names.
9759
9760         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9761         (gnus-treat-display-smileys): Simplify using
9762         gnus-image-type-available-p.
9763
9764         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9765         available.
9766
9767         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9768         Use `display-images-p' if available.
9769
9770 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9771
9772         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9773         one after turning on the buffer's multibyteness instead of decoding
9774         them directly in the unibyte buffer that causes unexpected conversion
9775         in Emacs 23 (unicode).
9776
9777 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9778
9779         * message.el (message-generate-hashcash): Fix custom type.
9780
9781 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9782
9783         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9784
9785 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9786
9787         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9788         disconnect icons.  Add help text.
9789
9790 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9791
9792         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9793         negated to be consistent with the others we handle.
9794
9795 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9796
9797         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9798         version of gnus-summary-buffer to something, so that we can use two
9799         article buffers at the same time.
9800
9801 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9802
9803         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9804         trigger all the extra headers.
9805         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9806         sorting.
9807
9808 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9809
9810         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9811         solid groups.
9812
9813 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9814
9815         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9816
9817 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9818
9819         * legacy-gnus-agent.el: Add Copyright notice.
9820
9821 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9822
9823         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9824
9825 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9826
9827         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9828
9829         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9830         to make it work reliably in CVS Emacs.
9831         (gnus-summary-limit-strange-charsets-predicate)
9832         (gnus-summary-limit-to-predicate): New functions.
9833
9834 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9835
9836         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9837         specifying array size.
9838         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9839         array if it is too small.
9840         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9841         (gnus-sort-threads-loop): New function.
9842
9843 2006-12-06  Chris Moore  <dooglus@gmail.com>
9844
9845         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9846         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9847
9848 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9849
9850         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9851         options.
9852
9853 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9854
9855         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9856         DOS-ing the recipient.
9857
9858         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9859         the headers when creating the mapping to avoid mismappings.
9860         (nnweb-gmane-create-mapping): Always nix out old mapping.
9861
9862 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9865         and mm-verify-option to never.
9866
9867 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * message.el (message-signed-or-encrypted-p): New function.
9870         (message-forward-make-body): Use it.
9871
9872         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9873         Replace encode-coding-string with mm-encode-coding-string.
9874
9875 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9876
9877         * nneething.el (nneething-decode-file-name):
9878         Replace decode-coding-string with mm-decode-coding-string.
9879
9880         * gnus-int.el (gnus-open-server): Say failed server's name.
9881
9882 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9883
9884         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9885         strings to a single string.  Quote `errors-file-name'.
9886         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9887         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9888         Adjust calls.  Use `shell-quote-argument'.
9889
9890 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9891
9892         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9893         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9894
9895         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9896         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9897         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9898         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9899         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9900         (gnus-subscribe-newsgroup, gnus-1):
9901         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9902         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9903         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9904         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9905
9906 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9907
9908         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9909         keystroke.
9910         (gnus-summary-limit-to-bodies): Implement headersp.
9911
9912 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9913
9914         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9915
9916 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9917
9918         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9919
9920 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9921
9922         * message.el (message-generate-hashcash): Expand range of values to
9923         include `opportunistic'.
9924         (message-send-mail): Use it.
9925
9926 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9927
9928         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9929         and comment it.
9930
9931         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9932
9933 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9934
9935         * gnus-util.el (gnus-extract-address-components): Improve comment.
9936
9937 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9938
9939         * gnus-util.el (gnus-extract-address-components): Work with address in
9940         which the name portion contains @.
9941
9942         * lpath.el: Fbind custom-autoload.
9943
9944 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9945
9946         * gnus.el (gnus-start): Move custom group up.
9947         (gnus-select-method): Don't autoload, but make it available for
9948         `customize-variable'.
9949         (gnus-getenv-nntpserver): Don't autoload.
9950
9951 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9952
9953         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9954
9955 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9956
9957         * message.el (message-sendmail-extra-arguments): New variable.
9958         (message-send-mail-with-sendmail): Use it.
9959
9960 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9961
9962         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9963         mm-with-unibyte-current-buffer to make string unibyte.
9964
9965         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9966         mm-string-as-multibyte.
9967
9968 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9969
9970         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9971         Reported by Werner Koch <wk@gnupg.org>.
9972
9973 2006-11-14  Daiki Ueno  <ueno@p360>
9974
9975         * mml2015.el: Autoload epa-select-keys when compiling.
9976
9977 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9978
9979         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9980         message-options.
9981         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9982
9983 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9984
9985         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9986         EasyPG (< 0.0.6).
9987         (mml2015-always-trust): New user option.
9988         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9989         prompt.
9990
9991 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9992
9993         * nntp.el (nntp-authinfo-force): New variable.
9994         (nntp-send-authinfo): Use it.
9995
9996 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9997
9998         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9999         decode encoded words.  Improve prompt.  Add comment about forwarding.
10000         (message-replacement-char): Move up.
10001
10002 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10003
10004         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10005         instead of gnus-intersection because arguments of gnus-sorted-nunion
10006         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10007
10008 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10009
10010         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10011         (message-simplify-subject-functions):
10012         Enable message-strip-subject-encoded-words by default.
10013
10014 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10015
10016         * message.el (message-strip-subject-encoded-words): New function.
10017         (message-simplify-subject-functions): New variable.
10018         (message-simplify-subject): Use it.  Fix typo in doc string.
10019         Support message-strip-subject-encoded-words.
10020
10021 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10022
10023         * gnus-diary.el (gnus-diary-delay-format-function):
10024         * nndiary.el (nndiary-reminders):
10025         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10026
10027 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10028
10029         * gnus-art.el (article-hide-boring-headers): Fetch date from
10030         gnus-original-article-buffer to avoid problems with localized date
10031         strings.
10032
10033 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10034
10035         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10036
10037 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10038
10039         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10040         New variables.
10041         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10042         (mm-charset-synonym-alist): Move some entries to
10043         mm-codepage-iso-8859-list.
10044         (mm-charset-synonym-alist, mm-charset-override-alist):
10045         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10046
10047 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10048
10049         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10050
10051 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10052
10053         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10054         with Emacs 21 and XEmacs.
10055
10056 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10057
10058         * spam.el (spam-parse-address): New function for better parsing,
10059         catching errors, etc.
10060         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10061
10062 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10063
10064         * mm-view.el: Add interactive arg to html2text autoload.
10065
10066 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10069
10070 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10071
10072         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10073         New variables.
10074         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10075         (mm-charset-synonym-alist): Move some entries to
10076         mm-codepage-iso-8859-list.
10077
10078         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10079
10080 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10081
10082         * message.el (message-citation-line-format)
10083         (message-insert-formated-citation-line): Fix implementation of %E, %N
10084         and %n according to the doc string.
10085
10086 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10087
10088         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10089         Use car-safe to avoid bad parses.
10090
10091 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10092
10093         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10094         names.
10095
10096         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10097
10098 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10099
10100         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10101         header.
10102
10103         * message.el (message-draft-headers): Add Date.
10104         (message-headers-to-generate): Fix typo in docstring.
10105
10106         * nndraft.el (nndraft-required-headers): New variable.
10107         (nndraft-generate-headers): Use it.
10108
10109         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10110
10111 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10112
10113         * gnus-registry.el (gnus-registry-wash-for-keywords)
10114         (gnus-registry-find-keywords): New functions to allow easy searching of
10115         articles that are in the registry.
10116
10117 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10118
10119         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10120         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10121         Reported by Damien Elmes <damien@repose.cx>.
10122
10123 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10124
10125         * gnus.el (gnus-mime): Remove unused custom group.
10126
10127 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10128
10129         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10130         "blank line" when searching for end of armor headers.
10131
10132 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * gmm-utils.el (gmm-write-region): Fix variable name.
10135
10136 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10137
10138         * gmm-utils.el (gmm-write-region): New function based on compatibility
10139         code from `mm-make-temp-file'.
10140
10141         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10142
10143         * nnmaildir.el (nnmaildir--update-nov)
10144         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10145         Use `gmm-write-region'.
10146
10147 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10148
10149         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10150         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10151
10152         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10153
10154         * message.el (message-replacement-char): New variable.
10155         (message-fix-before-sending): Use it.
10156         (message-simplify-subject): New function to remove duplicate code.
10157         (message-reply, message-followup): Use it.
10158
10159         * gnus-sum.el (gnus-summary-make-menu-bar):
10160         Clarify gnus-summary-limit-to-articles.
10161
10162 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10163
10164         * gnus-util.el (gnus-with-local-quit): New macro.
10165
10166         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10167
10168 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10169
10170         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10171         ignore non-string data.
10172
10173 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10174
10175         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10176         non-string data (needs to be done in the registry too).
10177
10178 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10179
10180         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10181         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10182         (gnus-registry-split-fancy-with-parent)
10183         (gnus-registry-fetch-simplified-message-subject-fast)
10184         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10185         Remove text properties on ingress into the registry and when it's saved.
10186         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10187         registry from entries with no groups.
10188
10189 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10190
10191         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10192         function to remove string properties.
10193
10194 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10195
10196         * gmm-utils.el (gmm): Adjust custom version.
10197
10198         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10199         Adjust custom version.
10200
10201         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10202
10203 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10204
10205         * gnus-art.el (gnus-insert-prev-page-button)
10206         (gnus-insert-next-page-button): Simplify.  Reformat.
10207
10208 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10209
10210         * gnus-art.el (gnus-insert-prev-page-button)
10211         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10212
10213 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10214
10215         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10216
10217 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10218
10219         * gnus-art.el (gnus-insert-mime-button)
10220         (gnus-insert-mime-security-button):
10221         Apply gnus-article-button-face to MIME and security buttons.
10222
10223 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10224
10225         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10226         readable.
10227
10228 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10229
10230         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10231
10232 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10233
10234         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10235         `browse-url-of-file' instead of `browse-url'.
10236
10237 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10238
10239         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10240         regexp.  Articles containing quotation were cut prematurely.
10241
10242 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10243
10244         * message.el (message-cite-original-1): Use nobody by default for the
10245         value of From header.
10246         (message-reply): Ditto.
10247
10248 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10249
10250         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10251         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10252         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10253
10254 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10255
10256         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10257         mails in the doc string.  Add some URLs in comment.
10258         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10259
10260 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10261
10262         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10263         backslashes handling and the way to find boundaries of quoted strings.
10264
10265 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10266
10267         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10268         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10269         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10270         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10271
10272 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10273
10274         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10275         doc string.
10276         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10277
10278 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10279
10280         * lpath.el: Fbind epg-check-configuration.
10281
10282 2006-09-06  Simon Josefsson  <jas@extundo.com>
10283
10284         * mml2015.el (mml2015-use): Doc fix, mention epg.
10285
10286 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10287
10288         * mml2015.el (mml2015-use): Default to epg, if available.
10289
10290 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10291
10292         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10293         message-sender.
10294         (mml1991-epg-encrypt): Ditto.
10295         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10296         message-sender.
10297         (mml2015-epg-encrypt): Ditto.
10298
10299 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10300
10301         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10302         several common directories.
10303
10304 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10305
10306         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10307         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10308
10309 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * gnus-art.el (article-decode-encoded-words): Make it fast.
10312
10313 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10314
10315         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10316
10317         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10318         in quoted string into `\'.
10319
10320 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10321
10322         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10323         Use standard-syntax-table.
10324
10325 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * gnus-art.el (gnus-decode-address-function): New variable.
10328         (article-decode-encoded-words): Use it to decode headers which are
10329         assumed to contain addresses.
10330         (gnus-mime-delete-part): Remove useless `or'.
10331
10332         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10333         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10334         (gnus-nov-parse-line): Use it to decode From header.
10335         (gnus-get-newsgroup-headers): Ditto.
10336         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10337
10338         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10339         (mail-decode-encoded-address-string): New alias.
10340
10341         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10342         New function.
10343         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10344         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10345         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10346         (rfc2047-decode-string): Ditto.
10347         (rfc2047-decode-address-region): New function.
10348         (rfc2047-decode-address-string): New function.
10349
10350 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10351
10352         * message.el (message-caesar-buffer-body): Allow rotating headers.
10353
10354         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10355
10356         * message.el (message-insert-formated-citation-line): Fix %f.
10357         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10358
10359 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10360
10361         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10362         (gnus-bookmark-mouse-available-p): New macro.
10363         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10364         (gnus-bookmark-bmenu-show-infos): Use it.
10365         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10366         (gnus-bookmark-bmenu-hide-infos): Ditto.
10367         (gnus-bookmark-remove-properties): New function.
10368         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10369         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10370         (gnus-bookmark-write-file): Bind coding-system-for-write.
10371         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10372         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10373         group before selecting it.
10374         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10375         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10376         quit-window if it is not available; use gnus-mouse-2 and bind it to
10377         gnus-bookmark-bmenu-select-by-mouse.
10378         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10379         (gnus-bookmark-bmenu-select-by-mouse): New function.
10380
10381 2006-08-13  Romain Francoise  <romain@orebokech.com>
10382
10383         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10384         space.
10385
10386 2006-08-10  Romain Francoise  <romain@orebokech.com>
10387
10388         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10389         (dns-mode-soa-auto-increment-serial): New user option.
10390         (dns-mode-soa-maybe-increment-serial): New function.
10391         (dns-mode): Add the latter to `write-contents-functions'.
10392
10393 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10394
10395         * compface.el (uncompface): Use binary rather than raw-text-unix.
10396
10397 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10398
10399         * compface.el (uncompface): Make sure the eol conversion doesn't take
10400         place when communicating with the external programs.
10401         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10402
10403 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10404
10405         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10406
10407 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10408
10409         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10410         Make it more robust by parsing author and date independently.
10411
10412 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10413
10414         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10415
10416 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10417
10418         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10419         first matching secret key.
10420         (mml2015-epg-encrypt): Ditto.
10421
10422         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10423         first matching secret key.
10424         (mml1991-epg-encrypt): Ditto.
10425
10426         * mml2015.el (mml2015-encrypt-to-self): New user option.
10427         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10428         mml2015-epg-encrypt-to-self is set.
10429
10430         * mml1991.el (mml1991-encrypt-to-self): New variable.
10431         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10432         mml1991-epg-encrypt-to-self is set.
10433
10434         * mml2015.el (mml2015-signers): New user option.
10435         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10436         (mml2015-epg-encrypt): Allow to select signing keys.
10437
10438         * mml1991.el (mml1991-signers): New variable.
10439         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10440         (mml1991-epg-encrypt): Allow to select signing keys.
10441
10442 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10443
10444         * nnheader.el (nnheader-insert-head): Make it work even if the file
10445         uses CRLF for the line-break code.
10446
10447 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10448
10449         * mml2015.el: Require mml-sec instead of password.
10450         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10451         (mml2015-cache-passphrase): Inherit the default value from
10452         mml-secure-cache-passphrase.
10453         (mml2015-passphrase-cache-expiry): Inherit the default value from
10454         mml-secure-passphrase-cache-expiry.
10455
10456         * mml1991.el: Require mml-sec instead of password.
10457         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10458         (mml1991-cache-passphrase): Inherit the default value from
10459         mml-secure-cache-passphrase.
10460         (mml1991-passphrase-cache-expiry): Inherit the default value from
10461         mml-secure-passphrase-cache-expiry.
10462
10463         * mml-sec.el: Require password.
10464         (mml-secure-verbose): New user option.
10465         (mml-secure-cache-passphrase): New user option.
10466         (mml-secure-passphrase-cache-expiry): New user option.
10467
10468 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10469
10470         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10471         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10472         andreas@altroot.de (Andreas Vögele).
10473
10474         FIXME: Use `tiny change'?
10475
10476 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10477
10478         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10479         workaround for the url package included with Emacs.
10480
10481         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10482
10483 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10484
10485         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10486         correctly.  This fixes a bug caused by the 2006-05-12 change.
10487
10488 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10489
10490         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10491         some information about the error when saying that the `bogus' mail
10492         group will be used.
10493
10494 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10495
10496         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10497         string.
10498
10499 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10500
10501         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10502
10503 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10504
10505         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10506
10507 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10508
10509         * mml1991.el (mml1991-function-alist): Add epg.
10510         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10511         (mml1991-epg-encrypt): New functions.
10512
10513 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10514
10515         * mml2015.el (mml2015-verbose): New variable.
10516         (mml2015-cache-passphrase): Ditto.
10517         (mml2015-passphrase-cache-expiry): Ditto.
10518         (mml2015-function-alist): Add epg.
10519         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10520         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10521         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10522         New functions.
10523
10524 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10525
10526         * message.el (message-cite-original-1): Preserve region when removing
10527         quoted text due to X-No-Archive in order to avoid bogus attribution
10528         when citing multiple messages.
10529
10530 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10531
10532         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10533         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10534
10535 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10536
10537         * gnus-diary.el (gnus-user-format-function-d)
10538         (gnus-user-format-function-D): Autoload.
10539
10540         * imap.el (Commentary): Fix typo.
10541
10542         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10543         2006-04-22 contribution.
10544
10545 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10546
10547         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10548         It didn't really fix the bogosity I'm seeing with solid web groups.
10549
10550 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10551
10552         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10553         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10554         created using server names.  If we use the feature without declaring
10555         it, Gnus does not properly manage server and group state.
10556
10557         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10558         bound.
10559
10560 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10561
10562         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10563         looking up the method using GROUP's prefix before inventing a new one.
10564         It is used on killed/unknown groups in various places where returning
10565         an all-new method isn't expected by the caller.
10566
10567         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10568         and match semantics of gnus-group-real-prefix.
10569
10570 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10571
10572         * nnmail.el (nnmail-broken-references-mailers): New variable.
10573         (nnmail-ignore-broken-references): New function generalizing
10574         nnmail-fix-eudora-headers.
10575         (nnmail-fix-eudora-headers): Now obsolete.
10576
10577         * gnus-art.el (gnus-button-handle-custom):
10578         Support `customize-apropos*'.
10579
10580 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10581
10582         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10583
10584         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10585         articles.
10586
10587 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10588
10589         * message.el (message-cite-reply-above): New variable.
10590         (message-yank-original): Use it.
10591
10592 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10593
10594         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10595
10596 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10597
10598         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10599         as read.
10600
10601         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10602
10603 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10604
10605         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10606         (gnus-bookmark-default-file): Use gnus-directory.
10607         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10608         Remove "*" in doc string.
10609         (gnus-bookmark-write-file): Simplify.
10610         (gnus-bookmark-maybe-sort-alist): Use `when'.
10611         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10612         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10613         Add FIXME about Emacs 21 and XEmacs compatibility.
10614         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10615         compatibility.
10616         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10617         compatibility.
10618         (gnus-bookmark-menu-heading): Fix version.
10619
10620 2006-06-19  Bastien Guerry  <bzg@altern.org>
10621
10622         * gnus-bookmark.el: New file.
10623
10624 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10625
10626         * message.el (message-syntax-checks): Doc fix.
10627
10628 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10629
10630         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10631         unsubscribed groups as if they were killed ones.  It causes duplicate
10632         entries in gnus-newsrc-alist.
10633
10634 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10635
10636         * message.el (message-syntax-checks): Doc fix.
10637         (message-send-mail): Add check for continuation headers.
10638         (message-check-news-header-syntax): Fix regexp used to check for
10639         continuation headers.
10640
10641 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10642
10643         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10644
10645 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10646
10647         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10648
10649 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10650
10651         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10652         default-truncate-lines.
10653
10654 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10655
10656         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10657         to fill the utf-8 entry.
10658
10659         * lpath.el: Fbind unicode-precedence-list.
10660
10661 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10662
10663         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10664
10665 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10666
10667         * gnus-agent.el (directory-files-and-attributes): Move all the way
10668         forward (the third and final move).
10669         (gnus-agent-read-agentview): Trap reconstruction errors due to
10670         nonexistent directory.  Handle by returning nil.
10671
10672 2006-05-30  Didier Verna  <didier@xemacs.org>
10673
10674         * message.el (message-dont-reply-to-names): Update the custom type.
10675         * message.el (message-dont-reply-to-names): New defsubst: potentially
10676         convert a list of regexps into a single one.
10677         * message.el (message-get-reply-headers): Use it.
10678         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10679
10680 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10681
10682         * gnus-agent.el (directory-files-and-attributes): Move forward.
10683
10684 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10685
10686         * gnus-ml.el (gnus-mailing-list-subscribe)
10687         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10688         (gnus-mailing-list-message): Fix doc strings.
10689
10690 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10691
10692         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10693         of doing it manually.
10694
10695 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10696
10697         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10698         comment.
10699
10700 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10701
10702         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10703         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10704         (gnus-agent-read-local): All symbols allocated in my-obarray.
10705         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10706         (gnus-agent-regenerate-group): Check numeric names to see if they are
10707         messages or groups.
10708         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10709         better way of do this...)
10710
10711         * gnus-cache.el (gnus-agent-total-fetched-for):
10712         Ignore 'dummy.group' (there should be a better way of do this...)
10713
10714 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10715
10716         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10717         (gnus-saved-headers): Ditto.
10718         (gnus-default-article-saver): Mention functions may have properties.
10719         (gnus-article-save): Override gnus-save-all-headers and
10720         gnus-saved-headers by :headers property which saver function may have.
10721         (gnus-summary-save-in-file): Add :headers property.
10722         (gnus-summary-write-to-file): Ditto.
10723
10724         * gnus-sum.el (gnus-summary-save-article): Bind
10725         gnus-prompt-before-saving to t when saving many articles in a file;
10726         always show all headers.
10727
10728         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10729
10730 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10731
10732         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10733         marks.
10734
10735         * message.el (message-indent-citation): Add optional arguments to allow
10736         using it outside of message buffers.
10737
10738         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10739         (gnus-article-treat-unfold-headers): Use it.
10740         (gnus-article-truncate-lines): New variable.
10741         (gnus-article-mode): Use it.
10742         (gnus-article-toggle-truncate-lines): New function.
10743
10744         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10745         Add gnus-article-toggle-truncate-lines.
10746
10747         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10748         coding system in XEmacs, use binary.
10749
10750 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10751
10752         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10753         after-load-alist.
10754
10755         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10756         this function should save decoded articles.
10757         (gnus-summary-write-to-file): Use property to specify this function
10758         should save decoded articles and specify gnus-summary-save-in-file
10759         should be used to save articles other than the first one when saving
10760         many articles.
10761         (gnus-summary-save-body-in-file): Use property to specify this
10762         function should save decoded articles.
10763         (gnus-summary-write-body-to-file): Use property to specify this
10764         function should save decoded articles and specify
10765         gnus-summary-save-body-in-file should be used to save articles other
10766         than the first one when saving many articles.
10767
10768         * gnus-sum.el (gnus-summary-save-article): Simplify.
10769
10770 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10771
10772         * gnus-art.el (gnus-default-article-saver):
10773         Add gnus-summary-write-body-to-file.
10774         (gnus-article-save-coding-system): Don't use coding system object
10775         in XEmacs.
10776         (gnus-read-save-file-name): Add optional `dir-var' argument which
10777         specifies directory in which files are saved; work even if optional
10778         `variable' argument is not specified.
10779         (gnus-summary-write-to-file): Read file name.
10780         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10781         (gnus-summary-write-body-to-file): New function.
10782
10783         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10784         (gnus-summary-local-variables): Add it.
10785         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10786         (gnus-summary-save-article): Remove optional `decode' argument;
10787         determine whether to decode articles by the value of
10788         gnus-default-article-saver; when saving many files using
10789         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10790         it first and use gnus-summary-save-in-file or
10791         gnus-summary-save-body-in-file thereafter unless
10792         gnus-prompt-before-saving is always; move point to article which
10793         will be saved.
10794         (gnus-summary-save-article-file): Revert.
10795         (gnus-summary-write-article-file): Revert.
10796         (gnus-summary-save-article-body-file): Revert.
10797         (gnus-summary-write-article-body-file): New function.
10798
10799 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10800
10801         * gnus-art.el (gnus-default-article-saver): Doc fix.
10802         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10803         from gnus-summary-save-article-coding-system, and default to a
10804         certain coding system.
10805         (gnus-output-to-file): Add coding cookie and encode text according
10806         to gnus-article-save-coding-system; don't use mm-append-to-file.
10807
10808         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10809         gnus-art.el and rename to gnus-article-save-coding-system.
10810         (gnus-summary-save-article): Require gnus-art; don't show all
10811         headers if it decodes articles; don't add coding cookie here;
10812         don't bind mm-text-coding-system-for-write.
10813         (gnus-summary-save-article-file): Save decoded articles.
10814         (gnus-summary-write-article-file): When saving many files, use
10815         gnus-summary-write-to-file first and gnus-summary-save-in-file
10816         thereafter unless gnus-prompt-before-saving is always.
10817         (gnus-summary-save-article-body-file): Save decoded articles.
10818
10819         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10820
10821 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10822
10823         * nnrss.el (nnrss-check-group): Bind hash-index.
10824
10825 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10826
10827         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10828         its hash index.  Store this hash in `nnrss-group-data'.
10829         (nnrss-read-group-data): Update accordingly.
10830
10831 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10832
10833         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10834         entry.
10835
10836         * gnus-sum.el (gnus-summary-make-menu-bar):
10837         Add gnus-article-browse-html-article.
10838
10839 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10840
10841         * gnus-sum.el (gnus-summary-mime-map):
10842         Add gnus-article-browse-html-article.
10843
10844         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10845
10846 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10847
10848         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10849         suitable coding systems in customize.
10850
10851 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10852
10853         * mail-source.el (mail-sources): Fix custom type.
10854
10855 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10856
10857         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10858         (gnus-summary-expire-articles-now): Shorten prompt.
10859
10860         * gmm-utils.el (wid-edit): Require.
10861         (defun-gmm): Rename from `gmm-defun-compat'.
10862         (gmm-image-search-load-path): Use it.
10863         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10864
10865 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10866
10867         * gnus-sum.el (gnus-summary-save-article-coding-system):
10868         New variable.
10869         (gnus-summary-save-article): Add optional `decode' argument.
10870         If it is set and gnus-summary-save-article-coding-system is non-nil,
10871         save decoded article.
10872         (gnus-summary-write-article-file): Save decoded article if
10873         gnus-summary-save-article-coding-system is non-nil.
10874
10875         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10876         type.
10877
10878 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10879
10880         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10881
10882 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10883
10884         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10885         first to test gnus-single-article-buffer which may be buffer-local.
10886
10887         * gnus-sum.el (gnus-summary-setup-buffer):
10888         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10889         group; make gnus-article-buffer, gnus-article-current, and
10890         gnus-original-article-buffer always buffer-local.
10891         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10892         group.
10893         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10894
10895 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10896
10897         * nnml.el (nnml-request-compact-group): Compressed files might not
10898         have .gz extension.
10899
10900 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10901
10902         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10903         (mm-copy-to-buffer): Use with-current-buffer.
10904         (mm-display-part): Simplify.
10905         (mm-inlinable-p): Add optional arg `type'.
10906
10907 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10908
10909         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10910         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10911         Try harder to show the attachment internally or externally using
10912         gnus-mime-view-part-as-type.
10913
10914 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10915
10916         * message.el (message-from-style, message-signature-separator)
10917         (message-user-organization-file, message-send-mail-function)
10918         (message-citation-line-function, message-yank-prefix)
10919         (message-indent-citation-function, message-signature)
10920         (message-signature-file, message-signature-insert-empty-line):
10921         Remove autoloads.
10922
10923         * gnus-art.el (gnus-buttonized-mime-types):
10924         Remove "multipart/signed".  Revert 2006-04-26 change.
10925
10926 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10927
10928         * gnus.el (gnus-version-number): Bump version.
10929
10930 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10931
10932         * gnus.el: No Gnus v0.5 is released.
10933
10934 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10935
10936         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10937         fetching articles by message-id.
10938
10939 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10940
10941         * message.el (hashcash): Require hashcash as normal.
10942
10943         * ecomplete.el (ecomplete-highlight-match-line):
10944         Use point-at-eol.
10945         (ecomplete-highlight-match-line): Use `highlight', because that
10946         face exists in both Emacs and XEmacs.
10947
10948         * message.el (message-display-abbrev): Use point-at-bol.
10949
10950         * mail-source.el: Don't require timer/timer-funcs.
10951
10952         * gnus-async.el: Ditto.
10953
10954         * password.el: Ditto.
10955
10956         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10957
10958         * mm-url.el: Ditto.
10959
10960         * gnus-xmas.el: Don't require timer-funcs.
10961
10962         * mm-util.el: Require timer/timer-funcs.
10963
10964 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10965
10966         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10967         Close.
10968
10969 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10970
10971         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10972         unibyte after clear-decrypt function runs.
10973
10974         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10975         returns as a unibyte string.
10976
10977 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * lpath.el: Revert.
10980
10981         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10982         (pgg-gpg-process-sentinel): Revert.
10983
10984         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10985         (pgg-pgp-lookup-key): Revert.
10986
10987         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10988         (pgg-pgp5-lookup-key): Revert.
10989
10990         * pgg.el (pgg-fetch-key): Revert.
10991
10992 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10993
10994         * lpath.el: Fbind string-as-multibyte for XEmacs.
10995
10996         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10997         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10998         (mml1991-pgg-encrypt): Ditto.
10999
11000         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11001         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11002         a multibyte buffer.
11003
11004         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11005         (pgg-pgp-lookup-key): Ditto.
11006
11007         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11008         (pgg-pgp5-lookup-key): Ditto.
11009
11010         * pgg.el (pgg-fetch-key): Ditto.
11011
11012 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11013
11014         * message.el (message-user-organization-file): Check several
11015         locations of the organization file.
11016
11017         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11018         Add gnus-article-view-part-as-type.
11019
11020         * gnus-art.el (gnus-article-view-part-as-type): New function.
11021
11022         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11023         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11024
11025         * mml.el: Simplify autoload.
11026         (mml-mode): defvar dnd-protocol-alist instead of using
11027         symbol-value.
11028         (mml-default-directory): New variable.
11029         (mml-minibuffer-read-file): Use it.
11030         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11031
11032         * message.el (message-citation-line-format): New variable.
11033         (message-insert-formated-citation-line): New function.
11034         (message-citation-line-function):
11035         Add `message-insert-formated-citation-line' to custom type.
11036
11037         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11038         to doc string.
11039
11040         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11041         depending on mm-verify-option.
11042
11043 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11044
11045         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11046         binding pgg-* variables; reimplement the section which prevents
11047         MIME header from being signed.
11048         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11049         pgg-text-mode; remove a blank line at the top of body.
11050
11051         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11052         lines at the top of body; use gnus-newsgroup-charset if there's no
11053         Charset header.
11054
11055 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * message.el (message-self-insert-commands): Doc fix.
11058
11059         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11060         (mm-uu-pgp-encrypted-test): Ditto.
11061         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11062         between header and body; return application/pgp-encrypted handle
11063         if decryption failed; decode decrypted body by charset.
11064
11065         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11066         element match to application/pgp-*.
11067
11068 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11069
11070         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11071         HTML.
11072
11073 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11074
11075         * mail-source.el (mail-source-call-script): Message the error
11076         string.
11077
11078 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11079
11080         * gnus-util.el (gnus-byte-compile): Use it.
11081
11082 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11083
11084         * gnus-util.el (kill-empty-logs): New function.
11085
11086 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11087
11088         * message.el (message-mail-alias-type): Doc fix.
11089         (message-mail-alias-type-p): New function.
11090         (message-send): Use it.
11091         (message-mode): Ditto.
11092         (message-strip-forbidden-properties): Ditto.
11093
11094         * ecomplete.el (ecomplete-database-file-coding-system):
11095         New variable.
11096         (ecomplete-save): Use it.
11097         (ecomplete-setup): Use it.
11098
11099 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11100
11101         * message.el (message-self-insert-commands): New variable.
11102         (message-strip-forbidden-properties): Use it.
11103
11104 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11105
11106         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11107         that doesn't make XEmacs choke.
11108
11109 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11110
11111         * gnus-util.el (gnus-replace-in-string):
11112         Prefer replace-regexp-in-string over of replace-in-string.
11113
11114 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11115
11116         * gnus-util.el (gnus-select-frame-set-input-focus):
11117         Use select-frame-set-input-focus if it is available in XEmacs; use
11118         definition defined in Emacs 22 for old Emacsen.
11119
11120         * dgnushack.el: Autoload unmorse-region for XEmacs.
11121
11122         * lpath.el: Bind cursor-in-non-selected-windows and
11123         select-frame-set-input-focus for XEmacs.
11124
11125 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11126
11127         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11128
11129 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11130
11131         * gnus-registry.el (gnus-registry-cache-save): Remove text
11132         properties when saving via the temp buffer.
11133
11134 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11135
11136         * message.el (message-generate-hashcash): Honor custom type.
11137
11138 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11139
11140         * message.el (message-generate-hashcash): Default to non-nil when
11141         hashcash is found.
11142
11143         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11144         (gnus-refer-thread-limit): Increase default to 500.
11145
11146         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11147
11148         * flow-fill.el (fill-flowed): Allow delete-space.
11149
11150 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11151
11152         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11153         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11154         Remove autoloads.
11155
11156 2006-04-18  Simon Josefsson  <jas@extundo.com>
11157
11158         * message.el (message-generate-hashcash): Default to.
11159
11160 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11161
11162         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11163         concatenating segments rather than before concatenating them.
11164
11165 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11166
11167         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11168
11169 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11170
11171         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11172
11173         * message.el (message-forward-make-body-plain):
11174         Allow message-forward-ignored-headers to be a list.
11175         (message-remove-ignored-headers): Factor out into function.
11176         (message-forward-make-body-mml): Use it.
11177
11178         * imap.el (imap-quote-specials): New function.
11179         (imap-login-auth): Quote specials.
11180
11181         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11182         (rfc2231-parse-string): Allow concatanation of parameters that
11183         aren't contiguous.  The test case is
11184           (mail-header-parse-content-type "message/external-body;
11185             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11186             access-type=LOCAL-FILE;
11187             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11188
11189 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11190
11191         * nntp.el (nntp-accept-process-output): Return the value of
11192         `nnheader-accept-process-output'.
11193
11194 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11195
11196         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11197         (gnus-button-alist): Recognize more diff formats.
11198         (gnus-button-patch): Strip directory.
11199
11200 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11201
11202         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11203         Emacs 22 when setting focus.
11204
11205 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11206
11207         * gnus-art.el (gnus-article-treat-types): Do treatment of
11208         text/x-verbatim parts.
11209         (gnus-button-patch): New command.
11210
11211         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11212         addresses that contain invalid characters.
11213
11214 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11215
11216         * message.el (message-put-addresses-in-ecomplete):
11217         Use gnus-replace-in-string.
11218         (message-is-yours-p): Use the more correct
11219         mail-header-parse-address instead of
11220         mail-extract-address-components.
11221         (message-put-addresses-in-ecomplete): Fix typo.
11222
11223         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11224         keystroke.
11225
11226         * gnus-art.el (gnus-treatment-function-alist): Change order of
11227         newsgroups/generic header folding to avoid double-folding.
11228
11229         * message.el (message-hidden-headers): Add X-Draft-From.
11230
11231         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11232         New command.
11233         (gnus-summary-repeat-search-article-backward): New command.
11234
11235         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11236         groups in the parent topic.
11237
11238 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11239
11240         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11241         (spam-extra-header-to-number): Return the CRM114 number as a
11242         number instead of a string.
11243
11244 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11245
11246         * gnus-art.el (gnus-face-properties-alist): Move here from
11247         gnus-fun.
11248
11249         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11250
11251 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11252
11253         * message.el (message-strip-forbidden-properties): Only display on
11254         self-insert-command.
11255
11256         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11257         reindent.
11258         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11259
11260 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11261
11262         * smiley.el (smiley-style): Fix typo.
11263
11264 2006-03-23  Kenichi Handa  <handa@m17n.org>
11265
11266         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11267         instead of set-buffer-multibyte.
11268
11269 2006-03-23  Kenichi Handa  <handa@m17n.org>
11270
11271         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11272         buffer and then decode the buffer text if necessary.
11273         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11274         first, and after mm-encode-body, change the buffer to unibyte.
11275
11276 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11277
11278         * hashcash.el (hashcash-insert-payment-async-2):
11279         Use message-goto-eoh instead of doing it manually.
11280         (mail-add-payment): Use message-narrow-to-header instead of trying
11281         to do the same itself.
11282
11283         * message.el (message-hidden-headers): Add Face.
11284
11285         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11286         reparenting code.
11287         (gnus-summary-reparent-children): Refactored out code.
11288         (gnus-summary-thread-map): New keystroke.
11289         (gnus-summary-reparent-children): Make into command.
11290
11291         * smiley.el (smiley-style): Default to `medium' if using a large
11292         font.
11293
11294         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11295         does it itself.
11296
11297         * message.el (message-point-in-header-p): Simplify definition.
11298
11299 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11300
11301         * nnagent.el (nnagent-request-set-mark): Silence log file
11302         writing.
11303         (nnagent-request-set-mark): Use write-region instead of
11304         append-to-file.
11305
11306         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11307         strange select method.
11308
11309         * ecomplete.el (ecomplete-display-matches): Get highlightling
11310         right.
11311         (ecomplete-display-matches): Use literals.
11312         (ecomplete-display-matches): Disable message logging.
11313
11314         * message.el (message-display-abbrev): Small optimization.
11315
11316         * ecomplete.el (ecomplete-display-matches): Allow automatic
11317         display.
11318
11319         * message.el (message-strip-forbidden-properties):
11320         Display abbrevs.
11321         (message-display-abbrev): Get automatic display right.
11322
11323         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11324         keystrokes.
11325
11326 2006-04-13  Romain Francoise  <romain@orebokech.com>
11327
11328         TODO: Backport to v5-10!
11329
11330         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11331         Move here (and rename) from gnus-registry.el.
11332
11333         * gnus-registry.el: Require gnus-util.
11334         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11335
11336 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11337
11338         * gnus-group.el (gnus-group-catchup-current):
11339         Change if-then-else-if-then-else into cond.
11340         (gnus-group-catchup): Indent.
11341         (group-name-at-point): New function.
11342         (gnus-fetch-group): Provide default from thing at point.
11343
11344 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11345
11346         * message.el (message-display-abbrev): Fix regexp.
11347
11348         * ecomplete.el (ecomplete-highlight-match-line):
11349         Reimplement choosing.
11350         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11351         dead variables.
11352
11353         * message.el (message-newline-and-indent): Remove debugging.
11354         (message-display-abbrev): Use new implementation.
11355
11356 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11357
11358         * gnus-art.el (gnus-article-mode):
11359         Set cursor-in-non-selected-windows to nil.
11360
11361         * smiley.el: Revert previous change.
11362         (smiley-data-directory): defvar it before using it in the
11363         defcustom of `smiley-style'.
11364
11365 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11366
11367         * message.el (message-newline-and-indent): New function.
11368
11369         * ecomplete.el: Implement more bits.
11370
11371         * message.el (message-put-addresses-in-ecomplete): Clean up the
11372         string.
11373
11374         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11375
11376         * gnus-sum.el (gnus-summary-save-parts):
11377         Bind gnus-summary-save-parts-counter and use it to make unique file
11378         names.
11379
11380         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11381
11382         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11383         parameter to say whether to actually parse the individual
11384         addresses.
11385
11386         * message.el (message-put-addresses-in-ecomplete): New function.
11387         (ecomplete): Require.
11388         (message-mail-alias-type): Add ecomplete as an option.
11389
11390 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11391
11392         * flow-fill.el (fill-flowed): Remove trailing space from blank
11393         quoted lines.
11394
11395 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11396
11397         * smiley.el (smiley-style): Move definition later to avoid a
11398         compilation warning.
11399
11400 2006-04-12  Kenichi Handa  <handa@m17n.org>
11401
11402         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11403         buffer and then decode the buffer text if necessary.
11404         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11405         first, and after mm-encode-body, change the buffer to unibyte.
11406         Use mm-disable-multibyte instead of set-buffer-multibyte.
11407
11408 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11411         Content-Type header instead of Content-Disposition header.
11412         (gnus-mime-inline-part): Ditto.
11413         (gnus-mime-view-part-as-charset): Ignore charset that the part
11414         specifies.
11415
11416         * mm-decode.el (mm-display-part): Work with external parts and
11417         usual parts similarly.
11418
11419         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11420         instead of gnus-display-mime.
11421
11422         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11423         instead of with-temp-buffer.
11424
11425         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11426         tag to summarized topics part in order to encode non-ASCII text.
11427
11428 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11429
11430         * smiley.el (smiley-style): New variable.
11431         (smiley-directory): New function.
11432         (smiley-data-directory): Derive from `smiley-style' using
11433         `smiley-directory'.
11434         (smiley-regexp-alist): Add new entries.
11435
11436         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11437         (gnus-article-browse-delete-temp): Add :version.
11438
11439 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11440
11441         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11442         the sieve region.
11443
11444 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11445
11446         * gnus.el (gnus-version-number): Bump version.
11447
11448 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11449
11450         * gnus.el: No Gnus v0.4 is released.
11451
11452 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11453
11454         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11455         layout.
11456
11457         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11458         unknown charset.
11459
11460         * message.el (message-header-synonyms): Add Original-To to the
11461         default.
11462
11463         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11464         optional parameter.
11465
11466 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11467
11468         * gnus-fun.el (gnus): Require it for gnus-directory.
11469
11470 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11471
11472         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11473
11474 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11475
11476         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11477
11478 2006-04-05  Simon Josefsson  <jas@extundo.com>
11479
11480         * password.el (password-reset): New function.
11481
11482 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11483
11484         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11485         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11486
11487 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11488
11489         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11490         Some whitespace was matched into the url, which broke browsing hits
11491         > 100 when mm-url-use-external was nil.
11492
11493 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11494
11495         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11496         Check gnus-extra-headers for 'Newsgroups.
11497
11498         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11499         bound.
11500
11501 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11502
11503         * pgg-gpg.el: Clean up process buffers every time gpg processes
11504         complete.
11505
11506 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11507
11508         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11509         doc string.
11510
11511 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11512
11513         * pgg-gpg.el (pgg-gpg-process-filter)
11514         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11515
11516         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11517         lines, temporary fix.
11518
11519 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11520
11521         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11522
11523 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11524
11525         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11526         default-enable-multibyte-characters.  This reverts the change from
11527         revision 6.17 which is no longer necessary because the passphrase
11528         is sent separately now.  GnuPG messages are unreadable under
11529         multibyte locales with default-enable-multibyte-characters set to
11530         nil.
11531
11532 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11533
11534         * message.el (message-tool-bar-gnome): Move "spell".
11535
11536 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11537
11538         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11539         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11540         instead.
11541
11542 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11543
11544         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11545         Improve newsgroups handling for NNTP overviews which don't include
11546         Newsgroups.
11547
11548 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11549
11550         * message.el (message-resend): Bind message-generate-hashcash to nil.
11551
11552 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11553
11554         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11555         when searching for already-paid recipients.
11556
11557 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11558
11559         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11560         passphrases when it is not needed.
11561         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11562         passphrase stuff from gpg, should only be necessary when you use
11563         gpg with a smartcard.
11564
11565 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11566
11567         * mml.el (mml-insert-mime): Ignore cached contents of
11568         message/external-body part.
11569
11570         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11571         (mm-insert-part): Ditto.
11572
11573 2006-03-23  Simon Josefsson  <jas@extundo.com>
11574
11575         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11576         Reiner.
11577         (pgg-gpg-use-agent-p): Use it again.
11578
11579 2006-03-23  Simon Josefsson  <jas@extundo.com>
11580
11581         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11582         older emacsen.
11583         (pgg-gpg-use-agent-p): Don't use it.
11584
11585 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11586
11587         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11588         if we can.
11589
11590 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11591
11592         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11593         (pgg-gpg-update-agent): New function.
11594         (pgg-gpg-use-agent-p): New function.
11595         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11596         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11597         (pgg-gpg-sign-region): Use it.
11598
11599 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11600
11601         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11602         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11603
11604 2006-03-21  Simon Josefsson  <jas@extundo.com>
11605
11606         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11607         <wilde@sha-bang.de>.
11608         (pgg-gpg-use-agent): New variable.
11609         (pgg-gpg-process-region): Use it.
11610         (pgg-gpg-encrypt-region): Likewise.
11611         (pgg-gpg-encrypt-symmetric-region): Likewise.
11612         (pgg-gpg-decrypt-region): Likewise.
11613         (pgg-gpg-sign-region): Likewise.
11614         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11615
11616 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11617
11618         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11619
11620         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11621         Add comment on version.
11622
11623 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11624
11625         * smiley.el: Add missing test smiley.
11626
11627 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11628
11629         * mm-decode.el (mm-with-part): New macro.
11630         (mm-get-part): Use it; work with message/external-body as well.
11631         (mm-save-part): Treat name and filename equally.
11632
11633         * mm-extern.el (mm-extern-cache-contents): New function.
11634         (mm-inline-external-body): Use it; force the part to be displayed;
11635         move undisplayer added to the cached handle to the parent.
11636
11637         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11638         (gnus-mime-view-part-as-type): Work with message/external-body.
11639
11640         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11641
11642 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11643
11644         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11645         images in image-load-path.  [Sync with image.el, revision 1.60, in
11646         Emacs.]
11647
11648 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11649
11650         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11651         path rather than symbol.  Always return list of directories.
11652         Guarantee that image directory comes first.  [Sync with image.el,
11653         revision 1.59, in Emacs.]
11654
11655         * message.el (message-make-tool-bar): Adjust to new API of
11656         `gmm-image-load-path-for-library'.
11657
11658         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11659
11660         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11661
11662 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11663
11664         * gnus-art.el (gnus-article-only-boring-p):
11665         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11666         intangible text.
11667         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11668
11669 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11670
11671         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11672         Use `defun' instead of `gmm-defun-compat'.
11673
11674 2006-03-14  Simon Josefsson  <jas@extundo.com>
11675
11676         * message.el (message-unique-id): Don't use message-number-base36
11677         if (user-uid) is a float.
11678         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11679
11680 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11681
11682         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11683
11684         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11685         empty line between a part and a message part.
11686
11687 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11688
11689         * smiley.el: Add more test smileys.
11690         (smiley-data-directory, smiley-regexp-alist)
11691         (gnus-smiley-file-types): Fix doc strings.
11692         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11693         adding new elements.
11694         (smiley-mouse-map): Unused code.  Make it a comment.
11695
11696 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11697
11698         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11699         scan latest NoCeM messages instead of old ones.
11700         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11701         delimiters that are recently used.
11702         (gnus-nocem-load-cache): Add autoload cookie.
11703
11704         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11705
11706         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11707         level which is larger than gnus-use-nocem is specified.
11708
11709         * gnus-group.el (gnus-group-get-new-news): Ditto.
11710
11711 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11712
11713         * gnus-util.el (gnus-tool-bar-update): New function.
11714
11715         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11716         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11717
11718         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11719
11720         * gnus-group.el (gnus-group-redraw-when-idle)
11721         (gnus-group-redraw-check): Remove.
11722         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11723
11724 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11725
11726         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11727         if optional last element is specified in splits (FIELD VALUE...).
11728
11729 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11730
11731         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11732         to gmm-image-load-path-for-library.  Call with no-error argument.
11733         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11734
11735         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11736
11737         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11738
11739         * gmm-utils.el (gmm-image-load-path): Remove alias.
11740
11741 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11742
11743         * gmm-utils.el (gmm-image-load-path): Add alias.
11744
11745         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11746         nnml-generate-nov-databases-1.
11747         (nnml-generate-nov-databases): Use it.
11748         (nnml-generate-nov-databases-directory): Document no-active
11749         argument.
11750
11751         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11752         directory if path is t.  Add no-error.
11753
11754         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11755         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11756
11757         * gnus-art.el (gnus-article-browse-delete-temp-files):
11758         Simplify resetting gnus-article-browse-html-temp-list.
11759
11760         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11761         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11762         Add example to docstring.  Rename local variables.  Move error
11763         checks to default case in cond and simplify.
11764
11765 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11766
11767         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11768         handle is multipart when calling it recursively.
11769         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11770
11771 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11772
11773         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11774         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11775
11776 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11777
11778         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11779         is loaded.
11780
11781         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11782         loaded.
11783
11784 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11785
11786         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11787         to "Emacs 23 (unicode)" in doc string.
11788
11789         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11790         "Emacs 23 (unicode)" in comment.
11791
11792 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11793
11794         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11795
11796         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11797         characters 160 through 255 in Emacs 23.
11798
11799 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11800
11801         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11802         gnus-article-browse-html-temp.
11803         (gnus-article-browse-delete-temp): Make it customizable.
11804         Add `file'.  Adjust doc string.
11805         (gnus-article-browse-delete-temp-files): Add argument.
11806         Allow query for each file.  Adjust doc string.
11807         (gnus-article-browse-html-parts):
11808         Add `gnus-article-browse-delete-temp-files' to
11809         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11810
11811 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11812
11813         * gnus-art.el (gnus-article-browse-html-temp)
11814         (gnus-article-browse-delete-temp): New variables.
11815         (gnus-article-browse-delete-temp-files): New function.
11816         (gnus-article-browse-html-parts): Use it.
11817
11818 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11819
11820         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11821
11822         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11823         string.
11824
11825         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11826         gnus-summary-insert-new-articles when unplugged.
11827         Remove gnus-summary-search-article-forward.
11828
11829         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11830         display-visual-class instead of display-color-cells.
11831
11832 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11833
11834         * dgnushack.el: Autoload customize-group for XEmacs.
11835
11836         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11837         message/* containing non-ASCII text properly.
11838
11839 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11840
11841         * message.el: Require gmm-utils, remove autoloads.
11842         (message-tool-bar): Set default based on
11843         gmm-tool-bar-style.
11844         (message-tool-bar-gnome): Add gmm-customize-mode.
11845
11846         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11847         gmm-tool-bar-style.
11848         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11849
11850         * gnus-group.el (gnus-group-tool-bar): Set default based on
11851         gmm-tool-bar-style.
11852         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11853
11854         * gmm-utils.el (gmm-image-directory): Rename variable from
11855         gmm-image-load-path.
11856         (gmm-image-load-path): Use gmm-image-directory.
11857         (gmm-customize-mode): New function.
11858         (gmm-tool-bar-style): New variable.
11859
11860         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11861         gnus-group-redraw-line-number.
11862         (gnus-group-redraw-check): Simplify.
11863         (gnus-group-tool-bar-update): Remove redraw check.
11864         (gnus-group-make-tool-bar): Add redraw check.
11865
11866 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11867
11868         * gnus-art.el (gnus-button): Add missing parentheses.
11869
11870 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * lpath.el: Fbind line-number-at-pos.
11873
11874 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11875
11876         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11877
11878 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11879
11880         * gnus-art.el (gnus-button): New face.
11881         (gnus-article-button-face): Use it.
11882
11883         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11884         Add gnus-summary-next-page.  Re-order.
11885
11886         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11887         next-node are now included.
11888         (gnus-group-redraw-line-number): New internal variable.
11889         (gnus-group-redraw-check): Helper function for updating the tool
11890         bar.
11891         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11892
11893         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11894
11895         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11896         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11897         Use it to match format of Spamassassin 3.0 and later.
11898         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11899         (spam-check-bogofilter)
11900         (spam-bogofilter-register-with-bogofilter): Fix args of
11901         `gnus-error' calls.
11902
11903 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11904
11905         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11906         unnecessary interaction when sending queued mails.
11907         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11908
11909 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11910
11911         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11912         first or last are nil.
11913
11914 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11915
11916         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11917
11918 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11919
11920         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11921
11922 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11923
11924         * dns.el (query-dns): Protect more against buggy tcp output.
11925
11926 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11927
11928         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11929         nov.php.
11930
11931 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11932
11933         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11934         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11935         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11936         output on the server side.
11937         (nnweb-google-create-mapping): Update regexps and add some
11938         progress indication.
11939
11940 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11941
11942         * gnus-group.el (gnus-group-tool-bar-gnome):
11943         Fix gnus-agent-toggle-plugged.  Re-order icons.
11944         (gnus-group-tool-bar-gnome):
11945         Add gnus-group-{prev,next}-unread-group.
11946         (gnus-group-tool-bar-gnome): Re-order icons.
11947
11948         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11949         Move gnus-summary-insert-new-articles.
11950
11951         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11952         Fix comments.
11953
11954         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11955         also available in Emacs 21.3.
11956
11957         * message.el (message-fix-before-sending): Change "Emacs 22" to
11958         "Emacs 23 (unicode)" in comment.
11959
11960         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11961         "Emacs 23 (unicode)" in comment.
11962
11963         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11964         comment.
11965         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11966
11967         * mm-view.el (mm-fill-flowed): Add :version.
11968
11969 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11970
11971         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11972         and load-path.
11973
11974 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11975
11976         * message.el: Autoload gmm-image-load-path.
11977         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11978         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11979         consitency.
11980
11981         * gmm-utils.el (gmm-image-load-path): Also search in
11982         "../etc/images".  Don't set gmm-image-load-path if we don't find
11983         the image.
11984
11985 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11986
11987         * gmm-utils.el (gmm-image-load-path): Don't make
11988         `gmm-image-load-path' include subdirectories which the second arg
11989         `image' might specify.
11990
11991         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11992         subdirectory to icon file names.
11993
11994         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11995
11996 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11997
11998         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11999         gmm-image-load-path calls.
12000
12001         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12002
12003         * message.el (message-make-tool-bar): Ditto.
12004
12005         * mml.el (mml-preview): Add comment concerning tool bar icons.
12006
12007         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12008         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12009
12010         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12011         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12012
12013         * message.el (message-tool-bar-gnome): Use new icon names.
12014         (message-make-tool-bar): Use `gmm-image-load-path'.
12015
12016         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12017         New functions from MH-E.
12018         (gmm-image-load-path): New variable from MH-E.
12019         (gmm-image-load-path): New function from MH-E.  Add arguments
12020         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12021         *-image-load-path-called-flag.
12022
12023 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12024
12025         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12026
12027 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12028
12029         * nnimap.el (nnimap-request-move-article): Change folder back to
12030         source group before deleting.
12031
12032 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12033
12034         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12035
12036         * gnus-art.el (mm-url-insert-file-contents-external):
12037         Autoload mm-url.
12038
12039         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12040
12041 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12044         coding system which mm-charset-to-coding-system returns for a
12045         given charset is valid.
12046
12047 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12048
12049         * html2text.el (html2text-remove-tag-list):
12050         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12051
12052 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12053
12054         * gnus-cus.el: Revert 2005-10-17 change.
12055
12056 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12057
12058         * gnus-art.el (article-strip-banner):
12059         Call article-really-strip-banner only when the regexp match is made.
12060
12061 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12062
12063         * gnus-art.el (article-strip-banner):
12064         Use gnus-extract-address-components instead of
12065         mail-header-parse-addresses to make it work with non-ASCII text;
12066         remove mail-encode-encoded-word-string.
12067
12068         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12069         values which are surrounded with \"...\"; make it never cause a
12070         Lisp error; give up parsing of parameters if it failed in
12071         extracting type.
12072
12073 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12074
12075         * smime.el (smime-cert-by-ldap-1): Fix bug where
12076         `smime-ldap-search' returns results without userCertificates.
12077
12078 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12079
12080         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12081
12082 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12083
12084         * spam.el (spam-check-spamassassin-headers): Adapt format for
12085         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12086         <ari@mbf.ocn.ne.jp>.
12087         (spam-list-of-processors): Add spam-use-gmane.
12088
12089 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12090
12091         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12092         make-temp-file; make it work with XEmacs as well.
12093
12094         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12095         mm-make-temp-file.
12096
12097         * mm-decode.el (mm-display-external): Use the 3rd arg of
12098         mm-make-temp-file.
12099         (mm-create-image-xemacs): Ditto.
12100
12101 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12104         with message-narrow-to-headers.
12105         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12106         (gnus-draft-check-draft-articles): New function.
12107         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12108
12109 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12110
12111         * gnus-art.el (gnus-article-browse-html-parts):
12112         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12113         Don't use suffix argument for mm-make-temp-file for Emacs 21
12114         compatibility.  Remove useless `format'.
12115
12116 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12117
12118         * nnweb.el (nnweb-google-wash-article): Update regexps.
12119         (nnweb-group-alist): Use defvoo instead of defvar.
12120
12121 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12124         re-loading nn* modules.
12125
12126 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12127
12128         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12129         for `tool-bar-mode' and don't check it's default-value.
12130
12131         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12132
12133         * message.el (message-make-tool-bar): Ditto.
12134
12135         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12136         `substring'.  Shorten tmp-file name.
12137
12138         * gnus.el: Remove bogus comment.
12139
12140 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12141
12142         * gnus-art.el (gnus-article-browse-html-parts): New function.
12143         (gnus-article-browse-html-article): New function for viewing html
12144         articles with a browser.
12145
12146 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12147
12148         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12149         in elisp.
12150         (pgg-gpg-encrypt-symmetric-region): Ditto.
12151         (pgg-gpg-sign-region): Ditto.
12152
12153         * pgg-def.el (pgg-text-mode): New variable.
12154
12155         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12156         (mml2015-pgg-encrypt): Ditto.
12157
12158         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12159         (mml1991-pgg-encrypt): Ditto.
12160
12161 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12162
12163         * nnfolder.el (nnfolder-insert-newsgroup-line):
12164         Use message-make-date instead of current-time-string.
12165
12166         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12167         to gnus-decoded which mm-uu might set.
12168
12169 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12172         don't decode quoted parameters; remove misimported Emacs code.
12173         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12174         (rfc2231-decode-encoded-string): Don't use split-string which
12175         behaves differently according to Emacs version; use
12176         mm-decode-coding-region to convert charset to coding-system.
12177         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12178         (rfc2231-encode-string): Remove misimported Emacs code.
12179
12180 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12183         when calling mail-header-parse-content-type.
12184         (article-de-quoted-unreadable): Ditto.
12185         (article-de-base64-unreadable): Ditto.
12186         (article-wash-html): Ditto.
12187
12188         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12189         calling mail-header-parse-content-type and
12190         mail-header-parse-content-disposition.
12191         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12192         mail-header-parse-content-type.
12193
12194         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12195         insert charset and format parameters; encode description after
12196         inserting it to buffer.
12197         (mml-insert-parameter): Fold lines properly even if a parameter is
12198         segmented into two or more lines; change the max column to 76.
12199
12200         * rfc1843.el (rfc1843-decode-article-body): Don't use
12201         ignore-errors when calling mail-header-parse-content-type.
12202
12203         * rfc2231.el (rfc2231-parse-string): Return at least type if
12204         possible; don't cause an error even if it fails in parsing of
12205         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12206         (rfc2231-encode-string): Don't break lines at the beginning, leave
12207         it to mml-insert-parameter.
12208
12209         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12210         calling mail-header-parse-content-type.
12211
12212 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12213
12214         * spam-report.el (spam-report-gmane-use-article-number):
12215         Improve doc string.
12216         (spam-report-gmane-internal): Check if a suitable header was found
12217         in the article.
12218
12219 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12220
12221         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12222         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12223
12224 2006-02-05  Romain Francoise  <romain@orebokech.com>
12225
12226         Update copyright notices of all files in the gnus directory.
12227
12228 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12229
12230         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12231
12232 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12233
12234         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12235         segmented lines of parameter value to cope with Thunderbird 1.5
12236         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12237         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12238         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12239
12240 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12241
12242         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12243         parts.
12244
12245 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12246
12247         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12248         there's only one active file for all servers.
12249         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12250         solid groups.  Gnus might have used a FAST request to select the group.
12251         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12252         and nnweb-search redundantly in the active file.
12253         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12254         (nnweb-request-create-group): Don't use ARGS.
12255         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12256         initialisations.  Let nnoo do the work.
12257
12258 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12259
12260         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12261         Say the part has been decoded.
12262
12263         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12264
12265 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12266
12267         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12268         mailcap-viewer-test-cache when there's no 'test clause, since that
12269         will invert the meaning of a "nil" test previously determined by
12270         mailcap-mailcap-entry-passes-test.
12271
12272 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12275         compiling.
12276
12277         * gnus-sum.el: Ditto.
12278
12279         * message.el: Don't bind tool-bar-map when compiling.
12280
12281 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12282
12283         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12284
12285 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12286
12287         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12288         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12289         current Google Groups.
12290
12291 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12292
12293         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12294         and tool-bar-mode.
12295
12296         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12297         and tool-bar-mode.
12298
12299         * message.el (message-tool-bar-update): Simplify.
12300         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12301
12302         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12303         gnus-summary-buffer.
12304         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12305         gnus-summary-reply.
12306
12307         * gmm-utils.el (gmm): Add :version.
12308
12309 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12310
12311         * Makefile.in (clean): New rule.
12312         (distclean): Use it.
12313
12314 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12315
12316         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12317         Don't autoload.
12318
12319 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12320
12321         * gmm-utils.el (gmm-verbose): Add :group.
12322
12323 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12324
12325         * message.el: Change some comments WRT tool-bars.
12326
12327         * gnus-sum.el (gnus-summary-tool-bar)
12328         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12329         (gnus-summary-tool-bar-zap-list): New variables.
12330         (gnus-summary-make-tool-bar): Complete rewrite using
12331         `gmm-tool-bar-from-list'.
12332
12333         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12334         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12335         New variables.
12336         (gnus-group-make-tool-bar): Complete rewrite using
12337         `gmm-tool-bar-from-list'.
12338         (gnus-group-tool-bar-update): New function.
12339
12340         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12341
12342 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12343
12344         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12345         is dissected into a single part of which the type is the same as
12346         the given one; decode charset.
12347
12348 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12349
12350         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12351         into alists as symbol not string, since that's what
12352         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12353         look for.
12354
12355 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12356
12357         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12358         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12359
12360         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12361
12362 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12365         (gnus-xmas-mime-security-button-menu): New function.
12366
12367         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12368         (gnus-mime-security-button-menu): New definition.
12369         (gnus-mime-security-button-map): Use them.
12370         (gnus-mime-security-button-menu): New function.
12371         (gnus-insert-mime-security-button): Addition to help echo.
12372         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12373         (gnus-mime-security-pipe-part): New functions.
12374
12375         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12376         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12377
12378         * mm-decode.el (mm-handle-set-disposition): Remove.
12379         (mm-handle-set-description): Remove.
12380
12381 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12382
12383         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12384         (mm-w3m-standalone-supports-m17n-p): New function.
12385         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12386         w3m usage.
12387
12388         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12389         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12390
12391 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12392
12393         * message.el (message-tool-bar-zap-list):
12394         Use gmm-tool-bar-zap-list as custom type.
12395         (message-tool-bar-update): New function.
12396         (message-tool-bar, message-tool-bar-gnome)
12397         (message-tool-bar-retro): Add message-tool-bar-update.
12398         (message-tool-bar-gnome): Add flyspell-buffer.
12399
12400         * gnus-util.el (gnus-error): Describe `args'.
12401
12402         * gmm-utils.el (gmm-error): Describe `args'.
12403         (gmm-tool-bar-zap-list): New widget.
12404         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12405
12406 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12407
12408         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12409         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12410         the number of recursive calls.
12411
12412         * mm-decode.el (mm-handle-set-disposition): New macro.
12413         (mm-handle-set-description): New macro.
12414
12415 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12416
12417         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12418         encoding.
12419
12420 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12421
12422         * message.el (message-tool-bar-zap-list, message-tool-bar)
12423         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12424         (message-tool-bar-local-item-from-menu): Remove.
12425         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12426         (message-make-tool-bar): New function.
12427         (message-mode): Use `message-make-tool-bar'.
12428
12429         * gmm-utils.el: New file.
12430         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12431         (gmm-lazy): New widget copied from `nnmail.el'.
12432         (gmm-tool-bar-from-list): New function for creating customizable
12433         tool bars.
12434         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12435         output.
12436         (gmm): Add :prefix to defgroup.
12437
12438 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12439
12440         * gmm-utils.el (gmm-widget-p): New function.
12441
12442 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12443
12444         * mml.el (mml-attach-file): Describe `description' in doc string.
12445         (mml-menu): Add Emacs MIME manual and PGG manual.
12446
12447 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12448
12449         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12450
12451 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12452
12453         * nntp.el (nntp-end-of-line): Doc fix.
12454
12455 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12456
12457         * imap.el (imap-open): Handle case where buffer is a buffer
12458         object.
12459
12460 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12461
12462         * gnus-delay.el (gnus-delay): Don't autoload.
12463         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12464         to be re-loaded when customizing the `gnus-delay' group.
12465
12466 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12467
12468         * message.el (message-insert-citation-line): Use newlines.
12469
12470 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12471
12472         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12473         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12474         these routines, so the passphrase can be managed externally and
12475         passed in to the system.
12476         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12477         pgg-add-passphrase-to-cache function.
12478
12479         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12480         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12481         these routines, so the passphrase can be managed externally and
12482         passed in to the system.
12483         (pgg-pgp5-sign-region): Use new name of
12484         pgg-add-passphrase-to-cache function.
12485
12486 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12487
12488         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12489         part of the decoded armor to find the key-identifier.
12490         (pgg-gpg-lookup-key-owner): New function to return the
12491         human-readable identifier of a key owner.
12492         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12493         itself.
12494         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12495         the key value) if we have a key and can match it against a secret
12496         key.  Also, added a note pointing out fact that the prompt only
12497         indicates the first matching key.
12498
12499         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12500         pgg-decrypt-region.
12501         (pgg-add-passphrase-to-cache): Rename from
12502         `pgg-add-passphrase-cache' to reduce confusion (all callers
12503         changed).
12504         (pgg-remove-passphrase-from-cache): Rename from
12505         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12506         changed).
12507         (pgg-read-passphrase, pgg-add-passphrase-cache)
12508         (pgg-remove-passphrase-cache): Add informative docstrings.
12509         (pgg-decrypt): Convey provided passphrase in subordinate call to
12510         pgg-decrypt-region.
12511
12512 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12513
12514         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12515         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12516         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12517         'passphrase' argument, so the passphrase can be managed externally
12518         and then passed in to the system.
12519
12520         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12521         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12522         so the passphrase cache can be used reliably with identifiers
12523         besides a pgp packet's key id.
12524
12525         * pgg-gpg.el (pgg-gpg-encrypt-region)
12526         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12527         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12528         these routines, so the passphrase can be managed externally and
12529         passed in to the system.
12530
12531         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12532         'notruncate' argument, so the passphrase cache can be used
12533         reliably with identifiers besides a pgp packet's key id.
12534
12535 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12536
12537         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12538         symmetric encryption.
12539         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12540         encrypted session key.
12541         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12542         message ask for the passphrase in a proper way.
12543
12544         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12545         New user commands for symmetric encryption.
12546
12547 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12548
12549         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12550
12551         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12552
12553 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12554
12555         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12556
12557 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12558
12559         * mm-decode.el (mm-inlined-types): Add application/pgp.
12560         (mm-automatic-display): Ditto.
12561
12562         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12563         part as text.
12564
12565 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12566
12567         * nnrss.el: Update copyright.
12568         (nnrss-opml-import): Query whether to subscribe to each entry.
12569
12570         * gnus-art.el:
12571         * gnus-sum.el:
12572         * gnus-xmas.el:
12573         * messagexmas.el:
12574         * mm-uu.el:
12575         * mm-view.el: Update copyright.
12576
12577 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12578
12579         * message.el (message-info): New function.
12580         (message-mode-menu): Add it.
12581         Update copyright.
12582
12583         * ChangeLog: Fix and update copyright.
12584
12585 2006-01-13  Romain Francoise  <romain@orebokech.com>
12586
12587         * message.el (message-forward-subject-name-subject): Prefer the
12588         address to 'nowhere' if the sender has no name.
12589         Fix typo.  Update copyright year.
12590
12591 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12592
12593         * gnus-art.el (article-wash-html):
12594         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12595         (gnus-article-wash-html-with-w3m-standalone): New function.
12596
12597         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12598         mm-inline-text-html-render-with-w3m-standalone.
12599         (mm-text-html-washer-alist): Map w3m-standalone to
12600         gnus-article-wash-html-with-w3m-standalone.
12601         (mm-inline-text-html-render-with-w3m-standalone): New function.
12602
12603 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12604
12605         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12606         Improve LaTeX.
12607
12608 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12609
12610         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12611         (nnrss-request-article): Render text/plain parts as HTML.
12612
12613         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12614         the buffer.
12615
12616 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12617
12618         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12619         custom definition of `gnus-posting-styles'.
12620
12621         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12622         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12623
12624 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12625
12626         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12627         Use nntp for bug archive.
12628
12629 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12630
12631         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12632         parts.
12633         (nnrss-normalize-date): New function converts ISO 8601 date into
12634         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12635         (nnrss-check-group): Use it.
12636
12637 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12638
12639         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12640
12641         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12642         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12643         (nnrss-insert-w3): Ditto.
12644
12645 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12646
12647         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12648         the articles to be forwarded including the case where neither a
12649         number of articles nor a region is specified.
12650
12651 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12652
12653         * nnrss.el (nnrss-request-article): Fix last change; fill
12654         text/plain parts.
12655
12656 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12657
12658         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12659         in text/plain part.
12660         (nnrss-check-group): Don't add excessive newline to dc:subject.
12661
12662 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12663
12664         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12665         article.
12666
12667 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12668
12669         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12670         (nnml-use-compressed-files, nnml-save-mail): Support other
12671         comression programs such as bzip2.
12672
12673 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12674
12675         * dns.el (query-dns): Make sure we check the buffer size before
12676         removing tcp headers.
12677
12678 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12679
12680         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12681         remove MIME buttons associated with multipart/alternative parts.
12682         (gnus-mime-display-alternative): Tag buttons using `article-type'
12683         text property.
12684
12685         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12686         associated with multipart/alternative parts.
12687
12688         * gnus-art.el (gnus-signature-separator): Fix custom type.
12689
12690         * mm-decode.el (mm-inlined-types): Fix custom type.
12691         (mm-keep-viewer-alive-types): Ditto.
12692         (mm-automatic-display): Ditto.
12693         (mm-attachment-override-types): Ditto.
12694         (mm-inline-override-types): Ditto.
12695         (mm-automatic-external-display): Ditto.
12696
12697 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12698
12699         * spam-report.el (spam-report-user-mail-address)
12700         (spam-report-user-agent): New variables.
12701         (spam-report-url-ping-plain): Use spam-report-user-agent.
12702
12703 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12704
12705         * gnus-art.el (gnus-button-handle-custom): Do not just use
12706         `customize-apropos' for any "M-x customize-*" button but the
12707         function called for.  Accept both the function name and its
12708         argument in order to achieve this.
12709         (gnus-button-alist): Remove support for "custom:" URL's.
12710         Pass function name to `gnus-button-handle-custom' in case of "M-x
12711         customize-*" buttons.
12712
12713 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12714
12715         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12716         multipart/alternative and add xref to mm-discouraged-alternatives
12717         in doc string.
12718
12719         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12720         gnus-buttonized-mime-types in doc string.
12721
12722 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12723
12724         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12725         Suggest image/.* in the doc string.
12726
12727 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12728
12729         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12730         message-marks (Debian bug #342521).
12731
12732 2005-12-12  Simon Josefsson  <jas@extundo.com>
12733
12734         * password.el (password-read-from-cache): Add.
12735         (password-read): Use it.
12736
12737 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12738
12739         * rfc2047.el (rfc2047-charset-to-coding-system):
12740         Recognize us-ascii as a MIME charset.
12741
12742         * mm-bodies.el (mm-decode-content-transfer-encoding):
12743         Protect against the case where the 2nd arg TYPE is nil.
12744
12745 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12746
12747         * pop3.el (pop3-stream-type): Fix custom version.
12748
12749         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12750
12751 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12752
12753         * mm-decode.el (mm-display-external): Add missing cdr.
12754
12755 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12756
12757         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12758         RFC1524) if it is in mailcap or add a suffix according to
12759         mailcap-mime-extensions when generating a temp filename; postpone
12760         deleting a temp file for 2 seconds for some wrappers, shell
12761         scripts, and so on, which might exit right after having started a
12762         viewer command as a background job.
12763
12764 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12765
12766         * nntp.el (nntp-marks-directory): Fix custom group.
12767
12768         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12769         steps when < 10.
12770
12771         * gnus-start.el (gnus-no-server-1):
12772         Mention `gnus-level-default-subscribed' in doc string.
12773
12774 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12775
12776         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12777         parens.
12778
12779 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12780
12781         * gnus-xmas.el (gnus-use-toolbar): Revert.
12782         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12783         gnus-use-toolbar is default.
12784
12785         * messagexmas.el (message-use-toolbar): Revert.
12786         (message-setup-toolbar): Use global default-toolbar if
12787         message-use-toolbar is default.
12788
12789 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12790
12791         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12792         according to default-toolbar-visible-p.
12793
12794         * messagexmas.el (message-use-toolbar): Ditto.
12795
12796 2005-11-26  Dave Love  <fx@gnu.org>
12797
12798         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12799         (tls-program, tls-success): Provide openssl alternative.
12800
12801         * starttls.el: Doc fixes.
12802         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12803         SERVICE to PORT.
12804
12805         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12806         port null or service name.
12807         (starttls-negotiate): Autoload.
12808
12809 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12810
12811         * message.el (message-kill-to-signature): Fix interactive spec.
12812
12813 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12814
12815         * pop3.el (pop3-open-server): Recognize a string as a service name.
12816
12817 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12818
12819         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12820
12821 2005-11-23  Dave Love  <fx@gnu.org>
12822
12823         Add pop3s, pop3/starttls.
12824
12825         * pop3.el (pop3-authentication-scheme): Clarify doc.
12826         (open-tls-stream, starttls-open-stream): Autoload.
12827         (pop3-stream-type): New.
12828         (pop3-open-server): Use it.
12829
12830         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12831         for POP.
12832         (mail-source-keyword-map): Add :stream for POP.
12833         (mail-source-fetch-pop): Use pop3-stream-type.
12834
12835 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12836
12837         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12838         of current-time-string.
12839
12840 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12841
12842         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12843         date header.
12844
12845 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12846
12847         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12848         it can seriously impact performance as it bypasses the agent's
12849         local caches.
12850
12851 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12852
12853         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12854         must be explicitly online rather than "not explicitly offline" for
12855         its flags to be synchronized.
12856
12857         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12858         that gnus-uu-unmark-thread will function correctly.
12859
12860         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12861         1024K is instead displayed as 1M.
12862
12863 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12864
12865         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12866
12867 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12868
12869         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12870
12871 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12872
12873         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12874         error message to display actual error condition.
12875         (gnus-agent-save-local): Avoid saving symbols that are bound to
12876         nil as they simply result in a warning message in
12877         gnus-agent-read-local.
12878
12879 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12880
12881         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12882         rather than make-variable-buffer-local for file-precious-flag.
12883
12884 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12885
12886         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12887         for duplicates which are removed.  The invalid sort check then
12888         triggers a rescan after the sort as sorting may have moved
12889         duplicate entries such that they can be cheaply detected.
12890
12891 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12892
12893         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12894
12895 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12896
12897         * gnus-agent.el (gnus-agent-article-alist-save-format):
12898         Change internal variable to a custom variable.  Change default value
12899         from compressed(2) to uncompressed(1).
12900         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12901         support for uncompressed agentview files.  Taken together, reading
12902         the agentview file should now be 6-7 times faster.
12903
12904 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12905
12906         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12907         as a buffer-local variable.  This avoids creating truncated
12908         dribble files as a result of a hang up, eg.
12909
12910 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12911
12912         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12913         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12914         XEmacs.
12915
12916 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12917
12918         * gnus-start.el (gnus-start-draft-setup):
12919         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12920
12921         * gnus.el (gnus-splash): Change custom group.
12922         (gnus-group-get-parameter, gnus-group-parameter-value):
12923         Describe allow-list argument.
12924
12925         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12926         string.
12927
12928 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12929
12930         * gnus-art.el (gnus-default-article-saver): Add user-defined
12931         `function' to custom type.
12932
12933 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12934
12935         * imap.el (imap-open): Handle case where buffer is a buffer
12936         object.
12937
12938 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12939
12940         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12941         long lines.
12942         (gnus-cache-delete-group): Wrap doc strings.
12943
12944         * gnus-agent.el (gnus-agent-rename-group)
12945         (gnus-agent-delete-group): Wrap doc strings.
12946
12947 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12948
12949         * messagexmas.el (message-use-toolbar): Change the valid values
12950         into default, top, bottom, left, and right.
12951         (message-toolbar-thickness): New variable.
12952         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12953         well.
12954         (message-setup-toolbar): Make it work.
12955
12956         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12957         (gnus-use-toolbar): Change the valid values into default, top,
12958         bottom, left, and right.
12959         (gnus-toolbar-thickness): New variable.
12960         (gnus-xmas-setup-toolbar): New function.
12961         (gnus-xmas-setup-group-toolbar): Use it.
12962         (gnus-xmas-setup-summary-toolbar): Use it.
12963
12964 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12965
12966         * gnus-start.el (gnus-1): Add "native" to
12967         gnus-predefined-server-alist.
12968
12969         * gnus.el (gnus-method-to-server): Don't add "native" to the
12970         lists here, because that leads to problems when
12971         gnus-select-method is bound.
12972
12973 2005-11-09  Simon Josefsson  <jas@extundo.com>
12974
12975         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12976         use (not sort-by-date) instead.
12977
12978 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12979
12980         * gnus-delay.el (gnus-delay-group): Don't autoload.
12981         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12982         to be re-loaded when customizing the `gnus-delay' group.
12983
12984 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12985
12986         * message.el: Revert last changes.
12987         (message-insert-citation-line): Use newlines.
12988
12989 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12990
12991         * message.el (message-courtesy-message)
12992         (message-mark-insert-begin, message-mark-insert-end)
12993         (message-elide-ellipsis, message-cancel-message)
12994         (message-add-header, message-change-subject)
12995         (message-cross-post-followup-to-header)
12996         (message-cross-post-insert-note, message-reduce-to-to-cc)
12997         (message-widen-reply, message-delete-not-region)
12998         (message-kill-to-signature, message-insert-signature)
12999         (message-insert-importance-high, message-insert-importance-low)
13000         (message-insert-or-toggle-importance)
13001         (message-insert-disposition-notification-to)
13002         (message-indent-citation, message-yank-original)
13003         (message-cite-original-without-signature, message-cite-original)
13004         (message-insert-citation-line, message-position-on-field)
13005         (message-fix-before-sending, message-send-mail-partially)
13006         (message-send-mail, message-send-mail-with-sendmail)
13007         (message-send-mail-with-qmail, message-send-news)
13008         (message-check-news-header-syntax, message-generate-headers)
13009         (message-insert-courtesy-copy, message-fill-address)
13010         (message-fill-header, message-shorten-references)
13011         (message-setup-1, message-cancel-news)
13012         (message-forward-make-body-plain, message-forward-make-body-mime)
13013         (message-forward-make-body-mml, message-encode-message-body)
13014         (message-forward-make-body-digest-plain)
13015         (message-forward-make-body-digest-mime)
13016         (message-use-alternative-email-as-from): Insert `hard-newline'
13017         instead of ordinary newlines.
13018
13019 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13020
13021         * message.el (message-generate-headers): Downcase the argument
13022         given to message-check-element.
13023
13024 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13025
13026         * nntp.el (nntp-authinfo-rejected): New error condition.
13027         (nntp-wait-for): Use new error condition to signal authentication
13028         error.
13029         (nntp-retrieve-data): Rethrow new error condition to break out of
13030         recursive call to nntp-send-authinfo.
13031
13032 2005-11-08  Romain Francoise  <romain@orebokech.com>
13033
13034         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13035         (gnus-summary-exit-map): Bind to `Z p'.
13036         (gnus-summary-make-menu-bar): Add menu item.
13037
13038 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13039
13040         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13041         (gnus-treat-*): Add `first' in all doc strings.
13042
13043         * gnus-group.el (gnus-group-compact-group): Fix typo.
13044
13045 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13046
13047         * gnus.el (gnus-parameters-case-fold-search): New variable.
13048         (gnus-parameters-get-parameter): Use it.
13049
13050         * gnus-score.el (gnus-home-score-file): Doc fix.
13051
13052 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13053
13054         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13055
13056 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13057
13058         * mm-util.el (mm-special-display-p): New function.
13059
13060         * mml.el (mml-preview): Use it; doc fix.
13061
13062 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13063
13064         * imap.el (imap-open): Handle case where buffer is a buffer object.
13065
13066 2005-10-29  Romain Francoise  <romain@orebokech.com>
13067
13068         * message.el (message-fix-before-sending): Fix comment.
13069
13070 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13071
13072         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13073
13074 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13075
13076         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13077         Used in gnus-score.el.
13078
13079 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13080
13081         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13082
13083 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13084
13085         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13086         whitespace removed in revision 7.8.  Use concatenated string to
13087         protect trailing whitespace.
13088
13089 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13090
13091         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13092         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13093         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13094         Courier IMAP ("some version from 2004").  Mostly based on similar
13095         code in the same function.
13096
13097 2005-10-26  Didier Verna  <didier@xemacs.org>
13098
13099         * gnus-group.el (gnus-group-compact-group): Invalidate original
13100         article buffer.
13101         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13102         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13103         NOV database and in article itself.
13104         Invalidate article backlog.
13105
13106 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13107
13108         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13109
13110 2005-10-26  Simon Josefsson  <jas@extundo.com>
13111
13112         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13113         part of 2004-07-25 change.
13114
13115 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13116
13117         * message.el (message-display-completion-list): New function.
13118         (message-expand-group): Use it; make sure the Completions buffer
13119         is modifiable.
13120 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13121
13122         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13123         user-mail-name is an empty string.
13124
13125 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13126
13127         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13128         depending on gnus-score-decay-constant.
13129
13130         * encrypt.el (encrypt-insert-file-contents)
13131         (encrypt-write-file-contents): Don't use `gnus-message'.
13132
13133         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13134         arguments.
13135         (mm-uu-type-alist): Add message-marks and insert-marks.
13136         Pass arguments to mm-uu-verbatim-marks-extract.
13137         (mm-uu-hide-markers): New variable.
13138         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13139
13140         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13141         (gnus-convert-image-to-face-command): Use "convert" by default to
13142         allow other input image formats.
13143         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13144         accordingly.
13145
13146 2005-10-23  Simon Josefsson  <jas@extundo.com>
13147
13148         * imap.el (imap-gssapi-program): Align command line parameters
13149         with latest GNU SASL.
13150         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13151
13152 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13153
13154         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13155         HTML.
13156         (nnslashdot-request-article): Ditto.
13157
13158         * lpath.el (featurep): Add nobreak-char-display.
13159
13160 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13161
13162         * mail-source.el (mail-source-fetch-pop): Require pop3.
13163         (mail-source-check-pop): Ditto.
13164
13165 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13166
13167         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13168         errors.
13169
13170 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13171
13172         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13173         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13174
13175         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13176
13177         * mm-bodies.el (mm-decode-string):
13178         Call `mm-charset-to-coding-system' with allow-override argument.
13179
13180 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13181
13182         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13183         (rfc2047-charset-to-coding-system): New function.
13184         (rfc2047-decode-encoded-words): New function.
13185         (rfc2047-decode-region): Use them.
13186         (rfc2047-decode-cte): Remove.
13187         (rfc2047-parse-and-decode): Remove.
13188         (rfc2047-decode): Remove.
13189
13190 2005-10-15  Kenichi Handa  <handa@m17n.org>
13191
13192         * rfc2047.el (rfc2047-decode-cte): New function.
13193         (rfc2047-decode-region): Change the way to decode successive
13194         encoded-words: decode B- or Q-encoding in each encoded-word,
13195         concatenate them, and decode it as charset.
13196
13197 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13198
13199         * lpath.el: Fbind codepage-setup for XEmacs.
13200
13201 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13202
13203         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13204         widget-move-and-invoke.
13205         (gnus-custom-mode): Use gnus-custom-map.
13206
13207 2005-10-15  Bill Wohler  <wohler@newt.com>
13208
13209         * message.el (message-tool-bar-map): Rename image file from
13210         mail_send to mail/send.
13211
13212 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13213
13214         * message.el (message-expand-group): Pass the common
13215         prefix substring of completion to `display-completion-list'.
13216
13217 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13218
13219         * mml-sec.el (mml-secure-method): New internal variable.
13220         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13221         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13222         New functions using mml-secure-method.
13223
13224         * mml.el (mml-mode-map): Add key bindings for those functions.
13225         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13226         Harder <harder@myrealbox.com>.
13227         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13228         Goto end of message if point is the headers of the message.
13229
13230         * message.el (message-in-body-p): New function.
13231
13232         * assistant.el: Autoload gnus-util and netrc.
13233
13234         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13235         Use `mm-charset-override-alist' only when decoding.
13236
13237         * mm-bodies.el (mm-decode-body):
13238         Call `mm-charset-to-coding-system' with allow-override argument.
13239
13240         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13241         `filename' from Content-Disposition if Content-Type doesn't
13242         provide `name'.
13243         (gnus-mime-view-part-as-type): Set default instead of
13244         initial-input.
13245
13246 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13247
13248         * format-spec.el (format-spec): Propagate text properties of % spec.
13249
13250 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13251
13252         * gnus-art.el (gnus-treat-predicate): Add `first'.
13253
13254 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13255
13256         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13257         (mm-charset-override-alist): New variable.
13258         (mm-charset-to-coding-system): Use it.
13259         (mm-codepage-setup): New helper function.
13260         (mm-charset-eval-alist): New variable.
13261         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13262         Warn about unknown charsets.
13263
13264         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13265
13266 2005-10-04  David Hansen  <david.hansen@gmx.net>
13267
13268         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13269         (nnrss-check-group): Ditto.
13270
13271 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13272
13273         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13274         Rename x-gnus-verbatim to x-verbatim.
13275         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13276
13277         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13278         x-verbatim.
13279
13280         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13281
13282         * gnus-util.el (gnus-remove-duplicates): Remove.
13283
13284         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13285         instead of gnus-remove-duplicates.
13286
13287         * message.el (message-remove-duplicates): Remove.
13288         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13289         message-remove-duplicates.
13290
13291         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13292         available, else use implementation from `delete-dups'.
13293
13294         * message.el (message-insert-expires): New function.
13295         (message-mode-map): Add key binding.
13296         (message-mode-field-menu): Add menu entry.
13297         (message-mode): Document it.
13298         (message-make-expires-date): Use `message-make-date'.
13299
13300 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13301
13302         * message.el (message-make-expires-date): New function.
13303
13304 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13305
13306         * Makefile.in (list-installed-shadows): New entry.
13307         (install): Use it.
13308         (remove-installed-shadows): New entry.
13309
13310         * dgnushack.el (dgnushack-default-load-path): New variable.
13311         (dgnushack-find-lisp-shadows): New function.
13312         (dgnushack-remove-lisp-shadows): New function.
13313
13314 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13315
13316         * Makefile.in (install-el-elc): New entry.
13317         (install): Use it so that .el files are necessarily installed.
13318
13319 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13320
13321         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13322
13323 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13324
13325         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13326         function rather than the diff-mode.el package.
13327         (mm-display-external): Use with-current-buffer.
13328         (mm-viewer-completion-map, mm-viewer-completion-map):
13329         Move initialization inside declaration.
13330
13331 2005-09-29  Simon Josefsson  <jas@extundo.com>
13332
13333         * spam.el: Load hashcash when compiling, to avoid warnings.
13334         Don't autoload mail-check-payment.
13335         (spam-check-hashcash): Define unconditionally, since hashcash.el
13336         is part of Gnus now.  Ignore errors from payment checking.
13337
13338 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13339
13340         * message.el (message-bold-region, message-unbold-region):
13341         Rename from `bold-region' and `unbold-region'.
13342
13343         * message.el: Remove useless autoloads.
13344
13345 2005-09-28  Simon Josefsson  <jas@extundo.com>
13346
13347         * message.el (message-use-idna): Default to t.
13348         (message-use-idna): Test whether encoding works too.  Doc fix.
13349
13350 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * nntp.el (nntp-warn-about-losing-connection): Remove.
13353
13354 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13355
13356         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13357         customizable.  Change default value.
13358         (mm-uu-diff-groups-regexp): Change default value.
13359         (mm-uu-type-alist): Add doc string.
13360         (mm-uu-configure): Add doc string.  Make it interactive.
13361         (mm-uu-tex-groups-regexp): New variable.
13362         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13363         (mm-uu-type-alist): Add LaTeX documents.
13364         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13365         of "text/verbatim".
13366         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13367
13368         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13369         instead of "text/verbatim".
13370
13371         * message.el (message-mark-inserted-region)
13372         (message-mark-insert-file): Use slrn style marks when called with
13373         prefix argument.
13374
13375 2005-09-27  Simon Josefsson  <jas@extundo.com>
13376
13377         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13378
13379 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13380
13381         * message.el (message-remove-duplicates): New function.
13382         Implementation borrowed from `gnus-remove-duplicates'.
13383         (message-idna-to-ascii-rhs): Also encode idna addresses in
13384         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13385         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13386         only ask about the same idna domain once per header and also tell
13387         in what header to replace the idna domain.
13388
13389         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13390         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13391         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13392         a header is decoded and not just the last one.
13393
13394 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13395
13396         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13397         has been decoded.
13398
13399         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13400         (mm-insert-part): Don't modify text if it has been decoded.
13401
13402         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13403         decoded.
13404
13405         * mm-view.el (mm-inline-text): Don't strip text props unless
13406         decoding enriched or richtext parts.
13407
13408 2005-09-25  Romain Francoise  <romain@orebokech.com>
13409
13410         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13411         * gnus-start.el (gnus-subscribe-interactively):
13412         * gnus-uu.el (gnus-uu-grab-articles):
13413         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13414         space.
13415
13416 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13417
13418         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13419         * mm-view.el (mm-view-pkcs7-decrypt):
13420         * gnus-sum.el (gnus-summary-limit-to-extra)
13421         (gnus-summary-respool-article, gnus-read-move-group-name):
13422         * gnus-score.el (gnus-summary-increase-score):
13423         * gnus-util.el (gnus-completing-read-with-default):
13424         * gnus-art.el (gnus-read-save-file-name)
13425         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13426         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13427         * message.el (message-check-news-header-syntax):
13428         Follow convention for reading with the minibuffer.
13429
13430 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13431
13432         * spam-report.el (spam-report-url-ping-plain):
13433         Use gnus-extended-version as User-Agent.
13434
13435         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13436         default value is nil.
13437
13438         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13439         (mm-uu-verbatim-marks-extract): New function.
13440         (mm-uu-extract): New face.
13441         (mm-uu-copy-to-buffer): Use it.
13442
13443         * spam-report.el (spam-report-gmane-ham): Rename from
13444         `spam-report-gmane-unspam'.
13445         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13446         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13447
13448         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13449         Autoload.
13450         (spam-report-gmane-unregister-routine):
13451         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13452
13453 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13454
13455         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13456         (spam-report-gmane-unregister-routine): Add support for gmane
13457         unregistration.
13458
13459         * spam-report.el (spam-report-gmane-unspam)
13460         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13461         (spam-report-gmane): Change to take a single article and do unspam
13462         registration.
13463
13464 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13465
13466         * mm-url.el (mm-url-decode-entities): Fix regexp.
13467
13468 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13469
13470         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13471         default to nil, to be able to use Gnus at all.  If the default
13472         switches to something else, then the function should be fixed not
13473         be exceedingly slow.
13474
13475 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13476
13477         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13478         fail hard.
13479
13480         * spam-report.el: Add better Keywords line.
13481
13482         * spam.el: Add Maintainer and better Keywords line.
13483
13484 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13485
13486         * gnus-art.el (gnus-article-replace-part)
13487         (gnus-mime-replace-part): New functions.
13488         (gnus-mime-action-alist, gnus-mime-button-commands)
13489         (gnus-mime-save-part-and-strip): Add file argument.
13490         (gnus-article-part-wrapper): Add interactive argument.
13491
13492         * gnus-sum.el (gnus-summary-mime-map):
13493         Add `gnus-article-replace-part'.
13494
13495 2005-09-19  Didier Verna  <didier@xemacs.org>
13496
13497         The nnml compaction feature:
13498         * nnml.el (nnml-request-compact-group): New function.
13499         * nnml.el (nnml-request-compact): New function.
13500         * gnus-int.el (gnus-request-compact-group): New function.
13501         * gnus-int.el (gnus-request-compact): New function.
13502         * gnus-group.el (gnus-group-compact-group): New function.
13503         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13504         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13505         * gnus-srvr.el (gnus-server-compact-server): New function.
13506         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13507         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13508
13509 2005-09-18  Deepak Goel  <deego@gnufans.org>
13510
13511         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13512         format spec.
13513
13514 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13515
13516         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13517
13518 2005-09-15  Romain Francoise  <romain@orebokech.com>
13519
13520         * message.el (message-fill-paragraph): Clarify docstring.
13521
13522 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * gnus-art.el (gnus-mime-display-part): Protect against broken
13525         MIME messages.
13526
13527 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13528
13529         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13530         before parsing header.
13531
13532 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13533
13534         * html2text.el (html2text-replace-list): Add new entities.
13535
13536 2005-09-11  Romain Francoise  <romain@orebokech.com>
13537
13538         * message.el (message-alternative-emails): Improve docstring.
13539         (message-setup-1): Call `message-use-alternative-email-as-from'
13540         after `message-setup-hook' to give it precedence over posting
13541         styles, etc.
13542         (message-use-alternative-email-as-from): Add docstring.
13543         Remove the original From header if present.
13544
13545         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13546         (nnml-save-mail): Use it.
13547
13548         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13549         articles.  Add new argument `silent'.
13550         (gnus-uu-mark-all): Report the total number of marked articles.
13551
13552 2005-09-10  Romain Francoise  <romain@orebokech.com>
13553
13554         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13555         (gnus-uu-mark-series): Likewise.
13556
13557 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13558
13559         * spam-report.el (spam-report-gmane): Fix generation of spam
13560         report URL.
13561
13562 2005-09-10  Simon Josefsson  <jas@extundo.com>
13563
13564         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13565         t, based on discussion on the ding list with Robert Epprecht
13566         <epprecht@solnet.ch>.
13567
13568 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13569
13570         * spam-report.el (spam-report-gmane): Make it work without
13571         X-Report-Spam header.  Gmane now only provides Archived-At.
13572         This is only used if `spam-report-gmane-use-article-number' is nil.
13573         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13574
13575         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13576         make `gnus-summary-sort-by-recipient' work with threading.
13577
13578         * nnweb.el (nnweb-google-wash-article): Print a message if article
13579         is not available.
13580
13581 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13582
13583         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13584         change.  Decode text/* parts content before displaying.
13585
13586 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13587
13588         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13589
13590 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13593
13594         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13595         url-package-name, url-package-version,
13596         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13597         w3m-display-inline-images, and w3m-minor-mode-map.
13598
13599 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13600
13601         * message.el (message-tab-body-function): Fix mismatched custom type.
13602
13603         * gnus.el (gnus-group-change-level-function): Ditto.
13604
13605         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13606
13607         * gnus-art.el (gnus-signature-limit)
13608         (gnus-article-mime-part-function): Ditto.
13609
13610 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13611
13612         * mml.el (mml-mode): Silence the byte compiler.
13613
13614         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13615         using `(sit-for 0)' before moving the point to the specified part;
13616         skip unbuttonized parts.
13617         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13618         return to the summary window if gnus-auto-select-part is non-nil.
13619
13620 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13621
13622         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13623         New variables.
13624         (mml-dnd-attach-file, mml-mode): Use them.
13625
13626         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13627         Make fetching article by MID work again for Google Groups.
13628         Add FIXME concerning gnus-group-make-web-group.
13629
13630         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13631         Don't depend on Gnus by using mail-extract-address-components if
13632         gnus-extract-address-components is not bound.
13633
13634 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13635
13636         * gnus-art.el (gnus-mime-display-security): Don't display the
13637         signature, but only the signed part.
13638
13639 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13640
13641         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13642
13643         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13644         list, not listp.
13645
13646 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13647
13648         * mm-encode.el (mm-encode-content-transfer-encoding):
13649         Likewise when encoding.
13650
13651         * mm-bodies.el (mm-decode-content-transfer-encoding):
13652         De-canonicalize CRLF for all text content types, not just
13653         text/plain.
13654
13655 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13656
13657         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13658         valid article; point arrow and cursor at the MIME button.
13659
13660 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13663         Suggested by Dan Christensen <jdc@uwo.ca>.
13664
13665         * mm-decode.el (mm-save-part): Enable change of prompt.
13666
13667 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13668
13669         * gnus-msg.el (gnus-inews-add-send-actions):
13670         Make `message-post-method' lambda parameter ARG `&optional'.
13671
13672 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13673
13674         * gnus-sum.el (gnus-summary-mime-map):
13675         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13676         gnus-article-jump-to-part.
13677
13678         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13679         (gnus-article-edit-part): Use it.
13680         (gnus-article-part-wrapper): Add no-handle argument.
13681         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13682         New functions.
13683
13684 2005-08-29  Romain Francoise  <romain@orebokech.com>
13685
13686         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13687         docstring.
13688         (gnus-face-from-file): Likewise.
13689
13690 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13691
13692         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13693         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13694         non-nil.
13695         (gnus-auto-select-part): New variable.
13696         (gnus-article-jump-to-part): New function.
13697         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13698         (gnus-mime-delete-part): Allow selecting specified part after
13699         deleting or stripping parts.
13700         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13701         part if argument is bogus.
13702
13703 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13704
13705         * gnus-art.el (w3m-minor-mode-map):
13706         * gnus-spec.el (gnus-newsrc-file-version):
13707         * gnus-util.el (nnmail-active-file-coding-system)
13708         (gnus-original-article-buffer, gnus-user-agent):
13709         * gnus.el (gnus-ham-process-destinations)
13710         (gnus-parameter-ham-marks-alist)
13711         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13712         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13713         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13714         * mm-decode.el (gnus-current-window-configuration):
13715         * mm-extern.el (gnus-article-mime-handles):
13716         * mm-url.el (url-current-object, url-package-name)
13717         (url-package-version):
13718         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13719         (smime-keys, w3m-cid-retrieve-function-alist)
13720         (w3m-current-buffer, w3m-display-inline-images)
13721         (w3m-minor-mode-map):
13722         * mml-smime.el (gnus-extract-address-components):
13723         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13724         (gnus-newsrc-hashtb, message-default-charset)
13725         (message-deletable-headers, message-options)
13726         (message-posting-charset, message-required-mail-headers)
13727         (message-required-news-headers):
13728         * mml1991.el (mc-pgp-always-sign):
13729         * mml2015.el (mc-pgp-always-sign):
13730         * nnheader.el (nnmail-extra-headers):
13731         * rfc1843.el (gnus-decode-encoded-word-function)
13732         (gnus-decode-header-function, gnus-newsgroup-name):
13733         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13734
13735 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13736
13737         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13738         the end of the date treatments.
13739
13740 2005-08-15  Simon Josefsson  <jas@extundo.com>
13741
13742         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13743         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13744         Capello and Romain Francoise.
13745         (pgg-fetch-key-function): Remove, not used?
13746         (pgg-insert-url-with-w3): Require url, to get
13747         url-insert-file-contents regardless of where it is defined.
13748
13749 2005-08-13  Romain Francoise  <romain@orebokech.com>
13750
13751         * message.el (message-cite-original-1): New function.
13752         (message-cite-original): Use it.
13753         (message-cite-original-without-signature): Ditto.
13754
13755 2005-08-08  Romain Francoise  <romain@orebokech.com>
13756
13757         * message.el (message-yank-empty-prefix): New variable.
13758         (message-indent-citation): Use it.
13759         (message-cite-original-without-signature): Respect X-No-Archive.
13760
13761 2005-08-08  Simon Josefsson  <jas@extundo.com>
13762
13763         * pgg.el: Autoload url-insert-file-contents instead of loading
13764         w3/url.
13765         (pgg-insert-url-with-w3): Don't load url here.
13766
13767 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13768
13769         * message.el (message-kill-to-signature): Don't insert newline at
13770         bol.
13771         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13772
13773 2005-08-06  Romain Francoise  <romain@orebokech.com>
13774
13775         * message.el (message-user-fqdn): Fix typo in docstring.
13776
13777 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13778
13779         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13780
13781         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13782
13783 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13784
13785         * mm-bodies.el (mm-encode-body): Use coding system rather than
13786         charset to encode text.
13787
13788         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13789         number of charsets if utf-8 is available (XEmacs).
13790
13791 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13792
13793         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13794         taken from `gnus-button-mid-or-mail-regexp'.
13795         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13796         (gnus-button-alist): Improve regexp for domain part of the MIDs
13797         for news:localpart@domain buttons.
13798         (gnus-button-ctan-directory-regexp): Update.
13799
13800 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13801
13802         * sieve-manage.el (sieve-manage-interactive-login):
13803         Use make-local-variable rather than make-variable-buffer-local.
13804         (sieve-manage-open): Ditto.
13805         (sieve-manage-authenticate): Ditto.
13806
13807         * mml.el (mml-generate-mime-1): Make the content type default to
13808         text/plain if the filename is not specified.
13809
13810 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13811
13812         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13813         instead of insert-buffer.
13814
13815         * message.el (message-yank-original): Ditto; set the mark at the
13816         end of the yanked message.
13817
13818 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13819
13820         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13821         lines to scroll rather than to stop it.
13822
13823         * mml.el (mml-generate-default-type): Add doc string.
13824         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13825         default to application/octet-stream when determining the content
13826         type if it is not specified for the part or the mml contents; add
13827         a comment about mml-generate-default-type.
13828
13829 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13830
13831         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13832         make it default to application/octet-stream when determining the
13833         content type if it is not specified for the external contents.
13834
13835 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13836
13837         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13838         segmented parameter but also other parameters might be there.
13839
13840 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * mm-decode.el (mm-display-external): Delete temp file, directory
13843         and buffer immediately if the external process is exited.
13844
13845 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13848         fewer lines than that of scroll-margin.
13849         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13850
13851 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * gnus-art.el (gnus-article-next-page): Revert.
13854         (gnus-article-beginning-of-window): New macro.
13855         (gnus-article-next-page-1): Use it.
13856         (gnus-article-prev-page): Ditto.
13857         (gnus-article-edit-part): Use insert-buffer-substring instead of
13858         insert-buffer.
13859         (gnus-article-edit-exit): Ditto.
13860
13861         * gnus-util.el (gnus-beginning-of-window): Remove.
13862         (gnus-end-of-window): Remove.
13863
13864         * lpath.el: Don't bind header-line-format and scroll-margin.
13865
13866 2005-07-25  Simon Josefsson  <jas@extundo.com>
13867
13868         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13869         to have the url package without w3.  Reported by Daiki Ueno
13870         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13871
13872 2005-07-20  Didier Verna  <didier@xemacs.org>
13873
13874         * gnus-diary.el: Remove the description comment (nndiary is now
13875         properly documented in the Gnus manual).
13876         Fix the spelling of "Back End".
13877         * nndiary.el: Ditto.
13878         Fix the copyright notice.
13879
13880 2005-07-18  Romain Francoise  <romain@orebokech.com>
13881
13882         * gnus-sum.el (gnus-summary-to-prefix)
13883         (gnus-summary-newsgroup-prefix): New variables.
13884         (gnus-summary-from-or-to-or-newsgroups): Use them.
13885
13886 2005-07-17  Romain Francoise  <romain@orebokech.com>
13887
13888         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13889         space as it's generally not especially interesting to the user.
13890
13891 2005-07-16  Romain Francoise  <romain@orebokech.com>
13892
13893         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13894         nil to avoid prompting and file modification if one of the
13895         messages at the top of the nnfolder file contains a copyright
13896         notice.
13897         Update copyright notice.
13898
13899         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13900         instead of `current-time-string' as the latter creates a time
13901         string that is not RFC 2822 compliant (it lacks the zone).
13902         Update copyright notice.
13903
13904 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13905
13906         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13907         for text/rtf.  Display default in prompt.  Pass default for M-n.
13908
13909         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13910
13911 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13912
13913         * gnus-msg.el (gnus-button-mailto):
13914         Remove save-selected-window-window hackery because it relies on
13915         save-selected-window internals.
13916
13917 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13918
13919         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13920         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13921         (gnus-article-prev-page): Ditto.
13922
13923         * gnus-util.el (gnus-beginning-of-window): New function.
13924         (gnus-end-of-window): New function.
13925
13926         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13927
13928 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13929
13930         * gnus-score.el (gnus-score-edit-all-score):
13931         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13932         gnus-message.
13933
13934 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13935
13936         * gnus-msg.el (gnus-button-mailto):
13937         Remove save-selected-window-window hackery because it relies on
13938         save-selected-window internals.
13939
13940 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13941
13942         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13943         add-minor-mode.
13944         (gnus-binary-mode): Ditto.
13945
13946         * gnus-topic.el (gnus-topic-mode): Ditto.
13947
13948 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13949
13950         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13951         (gnus-article-prev-page): Take scroll-margin into consideration.
13952
13953 2005-07-04  Lute Kamstra  <lute@gnu.org>
13954
13955         Update FSF's address in GPL notices.
13956
13957 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13958
13959         * gnus.el (gnus-exit):
13960         * gnus-group.el (gnus-group-icons):
13961         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13962
13963         * gnus-nocem.el (gnus-nocem):
13964         * message.el (message-various, message-buffers, message-sending)
13965         (message-interface, message-forwarding, message-insertion)
13966         (message-headers, message-news, message-mail):
13967         * pgg-gpg.el (pgg-gpg):
13968         * pgg-parse.el (pgg-parse):
13969         * pgg-pgp.el (pgg-pgp):
13970         * pgg-pgp5.el (pgg-pgp5):
13971         * pop3.el (pop3): Finish `defgroup' description with period.
13972
13973 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13974
13975         * gnus-art.el (article-display-face): Improve the efficiency.
13976         (article-display-x-face): Ditto; remove grey x-face stuff.
13977
13978 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13979
13980         * gnus-art.el (article-display-face): Correct the position in
13981         which Faces are inserted.
13982
13983 2005-06-29  Didier Verna  <didier@xemacs.org>
13984
13985         * gnus-art.el (article-display-face): Display faces in correct
13986         order.
13987
13988 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13989
13990         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13991         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13992         (gnus-nocem-check-article): Fetch the Type header.
13993         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13994         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13995         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13996         make sure gnus-nocem-hashtb is initialized.
13997         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13998         (gnus-nocem-unwanted-article-p): Ditto.
13999
14000         * pgg.el (pgg-verify): Return the verification result.
14001
14002 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14003
14004         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14005         is ascii.
14006
14007 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14008
14009         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14010         `show-nonbreak-escape'.
14011
14012 2005-06-23  Lute Kamstra  <lute@gnu.org>
14013
14014         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14015
14016         * dig.el (dig-mode):
14017         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14018
14019 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14020
14021         * nnimap.el (nnimap-split-download-body): Fix spellings.
14022
14023 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14024
14025         * gnus-art.el (gnus-article-encrypt-body):
14026         * gnus-cus.el (gnus-score-customize):
14027         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14028         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14029
14030 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14031
14032         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14033         header by looking for magic "MII" at the beginnig.
14034
14035 2005-06-16  Miles Bader  <miles@gnu.org>
14036
14037         * gnus-xmas.el (gnus-xmas-group-startup-message):
14038         Use renamed gnus-splash face.
14039
14040         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14041         (assistant-field-face): New backward-compatibility alias for renamed
14042         face.
14043         (assistant-render-text): Use renamed assistant-field face.
14044
14045         * spam.el (spam): Remove "-face" suffix from face name.
14046         (spam-face): New backward-compatibility alias for renamed face.
14047         (spam-face, spam-initialize): Use renamed spam face.
14048
14049         * message.el (message-header-to, message-header-cc)
14050         (message-header-subject, message-header-newsgroups)
14051         (message-header-other, message-header-name)
14052         (message-header-xheader, message-separator, message-cited-text)
14053         (message-mml): Remove "-face" suffix from face names.
14054         (message-header-to-face, message-header-cc-face)
14055         (message-header-subject-face, message-header-newsgroups-face)
14056         (message-header-other-face, message-header-name-face)
14057         (message-header-xheader-face, message-separator-face)
14058         (message-cited-text-face, message-mml-face):
14059         New backward-compatibility aliases for renamed faces.
14060         (message-font-lock-keywords): Use renamed message faces.
14061
14062         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14063         (sieve-test-commands, sieve-tagged-arguments):
14064         Remove "-face" suffix from face names.
14065         (sieve-control-commands-face, sieve-action-commands-face)
14066         (sieve-test-commands-face, sieve-tagged-arguments-face):
14067         New backward-compatibility aliases for renamed faces.
14068         (sieve-control-commands-face, sieve-action-commands-face)
14069         (sieve-test-commands-face, sieve-tagged-arguments-face):
14070         Use renamed sieve faces.
14071
14072         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14073         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14074         (gnus-group-news-3-empty, gnus-group-news-4)
14075         (gnus-group-news-4-empty, gnus-group-news-5)
14076         (gnus-group-news-5-empty, gnus-group-news-6)
14077         (gnus-group-news-6-empty, gnus-group-news-low)
14078         (gnus-group-news-low-empty, gnus-group-mail-1)
14079         (gnus-group-mail-1-empty, gnus-group-mail-2)
14080         (gnus-group-mail-2-empty, gnus-group-mail-3)
14081         (gnus-group-mail-3-empty, gnus-group-mail-low)
14082         (gnus-group-mail-low-empty, gnus-summary-selected)
14083         (gnus-summary-cancelled, gnus-summary-high-ticked)
14084         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14085         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14086         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14087         (gnus-summary-low-undownloaded)
14088         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14089         (gnus-summary-low-unread, gnus-summary-normal-unread)
14090         (gnus-summary-high-read, gnus-summary-low-read)
14091         (gnus-summary-normal-read, gnus-splash):
14092         Remove "-face" suffix from face names.
14093         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14094         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14095         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14096         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14097         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14098         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14099         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14100         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14101         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14102         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14103         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14104         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14105         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14106         (gnus-summary-normal-ticked-face)
14107         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14108         (gnus-summary-normal-ancient-face)
14109         (gnus-summary-high-undownloaded-face)
14110         (gnus-summary-low-undownloaded-face)
14111         (gnus-summary-normal-undownloaded-face)
14112         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14113         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14114         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14115         (gnus-splash-face):
14116         New backward-compatibility aliases for renamed faces.
14117         (gnus-group-startup-message): Use renamed gnus faces.
14118
14119         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14120         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14121         (gnus-server-agent): Remove "-face" suffix from face names.
14122         (gnus-server-agent-face, gnus-server-opened-face)
14123         (gnus-server-closed-face, gnus-server-denied-face)
14124         (gnus-server-offline-face):
14125         New backward-compatibility aliases for renamed faces.
14126         (gnus-server-agent-face, gnus-server-opened-face)
14127         (gnus-server-closed-face, gnus-server-denied-face)
14128         (gnus-server-offline-face): Use renamed gnus faces.
14129
14130         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14131         Remove "-face" suffix from face names.
14132         (gnus-picon-xbm-face, gnus-picon-face):
14133         New backward-compatibility aliases for renamed faces.
14134
14135         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14136         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14137         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14138         (gnus-cite-11): Remove "-face" suffix from face names.
14139         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14140         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14141         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14142         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14143         New backward-compatibility aliases for renamed faces.
14144         (gnus-cite-attribution-face, gnus-cite-face-list)
14145         (gnus-article-boring-faces): Use renamed gnus faces.
14146
14147         * gnus-art.el (gnus-signature, gnus-header-from)
14148         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14149         (gnus-header-content): Remove "-face" suffix from face names.
14150         (gnus-signature-face, gnus-header-from-face)
14151         (gnus-header-subject-face, gnus-header-newsgroups-face)
14152         (gnus-header-name-face, gnus-header-content-face):
14153         New backward-compatibility aliases for renamed faces.
14154         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14155
14156         * gnus-sum.el (gnus-summary-selected-face)
14157         (gnus-summary-highlight): Use renamed gnus faces.
14158         * gnus-group.el (gnus-group-highlight): Likewise.
14159
14160 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14161
14162         * gnus-sieve.el (gnus-sieve-article-add-rule):
14163         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14164         * spam-stat.el (spam-stat-buffer-change-to-spam)
14165         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14166
14167         * message.el (message-is-yours-p):
14168         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14169
14170 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * mm-view.el (mm-inline-text): Withdraw the last change.
14173
14174 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14175
14176         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14177         executing enriched-decode.
14178
14179 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14180
14181         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14182         charset of tar files.
14183
14184 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14185
14186         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14187
14188 2005-06-04  Lute Kamstra  <lute@gnu.org>
14189
14190         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14191         information is never recorded.
14192
14193 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14194
14195         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14196
14197 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14198
14199         * pop3.el (pop3-apop): Run md5 in the binary mode.
14200
14201         * starttls.el (starttls-set-process-query-on-exit-flag):
14202         Use eval-and-compile.
14203
14204 2005-05-31  Simon Josefsson  <jas@extundo.com>
14205
14206         * smime.el (smime-replace-in-string): Define.
14207         (smime-cert-by-ldap-1): Use it.
14208
14209 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14210
14211         * gnus-art.el (article-display-x-face): Replace
14212         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14213
14214         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14215         set-process-query-on-exit-flag or process-kill-without-query.
14216
14217         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14218         loop instead of replace-regexp.
14219
14220         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14221         instead of process-kill-without-query if it is available.
14222
14223         * lpath.el: Fbind ldap-search-entries.
14224
14225         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14226         instead of find-file-hooks if it is available.
14227
14228         * mml1991.el: Bind pgg-default-user-id when compiling.
14229
14230         * mml2015.el: Bind pgg-default-user-id when compiling.
14231
14232         * nndraft.el (nndraft-request-associate-buffer):
14233         Use write-contents-functions instead of write-contents-hooks if it is
14234         available.
14235
14236         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14237         instead of find-file-hooks if it is available.
14238
14239         * nntp.el (nntp-open-connection): Replace
14240         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14241         (nntp-open-ssl-stream): Ditto.
14242         (nntp-open-tls-stream): Ditto.
14243
14244         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14245         set-process-query-on-exit-flag or process-kill-without-query.
14246         (starttls-open-stream-gnutls): Use it instead of
14247         process-kill-without-query.
14248         (starttls-open-stream): Ditto.
14249
14250 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14251
14252         * smime.el (smime-cert-by-ldap-1): Don't use
14253         replace-regexp-in-string.
14254
14255 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14256
14257         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14258
14259         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14260         in PEM format.  Adjust to the XEmacs compability.
14261
14262 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14263
14264         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14265         by `string-to-number'.
14266         * gnus-agent.el (gnus-agent-regenerate-group)
14267         (gnus-agent-fetch-articles): Ditto.
14268         * gnus-art.el (gnus-button-fetch-group): Ditto.
14269         * gnus-cache.el (gnus-cache-generate-active)
14270         (gnus-cache-articles-in-group): Ditto.
14271         * gnus-group.el (gnus-group-set-current-level)
14272         (gnus-group-insert-group-line): Ditto.
14273         * gnus-score.el (gnus-score-set-expunge-below)
14274         (gnus-score-set-mark-below, gnus-summary-score-effect)
14275         (gnus-summary-score-entry): Ditto.
14276         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14277         (gnus-soup-pack): Ditto.
14278         * gnus-spec.el (gnus-xmas-format): Ditto.
14279         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14280         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14281         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14282         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14283         * nndb.el (nndb-get-remote-expire-response): Ditto.
14284         * nndiary.el (nndiary-parse-schedule-value)
14285         (nndiary-string-to-number, nndiary-request-replace-article)
14286         (nndiary-request-article): Ditto.
14287         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14288         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14289         * nneething.el (nneething-make-head): Ditto.
14290         * nnfolder.el (nnfolder-request-article)
14291         (nnfolder-retrieve-headers): Ditto.
14292         * nnheader.el (nnheader-file-to-number): Ditto.
14293         * nnkiboze.el (nnkiboze-request-article): Ditto.
14294         * nnmail.el (nnmail-process-unix-mail-format)
14295         (nnmail-process-babyl-mail-format): Ditto.
14296         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14297         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14298         (nnmh-request-create-group, nnmh-request-list-1)
14299         (nnmh-request-group, nnmh-request-article): Ditto.
14300         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14301         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14302         * nnsoup.el (nnsoup-make-active): Ditto.
14303         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14304         * nntp.el (nntp-find-group-and-number)
14305         (nntp-retrieve-headers-with-xover): Ditto.
14306         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14307         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14308         (pgg-format-key-identifier): Ditto.
14309         * pop3.el (pop3-last, pop3-stat): Ditto.
14310         * qp.el (quoted-printable-decode-region): Ditto.
14311
14312         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14313         of concat.
14314
14315 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14316
14317         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14318
14319         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14320
14321         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14322
14323         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14324
14325         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14326
14327         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14328
14329         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14330         (gnus-carpal-mode): Ditto.
14331
14332         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14333         (gnus-browse-mode): Ditto.
14334
14335         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14336
14337         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14338
14339 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14340
14341         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14342
14343 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14344
14345         * gnus-util.el (gnus-run-mode-hooks): New function.
14346
14347         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14348
14349         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14350         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14351
14352 2005-05-27  Lute Kamstra  <lute@gnu.org>
14353
14354         * dns-mode.el (dns-mode): Specify customization group.
14355
14356 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14357
14358         * gnus-agent.el (gnus-agent-make-mode-line-string):
14359         Use mode-line-highlight as mouse-face.
14360
14361 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14362
14363         * canlock.el (canlock): Change the parent group to news.
14364
14365         * deuglify.el (gnus-outlook-deuglify): Add :group.
14366
14367         * dig.el (dig): Add :group.
14368
14369         * dns-mode.el (dns-mode): Add :group.
14370
14371         * encrypt.el (encrypt): Add :group.
14372
14373         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14374         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14375         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14376         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14377         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14378
14379         * gnus-diary.el (gnus-diary): Add :group.
14380
14381         * gnus.el (gnus-group-news-1-face): Add :group.
14382         (gnus-group-news-1-empty-face): Ditto.
14383         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14384         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14385         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14386         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14387         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14388         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14389         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14390         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14391         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14392         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14393         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14394         (gnus-summary-high-ticked-face): Ditto.
14395         (gnus-summary-low-ticked-face): Ditto.
14396         (gnus-summary-normal-ticked-face): Ditto.
14397         (gnus-summary-high-ancient-face): Ditto.
14398         (gnus-summary-low-ancient-face): Ditto.
14399         (gnus-summary-normal-ancient-face): Ditto.
14400         (gnus-summary-high-undownloaded-face): Ditto.
14401         (gnus-summary-low-undownloaded-face): Ditto.
14402         (gnus-summary-normal-undownloaded-face): Ditto.
14403         (gnus-summary-high-unread-face): Ditto.
14404         (gnus-summary-low-unread-face): Ditto.
14405         (gnus-summary-normal-unread-face): Ditto.
14406         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14407         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14408
14409         * hashcash.el (hashcash): New custom group.
14410         (hashcash-default-payment): Add :group.
14411         (hashcash-payment-alist): Ditto.
14412         (hashcash-default-accept-payment): Ditto.
14413         (hashcash-accept-resources): Ditto.
14414         (hashcash-path): Ditto.
14415         (hashcash-extra-generate-parameters): Ditto.
14416         (hashcash-double-spend-database): Ditto.
14417         (hashcash-in-news): Ditto.
14418
14419         * message.el (message-minibuffer-local-map): Add :group.
14420
14421         * netrc.el (netrc): Add :group.
14422
14423         * sieve-manage.el (sieve-manage-log): Add :group.
14424         (sieve-manage-default-user): Diito.
14425         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14426         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14427         (sieve-manage-authenticators): Ditto.
14428         (sieve-manage-authenticator-alist): Ditto.
14429         (sieve-manage-default-port): Ditto.
14430
14431         * sieve-mode.el (sieve-control-commands-face): Add :group.
14432         (sieve-action-commands-face): Ditto.
14433         (sieve-test-commands-face): Ditto.
14434         (sieve-tagged-arguments-face): Ditto.
14435
14436         * smime.el (smime): Add :group.
14437
14438         * spam-report.el (spam-report): Add :group.
14439
14440         * spam.el (spam, spam-face): Add :group.
14441
14442 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14443
14444         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14445         return \n.\n.\n at the end of articles.  Protect against that.
14446         (nntp-with-open-group): Allow debugging.
14447
14448         * nnheader.el (mail-header-set-extra): Make into a function
14449         because I just could't understand how to quote the list properly.
14450
14451         * dns.el (query-dns-cached): New function.
14452
14453 2005-05-26  Lute Kamstra  <lute@gnu.org>
14454
14455         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14456
14457 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14458
14459         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14460
14461         * gnus-art.el: Don't autoload mail-extract-address-components.
14462
14463         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14464         eval-and-compile to evaluate it.
14465
14466         * hashcash.el: Don't autoload executable-find.
14467
14468         * nndb.el: Don't declare the nndb back end two or more times; don't
14469         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14470
14471         * nntp.el: Autoload format-spec instead of format; use
14472         eval-and-compile to evaluate autoload forms.
14473
14474 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14475
14476         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14477
14478 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14479
14480         * gnus.el (gnus-version-number): Bump version.
14481
14482 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14483
14484         * gnus.el: No Gnus v0.3 is released.
14485
14486 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14487
14488         * lpath.el (featurep): Bind show-nonbreak-escape.
14489
14490 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14491
14492         * gnus-art.el (gnus-article-edit-part): Disable undo.
14493
14494 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14495
14496         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14497         gnus-article-date-lapsed-new-header is t if date timer is active;
14498         skip headers in which the original date value is empty.
14499         (gnus-article-save-original-date): Redefine it as a macro.
14500         (gnus-display-mime): Use it.
14501
14502 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14503
14504         * gnus-art.el (article-date-ut): Support converting date in
14505         forwarded parts as well.
14506         (gnus-article-save-original-date): New function.
14507         (gnus-display-mime): Use it.
14508
14509 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14510
14511         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14512         enclosure element of <item>.
14513
14514 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14515
14516         * message.el (message-kill-buffer-query): Rename from
14517         `message-kill-buffer-query-if-modified'.  Add :version.
14518
14519 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14520
14521         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14522         window layout.
14523
14524 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14525
14526         * mml.el: Autoload dnd when compiling.
14527
14528 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14529
14530         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14531         x-dnd-*.
14532
14533 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14534
14535         * qp.el (quoted-printable-encode-region): Save excursion.
14536
14537 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14538
14539         * message.el (message-kill-buffer-query-if-modified): Add new variable
14540         so the user can kill a modified message buffer quickly.
14541         (message-kill-buffer): Use it.
14542
14543 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14544
14545         * lpath.el: Fbind display-time-event-handler; don't fbind
14546         string-to-multibyte.
14547
14548         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14549
14550 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14553         contained in text because xml.el decodes entities) with LFs.
14554
14555 2005-04-11  Lute Kamstra  <lute@gnu.org>
14556
14557         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14558         differently.
14559
14560 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14561
14562         * mm-util.el (mm-detect-coding-region): Typo.
14563
14564 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14567
14568 2005-04-06  Deepak Goel  <deego@gnufans.org>
14569
14570         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14571         user-function allow user modifications of the scores.
14572         (spam-stat-score-buffer-user): New function, to allow
14573         user-computed modifications to the score.
14574         (spam-stat-score-buffer-user-functions): List of additional
14575         scoring functions.
14576         (spam-stat-error-holder): Global temporary error holder.
14577         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14578         variable.
14579
14580 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14581
14582         * gnus-registry.el (gnus-registry-clean-empty-function)
14583         (gnus-registry-trim, gnus-registry-fetch-groups)
14584         (gnus-registry-delete-group): Groups that match
14585         `gnus-registry-ignored-groups' are removed from the registry
14586         entries, not just ignored for splitting.  This helps clean up the
14587         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14588         to get all the groups a message ID is in.
14589
14590         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14591         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14592         (spam-stat-score-buffer-user-functions): Add :number custom type.
14593
14594 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14595
14596         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14597         argument in XEmacs.
14598
14599         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14600         (nnrss-request-group): Decode group name first.
14601         (nnrss-request-article): Make a text/plain article if mml-to-mime
14602         failed.
14603         (nnrss-get-encoding): Return a compatible encoding according to
14604         nnrss-compatible-encoding-alist.
14605         (nnrss-find-el): Use consp instead of listp.
14606         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14607
14608 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14609
14610         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14611         which Emacs 20 doesn't support.
14612         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14613
14614 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14615
14616         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14617         silence the byte compiler inside the defun.
14618
14619         * gnus-demon.el (parse-time-string): Add autoload.
14620
14621         * gnus-delay.el (parse-time-string): Add autoload.
14622
14623         * gnus-art.el (parse-time-string): Add autoload.
14624
14625         * nnultimate.el (parse-time): Require for `parse-time-string'.
14626
14627 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14628
14629         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14630
14631         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14632
14633         * smime.el (smime-ldap-host-list): Add :version.
14634
14635 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14636
14637         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14638         pass it to `gnus-browse-read-group'.
14639         (gnus-browse-read-group): Add NUMBER argument and pass it to
14640         `gnus-group-read-ephemeral-group'.
14641
14642         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14643         argument and pass it to `gnus-group-read-group'.
14644
14645 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14646
14647         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14648         mm-xemacs-find-mime-charset-1 if we have the mule feature
14649         available at runtime.
14650
14651 2005-03-25  Werner Lemberg  <wl@gnu.org>
14652
14653         * nnmaildir.el: Replace `illegal' with `invalid'.
14654
14655 2005-03-23  Lute Kamstra  <lute@gnu.org>
14656
14657         * time-date.el: Add comment on time value formats.
14658         Don't require parse-time.
14659         (with-decoded-time-value): New macro.
14660         (encode-time-value): New function.
14661         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14662         (days-to-time): Return a valid time value when arg is huge.
14663         (time-since): Use time-subtract.
14664         (time-to-number-of-days): Use time-to-seconds.
14665
14666 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14667
14668         * gnus-start.el (gnus-display-time-event-handler):
14669         Check display-time-timer at runtime rather than only at load time
14670         in case display-time-mode is turned off in the mean time.
14671
14672 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14673
14674         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14675         used.
14676
14677         * nneething.el (nneething-map-file-directory): Derive from
14678         `gnus-directory'.
14679
14680         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14681         the To/Cc button.
14682
14683 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14684
14685         * nnmaildir.el (nnmaildir-request-accept-article):
14686         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14687
14688 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14689
14690         * gnus-async.el: Require timer-funcs at compile time when in
14691         XEmacs for `run-with-idle-timer'.
14692
14693 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14694
14695         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14696         autoloaded function.
14697
14698 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14699
14700         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14701
14702 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14703
14704         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14705
14706 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14707
14708         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14709         Add gnus-expert-user to default.
14710
14711 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14712
14713         * nnimap.el (nnimap-open-server): Ditto.
14714
14715         * imap.el (imap-authenticate): Fix typo.
14716
14717 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14718
14719         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14720         buffer (since IMAP server might return FETCH response out of
14721         order, and the nntp buffer must be sorted).
14722
14723 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14724
14725         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14726         comparison on string.
14727
14728         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14729         (gnus-agent-score): Rename category keywords to match gnus-cus.
14730         (gnus-agent-summary-fetch-series): Modify to protect against
14731         gnus-agent-summary-fetch-group clearing processable flags.
14732         (gnus-agent-synchronize-group-flags): Update live group buffer as
14733         synchronization may occur due to the user toggle the plugged
14734         status.
14735         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14736         successfully downloaded.
14737         (gnus-agent-expire-group-1): Avoid using markers when the overview
14738         is in ascending order; greatly improves performance.
14739         (gnus-agent-regenerate-group):
14740         Use gnus-agent-synchronize-group-flags to reset read status in both
14741         gnus and server.
14742         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14743
14744 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14745
14746         * message.el: Don't autoload former message-utils variables.
14747         (message-strip-subject-trailing-was): Change doc string.
14748
14749         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14750         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14751         (nnweb-google-search): Add "hl=en" here.
14752         (nnweb-google-parse-1, nnweb-google-create-mapping):
14753         Don't hardcode URL.
14754
14755 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14756
14757         * message.el (message-get-reply-headers, message-followup):
14758         Mention related variables `message-use-followup-to' and
14759         `message-use-mail-followup-to', in the information buffer.
14760
14761         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14762         of broken groups(-beta).google.com.
14763
14764 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14765
14766         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14767         parameter to invoked gnus-request-move-article; remove the
14768         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14769         all at once instead of once per article.
14770         (gnus-summary-remove-process-mark): Accept a list of articles as
14771         well as a single article for processing.
14772
14773         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14774         parameter.
14775
14776         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14777
14778         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14779
14780         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14781         parameter.
14782
14783         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14784         parameter.
14785
14786         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14787         parameter and remove the gnus-sum-hint-move-is-internal variable.
14788
14789         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14790         parameter.
14791
14792         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14793         parameter.
14794
14795         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14796         parameter.
14797
14798         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14799
14800         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14801         parameter.
14802
14803         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14804         parameter.
14805
14806 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14807
14808         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14809         a more conservative way.
14810
14811 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14812
14813         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14814         buffer, so it moves the window's cursor.
14815
14816 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14817
14818         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14819         `mm-dissect-multipart' and receive the from field as an (optional)
14820         argument from `mm-dissect-multipart'.
14821         (mm-dissect-multipart): Receive the from field as an argument and
14822         pass it on when we call `mm-dissect-buffer' on MIME parts.
14823         Fixes verification/decryption of signed/encrypted MIME parts.
14824
14825 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14826
14827         * gnus-sum.el (gnus-summary-move-article):
14828         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14829         whatever it calls (right now, only nnimap-request-move article
14830         respects it).
14831
14832         * nnimap.el (nnimap-request-move-article):
14833         When gnus-sum-hint-move-is-internal is set, don't do the extra
14834         nnimap-request-article.
14835
14836 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14837
14838         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14839
14840         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14841         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14842
14843         * gnus-sum.el (gnus-summary-caesar-message):
14844         Apply `gnus-treat-article' after rotation.
14845
14846         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14847         doc string.
14848
14849 2005-02-22  Simon Josefsson  <jas@extundo.com>
14850
14851         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14852         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14853         <arne@arnested.dk>.
14854         (encrypt): Add password-cache and password-cache-expiry as group
14855         members.
14856
14857 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14858
14859         * smime.el (smime-ldap-host-list): Doc fix.
14860         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14861         cache) password.
14862         (smime-sign-region): Use it.
14863         (smime-decrypt-region): Use it.
14864         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14865         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14866         fails.
14867         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14868         certificate from DER to PEM format rather than calling openssl.
14869
14870         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14871
14872         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14873         for signing/encryption.
14874
14875         * mml.el (mml-parse-1): Use them.
14876
14877 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14878
14879         * nnrss.el (nnrss-verbose): Remove.
14880         (nnrss-request-group): Use `nnheader-message' instead.
14881
14882 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14883
14884         * nnrss.el (nnrss-verbose): New variable.
14885         (nnrss-request-group): Make it say nnrss is requesting a group.
14886
14887 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14888
14889         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14890         Handle news URL with given port correctly.
14891
14892 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14893
14894         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14895         containing special characters.
14896
14897         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14898
14899         * mml.el (mime-to-mml): Ditto.
14900
14901         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14902         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14903         (rfc2047-decode-region): Quote decoded words containing special
14904         characters when rfc2047-quote-decoded-words-containing-tspecials
14905         is non-nil.
14906
14907 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14908
14909         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14910
14911         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14912
14913 2005-02-15  Simon Josefsson  <jas@extundo.com>
14914
14915         * nnimap.el (nnimap-debug): Doc fix.
14916
14917         * imap.el (imap-debug): Doc fix.
14918
14919 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14920
14921         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14922
14923 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14924
14925         * gnus.el (spam-contents): Improve docs for spam-contents
14926         parameter in its variable incarnation.
14927
14928 2005-02-14  Simon Josefsson  <jas@extundo.com>
14929
14930         * smime-ldap.el: Use require instead of load-library for ldap.
14931         (smime-ldap-search): Indent.
14932         (smime-ldap-search-internal): Shorten line.
14933
14934         * smime.el (smime-cert-by-dns): Add doc-string.
14935         (smime-cert-by-ldap-1): Indent.
14936
14937         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14938         mml-smime-get-dns-ldap.
14939         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14940
14941 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14942
14943         * smime.el: Require smime-ldap.
14944         (smime-ldap-host-list): New variable.
14945         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14946
14947         * mml-smime.el (mml-smime-encrypt-query): New function.
14948         (mml-smime-encrypt-query): Use it.
14949
14950         * smime-ldap.el: New file.
14951
14952 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14955
14956 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14957
14958         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14959         argument in doc string.  Make query for type more clear.
14960
14961 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14962
14963         * gnus.el (gnus-group-startup-message): Search for gnus images in
14964         etc/images/gnus.
14965         * mm-util.el (mm-image-load-path): Likewise.
14966         * smiley.el (smiley-data-directory): Search for smilies in
14967         etc/images/smilies.
14968
14969 2005-02-09  Kim F. Storm  <storm@cua.dk>
14970
14971         Change Emacs release version from 21.4 to 22.1 throughout.
14972         Change Emacs development version from 21.3.50 to 22.0.50.
14973
14974 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14975
14976         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14977
14978         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14979         non-Mule XEmacs as well.
14980         (mm-decompress-buffer): Signal an error intentionally if it does
14981         not decompress compressed data because auto-compression-mode is
14982         disabled.
14983
14984 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14985
14986         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14987         an ID in the registry even if it has no groups.
14988
14989 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14990
14991         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14992         merge it into mm-decompress-buffer.
14993         (gnus-mime-copy-part): Use the MIME part charset, the value which
14994         a user specified or gnus-newsgroup-charset for decoding, like
14995         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14996         save-buffer what was used.  Suggested by Kevin Ryde
14997         <user42@zip.com.au>.
14998         (gnus-mime-inline-part): Allow the name parameter as well as the
14999         filename parameter; force decompressing of compressed data; always
15000         display contents being not decoded as unibyte.
15001
15002         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15003         as well as the filename parameter.
15004
15005         * mm-util.el (mm-decompress-buffer):
15006         Merge gnus-mime-jka-compr-maybe-uncompress.
15007         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15008         of compressed data.
15009
15010 2005-02-08  Simon Josefsson  <jas@extundo.com>
15011
15012         * imap.el (imap-log): Doc fix.
15013
15014 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15015
15016         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15017         the coding cookies; decompress compressed parts.
15018
15019         * mml.el (mml-generate-mime-1): Add the charset parameter according
15020         to the value which a user specified manually or the coding cookie.
15021
15022         * mm-util.el (mm-string-to-multibyte): New function.
15023         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15024         (mm-coding-system-to-mime-charset): New function.
15025         (mm-decompress-buffer): New function.
15026         (mm-find-buffer-file-coding-system): New function.
15027
15028         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15029         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15030         parts.
15031
15032 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15033
15034         * mm-view.el (mm-display-inline-fontify): Decode a part according
15035         to the charset parameter.
15036
15037 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15038
15039         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15040         prefix arg is neither nil nor a number, as info specifies.
15041
15042 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15043
15044         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15045         timestamps.
15046
15047 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15048
15049         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15050         groups error checking and notify user.
15051
15052 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15053
15054         * message.el (message-send-mail-function): Check existence of
15055         sendmail-program first before using default value
15056         `message-send-mail-with-sendmail'.  Otherwise use more generic
15057         `smtpmail-send-it'.
15058
15059 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15060
15061         * nntp.el (nntp-request-update-info): Always return nil.
15062
15063 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15064
15065         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15066
15067 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15068
15069         * message.el (message-beginning-of-line): Change the behavior when
15070         invoked between BOL and : so that it first moves backward.
15071
15072 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15073
15074         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15075         article buffer when editing of the article is discarded.
15076         (gnus-article-prepare): Revert.
15077
15078 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15079
15080         * gnus-art.el (gnus-article-prepare):
15081         Remove message-strip-forbidden-properties from the local hook.
15082
15083 2005-01-27  Simon Josefsson  <jas@extundo.com>
15084
15085         * password.el (password-cache-add): Only start one timer per key.
15086         Reported by Derek Atkins <warlord@MIT.EDU>.
15087
15088 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15089
15090         * run-at-time.el: Remove.  It is no longer needed as
15091         timer-funcs.el in the xemacs-base package has a working version of
15092         `run-at-time'.
15093
15094         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15095
15096         * password.el: Require timer-funcs instead of run-at-time in
15097         XEmacs.
15098         Remove `password-run-at-time' macro.
15099         (password-cache-add): Use `run-at-time' instead of
15100         `password-run-at-time'.
15101
15102         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15103         Remove `nnheader-cancel-function-timers' alias,
15104         `cancel-function-timers' exists in XEmacs in timer-funcs.
15105
15106         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15107         for `run-with-idle-timer'.
15108
15109         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15110         for `run-at-time'.
15111
15112         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15113         for `with-timeout'.
15114
15115         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15116         the same as for XEmacs 21.4.
15117         No need to ignore `run-with-idle-timer', this function exists in
15118         XEmacs now in timer-funcs.el in the xemacs-base package.
15119         (dgnushack-compile): No need to delete
15120         run-at-time.el from the list of files to compile because it
15121         doesn't exist anymore.
15122
15123 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15124
15125         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15126         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15127
15128 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15129
15130         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15131         sensitively.
15132
15133 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15134
15135         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15136
15137 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15138
15139         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15140         which will be inserted according to the multibyteness of a buffer
15141         rather than the type of contents.  Suggested by ARISAWA Akihiro
15142         <ari@mbf.ocn.ne.jp>.
15143
15144         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15145         of string which old xml.el may return rather than a string.
15146
15147 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15148
15149         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15150
15151 2005-01-16  Simon Josefsson  <jas@extundo.com>
15152
15153         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15154         idn/idna.el isn't available.
15155         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15156         <michael@waxrat.com>.
15157
15158         * hashcash.el: Remove non-FSF copyright header.
15159
15160         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15161         (hashcash-generate-payment): Use it.
15162         (hashcash-generate-payment-async): Use it.
15163
15164 2005-01-15  Simon Josefsson  <jas@extundo.com>
15165
15166         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15167         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15168
15169         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15170         gnus-summary-idna-message.
15171         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15172         (gnus-summary-idna-message): New function.
15173
15174 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15175
15176         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15177         gnus-novice-user.
15178
15179 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15180
15181         * nnrss.el (nnrss-request-delete-group): Delete entries in
15182         nnrss-group-alist as well.
15183         (nnrss-save-server-data): Insert newline.
15184
15185 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15186
15187         * gnus.el (gnus-user-agent): Use list of symbols instead of
15188         symbols.  Display full version number for (S)XEmacs.
15189         Optionally display (S)XEmacs codename.
15190
15191         * gnus-util.el (gnus-emacs-version): Update for new
15192         `gnus-user-agent'.
15193
15194         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15195         Gnus version.
15196
15197 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15198
15199         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15200         which is unreadable in some setups.
15201
15202 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15203
15204         * gnus-spec.el (gnus-update-format-specifications): Flush the
15205         group format spec cache if it doesn't support decoded group names.
15206
15207 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15208
15209         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15210         Allow to apply decay on score files matching a regexp.
15211
15212 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15213
15214         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15215         compatibility in %g and %c.
15216
15217 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15218
15219         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15220         name for only %g and %c.
15221         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15222         of gnus-tmp-group to decoded group name.
15223         (gnus-group-make-rss-group): Exclude `/'s from group names.
15224
15225 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15226
15227         * nnrss.el (nnrss-get-encoding): Fix regexp.
15228
15229 2004-12-27  Simon Josefsson  <jas@extundo.com>
15230
15231         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15232         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15233         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15234
15235 2004-12-17  Kim F. Storm  <storm@cua.dk>
15236
15237         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15238
15239         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15240
15241 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15242
15243         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15244
15245 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15246
15247         * nnrss.el: Require rfc2047 and mml.
15248         (nnrss-file-coding-system): New variable.
15249         (nnrss-format-string): Redefine it as an inline function.
15250         (nnrss-decode-group-name): New function.
15251         (nnrss-string-as-multibyte): Remove.
15252         (nnrss-retrieve-headers): Decode group name; don't use
15253         nnrss-format-string.
15254         (nnrss-request-group): Decode group name.
15255         (nnrss-request-article): Decode group name; allow a Message-ID as
15256         well as an article number; don't use nnrss-format-string; encode a
15257         Message-ID string which may contain non-ASCII characters; use
15258         mml-to-mime to compose a MIME article.
15259         (nnrss-request-expire-articles): Decode group name.
15260         (nnrss-request-delete-group): Decode group name.
15261         (nnrss-fetch): Clarify error message.
15262         (nnrss-read-server-data): Use insert-file-contents instead of load;
15263         bind file-name-coding-system; use multibyte buffer.
15264         (nnrss-save-server-data): Bind coding-system-for-write to the
15265         value of nnrss-file-coding-system; bind file-name-coding-system;
15266         add coding cookie.
15267         (nnrss-read-group-data): Use insert-file-contents instead of load;
15268         bind file-name-coding-system; use multibyte buffer.
15269         (nnrss-save-group-data): Bind coding-system-for-write to the
15270         value of nnrss-file-coding-system; bind file-name-coding-system.
15271         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15272         make it work with non-ASCII text.
15273         (nnrss-find-el): Make it work with old xml.el as well.
15274
15275 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15276
15277         * nnrss.el (nnrss-get-encoding): New function.
15278         (nnrss-fetch): Use unibyte buffer initially; bind
15279         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15280         decode contents according to the encoding attribute.
15281         (nnrss-save-group-data): Add coding cookie.
15282         (nnrss-mime-encode-string): New function.
15283         (nnrss-check-group): Use it to encode subject and author.
15284
15285 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15286
15287         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15288         imaginary variable.
15289
15290 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15291
15292         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15293         correctly even if there are wide characters.
15294
15295 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15296
15297         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15298         downcased symbol names; make a new cache instead of reusing
15299         bbdb-hashtable.
15300
15301 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15302
15303         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15304         concatenating segments rather than before concatenating them.
15305         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15306
15307         * message.el (message-get-reply-headers): Bind `extra'.
15308
15309 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15310
15311         * message.el (message-extra-wide-headers): New variable.
15312         (message-get-reply-headers): Use it.
15313
15314 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15315
15316         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15317         (gnus-agent-group-pathname): Ditto.
15318
15319         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15320
15321         * gnus-group.el (gnus-group-make-group): Decode group name.
15322         (gnus-group-make-rss-group): Register the group data after opening
15323         the nnrss group.
15324
15325 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15326
15327         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15328         by expiry now get marked as read.
15329
15330 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15331
15332         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15333
15334 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15335
15336         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15337         unify Latin characters in XEmacs.
15338         (mm-find-mime-charset-region): Use it.
15339
15340 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15341
15342         * gnus-util.el (gnus-delete-directory): New function.
15343
15344         * gnus-agent.el (gnus-agent-delete-group): Use it.
15345
15346         * gnus-cache.el (gnus-cache-delete-group): Use it.
15347
15348 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15349
15350         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15351         names.
15352
15353 2004-12-16  Simon Josefsson  <jas@extundo.com>
15354
15355         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15356
15357 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15360
15361         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15362         (gnus-group-set-current-level): Decode group name.
15363
15364 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15365
15366         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15367         failed.
15368
15369 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15370
15371         * gnus-group.el (gnus-group-delete-group): Decode group name.
15372         (gnus-group-make-rss-group): Encode group name.
15373         (gnus-group-catchup-current): Decode group name.
15374         (gnus-group-kill-group): Decode group name.
15375
15376 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15377
15378         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15379
15380 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15381
15382         * gnus-group.el (gnus-group-make-rss-group):
15383         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15384
15385         * gnus-start.el (gnus-setup-news): Honor user's setting to
15386         gnus-message-archive-method.  Suggested by Lute Kamstra
15387         <lute@gnu.org>.
15388
15389 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15390
15391         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15392         global counterparts of the buffer-local variables.
15393
15394 2004-11-16  Romain Francoise  <romain@orebokech.com>
15395
15396         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15397         counterparts of the buffer-local variables.
15398
15399 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15400
15401         * message.el (message-forbidden-properties): Fix typo in doc
15402         string.
15403
15404 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15405
15406         * gnus-util.el (gnus-replace-in-string): Add doc string.
15407
15408         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15409         to avoid problems when splitting mails with many recipients.
15410
15411 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15412
15413         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15414         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15415
15416 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15417
15418         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15419         if there is no hashtable in memory or file modification time is
15420         newer than cached timestamp.
15421
15422 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15423
15424         * gnus-sum.el (gnus-summary-limit-to-recipient):
15425         Implement not-matching option.
15426
15427 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15428
15429         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15430         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15431         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15432         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15433         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15434         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15435
15436 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15437
15438         * message.el (message-forward-make-body-mml): Remove headers
15439         according to message-forward-ignored-headers if a message is decoded.
15440
15441 2004-12-02  Romain Francoise  <romain@orebokech.com>
15442
15443         * message.el (message-forward-make-body-plain): Always remove
15444         headers according to message-forward-ignored-headers.
15445
15446 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15447
15448         * spam.el (spam-summary-prepare-exit): Remove the
15449         gnus-summary-limit pop for now, it has problems with ham marks for
15450         me.
15451
15452 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15453
15454         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15455         correctly.
15456
15457 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15458
15459         * format-spec.el (format-spec): Message the char.
15460
15461 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15462
15463         * gnus-art.el (gnus-split-methods): Reformat comments.
15464
15465         * spam.el (spam-summary-prepare-exit): Remove article limits
15466         before exiting the summary buffer.
15467
15468 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15469
15470         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15471         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15472
15473         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15474         order to silence the byte compiler.
15475
15476         * spam.el: Fix the way to silence the byte compiler, which
15477         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15478         bbdb-search-simple, spam-BBDB-register-routine,
15479         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15480         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15481         spam-stat-buffer-is-spam, spam-stat-load,
15482         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15483         spam-stat-save and spam-stat-split-fancy.
15484
15485 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15486
15487         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15488         which may confuse users.
15489         (canlock-password-for-verify): Ditto.
15490
15491         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15492
15493         * gnus-art.el (gnus-emphasis-alist): Ditto.
15494
15495         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15496
15497         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15498
15499         * gnus-start.el (gnus-save-killed-list): Ditto.
15500
15501         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15502         (gnus-sum-thread-tree-root): Ditto.
15503         (gnus-sum-thread-tree-false-root): Ditto.
15504         (gnus-sum-thread-tree-single-indent): Ditto.
15505
15506         * message.el (message-courtesy-message): Ditto.
15507         (message-archive-note): Ditto.
15508         (message-subscribed-address-file): Ditto.
15509         (message-user-fqdn): Ditto.
15510
15511         * spam-report.el (spam-report-gmane-regex): Ditto.
15512
15513         * spam.el (spam-blackhole-good-server-regex): Ditto.
15514
15515 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * mml.el (mml-preview): Widen the message buffer before copying
15518         the contents to the preview buffer; sort headers before previewing.
15519
15520         * message.el (message-hidden-headers): Fix the way to avoid a bug
15521         in the `repeat' widget in Emacs 21.3 or earlier.
15522
15523 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15524
15525         * message.el (message-hidden-headers): Default to "^References:".
15526         Improve customization type.  Suggested by Reiner Steib
15527         <Reiner.Steib@gmx.de>.
15528
15529 2004-11-25  Romain Francoise  <romain@orebokech.com>
15530
15531         * message.el (message-strip-forbidden-properties): Remove check for
15532         obsolete `message-hidden' text property, hidden headers are not
15533         accessible in the buffer anymore.
15534
15535 2004-11-22  Romain Francoise  <romain@orebokech.com>
15536
15537         * message.el (message-header-format-alist): Add `From' in list
15538         so that it can be sorted.
15539         (message-fix-before-sending): Widen and sort headers before
15540         sending.
15541         (message-hide-headers): Use narrowing to hide headers by moving
15542         them to the top of the buffer and narrowing to the region
15543         underneath.
15544
15545 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15546
15547         * message.el (message-strip-forbidden-properties):
15548         Bind buffer-read-only (etc) to nil.
15549
15550 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15551
15552         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15553         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15554
15555 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15556
15557         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15558
15559 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15560
15561         * dns.el (query-dns): Use sit-for to time instead of
15562         accept-process-output, since that doesn't seem to work on udp
15563         sockets.
15564
15565 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15566
15567         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15568
15569 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15570
15571         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15572         doc string.  Improve doc string.
15573
15574 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15575
15576         * nntp.el (nntp-request-update-info): Return nil if
15577         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15578         may not call gnus-activate-group which uselessly issues the GROUP
15579         commands for all nntp groups and wastes time.  Reported by Romain
15580         Francoise <romain@orebokech.com>.
15581
15582         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15583
15584 2004-11-15  Simon Josefsson  <jas@extundo.com>
15585
15586         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15587         headers separately.
15588         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15589         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15590
15591 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15592
15593         * gnus-start.el (gnus-convert-old-newsrc):
15594         Assign legacy-gnus-agent to 5.10.7.
15595
15596 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15597
15598         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15599         start of the lines.
15600
15601 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15602
15603         * hashcash.el (hashcash-default-payment): Change default to 20.
15604         (hashcash-default-accept-payment): Change default to 20.
15605         (hashcash-process-alist): New variable.
15606         (hashcash-generate-payment-async): Add.
15607         (hashcash-already-paid-p): Add.
15608         (hashcash-insert-payment): Don't generate payments twice.
15609         (hashcash-insert-payment-async): Add.
15610         (hashcash-insert-payment-async-2): Add.
15611         (hashcash-cancel-async): Add.
15612         (hashcash-wait-async): Add.
15613         (hashcash-processes-running-p): Add.
15614         (hashcash-wait-or-cancel): Add.
15615         (mail-add-payment): New optional argument.  Conditionally start
15616         asynchronous calculation.
15617         (mail-add-payment-async): Add.
15618
15619         * message.el (message-send-mail): Wait for asynchronous hashcash
15620         results.  Don't clobber existing X-Hashcash headers.
15621         (message-setup-1): Call mail-add-payment-async when
15622         message-generate-hashcash is non-nil.
15623
15624 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15625
15626         * message.el (message-use-alternative-email-as-from): Examine the
15627         From header as well; use message-make-from in order to include a
15628         user's full name.
15629
15630 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15631
15632         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15633         default; improve customization type.
15634         (gnus-emphasis-custom-with-format): New macro.
15635         (gnus-emphasis-custom-value-to-external): New function.
15636         (gnus-emphasis-custom-value-to-internal): New function.
15637
15638 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15639
15640         * dns.el (query-dns): Resolve reverse addresses.
15641
15642 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15643
15644         * gnus-group.el (gnus-group-get-new-news): Use it.
15645
15646         * gnus-start.el (gnus-check-reasonable-setup): New function.
15647
15648 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15649
15650         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15651         "Args out of range" error.  Reported by Arnaud Giersch
15652         <arnaud.giersch@free.fr>.
15653
15654 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15655
15656         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15657
15658 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15659
15660         * spam.el (spam group): Add :version.
15661
15662         * pgg-def.el (pgg group): Add :version.
15663
15664 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15665
15666         * gnus-art.el (gnus-article-edit-article): Don't associate the
15667         article buffer with a draft file.  This is a temporary measure
15668         against the 2004-08-22 change to gnus-article-edit-mode.
15669
15670 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15671
15672         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15673         (html2text-format-tags): Remove unused variable `attr'.
15674
15675 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15676
15677         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15678
15679         * tls.el (tls-process-connection-type, tls-success)
15680         (tls-certtool-program): Add :version.
15681
15682         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15683         (starttls-extra-arguments, starttls-process-connection-type)
15684         (starttls-connect, starttls-failure, starttls-success): Add :version.
15685
15686         * spam-stat.el (spam-stat): Add :version.
15687
15688         * sieve.el (sieve): Add :version.
15689
15690         * sha1.el (sha1): Add :version.
15691         (sha1-use-external): Remove redundant version.
15692
15693         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15694         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15695         (nnmail-split-fancy-match-partial-words)
15696         (nnmail-split-lowercase-expanded): Add :version.
15697
15698         * nndiary.el (nndiary): Add :version.
15699
15700         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15701
15702         * mml-sec.el (mml-default-sign-method)
15703         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15704         Add :version.
15705
15706         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15707
15708         * mm-url.el (mm-url-use-external, mm-url-program)
15709         (mm-url-arguments): Add :version.
15710
15711         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15712         (mm-attachment-file-modes, mm-decrypt-option)
15713         (mm-w3m-safe-url-regexp): Add :version.
15714
15715         * message.el (message-cite-prefix-regexp)
15716         (message-sendmail-envelope-from, message-minibuffer-local-map)
15717         (message-user-fqdn, message-completion-alist): Add :version.
15718
15719         * gnus-win.el (gnus-configure-windows-hook)
15720         (gnus-use-frames-on-any-display): Add :version.
15721
15722         * gnus-art.el (gnus-article-address-banner-alist)
15723         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15724         (gnus-treat-from-picon, gnus-treat-mail-picon)
15725         (gnus-treat-x-pgp-sig): Add :version.
15726
15727         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15728         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15729         (gnus-summary-article-delete-hook)
15730         (gnus-summary-display-while-building): Add :version.
15731
15732         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15733         (gnus-get-top-new-news-hook): Add :version.
15734
15735         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15736         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15737
15738         * gnus-registry.el (gnus-registry): Add :version.
15739
15740         * gnus-spec.el (gnus-use-correct-string-widths)
15741         (gnus-make-format-preserve-properties): Add :version.
15742
15743         * gnus.el (gnus-group-charter-alist)
15744         (gnus-group-fetch-control-use-browse-url)
15745         (gnus-install-group-spam-parameters): Add :version.
15746
15747         * gnus-diary.el (gnus-diary): Add :version.
15748
15749         * gnus-delay.el (gnus-delay): Add :version.
15750
15751         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15752         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15753         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15754         Add :version.
15755
15756         * gnus-agent.el (gnus-agent-max-fetch-size)
15757         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15758         (gnus-agent-prompt-send-queue): Add :version.
15759
15760         * deuglify.el (gnus-outlook-deuglify): Add :version.
15761
15762         * html2text.el: Beautify code.  Improve doc strings.
15763         Some checkdoc cleanup.
15764         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15765
15766 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15767
15768         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15769
15770 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15771
15772         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15773         when package is loaded.
15774
15775         * spam.el (spam-summary-score-preferred-header): Add global preference
15776         for people who want to override the default SpamAssassin over
15777         Bogofilter preference (when both are set).
15778         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15779         (spam-user-format-function-S):
15780         Check spam-summary-score-preferred-header.
15781         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15782         (spam-user-format-function-S): Format the score correctly.
15783
15784 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15785
15786         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15787         signature file.  Suggested by Manoj Srivastava
15788         <srivasta@golden-gryphon.com>.
15789
15790         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15791         iso-2022-jp even in the Japanese language environment.
15792         Suggested by Jason Rumney <jasonr@gnu.org>.
15793
15794 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15795
15796         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15797         use the same characters as the dummy marks; make it free from
15798         getting affected by the language environment.
15799         (gnus-summary-read-group-1): Update mark positions only when the
15800         format spec is updated.
15801
15802         * gnus-spec.el (gnus-update-format-specifications): Return a list
15803         of updated types.
15804
15805 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15806
15807         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15808         of boundp to check if display-warning is available.
15809
15810 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15811
15812         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15813
15814 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15815
15816         * nnspool.el (nnspool-spool-directory): Use news-path if the
15817         news-directory variable is not bound.
15818
15819         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15820         function instead of display-warning if it is not available.
15821
15822 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15823
15824         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15825         v5-10: Use `point-at-bol'.
15826
15827 2004-10-26  Simon Josefsson  <jas@extundo.com>
15828
15829         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15830         <chenggao@gmail.com>.
15831
15832 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15833
15834         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15835         instead.
15836
15837 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15838
15839         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15840         to remove a server from the nnimap-server-buffer-alist.
15841         (nnimap-open-connection, nnimap-close-server): Use it.
15842
15843         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15844
15845 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15846
15847         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15848         running the major-mode function.
15849
15850 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15851
15852         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15853         dummy marks in the right way.
15854
15855 2004-10-18  David Edmondson  <dme@dme.org>
15856
15857         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15858         excessively.
15859
15860 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15861
15862         * gnus-util.el (gnus-split-references): Accept a nil references
15863         string and go on blissfully.
15864
15865         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15866         cases where the references string is non-nil but has no references.
15867
15868         * encrypt.el: Add autoload tags.
15869
15870         * spam.el (spam-resolve-registrations-routine): Remove article
15871         from unregistration list too.  Reported by David Hanak
15872         <dhanak@isis.vanderbilt.edu>
15873
15874 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15875
15876         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15877         nil.  Change custom type.
15878
15879 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15880
15881         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15882
15883         * gnus-sum.el (gnus-summary-move-article): Use it.
15884
15885 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15886
15887         * encrypt.el: Add autoload cookies.
15888
15889         * spam.el (spam-backend-article-list-property)
15890         (spam-backend-get-article-todo-list)
15891         (spam-backend-put-article-todo-list)
15892         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15893         Resolve registrations separately.
15894         (spam-register-routine): Format comments.
15895         (spam-unregister-routine, spam-register-routine): Always call with
15896         specific-articles, no default list.
15897         (spam-summary-prepare-exit): Use the spam-classifications function.
15898
15899         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15900         gnus-encrypt.el.
15901
15902         * encrypt.el: Copied from gnus-encrypt.el.
15903
15904         * gnus-encrypt.el: Commented that it's obsolete.
15905
15906 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15907
15908         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15909         (gnus-score-save): Use it.
15910
15911         * message.el (message-bury): Use `window-dedicated-p'.
15912
15913 2004-10-15  Simon Josefsson  <jas@extundo.com>
15914
15915         * pop3.el (top-level): Don't require nnheader.
15916         (pop3-read-timeout): Add.
15917         (pop3-accept-process-output): Add.
15918         (pop3-read-response, pop3-retr): Use it.
15919
15920 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15921
15922         * spam.el (spam-register-routine): Move comment.
15923         (spam-verify-bogofilter): Use 'unknown for the initial
15924         spam-bogofilter-valid state, not 'never.
15925
15926         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15927         for netrc-machine.
15928
15929         * nnimap.el (nnimap-open-connection):
15930         Use netrc-machine-user-or-password.
15931
15932 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15933
15934         * gnus-registry.el (gnus-registry-unload-hook):
15935         Set as a variable with add-hook.
15936
15937         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15938         of news-path.
15939
15940         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15941
15942         * spam.el: Delete duplicate `provide'.
15943         (spam-unload-hook): Set as a variable with add-hook.
15944
15945 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15946
15947         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15948         in the doc string.
15949
15950         * message.el (message-ignored-news-headers)
15951         (message-ignored-supersedes-headers)
15952         (message-ignored-resent-headers)
15953         (message-forward-ignored-headers): Improve custom type.
15954
15955 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15956
15957         * message.el (message-tokenize-header): Fix 2004-09-06 change
15958         which used point-min in the wrong place.
15959
15960 2004-10-12  Simon Josefsson  <jas@extundo.com>
15961
15962         * tls.el (tls-certtool-program): New variable.
15963         (tls-certificate-information): New function, based on
15964         ssl-certificate-information.
15965
15966 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15967
15968         * compface.el: Move the version of ELisp-based uncompface program
15969         to the contrib directory because of the copyright problem.
15970
15971 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15972
15973         * message.el (message-kill-buffer): Raise the current frame.
15974
15975 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15976
15977         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15978
15979         * gnus.el (message-y-or-n-p): Autoload.
15980
15981         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15982         (pop3-password-required, pop3-authentication-scheme)
15983         (pop3-leave-mail-on-server): Make customizable.
15984         (pop3): New custom group.
15985         (pop3-retr): Remove `sleep-for' statements.
15986         Suggested by Dave Love <fx@gnu.org>.
15987
15988         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15989         Windows/DOS.
15990
15991         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15992         (imap-parse-body): Fix incorrect use of `assert'.
15993         Suggested by Dave Love <fx@gnu.org>.
15994
15995         * mml.el (mml-minibuffer-read-disposition): Require match.
15996         Suggested by Dave Love <fx@gnu.org>.
15997
15998 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15999
16000         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16001         doc string.
16002
16003 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16004
16005         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16006
16007 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16008
16009         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16010         instead of calling `mm-insert-inline', to decode text/* parts
16011         before displaying them.
16012
16013 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16014
16015         * mm-uu.el (mm-uu-text-plain-type): New variable.
16016         (mm-uu-pgp-signed-extract-1): Use it.
16017         (mm-uu-pgp-encrypted-extract-1): Use it.
16018         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16019         bind mm-uu-text-plain-type with that value.
16020         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16021         mm-uu-dissect.
16022
16023 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16024
16025         * gnus-group.el (gnus-update-group-mark-positions):
16026         * gnus-sum.el (gnus-update-summary-mark-positions):
16027         * message.el (message-check-news-body-syntax):
16028         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16029         of string-as-multibyte.
16030
16031 2004-10-05  Juri Linkov  <juri@jurta.org>
16032
16033         * gnus-group.el (gnus-update-group-mark-positions):
16034         * gnus-sum.el (gnus-update-summary-mark-positions):
16035         * message.el (message-check-news-body-syntax):
16036         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16037         8-bit unibyte values to a multibyte string for search functions.
16038
16039 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16040
16041         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16042         (mm-uu-dissect-text-parts): New function.
16043
16044         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16045         dissect text parts.
16046
16047         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16048         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16049
16050         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16051
16052         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16053         Use gnus-current-topics instead of gnus-current-topic.
16054
16055 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16056
16057         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16058
16059 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16060
16061         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16062         where approriate.
16063
16064         * nnml.el (nnml-generate-active-info): do.
16065
16066         * nndiary.el (nndiary-generate-active-info): do.
16067
16068         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16069         (gnus-topic-move): do.
16070
16071         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16072         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16073
16074         * gnus-srvr.el (gnus-server-prepare)
16075         (gnus-server-open-all-servers): do.
16076
16077         * gnus-msg.el (gnus-summary-cancel-article)
16078         (gnus-summary-resend-message)
16079         (gnus-summary-mail-crosspost-complaint): do.
16080
16081         * gnus-move.el (gnus-change-server): do.
16082
16083         * gnus-group.el (gnus-group-unmark-all-groups)
16084         (gnus-group-set-current-level): do.
16085
16086 2004-10-04  Simon Josefsson  <jas@extundo.com>
16087
16088         * message.el (message-generate-hashcash): Doc fix.
16089
16090 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16091
16092         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16093         avoid infinite recursion via gnus-get-function.
16094
16095 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16096
16097         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16098
16099         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16100
16101         * nnmail.el (nnmail-split-history): do.
16102
16103         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16104         (nnml-request-delete-group): do.
16105
16106         * nnslashdot.el (nnslashdot-read-groups): do.
16107
16108         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16109         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16110
16111         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16112         (nnspool-sift-nov-with-sed): Use last.
16113         (nnspool-retrieve-headers-with-nov): Use mapc.
16114         (nnspool-request-newgroups): Use dolist.
16115         (nnspool-request-group): Use last.
16116
16117         * nntp.el (nntp-read-server-type): Use dolist.
16118
16119         * nnvirtual.el (nnvirtual-create-mapping)
16120         (nnvirtual-update-read-and-marked): Use dolist.
16121         (nnvirtual-convert-headers): Simplify.
16122
16123 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16124
16125         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16126         Add support for sync'ing tick marks.
16127
16128 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16131         there's no visible header.
16132
16133 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16134
16135         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16136         When necessary, pass full group name to gnus-request-set-marks.
16137
16138 2004-10-01  Simon Josefsson  <jas@extundo.com>
16139
16140         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16141         acroread.
16142
16143 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16144
16145         * spam-report.el (spam-report-gmane): Fix interactive.
16146
16147         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16148
16149         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16150         when writing file.
16151         (gnus-agent-synchronize-flags): Don't default to being
16152         interactive.
16153
16154 2004-09-30  Simon Josefsson  <jas@extundo.com>
16155
16156         * message.el (message-generate-hashcash): Add.
16157         (message-send-mail): Use it, call mail-add-payment.
16158
16159 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16160
16161         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16162
16163 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16164
16165         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16166         gnus-requst-update-info with explicit code to sync the in-memory
16167         info read flags with the marks being sync'd to the backend.
16168
16169         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16170
16171 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16172
16173         * spam.el (spam-verify-bogofilter): Add new function.
16174         (spam-check-bogofilter)
16175         (spam-bogofilter-register-with-bogofilter): Use it.
16176         (spam-verify-bogofilter): Add small fixes.
16177
16178 2004-09-28  Simon Josefsson  <jas@extundo.com>
16179
16180         * hashcash.el (hashcash-generate-payment): Revert.
16181
16182 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16183
16184         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16185         Use gnus-extract-references instead of gnus-split-references.
16186
16187         * gnus-util.el (gnus-extract-references): Add new function, analogous
16188         to gnus-split-references but extracts only the message-ID without
16189         anything extra.
16190
16191         * hashcash.el (hashcash-generate-payment)
16192         (hashcash-check-payment): Do the right thing if hashcash-path is
16193         nil (because the hashcash program could not be found).
16194
16195         * spam.el (spam-use-hashcash): Remove comment.
16196
16197 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16198
16199         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16200         (gnus-cache-enter-article, gnus-cache-remove-article)
16201         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16202
16203         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16204
16205         * gnus-art.el (article-hide-boring-headers)
16206         (article-translate-strings, article-display-face)
16207         (gnus-article-mime-match-handle-first)
16208         (gnus-article-highlight-headers)
16209         (gnus-article-add-buttons-to-head): do.
16210
16211 2004-09-27  Simon Josefsson  <jas@extundo.com>
16212
16213         * hashcash.el: New version, from
16214         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16215         ../contrib/.
16216
16217 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16218
16219         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16220
16221 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16222
16223         * gnus-dup.el (gnus-dup-open): Use mapc.
16224         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16225
16226         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16227         Reported by Stefan Wiens <s.wi@gmx.net>.
16228
16229         * gnus.el (gnus-shutdown): Use dolist.
16230
16231         * gnus-undo.el (gnus-undo): Use mapc.
16232
16233         * nnrss.el (nnrss-generate-active): do.
16234
16235         * message.el (message-cite-original-without-signature)
16236         (message-cite-original): Use mapc.
16237         (message-do-actions, message-make-forward-subject): Use dolist.
16238
16239 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16240
16241         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16242         deletion to remove entire duplicate line.  Fixes merged article
16243         number bug.
16244
16245 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16246
16247         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16248         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16249         first ask if you want to open a server and then, even when you
16250         responded with no, asking if you want to synchronize the server's
16251         flags.
16252         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16253         multi-line expressions.
16254         (gnus-agent-synchronize-group-flags): New internal function.
16255         Updates marks in memory (in the info structure) AND in the
16256         backend.
16257
16258         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16259
16260         * nnagent.el (nnagent-request-set-mark):
16261         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16262         method, to ensure that synchronization updates marks in the
16263         backend and in the info (in memory) structure.
16264
16265 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16266
16267         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16268         convention fully; don't miss the root article of a thread; make
16269         the X-Draft-From header with correct article numbers.
16270
16271 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16272
16273         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16274         unless plugged.  Disable the agent so that an open failure causes
16275         an error.
16276
16277         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16278         Revert 2004-09-21 change.  The backend must be opened while
16279         synchronizing flags even when the backend stores the flags
16280         locally.
16281
16282 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16283
16284         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16285         in `header' match.  Reported by Svend Tollak Munkejord.
16286
16287         * message.el (message-cite-original): Fix use of
16288         `message-cite-articles-with-x-no-archive'.
16289
16290 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16291
16292         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16293         (gnus-window-to-buffer): Ditto.
16294
16295         * mml.el (mml-preview-buffer): New variable.
16296         (mml-preview): Manage window layout with gnus-buffer-configuration.
16297
16298         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16299         X-Draft-From header even if those articles aren't quoted.
16300
16301 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16302
16303         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16304         (gnus-request-set-mark, gnus-request-update-mark): Use new
16305         g-s-t-u-l-m to decide to use backend even when unplugged.
16306
16307 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16308
16309         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16310         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16311
16312 2004-09-20  Simon Josefsson  <jas@extundo.com>
16313
16314         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16315         "utf-16-le".
16316
16317 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16318
16319         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16320
16321 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16322
16323         * uudecode.el (uudecode-use-external): Add :version.
16324
16325         * smime.el (smime-CA-file, smime-encrypt-cipher)
16326         (smime-dns-server): Add :version.
16327
16328         * smiley.el (gnus-smiley-file-types): Add :version.
16329
16330         * sha1.el (sha1-use-external): Add :version.
16331
16332         * pgg-def.el (pgg-query-keyserver): Add :version.
16333
16334         * nnmail.el (nnmail-fancy-expiry-targets)
16335         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16336         Add :version.
16337
16338         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16339         (nnimap-retrieve-groups-asynchronous): Add :version.
16340         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16341
16342         * mml.el (mml-content-disposition-parameters)
16343         (mml-insert-mime-headers-always): Add :version.
16344
16345         * mm-util.el (mm-coding-system-priorities): Add :version.
16346
16347         * mm-decode.el (mm-inline-text-html-with-images)
16348         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16349         (mm-verify-option): Add :version.
16350         (mm-text-html-renderer): Change :version.
16351
16352         * message.el (message-fcc-externalize-attachments)
16353         (message-required-headers, message-draft-headers)
16354         (message-subject-trailing-was-query)
16355         (message-subject-trailing-was-ask-regexp)
16356         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16357         (message-mark-insert-end, message-archive-header)
16358         (message-archive-note, message-cross-post-default)
16359         (message-cross-post-note, message-followup-to-note)
16360         (message-cross-post-note-function, message-use-mail-followup-to)
16361         (message-subscribed-address-functions)
16362         (message-subscribed-address-file, message-subscribed-addresses)
16363         (message-subscribed-regexps, message-allow-no-recipients)
16364         (message-yank-cited-prefix, message-signature-insert-empty-line)
16365         (message-hidden-headers, message-hierarchical-addresses)
16366         (message-mail-user-agent, message-use-idna)
16367         (message-valid-fqdn-regexp)
16368         (message-strip-special-text-properties, message-header-synonyms)
16369         (message-beginning-of-line, message-tab-body-function): Add :version.
16370         (message-insert-canlock, message-wide-reply-confirm-recipients):
16371         Change :version.
16372
16373         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16374         and :version.
16375         (mail-source-delete-old-incoming-confirm)
16376         (mail-source-movemail-program): Add :version.
16377
16378         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16379         (gnus-agent-cache, gnus-agent): Change :version.
16380
16381         * gnus-util.el (gnus-use-byte-compile): Change :version.
16382
16383         * gnus-sum.el (gnus-summary-make-false-root-always)
16384         (gnus-summary-default-high-score)
16385         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16386         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16387         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16388         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16389         (gnus-sum-thread-tree-single-indent)
16390         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16391         (gnus-sum-thread-tree-leaf-with-other)
16392         (gnus-sum-thread-tree-single-leaf): Add :version.
16393         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16394         (gnus-article-loose-mime): Change :version.
16395
16396         * gnus-start.el (gnus-backup-startup-file)
16397         (gnus-save-startup-file-via-temp-buffer): Add :version.
16398
16399         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16400         (gnus-server-offline-face): Add :version.
16401
16402         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16403
16404         * gnus-msg.el (gnus-gcc-externalize-attachments)
16405         (gnus-debug-files, gnus-debug-exclude-variables)
16406         (gnus-discouraged-post-methods): Change :version.
16407         (gnus-confirm-mail-reply-to-news)
16408         (gnus-confirm-treat-mail-like-news): Add :version.
16409
16410         * gnus-int.el (gnus-server-unopen-status): Add :version.
16411
16412         * gnus-group.el (gnus-group-jump-to-group-prompt)
16413         (gnus-large-ephemeral-newsgroup)
16414         (gnus-fetch-old-ephemeral-headers): Add :version.
16415
16416         * gnus-fun.el (gnus-x-face-directory)
16417         (gnus-convert-pbm-to-x-face-command)
16418         (gnus-convert-image-to-x-face-command)
16419         (gnus-convert-image-to-face-command): Add :version.
16420
16421         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16422
16423         * gnus-cite.el (gnus-cite-blank-line-after-header)
16424         (gnus-article-boring-faces): Add :version.
16425
16426         * gnus-art.el (gnus-buttonized-mime-types)
16427         (gnus-inhibit-mime-unbuttonizing)
16428         (gnus-treat-display-face)
16429         (gnus-treat-body-boundary): Change :version.
16430         (gnus-body-boundary-delimiter, gnus-picon-databases)
16431         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16432         (gnus-treat-date-english, gnus-treat-fold-headers)
16433         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16434         (gnus-treat-mail-picon, gnus-treat-wash-html)
16435         (gnus-article-encrypt-protocol)
16436         (gnus-use-idna, gnus-article-over-scroll)
16437         (gnus-mime-display-multipart-alternative-as-mixed)
16438         (gnus-mime-display-multipart-related-as-mixed)
16439         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16440         (gnus-ctan-url, gnus-button-ctan-handler)
16441         (gnus-button-handle-ctan-bogus-regexp)
16442         (gnus-button-ctan-directory-regexp)
16443         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16444         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16445         (gnus-button-man-level, gnus-button-emacs-level)
16446         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16447
16448         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16449         (gnus-agent-go-online): Change :version.
16450         (gnus-agent-expire-unagentized-dirs)
16451         (gnus-agent-auto-agentize-methods): Add :version.
16452
16453         * flow-fill.el (fill-flowed-display-column)
16454         (fill-flowed-encode-column): Add :version.
16455
16456         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16457         (gnus-outlook-deuglify-unwrap-max)
16458         (gnus-outlook-deuglify-cite-marks)
16459         (gnus-outlook-deuglify-unwrap-stop-chars)
16460         (gnus-outlook-deuglify-no-wrap-chars)
16461         (gnus-outlook-deuglify-attrib-cut-regexp)
16462         (gnus-outlook-deuglify-attrib-verb-regexp)
16463         (gnus-outlook-deuglify-attrib-end-regexp)
16464         (gnus-outlook-display-hook): Add :version.
16465
16466         * binhex.el (binhex-use-external): Add :version.
16467
16468 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16469
16470         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16471         and `invisible'.
16472
16473 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16474
16475         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16476         in gnus-registry-trim.
16477
16478 2004-09-13  Simon Josefsson  <jas@extundo.com>
16479
16480         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16481
16482         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16483
16484         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16485         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16486         <yamaoka@jpl.org>.
16487         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16488         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16489         <yamaoka@jpl.org>.
16490
16491         * sieve.el (sieve-manage-mode): Ditto.
16492
16493 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16494
16495         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16496
16497 2004-09-11  Simon Josefsson  <jas@extundo.com>
16498
16499         * dns-mode.el: Add.
16500
16501         * mm-view.el (mm-display-dns-inline): Add.
16502
16503         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16504         (mm-automatic-display): Ditto.
16505
16506         * mailcap.el (mailcap-mime-data): Add text/dns.
16507         (mailcap-mime-extensions): Map .soa to text/dns.
16508
16509 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16510
16511         * gnus-art.el (article-decode-mime-words, article-babel)
16512         (gnus-article-highlight-signature, gnus-article-add-buttons)
16513         (gnus-signature-toggle): Remove unnecessary bindings of
16514         `inhibit-read-only' inherited from v5.10 merge.
16515
16516 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16517
16518         * nntp.el (nntp): New customization group.
16519         (nntp-authinfo-file): Add customization group.
16520
16521         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16522
16523         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16524
16525         * gnus.el (to-address, to-list, subscribed)
16526         (large-newsgroup-initial): Ditto.
16527
16528         * flow-fill.el (fill-flowed-display-column)
16529         (fill-flowed-encode-column): Ditto.
16530
16531 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16532
16533         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16534         Use point-min rather than 1.
16535         (message-send-mail): Use buffer-size rather than point-max.
16536
16537         * gnus-sum.el (gnus-summary-search-article-forward):
16538         Signal a specific `search-failed' rather than a generic `error'.
16539
16540         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16541         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16542         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16543
16544 2004-09-10  Simon Josefsson  <jas@extundo.com>
16545
16546         * nndb.el (require): Remove tcp and duplicate cl.
16547
16548 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16549
16550         * gnus-agent.el (directory-files-and-attributes): Move forward.
16551
16552 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16553
16554         * gnus-agent.el (directory-files-and-attributes):
16555         Optionally defined to support XEmacs.
16556
16557 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16558
16559         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16560         to avoid run-time CL dependencies.
16561         (gnus-agent-unfetch-articles): New function.
16562         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16563         article numbers even when local .overview file is missing.
16564         (gnus-agent-read-article-number): New function.  Only accepts
16565         27-bit article numbers.
16566         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16567         Use gnus-agent-read-article-number.
16568         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16569         from backend while recognizing that article numbers in .overview
16570         must be valid.
16571         (gnus-agent-update-files-total-fetched-for):
16572         Use directory-files-and-attributes to improve performance.
16573         * gnus-int.el (gnus-request-move-article):
16574         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16575         improve performance.
16576
16577         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16578         some users confused by references to .newsrc when they only have a
16579         .newsrc.eld file.
16580         (gnus-convert-mark-converter-prompt)
16581         (gnus-convert-converter-needs-prompt): Fix use of property list.
16582         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16583         New function.  Used internally to only display 'gnus converting
16584         files' message when actually necessary.
16585
16586         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16587         methods now autoloaded.
16588
16589 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16590
16591         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16592         identifiers.
16593
16594 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16595
16596         * gnus-picon.el: Fix indentation and closing parenthesis.
16597
16598 2004-09-01  Simon Josefsson  <jas@extundo.com>
16599
16600         * message.el (message-canlock-generate): Require sha1, not
16601         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16602         to require within a function.  Sadly, if sha1.el isn't loaded, the
16603         let binding in m-c-g will hide the defcustom definition, which is
16604         bad.)
16605
16606         * canlock.el: Require sha1, not sha1-el.
16607
16608         * message.el: Don't autoload sha1 (there is a autoload cookie in
16609         sha1.el).
16610
16611         * sha1-el.el: Rename to sha1.el.
16612
16613 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16614
16615         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16616
16617 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16618
16619         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16620
16621 2004-08-30  Kim F. Storm  <storm@cua.dk>
16622
16623         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16624
16625         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16626         Add :group 'nnimap.
16627
16628 2004-08-30  Andreas Schwab  <schwab@suse.de>
16629
16630         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16631         ?* and ?\;.
16632
16633         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16634         and ?\' to symbol instead of whitespace.
16635
16636 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16637
16638         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16639
16640         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16641         instead of re-search-forward.
16642
16643         * gnus-uu.el (gnus-uu-save-article): Ditto.
16644         (gnus-uu-post-encode-uuencode): Ditto.
16645
16646         * html2text.el (html2text-clean-list-items): Ditto.
16647         (html2text-clean-dtdd): Ditto.
16648         (html2text-format-tags): Ditto.
16649
16650         * message.el (message-send-mail-with-sendmail): Fix regexp.
16651         (message-fill-field-general): Use search-forward instead of
16652         re-search-forward.
16653         (unbold-region): Ditto.
16654
16655         * nnrss.el (nnrss-request-article): Ditto.
16656
16657         * nnslashdot.el (nnslashdot-request-article): Ditto.
16658
16659         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16660
16661         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16662         "Unrecognized menu descriptor" error in XEmacs.
16663
16664 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16665
16666         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16667         parent article of a sparse article in the thread hashtb.
16668
16669 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16670
16671         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16672         (nnmail-expand-newtext): Lowercase expanded entries if
16673         nnmail-split-lowercase-expanded is non-nil.
16674
16675 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16676
16677         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16678
16679         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16680         of gnus-tmp-news-method into string under XEmacs.  It will be
16681         passed to gnus-correct-length which takes only a string argument.
16682
16683 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16684
16685         * gnus-util.el (gnus-bind-print-variables): New macro.
16686         (gnus-prin1): Use it.
16687         (gnus-prin1-to-string): Use it.
16688         (gnus-pp): New function.
16689         (gnus-pp-to-string): New function.
16690
16691         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16692         Replace pp-to-string with gnus-pp-to-string.
16693         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16694         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16695         * gnus-msg.el (gnus-debug): Ditto.
16696         * gnus-score.el (gnus-score-save): Ditto.
16697         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16698         gnus-pp-to-string.
16699         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16700         with gnus-pp.
16701         * score-mode.el (gnus-score-pretty-print): Ditto.
16702         * webmail.el (webmail-debug): Ditto.
16703
16704 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16705
16706         * gnus-art.el (article-display-face, article-display-x-face):
16707         Use buffer-read-only.
16708
16709 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16710
16711         * gnus-art.el (article-hide-list-identifiers):
16712         Bind inhibit-read-only as t.
16713
16714 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16715
16716         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16717
16718 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16719
16720         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16721         (gnus-narrow-to-page): Don't assume point-min == 1.
16722         (gnus-article-edit-mode): Derive from message-mode.
16723
16724         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16725         point-min == 1.
16726
16727         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16728         Disable incorrect use of `assert'.
16729
16730         * message.el (message-mode): Set comment-start-skip.
16731
16732
16733 2004-08-22  Sam Steingold  <sds@gnu.org>
16734
16735         * pop3.el (pop3-leave-mail-on-server): New user variable.
16736         (pop3-movemail): Delete mail only when it is nil.
16737
16738 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16739
16740         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16741
16742         * mml.el (mml-preview): Use `pop-to-buffer'.
16743
16744         * message.el (message-goto-mail-followup-to): Insert after "To".
16745         (message-carefully-insert-headers): Add comment.
16746
16747         * gnus.el: Remove unused variable `gnus-article-check-size'.
16748
16749         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16750
16751         * gnus-art.el (gnus-button-alist):
16752         Improve `gnus-button-handle-library' entry.
16753
16754 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16755
16756         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16757         Use downcase, since XEmacs capitalizes error messages differently.
16758
16759 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16760
16761         * nntp.el: Add (require 'gnus) due to reference to
16762         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16763
16764 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16765
16766         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16767         Bind `mm-fill-flowed'.
16768
16769         * mm-decode.el (mm-dissect-singlepart): Check it.
16770
16771 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16772
16773         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16774         'imap' for netrc parsing.
16775
16776 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16777
16778         * mailcap.el (mailcap-mime-data): Mark as risky.
16779
16780 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16781
16782         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16783         may be included in the encoded word.
16784         (rfc2047-encode): Don't append a space if the encoded word
16785         includes close parenthesis.
16786
16787 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16788
16789         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16790         of text within parentheses.
16791
16792 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16793
16794         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16795         (gnus-encrypt-write-file-contents): Make the password key the file
16796         name PLUS the cipher, not just the cipher.  Also remove failed
16797         passwords from the cache.
16798
16799 2004-08-06  Simon Josefsson  <jas@extundo.com>
16800
16801         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16802         Doc fix.
16803
16804 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16805
16806         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16807         LWSP.
16808
16809 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16810
16811         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16812         Try to append in-reply-to: data to the references: header.
16813
16814         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16815         (netrc-parse): Use gnus-encrypt.el functions.
16816
16817         * gnus-encrypt.el: Add new file for encryption support; currently
16818         does only a few GPG ciphers and an internal XOR cipher.
16819
16820         * password.el: Add comments on using password-read-and-add.
16821         (password-read-and-add): Add function to read and add the
16822         password to the cache at once.
16823
16824 2004-07-28  Simon Josefsson  <jas@extundo.com>
16825
16826         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16827         parameter (but don't use it, for now).
16828
16829         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16830         instead of hard coding to nil.
16831
16832 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16833
16834         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16835         as mm-inline-image-xemacs does.
16836
16837 2004-07-26  Simon Josefsson  <jas@extundo.com>
16838
16839         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16840         Revert part of 2004-07-17 change below.
16841
16842 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16843
16844         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16845         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16846
16847 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16848
16849         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16850         quotes that actually start with ">" at the beginning of the
16851         lines.
16852
16853 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16854
16855         * rfc2047.el (rfc2047-encode-region): Fix last change.
16856         (rfc2047-encode-parameter): Remove useless concat.
16857
16858 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16859
16860         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16861         encode special characters; fix some kind of misconfigured headers;
16862         signal a real error if debug-on-quit or debug-on-error is non-nil.
16863         (rfc2047-encode-max-chars): New variable.
16864         (rfc2047-encode-1): Use it.
16865         (rfc2047-encode-parameter): New function.
16866
16867         * mml.el (mml-insert-parameter): Remove an excessive space.
16868
16869 2004-07-17  Simon Josefsson  <jas@extundo.com>
16870
16871         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16872         Kai Grossjohann <kai@emptydomain.de>.
16873         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16874         (gnus-group-make-menu-bar): Ditto.
16875
16876         * gnus-util.el (gnus-group-server): Add.
16877
16878 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16879
16880         * message.el (message-clone-locals): Clone sendmail and smtp
16881         variables.
16882
16883 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16884
16885         * rfc2047.el (rfc2047-encode-region): Fix last change.
16886
16887 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16888
16889         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16890         characters as non-special.
16891
16892 2004-07-09  Simon Josefsson  <jas@extundo.com>
16893
16894         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16895         Users will lose all flag changes made while unplugged with
16896         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16897         good default.  See numerous reports on ding mailing list.
16898
16899 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16900
16901         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16902         add generate-head-function and generate-article-function to the
16903         rfc822-forward entry.
16904         (nndoc-rfc822-forward-generate-article): New function.
16905         (nndoc-rfc822-forward-generate-head): New function.
16906
16907         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16908
16909 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16910
16911         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16912         respect display group parameter and gnus-summary-expunge-below.
16913         (gnus-articles-to-read): Remove unused reference to display group
16914         parameter.
16915
16916 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16917
16918         * nnheader.el (nnheader-uniquify-message-id): New experimental
16919         variable.
16920         (nnheader-nov-read-message-id): Use it.
16921
16922         * spam-report.el (spam-report-gmane): Add interactive.
16923
16924 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16925
16926         * mm-encode.el (mm-content-transfer-encoding-defaults):
16927         Use qp-or-base64 for the application/* types.
16928
16929 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16930
16931         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16932
16933 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16934
16935         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16936         trim value.
16937
16938 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16939
16940         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16941         New macro and function.
16942         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16943
16944 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16945
16946         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16947         after-load-alist.
16948
16949 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16950
16951         * gnus-group.el (gnus-group-get-new-news-this-group):
16952         Don't update info that isn't there.
16953
16954 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16955
16956         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16957         entry.
16958
16959 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16960
16961         * mm-view.el (mm-inline-render-with-function): Use multibyte
16962         buffer; decode html source by charset.
16963
16964         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16965
16966         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16967         Mule-UCS is loaded under XEmacs.
16968         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16969
16970 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16971
16972         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16973
16974 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16975
16976         * mm-util.el (mm-coding-system-p): Return a coding-system.
16977         (mm-mime-mule-charset-alist): Use shift_jis instead of
16978         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16979         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16980         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16981         instead of japanese-shift-jis and iso-latin-1 respectively in
16982         order to share the default value with both Emacs and XEmacs-mule.
16983         (mm-mule-charset-to-mime-charset):
16984         Make mm-coding-system-priorities effective.
16985         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16986         while predicating of candidates upon the priorities.
16987
16988 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16989
16990         * gnus-sum.el (gnus-summary-make-menu-bar):
16991         Add gnus-uu-invert-processable.
16992
16993         * gnus.el: Autoload gnus-uu-invert-processable.
16994
16995 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16996
16997         * mm-util.el (mm-with-multibyte-buffer): New macro.
16998
16999         * rfc2047.el (rfc2047-encode-string): Use it.
17000         (rfc2047-encode-region): Move point to the end of the region after
17001         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17002
17003 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17004
17005         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17006         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17007
17008 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17009
17010         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17011         (gnus-cite-parse): Ignore quoted envelope From_.
17012         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17013
17014 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17015
17016         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17017         invalid addresses.
17018
17019 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17020
17021         * spam.el: Change section markers, revise TODO list.
17022         (spam-backends): Make new master list of all installed backends.
17023         (spam-summary-exit-behavior): Add new variable to determine how
17024         messages moves are done at summary exit.
17025         (spam-move-spam-nonspam-groups-only)
17026         (spam-process-ham-in-nonham-groups)
17027         (spam-process-ham-in-spam-groups): Remove variables, the
17028         spam-summary-exit-behavior variable should be used to manage this
17029         behavior.
17030         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17031         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17032         and spam-old-spam-articles.
17033         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17034         Add empty variables, placeholders for the backends they represent.
17035         (spam-set-difference): Move, unchanged.
17036         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17037         unless the user has a processor variable.
17038         (spam-classifications, spam-classification-valid-p)
17039         (spam-backend-properties, spam-backend-property-valid-p)
17040         (spam-backend-function-type-valid-p)
17041         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17042         (spam-report-articles-gmane, spam-report-articles-resend):
17043         Remove functions, they are not needed.
17044         (spam-install-backend-super, spam-backend-list)
17045         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17046         (spam-backend-function, spam-backend-ham-registration-function)
17047         (spam-backend-spam-registration-function)
17048         (spam-backend-ham-unregistration-function)
17049         (spam-backend-spam-unregistration-function)
17050         (spam-backend-statistical-p, spam-backend-mover-p)
17051         (spam-install-backend-alias, spam-install-checkonly-backend)
17052         (spam-install-mover-backend, spam-install-nocheck-backend)
17053         (spam-install-backend, spam-install-statistical-backend)
17054         (spam-install-statistical-checkonly-backend): Add backend installation
17055         support.
17056         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17057         (spam-group-processor-p): Use the new backend code and respect the
17058         summary exit behavior.
17059         (spam-mark-spam-as-expired-and-move-routine): Remove.
17060         (spam-summary-prepare): Change to use the new spam-old-articles
17061         variable.
17062         (spam-copy-or-move-routine, spam-copy-spam-routine)
17063         (spam-move-spam-routine, spam-copy-ham-routine)
17064         (spam-move-ham-routine): Add code to copy/move ham or spam.
17065         (spam-fetch-field-fast): Improve doc and code, plus allow the
17066         'number request.
17067         (spam-list-of-checks, spam-list-of-statistical-checks):
17068         Remove variables.
17069         (spam-split, spam-find-spam): Use the new backend code.
17070         (spam-registration-functions): Remove variable.
17071         (spam-unregister-routine): Add convenience wrapper.
17072         (spam-log-undo-registration, spam-register-routine)
17073         (spam-log-processing-to-registry)
17074         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17075         where possible.
17076         (spam-check-gmane-xref, spam-check-regex-headers)
17077         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17078         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17079         (spam-check-bogofilter-headers, spam-check-spamoracle)
17080         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17081         (spam-check-crm114-headers): Use the spam-split-group that
17082         spam-split prepares, no need to determine it every time.
17083
17084         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17085         to the nnheader-parse-naked-head call.
17086
17087         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17088
17089         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17090         the nnheader-nov-read-message-id call.
17091
17092 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17093
17094         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17095         gnus-activate-group twice.  Suggested by Markus Peter
17096         <warp@spin.de>.
17097
17098 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17099
17100         * gnus-art.el (gnus-article-time-format): Exchange the order of
17101         day and month in the default value; fix customization type.
17102         (article-date-ut): Use add-text-properties.
17103         (article-make-date-line): Use message-make-date instead of
17104         current-time-string.
17105
17106         * message.el (message-fetch-field): Don't use set-text-properties.
17107         (message-make-date): Simplify.
17108
17109         * messagexmas.el (message-xmas-make-date): New function.
17110         (message-xmas-redefine): Defalias message-make-date to it.
17111
17112 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17113
17114         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17115         (rfc2047-encode-region): Treat text within parentheses as special;
17116         show the original text when error has occurred.
17117
17118         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17119         already-computed method to gnus-activate-group.
17120
17121         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17122         same select-methods identical Lisp objects.
17123
17124         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17125         object when modifying the info.
17126
17127 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17128
17129         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17130         gnus-opened-servers since it has never been opened with the new
17131         configuration yet.
17132
17133 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17134
17135         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17136         arg to nnheader-generate-fake-message-id.
17137
17138 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17139
17140         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17141         number and build a fake message ID localized to a group and
17142         article number (so it's repeatable from that point on).
17143         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17144         ID format.
17145
17146         * gnus-sum.el (gnus-get-newsgroup-headers):
17147         Call nnheader-generate-fake-message-id with the article number.
17148
17149 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17150
17151         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17152         end-of-buffer.
17153
17154 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17155
17156         * message.el (message-ignored-supersedes-headers): Add Approved.
17157
17158 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17159
17160         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17161         goto-char.
17162         (rfc2047-encode): Fold the line before encoding.
17163
17164 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17165
17166         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17167         folding -- not all headers can be folded, and this should be done
17168         by the message composition mode.  Probably.  I think.
17169
17170 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17171
17172         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17173         fast.
17174
17175         * gnus-ems.el (gnus-remove-image): Don't use
17176         message-text-with-property; remove only the image found first.
17177
17178         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17179         found first.
17180
17181 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17182
17183         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17184
17185 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17186
17187         * message.el (message-text-with-property): Make it fast and accept
17188         optional arguments.
17189         (message-strip-forbidden-properties): Use it.
17190         (message-fix-before-sending): Follow the m-t-w-p change.
17191
17192         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17193
17194 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17195
17196         * gnus-art.el (article-hide-headers): Don't change the buffer
17197         mistakenly when performing mml-preview even if
17198         gnus-single-article-buffer is nil.
17199
17200 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17201
17202         * message.el (message-expand-name-databases): New user option.
17203         (message-expand-name): Use it.
17204
17205 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17206
17207         * spam.el (spam-report-articles-resend)
17208         (spam-report-resend-register-routine): Allow ham reporting.
17209         (spam-report-resend-register-ham-routine): Add wrapper.
17210         (spam-registration-functions): Add ham resending functions.
17211         (spam-list-of-processors): Add ham resend processor.
17212
17213         * gnus.el (ham-resend-to): Add new group parameter.
17214         (spam-process): Add ham resend option.
17215
17216         * spam-report.el (spam-report-resend): Allow reporting ham.
17217         (spam-report-resend-ham): Add wrapper.
17218
17219 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17220
17221         * message.el (message-cite-articles-with-x-no-archive):
17222         New variable.
17223         (message-cite-original): Use it.
17224
17225 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17226
17227         * message.el (message-cite-original): Respect X-No-Archive.
17228
17229 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17230
17231         * gnus-art.el (article-hide-headers): Refer to the values for
17232         gnus-ignored-headers and gnus-visible-headers in the summary
17233         buffer since a user may have set them as group parameters.
17234
17235 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17236
17237         * assistant.el (assistant-node-name): Add convenience function.
17238         (assistant-render-text, assistant-render-node): Add error handling,
17239         plus handle multiple next nodes.
17240         (assistant-find-next-node): Comment out for now.
17241         (assistant-find-next-nodes): Add function, returns list of next
17242         nodes.
17243
17244 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17245
17246         * mail-source.el (mail-source-directory): Fix doc-string.
17247
17248 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17249
17250         * assistant.el (assistant-render-text, assistant-eval): Add :set
17251         widget type, which is different because it takes and returns a
17252         list.  Much hilarity ensues.
17253
17254 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17255
17256         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17257
17258         * gnus-group.el (gnus-group-get-new-news-this-group):
17259         Add doc-string.
17260
17261         * gnus-start.el (gnus-activate-group): Add doc-string.
17262
17263 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17264
17265         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17266
17267 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17268
17269         * assistant.el (assistant-render-text): Try to add a :set
17270         widget, more to come.
17271
17272         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17273         strings.
17274         (spam-report-articles-resend)
17275         (spam-register-routine): Do registration iff any articles warrant
17276         it.
17277         (spam-summary-prepare-exit): Change log message for nil group
17278         destinations.
17279
17280 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17281
17282         * spam.el (spam-report-resend-register-routine):
17283         Allow spam-report-resend-to to be a group parameter or a global value.
17284
17285 2004-05-26  Simon Josefsson  <jas@extundo.com>
17286
17287         * starttls.el: Merge with my GNUTLS based starttls.el.
17288         (starttls-gnutls-program, starttls-use-gnutls)
17289         (starttls-extra-arguments, starttls-process-connection-type)
17290         (starttls-connect, starttls-failure, starttls-success):
17291         New variables.
17292         (starttls-program, starttls-extra-args): Doc fix.
17293         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17294         New functions.
17295         (starttls-negotiate, starttls-open-stream):
17296         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17297         function if it is set.
17298
17299 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17300
17301         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17302         structured fields.
17303
17304 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17305
17306         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17307
17308 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17309
17310         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17311         Add variable.
17312         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17313         assigning the spam-mark to new messages.
17314
17315 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17316
17317         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17318
17319 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17320
17321         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17322
17323         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17324         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17325         default.
17326
17327 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17328
17329         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17330         correct data.
17331
17332 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17333
17334         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17335         (spam-group-processor-p): Fix function.
17336         (spam-group-processor-multiple-p)
17337         (spam-group-spam-processor-report-gmane-p)
17338         (spam-group-spam-processor-report-resend-p)
17339         (spam-group-spam-processor-bogofilter-p)
17340         (spam-group-spam-processor-blacklist-p)
17341         (spam-group-spam-processor-ifile-p)
17342         (spam-group-ham-processor-ifile-p)
17343         (spam-group-spam-processor-spamoracle-p)
17344         (spam-group-spam-processor-crm114-p)
17345         (spam-group-ham-processor-bogofilter-p)
17346         (spam-group-spam-processor-stat-p)
17347         (spam-group-ham-processor-stat-p)
17348         (spam-group-ham-processor-whitelist-p)
17349         (spam-group-ham-processor-BBDB-p)
17350         (spam-group-ham-processor-spamoracle-p)
17351         (spam-group-ham-processor-copy-p): Remove functions with some
17352         prejudice against unneeded code.
17353         (spam-report-articles-resend)
17354         (spam-report-resend-register-routine): Allow the group/topic
17355         spam-resend-to value to override spam-report-resend-to.
17356         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17357         properly now.
17358
17359         * gnus.el (spam-resend-to): Add group/topic parameter.
17360         (spam-process): Move the OBSOLETE processors to the end of the
17361         choices.
17362
17363 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17364
17365         * spam-report.el (spam-report-resend-to, spam-report-resend):
17366         Start with resend-to set to nil, and then ask the user if necessary.
17367         (spam-report-resend): spam-report-resend takes a list of articles, not
17368         separate article numbers.
17369
17370 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17371
17372         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17373         addition to emacs-w3m.
17374
17375 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17376
17377         * assistant.el (assistant-authinfo-data): New function.
17378         (assistant-eval): Eval for entire assistant.
17379
17380         * netrc.el (netrc-services-file): New variable.
17381         (netrc-parse-services): New function.
17382         (netrc-find-service-name): New function.
17383         (netrc-find-service-number): New function.
17384         (netrc-port-equal): New function.
17385         (netrc-machine): Use it.
17386
17387         * nnimap.el (nnimap-open-connection): Use netrc.
17388
17389         * gnus-util.el (gnus-netrc-get): Remove aliases.
17390
17391         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17392
17393         * assistant.el (wid-edit): Fix compilation.
17394
17395         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17396
17397 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17398
17399         * gnus-util.el (gnus-set-file-modes): New function.  (small
17400         patch).
17401
17402 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17403
17404         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17405
17406         * assistant.el (assistant-render-node): Fix up rendering and
17407         read-only text.
17408         (assistant-render-node): Reset.
17409         (assistant-make-read-only): Not sticky.
17410
17411 2004-05-20  Danny Siu  <dsiu@adobe.com>
17412
17413         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17414         centered even when gnus-auto-center-summary is t.
17415
17416 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17417
17418         * dns.el (dns-get-txt-answer): New function.
17419         (dns-read-txt): Ditto.
17420         (query-dns): Use it.
17421
17422 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17423
17424         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17425         active for foreign groups even if the group level is higher than
17426         the specified value.
17427
17428 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17429
17430         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17431         non-active groups.
17432
17433         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17434
17435 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17436
17437         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17438
17439 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17440
17441         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17442         (spam-crm114-header, spam-crm114-spam-switch)
17443         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17444         (spam-crm114-positive-spam-header)
17445         (spam-crm114-database-directory, spam-list-of-processors)
17446         (spam-group-spam-processor-crm114-p)
17447         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17448         (spam-generic-score, spam-list-of-checks)
17449         (spam-list-of-statistical-checks, spam-registration-functions)
17450         (spam-check-crm114-headers, spam-crm114-score)
17451         (spam-check-crm114, spam-crm114-register-with-crm114)
17452         (spam-crm114-register-spam-routine)
17453         (spam-crm114-unregister-spam-routine)
17454         (spam-crm114-register-ham-routine)
17455         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17456         From asjo@koldfront.dk (Adam Sjøgren).
17457
17458         * gnus.el: Add spam-use-crm114.
17459
17460         * spam.el (spam-list-of-processors, spam-registration-functions):
17461         Add spam-use-resend.
17462         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17463         (spam-report-articles-gmane): Add doc fix.
17464         (spam-report-articles-resend, spam-report-resend-register-routine):
17465         Add wrappers around spam-report-resend-to.
17466
17467         * spam-report.el (spam-report-resend-to, spam-report-resend):
17468         Add support for resending spam.
17469         (spam-report-gmane): Fix line length >80.
17470
17471         * gnus.el (spam-process): Add spam-use-resend.
17472
17473 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17474
17475         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17476         number of processed spam messages.
17477         (spam-ham-copy-or-move-routine): Return the number of processed
17478         ham messages.
17479         (spam-summary-prepare-exit): Use the above values to decide
17480         whether status messages shouled be displayed.
17481
17482 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17483
17484         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17485         `rfc2047-encoding-function-alist' in order to avoid conflicting
17486         with the old version.
17487         (rfc2047-encode-region): Concatenate words containing non-ASCII
17488         characters in structured fields; don't encode space-delimited
17489         ASCII words even in unstructured fields; don't break words at
17490         char-category boundaries.
17491         (rfc2047-encode-1): New function.
17492         (rfc2047-encode): Use it; encode text so that it occupies the
17493         maximum width within 76-column; work correctly on Q encoding for
17494         iso-2022-* charsets.
17495         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17496         sure not to break a line just after the header name.
17497         (rfc2047-b-encode-region): Remove.
17498         (rfc2047-b-encode-string): New function.
17499         (rfc2047-q-encode-region): Remove.
17500         (rfc2047-q-encode-string): New function.
17501
17502         * mm-util.el (mm-replace-in-string): New function.
17503
17504 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17505
17506         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17507         Really get it right.
17508         (gnus-inews-make-draft): Really.
17509
17510 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17511
17512         * nnmh.el (nnmh-request-list-1): Don't check the link count
17513         before descending.  (small patch)
17514
17515 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17516
17517         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17518         stuff.
17519
17520         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17521         Match on real group name.
17522
17523         * gnus-art.el (gnus-signature-limit): Doc fix.
17524
17525         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17526
17527         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17528
17529 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17530
17531         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17532         isn't a string.
17533
17534 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17535
17536         * gnus-draft.el (gnus-draft-send):
17537         Bind rfc2047-encode-encoded-words.
17538
17539         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17540         (rfc2047-encodable-p): Say that =? needs encoding.
17541         (rfc2047-encode-encoded-words): New variable.
17542
17543         * gnus-group.el (gnus-group-select-group): Doc fix.
17544
17545         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17546
17547         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17548         to nil.
17549
17550         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17551
17552         * nnheader.el (nnheader-get-lines-and-char): New function.
17553
17554 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17555
17556         * gnus-msg.el (gnus-summary-followup-with-original):
17557         Document yanking of region when active.
17558
17559 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17560
17561         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17562         groups if the group level is higher than the specified value.
17563
17564 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17565
17566         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17567         (gnus-group-jump-to-group): Add prefix argument using
17568         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17569         non-active group.
17570
17571         * compface.el (uncompface): Be verbose when changing
17572         `uncompface-use-external'.
17573
17574         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17575         handle manual section.
17576
17577 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17578
17579         * gnus-art.el (gnus-button-alist): Revert previous change.
17580
17581 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17582
17583         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17584
17585 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17586
17587         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17588         whether backend can accept message.
17589
17590         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17591
17592 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17593
17594         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17595         Avoid creating directory when nntp-marks-is-evil is true.
17596         Reported by Reiner Steib.
17597
17598 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17599
17600         * gnus-picon.el (gnus-picon-style): New variable.
17601         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17602         (gnus-picon-transform-address): Support `gnus-picon-style'.
17603         From Jesper Harder <harder@ifa.au.dk>.
17604
17605 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17606
17607         * message.el (message-fill-field): Return point.
17608         (message-generate-headers): Go to end of field.
17609
17610         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17611         stuff for non-living groups.
17612
17613 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17614
17615         * gnus-art.el (gnus-article-followup-with-original)
17616         (gnus-article-reply-with-original): gnus-mark-active-p ->
17617         gnus-region-active-p.
17618
17619 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17620
17621         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17622         only when there is spam or ham to be processed.
17623
17624 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17625
17626         * mail-source.el (mail-source-delete-crash-box): Refactor.
17627         (mail-source-fetch): Use it.
17628         (mail-source-fetch-file): Ditto.
17629         (mail-source-fetch-directory): Run postscript in loop.
17630         (mail-source-fetch-pop): Delete.
17631         (mail-source-fetch-maildir): Ditto.
17632         (mail-source-fetch-imap): Ditto.
17633
17634         * imap.el (imap-authenticators): Comment out sasl.
17635
17636         * message.el (message-skip-to-next-address): New function.
17637         (message-fill-header-address): Refactor.
17638         (message-fill-address): Use it.
17639         (message-delete-address): Use it.
17640         (message-fill-header-general): Refactor.
17641         (message-fill-field-address): Rename.
17642         (message-narrow-to-field): Find the start of the header.
17643         (message-header-format-alist): Don't pre-fill.
17644         (message-fill-header): Remove.
17645         (message-insert-header): New function.
17646         (message-shorten-references): Use it.
17647
17648         * rfc2047.el (rfc2047-field-value): Strip props.
17649
17650         * mail-parse.el (mail-header-make-address): New alias.
17651
17652         * ietf-drums.el (ietf-drums-make-address): New function.
17653
17654         * imap.el: Add compiler directives.
17655
17656         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17657
17658         * gnus-art.el (article-decode-idna-rhs): Don't use
17659         message-idna-inside-rhs-p.
17660
17661 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17662
17663         * message.el (message-idna-inside-rhs-p): Remove.
17664         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17665
17666         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17667         false positives.
17668
17669 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17670
17671         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17672
17673 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17674
17675         * nneething.el (nneething-file-name): Don't create spurious
17676         files.
17677
17678         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17679         (gnus-inews-do-gcc): Remove sleep.
17680
17681         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17682         part under point.
17683
17684         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17685         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17686
17687 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17688
17689         * spam.el (spam-summary-prepare-exit): Fix (length).
17690
17691 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17692
17693         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17694         as expired without moving it" message when there are spam
17695         messages left.
17696
17697 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17698
17699         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17700         header is not nil.
17701
17702 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17703
17704         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17705         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17706         (nntp-marks-changed-p): New arg SERVER.
17707         (nntp-request-update-info): Adjust caller.
17708
17709 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17710
17711         * nntp.el (nntp-save-marks): Pass missing arg.
17712
17713 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17714
17715         * nntp.el: Support marks.
17716         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17717         (nntp-marks-modtime, nntp-marks-directory): New variables.
17718         (nntp-request-set-mark, nntp-request-update-info)
17719         (nntp-possibly-create-directory, nntp-marks-changed-p)
17720         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17721         New functions.
17722
17723 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17724
17725         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17726         (gnus-xmas-redefine): Rename.
17727
17728         * gnus-score.el (gnus-score-insert-help):
17729         Use gnus-select-lowest-window.
17730
17731         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17732         appt-select-lowest-window and rename to gnus-select-lowest-window.
17733
17734         * gnus.el: do.
17735
17736 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17737
17738         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17739         encodings of MIME-encoded words, in order to improve
17740         interoperability with several broken MUAs.
17741
17742 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17743
17744         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17745         tags, only when charsets are not specified in headers.
17746         (mm-inline-text-html-render-with-w3m): Ditto.
17747
17748         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17749         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17750
17751 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17752
17753         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17754         instead of MIME-decoded from fields when checking
17755         `gnus-article-address-banner-alist'.
17756
17757 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17758
17759         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17760         description rather than subject.
17761
17762 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17763
17764         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17765
17766 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17767
17768         * gnus.el (gnus-version-number): Bump.
17769
17770 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17771
17772         * gnus.el: No Gnus v0.2 is released.
17773
17774 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17775
17776         * gnus-agent.el (gnus-agent-read-agentview):
17777         Inline gnus-uncompress-range.
17778
17779 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17780
17781         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17782         `exec-installed-p'.
17783
17784 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17785
17786         * gnus.el (spam-process, spam-autodetect-methods):
17787         Add bsfilter and bsfilter-headers.
17788
17789         * spam.el (spam-bsfilter): New customize group.
17790         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17791         (spam-bsfilter-header, spam-bsfilter-probability-header)
17792         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17793         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17794         (spam-bsfilter-database-directory): New options.
17795         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17796         (spam-list-of-statistical-checks, spam-registration-functions):
17797         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17798         (spam-bsfilter-score): New command.
17799         (spam-check-bsfilter-headers, spam-check-bsfilter)
17800         (spam-bsfilter-register-with-bsfilter)
17801         (spam-bsfilter-register-spam-routine)
17802         (spam-bsfilter-unregister-spam-routine)
17803         (spam-bsfilter-register-ham-routine)
17804         (spam-bsfilter-unregister-ham-routine): New functions.
17805         (spam-generic-score): Support bsfilter; Accept an optional argument
17806         to recalcurate spam score even if scoring header has already been
17807         added.
17808         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17809         optional argument to recalcurate spam score even if scoring header
17810         has already been added.
17811
17812 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17813
17814         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17815         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17816         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17817         link is missing.
17818
17819 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17820
17821         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17822         (html2text-get-attr): Rewrite.
17823
17824         * message.el (message-setup-1): Remove redundant put-text-property
17825         on mail-header-separator.
17826
17827 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17828
17829         * gnus-registry.el (gnus-registry-cache-whitespace)
17830         (gnus-registry-action, gnus-registry-spool-action)
17831         (gnus-registry-split-fancy-with-parent): Change message levels
17832         from 5 to 3 or 7, as needed.
17833
17834         * spam.el (spam-summary-prepare-exit)
17835         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17836         (spam-split, spam-find-spam, spam-log-undo-registration)
17837         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17838         level from 5 to 6.
17839
17840 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17841
17842         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17843         2004-03-04 change).
17844
17845 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17846
17847         * sieve-manage.el (sieve-manage-open):
17848         * nnweb.el (nnweb-insert-html):
17849         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17850         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17851         * nnspool.el (nnspool-request-group):
17852         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17853         * nnml.el (nnml-request-update-info):
17854         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17855         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17856         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17857         (nnimap-request-set-mark):
17858         * nnfolder.el (nnfolder-request-update-info):
17859         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17860         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17861         * gnus-uu.el (gnus-uu-find-articles-matching):
17862         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17863         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17864         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17865         * gnus-nocem.el (gnus-nocem-scan-groups):
17866         * gnus-int.el (gnus-start-news-server):
17867         * gnus-group.el (gnus-group-make-kiboze-group)
17868         (gnus-group-browse-foreign-server):
17869         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17870         Use mapc when appropriate.
17871
17872 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17873
17874         FIXME: Make separate entries for each person.
17875
17876         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17877         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17878         <shields@msrl.com>:
17879
17880         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17881         may need for spam sorting and scoring.
17882         (spam-user-format-function-S): Add user format function suitable for
17883         general use.
17884         (spam-article-sort-by-spam-status): Add sorting function for summary
17885         sorting.
17886         (spam-extra-header-to-number): Add function to get a score from a
17887         header.
17888         (spam-summary-score): Add function to get a numeric score from the
17889         headers.
17890         (spam-generic-score): Fix function doc, was in wrong place.
17891         (spam-initialize): Take symbols when it's run, and install the
17892         extra headers that spam-necessary-extra-headers thinks we need.
17893
17894 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17895
17896         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17897         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
17898
17899 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17900
17901         * gnus-sum.el (gnus-set-global-variables)
17902         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17903         (gnus-article-get-xrefs, gnus-summary-best-group)
17904         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17905         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17906         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17907         Use with-current-buffer.
17908
17909 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17910
17911         * spam.el (spam-summary-prepare-exit): Simplify logic.
17912         (spam-fetch-article-header): Read the article header if it's not
17913         available.
17914         (spam-list-articles): Simplify logic.
17915         (spam-filelist-register-routine): Fix bug with unregister-list.
17916
17917         * gnus-registry.el: Fix comments at beginning.
17918
17919 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17920
17921         * message.el (message-cater-to-broken-inn): Remove.
17922         (message-shorten-references): Make sure the total folded length of
17923         References is shorter than 998 characters to cater to a bug in INN
17924         2.3.  Also, don't pretend that references aren't folded -- this
17925         hasn't worked for a while.
17926
17927 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17928
17929         * gnus-agent.el (gnus-agentize):
17930         gnus-agent-send-mail-real-function no longer set to current value
17931         of message-send-mail-function but rather a lambda that calls
17932         message-send-mail-function.  The change makes the agent real-time
17933         responsive to user changes to message-send-mail-function.
17934
17935 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17936
17937         * legacy-gnus-agent.el
17938         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17939         help from Florian Weimer <fw@deneb.enyo.de>
17940
17941 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17942
17943         * nnmail.el (nnmail-cache-insert): Revert last change.
17944
17945 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17946
17947         * nnmail.el (nnmail-cache-insert): Always check whether
17948         nnmail-cache-ignore-groups matches a group name.
17949
17950 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17951
17952         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17953         (spam-find-spam, spam-log-processing-to-registry)
17954         (spam-log-registered-p, spam-log-unregistration-needed-p)
17955         (spam-log-undo-registration): Use gnus-message instead of
17956         gnus-error, none of these errors are fatal.
17957
17958         * gnus-registry.el (gnus-registry-clean-empty-function)
17959         (gnus-registry-clean-empty): Remove only empty entries without
17960         extra data.
17961
17962 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17963
17964         * spam-stat.el (spam-stat-buffer-change-to-spam)
17965         (spam-stat-buffer-change-to-non-spam): Change (error) to
17966         (gnus-message 8) invocation.
17967
17968 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17969
17970         * nntp.el (nntp-via-netcat-command): New variable.
17971         (nntp-via-netcat-switches): New variable.
17972         (nntp-open-via-rlogin-and-netcat): New function.
17973         (nntp-open-connection-function): Doc fix.
17974         (nntp-telnet-command): Doc fix.
17975         (nntp-end-of-line): Doc fix.
17976         (nntp-via-rlogin-command): Doc fix.
17977         (nntp-via-user-name): Doc fix.
17978         (nntp-via-address): Doc fix.
17979
17980 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17981
17982         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17983         error in Emacs 21.1.
17984
17985 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17986
17987         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17988
17989 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17990
17991         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17992         (gnus-agent-with-refreshed-group): New macro.
17993         (gnus-agent-rename-group): New function.
17994         (gnus-agent-delete-group): New function.
17995         (gnus-agent-save-group-info): Use gnus-command-method when
17996         `method' parameter is nil.  Don't write nil entries into the
17997         active file.
17998         (gnus-agent-get-group-info): New function.
17999         (gnus-agent-fetch-articles):
18000         Use gnus-agent-update-files-total-fetched-for to increment disk space
18001         used.
18002         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18003         Use gnus-agent-update-view-total-fetched-for to increment disk space
18004         used.
18005         (gnus-agent-get-local): Add optional parameters to avoid calling
18006         gnus-group-real-name and gnus-find-method-for-group.
18007         (gnus-agent-set-local): Delete stored entry if either min, or max,
18008         are nil.
18009         (gnus-agent-fetch-session): Reworded error/quit messages.
18010         On quit, use gnus-agent-regenerate-group to record existance of any
18011         articles fetched to disk before the quit occurred.
18012         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18013         gnus-agent-update-view-total-fetched-for, and
18014         gnus-agent-update-files-total-fetched-for to decrement disk space
18015         used.
18016         (gnus-agent-retrieve-headers):
18017         Use gnus-agent-update-view-total-fetched-for to increment disk space
18018         used.
18019         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18020         with gnus-agent-update-files-total-fetched-for to decrement disk
18021         space and fresh group buffer.
18022         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18023         (gnus-agent-need-update-total-fetched-for): New variable.
18024         (gnus-agent-update-files-total-fetched-for): New function.
18025         (gnus-agent-update-view-total-fetched-for): New function.
18026         (gnus-agent-total-fetched-for): New function.
18027
18028         * gnus-cache.el (gnus-cache-save-buffers):
18029         Use gnus-cache-update-overview-total-fetched-for to change disk space
18030         used by this group.
18031         (gnus-cache-possibly-enter-article):
18032         Use gnus-cache-update-file-total-fetched-for to increment disk space
18033         used by this group.
18034         (gnus-cache-possibly-remove-article):
18035         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18036         used by this group.
18037         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18038         (gnus-cache-rename-group): New function.
18039         (gnus-cache-delete-group): New function.
18040         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18041         (gnus-cache-need-update-total-fetched-for): New variable.
18042         (gnus-cache-with-refreshed-group): New macro.
18043         (gnus-cache-update-file-total-fetched-for): New function.
18044         (gnus-cache-update-overview-total-fetched-for): New function.
18045         (gnus-cache-rename-group-total-fetched-for): New function.
18046         (gnus-cache-delete-group-total-fetched-for): New function.
18047         (gnus-cache-total-fetched-for): New function.
18048
18049         * gnus-group.el: Require gnus-sum and autoload functions to
18050         resolve warnings when gnus-group.el compiled alone.
18051         (gnus-group-line-format): Documented new %F.
18052         (size of Fetched data) group line format; identifies disk space
18053         used by agent and cache.
18054         (gnus-group-line-format-alist): Defined new F format.
18055         (gnus-total-fetched-for): New function.
18056         (gnus-group-delete-group): No longer update
18057         gnus-cache-active-altered as gnus-request-delete-group now keeps
18058         the cache in sync.
18059         (gnus-group-list-active): Let the agent store a server's active
18060         list if currently plugged.
18061
18062         * gnus-int.el (gnus-request-delete-group):
18063         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18064         local disk in sync with the server.
18065         (gnus-request-rename-group):
18066         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18067         local disk in sync with the server.
18068
18069         * gnus-start.el (gnus-get-unread-articles):
18070         Cosmetic simplification to logic.
18071
18072         * gnus-util.el (gnus-rename-file): New function.
18073
18074 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18075
18076         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18077
18078 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18079
18080         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18081         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18082
18083 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18084
18085         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18086         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18087
18088 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18089
18090         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18091
18092 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18093
18094         * spam.el (spam-set-difference): Add function to replace
18095         gnus-set-difference in spam.el.
18096         (spam-summary-prepare-exit): Use spam-set-difference.
18097
18098 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18099
18100         * gnus-registry.el (gnus-registry-cache-file): Update to use
18101         gnus-dribble-directory OR gnus-home-directory OR ~.
18102         (gnus-registry-split-fancy-with-parent): Fix doc.
18103
18104 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18105
18106         * message.el (message-exchange-point-and-mark):
18107         Use message-mark-active-p.  Suggested by Jesper Harder
18108         <harder@ifa.au.dk>.
18109
18110 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18111
18112         * message.el (message-exchange-point-and-mark): Don't activate
18113         region if it was inactive.  Suggested by Hiroshi Fujishima
18114         <pooh@nature.tsukuba.ac.jp>.
18115
18116 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18117
18118         * gnus-art.el (article-display-face): Display Faces in the same
18119         order as X-Faces.
18120
18121 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18122
18123         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18124
18125 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18126
18127         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18128         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18129         (gnus-article-mime-hierarchy): Remove.
18130         (gnus-article-mime-hierarchy-next): Remove.
18131         (gnus-article-mode): Revert 2004-03-19 change.
18132         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18133         (gnus-insert-mime-button): Revert 2004-03-19 change.
18134         (gnus-mime-accumulate-hierarchy): Remove.
18135         (gnus-mime-enter-multipart): Remove.
18136         (gnus-mime-leave-multipart): Remove.
18137         (gnus-mime-display-part): Revert 2004-03-19 change.
18138         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18139
18140         * mml.el (mml-preview): Revert 2004-03-19 change.
18141
18142 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18143
18144         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18145
18146 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18147
18148         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18149         t while entering a file name using the mm-with-multibyte macro.
18150         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18151
18152         * mm-util.el (mm-with-multibyte): New macro.
18153
18154 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18155
18156         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18157         New user option.
18158         (gnus-mime-multipart-functions): Doc and customization fix.
18159         (gnus-article-mime-hierarchy): New variable.
18160         (gnus-article-mime-hierarchy-next): New variable.
18161         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18162         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18163         gnus-article-mime-hierarchy-next to nil.
18164         (gnus-insert-mime-button): Show hierarchy numbers.
18165         (gnus-mime-accumulate-hierarchy): New function.
18166         (gnus-mime-enter-multipart): New function.
18167         (gnus-mime-leave-multipart): New function.
18168         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18169         (gnus-mime-display-alternative): Show hierarchy numbers.
18170
18171         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18172         gnus-article-mime-hierarchy-next to nil.
18173
18174 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18175
18176         * dns.el: Don't require gnus-xmas.
18177
18178 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18179
18180         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18181         inline PGP.
18182         (mml-menu): Disable mml-quote-region if mark is inactive.
18183
18184 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18185
18186         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18187         when the group's active is not available.
18188
18189 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18190
18191         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18192         error.
18193
18194 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18195
18196         * imap.el (imap-store-password): New variable.
18197         (imap-interactive-login): Use it.
18198         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18199
18200 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18201
18202         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18203         window-start and hscroll to summary window.
18204
18205 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18206
18207         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18208         conversion message to newsrc-dribble when an actual conversion is
18209         performed.
18210
18211 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18212
18213         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18214
18215 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18216
18217         * mm-decode.el (mm-complicated-handles): New function reviving
18218         former definition of mm-multiple-handles.
18219
18220         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18221         (gnus-mime-delete-part): Use it.
18222
18223 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18224
18225         * gnus-agent.el (gnus-agent-read-local):
18226         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18227         avoid the implicit assumption that they will always be equal.
18228         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18229         coding-system-for-write, as the with-temp-file macro first prints
18230         to a buffer then saves the buffer.
18231
18232 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18233
18234         * gnus-art.el (gnus-article-edit-part): New function.
18235         (gnus-mime-save-part-and-strip): Use it; do query instead of
18236         signaling an error; don't use mm-multiple-handles.
18237         (gnus-mime-delete-part): Ditto.
18238
18239 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18240
18241         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18242         old file versions.
18243         (gnus-group-prepare-hook): Remove function that converted list
18244         form of gnus-agent-expire-days to group properties.
18245
18246         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18247         (gnus-request-accept-article): Re-indented.
18248
18249         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18250         converters to handle old agent file formats.  Add logic for a
18251         "backup before upgrading warning".
18252         (gnus-convert-mark-converter-prompt): Developers can mark
18253         functions as needing (default), or not needing,
18254         gnus-convert-old-newsrc's "backup before upgrading warning".
18255         (gnus-convert-converter-needs-prompt): Tests whether the user
18256         should be protected from potentially irreversable changes by the
18257         function.
18258
18259         * legacy-gnus-agent.el: New.  Provides converters that are only
18260         loaded when gnus-convert-old-newsrc needs to call them.
18261
18262 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18263
18264         * mail-source.el (mail-source-touch-pop): Doc fix.
18265
18266         * message.el (message-smtpmail-send-it): Doc fix.
18267
18268 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18269
18270         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18271
18272         * nnmail.el (nnmail-split-fancy): do.
18273
18274         * gnus-kill.el (gnus-kill, gnus-execute): do.
18275
18276 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18277
18278         * gnus-sum.el (gnus-widget-reversible-match)
18279         (gnus-widget-reversible-to-internal)
18280         (gnus-widget-reversible-to-external): New functions.
18281         (gnus-widget-reversible): New widget.
18282         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18283
18284 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18285
18286         * gnus-sum.el (gnus-thread-sort-functions)
18287         (gnus-article-sort-functions): Document `(not F)' items.
18288
18289 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18290
18291         * spam.el (spam-use-gmane-xref): Add new backend.
18292         (spam-gmane-xref-spam-group): Add variable to control the name of the
18293         Gmane spam group.
18294         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18295         (spam-regex-headers-spam, spam-regex-headers-ham)
18296         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18297         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18298         backends and checks.
18299         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18300
18301         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18302         an autodetect method.
18303
18304 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18305
18306         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18307         articles are being added to a group.
18308         (gnus-request-replace-article): Inform the agent that articles
18309         need to be uncached as the cached contents are no longer valid.
18310
18311 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18312
18313         * binhex.el: Don't autoload executable-find.
18314
18315         * canlock.el: Don't autoload mail-fetch-field.
18316
18317         * dgnushack.el: Autoload c-mode for XEmacs.
18318
18319         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18320
18321         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18322         rmail-dont-reply-to and rmail-output.
18323
18324         * gnus-score.el: Don't autoload ffap-string-at-point.
18325
18326         * gnus-setup.el: Don't autoload sc-cite-original.
18327
18328         * imap.el: Don't autoload base64-decode-string,
18329         base64-encode-string and md5.
18330
18331         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18332         and rmail-msg-restore-non-pruned-header.
18333
18334         * mm-decode.el: Don't autoload executable-find.
18335
18336         * mm-url.el: Don't autoload executable-find.
18337
18338         * mm-view.el: Don't autoload diff-mode.
18339
18340         * nndb.el: Don't autoload news-reply-mode, news-setup,
18341         cancel-timer and telnet.
18342
18343         * password.el: Don't autoload run-at-time for Emacs.
18344
18345         * sha1-el.el: Don't autoload executable-find.
18346
18347         * sieve-mode.el: Don't autoload c-mode.
18348
18349         * uudecode.el: Don't autoload executable-find.
18350
18351 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18352
18353         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18354         (gnus-agent-possibly-alter-active): Avoid null in numeric
18355         comparison.
18356         (gnus-agent-set-local): Refuse to save null in local object table.
18357         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18358         list of articles that will be marked as unread.
18359
18360 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18361
18362         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18363
18364 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18365
18366         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18367         language tags.
18368
18369 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18370
18371         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18372         Don't bind "obarray".
18373
18374         * gnus-sum.el (gnus-thread-sort-functions):
18375         Add `gnus-thread-sort-by-most-recent-number' and
18376         `gnus-thread-sort-by-most-recent-date'.
18377         Reported by Kai Grossjohann <kai@emptydomain.de>.
18378
18379 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18380
18381         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18382
18383 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18384
18385         * gnus-cus.el (gnus-agent-customize-category):
18386         Remove ignore-errors macro reference that required cl to be loaded at
18387         run-time.
18388
18389         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18390         single-interval range of the form (min . max).  Previously the
18391         range had to look like ((min . max)).  Likewise, return
18392         (min . max) rather than ((min . max)).
18393         (gnus-range-map): Use gnus-range-normalize to accept
18394         single-interval range.
18395
18396         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18397         the cache, but not the agent, now appear with their usual face.
18398
18399         * dgnushack.el (loaddir): New variable that is bound to the
18400         directory containing the dgnushack.el file. Use loaddir, rather
18401         than srcdir, to update load-path. Change lets dgnushack compile
18402         code in directories other than GNUS/lisp.
18403
18404 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18405
18406         * lpath.el: Don't bind w3m-safe-url-regexp.
18407
18408         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18409         w3m-safe-url-regexp variable buffer-local.
18410
18411         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18412
18413 2004-02-27  Simon Josefsson  <jas@extundo.com>
18414
18415         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18416         gnus-group-real-prefix.
18417         (gnus-summary-move-article): Use it, instead of
18418         gnus-group-real-prefix.
18419
18420 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18421
18422         * lpath.el: Bind w3m-safe-url-regexp.
18423
18424         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18425         w3m-safe-url-regexp variable buffer-local and set it as the value
18426         of mm-w3m-safe-url-regexp.
18427
18428         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18429
18430         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18431         parsing gnus-posting-styles when the message is not for replying.
18432
18433         * dgnushack.el: Autoload sgml-mode for XEmacs.
18434
18435         * nnrss.el (nnrss-opml-export):
18436         Use mm-set-buffer-file-coding-system instead of
18437         set-buffer-file-coding-system.
18438
18439 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18440
18441         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18442         of checkdoc.el).
18443         * nnrss.el: do.
18444         * gnus-mlspl.el: do.
18445         * gnus-ml.el: do.
18446         * gnus-srvr.el: do.
18447
18448         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18449
18450 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18451
18452         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18453         Corrections to custom-manual links.
18454
18455         * gnus-art.el (gnus-article): Ditto.
18456
18457         * mm-decode.el (mime-display, mime-security): Ditto.
18458
18459 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18460
18461         * flow-fill.el: Typo.
18462
18463 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18464
18465         * spam-wash.el: New file.
18466
18467 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18468
18469         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18470
18471 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18472
18473         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18474         to be run with new-articles as LIST1, not LIST2.
18475         (spam-registration-functions): Add spam-use-ham-copy as a nil
18476         registration backend.
18477
18478 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18479
18480         * spam-stat.el (spam-stat-washing-hook): New option.
18481         (spam-stat-buffer-words): Use it.
18482         (spam-stat-process-directory, spam-stat-test-directory):
18483         Use insert-file-contents-literally.
18484         (spam-stat-coding-system): New variable.
18485         (spam-stat-load, spam-stat-save): Use it.
18486
18487 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18488
18489         * spam-report.el (spam-report-plug-agent):
18490         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18491
18492 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18493
18494         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18495         Allow / in mailto URLs.
18496
18497 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18498
18499         * spam-report.el (spam-report-process-queue): Fix interactive use.
18500         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18501         (spam-report-unplug-agent): Doc fixes.
18502         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18503         (spam-report-agentize, spam-report-deagentize): Autoload.
18504
18505 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18506
18507         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18508
18509         * message.el (message-setup-fill-variables): Add mml tags to
18510         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18511         <ajk@iu.edu>.
18512         (message-mode): Don't modify paragraph-separate there.
18513
18514 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18515
18516         * compface.el (uncompface-use-external): Default to undecided.
18517         (uncompface-use-external-threshold): New variable.
18518         (uncompface-float-time): New macro.
18519         (uncompface): Determine whether to use the external decoder if
18520         uncompface-use-external is undecided.
18521
18522 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18523
18524         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18525         after images.
18526
18527         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18528
18529 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18530
18531         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18532
18533         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18534
18535         * gnus-sum.el (gnus-summary-limit-to-age)
18536         (gnus-summary-limit-children): do.
18537
18538         * gnus-int.el (gnus-request-scan): do.
18539
18540         * gnus-group.el (gnus-group-suspend): do.
18541
18542         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18543
18544         * gnus-cite.el (gnus-cite-parse-attributions): do.
18545
18546         * gnus-agent.el (gnus-summary-set-agent-mark)
18547         (gnus-agent-regenerate-group): do.
18548
18549         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18550
18551         * binhex.el (binhex-decode-region-internal): do.
18552
18553 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18554
18555         * gnus-fun.el (gnus-face-properties-alist): New user option.
18556         (gnus-display-x-face-in-from): Use it.
18557
18558         * gnus-art.el (article-display-face): Ditto.
18559
18560         * compface.el (uncompface-use-external): Default to nil.
18561
18562 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18563
18564         * nntp.el (nntp-erase-buffer): New function.
18565         (nntp-retrieve-data, nntp-send-command)
18566         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18567         (nntp-possibly-change-group): Use it.
18568
18569         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18570         Use with-current-buffer.
18571
18572 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18573
18574         * compface.el: Merge the ELisp-based uncompface program.
18575         (compface): New customization group.
18576         (uncompface-use-external): New user option.
18577         (uncompface): Call uncompface-internal if uncompface-use-external
18578         is nil.
18579         (uncompface-internal): New function.  Note that there are also
18580         some other functions and variables added for this function.
18581
18582 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18583
18584         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18585         if necessary.
18586
18587 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18588
18589         * spam-report.el (spam-report-unplug-agent)
18590         (spam-report-plug-agent, spam-report-deagentize)
18591         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18592         Add support for the Agent in spam-report: when unplugged, report to a
18593         file; when plugged, submit all the requests.
18594
18595         * spam.el (spam-register-routine): Fix message about
18596         registration.
18597
18598 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18599
18600         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18601         dependencies.
18602         (rfc2047-encode): Use it.
18603
18604         * gnus-art.el (gnus-button-marker-list): Move before first
18605         reference.
18606
18607         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18608         (imap-parse-body): Fix format string mismatch.
18609
18610         * gnus-score.el (gnus-summary-increase-score): do.
18611
18612         * nnrss.el (nnrss-close): New function.
18613
18614 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18615
18616         * nnrss.el (nnrss-make-filename): New function.
18617         (nnrss-request-delete-group, nnrss-read-server-data)
18618         (nnrss-save-server-data, nnrss-read-group-data)
18619         (nnrss-save-group-data): Use it.
18620         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18621         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18622         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18623
18624 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18625
18626         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18627
18628 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18629
18630         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18631         files.
18632
18633         * message.el (message-generate-headers-first): Don't quote nil
18634         and t in docstrings.
18635
18636         * imap.el (imap-id): do.
18637
18638         * gnus-agent.el (gnus-agent-consider-all-articles)
18639         (gnus-agent-queue-mail): do.
18640
18641 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18642
18643         * spam-report.el (spam-report-process-queue): New function.
18644         Process requests from `spam-report-requests-file'.
18645         (spam-report-process-queue): Doc fix.
18646
18647 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18648
18649         * spam.el (spam-register-routine)
18650         (spam-log-processing-to-registry, spam-log-registered-p)
18651         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18652         Change "check" to "spam-check" for semi-clarity.
18653
18654 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18655
18656         * pop3.el: Require nnheader.
18657
18658         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18659
18660         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18661
18662         * gnus-picon.el: Require cl.
18663
18664         * gnus-fun.el: Require gnus-ems and gnus-util.
18665
18666         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18667
18668         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18669
18670         * gnus-art.el (gnus-article-edit-mode): Define before first
18671         reference.
18672
18673 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18674
18675         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18676         (gnus-uu-post-encoded): Use point-at-bol.
18677
18678         * gnus-topic.el (gnus-group-active-topic-p): do.
18679
18680         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18681
18682         * gnus-group.el (gnus-group-kill-region): do.
18683
18684         * gnus-art.el (article-date-ut): do.
18685
18686         * message.el (message-fetch-field): Remove redundant
18687         case-fold-search binding.
18688         (message-narrow-to-field): Simplify.
18689
18690 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18691
18692         * spam.el (spam-directory): Derive from `gnus-directory'.
18693
18694         * spam-report.el (spam-report-url-to-file)
18695         (spam-report-requests-file): New function and variable for offline
18696         reporting.
18697         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18698         and user defined function.
18699         (spam-report-url-ping-mm-url): Remove doubled slash.
18700
18701 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18702
18703         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18704
18705 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18706
18707         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18708         Fix format string mismatch.
18709
18710         * sieve.el (sieve-deactivate-all): do.
18711
18712         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18713
18714         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18715
18716         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18717
18718         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18719
18720 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18721
18722         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18723         the list of checks.
18724
18725 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18726
18727         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18728         padding.
18729
18730 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18731
18732         * mm-view.el (mm-fill-flowed): New variable.
18733         (mm-inline-text): Use it.
18734
18735 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18736
18737         * spam.el (spam-spamassassin-register-ham-routine)
18738         (spam-spamassassin-register-spam-routine): Fix function names.
18739
18740 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18741
18742         * gnus.el (gnus-tmp-grouplens): Remove.
18743         (gnus-summary-line-format): Remove grouplens.
18744
18745         * gnus-group.el (gnus-group-line-format): Ditto.
18746
18747         * gnus-spec.el (gnus-format-specs): Ditto.
18748         (gnus-update-format-specifications): Flush the group format spec
18749         cache if there's the grouplens stuff.
18750         (gnus-parse-simple-format): Replace %l with the empty string.
18751
18752 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18753
18754         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18755         omission.
18756
18757 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18758
18759         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18760         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18761
18762 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18763
18764         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18765         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18766         New macros and functions.
18767         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18768         Handle > NLINK_MAX messages.
18769         * nnmaildir.el (nnmaildir-request-set-mark):
18770         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18771
18772 2004-01-25  Alex Schroeder  <alex@gnu.org>
18773
18774         * spam-stat.el (spam-stat-process-directory-age): New option.
18775         (spam-stat-process-directory): Use it.
18776
18777 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18778
18779         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18780         (spam-stat-save): Accept prefix argument.
18781
18782 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18783
18784         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18785         links" error.
18786
18787 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18788
18789         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18790         the rest of the and/or forms.
18791
18792 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18793
18794         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18795         compatibility with old .newsrc.eld files.
18796
18797         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18798
18799         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18800
18801         * gnus-start.el (gnus-1): do.
18802
18803         * gnus-group.el (gnus-group-line-format-alist): do.
18804
18805         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18806
18807         * gnus-gl.el: Remove.
18808
18809 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18810
18811         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18812         marks consisting of a single range {for example, (3 . 5)} rather
18813         than a list of a single range { ((3 . 5)) }.
18814
18815 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18816
18817         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18818         Use with-current-buffer.
18819         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18820         avoid consing a string.
18821
18822         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18823         Remove obsolete entries for big5 and gb2312.
18824
18825 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18826
18827         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18828         uncompressed list.
18829
18830 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18831
18832         * spam-stat.el (spam-stat-strip-xref): New function.
18833         (spam-stat-process-directory): Use it.
18834
18835         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18836         here -- it's done in message-fetch-field.
18837
18838 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18839
18840         * gnus-agent.el (gnus-agent-queue-mail)
18841         (gnus-agent-prompt-send-queue): New variables.
18842         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18843         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18844         "nndraft:queue" along to gnus-draft-send.
18845         Use gnus-agent-prompt-send-queue.
18846         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18847         is "nndraft:queue".  Suggested by Gaute Strokkenes
18848         <gs234@srcf.ucam.org>
18849
18850         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18851         (agent-enable-undownloaded-faces): Add.
18852         (gnus-agent-cat-groups): Use eval-and-compile, not
18853         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18854         method of gnus-agent-cat-groups even when the buffer has been
18855         evaled.
18856         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18857         delete gnus-agent-save-active-1.
18858         (gnus-agent-save-groups): Delete.  Identical to
18859         gnus-agent-save-active.
18860         (gnus-agent-write-active): No longer adjust agent's copy of active
18861         file as agent's adjustments are now stored in their own
18862         file.  Remove optional parameter.
18863         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18864         servers.  Add use of min/max range limits from server's local
18865         file.
18866         (gnus-agent-save-alist): Remove unused optional argument.
18867         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18868         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18869         (gnus-agent-set-local): A per-server file that keeps min/max range
18870         limits for articles known to the agent.  Provides a fast mechanism
18871         for altering many active ranges.
18872         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18873         active file (local makes it unnecessary).
18874         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18875
18876         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18877         (agent-enable-undownloaded-faces): Add.
18878
18879         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18880         disable it when sending to "nndraft:queue".
18881         (gnus-group-send-queue): Add safety check to avoid sending queue
18882         when unplugged.
18883
18884         * gnus-group.el (gnus-group-catchup): Use new
18885         gnus-sequence-of-unread-articles, not
18886         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18887         numbers of articles.  Use gnus-range-map to avoid having to
18888         uncompress the unread list.
18889         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18890         Fix invalid ange-ftp reference.
18891
18892         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18893         (gnus-sorted-range-intersection): Intersection of two ranges
18894         without requiring that they first be uncompressed.
18895
18896         * gnus-start.el (gnus-activate-group): Unless blocked by the
18897         caller, possibly expand the active range to include both cached
18898         and agentized articles.
18899         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18900         multiple version-dependent converters.
18901         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18902         gnus-agent-save-active.
18903         (gnus-save-newsrc-file): Save dirty agent range limits.
18904
18905         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18906         gnus-agent-possibly-alter-active.
18907         (gnus-adjust-marked-articles): Faster handling of simple lists.
18908
18909 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18910
18911         * spam-stat.el (spam-stat-test-directory): New optional argument
18912         displays a list of files detected.  Suggested by Andrew Cohen
18913         <cohen@andy.bu.edu>.
18914         (spam-stat-buffer-words-with-scores): Don't narrow and change
18915         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18916
18917 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18918
18919         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18920         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18921         (spam-spamassassin-arguments)
18922         (spam-spamassassin-spam-flag-header)
18923         (spam-spamassassin-positive-spam-flag-header)
18924         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18925         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18926         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18927         (spam-list-of-processors, spam-list-of-checks)
18928         (spam-list-of-statistical-checks, spam-registration-functions)
18929         (spam-check-spamassassin-headers, spam-check-spamassassin)
18930         (spam-spamassassin-score)
18931         (spam-spamassassin-register-with-sa-learn)
18932         (spam-spamassassin-register-spam-routine)
18933         (spam-spamassassin-register-ham-routine)
18934         (spam-assassin-register-spam-routine)
18935         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18936         (spam-bogofilter-score): Fix to show article before scoring.
18937
18938 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18939
18940         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18941         default scoring function.
18942         (spam-generic-score): Call spam-spamassassin-score if
18943         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18944         spam-bogofilter-score otherwise.
18945
18946         * gnus.el (spam-process, spam-autodetect-methods):
18947         Add spamassassin and spamassassin-headers.
18948
18949 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18950
18951         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18952         Suppress unnecessary messages.
18953
18954 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18955
18956         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18957         make-hash-table.
18958
18959 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18960
18961         * canlock.el (base64-encode-string): Don't autoload it.
18962
18963 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18964
18965         * run-at-time.el: Remove useless (require 'itimer),
18966         eval-and-compile and (featurep 'xemacs).
18967
18968 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18969
18970         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18971         GROUP is a virtual group.
18972
18973 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18974
18975         * gnus.el: Autoload `message-y-or-n-p'.
18976
18977 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18978
18979         * pgg-parse.el: Remove unnecessary (require 'custom).
18980
18981         * pgg-def.el: do.
18982
18983         * nnmail.el: do.
18984
18985         * gnus-undo.el: do.
18986
18987         * gnus-picon.el: do.
18988
18989         * gnus-util.el: do.
18990
18991 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18992
18993         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18994
18995 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18996
18997         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18998         handle, as well as a list.
18999
19000         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19001         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19002         (mm-w3m-cid-retrieve): Simplify.
19003
19004 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19005
19006         * message.el (message-kill-to-signature): Allow prefix arg to
19007         specify number of lines to keep before signature.
19008
19009 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19010
19011         * message.el (message-kill-to-signature): Change docstring.
19012
19013 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19014
19015         * canlock.el: Always require sha1-el.
19016         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19017
19018         * message.el: Autoload sha1 only when compiling.
19019
19020         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19021         eudc-expand-inline for XEmacs.
19022
19023 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19024
19025         * message.el (message-canlock-generate): Require sha1-el.
19026
19027 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19028
19029         * message.el (message-expand-name): Silence the byte compiler.
19030
19031         * lpath.el: Add detect-coding-system.
19032
19033         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19034         cus-edit.
19035
19036 2004-01-13  Simon Josefsson  <jas@extundo.com>
19037
19038         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19039         Invoke gnus-score-mode.
19040         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19041
19042         * gnus-range.el (gnus-compress-sequence): Doc fix.
19043         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19044
19045 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19046
19047         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19048
19049 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19050
19051         * spam.el (spam-get-article-as-string): Update to use
19052         gnus-request-article-this-buffer, much simpler.
19053         (spam-get-article-as-buffer): Remove.
19054
19055 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19056
19057         * message.el (message-expand-name): Use EUDC if the user uses that.
19058
19059 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19060
19061         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19062         character for the encoding to avoid consing a string.
19063
19064         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19065         unnecessarily.
19066
19067         * mm-util.el (mm-replace-chars-in-string): Remove.
19068
19069         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19070         of mm-replace-chars-in-string.
19071
19072 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19073
19074         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19075
19076         * mm-util.el (mm-subst-char-in-string): Support inplace.
19077
19078         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19079         a new string in every iteration.  Use shy groups.
19080
19081 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19082
19083         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19084         * gnus-soup.el (gnus-soup-group-brew):
19085         * gnus-msg.el (gnus-put-message):
19086         * gnus-move.el (gnus-group-move-group-to-server):
19087         * gnus-kill.el (gnus-batch-score):
19088         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19089         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19090         (gnus-group-update-group, gnus-group-read-group)
19091         (gnus-group-make-group, gnus-group-make-help-group)
19092         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19093         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19094         (gnus-group-sort-by-unread, gnus-group-catchup)
19095         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19096         (gnus-group-yank-group, gnus-group-set-info)
19097         (gnus-group-list-groups):
19098         * gnus.el (gnus-generate-new-group-name):
19099         * gnus-delay.el (gnus-delay-send-queue):
19100         * nnvirtual.el (nnvirtual-catchup-group):
19101         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19102         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19103         (gnus-group-prepare-topics, gnus-topic-check-topology):
19104         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19105         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19106         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19107         (gnus-group-make-articles-read):
19108         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19109         (gnus-group-change-level, gnus-kill-newsgroup)
19110         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19111         (gnus-get-unread-articles, gnus-make-articles-unread)
19112         (gnus-make-ascending-articles-unread): Use accessor
19113         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19114         to get group information for improved readability.
19115
19116
19117 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19118
19119         * gnus-art.el (article-decode-mime-words, article-babel)
19120         (gnus-article-highlight-signature, gnus-article-add-buttons)
19121         (gnus-signature-toggle): Use gnus-with-article-buffer.
19122
19123         * gnus-art.el (gnus-article-highlight-headers)
19124         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19125
19126         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19127         (gnus-article-set-globals, gnus-request-article-this-buffer)
19128         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19129         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19130         (gnus-mime-display-alternative): Use with-current-buffer.
19131
19132 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19133
19134         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19135         also under 80 char limit, and call gnus-error if needed.
19136         (spam-fetch-article-header): Fix - it was a
19137         buffer-local variable (gnus-newsgroup-data).
19138         (spam-find-spam): Use spam-generate-fake-headers, forget about
19139         spam-insert-fake-headers.
19140         (spam-insert-fake-headers): Remove.
19141
19142 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19143
19144         * deuglify.el (gnus-article-outlook-unwrap-lines)
19145         (gnus-outlook-rearrange-article)
19146         (gnus-outlook-repair-attribution-outlook)
19147         (gnus-outlook-repair-attribution-block)
19148         (gnus-outlook-repair-attribution-other): Remove redundant
19149         save-excursion.
19150
19151 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19152
19153         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19154         (spam-fetch-field-subject-fast)
19155         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19156         (spam-fetch-article-header): Add functions to deal with Gnus
19157         internals for fast retrieval of article header data.
19158         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19159
19160 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19161
19162         * pop3.el (pop3-md5): Remove.
19163         (pop3-apop): Replace pop3-md5 with md5.
19164
19165         * mm-bodies.el: base64 is always built-in.
19166
19167         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19168         Use with-current-buffer.
19169
19170 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19171
19172         * canlock.el (canlock-insert-header): Remove excessive grouping in
19173         regexp.
19174
19175         * gnus-sum.el (gnus-summary-read-document): Ditto.
19176
19177         * gnus-uu.el (gnus-uu-part-number): Ditto.
19178
19179         * html2text.el (html2text-remove-tags): Ditto.
19180         (html2text-format-tags): Ditto.
19181         (html2text-format-single-elements): Ditto.
19182
19183         * mml.el (mml-parse-1): Ditto.
19184
19185 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19186
19187         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19188
19189         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19190
19191         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19192
19193         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19194
19195 2003-11-15  Simon Josefsson  <jas@extundo.com>
19196
19197         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19198         (pgg-gpg-lookup-key): Use regexp match instead of
19199         split-string (split-string is different between emacs 21.2 and
19200         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19201
19202 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19203
19204         * gnus-art.el (gnus-mime-view-all-parts)
19205         (gnus-article-part-wrapper, gnus-article-view-part):
19206         Use with-current-buffer.
19207
19208 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19209
19210         * spam.el (spam-disable-spam-split-during-ham-respool)
19211         (spam-spamoracle-database, spam-cache-lookups)
19212         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19213         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19214         (spam-group-ham-marks, spam-group-spam-marks)
19215         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19216         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19217         also add spam-use-blackholes to the statistical checks.
19218         (spam-fetch-field-fast): Add interface to fetching fields, may
19219         become a macro.
19220         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19221         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19222         (spam-insert-fake-headers): Fake an article when needed.
19223         (spam-find-spam): Fake article when possible.
19224         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19225         (spam-check-bogofilter-headers): Use message-fetch-field instead
19226         of nnmail-fetch-field.
19227
19228 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19229
19230         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19231
19232 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19233
19234         * spam.el (spam-split): Do not require spam-use-CHECK to be
19235         enabled if that check is passed to spam-split explicitly; also
19236         fix so 'spam doesn't get converted to spam-split-group when
19237         spam-split-symbolic-return is t.
19238         (spam-find-spam): Find registrations of the article and use those
19239         instead of re-running spam-split to find the spam/ham
19240         classification of the article.
19241         (spam-log-processing-to-registry, spam-log-registered-p)
19242         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19243         Use gnus-error instead of gnus-message.
19244         (spam-log-registration-type): Add function to determine the
19245         classification of a message based on registry entries; will
19246         return nil if both 'spam and 'ham are found.
19247         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19248         a reasonably fast local cache without the loading errors.
19249         (spam-cache-lookups): Set to t by default.
19250         (spam-find-spam): Don't try to guess spam-cache-lookups.
19251         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19252         spam-caches entry.
19253         (spam-filelist-build-cache, spam-filelist-check-cache):
19254         Fix caching of whitelist/blacklist entries.
19255         (spam-check-whitelist, spam-check-blacklist):
19256         Invoke spam-from-listed-p with a type, not a cache variable.
19257         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19258
19259 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19260
19261         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19262
19263         * nnmail.el (nnmail-split-fancy): do.
19264
19265         * mml.el (mml-parse): do.
19266
19267         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19268         (gnus-score-adaptive): do.
19269
19270 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19271
19272         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19273         (gnus-mime-button-map): Don't set keymap parent.
19274         (gnus-button-ctan-directory-regexp): Use shy grouping.
19275         (gnus-prev-page-map): Don't set keymap parent.
19276         (gnus-prev-page-map): Remove duplicated one.
19277         (gnus-next-page-map): Don't set keymap parent.
19278         (gnus-mime-security-button-map): Ditto.
19279
19280         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19281         version number.
19282
19283         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19284
19285 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19286
19287         * canlock.el (canlock-sha1-function): Remove.
19288         (canlock-sha1-function-for-verify): Remove.
19289         (canlock-openssl-program): Remove.
19290         (canlock-openssl-args): Remove.
19291         (canlock-ignore-errors): Remove.
19292         (canlock-sha1-with-openssl): Remove.
19293         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19294         (canlock-verify): Don't use canlock-ignore-errors.
19295
19296         * sha1-el.el (sha1-string-external): Make it can return a string
19297         in binary form.
19298         (sha1-region-external): Ditto.
19299         (sha1-string-internal): Ditto.
19300         (sha1-region-internal): Ditto.
19301         (sha1-region): Ditto.
19302         (sha1-string): Ditto.
19303         (sha1): Ditto.
19304
19305 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19306
19307         * spam.el (spam-report-articles-gmane): New command.
19308
19309 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19310
19311         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19312
19313         * run-at-time.el (run-at-time-saved): Remove.
19314         (run-at-time): Doc fix.
19315
19316 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19317
19318         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19319         (gnus-summary-limit-map): Add it.
19320         (gnus-summary-make-menu-bar): do.
19321
19322 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19323
19324         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19325         Make attempt at some caching support (done for BBDB only now).
19326         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19327         addresses to be checked.
19328         (spam-clear-cache-BBDB): Add function, to be invoked by
19329         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19330         (spam-check-BBDB): Check and use the caches, if
19331         spam-cache-lookups is on, remove superfluous (provide).
19332
19333 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19334
19335         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19336
19337 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19338
19339         * run-at-time.el (run-at-time-saved): Move to after the definition
19340         of `run-at-time'.
19341
19342         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19343
19344 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19345
19346         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19347         mm-w3m-local-map-property.
19348
19349         * mm-view.el (mm-w3m-mode-map): Remove.
19350         (mm-w3m-local-map-property): Remove.
19351         (mm-inline-text-html-render-with-w3m): Don't use
19352         mm-w3m-local-map-property.
19353
19354 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19355
19356         * run-at-time.el: New file.
19357
19358         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19359         under Emacs.
19360
19361         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19362         of gnus-set-text-properties.
19363
19364         * gnus-uu.el (gnus-uu-save-article): Ditto.
19365
19366         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19367
19368         * gnus-cite.el (gnus-cite-parse): Ditto.
19369
19370         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19371         of gnus-.
19372
19373         * gnus-xmas.el (run-at-time): Require run-at-time.
19374
19375         * gnus.el: Change calls to nnheader-run-at-time and
19376         password-run-at-time throughout to use run-at-time directly.
19377
19378         * password.el: Remove definition of run-at-time.
19379
19380         * nnheaderxm.el: Remove definition of run-at-time.
19381
19382 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19383
19384         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19385         in prompt.
19386
19387 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19388
19389         * messagexmas.el (message-xmas-redefine): Alias
19390         `message-make-caesar-translation-table' to
19391         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19392         version.
19393
19394         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19395         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19396         `gnus-xmas-set-text-properties'.
19397         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19398         `gnus-xmas-completing-read'.
19399         (gnus-xmas-completing-read): Removed.
19400         (gnus-xmas-open-network-stream): Removed.
19401
19402         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19403         XEmacs version.
19404
19405         * dns.el (dns-make-network-process): Use `open-network-stream'
19406         instead of `gnus-xmas-open-network-stream'.
19407
19408         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19409
19410         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19411
19412 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19413
19414         * gnus-art.el (gnus-mime-display-alternative)
19415         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19416         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19417         Don't use gnus-local-map-property.
19418
19419         * gnus-util.el (gnus-local-map-property): Remove.
19420
19421         * mm-view.el (mm-view-pkcs7-decrypt):
19422         Replace gnus-completing-read-maybe-default with completing-read.
19423
19424         * gnus-util.el (gnus-completing-read): do.
19425         (gnus-completing-read-maybe-default): Remove.
19426
19427 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19428
19429         * password.el: Only autoload `run-at-time' if not XEmacs.
19430         Only autoload the itimer functions if XEmacs.
19431
19432 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19433
19434         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19435         XEmacsen.
19436
19437         * dgnushack.el: Autoload executable-find for XEmacs.
19438
19439 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19440
19441         * gnus-art.el (gnus-read-string): Remove.
19442         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19443         read-string.
19444
19445 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19446
19447         * netrc.el: Autoload password-read.
19448         (netrc): Add configuration group.
19449         (netrc-encoding-method, netrc-openssl-path):
19450         Add variables for encoding and decoding of files with symmetric
19451         ciphers.
19452         (netrc-encode): Add assistant function to encode a file with
19453         netrc-encoding-method.
19454         (netrc-parse): Add interactive parameter, added optional
19455         decoding if netrc-encoding-method is non-nil but otherwise
19456         behavior is standard.
19457         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19458         Do s/encode/encrypt/ everywhere.
19459
19460         * spam.el: Remove executable-find autoload.
19461
19462 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19463
19464         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19465
19466         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19467
19468 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19469
19470         * gnus-art.el (gnus-treat-ansi-sequences)
19471         (article-treat-ansi-sequences): New variable and function.
19472         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19473
19474         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19475         Use it.
19476
19477 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19478
19479         * mm-util.el (mm-quote-arg): Remove.
19480
19481         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19482         shell-quote-argument.
19483
19484         * gnus-uu.el (gnus-uu-command): do.
19485
19486         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19487
19488         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19489         with make-char.
19490
19491         * mm-util.el (mm-make-char): Remove.
19492
19493         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19494         add-minor-mode.
19495
19496         * gnus-undo.el (gnus-undo-mode): do.
19497
19498         * gnus-topic.el (gnus-topic-mode): do.
19499
19500         * gnus-sum.el (gnus-dead-summary-mode): do.
19501
19502         * gnus-start.el (gnus-slave-mode): do.
19503
19504         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19505
19506         * gnus-ml.el (gnus-mailing-list-mode): do.
19507
19508         * gnus-gl.el (gnus-grouplens-mode): do.
19509
19510         * gnus-draft.el (gnus-draft-mode): do.
19511
19512         * gnus-dired.el (gnus-dired-mode): do.
19513
19514         * gnus-ems.el (gnus-add-minor-mode): Remove.
19515
19516         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19517         Replace gnus-char-width with char-width.
19518
19519         * gnus-ems.el (gnus-char-width): Remove.
19520
19521         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19522         Replace gnus-char-width with char-width.
19523
19524         * gnus-ems.el (gnus-char-width): Remove.
19525
19526         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19527         definition.
19528         Remove Emacs 20 hash table compatibility code.
19529
19530         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19531         20 compatibility code.
19532
19533         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19534
19535         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19536
19537         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19538         Replace with point-at-{eol,bol}.
19539
19540         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19541
19542         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19543
19544         * flow-fill.el (fill-flowed-point-at-bol)
19545         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19546
19547         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19548         Replace with point-at-{eol,bol} throughout all files.
19549
19550 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19551
19552         * ntlm.el (ntlm-string-as-unibyte): New macro.
19553         (ntlm-build-auth-response): Use it.
19554
19555         Remove Emacs 20 stuff:
19556         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19557         (butlast, mapc, remove): Remove the compiler macros.
19558         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19559         of delq and copy-sequence.
19560         * gnus-art.el (popup-menu): Remove the compiler macro.
19561         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19562         Emacs 20.
19563
19564 2004-01-05  Simon Josefsson  <jas@extundo.com>
19565
19566         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19567         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19568         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19569         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19570         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19571         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19572         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19573         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19574         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19575         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19576         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19577         string-xor into ntlm-string-xor.
19578         Suggested by Jesper Harder <harder@myrealbox.com>.
19579
19580         * ntlm.el: Don't include poem.
19581
19582         * md4.el (print-int32, print-string-hexa): Remove.
19583         Suggested by Jesper Harder <harder@myrealbox.com>.
19584
19585         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19586
19587         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19588         probably breaks emacs with DL patch, but do we care? Is anyone
19589         still using the DL stuff?)
19590
19591         * sieve-manage.el: Use the password package.
19592         (sieve-manage-read-passwd): Remove.
19593         (sieve-manage-interactive-login): Use password.  Re-add
19594         condition-case around loop.
19595
19596         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19597         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19598         Use the password package.
19599
19600 2003-02-19  Simon Josefsson  <jas@extundo.com>
19601
19602         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19603         token.
19604
19605 2002-08-07  Simon Josefsson  <jas@extundo.com>
19606
19607         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19608         (sieve-manage-authenticators):
19609         (sieve-manage-authenticator-alist): Add some SASL mechs.
19610         (sieve-sasl-auth): New function.
19611         (sieve-manage-cram-md5-auth):
19612         (sieve-manage-plain-auth): Rewrite using SASL library.
19613         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19614         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19615         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19616         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19617
19618 2004-01-05  Simon Josefsson  <jas@extundo.com>
19619
19620         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19621         New files.
19622
19623 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19624
19625         * gnus-group.el (gnus-no-groups-message): Update.
19626
19627         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19628
19629 2003-11-09  Simon Josefsson  <jas@extundo.com>
19630
19631         * imap.el: Support for ID IMAP extension (RFC 2971).
19632         (imap-local-variables): Add imap-id.
19633         (imap-id): New variable.
19634         (imap-id): New function.
19635         (imap-parse-response): Parse untagged ID response.
19636         * nnimap.el (nnimap-id): New variable.
19637         (nnimap-open-connection): Use it.
19638
19639 2003-12-28  Simon Josefsson  <jas@extundo.com>
19640
19641         * gnus-score.el (gnus-score-edit-all-score): New.
19642         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19643
19644 2004-01-04  Simon Josefsson  <jas@extundo.com>
19645
19646         * password.el: Add.
19647
19648 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19649
19650         * dns.el (dns-query-types): Fix typo.
19651         (dns-query-types): New function.
19652         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19653         PTR and SOA replies, see RFC 1035.
19654
19655 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19656
19657         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19658
19659         * Move to Changelog.2.
19660
19661 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19662
19663         * gnus.el (gnus-version-number): Bump version.
19664
19665 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19666
19667         * gnus.el: No Gnus v0.1 is released.
19668
19669 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19670
19671         * gnus.el: No Gnus v0.0 is released.
19672
19673 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19674
19675         * gnus.el (gnus-version-number): Bump.
19676         (gnus-version): No.
19677
19678 See ChangeLog.2 for earlier changes.
19679
19680     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19681       Free Software Foundation, Inc.
19682
19683   This file is part of GNU Emacs.
19684
19685   GNU Emacs is free software: you can redistribute it and/or modify
19686   it under the terms of the GNU General Public License as published by
19687   the Free Software Foundation, either version 3 of the License, or
19688   (at your option) any later version.
19689
19690   GNU Emacs is distributed in the hope that it will be useful,
19691   but WITHOUT ANY WARRANTY; without even the implied warranty of
19692   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19693   GNU General Public License for more details.
19694
19695   You should have received a copy of the GNU General Public License
19696   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19697
19698 ;; Local Variables:
19699 ;; coding: utf-8
19700 ;; fill-column: 79
19701 ;; add-log-time-zone-rule: t
19702 ;; End: