nnir.el (nnir-get-active): Improve active list retrieval.
[gnus] / lisp / ChangeLog
1 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2
3         * nnir.el (nnir-request-move-article): Bail out if original group
4         doesn't support article moves.
5         (nnir-get-active): Improve active list retrieval.
6
7 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8
9         * shr.el (shr-find-fill-point): Don't break before apostrophes.
10
11 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
12
13         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
14         seem to accept strings-with-numbers as port numbers,
15
16 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
17
18         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
19         change the registry.
20
21 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22
23         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
24         delete-dups that is not available in XEmacs 21.4.
25
26         * mm-util.el (mm-delete-duplicates): Add comment.
27
28 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
29
30         * nnir.el (nnir-ignored-newsgroups): New variable.
31         (nnir-get-active): Use it.
32
33 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * proto-stream.el (proto-stream-open-network): Add some comments.
36
37         * nntp.el (nntp-open-connection): Provide a :success condition.
38
39         * nnimap.el (nnimap-open-connection-1): Ditto.
40
41         * proto-stream.el (proto-stream-open-network): See what the response to
42         the STARTTLS command is.
43
44         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
45         backwards compatibility).
46         (nnimap-open-connection-1): Really respect nnimap-server-port.
47
48         * proto-stream.el (proto-stream-open-network): When doing opportunistic
49         TLS upgrades we don't really care about the identity of the peer.
50         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
51         that what we've checked for.
52         (proto-stream-always-use-starttls): Only default to t if
53         open-gnutls-stream exists.
54         (proto-stream-open-network): If STARTTLS failed, then just open a
55         normal connection.
56         (proto-stream-open-network): Wait until the greeting before doing
57         STARTTLS.
58
59         * nntp.el (nntp-open-connection): Report what the connection error is.
60
61         * proto-stream.el (open-protocol-stream): Renamed from
62         open-proto-stream.
63
64 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
65
66         * nnimap.el (nnimap-stream): Change default to `undecided'.
67         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
68         first, and then network.
69         (nnimap-open-connection-1): Respect nnimap-server-port.
70         (nnimap-open-connection): Be more backwards-compatible.
71
72         * proto-stream.el (proto-stream-always-use-starttls): New variable.
73         (proto-stream-open-starttls): De-duplicate the starttls code.
74         (proto-stream-open-starttls): Folded back into the main function.
75         (proto-stream-open-network): Fix typo in the gnutls path.
76         (proto-stream-command): Refactor out.
77
78         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
79
80         * proto-stream.el (proto-stream-open-starttls): Actually implement the
81         starttls.el STARTTLS.
82
83         * color.el (color-lab->srgb): Fix function call name.
84
85         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
86         if we're using tls.el.
87         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
88         built in, then don't try to establish a STARTTLS connection.
89
90         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
91         servers.
92
93         * proto-stream.el (open-proto-stream): Use network, not stream.
94         (open-proto-stream): Add a way to specify what the end of a command is.
95
96         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
97         connections types.
98         (nntp-open-network-stream): Remove.
99         (nntp-open-ssl-stream): Remove.
100         (nntp-open-tls-stream): Remove.
101         (nntp-ssl-program): Remove.
102
103         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
104
105 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
106
107         * nnir.el: Fix typos.
108         (nnir-retrieve-headers-override-function): Rename variable to reflect
109         new semantics.
110         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
111         macros.
112         (nnir-request-article, nnir-request-move-article): Use them.
113         (nnir-categorize): New function.
114         (nnir-run-query): Use it.
115         (nnir-retrieve-headers): Rewrite to batch header retrieval.
116         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
117         sorted.
118         (nnir-group-full-name): Use gnus-group-full-name instead.
119         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
120         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
121
122 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
123
124         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
125
126         * proto-stream.el: New library to provide protocol-specific
127         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
128         protocols.
129         (open-proto-stream): Complete the documentation.
130         (proto-stream-open-network): Fix some typos.
131
132         * nnimap.el (nnimap-open-connection): Use it.
133
134 2010-11-26  Julien Danjou  <julien@danjou.info>
135
136         * color.el: Rename various rgb functions to srgb.
137
138 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
139
140         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
141         names.
142
143 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
144
145         * shr.el (shr-insert): Revert last change.
146         (shr-find-fill-point): Never leave point being at bol;
147         relax the kinsoku limitation when rendering tables.
148
149 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150
151         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
152         results from -accept-article.
153
154         * shr-color.el: Require cl when compiling.
155
156         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
157         checkin.
158
159         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
160
161         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
162
163         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
164         'add and 'delete to set backend marks.
165
166         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
167
168         * nnheader.el (nnheader-update-marks-actions): Refactor out.
169
170         * nntp.el (nntp-request-set-mark): Use it.
171
172         * nnfolder.el (nnfolder-request-set-mark): Ditto.
173
174         * nnml.el (nnml-request-set-mark): Ditto.
175
176         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
177         introduces regressions in article selection.
178         (nnimap-find-uid-response): New function.
179         (nnimap-request-accept-article): Use the UID returned, if any.
180         (nnimap-request-move-article): Use the UID returned, if any.
181         (nnimap-get-groups): Reimplement to work with folded lines.
182         (nnimap-find-uid-response): The UID is the last element in the list.
183         (nnimap-request-set-mark): Extend syntax with 'set.
184
185         * nnml.el (nnml-request-set-mark): Ditto.
186
187         * nnfolder.el (nnfolder-request-set-mark): Ditto.
188
189         * nntp.el (nntp-request-set-mark): Ditto.
190
191 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
192
193         * message.el (message-called-interactively-p): A temporary macro.
194         (message-goto-body): Use it temporarily.
195
196 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
197
198         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
199         (nnimap-last-response-string): Unfold quoted lines, if they exist.
200         (nnimap-last-response-string): Fix last unfolding fix.
201
202 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
203
204         * shr.el (shr-insert): Fix the way to fold lines.
205
206 2010-11-25  Julien Danjou  <julien@danjou.info>
207
208         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
209
210         * color.el: Rename from color-lab.el
211         (color-rgb->hex): Add.
212         (color-complement): Add.
213         (color-complement-hex): Add.
214
215         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
216
217 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
218
219         * shr-color.el (shr-color-visible): Don't bug out if the colour names
220         don't exist.
221
222 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
223
224         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
225         assuming that article displaying or another mml-preview may be
226         interrupted for an error or for the like.
227
228         * shr.el (shr-get-background): Fix argument name.
229
230 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
231
232         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
233
234         * gnus-sum.el (gnus-summary-include-articles): New function.
235
236         * message.el (message-goto-body): called-interactively-p needs a
237         parameter, so use `any'.
238
239         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
240         clear marks before moving, since they're synced from the Gnus side
241         first.
242
243         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
244         (gnus-summary-move-article): Copy over all marks before moving, so that
245         IMAP doesn't think a new article has arrived.
246
247 2010-11-24  Julien Danjou  <julien@danjou.info>
248
249         * shr.el (shr-insert-background-overlay): Fix typo.
250         (shr-render-td): Copy the background before rendering.
251
252         * shr-color.el (shr-color-visible): Fix docstring.
253
254         * shr.el (shr-tag-table): Add bgcolor support.
255         (shr-render-td): Add bgcolor support.
256         (shr-get-background): Add.
257         (shr-insert-foreground-overlay): Use shr-get-background.
258
259         * message.el (message-goto-body): Use called-interactively-p.
260         (message-in-body-p): message-goto-body returns point.
261
262 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
263
264         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
265         Fixes something or other in Emacs 23, and is backwards compatible.
266
267         * message.el (message-goto-body): Remove the <#secure special-casing,
268         which is too special.
269
270         * shr.el (shr-parse-style): Drop !important from styles.
271
272 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
273
274         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
275         this function to return incorrect results when calling it with an
276         explicit article argument different from
277         (gnus-summary-article-number).
278
279 2010-11-24  Julien Danjou  <julien@danjou.info>
280
281         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
282         (shr-tag-body): Add background support.
283         (shr-descend): Add background support.
284         (shr-tag-title): Add.
285
286         * shr-color.el (shr-color-visible): Really return original background
287         if fixed.
288
289 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
290
291         * shr.el (shr-color-check): Protect against non-existant colour names.
292
293 2010-11-24  Julien Danjou  <julien@danjou.info>
294
295         * color-lab.el: Require 'cl when compiling.
296
297         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
298
299         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
300         matched part.
301
302         * color-lab.el: Fix all expt calls to use float type.
303
304 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
305
306         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
307         expression to shr-color-check as is.
308
309         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
310
311         * color-lab.el: Add coding cookie.
312         (float-pi): Use eval-and-compile.
313
314         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
315         compiled for Emacsen having no `libxml-parse-html-region' support.
316
317 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
318
319         * shr.el (shr-insert-color-overlay): Split stuff like
320         "#444444 !important" to find the real colour.
321         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
322         parse <font color="red"> entries.
323
324 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
325
326         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
327         point when parsing headers.
328
329         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
330         is positioned properly when parsing headers.
331
332 2010-11-23  Julien Danjou  <julien@danjou.info>
333
334         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
335
336         * shr-color.el (shr-color->hexadecimal): Add support for color names.
337
338         * shr.el (shr-parse-style): Replace \n with space in style parsing.
339
340         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
341         shr-color-hue-to-rgb.
342         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
343
344 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
345
346         * shr.el (shr-color->hexadecimal): Autoload.
347         (shr-descend): Add color to all tags.
348
349 2010-11-22  Julien Danjou  <julien@danjou.info>
350
351         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
352         shr-color->hexadecimal.
353
354         * shr-color.el (shr-color->hexadecimal): Add converting functions for
355         RGB() or HSL() color representation.
356
357         * shr.el (shr-tag-font): Add.
358         (shr-tag-color-check): New function to get better colors.
359         (shr-tag-insert-color-overlay): Factorize code between tag-font and
360         tag-span.
361
362         * shr-color.el: New file.
363
364         * color-lab.el: New file.
365
366         * gnus-art.el (gnus-url-mailto): Do not downcase args.
367
368 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
369
370         * nnir.el: Fix typo in comments.
371         (nnir-run-imap): Simplify code. No need to reverse artlist.
372         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
373
374 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
375
376         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
377
378         * nnimap.el (nnimap-get-capabilities): Refactor out.
379         (nnimap-open-connection): Re-request capabilities after STARTTLS.
380
381 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
382
383         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
384         appearing when `mm-uu-hide-markers' is nil.
385
386 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
387
388         * nnimap.el (nnimap-unselect-group): Make into its own function.
389         (nnimap-request-rename-group): Unselect group before renaming.
390         This had gotten lost somewhere.
391         (nnimap-request-accept-article): Keep track of examined groups, and
392         unselect the group before APPENDing to read-only groups.
393         (nnimap-request-move-article): Clear flags before moving so that they
394         can be re-set later.
395
396 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
399         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
400
401 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
402
403         * gnus-art.el (gnus-mime-display-single)
404         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
405         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
406         parameter.
407
408 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
409
410         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
411         (shr-table-vertical-line): New variable.
412         (shr-insert-table): Use it.
413
414 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * gnus-html.el (gnus-html-wash-images): Don't display images if
417         gnus-inhibit-images is non-nil; register displayer for cid images.
418         (gnus-html-display-image): Work for cid image.
419         (gnus-html-insert-image): Allow arguments.
420         (gnus-html-put-image): Inhibit read-only.
421         (gnus-html-prefetch-images): Don't prefetch images if
422         gnus-inhibit-images is non-nil.
423
424 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
425
426         * shr.el (shr-put-image): Break lines when inserting big pictures.
427
428 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
429
430         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
431         sender, thanks Katsumi Yamaoka.
432
433 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
434
435         * nnir.el (nnir-run-imap): Reverse the article list for each group
436         rather than the whole list.
437
438 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
439
440         * shr.el (shr-image-displayer): Protect function against non-existent
441         image source.
442
443         * gnus-art.el (gnus-inhibit-images): New user option.
444         (gnus-mime-display-single): Don't display image if it is non-nil.
445
446         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
447         gnus-inhibit-images.
448
449         * shr.el (shr-image-displayer): New function.
450         (shr-tag-img): Use it.
451
452 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
453
454         * mml2015.el (mml2015-epg-sign): Use From header.
455
456 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
457
458         * gnus-html.el (gnus-html-wash-images): Register a displayer.
459
460         * gnus-util.el (gnus-find-text-property-region): Return markers.
461
462         * shr.el (shr-tag-img): Put a displayer in the text property.
463
464         * gnus-util.el (gnus-find-text-property-region): New utility function.
465
466         * gnus-html.el (gnus-html-display-image): Make the alt optional.
467         (gnus-html-show-images): Remove.
468
469         * gnus-art.el (gnus-article-show-images): New, more general function.
470
471         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
472         image url text properties.
473
474         * shr.el: Ditto.
475
476         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
477         gnus-agent-auto-agentize-methods is set.  Which it isn't.
478
479 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
480
481         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
482         work for two or more articles.
483
484 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
485
486         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
487         divide an image that's in an html article to two or more when washing
488         non-ASCII characters in alt text of it.
489
490 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
491
492         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
493         smime-decrypt-region using function argument.
494         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
495
496         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
497
498         * smime.el (smime-decrypt-region): Catch it.
499
500 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
501
502         * smime.el (smime-mode-map): Move initialization into declaration.
503         (gnus-run-mode-hooks): Don't autoload.
504         (smime-mode): Use define-derived-mode.
505
506 2010-11-11  Glenn Morris  <rgm@gnu.org>
507
508         * smime.el (from): Restrict declaration to XEmacs.
509
510         * nnir.el (gnus-group-topic-name): Autoload.
511
512 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
513
514         * shr.el (shr-insert): Don't break long line if it is because of
515         kinsoku-bol characters in the line end.
516
517 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
518
519         * nnir.el (nnir-request-move-article): Fix to provide original group
520         and subject.
521         (nnir-warp-to-article): Don't fail on articles whose headers haven't
522         been retrieved.
523
524         * gnus-sum.el (gnus-summary-move-article): Use original group and
525         subject for virtual articles such as those in an nnir summary buffer.
526
527 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
528
529         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
530         least 21.5).
531
532         * smime.el (from): Declare it again for XEmacs.
533
534 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
535
536         * message.el (message-resend): Don't disable encoding unless it's
537         already encoded.
538
539         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
540         low-numbered articles.
541
542 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
543
544         * rfc2047.el (rfc2047-syntax-table): Simplify.
545
546         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
547
548         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
549         set-char-table-range for XEmacs.
550
551 2010-11-10  Glenn Morris  <rgm@gnu.org>
552
553         * time-date.el (time-to-seconds): Always an alias on Emacs,
554         never a real function.
555         (with-no-warnings): Remove compat stub, now unused.
556         (time-less-p): Doc fix.
557         (time-to-number-of-days): Simplify.
558
559         * smime.el (from): Remove unused declaration.
560
561         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
562         (gnus-float-time): On Emacs, always an alias.
563
564         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
565         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
566
567 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
568
569         * dgnushack.el: Don't use ignore-errors in the top level form since it
570         is unavailable in XEmacs even if cl is loaded.
571
572         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
573
574 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
575
576         * shr.el (browse-url-mailto): Autoload.
577
578         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
579
580         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
581         regexp doesn't need quoting.
582
583 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
584
585         * message.el (message-subject-trailing-was-ask-regexp)
586         (message-subject-trailing-was-regexp): Match was: in addition to was.
587
588 2010-11-09  Glenn Morris  <rgm@gnu.org>
589
590         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
591         (nnbabyl-check-mbox): Use point-at-bol.
592
593 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
594
595         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
596
597         * message.el (message-mailto): New function.
598         (message-mailto): Should accept other parameters.
599         (message-mailto): Remove since it duplicates browse-url-mailto
600         functionality.
601
602 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
603
604         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
605         methods.
606         (gnus-read-active-file): Ditto.
607
608         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
609         ": " from the prompt.
610         (gnus-group-make-group): Ditto.
611
612 2010-11-07  Glenn Morris  <rgm@gnu.org>
613
614         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
615         (gnus-bookmark-kill-line): Use point-at-eol.
616
617 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
618
619         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
620         asterisks in From header.
621
622 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
623
624         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
625         string to avoid making the From headers syntactically invalid.
626
627         * message.el (message-send-mail): Don't insert courtesy messages if the
628         message already has List-Post and List-ID messages.
629
630 2010-11-06  Glenn Morris  <rgm@gnu.org>
631
632         * gnus-art.el (gnus-treat-article): Give dynamic local variables
633         `condition', `type', `length' a prefix.
634         (gnus-treat-predicate): Update for above name changes.
635
636 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
637
638         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
639         binding.  Handled by `gnus-summary-refer-thread' instead.
640         (nnir-warp-to-article): New backend function.
641
642         * nnimap.el (nnimap-request-thread): Force dependency updating.
643
644         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
645         (gnus-summary-refer-thread): Rework to improve thread-referral.
646
647         * gnus-int.el (gnus-warp-to-article): New function.
648
649         * gnus-sum.el (gnus-summary-article-map): Bind it.
650
651 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
652
653         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
654         gnus-summary-refer-thread.
655
656         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
657         headers.
658         (gnus-summary-limit-include-thread): Prevent articles in thread from
659         being cut in gnus-cut-threads.
660         (gnus-summary-refer-thread): Limit retrieved headers to those in
661         thread.
662
663 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
664
665         * message.el (message-send-mail): Use the value of
666         message-courtesy-message from the message buffer.
667
668         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
669
670         * shr.el (shr-browse-url): Implement mailto: URLs.
671
672         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
673         "raw".
674
675         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
676         if it's already selected.
677
678         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
679
680 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
681
682         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
683         to measure the length and truncate alt text.
684
685 2010-11-03  Glenn Morris  <rgm@gnu.org>
686
687         * nndiary.el (nndiary-generate-nov-databases-1)
688         (nndiary-generate-active-info): Rename dynamic variable `files' to
689         something less generic.
690
691 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
692
693         * nnir.el (nnir-request-move-article): Call the underlying backend to
694         move articles from nnir.
695
696 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
697
698         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
699
700 2010-11-02  Julien Danjou  <julien@danjou.info>
701
702         * nnir.el: Remove wais support.
703
704 2010-11-02  Glenn Morris  <rgm@gnu.org>
705
706         * gnus-html.el: Reorder requirements to quieten compiler.
707
708 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
709
710         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
711         properly for XEmacs as well.
712         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
713         (gnus-article-natural-long-line-p): Use window-width rather than
714         frame-width.
715
716 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
717
718         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
719         (nnir-read-parms): Don't modify query.
720         (nnir-run-query): Add ability to search topic on current line.
721         (nnir-get-active): Clean up.
722
723 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
724
725         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
726         degenerate articles.
727
728         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
729         (gnus-print-buffer): Just print the buffer as is, without any copying
730         to a buffer and then re-highlighting.
731
732         * nnimap.el (nnimap-request-group): Store the new updated info.
733         (nnimap-request-group): Select the group when we don't know whether it
734         exists or not.
735
736         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
737         groups.
738
739         * gnus-group.el (gnus-group-find-new-groups): Display all the new
740         groups.
741
742         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
743         groups.
744
745         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
746         long-lines case by only filling the long lines.
747
748         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
749         (bug #7311).
750
751 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
752
753         * shr.el: No need to declare `declare-function' since shr.el is for
754         only Emacsen that provide `libxml-parse-html-region'.
755
756         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
757         effective only in a file it is referred to.
758
759 2010-11-01  Glenn Morris  <rgm@gnu.org>
760
761         * mm-util.el (gnus-completing-read): Autoload.
762         (mm-read-coding-system): Simplify Emacs definition.
763
764         * nnmail.el (gnus-activate-group):
765         * nnimap.el (gnutls-negotiate):
766         * nntp.el (netrc-parse): Fix declarations.
767
768 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
769
770         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
771         string-match-p in Emacs >=23.
772
773         * gnus-msg.el (gnus-configure-posting-styles)
774         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
775
776 2010-11-01  Glenn Morris  <rgm@gnu.org>
777
778         * nnir.el (declare-function): Add compat stub.
779         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
780         (nnir-run-gmane): Require 'mm-url.
781
782         * mm-util.el (mm-string-to-multibyte): Simplify.
783
784         * shr.el (declare-function): Add compat stub.
785         (url-cache-create-filename): Declare.
786         (mm-disable-multibyte, widget-convert-button): Autoload.
787
788         * smime.el (ldap-search): Declare.
789         (smime-cert-by-ldap-1): Require ldap on Emacs.
790
791         * nnimap.el: Require nnmail, and gnus-sum when compiling.
792         (nnimap-keepalive): Use gnus-float-time.
793
794         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
795         (mail-source-delete-crash-box): Use gnus-float-time.
796
797         * gnus-dired.el (gnus-completing-read): Autoload.
798
799         * mm-view.el (gnus-rescale-image): Autoload.
800
801         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
802
803         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
804
805         * sieve-manage.el: Require 'cl when compiling.
806
807         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
808         (gnus-iswitchb-completing-read): Require iswitchb.
809         (gnus-select-frame-set-input-focus): Silence compiler.
810
811 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812
813         * message.el (message-subject-trailing-was-query): Change default to t,
814         since I think that's what most people want.
815
816         * nnimap.el (nnimap-request-accept-article): Erase buffer before
817         appending for easier debugging.
818         (nnimap-wait-for-connection): Take a regexp.
819         (nnimap-request-accept-article): Wait for the continuation line before
820         sending anything unless we're streaming.
821
822         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
823         leave the header washing to take place.
824
825 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
826
827         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
828         regular expression match and replace in posting styles.
829
830 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
831
832         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
833         an entire server.
834         (nnir-get-active): New function.
835         (nnir-run-imap): Use it.
836         (nnir-run-gmane): Who knew, gmane search returns an article score!
837
838         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
839         server on the current line with nnir.
840
841 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
842
843         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
844         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
845         left edge.
846         (gnus-article-foldable-buffer): Skip past the prefix when determining
847         raggedness.
848
849         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
850         the raw article, and change `C-u g' to show the article without doing
851         treatments.
852
853         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
854         on to `gnus-treat-article'.
855         (gnus-inhibit-article-treatments): New variable.
856
857         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
858
859         * gnus-art.el (gnus-treatment-function-alist): Have
860         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
861         (gnus-treat-fill-long-lines): Change default to fill all text/plain
862         sections.
863
864         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
865         parameter.
866         (gnus-article-fill-cited-long-lines): New function.
867         (gnus-article-fill-cited-article): Allow filling only long sections.
868
869         * shr.el (shr-find-fill-point): Don't break lines between punctuation
870         and non-punctuation (like after the apostrophe in "'We").
871
872         * gnus-sum.el (gnus-summary-select-article): Make sure
873         gnus-original-article-buffer is alive.
874
875         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
876         reflect the order they're in in the digest.
877
878         * gnus.el (gnus-group-startup-message): Move point to the start of the
879         buffer.
880
881         * nnimap.el (nnimap-capability): New function.
882         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
883         is set.
884
885 2010-10-31  David Engster  <dengste@eml.cc>
886
887         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
888         conform with changes to gnus-completing-read.
889
890 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
891
892         * shr.el (shr-tag-img): Output "*" instead of "[img]".
893
894 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
895
896         * nnir.el: Move defvar, defcustom around to keep file organized
897         and keep byte-compiler quiet.
898         (nnir-read-parms): Accept search-engine as arg.
899         (nnir-run-query): Pass search-engine as arg.
900         (nnir-search-engine): Remove.
901
902 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
903
904         * shr.el (shr-generic): The text nodes should be text, not :text.
905
906         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
907         later in the file.
908
909 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
910
911         * nnir.el: General clean up.  Allow searching with multiple engines.
912         Allow separate extra-parameters for each engine.
913         Batch queries when possible.
914         (nnir-imap-default-search-key,nnir-method-default-engines):
915         Add customize interface.
916         (nnir-run-gmane): New engine.
917         (nnir-engines): Use it.  Qualify all prompts with engine name.
918         (nnir-search-engine): Remove global variable.
919         (nnir-run-hyrex): Restore for now.
920         (nnir-extra-parms,nnir-search-history): New variables.
921         (gnus-group-make-nnir-group): Use them.
922         (nnir-group-server): Remove in favor of gnus-group-server.
923         (nnir-request-group): Avoid searching twice.
924         (nnir-sort-groups-by-server): New function.
925
926 2010-10-30  Julien Danjou  <julien@danjou.info>
927
928         * gnus-group.el: Remove gnus-group-fetch-control.
929
930         * gnus-start.el (gnus-find-new-newsgroups):
931         Remove gnus-check-first-time-used.
932
933         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
934
935 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
936
937         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
938         set on groups that don't have \* permanentflags.
939
940 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
941
942         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
943         control the background color.
944         (shr-tag-img): Ignore very small web bug type images.
945         (shr-put-image): Add help-echo alt texts to the images.
946         (shr-tag-video): Show the video poster image.
947
948 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * shr.el (shr-table-depth): New variable.
951         (shr-tag-table-1): Only insert the images after the top-level table.
952
953         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
954
955         * gnus-util.el (gnus-list-memq-of-list): New function.
956
957         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
958         selected.
959         (nnimap-unsplittable-articles): New slot.
960         (nnimap-new-articles): Use it.
961
962 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
963
964         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
965         move to the previous line on `M-g'.
966
967 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
968
969         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
970         *-request-group, which seems unnecessary.
971
972         * nnimap.el (nnimap-quote-specials): Function copied over from
973         imap.el.
974         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
975         they support that.  Suggested by Tom Regner.
976
977 2010-10-29  Julien Danjou  <julien@danjou.info>
978
979         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
980         defalias.
981         (gnus-summary-delete-marked-with): Remove obsolete defalias.
982
983         * gnus.el: Remove `gnus-nntp-service' variable.
984         (gnus-secondary-servers): Make obsolete.
985         (gnus-nntp-server): Make obsolete.
986
987         * gnus-start.el (gnus-1): Remove x-splash calls.
988
989         * gnus-ems.el (gnus-x-splash): Remove.
990
991         * gnus.el (gnus-group-startup-message): Simplify/update code.
992
993         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
994         definition.
995
996         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
997         capability before doing anything.
998         (gnus-group-insert-group-line): Remove useless
999         gnus-group-remove-excess-properties.
1000
1001 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1002
1003         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1004
1005 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1006
1007         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1008         config after reselecting.
1009
1010 2010-10-28  Julien Danjou  <julien@danjou.info>
1011
1012         * shr.el (shr-put-image): Use point even if only inserting text.
1013         (shr-put-image): Save excursion when inserting alt text on non-graphic
1014         display, so the behaviour is the same when we are on a graphic display.
1015
1016         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1017
1018 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1019
1020         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1021         (gnus-mime-copy-part): Check coding system, not charset.
1022         (gnus-mime-view-part-externally): Never remove part.
1023         (gnus-mime-view-part-internally): Don't remove part here.
1024         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1025         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1026         multipart/alternative.
1027
1028         * mm-decode.el (mm-display-part): Take optional arg `force'.
1029
1030 2010-10-26  Julien Danjou  <julien@danjou.info>
1031
1032         * gnus-group.el (gnus-group-default-list-level): Add this function to
1033         compute the default list level.
1034         (gnus-group-default-list-level): Add possibility to use a function.
1035
1036 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1037
1038         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1039
1040         * gnus-group.el (gnus-group-completing-read)
1041         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1042         gnus-replace-in-string.
1043
1044 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1045
1046         * shr.el (shr-tag-div): Add.
1047
1048         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1049
1050 2010-10-25  Julien Danjou  <julien@danjou.info>
1051
1052         * gnus-util.el: Remove `gnus-with-local-quit'.
1053
1054         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1055
1056 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1057
1058         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1059         the original article buffer.
1060
1061 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1062
1063         * nnimap.el (nnimap-request-head): New function.
1064         (nnimap-request-move-article): Try to be slighly faster by not
1065         requesting the entire message when moving.
1066         (nnimap-transform-headers): Don't bug out on bodiless articles.
1067         (nnimap-send-command): Have no outstanding messages if the IMAP server
1068         doesn't support streaming.
1069         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1070
1071 2010-10-24  Julien Danjou  <julien@danjou.info>
1072
1073         * message.el (message-default-headers): Fix type.
1074
1075 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1076
1077         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1078         prefetching images.
1079
1080         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1081         backend for unknown groups.  This is mainly useful for nnimap groups.
1082
1083         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1084         group isn't covered by the agent.
1085
1086 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1087
1088         * nnir.el (nnir-method-default-engines): New variable.
1089         (nnir-run-query): Use it.
1090         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1091         (gnus-summary-nnir-goto-thread): Change group if needed.
1092
1093         * gnus-group.el (gnus-group-group-map): Add key binding for
1094         gnus-group-make-nnir-group.
1095
1096 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1097
1098         * shr.el (shr-tag-object): Add.
1099
1100         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1101         original article buffer live.
1102         (gnus-summary-select-article-buffer):
1103         Mention gnus-widen-article-buffer.
1104
1105 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1106
1107         * shr.el (shr-tag-strong): Add.
1108
1109 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1110
1111         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1112         group names.  They mess up the group buffer badly.
1113
1114         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1115
1116         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1117         instead of the summary one.
1118
1119 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1120
1121         * mml.el (mml-preview): Work properly when editing article.
1122
1123         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1124         gnus-have-read-active-file if it's already been in.
1125
1126 2010-10-22  Tom Tromey  <tromey@redhat.com>
1127
1128         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1129         gnus-group-completing-read.
1130
1131 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1132
1133         * message.el (message-mode-map): Don't bind M-; to comment region, to
1134         allow the global comment-dwim to work.
1135
1136 2010-10-21  Julien Danjou  <julien@danjou.info>
1137
1138         * message.el (message-setup-1): Allow message-default-headers to be a
1139         function.
1140
1141 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1142
1143         * shr.el (shr-tag-table): Simplify.
1144
1145 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1146
1147         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1148         to avoid trying to snarf invalid stuff.
1149
1150         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1151
1152         * gnus.el (gnus-message-archive-group): Quote value.
1153         (gnus-message-archive-group): Mark as changed.
1154
1155         * shr.el (shr-add-font): Don't put the font properties on the newline
1156         or the indentation.
1157
1158         * message.el (message-fix-before-sending): Change options when sending
1159         non-printable characters.
1160
1161         * gnus.el (gnus-message-archive-method): Change the default to
1162         monthly outgoing groups.
1163
1164         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1165         that have gotten new numbers.
1166
1167         * nnimap.el (nnimap-request-replace-article): New function.
1168
1169 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1170
1171         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1172         (nnrss-request-article): Don't use special html washing code.
1173
1174 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1175
1176         * shr.el (shr-tag-table): Remove useless nconc.
1177
1178 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1179
1180         * gnus-art.el (article-wash-html): Simplify and remove the charset
1181         stuff.  Use the normal html rendering code instead of the special html
1182         washing code.
1183
1184         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1185         `gnus-w3m' symbols.
1186         (mm-text-html-washer-alist): Remove.
1187
1188         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1189         (mm-inline-media-tests): Remove use.
1190         (mm-text-html-renderer): Change default to the `shr' symbol.
1191
1192         * mm-view.el (mm-inline-text-html): Remove use.
1193
1194         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1195         `gnus-blocked-images' to be a function.
1196         (gnus-article-wash-function): Remove.
1197
1198 2010-10-20  Julien Danjou  <julien@danjou.info>
1199
1200         * spam.el (spam-list-of-processors): Mark as obsolete.
1201
1202         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1203         (nnimap-insert-partial-structure): Fix boundary detection.
1204
1205 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1206
1207         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1208         run file-truename on remote files.  This can be expensive and even
1209         prevent one from editing drafts if some unrelated buffer has a stale
1210         connection.
1211
1212 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1213
1214         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1215         kinsoku-eol regardless of shr-kinsoku-shorten.
1216         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1217         (shr-tag-table): Support caption, thead, and tfoot.
1218
1219 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1220
1221         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1222         lines.
1223         (shr-save-contents): New command and keystroke.
1224
1225         * nndoc.el (nndoc-type-alist): Add git support.
1226         (nndoc-git-type-p): New function.
1227         (nndoc-transform-git-article): Ditto.
1228         (nndoc-transform-git-headers): Ditto.
1229         (nndoc-transform-git-headers): Generate Subject headers.
1230
1231         * shr.el (shr-parse-style): New function.
1232         (shr-tag-span): Ditto.
1233
1234         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1235         to `G G' to avoid collisions.
1236
1237 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1238
1239         * shr.el: Load kinsoku if necessary.
1240         (shr-kinsoku-shorten): New internal variable.
1241         (shr-find-fill-point): Make kinsoku shorten text line if
1242         shr-kinsoku-shorten is bound to non-nil.
1243         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1244         shr-indentation too when testing if table is wider than frame width.
1245         (shr-insert-table): Use `string-width' instead of `length' to measure
1246         text width.
1247         (shr-insert-table-ruler): Make sure indentation is done at bol.
1248
1249 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1250
1251         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1252         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1253         undecoded network data.
1254
1255 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1256
1257         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1258         name in the mode line spec so that the mode line menu works
1259         (bug #2431).
1260
1261         * message.el (message-get-reply-headers): If we're fed `to-address',
1262         then always use that.
1263
1264         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1265         aren't so wide as to need to switch off the edit menu.
1266
1267         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1268         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1269
1270         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1271         `M-g'.
1272         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1273         the permanent marks.
1274
1275 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1276
1277         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1278         Splitting according to references/in-reply-to obeys the ignore-groups
1279         variable, while splitting by sender and subject do not.
1280
1281 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1282
1283         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1284         alist, so that we can look for non-Unicode chars.
1285         (article-translate-strings): Allow both character and string maps.
1286
1287 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1288
1289         * shr.el (shr-insert): Don't insert space behind a wide character
1290         categorized as kinsoku-bol, or between characters both categorized as
1291         nospace.
1292
1293 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1294
1295         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1296         headers to gnus-newsgroup-headers.
1297
1298 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1299
1300         * shr.el (shr-tag-img): Don't align images -- since we're not
1301         rescaling, this often leads to ugly displays.
1302
1303 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1304
1305         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1306         duplicates.
1307
1308 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1309
1310         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1311         call.
1312
1313 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1314
1315         * gnus.el: Autoload gnus-html-show-images.
1316
1317         * nnimap.el: Use nnheader-message throughout.
1318
1319         * shr.el (shr-tag-img): Ignore images with no data.
1320
1321 2010-10-15  Julien Danjou  <julien@danjou.info>
1322
1323         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1324         a possibility to disable format=flow encoding when using hard newlines.
1325
1326 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * shr.el (shr-insert): Remove space inserted before or after a
1329         breakable character or at the beginning or the end of a line.
1330         (shr-find-fill-point): Do kinsoku; find the second best point or give
1331         it up if there's no breakable point.
1332
1333 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1334
1335         * nnimap.el (nnimap-open-connection): Message when opening connection
1336         for debugging purposes.
1337
1338         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1339         on every setup buffer call to allow this to change from article to
1340         article.
1341
1342         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1343         buffers where we have a wide table.
1344
1345 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1346
1347         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1348         uses *-request-thread.
1349
1350 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1351
1352         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1353         incantation, which is no longer valid.
1354
1355 2010-10-14  Julien Danjou  <julien@danjou.info>
1356
1357         * shr.el: Fix defcustom type (char -> character).
1358
1359 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1360
1361         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1362         programs.
1363
1364 2010-10-14  Julien Danjou  <julien@danjou.info>
1365
1366         * shr.el (shr-tag-a): Use url-link as widget type.
1367
1368         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1369         `gnus-group-get-icon'.
1370
1371 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1372
1373         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1374         This should make server editing work better.
1375
1376         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1377
1378         * tls.el (tls-program): Remove spurious %s from openssl.
1379
1380         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1381         (nnimap-parse-flags): Fix regexp.
1382
1383         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1384         probably work for CJVK text, too.
1385
1386         * nnimap.el (nnimap-extend-tls-programs): Remove.
1387         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1388
1389         * tls.el (tls-starttls-switches): Remove starttls hack.
1390         (open-tls-stream): Ditto.
1391         (tls-find-starttls-argument): Ditto.
1392
1393 2010-10-13  Julien Danjou  <julien@danjou.info>
1394
1395         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1396         responses.
1397
1398 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1399
1400         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1401
1402         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1403         anything in Emacs.
1404
1405         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1406
1407 2010-10-13  Julien Danjou  <julien@danjou.info>
1408
1409         * shr.el (shr-width): Make shr-width a defcustom with default to
1410         fill-column.
1411         (shr-tag-img): Use shr-width rather than fill-column.
1412
1413 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1414
1415         * dgnushack.el (byte-optimize-apply)
1416         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1417
1418         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1419         position when (X-)Faces exist.
1420         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1421         avatars when called interactively.
1422
1423 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1424
1425         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1426         gnus-article-x-face-too-ugly is bound.
1427
1428 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1431
1432         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1433         mailbox that doesn't exist.
1434
1435 2010-10-12  Julien Danjou  <julien@danjou.info>
1436
1437         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1438         (shr-get-image-data): Encode URL properly when fetching from cache.
1439         (shr-tag-img): Use aligned-to spaces to align correctly images.
1440
1441         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1442         before inserting the Gravatar.
1443
1444         * shr.el (shr-tag-img): Add align attribute support for <img>.
1445
1446 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1447
1448         * gnus-gravatar.el (gnus-art): Require.
1449
1450         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1451         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1452         Remove long obsoleted functions.
1453
1454 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1455
1456         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1457
1458         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1459
1460         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1461         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1462         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1463         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1464         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1465         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1466         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1467
1468 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1469
1470         * nnimap.el (nnimap-request-rename-group): Select group read-only
1471         before renaming it.
1472
1473         * shr.el (shr-insert): Fix up the white space only regexp.
1474
1475         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1476         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1477
1478         * shr.el (shr-current-column): New function.
1479         (shr-find-fill-point): New function.
1480
1481 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1482
1483         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1484         numbers.
1485
1486 2010-10-11  Julien Danjou  <julien@danjou.info>
1487
1488         * shr.el (shr-hr-line): Add.
1489         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1490         display hr lines.
1491         (shr-max-columns): Do not change state to nil if we just inserting
1492         spaces.
1493
1494 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1495
1496         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1497         select the last group.
1498
1499 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1500
1501         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1502
1503 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1504
1505         * dig.el (dig-mode-map): Declare and define in one step.
1506
1507 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1508
1509         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1510         for Gnus.
1511         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1512         (nnimap-update-qresync-info): Mark \Seen articles as read.
1513
1514         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1515         non-variable, too.
1516
1517         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1518         available.
1519         (nnimap-update-info): Rely more on the current active than the param
1520         active to avoid marking articles as read too much.
1521
1522         * auth-source.el (auth-source-create): Use (user-login-name) for the
1523         user name default.
1524
1525         * nnimap.el (nnimap-update-info): If the server doesn't return any
1526         useful info, just use the previous info.
1527         (nnimap-update-info): Prefer old info over start-article.
1528         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1529
1530 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1531
1532         * nnir.el (autoload): Clean up autoloads.
1533         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1534         Use key rather than value.
1535         (nnir-imap-search-other): New variable.
1536         (nnir-read-parm): Use it.
1537         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1538         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1539
1540 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1541
1542         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1543         the process, too.
1544
1545 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546
1547         * spam.el (gnus-summary-mode-map): Bind to "$".
1548         Suggested by Russ Allbery.
1549
1550         * shr.el: Rework the way things are indented by <li> slightly.
1551
1552         * gnus.el (gnus-group-set-parameter): Fix typo.
1553
1554         * nnimap.el: Start implementing QRESYNC support.
1555
1556 2010-10-09  Julien Danjou  <julien@danjou.info>
1557
1558         * nnir.el (nnir-engines): Fix too many arguments.
1559
1560 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1563         group is the "last", so that the backends like nnfolder actually save
1564         their folders.
1565
1566         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1567         try to use that for the tls stream.
1568         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1569         UIDVALIDITY and find out which groups are read-only and not.
1570         (nnimap-get-flags): Use the same marks parsing code as the rest of
1571         nnimap.
1572
1573 2010-10-09  Julien Danjou  <julien@danjou.info>
1574
1575         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1576
1577         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1578         retrieving gravatars.
1579
1580         * shr.el (shr-table-corner): Add.
1581         (shr-table-line): Add.
1582         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1583
1584 2010-10-08  Julien Danjou  <julien@danjou.info>
1585
1586         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1587
1588 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1589
1590         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1591
1592         * gnus-sum.el (gnus-mark-article-as-unread)
1593         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1594         (gnus-summary-set-bookmark): Use it.
1595
1596         * gnus-msg.el (gnus-setup-message): Use it.
1597
1598         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1599
1600         * gnus.el (gnus-group-remove-parameter): Use it.
1601
1602         * gnus-group.el (gnus-group-make-web-group): Use it.
1603
1604         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1605
1606         * nnregistry.el: Update docs to mention manual.
1607
1608         * gnus-registry.el: Update docs to mention nnregistry.el.
1609         (gnus-registry-initialize): Don't install nnregistry refer method
1610         automatically.
1611         (gnus-registry-install-nnregistry): Remove it.
1612
1613 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1614
1615         * shr.el (shr-insert): Don't insert double spaces.
1616
1617 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1618
1619         * gnus-gravatar.el (gnus-treat-from-gravatar)
1620         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1621         called interactively.
1622
1623         * gnus-art.el (gnus-mime-view-part-externally)
1624         (gnus-mime-view-part-internally): Make predicate function passed to
1625         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1626         of a mime type.
1627
1628         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1629
1630 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1631
1632         * shr.el (require): Require cl when compiling.
1633         (shr-tag-hr): New function.
1634
1635         * nnimap.el (nnimap-update-info): Remove double setting of high.
1636         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1637         This makes nnimap work properly on Courier again.
1638
1639         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1640         the variable for backwards compatability.
1641
1642         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1643         the file name before using to avoid setting mm-default-directory to
1644         nil.
1645
1646         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1647         bidning gnus-agent variables.
1648
1649         * shr.el (shr-render-td): Use a cache for the table rendering function
1650         to avoid getting an exponential rendering behaviour in nested tables.
1651         (shr-insert): Rework the line-breaking algorithm.
1652         (shr-insert): Don't leave trailing spaces.
1653         (shr-insert-table): Also insert empty TDs.
1654         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1655
1656 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1657
1658         * gnus-sum.el (gnus-number): Rename from `number'.
1659         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1660         (gnus-summary-limit-children): Update uses correspondingly.
1661
1662 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1663
1664         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1665         (gnus-gravatar-transform-address): Don't show avatars of people of
1666         which mail addresses match gnus-gravatar-too-ugly.
1667
1668 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1669
1670         * shr.el (shr-table-widths): Expand TD elements to fill available
1671         space.
1672
1673 2010-10-07  Julien Danjou  <julien@danjou.info>
1674
1675         * nnimap.el (nnimap-request-rename-group): Add this method.
1676
1677 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1678
1679         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1680         name from XEmacs' function-arglist.
1681
1682         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1683         gravatar under XEmacs.
1684
1685 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1686
1687         * auth-source.el: Update docs with TODO items.
1688
1689         * gnus-sync.el: Update docs to explain state and plans.
1690
1691         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1692         Hooks for mark updates.
1693         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1694
1695         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1696         hooks with arguments, which is needed for mark update hooks.
1697
1698 2010-10-06  Julien Danjou  <julien@danjou.info>
1699
1700         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1701         was matched.
1702
1703         * sieve-manage.el: Update example in `Commentary'.
1704
1705         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1706
1707         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1708         not 2000.
1709         (sieve-manage-authenticate): Re-add function.
1710
1711 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1712
1713         * shr.el (shr-insert): Get 'space transition right.
1714         (shr-render-td): Only delete space at the end of the TD.
1715
1716         * nnimap.el (nnimap-open-connection): Prepare to support
1717         open-gnutls-stream.
1718
1719         * shr.el: Rearrange function order to be more logical.
1720
1721 2010-10-06  Julien Danjou  <julien@danjou.info>
1722
1723         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1724         (nnrss-discover-feed): Remove 404 URL in docstring.
1725
1726         * nnir.el: Fix Swish-E URL.
1727         Fix Namazu URL.
1728
1729         * message.el (message-change-subject): Remove 404 URL in a comment.
1730
1731 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1732
1733         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1734         called interactively.
1735
1736         * gnus-util.el (gnus-remove-if): Allow hash table.
1737         (gnus-remove-if-not): New function.
1738
1739         * gnus-art.el (gnus-mime-view-part-as-type)
1740         * gnus-score.el (gnus-summary-score-effect)
1741         * gnus-sum.el (gnus-read-move-group-name):
1742         Replace remove-if-not with gnus-remove-if-not.
1743
1744         * gnus-group.el (gnus-group-completing-read):
1745         Regard collection as a hash table if it is not a list.
1746
1747 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1748
1749         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1750
1751         * shr.el: Document the table-rendering algorithm.
1752
1753 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1754
1755         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1756         for Emacsen having no `libxml-parse-html-region' support.
1757
1758 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1759
1760         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1761         invalid URLs.
1762
1763         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1764         line-broken.
1765         (shr-tag-img): Ignore image fetching errors.
1766         (shr-overlays-in-region): Compute overlay positions correctly.
1767
1768         * mm-decode.el (mm-shr): Require shr.
1769
1770         * gnus-art.el (gnus-blocked-images): Move variable here.
1771
1772         * shr.el (shr-insert-table): Bind free variable.
1773
1774         * mm-decode.el (mm-shr): Bind shr-content-function.
1775
1776         * shr.el (shr-content-function): New variable.
1777
1778         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1779         added for symmetry.
1780
1781         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1782
1783         * gnus-group.el (gnus-group-make-group): Doc fix.
1784
1785         * nnimap.el (nnimap-request-newgroups): Return success.
1786
1787         * shr.el (shr-find-elements): New function.
1788         (shr-tag-table): Put all the images after the table.
1789         (shr-tag-table): Really inhibit images inside the table.
1790         (shr-collect-overlays): Copy over overlays from the TD elements to the
1791         main document.
1792
1793         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1794         gnus-blocked-images.
1795
1796 2010-10-05  Julien Danjou  <julien@danjou.info>
1797
1798         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1799
1800         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1801         (gnus-html-maximum-image-size): Add this function.
1802         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1803
1804         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1805         server-value of the capability is nil.
1806
1807 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1808
1809         * shr.el (shr-tag-em): Add <EM> tag.
1810
1811 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1812
1813         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1814         customizable.
1815
1816         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1817         handing broken links to browse-url.
1818
1819 2010-10-05  Julien Danjou  <julien@danjou.info>
1820
1821         * gnus-util.el (gnus-emacs-completing-read)
1822         (gnus-iswitchb-completing-read): Use autoload rather than require.
1823
1824 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1825
1826         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1827         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1828         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1829         iswitchb-temp-buflist for XEmacs.
1830
1831         * gnus-util.el (gnus-completing-read-function): Exclude
1832         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1833         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1834         XEmacs.
1835
1836         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1837         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1838
1839         * gnus-html.el: Don't require help-fns under XEmacs.
1840         (gnus-html-schedule-image-fetching): Work for XEmacs.
1841
1842         * mm-decode.el (mm-shr): Decode contents by charset.
1843
1844 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1845
1846         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1847         unknown.
1848
1849         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1850         (shr-get-image-data): Ensure against the cache file missing.
1851
1852         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1853         for data.
1854
1855         * spam-report.el (spam-report-url-ping-plain): Don't query about
1856         killing the process.
1857
1858         * shr.el (shr-render-td): Protect against too-wide text.
1859
1860 2010-10-04  Julien Danjou  <julien@danjou.info>
1861
1862         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1863         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1864
1865         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1866         retrieved.
1867
1868 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1869
1870         * shr.el (browse-url): Require.
1871         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1872         lines.
1873         (shr-show-alt-text, shr-browse-image): New commands.
1874         (shr-browse-url, shr-copy-url): New commands.
1875
1876         * gnus-sum.el (gnus-widen-article-window): New variable.
1877         (gnus-summary-select-article-buffer): Use it.
1878
1879         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1880         without @ signs.
1881
1882 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1883
1884         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1885
1886 2010-10-04  Julien Danjou  <julien@danjou.info>
1887
1888         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1889         for XEmacs.
1890
1891 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1892
1893         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1894
1895         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1896         (nnimap-close-server): Implement.
1897
1898         * dgnushack.el (iswitchb): Require to shut up the compiler.
1899
1900         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1901         (shr-insert): Tweak line breaking.
1902         (shr-insert): Handle <pre> better.
1903         (shr-tag-li): Get <li> indentation right.
1904         (shr-tag-li): Get <li> indentation even righter.
1905         (shr-tag-blockquote): Ensure paragraph start.
1906         (shr-make-table): Tweak table generation.
1907         (shr-make-table): Fix typo.
1908
1909         * shr.el: Implement table rendering.
1910
1911 2010-10-04  Julien Danjou  <julien@danjou.info>
1912
1913         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1914
1915 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1916
1917         * shr.el (shr-insert): Use string anchors instead of line anchors.
1918
1919 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1920
1921         * shr.el: Add headings.
1922         (shr-ensure-paragraph): Actually work.
1923         (shr-tag-li): Make <ul> prettier.
1924         (shr-insert): Get white space at the beginning/end of elements right.
1925         (shr-tag-p): Collapse subsequent <p>s.
1926         (shr-ensure-paragraph): Don't insert double line feeds after blank
1927         lines.
1928         (shr-insert): \t is also space.
1929         (shr-tag-s): Fix "s" tag name function.
1930         (shr-tag-s): Fix face prop name.
1931
1932 2010-10-03  Julien Danjou  <julien@danjou.info>
1933
1934         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1935
1936         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1937         gnus-window-inside-pixel-edges.
1938
1939         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1940         gnus-ems.
1941
1942         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1943
1944         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1945         function.
1946
1947         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1948         resize choice.
1949
1950 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1951
1952         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1953         beginning of the buffer.
1954
1955         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1956         article buffer again.
1957
1958         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1959
1960         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1961         when it's at the start of the buffer.
1962
1963         * shr.el (shr-tag-blockquote): Convert name.
1964         (shr-rescale-image): Use the right image-size variant.
1965
1966         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1967         buffer isn't shown, then select the current article first instead of
1968         bugging out.
1969         (gnus-summary-select-article-buffer): Show both the article and summary
1970         buffers again.
1971
1972         * shr.el (shr-fontize-cont): Protect against regions with no text.
1973         Rename tag functions to shr-tag-* for enhanced security.
1974         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1975
1976 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1977
1978         * shr.el (shr-insert):
1979         * pop3.el (pop3-movemail):
1980         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1981         loaded.
1982
1983 2010-10-03  Glenn Morris  <rgm@gnu.org>
1984
1985         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1986
1987         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1988
1989         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1990
1991         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1992
1993         * gnus-util.el (gnus-make-local-hook): Simplify.
1994
1995 2010-10-02  Julien Danjou  <julien@danjou.info>
1996
1997         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1998         (gnus-ido-completing-read): New function.
1999         (gnus-emacs-completing-read): New function.
2000         (gnus-completing-read): Use gnus-completing-read-function.
2001         Add gnus-completing-read-function.
2002
2003 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2004
2005         * shr.el (shr-insert-document): Autoload.
2006         (shr-img): Be silent.
2007         (shr-insert): Add a newline after every picture before text.
2008         (shr-add-font): Use overlays for combining faces.
2009         (shr-insert): Pass upwards the text start point.
2010
2011         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2012         possible.
2013         (mm-shr): New function.
2014
2015 2010-10-02  Julien Danjou  <julien@danjou.info>
2016
2017         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2018         should go backward.
2019
2020 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2021
2022         * shr.el (shr): Fix typo in provide call.
2023
2024 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2025
2026         * shr.el: New file.
2027
2028         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2029
2030         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2031         completing read.
2032
2033 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2034
2035         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2036         we're being queried about.  Suggested by Dan Jacobson.
2037
2038         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2039         Suggested by Jason Eisner.
2040
2041         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2042         table, too.  Suggested by Stefan Wiens.
2043         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2044         the table unnecessary.  Suggested by Stefan Wiens.
2045
2046         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2047         longer needed, and probably doesn't work either, as pointed out by
2048         Stefan Wiens.
2049         (gnus-summary-exit): Remove call to the clearing function.
2050         (gnus-summary-exit-no-update): Ditto.
2051
2052         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2053         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2054         Reported by Stefan Monnier.
2055         (gnus-summary-save-in-rmail): Ditto.
2056
2057         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2058         article buffer, instead of both the article buffer and the summary
2059         buffer.  Sort of suggested by Dan Jacobson.
2060
2061         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2062
2063         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2064         Suggested by Dan Jacobson.
2065
2066         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2067         documentation clearer.
2068
2069         * message.el (message-shorten-references): Comment on the number "21".
2070         Suggested by Stefan Monnier.
2071
2072         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2073         Suggested by Dan Jacobson.
2074
2075         * gnus.el (gnus-large-newsgroup):
2076         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2077
2078         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2079         externalize attachments.  Bug reported by Steve Wen.
2080
2081         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2082         really message anything to the user.
2083
2084         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2085         directly.
2086
2087         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2088         messages in empty groups.
2089
2090 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2091
2092         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2093         non-UIDNEXT group.
2094
2095 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2096
2097         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2098         not the value from the collection.
2099
2100         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2101         values.  This sometimes happens on some groups that have no info.
2102         (nnimap-request-newgroups): New function.
2103
2104 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2105
2106         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2107         check into `gnus-registry-initialize'.
2108         (gnus-registry-initialize): Ditto.
2109         Fix and extend header docs.
2110
2111 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2112
2113         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2114         regexp backtrace overflows.
2115
2116         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2117         for starttls that tls.el implements; i.e. openssl.
2118
2119         * tls.el (tls-starttls-switches): Give up on using starttls with
2120         gnutls-cli.
2121         (tls-program): Add --insecure to be consistent with the defaults from
2122         openssl s_client.  Now all three commands are insecure.
2123
2124 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2125
2126         * lpath.el: Bind completion-styles-alist for XEmacs.
2127
2128         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2129         (gravatar-create-image): New function that's an alias to
2130         gnus-xmas-create-image, gnus-create-image, or create-image.
2131         (gravatar-data->image): Use it.
2132
2133 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2134
2135         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2136         install the nnregistry refer method.
2137         (gnus-registry-install-hooks): Use it.
2138         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2139         unfollowed groups.
2140
2141 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2142
2143         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2144         expanding threads.
2145
2146 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147
2148         * nnir.el: Use the server names without suffixes (bug #7009).
2149
2150         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2151         unencrypted to STARTTLS, if possible.
2152
2153 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2154
2155         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2156         headers before superseding.
2157
2158 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2159
2160         * nnrss.el (nnrss-use-local): Add documentation.
2161
2162         * nnimap.el (nnimap-extend-tls-programs): New function.
2163         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2164         (nnimap-wait-for-connection): Accept the greeting from the stupid
2165         output from openssl s_client -starttls, too.
2166
2167         * tls.el (tls-starttls-switches): New variable.
2168         (tls-find-starttls-argument): Use it.
2169         (open-tls-stream): Ditto.
2170
2171         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2172         (netrc-machine): Ditto.
2173
2174         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2175         article number.
2176         (nnimap-split-fancy): New variable.
2177         (nnimap-split-incoming-mail): Use it.
2178
2179         * nntp.el (nntp-server-list-active-group): Document.
2180
2181         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2182         SELECT to get the message-id.
2183
2184         * mail-source.el (mail-sources): Remove webmail support.
2185         (defvar): Ditto.
2186         (mail-source-fetcher-alist): Ditto.
2187         (mail-source-fetch-webmail): Remove.
2188
2189         * webmail.el: Remove -- doesn't seem relevant any more.
2190
2191         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2192
2193         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2194         the \r.
2195
2196 2010-09-30  Julien Danjou  <julien@danjou.info>
2197
2198         * gnus-agent.el (gnus-agent-add-group): Fix call to
2199         gnus-completing-read.
2200
2201 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2202
2203         * nndoc.el (nndoc-retrieve-groups): New function.
2204
2205         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2206         `default', use nnmail-split-methods.
2207         (nnimap-request-article): Downcase the NILs so that they are nil.
2208
2209         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2210         symbol.
2211
2212         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2213         code, since if the user has requested network, that's what they ought
2214         to get.
2215         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2216         (nnimap-split-rule): Mark as obsolete.
2217
2218         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2219         New variable.
2220
2221         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2222         correct slot, too.
2223
2224 2010-09-29  Julien Danjou  <julien@danjou.info>
2225
2226         * gnus.el (gnus-local-domain): Declare variable obsolete.
2227
2228         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2229         Fix history computing.
2230         (gnus-ido-completing-read): Require ido.
2231
2232 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233
2234         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2235         build Gnus.
2236
2237         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2238         when interpreting the structures.
2239         (nnimap-request-accept-article): Add \r\n to the lines to make this
2240         work with Cyrus.
2241
2242         * nndraft.el (nndraft-request-expire-articles): Use the group name
2243         instead if "nndraft".  Fix found by Nils Ackermann.
2244
2245 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2246
2247         * nnregistry.el: Add.
2248
2249 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2250
2251         * nnmail.el (group, group-art-list, group-art):
2252         Remove unneeded directives.
2253
2254 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2257         (mm-mime-charset)
2258         * rfc2047.el (rfc2047-syntax-table)
2259         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2260
2261         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2262         rather than `insert-file-contents' and `eval-region'.
2263
2264         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2265         construction.
2266
2267         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2268
2269         * time-date.el: No need to require cl for Emacs 21.
2270
2271 2010-09-29  Julien Danjou  <julien@danjou.info>
2272
2273         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2274         replacement of `gnus-gravatar-relief' to mimic
2275         `gnus-faces-properties-alist'.
2276         Add :version property.
2277
2278 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2279
2280         * mail-source.el (mail-source-report-new-mail)
2281         * message.el (message-default-mail-headers)
2282         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2283
2284         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2285
2286 2010-09-28  Julien Danjou  <julien@danjou.info>
2287
2288         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2289         mail-address contains the same string as real-name.
2290
2291         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2292         non-blank in header, otherwise it'll get stripped.
2293
2294         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2295         real-name, and then for mail address rather than doing : or , search.
2296
2297 2010-09-27  Julien Danjou  <julien@danjou.info>
2298
2299         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2300         right completing-read function.
2301         (gnus-use-ido): New variable
2302         (gnus-completing-read-with-default): Remove.
2303         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2304         (gnus-agent-add-group):
2305         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2306         * mm-view.el (mm-view-pkcs7-decrypt):
2307         * mm-util.el (mm-codepage-setup):
2308         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2309         * mml-smime.el (mml-smime-openssl-sign-query):
2310         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2311         (mml-insert-multipart):
2312         * gnus-msg.el (gnus-summary-yank-message):
2313         * gnus-int.el (gnus-start-news-server):
2314         * mm-decode.el (mm-interactively-view-part):
2315         * gnus-dired.el (gnus-dired-attach):
2316         * gnus.el (gnus-read-method):
2317         * gnus-bookmark.el (gnus-bookmark-jump):
2318         * gnus-art.el (gnus-mime-view-part-as-type)
2319         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2320         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2321         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2322         * nnmairix.el (nnmairix-create-server-and-default-group)
2323         (nnmairix-update-groups, nnmairix-get-server)
2324         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2325         (nnmairix-get-group-from-file-path):
2326         * nnrss.el (nnrss-find-rss-via-syndic8):
2327         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2328         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2329         (gnus-group-browse-foreign-server):
2330         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2331         (gnus-summary-execute-command, gnus-summary-respool-article)
2332         (gnus-read-move-group-name):
2333         * gnus-score.el (gnus-summary-increase-score)
2334         (gnus-summary-score-effect):
2335         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2336
2337 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2338
2339         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2340         x-focus-frame.
2341
2342         * nnimap.el (auth-source-forget-user-or-password)
2343         (auth-source-user-or-password): Autoload.
2344
2345         * message.el (message-from-style, message-interactive)
2346         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2347         (message-yank-prefix, message-indentation-spaces, message-signature)
2348         (message-signature-file): Add comment.
2349
2350 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351
2352         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2353         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2354         new articles.
2355
2356         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2357         parts.
2358         (nnimap-request-article): Work with the t setting, too.
2359
2360         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2361         that you don't get flashes of other buffers.
2362         (gnus-summary-show-complete-article): Intern before setting.
2363
2364 2010-09-27  David Engster  <dengste@eml.cc>
2365
2366         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2367         well as HEADERS.
2368         (nnmairix-retrieve-headers): Provide new argument for the above.
2369
2370 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2371
2372         * gnus-sum.el (gnus-summary-move-article): Don't alter
2373         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2374         group.
2375
2376         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2377
2378         * message.el (message-cite-prefix-regexp): Revert my last edit.
2379
2380         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2381         variable instead of the Gnus variable.
2382
2383         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2384
2385         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2386
2387         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2388         since some servers don't like it.
2389         (nnimap-open-connection): Forget credentials if the server says the
2390         password was wrong.
2391         (nnimap-parse-line): Protect against invalid data.
2392
2393         * gnus-sum.el (gnus-summary-move-article): Add comment.
2394         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2395         nothing alters it while scanning for new messages.
2396
2397         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2398         which may or may not help.
2399         (nnimap-open-connection): If we're doing a stream connection, and then
2400         discover we're on a STARTTLS-capable server, then open a STARTTLS
2401         connection instead.
2402
2403 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2404
2405         * nnimap.el (utf7): Require.
2406
2407         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2408         prefix.
2409
2410 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2411
2412         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2413
2414 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2415
2416         * nnimap.el (nnimap-request-accept-article): Message the error on
2417         error.
2418
2419 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2420
2421         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2422
2423 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2424
2425         * nndoc.el (nndoc-request-list): Return success always.
2426
2427         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2428         `fetch-old' -- we only want to fetch the articles we've requested.
2429         The rest are in the agent, probably.
2430         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2431         disappeared server" to something low.  It's not important.
2432
2433         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2434         arrived before the FETCH data.
2435
2436         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2437         target here, because we don't know the Gnus name of the group.
2438
2439         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2440         for the correct group.
2441
2442         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2443
2444         * gnus.el (gnus): Give a final warning after startup.
2445
2446         * gnus-util.el (gnus-action-message-log): New variable.
2447         (gnus-message): Use it.
2448         (gnus-final-warning): New function.
2449
2450         * nnimap.el (nnimap-open-connection): Record the greeting.
2451         (nnimap): Add greeting.
2452
2453 2010-09-26  Julien Danjou  <julien@danjou.info>
2454
2455         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2456         arguments.
2457         (gnus-html-wash-images): Fix spec computing to include start/end.
2458
2459         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2460
2461 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2462
2463         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2464         deletion.
2465         (nnimap-retrieve-headers): Don't select the group, because that's
2466         already done by nnimap-possibly-change-group.
2467
2468         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2469         (gnus-picon-transform-address): Use it.
2470
2471         * mail-source.el (mail-source-value): Revert previous patch.
2472
2473         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2474         on failure.
2475         (nnimap-open-connection): Look up both virtual and physical server name
2476         credentials.
2477
2478         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2479
2480 2009-02-07  Dave Love  <fx@gnu.org>
2481
2482         * tls.el (open-tls-stream): Don't query killing process.
2483
2484 2009-02-08  Dave Love  <fx@gnu.org>
2485
2486         * gnus-win.el (gnus-window-to-buffer-helper)
2487         (gnus-all-windows-visible-p): Function needn't be a symbol.
2488
2489         * mail-source.el (mail-source-value): Function needn't be a symbol.
2490
2491 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2492
2493         * message.el (message-cite-prefix-regexp): Remove } from the cite
2494         prefix.
2495
2496         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2497         highlight again, so that the highlight is correct.
2498
2499         * gnus-picon.el (gnus-picon): Remove again.
2500         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2501
2502         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2503         doing the header highlightling, so that the background colour of the
2504         picon is correct.
2505
2506         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2507         (gnus-picon): Ditto.
2508         (gnus-picon): Reinstate.  The background colour for picons is white.
2509         (gnus-picon-insert-glyph): Make the background white.
2510
2511         * nnml.el (nnml-open-nov): Don't return dead buffers.
2512
2513         * auth-source.el (auth-source-create): Query the user for whether to
2514         store the credentials.
2515
2516         * netrc.el (netrc-store-data): New function.
2517
2518         * auth-source.el (auth-source-user-or-password): Use the existing auth
2519         sources, if any, for creation.
2520
2521         * gnus.el (gnus-group-fast-parameter): Return the last matching
2522         parameter instead of the first matching parameter.
2523
2524 2010-09-26  Julien Danjou  <julien@danjou.info>
2525
2526         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2527
2528 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2529
2530         * mml2015.el (mml2015-use): Remove gpg support.
2531
2532         * mml1991.el (mml1991-function-alist): Remove gpg function.
2533         (mml1991-gpg-sign): Remove.
2534
2535 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2536
2537         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2538         (gnus-browse-unsubscribe-current-group): Document it.
2539         (gnus-browse-unsubscribe-group): Use it.
2540
2541 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2542
2543         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2544         address to the To list for easier response.
2545
2546         * gnus.el (gnus-play-startup-jingle): Remove.
2547         (gnus-splash): Don't play jingle.
2548         (gnus): Silence gnus-load message.
2549
2550         * gnus-art.el (gnus-treat-play-sounds): Remove.
2551
2552         * gnus.el (gnus-play-jingle): Remove audio support.
2553
2554         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2555
2556         * earcon.el: Remove -- no users.
2557
2558         * gnus-audio.el: Remove -- no users of this package.
2559
2560         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2561
2562         * gnus-start.el (gnus-setup-news): Remove nocem support.
2563
2564         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2565
2566         * gnus.el (gnus-use-nocem): Remove.
2567
2568         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2569         Remove.
2570
2571         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2572         uses NoCeM any more.
2573
2574         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2575         (gnus-button-ctan-handler): Ditto.
2576         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2577         (gnus-button-ctan-directory-regexp): Ditto.
2578         (gnus-button-handle-ctan): Ditto.
2579         (gnus-button-tex-level): Ditto.
2580         (gnus-button-alist): Remove CTAN stuff.
2581
2582 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2583
2584         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2585         nnimap-streaming test.
2586
2587         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2588         servers twice.
2589
2590         * nnimap.el (nnimap-open-connection): Add more error reporting when
2591         nnimap fails early.
2592
2593         * nnheader.el (nnheader-get-report-string): New function.
2594         (nnheader-get-report): Use it.
2595
2596         * gnus-int.el (gnus-check-server): Say what the error was when opening
2597         failed.
2598
2599         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2600         using streaming.
2601
2602 2010-09-25  Julien Danjou  <julien@danjou.info>
2603
2604         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2605         gnus-window-inside-pixel-edges.
2606
2607 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2608
2609         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2610
2611         * mm-decode.el (mm-save-part): Allow saving to other directories the
2612         normal Emacs way.
2613
2614         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2615         Suggested by Jay Berkenbilt.
2616
2617         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2618         there isn't a single byte.
2619
2620         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2621         just do it.  It doesn't really seem to matter what the user responds
2622         here, I think, so it's just a confusing question.
2623
2624         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2625         non-streaming case.
2626
2627         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2628         (gnus-article-encrypt-body): Use it.
2629
2630         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2631         keystroke.
2632
2633         * nnimap.el (nnimap-find-wanted-parts-1):
2634         Use gnus-fetch-partial-articles.
2635
2636         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2637
2638         * nnimap.el (nnimap-insert-partial-structure): New function.
2639         (nnimap-get-partial-article): New function.
2640         (nnimap-request-article): Use it.
2641         (nnimap-wait-for-response): Return whether the wait was successful.
2642         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2643         retrieval wasn't successful.
2644         (nnimap-retrieve-group-data-early): Allow throttling servers.
2645         (nnimap-streaming): New variable.
2646         (nnimap-fetch-partial-articles): Remove.
2647
2648         * mm-decode.el (mm-with-part): Protect against killed buffers.
2649
2650         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2651         for prettier summary display.
2652
2653 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2654
2655         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2656
2657 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2658
2659         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2660         apparently third-party libraries depend on it.
2661
2662         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2663         before starting negotiation.
2664
2665         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2666         privacy reasons.
2667         (gnus-treat-mail-gravatar): Ditto.
2668
2669         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2670         buffer when inserting images.  Inserting text into the headers, for
2671         instance, can make them invalid.
2672
2673 2010-09-25  Julien Danjou  <julien@danjou.info>
2674
2675         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2676         variables.
2677
2678         * nnheader.el: Remove useless variables news-reply-yank-from and
2679         news-reply-yank-message-id.
2680
2681         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2682         variables.
2683
2684         * mml1991.el: Remove useless mml1991-verbose.
2685
2686         * gnus.el: Remove useless variable gnus-use-generic-from.
2687         Remove obsolete variable gnus-topic-indentation.
2688
2689         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2690
2691         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2692
2693         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2694
2695         * gnus-group.el: Remove useless gnus-group-icon-cache.
2696         Remove useless gnus-ephemeral-group-server.
2697
2698         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2699
2700         * mml2015.el: Remove useless mml2015-verbose.
2701
2702         * mml-smime.el: Remove useless mml-smime-verbose.
2703
2704         * gnus.el: Remove useless gnus-local-domain.
2705
2706         * gnus-gravatar.el (gnus-gravatar-transform-address):
2707         Use gnus-gravatar-size.
2708
2709         * gnus-art.el: Remove useless gnus-treat-translate.
2710
2711 2010-09-24  Julien Danjou  <julien@danjou.info>
2712
2713         * gnus-sum.el: Add support for Gravatars.
2714
2715         * gnus-art.el: Add support for Gravatars.
2716
2717         * gnus-gravatar.el: Add this file.
2718
2719         * gravatar.el: Add this file.
2720
2721 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2722
2723         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2724
2725         * gnus-group.el (gnus-group-fetch-faq): Remove.
2726
2727         * gnus.el (gnus-group-faq-directory): Remove.
2728
2729         * gnus-group.el (gnus-group-fetch-charter): Remove.
2730
2731         * gnus.el (gnus-group-charter-alist): Remove.
2732
2733         * gnus-group.el (gnus-group-archive-directory): Remove.
2734         (gnus-group-recent-archive-directory): Ditto.
2735         (gnus-group-make-archive-group): Remove.
2736
2737         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2738
2739         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2740         use the same article number for all the cached articles.
2741
2742         * nnimap.el (nnimap-command): Register the last command time so
2743         that we can use it for idling NOOPs.
2744         (nnimap-open-connection): Start the keeplive timer.
2745         (nnimap-make-process-buffer): Store all the process buffers.
2746         (nnimap-keepalive): New function.
2747
2748         * starttls.el (starttls-open-stream): Add autoload cookie.
2749
2750 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2751
2752         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2753         handling.
2754
2755 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2756
2757         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2758         its data structures.
2759
2760         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2761         instead of the cl.el copy-list.
2762         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2763         equalp.
2764
2765 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2766
2767         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2768         and tool-bar-local-item-from-menu.
2769
2770         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2771         mode-line-highlight face for Emacs.
2772
2773         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2774         loading gnus-sum.elc; fix comment for canlock-verify.
2775         (gnus-article-jump-to-part): Use read-number.
2776         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2777         Remove Emacs pre-21 compatible code for help-echo.
2778         (gnus-article-next-page-1): No need to adjust the number of lines.
2779         (gnus-article-describe-bindings): Always use help-buffer.
2780
2781         * gnus-audio.el (gnus-audio-inline-sound)
2782         * gnus-cus.el (gnus-custom-mode)
2783         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2784
2785         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2786
2787         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2788         compatible code.
2789
2790 2010-09-24  Glenn Morris  <rgm@gnu.org>
2791
2792         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2793         visiting the fcc file in rmail-mode.
2794
2795         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2796
2797 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2798
2799         * nnir.el: Silence the byte compiler.
2800
2801         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2802         alias to browse-url-url-encode-chars if any.
2803         (gnus-html-encode-url): Use it.
2804
2805 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2806
2807         * gnus-start.el (gnus-use-backend-marks): New variable.
2808         (gnus-get-unread-articles-in-group): Use it.
2809
2810         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2811         makeover.
2812
2813 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2814
2815         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2816
2817 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2818
2819         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2820         Remove.
2821         (gnus-setup-news-hook):
2822         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2823
2824         * gnus-int.el (gnus-request-update-info): Protect against backends not
2825         having the function.
2826
2827         * nnimap.el (nnimap-stream): Mention starttls.
2828         (nnimap-open-connection): Add starttls support.
2829
2830 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2831
2832         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2833
2834 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835
2836         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2837         BODYSTRUCTUREs.
2838         (nnimap-transform-headers): Unfold quoted {42} headers.
2839
2840         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2841         the info.
2842         (gnus-get-unread-articles): Only call updatep on backends that support
2843         it.
2844
2845         * nnweb.el (nnweb-request-update-info): NOOP.
2846
2847         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2848
2849         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2850         since it only deals with marks.
2851
2852         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2853         gnus-request-marks, and make a new gnus-request-update-info.
2854
2855         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2856         the active instead of the high number, which is usually too low.
2857
2858 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2859
2860         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2861         * encrypt.el: Remove.
2862
2863 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2864
2865         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2866         server in symbolic form.
2867
2868         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2869
2870 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2871
2872         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2873         (nnimap-update-info): Fix up code slightly.
2874
2875         * gnus-int.el (gnus-open-server): Add tracing for performance
2876         debugging.
2877
2878         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2879         (gnus-group-insert-group-line): Pass the real group name so that it
2880         gets the right data.
2881
2882         * gnus-start.el (gnus-get-unread-articles): Don't have
2883         `gnus-get-unread-articles-in-group' update info, since that can be
2884         really slow and doesn't seem to be needed?
2885
2886 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2887
2888         * time-date.el (date-to-time): Try using parse-time-string first before
2889         using the slower timezone-make-date-arpa-standard.
2890
2891 2010-09-22  Julien Danjou  <julien@danjou.info>
2892
2893         * gnus-group.el (gnus-group-insert-group-line):
2894         Call gnus-group-highlight-line.
2895         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2896         default hook list.
2897         (gnus-group-update-eval-form): Add new function.
2898         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2899         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2900
2901 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2902
2903         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2904         immediate, then expire all articles.
2905         (nnimap-update-info): Fix off-by-one errors.
2906         (nnimap-flags-to-marks): Would return no marks lists for group with no
2907         flags.  Instead return the other data.
2908
2909 2010-09-22  Julien Danjou  <julien@danjou.info>
2910
2911         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2912         Only return an icon.
2913         (gnus-group-insert-group-line): Compute icon to return.
2914
2915         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2916         (gnus-html-image-fetched): Only cache if
2917         gnus-html-image-automatic-caching is set.
2918         (gnus-html-image-fetched): Check for errors.
2919
2920 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921
2922         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2923         once per method on `g'.  This ensures that backends like nnfolder don't
2924         open all their folders.
2925
2926         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2927         (nnimap-request-list): Nix out group in the correct buffer.
2928         (nnimap-parse-flags): Implement by using `read' instead of
2929         hand-parsing.
2930         (nnimap-flags-to-marks): Pass on permanent-flags.
2931         (nnimap-make-process-buffer): Record the server name.
2932         (nnimap-parse-flags): Fix typo.
2933         (nnimap-request-scan): Run split on the server in general, not just a
2934         single group.
2935
2936         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2937         parameter, and propagate this downwards.
2938
2939         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2940         since EXAMINE changes it on the server.
2941
2942         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2943         this command might take a while.
2944
2945 2010-09-22  Julien Danjou  <julien@danjou.info>
2946
2947         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2948         harmful if you have 2 images side-by-side, they can't be properly
2949         update on text deletion.  Using text-property is safer here.
2950         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2951         data.
2952
2953 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2954
2955         * nnimap.el (nnimap-expunge-inbox): Remove.
2956         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2957         (nnimap-expunge): Flip default to t.
2958
2959         * gnus.el (gnus-method-to-server): Don't push things to the cache
2960         unless it's unique.
2961         (gnus-server-to-method): Ditto.
2962
2963 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2964
2965         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2966
2967 2010-09-22  Julien Danjou  <julien@danjou.info>
2968
2969         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2970         get the start of data.
2971         (gnus-html-encode-url): Add this function to encode special chars in
2972         URL.
2973         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2974         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2975
2976         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2977         default.
2978         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2979
2980         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2981         images alt-text.
2982         (gnus-html-put-image): Put alt-text as help-echo.
2983
2984 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2985
2986         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2987         * mm-util.el (mm-decompress-buffer)
2988         * nnir.el (nnir-run-find-grep)
2989         * pop3.el (pop3-list): Use 3rd arg of split-string.
2990
2991         * time-date.el (format-seconds): Comment fix.
2992
2993         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2994         and byte-optimize-form-code-walker.
2995         (dgnushack-make-auto-load): Don't advise make-autoload.
2996
2997         * lpath.el: Remove Emacs 21 stuff.
2998
2999 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3000
3001         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3002         outside the active range.  Suggested by Dan Christensen.
3003
3004         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3005         slightly later to avoid double-getting it.
3006
3007         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3008         previous patch.
3009
3010         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3011
3012 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3013
3014         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3015
3016 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3017
3018         * gnus-int.el (gnus-open-server): Give a better error message in the
3019         "go offline" case.
3020
3021         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3022         marks for nnimap, which is seldom the right thing to do.
3023
3024         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3025         (gnus-same-method-different-name): New function.
3026
3027         * nnimap.el (parse-time): Require.
3028
3029         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3030         method in the presence of many similar methods.
3031
3032         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3033
3034         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3035         nnml-inhibit-expiry.
3036
3037         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3038         find out whether methods are equal.
3039
3040         * nnimap.el (nnimap-find-expired-articles): New function.
3041         (nnimap-process-expiry-targets): New function.
3042         (nnimap-request-move-article): Request the article before looking at
3043         what the Message-ID is.  Fix found by Andrew Cohen.
3044         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3045
3046         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3047         for oldness in addition to being a predicate.
3048
3049         * nnimap.el (nnimap-request-group): When we have zero articles, return
3050         the right data to Gnus.
3051         (nnimap-request-expire-articles): Only delete articles immediately if
3052         the target is 'delete.
3053
3054         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3055         method, this would bug out.
3056
3057         * gnus-group.el (gnus-group-expunge-group): Rename from
3058         gnus-group-nnimap-expunge, and implemented as a normal interface
3059         function.
3060
3061         * gnus-int.el (gnus-request-expunge-group): New function.
3062
3063         * nnimap.el (nnimap-request-create-group): Implement.
3064         (nnimap-request-expunge-group): New function.
3065
3066 2010-09-21  Julien Danjou  <julien@danjou.info>
3067
3068         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3069         (gnus-html-cache-expired): Add new function.
3070         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3071         wethever we should display image for fetch it.
3072         Compute alt-text earlier to pass it to the fetching function too.
3073         (gnus-html-schedule-image-fetching): Change function argument to only
3074         get one image at a time, not a list.
3075         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3076         cache.
3077         (gnus-html-get-image-data): New function to retrieve image data from
3078         cache.
3079         (gnus-html-put-image): Change buffer argument to use image data rather
3080         than file, and place image above region rather than inserting a new
3081         one.  Do not take alt-text as argument, since it's useless now: we place
3082         the image above alt-text.
3083         (gnus-html-prune-cache): Remove.
3084         (gnus-html-show-images): Start to fetch image when we find one, do not
3085         push into a temporary list.
3086         (gnus-html-prefetch-images): Only fetch image if they have expired.
3087         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3088         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3089
3090 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3091
3092         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3093
3094 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3095
3096         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3097         spec inser "*" if the group isn't active instead of 0.
3098
3099         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3100         opening the server.
3101         (nnimap-request-delete-group): Implement group deletion.
3102         (nnimap-transform-headers): Return the size of the entire message in
3103         the Bytes header, not just the size of the first part.
3104         (nnimap-request-move-article): When moving an article from nnimap,
3105         request the article first so the accepting form has an article to
3106         accept.  Reported by Dan Christensen.
3107         (nnimap-command): Make sure that the error message doesn't error out.
3108
3109 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3110
3111         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3112         we haven't requested anything.
3113
3114 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3115
3116         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3117         "".  Fix found by Andrew Cohen.
3118
3119         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3120         instead of -encode-string.
3121
3122 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3123
3124         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3125
3126         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3127         by mm-subst-char-in-string.
3128
3129 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3130
3131         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3132         waiting for the connection string.
3133
3134         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3135         arriving.
3136
3137         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3138         bogus characters.  This allows selecting certain Gmail groups.
3139
3140         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3141         (nnimap-fetch-partial-articles): New variable.
3142         (nnimap-open-connection): When looking for credentials, also use the
3143         nnimap-server-port.
3144         (nnimap-request-article): Return the group/article number, so that Gnus
3145         `^' works as expected.
3146         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3147
3148         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3149         comments.
3150         (gnus-methods-sloppily-equal): New function.
3151         (gnus): When using the development version of Gnus, load the gnus-load
3152         file.
3153
3154         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3155         `gnus-open-server' on each method before trying to scan them etc.
3156         This ensures that all the backend parameters are set correctly.
3157
3158         * nnimap.el (nnimap-authenticator): New variable.
3159         (nnimap-open-connection): Allow anonymous login.
3160         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3161         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3162
3163         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3164         patch, found by Knut Anders Hatlen.
3165
3166 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3167
3168         * gnus-agent.el (gnus-agent-batch-confirmation)
3169         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3170         to gnus-message.
3171         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3172         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3173         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3174         * gnus-int.el (gnus-open-server): Likewise.
3175         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3176         (gnus-score-check-syntax): Likewise.
3177         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3178         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3179         Likewise.
3180         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3181
3182 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3183
3184         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3185         calling conventions so that prefetch doesn't bug out.
3186
3187 2010-09-19  Julien Danjou  <julien@danjou.info>
3188
3189         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3190         rather than `subst-char-in-region' in order to be able to replace ASCII
3191         char by UTF-8 ones.
3192
3193         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3194         than curl.
3195         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3196         the right URL and ALT text on images.
3197         (gnus-html-wash-tags): Fix tag case.
3198         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3199         (gnus-article-html): Add -o display_ins_del=2 option.
3200         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3201
3202 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3203
3204         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3205         the extra mail headers, which sometimes seem to happen for unknown
3206         reasons.
3207
3208         * mail-parse.el (mail-header-encode-parameter): Define as
3209         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3210         (or most, perhaps?) mail readers don't understand the latter, but do
3211         understand the former.
3212
3213         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3214         to nil, so that no methods are automatically agentized.  I think this
3215         is probably what most users want.
3216
3217         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3218         from url-retrieve, for instance about invalid URLs.
3219
3220         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3221         groups that have no articles.
3222         (nnimap-request-article): Check that we really got an article when we
3223         requested one.
3224
3225         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3226         doesn't exist.
3227
3228         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3229         nntp buffer so the agent can save it.
3230         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3231         that CRLF doesn't get translated to \n.
3232         (nnimap-open-connection): Don't make 'shell commands only send \n.
3233
3234 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3235
3236         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3237         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3238         Update var name.
3239         (nnml-generate-nov-file): Use dolist.
3240         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3241         Use with-current-buffer.
3242
3243 2010-09-18  Julien Danjou  <julien@danjou.info>
3244
3245         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3246         parallel.
3247
3248 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3249
3250         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3251         the range update right.
3252         (nnimap-request-group): Don't make `M-g' bug out on group with no
3253         marks.
3254         (nnoo): Require, so that other packages can require nnimap.
3255         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3256         command we're looking for.  This helps when the server sends more
3257         responses after we've gotten everything we expected.
3258         (nnimap): Add a `newlinep' field to keep track of end-of-line
3259         conventions.
3260         Don't send CRLF to things that don't want it.
3261         (nnimap-request-accept-article): Ditto.
3262
3263 2010-09-18  Julien Danjou  <julien@danjou.info>
3264
3265         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3266         than curl to retrieve images.
3267
3268 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3269
3270         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3271         the marks.
3272         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3273         (nnimap-wait-for-connection): New function.
3274         (nnimap-open-connection): If we have PREAUTH, don't query for login
3275         credentials.
3276         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3277         when doing a partial update.
3278
3279 2010-09-18  Julien Danjou  <julien@danjou.info>
3280
3281         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3282         tags.
3283
3284 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3285
3286         * nnimap.el (nnimap-credentials): New function.
3287         (nnimap-open-connection): Use the new function to look for credentials
3288         also on the numeric equivalents of "imap" and "imaps".
3289
3290         * gnus-start.el (gnus-activate-group): Send the info to
3291         gnus-request-group.
3292
3293         * nnimap.el (nnimap-request-group): Have the "check" version of the
3294         function parse flags and update the info, so that a `M-g' get a total
3295         resync of all flags from the group.
3296
3297         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3298         to allow backends to alter the info on group selection.  Also alter all
3299         the backend -request-group functions to take the parameter.
3300
3301         * nnimap.el (nnimap-store-info): New function.
3302         (nnimap-update-info): Store the info for later usage.
3303         (nnimap-request-group): Use the stored info for the dont-check case, so
3304         that we don't retrieve all marks when we enter a group.
3305
3306         * nnimap.el: Use deffoo instead of defun for interface functions.
3307
3308         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3309         update the group info.  This makes the nndraft groups, for instance, go
3310         back to their old behaviour.
3311
3312         * gnus-sum.el (gnus-select-newsgroup): Indent.
3313
3314         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3315         in.
3316         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3317         nothing.
3318
3319         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3320         from methods that are denied.
3321
3322         * gnus-int.el (gnus-method-denied-p): New function.
3323
3324         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3325         store the password instead of netrc.
3326         (nnimap-open-connection): Don't error out when we can't make a
3327         connections.
3328
3329         * auth-source.el (auth-source-create): In the password prompt, say what
3330         we're querying for.  Also prompt for user name if that hasn't been
3331         given.
3332
3333         * nnimap.el (nnimap-with-process-buffer): Remove.
3334
3335 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3336
3337         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3338         method when we're reading from the agent.
3339
3340         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3341
3342         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3343         that's probably most useful for users.
3344
3345         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3346         "failed" all the time.
3347
3348         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3349         ...)) with (with-current-buffer ... ).
3350
3351         * nntp.el (nntp-open-server): Return whether the open was successful or
3352         not.
3353
3354         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3355         select an unread unseen article first.
3356
3357         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3358         /etc/services, supply some sensible port defaults.
3359
3360         * dgnushack.el: Define netrc-credentials.
3361
3362 2010-09-17  Julien Danjou  <julien@danjou.info>
3363
3364         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3365
3366 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3367
3368         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3369         doesn't have any parameters.
3370
3371 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3372
3373         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3374         only upcased checks.
3375
3376         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3377
3378         * nnimap.el (nnimap-open-shell-stream): New function.
3379         (nnimap-open-connection): Use it.
3380         (nnimap-transform-headers): Get the number of lines in each message.
3381         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3382         number of lines.
3383         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3384         problem.
3385
3386         * utf7.el (utf7-encode): Autoload.
3387
3388         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3389         to allow the mail splitting to not return a default group.  This is
3390         useful for nnimap, which will leave unmatched mail in the inbox.
3391
3392         * nnimap.el: Rewritten.
3393
3394         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3395         nnimap usage.
3396
3397         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3398         if the move is internal, so that nnimap can do fast internal moves.
3399
3400         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3401         data.
3402         (gnus-read-active-for-groups): Support finishing the early retrieval of
3403         data.
3404
3405         * gnus-range.el (gnus-range-nconcat): New function.
3406
3407         * gnus-int.el (gnus-finish-retrieve-group-infos)
3408         (gnus-retrieve-group-data-early): New functions.
3409
3410 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3411
3412         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3413         (nnrss-retrieve-groups):
3414         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3415         (pop3-quit): Use with-current-buffer.
3416
3417 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3418
3419         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3420         instead of nnheader-accept-process-output.
3421
3422         * dgnushack.el (dgnushack-compile): Add comment.
3423
3424         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3425
3426         * gnus-html.el (gnus-html-schedule-image-fetching)
3427         (gnus-html-prefetch-images): Replace process-kill-without-query by
3428         gnus-set-process-query-on-exit-flag.
3429
3430 2010-09-16  Romain Francoise  <romain@orebokech.com>
3431
3432         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3433
3434 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3435
3436         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3437         parameter to unintern is mandatory-ish in Emacs 24.
3438
3439         * gnus-html.el (gnus-html-schedule-image-fetching)
3440         (gnus-html-prefetch-images): Check for curl before using it.
3441
3442         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3443         depend on curl, which isn't essential.
3444
3445         * imap.el: Revert back to version
3446         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3447         seem problematic.
3448
3449 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3450
3451         * gnus-registry.el (gnus-registry-install-shortcuts):
3452         Explicitly pass `obarray' to `unintern' to avoid a warning.
3453
3454 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3455
3456         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3457         change.
3458
3459         * nnrss.el (nnrss-request-list): Remove this function and related
3460         functions, including the moreover stuff.
3461
3462 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3463
3464         * nnrss.el (nnrss-retrieve-groups): New function.
3465
3466 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3467
3468         * .dir-locals.el: Add no-byte-compile cookie.
3469
3470 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3471
3472         * time-date.el (format-seconds): Comment fix.
3473
3474         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3475         for back end that doesn't support request-scan.
3476
3477 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3478
3479         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3480         then do request scans from the backends.
3481
3482         * netrc.el (netrc-credentials): New conveniency function.
3483
3484         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3485         avoid running a hook per line, since this takes a lot of time,
3486         profiling shows.
3487         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3488         directly if gnus-visual-p is true.
3489
3490 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3491
3492         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3493         groups; replace mapcar with dolist which is a bit faster; pass groups
3494         info to gnus-read-active-file-1.
3495         (gnus-read-active-file-1): Scan only specified groups if the new
3496         optional arg `infos' is given.
3497
3498 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3499
3500         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3501
3502         * pop3.el (pop3-movemail): Remove.
3503         (pop3-streaming-movemail): Rename to pop3-movemail.
3504
3505         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3506         don't restrict end-tag searches to the end of the line.
3507
3508 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3509
3510         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3511         articles of every unchecked group to t, which means unknown since the
3512         server has never been opened.
3513
3514 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3515
3516         * gnus-html.el (gnus-html-show-alt-text): New command.
3517         (gnus-html-browse-image): Ditto.
3518         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3519         to browse the image directly.
3520         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3521         better.
3522
3523         * gnus-async.el (gnus-async-article-callback):
3524         Call `gnus-html-prefetch-images' unconditionally.
3525
3526         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3527         before feeding URLs to curl.
3528
3529 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3530
3531         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3532         internal images as deletable by `W D D'.
3533
3534         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3535         (gnus-async-article-callback): Fix typo.
3536
3537 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3540         current line to work around bugs in the output from w3m.
3541
3542         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3543         for groups that want that.
3544
3545         * nntp.el (nntp-wait-for-string): Supply a timeout for
3546         accept-process-output to ensure progress.
3547
3548         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3549         level to get unread articles from, then use that for foreign groups,
3550         too.
3551
3552         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3553         confuses the rest of the function.
3554
3555         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3556         for the methods that support -retrieve-groups, too.
3557
3558         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3559
3560 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3563         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3564
3565         * pop3.el: Require cl when compiling.
3566         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3567
3568 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3569
3570         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3571         that aren't going to be activated.
3572         (gnus-get-unread-articles): Fix up the last commit.
3573
3574         * gnus-html.el (gnus-article-html): Allow calling without specifying
3575         the handle.  In that case, dissect the buffer first.
3576
3577         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3578
3579         * nnimap.el (nnimap-open-connection): Revert the change that would look
3580         into authinfo for imaps instead of imap.
3581
3582         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3583         say that you don't want to call gnus-request-group with don-check, but
3584         do check the reponse.  This is for virtual groups only.
3585         (gnus-get-unread-articles): Count the archive groups as secondary, so
3586         that they're activated the same way as before.
3587
3588         * imap.el (imap-message-map): Removed optional buffer parameter, since
3589         no callers use it.
3590         (imap-message-get): Ditto.
3591         (imap-message-put): Ditto.
3592         (imap-mailbox-map): Ditto.
3593         (imap-mailbox-put): Ditto.
3594         (imap-mailbox-get): Ditto.
3595         (imap-mailbox-get): Revert last change for this function.
3596
3597         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3598         case-insensitively.
3599         (nnimap-debug): Remove.
3600
3601         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3602         to use `imap-fetch' instead.  According to the comments, this should be
3603         safe, since all other IMAP clients use the 1:* syntax.
3604         (imap-enable-exchange-bug-workaround): Removed.
3605         (imap-debug): Removed -- doesn't seem very useful.
3606
3607         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3608         mail from a file, and the file doesn't exist.
3609
3610         * imap.el (imap-log): New convenience function used throughout instead
3611         of repeating the same code all over the place.
3612
3613         * pop3.el (pop3-streaming-movemail): Return t for success.
3614
3615         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3616         .authinfo if we're using ssl connection.
3617
3618         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3619         already have if we're in a main Gnus `g' run.
3620
3621         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3622
3623 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3624
3625         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3626
3627         * nnmh.el (nnmh-request-list-1): Bind `file'.
3628
3629         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3630         alias to set-process-query-on-exit-flag or process-kill-without-query.
3631         (pop3-open-server): Use it.
3632
3633 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3634
3635         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3636         box to the Incoming file.  Fixes mistake in previous checkin.
3637
3638         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3639         request loop (for debugging purposes) removed.
3640
3641         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3642         culprit is more visible.
3643         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3644         (nnml-add-incremental-nov): New functions to do "incremental" nov
3645         updates, where we just append to the end of the existing nov files
3646         without reading/writing them in full.
3647
3648         * mail-source.el (mail-source-delete-crash-box): Really only check the
3649         incoming files once in a while.
3650
3651         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3652
3653         * mail-source.el (mail-source-delete-crash-box): Only check the
3654         incoming files for deletion once per day to save a lot of file
3655         accesses.
3656
3657         * pop3.el (pop3-logon): Fix up unbound variable typo.
3658
3659         * mail-source.el (pop3-streaming-movemail): Autoload.
3660
3661         * pop3.el (pop3-streaming-movemail):
3662         Respect pop3-leave-mail-on-server.
3663
3664         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3665         retrieval.
3666
3667         * pop3.el (pop3-process-filter): Remove unused function.
3668         (pop3-streaming-movemail, pop3-send-streaming-command)
3669         (pop3-wait-for-messages, pop3-write-to-file)
3670         (pop3-number-of-responses): New functions for streaming pop3
3671         retrieval.
3672
3673         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3674         come from no known methods.
3675         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3676         list.
3677
3678         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3679         message sizes.
3680         (pop3-movemail): Use erase-buffer instead of looping and deleting
3681         regions, which seems rather odd.
3682
3683         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3684         file once per `g' run.
3685
3686         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3687         directories.  This makes the draft queue directory work.
3688
3689         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3690         data from the backends, so that we only request the list of groups from
3691         each method once.  This should speed things up considerably.
3692
3693         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3694         detect that it's not implemented.
3695
3696         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3697         we actually do recurse down into the tree, but don't stat all leaf
3698         nodes.
3699
3700         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3701         then say so instead of bugging out.
3702
3703         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3704         files exist before trying to read them.
3705
3706         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3707         around <pre_int>.
3708
3709         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3710
3711         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3712
3713 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3714
3715         * mm-util.el (mm-image-load-path): Just return the image directories,
3716         not all directories in the path in addition to the image directories.
3717         (mm-image-load-path): Maintain a cache of the image directories so that
3718         the `g' command in Gnus doesn't have to stat dozens of directories each
3719         time.
3720
3721         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3722         (gnus-html-wash-tags): Add a new `i' command to insert images.
3723         (gnus-html-insert-image): New command and keystroke.
3724         (gnus-html-redisplay-with-images): New command and keystroke.
3725         (gnus-html-show-images): Rename command.
3726         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3727         spacers.
3728         (gnus-html-wash-tags): Decode entities at the end, so that entities
3729         inside the tags don't mess up the rest of the "parsing".
3730
3731         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3732         so that nnimap methods aren't agentized by default.  There's apparently
3733         many problems related to agent/imap behaviour.
3734
3735         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3736
3737         * gnus-html.el: Doc fix.
3738
3739 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3740
3741         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3742         specifier-spec-list for Emacs 21.
3743
3744         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3745         glyph-width and glyph-height instead of display-graphic-p and
3746         image-size; make avoidance of displaying small images work for XEmacs.
3747
3748         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3749         for XEmacs.
3750
3751         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3752         of symbol that holds plist data.
3753         (gnus-process-plist): Remove plist of process after getting it.
3754
3755 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3756
3757         * message.el (message-generate-hashcash): Change default to
3758         'opportunistic if hashcash is installed.
3759
3760         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3761         (gnus-html-put-image): Only call image-size once, since it's somewhat
3762         time-consuming on remote X servers.
3763
3764 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3765
3766         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3767         type on data, not a file name.
3768
3769         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3770         window-pixel-edges for Emacs 21.
3771
3772         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3773         decoded contents.
3774         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3775
3776 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3777
3778         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3779         group line format, since it isn't very interesting.
3780
3781         * gnus-agent.el (gnus-agent-short-article),
3782         (gnus-agent-long-article): Increase values for these two variables,
3783         since most people are likely to have more network connection and
3784         storage than before.
3785
3786         * gnus.el (gnus-refer-article-method): Change default to 'current.
3787         When referring an article, the common behaviour is to refer it from the
3788         current select method, not the native select method.  The chances of
3789         the native select method having the message in question is rather slim
3790         these days.
3791
3792         * gnus-sum.el (gnus-auto-select-subject): Change default to
3793         `unseen-or-unread'.  I think it's likely that most people want to
3794         select an unseen article over a previously seen, but unread one.
3795
3796         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3797         means that in the article buffer none of the minor mode elements will
3798         be shown, usually, and this is not desirable in most cases.
3799
3800         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3801         that commands like `d' (and the like) go to the next line in the
3802         buffer, instead of the next unread article.  I think this is the
3803         behaviour that is most natural for most users.
3804         (gnus-single-article-buffer): Change default to nil, so that people can
3805         have as many article buffers open as they have summary buffer.  I think
3806         this is the most natural way for the groups to behave.
3807
3808         * message.el (message-generate-new-buffers): Change default to
3809         `unsent', so that all new message buffers start their names with the
3810         string "*unsent", and it's easier to find the buffers if you move from
3811         them.
3812
3813 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3814
3815         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3816         small.  They're probably tracking images.
3817         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3818         (gnus-html-rescale-image): Yet another try at getting the image sizing
3819         right.
3820
3821         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3822         nntp-marks-file-name is nil.
3823
3824 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3825
3826         * gnus-html.el (gnus-html-wash-tags)
3827         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3828         Better logging.
3829
3830 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3831
3832         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3833
3834         * gnus-html.el (gnus-html-wash-tags): Check the value of
3835         gnus-blocked-images in the summary buffer.
3836
3837 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3838
3839         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3840
3841 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3842
3843         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3844         like "a", it seems like.
3845         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3846         since it needs to be picked from the correct buffer.
3847
3848         * nnwfm.el: Remove.
3849
3850         * nnlistserv.el: Remove.
3851
3852 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3853
3854         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3855         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3856
3857 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3858
3859         * nnkiboze.el: Remove.
3860
3861         * nndb.el: Remove.
3862
3863         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3864         alt text.
3865         (gnus-html-rescale-image): Try to get the rescaling logic right for
3866         images that are just wide and not tall.
3867
3868         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3869         overshadow variable bindings.
3870
3871 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3872
3873         * gnus-html.el (gnus-html-wash-tags)
3874         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3875         Add extra logging.
3876
3877 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3878
3879         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3880         (gnus-max-image-proportion): New variable.
3881         (gnus-html-rescale-image): New function.
3882         (gnus-html-put-image): Rescale images.
3883
3884 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3885
3886         Fix up some byte-compiler warnings.
3887         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3888         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3889         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3890         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3891         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3892         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3893         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3894
3895 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3896
3897         * gnus-html.el (gnus-article-html): Decode contents by charset.
3898
3899 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3900
3901         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3902         (gnus-html-frame-width, gnus-blocked-images)
3903         * message.el (message-prune-recipient-rules): Add custom version.
3904         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3905
3906         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3907         functions.
3908
3909         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3910         gnus-process-get.
3911
3912 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3913
3914         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3915         instead of lsub directly.
3916
3917 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3918
3919         * nnwarchive.el: Remove.
3920
3921         * gnus-soup.el: Remove.
3922
3923         * nnsoup.el: Remove.
3924
3925         * nnultimate.el: Remove.
3926
3927         * gnus-html.el (gnus-blocked-images): New variable.
3928
3929         * message.el (message-prune-recipients): New function.
3930         (message-prune-recipient-rules): New variable.
3931
3932         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3933         guess whether a long line is natural text or not.
3934
3935         * gnus-html.el (gnus-html-schedule-image-fetching):
3936         Use gnus-process-plist and friends for compatibility.
3937
3938 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3939
3940         * gnus-html.el: Require packages that define macros used in this file.
3941         (gnus-article-mouse-face): Declare to silence byte-compiler.
3942         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3943         process-get.
3944         (gnus-html-put-image): Use plist-get to avoid getf.
3945         (gnus-html-prefetch-images): Use with-current-buffer.
3946
3947 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3948
3949         * gnus-ems.el: Provide compatibility functions for
3950         gnus-set-process-plist.
3951
3952         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3953         header-line-format for XEmacs 21.4.
3954
3955         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3956         * gnus.el (gnus-valid-select-methods)
3957         * message.el (message-send-mail-partially-limit)
3958         * mm-decode.el (mm-text-html-renderer)
3959         * mml.el (mml-insert-mime-headers-always)
3960         * smiley.el (smiley-regexp-alist): Bump custom version.
3961
3962 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3963
3964         * gnus-html.el: require mm-url.
3965         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3966         with the url to `url'.
3967         (gnus-html-wash-tags): Support cid: URLs/images.
3968
3969 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3970
3971         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3972         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3973         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3974
3975         * gnus-move.el: Remove file, since it doesn't really work.
3976
3977         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3978         UTF-8.  This seems to fix problems with some German web feeds.
3979
3980         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3981         at the top so that the proper colours are applied.
3982
3983         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3984         don't have dots in their names.
3985
3986         * gnus-art.el (gnus-article-view-part): Doc fix.
3987
3988         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3989         XEmacs-compatible.
3990         (gnus-html-put-image): Don't do images on non-graphic displays.
3991
3992         * nnslashdot.el: Remove this unused backend.
3993
3994         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3995         actions.
3996         (gnus-undo-register-1): Revert last change.
3997
3998         * gnus-group.el (gnus-group-completing-read): Protect against not
3999         having completion-styles bound.
4000
4001         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4002         make broken recipients happier.
4003
4004         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4005
4006         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4007         point parameter.
4008
4009         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4010
4011         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4012         completion-styles for group selection.
4013
4014 2009-02-04  Andreas Schwab  <schwab@suse.de>
4015
4016         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4017         headers and regexp-quote the match if necessary.
4018
4019 2009-03-24  Miles Bader  <miles@gnu.org>
4020
4021         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4022         the blinking smiley.
4023
4024 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4025
4026         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4027         blink smiley.
4028
4029 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4030
4031         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4032         where the dribbel file lives exists.
4033
4034         * message.el (message-send-mail-partially-limit): Change the default to
4035         nil, since most people don't want this.
4036
4037         * mm-url.el (mm-url-decode-entities): Also decode entities like
4038         &#x3212.
4039
4040 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4041
4042         * gnus-sum.el (gnus-summary-idna-message):
4043         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4044         Hyperlink urls in docstrings with URL `...'.
4045
4046 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4047
4048         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4049         functions.
4050
4051 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4052
4053         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4054         say what the mouseover text should be.
4055
4056         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4057         version of the mm-w3m-safe-url-regexp variable to only download images
4058         in the groups where we want that to happen.
4059
4060         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4061
4062         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4063         easier debugging.
4064         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4065         big pictures in the article buffer.
4066
4067         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4068         gnus-article-html.
4069         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4070         w3m.
4071
4072         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4073
4074 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4075
4076         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4077         which doesn't exist.
4078
4079         * message.el (message-inhibit-ecomplete): New variable to allow some
4080         function to inhibit ecomplete address storage.
4081         (message-resend): Disable ecomplete message storage when resending
4082         messages.
4083
4084         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4085
4086 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4087
4088         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4089         Save excursion while copying, moving, and deleting articles in order to
4090         prevent the cursor from jumping to unforeseen place.
4091
4092 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4093
4094         * lpath.el: No need to bind bookmark-current-buffer,
4095         bookmark-yank-point and bookmark-make-record-function.
4096
4097 2010-08-17  Glenn Morris  <rgm@gnu.org>
4098
4099         * gnus-sync.el: Require gnus components whose functions are used.
4100
4101         * gnus-art.el (bookmark-make-record-function):
4102         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4103         Declare for compiler.
4104
4105         * mm-url.el (mml-compute-boundary): Autoload.
4106
4107 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4108
4109         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4110
4111 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4112
4113         Typo fix "hoo4a" -> "hook".
4114
4115         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4116
4117 2010-08-14  Glenn Morris  <rgm@gnu.org>
4118
4119         * gnus-sync.el (gnus-sync): Fix defgroup version.
4120
4121 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4122
4123         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4124
4125         * gnus-sync.el: Fix docs.
4126         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4127         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4128
4129 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4130
4131         Optimizations for gnus-sync.el.
4132
4133         * gnus-sync.el: Add docs about gnus-sync-backend
4134         possibilities.
4135         (gnus-sync-save): Remove unnecessary message.
4136         (gnus-sync-read): Optimize and show what groups were skipped.
4137
4138 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4139
4140         Minor bug fixes for gnus-sync.el.
4141
4142         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4143         Don't read the sync on get-new-news.
4144
4145         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4146         quiet.
4147
4148         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4149         (fix typo).
4150
4151 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4152
4153         Make saving and restoring of hidden threads work with overlays.
4154         Patch applied by Ted Zlatanov.
4155
4156         * gnus-sum.el (gnus-hidden-threads-configuration)
4157         (gnus-restore-hidden-threads-configuration): Update to deal with text
4158         properties, rather than searching for a magic character.
4159
4160 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4161
4162         New gnus-sync.el library for synchronization of marks.
4163
4164         * gnus-sync.el: New library for synchronization of marks.
4165
4166         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4167         renamed from `gnus-registry-grep-in-list'.
4168
4169         * gnus-registry.el (gnus-registry-follow-group-p):
4170         Use `gnus-grep-in-list'.
4171
4172         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4173
4174 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4175
4176         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4177         determining charset of text fails.
4178
4179 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4180
4181         * nnmail.el (nnmail-get-new-mail-1): Revert.
4182
4183         * nnml.el (nnml-active-number): Make sure names of newly created groups
4184         in nnml-group-alist are encoded.
4185
4186 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4187
4188         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4189         containing non-ASCII characters in active file for nnml back end.
4190
4191 2010-07-24  David Engster  <dengste@eml.cc>
4192
4193         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4194         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4195
4196 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4197
4198         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4199         tag (Bug#6654).
4200
4201 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4202
4203         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4204         the article buffer, not the summary buffer.
4205
4206 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4207
4208         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4209         Emacs 23 as well.
4210
4211 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4212
4213         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4214         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4215
4216 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4217
4218         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4219         Patch applied by Karl Fogel.
4220
4221         * gnus-sum.el (gnus-summary-bookmark-make-record):
4222         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4223
4224 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4225
4226         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4227         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4228         C-w still not working correctly from Article buffers; Thierry's
4229         patch to fix that will be applied after this.
4230
4231         * gnus-art.el (bookmark-make-record-function): New local variable.
4232
4233         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4234         article buffer.
4235         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4236
4237 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4238
4239         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4240         on changes in bookmark.el.
4241
4242 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4245         `no-log' instead of message not to log prompt string.
4246
4247 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4248
4249         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4250         the *other* type of HTML form submission.
4251
4252 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4253
4254         * auth-source.el (auth-source-pick): If choice does not contain a
4255         questioned keyword, set the check to t.
4256
4257 2010-06-12  Romain Francoise  <romain@orebokech.com>
4258
4259         * gnus-util.el (gnus-date-get-time): Move up before first use.
4260
4261 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4262
4263         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4264         (gnus-article-edit-part): Bind it to make last part that is substituted
4265         or deleted visible.
4266         (gnus-mime-display-single): Buttonize part of which id equals to
4267         gnus-mime-buttonized-part-id.
4268
4269 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4270
4271         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4272         (gnus-dd-mmm): Use gnus-date-get-time.
4273         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4274         simplify logic.
4275         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4276         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4277
4278 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4279
4280         * auth-source.el (top): Autoload `secrets-list-collections',
4281         `secrets-create-item', `secrets-delete-item'.
4282         (auth-sources): Fix tag string.
4283         (auth-get-source, auth-source-retrieve, auth-source-create)
4284         (auth-source-delete): New defuns.
4285         (auth-source-pick): Rewrite in order to avoid 2 passes.
4286         (auth-source-forget-user-or-password): New parameter USERNAME.
4287         (auth-source-user-or-password): New parameters CREATE-MISSING and
4288         DELETE-EXISTING.  Retrieve password interactively, if needed.
4289
4290 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4291
4292         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4293         deleting unused directories when gnus-expert-user is t.
4294
4295 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4298         for each temp file when gnus-article-browse-delete-temp is ask.
4299
4300 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4301
4302         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4303         Lisp calls to delete-backward-char by calls to delete-char.
4304
4305 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4306
4307         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4308
4309 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4310
4311         * password-cache.el (password-cache-remove): Fix docstring.
4312
4313 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4314
4315         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4316         article unless decoding article to be saved.
4317
4318 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4319
4320         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4321         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4322         generated within the mm-with-unibyte-current-buffer macro.
4323
4324 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4325
4326         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4327         to nil when we're in a mml-preview buffer and no group is selected.
4328
4329 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4330
4331         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4332         when catching the `C-g'.  Reported by "Leo".
4333
4334 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4335
4336         * message.el (message-forward-make-body-plain)
4337         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4338         multibyte-string-p.
4339
4340         * lpath.el: Revert.
4341
4342 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4343
4344         * message.el (message-forward-make-body-mml): Assume original message
4345         is multibyte string; error on unibyte.
4346         (message-forward-make-body-plain): Ditto; don't add excessive newline
4347         in body end.
4348
4349         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4350
4351 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4352
4353         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4354         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4355
4356 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * mm-extern.el (mm-extern-url): Don't use
4359         mm-with-unibyte-current-buffer.
4360         (mm-extern-cache-contents): Use with-current-buffer instead of
4361         save-excursion + set-buffer.
4362
4363 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4364
4365         * mm-util.el (mm-emacs-mule): Remove.
4366
4367 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4368
4369         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4370         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4371         change.
4372
4373 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4374
4375         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4376         bind the default value of enable-multibyte-characters to nil.
4377
4378 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * message.el (message-forward-make-body-plain)
4381         (message-forward-make-body-mml):
4382         Don't use mm-with-unibyte-current-buffer.
4383
4384 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4385
4386         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4387
4388 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4389
4390         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4391         (Bug#5592).
4392
4393 2010-05-07  Julien Danjou  <julien@danjou.info>
4394
4395         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4396         it to mm-pipe-part.
4397
4398         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4399         it is given.
4400
4401 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * binhex.el (binhex-decode-region-internal)
4404         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4405         (dns-query)
4406         * nnweb.el (nnweb-gmane-search)
4407         * pgg-parse.el (pgg-parse-armor)
4408         * pgg.el (pgg-verify-region)
4409         * sha1.el (sha1-string-external)
4410         * uudecode.el (uudecode-decode-region-internal)
4411         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4412         XEmacs.
4413
4414         * gnus-art.el (gnus-article-browse-html-parts)
4415         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4416         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4417         make-temp-file.
4418
4419         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4420         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4421         compiling.
4422
4423         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4424         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4425         XEmacs when compiling.
4426
4427         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4428         gnus-pick-mode-off-hook for XEmacs when compiling.
4429         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4430         gnus-binary-mode-off-hook for XEmacs when compiling.
4431
4432         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4433         Return nil if char-charset is not available.
4434
4435         * imap.el (imap-disable-multibyte)
4436         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4437         macros.
4438
4439         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4440         instead of encode-coding-string.
4441
4442         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4443         'xemacs) instead of mm-emacs-mule to switch function definitions.
4444         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4445
4446         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4447         bind temporary-file-directory for XEmacs;
4448         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4449         timer-set-function for XEmacs 21.4 and SXEmacs;
4450         bind timer-list for XEmacs 21.4 and SXEmacs;
4451         fbind char-charset and find-charset-region for non-Mule XEmacs;
4452         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4453         encode-coding-region and encode-coding-string for XEmacs having no
4454         file-coding feature.
4455
4456 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4457
4458         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4459
4460 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4461
4462         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4463         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4464
4465 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4466
4467         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4468         alias `jka-compr-delete-temp-file' no longer exists.
4469
4470 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4471
4472         Use define-minor-mode in Gnus where applicable.
4473         * mml.el (mml-mode): Use define-minor-mode.
4474         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4475         (gnus-undo-mode): Use define-minor-mode.
4476         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4477         (gnus-dead-summary-mode): Use define-minor-mode.
4478         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4479         Initialize in declaration.
4480         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4481         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4482         (gnus-mailing-list-mode): Use define-minor-mode.
4483         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4484         (gnus-draft-mode): Use define-minor-mode.
4485         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4486         (gnus-dired-mode): Use define-minor-mode.
4487
4488 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4489
4490         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4491         handles on recursive mml-to-mime translation and check them for
4492         boundary delimiter collisions.  Reported by Greg Troxel.
4493
4494 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4495
4496         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4497
4498 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4499
4500         * mm-util.el (mm-find-buffer-file-coding-system):
4501         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4502
4503 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4504
4505         * message.el (message-generate-headers): Record insertion of optional
4506         headers as well.  Otherwise the check to prevent repeated insertion of
4507         optional headers is a no-op.
4508
4509 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4510
4511         * smime.el: Don't mention CVS.
4512
4513         * nnrss.el (nnrss-fetch): Don't mention CVS.
4514
4515         * nnir.el: Don't mention CVS.
4516
4517 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4518
4519         * gnus-sum.el (gnus-summary-bookmark-make-record):
4520         Add `location' field.
4521
4522 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4523
4524         * lpath.el: Fbind bookmark-default-handler,
4525         bookmark-get-bookmark-record, bookmark-make-record-default,
4526         bookmark-prop-get for Emacs <23 and XEmacs.
4527
4528 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4529
4530         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4531         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4532         Use with-current-buffer to silence the byte-compiler.
4533         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4534         bother to require `gnus'.
4535         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4536
4537 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4538
4539         * gnus-sum.el (gnus-summary-bookmark-make-record)
4540         (gnus-summary-bookmark-jump): New functions.
4541         (gnus-summary-mode): Setup bookmark support.
4542
4543 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4544
4545         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4546         if set.
4547
4548 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4549
4550         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4551         gnus-article-browse-html-save-cid-image; make it work recursively for
4552         forwarded messages as well.
4553         (gnus-article-browse-html-parts): Work when prefix arg is given.
4554         (gnus-article-browse-html-article): Doc fix.
4555
4556 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4557
4558         * message.el (message-default-mail-headers):
4559         (message-default-headers): Carry the value mail-default-headers over
4560         into message-default-mail-headers, rather than message-default-headers.
4561
4562 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4563
4564         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4565         charset.
4566
4567         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4568         charset into the <meta> tag when the article is encoded to utf-8.
4569
4570 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4571
4572         * gnus-art.el (gnus-article-browse-delete-temp-files):
4573         Delete directories as well.
4574         (gnus-article-browse-html-parts): Work for images that do not specify
4575         file names; delete temp directory when quitting; insert header at the
4576         right place; use file: scheme for image files.
4577
4578 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4579
4580         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4581         (gnus-article-browse-html-parts): Use it to make temporary cid image
4582         files in addition to html file so that browser may display them.
4583
4584 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4585
4586         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4587
4588 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4589
4590         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4591
4592 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4593
4594         * auth-source.el (auth-sources): Change default to be simpler.
4595         Explain about Secret Service API sources.  Improve Customize options.
4596         (auth-source-pick): Change to accept any number of search parameters.
4597         Implement fallbacks iteratively, not recursively.  Add scoring on the
4598         second pass and sort by score.  Call Secret Service API when needed.
4599         (auth-source-user-or-password): Use it.  Call Secret Service API
4600         directly when needed to get the user name and the password.
4601
4602 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4603
4604         * message.el (message-interactive): Doc fix.
4605         (message-qmail-inject-args): Reflow.
4606         (message-kill-to-signature): Fix typo in docstring.
4607
4608         * smiley.el (smiley-buffer): Fix typo in docstring.
4609
4610 2010-03-24  Glenn Morris  <rgm@gnu.org>
4611
4612         * mail-source.el (gnus-message): Declare.
4613         (mail-source-delete-old-incoming): Require gnus-util.
4614
4615 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4616
4617         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4618
4619         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4620
4621         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4622         password-cache's default if it is not bound.
4623         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4624         password-cache-expiry's default if it is not bound.
4625
4626         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4627         available in Emacs 21.
4628
4629         * lpath.el: Suppress compiler warnings for:
4630         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4631         XEmacs;
4632         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4633         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4634         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4635
4636 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4637
4638         * auth-source.el (auth-sources): Fix up definition so extra parameters
4639         are always inline.
4640
4641 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4642
4643         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4644         wasn't updated after mismatch.  Clear cached mailbox info correctly
4645         when uidvalidity changes.
4646         (nnimap-group-prefixed-name): New function to avoid some code
4647         duplication.
4648         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4649         (nnimap-request-group): Use it.
4650         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4651         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4652         with many imap folders.  This is done by caching the group status from
4653         the imap server persistently in a group parameter `imap-status'.  (This
4654         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4655         but not persistently, so every Gnus startup was still very slow.)
4656
4657 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4658
4659         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4660         delete the extra newline.  Otherwise editing of :string and :number
4661         types don't work.
4662
4663 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4664
4665         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4666         secrets.el dependency.
4667         (auth-sources): Add optional user name.  Add secrets.el configuration
4668         choice (unused right now).
4669
4670 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4671
4672         * gnus-sum.el (gnus-summary-make-menu-bar):
4673         Let `gnus-registry-install-shortcuts' fill in the functions.
4674
4675         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4676         warnings.
4677         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4678         (gnus-registry-install-shortcuts): Populate and use it in a
4679         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4680
4681 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4682
4683         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4684         In-place substitutions for the group name encoding/decoding.
4685         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4686         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4687         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4688         (nnimap-update-unseen, nnimap-request-list)
4689         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4690         (nnimap-request-set-mark, nnimap-split-to-groups)
4691         (nnimap-split-articles, nnimap-request-newgroups)
4692         (nnimap-request-create-group, nnimap-request-accept-article)
4693         (nnimap-request-delete-group, nnimap-request-rename-group)
4694         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4695         `encoded-mbx' for consistency.
4696         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4697         variable `imap-current-mailbox'.
4698
4699         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4700         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4701
4702 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4703
4704         * pop3.el (pop3-display-message-size-flag): Display message size byte
4705         counts during POP3 download.
4706         (pop3-movemail): Use it.
4707         (pop3-list): Implement listing of available messages.
4708
4709 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4710
4711         * nnir.el (nnir-get-article-nov-override-function): New function to
4712         override the normal NOV retrieval.
4713         (nnir-retrieve-headers): Use it.
4714
4715 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4716
4717         * auth-source.el (netrc-machine-user-or-password): Autoload.
4718
4719 2010-03-19  Glenn Morris  <rgm@gnu.org>
4720
4721         Stop message.el from loading about 40 libraries it doesn't always need.
4722         The general approach is to autoload rather than require, and to
4723         require in the specific functions rather than the file.  (Bug#5642)
4724
4725         * gmm-utils.el: Don't require wid-edit.
4726         (widget-create-child-value, widget-convert, widget-default-get):
4727         Autoload.
4728
4729         * gnus-util.el: Don't require time-date, netrc.
4730         (message-fetch-field, gnus-group-name-decode): Declare rather than
4731         autoloading.
4732         (gnus-fetch-field): Require message.
4733         (gnus-decode-newsgroups): Require gnus-group.
4734
4735         * ietf-drums.el: Don't require time-date.
4736
4737         * message.el: Don't require hashcash, canlock, ecomplete.
4738         Do require mail-utils.  Require nnheader only when compiling.
4739         (smtpmail-default-smtp-server): Remove declaration.
4740         (message-send-mail-function): Check smtpmail-default-smtp-server
4741         is bound rather than requiring smtpmail.
4742         (message-auto-save-directory, message-insert-signature):
4743         Use expand-file-name rather than nnheader-concat.
4744         (nnheader-insert-file-contents): Autoload.
4745         (hashcash-wait-async): Declare.
4746         (message-send-mail): Only call gnus-setup-posting-charset if
4747         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4748         (message-send-mail-with-sendmail): Require sendmail.
4749         (canlock-password, canlock-password-for-verify): Declare.
4750         (message-canlock-password): Require canlock.
4751         (nnheader-get-report): Autoload.
4752         (gnus-setup-posting-charset): Declare.
4753         (message-send-news): Require gnus-msg.
4754         (message-make-references, message-make-in-reply-to): Use mail-header-id
4755         rather than the alias mail-header-message-id.
4756         (ecomplete-add-item, ecomplete-save): Declare.
4757         (message-put-addresses-in-ecomplete): Require ecomplete.
4758         (ecomplete-display-matches): Autoload.
4759
4760         * mm-decode.el: Don't require mailcap, gnus-util.
4761         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4762         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4763         Autoload.
4764         (mailcap-mime-extensions): Declare.
4765
4766         * mm-encode.el: Don't require mailcap.
4767         (mailcap-extension-to-mime): Autoload.
4768
4769         * mml-sec.el: Don't require password-cache.
4770
4771         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4772         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4773         (mml-minibuffer-read-type): Require mailcap.
4774         (mml-preview): Require gnus-msg.
4775
4776         * mml1991.el: Require password-cache.
4777         (password-cache-expiry): Remove declaration.
4778
4779         * mml2015.el: Require password-cache.
4780         (password-cache-expiry): Remove declaration.
4781
4782         * nneething.el (mailcap): Require mailcap.
4783
4784         * nnheader.el (declare-function): Add compatibility stub.
4785         (message-remove-header): Declare rather than autoload.
4786         (nnheader-replace-header): Require message.
4787
4788         * nnimap.el (declare-function): Add compatibility stub.
4789         (netrc-parse, netrc-machine-user-or-password): Declare.
4790         (nnimap-open-connection): Require netrc.
4791
4792         * nntp.el (declare-function): Add compatibility stub.
4793         (netrc-parse, netrc-machine, netrc-get): Declare.
4794         (nntp-send-authinfo): Require netrc.
4795
4796         * rfc2047.el: Don't require qp.
4797         (quoted-printable-encode-region, quoted-printable-decode-string):
4798         Autoload.
4799
4800         * sieve-mode.el: Don't require easymenu.
4801         (easy-menu-add-item): Autoload it.
4802
4803         * spam-stat.el (time-to-number-of-days): Autoload it.
4804
4805 2010-03-19  Glenn Morris  <rgm@gnu.org>
4806
4807         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4808
4809 2010-03-18  Glenn Morris  <rgm@gnu.org>
4810
4811         * hashcash.el (declare-function): Remove duplicate definition.
4812
4813 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4814
4815         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4816         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4817         value if any backslash escapes).
4818
4819 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4820
4821         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4822         if it is available.  (bug#5647)
4823
4824         * lpath.el: Suppress compiler warning for coding-system-from-name for
4825         Emacs 21 and XEmacs.
4826
4827 2010-03-14  Juri Linkov  <juri@jurta.org>
4828
4829         * hmac-def.el:
4830         * hmac-md5.el:
4831         * netrc.el: Fix keywords.
4832
4833 2010-02-26  Glenn Morris  <rgm@gnu.org>
4834
4835         * message.el (message-send-mail-function): Change the default, so that
4836         it inherits from a customized send-mail-function.  (Bug#5643)
4837
4838 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4839
4840         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4841         shell-command-to-string signals an error (bug#5299).
4842
4843 2010-02-24  Glenn Morris  <rgm@gnu.org>
4844
4845         * message.el (message-smtpmail-send-it)
4846         (message-send-mail-with-mailclient): Doc fixes.
4847
4848 2010-02-16  Glenn Morris  <rgm@gnu.org>
4849
4850         * message.el (message-default-mail-headers): Change the default value
4851         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4852
4853 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4854
4855         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4856         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4857
4858 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4859
4860         * time-date.el (date-to-time): Doc fix (Bug#5408).
4861
4862 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4863
4864         * message.el (message-mail): Just pass yank-action on to message-setup.
4865         (message-setup): Handle (FUN . ARGS) form of yank-action.
4866         (message-with-reply-buffer, message-widen-reply)
4867         (message-yank-original): Handle non-buffer values of
4868         message-reply-buffer (Bug#4080).
4869         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4870
4871 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4872
4873         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4874         Fix typo in docstring.
4875
4876 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4877
4878         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4879         response.
4880
4881 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4882
4883         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4884
4885         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4886
4887         * message.el (message-check-news-header-syntax): Protect against a
4888         string that `rfc822-addresses' returns when parsing fails.
4889
4890 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4891
4892         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4893         (gnus-previous-char-property-change): New functions.
4894
4895         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4896
4897 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4898
4899         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4900         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4901
4902 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4903
4904         * message.el (message-exchange-point-and-mark): Rework last change to
4905         avoid using optional arg of exchange-point-and-mark, for backward
4906         compatibility.
4907
4908 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4909
4910         * message.el (message-exchange-point-and-mark):
4911         Call exchange-point-and-mark with an argument rather than setting
4912         mark-active by hand (Bug#5175).
4913
4914 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4915
4916         * nntp.el (nntp-service-to-port): Work for service expressed with
4917         numeric string; replace [:digit:] with [0-9] for XEmacs.
4918
4919 2009-12-17  Glenn Morris  <rgm@gnu.org>
4920
4921         * gnus-group.el (gnus-bug-group-download-format-alist):
4922         Change emacs entry to debbugs.gnu.org.  Bump :version.
4923
4924 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4925
4926         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4927
4928 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4929
4930         * message.el (message-info): Explain why we use `Info-goto-node'.
4931
4932 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4933
4934         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4935
4936 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4937
4938         * message.el (message-completion-in-region): New compatibility function.
4939         (message-expand-group): Use it.
4940
4941 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4942
4943         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4944         with no unread article should be listed if the 2nd arg `predicate' is
4945         given.
4946
4947 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4948
4949         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4950
4951 2009-11-29  Juri Linkov  <juri@jurta.org>
4952
4953         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4954         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4955         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4956
4957 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4958
4959         * sha1.el (sha1-string-external): default-directory "/" in case
4960         otherwise non-existent.  process-connection-type pipe for touch of
4961         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4962
4963 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4964
4965         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4966         it's comms related and sgml-mode.el has "comm" on that basis too.
4967
4968 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4969
4970         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4971         containing tspecial characters if they have been already quoted.
4972
4973 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4974
4975         * dns-mode.el (auto-mode-alist): Purecopy string.
4976
4977 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4978
4979         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4980
4981 2009-10-24  Glenn Morris  <rgm@gnu.org>
4982
4983         * gnus-art.el (help-xref-stack-item): Define for compiler.
4984
4985 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4986
4987         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4988
4989 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4992
4993 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4994
4995         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4996         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4997
4998 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5001         (gnus-overlays-in): New alias to overlays-in.
5002
5003         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5004         gnus-overlay-get, and gnus-delete-overlay.
5005         (gnus-summary-show-thread): Make it work as well for systems in which
5006         next-single-char-property-change is not available.
5007         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5008
5009         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5010         (gnus-overlay-get): New alias to extent-property.
5011         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5012
5013         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5014         SXEmacs.
5015
5016         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5017         SXEmacs.
5018
5019 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5020
5021         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5022
5023 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5024
5025         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5026         and XEmacs that don't have `remove-overlays'.
5027
5028 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5029
5030         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5031         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5032         selective display.  Use overlays instead.
5033
5034 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5035
5036         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5037
5038 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5039
5040         * spam-stat.el (spam-stat-load): Fix typo in message.
5041
5042 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5043
5044         * dig.el (dig-invoke): Fix typo in docstring.
5045         (query-dig): Reflow docstring.
5046
5047 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5048
5049         * gnus-art.el (gnus-article-encrypt-body):
5050         * message.el (message-check-recipients):
5051         * mm-util.el (mm-codepage-setup):
5052         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5053         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5054
5055 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5056
5057         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5058         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5059         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5060         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5061         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5062
5063 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5064
5065         * dig.el: Add "Keywords: comm", as per net-utils.el.
5066
5067 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5068
5069         * dig.el (dig-mode): Use define-derived-mode.
5070
5071 2009-09-19  Glenn Morris  <rgm@gnu.org>
5072
5073         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5074
5075 2009-09-18  Glenn Morris  <rgm@gnu.org>
5076
5077         * gnus-diary.el (gnus-diary-check-message):
5078         * message.el (message-insert-formatted-citation-line):
5079         * nnbabyl.el (top-level):
5080         * nndiary.el (nndiary-schedule):
5081         Fix typos in condition-case handlers.
5082
5083 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5084
5085         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5086         configuration that provides the sole article window in a frame;
5087         position point correctly after deleting a part.
5088
5089 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5090
5091         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5092         (spam-resolve-registrations-routine): Use it to unregister articles
5093         that change status.
5094
5095 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5096
5097         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5098         with XEmacs.
5099         (parse-time-string-chars): Use it.
5100
5101 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5102
5103         * imap.el (imap-interactive-login): Better messages.
5104         (imap-open): Fix bug with renamed buffer on reconnect.
5105         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5106         for easier debugging and cleaner code.  On successful (guessed based on
5107         server capabilities) secondary authentication, set imap-state
5108         correctly.
5109         (imap-last-authenticator): Define imap-last-authenticator as a variable
5110         to avoid warnings.
5111
5112 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * nnrss.el (nnrss-request-article): Remove binding of
5115         default-enable-multibyte-characters that has gotten needless by
5116         the 2007-07-13 change in rfc2047-encode-message-header.
5117
5118         * mml.el (mml-insert-multipart): Error on the message header.
5119         (mml-insert-part): Error on the message header; position point at
5120         the end of a MIME tag.
5121
5122 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5123
5124         * time-date.el (autoload): Expand define-obsolete-function-alias into
5125         defalias and make-obsolete for old Emacsen that Gnus supports.
5126         (with-no-warnings): Define it for old Emacsen.
5127         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5128         is available.
5129         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5130         float-time is available; suppress compile warning for time-to-seconds.
5131
5132         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5133         (gnus-float-time): Alias to float-time if it exists.
5134
5135         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5136         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5137         float-time is available; suppress compile warning for time-to-seconds.
5138
5139         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5140         XEmacs.
5141
5142 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5143
5144         * imap.el (imap-message-map): Docstring fix.
5145
5146 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5147
5148         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5149         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5150         Add the optional argument `encoding' that overrides the default.
5151
5152         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5153         mm-encode-buffer.
5154
5155 2009-09-04  Glenn Morris  <rgm@gnu.org>
5156
5157         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5158         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5159         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5160         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5161         * mm-util.el (mm-with-unibyte-current-buffer)
5162         (mm-find-buffer-file-coding-system):
5163         * yenc.el (yenc-decode-region): Use default-value rather than
5164         default-enable-multibyte-characters.
5165
5166 2009-09-03  Glenn Morris  <rgm@gnu.org>
5167
5168         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5169         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5170         than default-enable-multibyte-characters.
5171
5172 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5173
5174         * gnus-art.el (gnus-article-read-summary-keys):
5175         Fix gnus-buffer-configuration's value temporarily used.
5176
5177 2009-09-02  Glenn Morris  <rgm@gnu.org>
5178
5179         * gnus-util.el (gnus-float-time): New function.
5180         * gnus-delay.el (gnus-delay-article):
5181         * gnus-sum.el (gnus-thread-latest-date):
5182         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5183         * nnspool.el (nnspool-request-newgroups):
5184         Use gnus-float-time rather than time-to-seconds.
5185         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5186
5187         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5188         (gnus-header-subject-face, gnus-header-newsgroups-face)
5189         (gnus-header-name-face, gnus-header-content-face):
5190         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5191         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5192         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5193         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5194         (gnus-cite-face-11):
5195         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5196         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5197         (gnus-server-closed-face, gnus-server-denied-face)
5198         (gnus-server-offline-face):
5199         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5200         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5201         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5202         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5203         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5204         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5205         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5206         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5207         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5208         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5209         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5210         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5211         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5212         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5213         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5214         (gnus-summary-high-undownloaded-face)
5215         (gnus-summary-low-undownloaded-face)
5216         (gnus-summary-normal-undownloaded-face)
5217         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5218         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5219         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5220         (gnus-splash-face):
5221         * message.el (message-header-to-face, message-header-cc-face)
5222         (message-header-subject-face, message-header-newsgroups-face)
5223         (message-header-other-face, message-header-name-face)
5224         (message-header-xheader-face, message-separator-face)
5225         (message-cited-text-face, message-mml-face):
5226         * sieve-mode.el (sieve-control-commands-face)
5227         (sieve-action-commands-face, sieve-test-commands-face)
5228         (sieve-tagged-arguments-face):
5229         * spam.el (spam-face):
5230         Mark face aliases with "-face" in the name as obsolete.
5231
5232 2009-09-01  Glenn Morris  <rgm@gnu.org>
5233
5234         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5235         than goto-line.
5236
5237 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5238
5239         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5240         Don't move point if the command is invoked inside the message header.
5241
5242 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5243
5244         * imap.el (imap-send-command): Simplify.
5245         (imap-wait-for-tag): point-max -> buffer-size.
5246
5247 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5248
5249         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5250         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5251         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5252         * nnir.el (nnir-swish-e-index-file):
5253         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5254         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5255         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5256         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5257         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5258         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5259
5260 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5263         Don't save excursion.
5264
5265 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5266
5267         * nnheader.el (nnheader-find-file-noselect):
5268         * mm-util.el (mm-insert-file-contents):
5269         Use (default-value 'major-mode) instead of default-major-mode.
5270
5271 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5272
5273         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5274
5275 2009-08-26  Glenn Morris  <rgm@gnu.org>
5276
5277         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5278         than placing in files.el.
5279
5280 2009-08-25  Glenn Morris  <rgm@gnu.org>
5281
5282         * nnir.el (top-level): Don't require cl at run-time.
5283         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5284         Replace cl-function substitute with gnus-replace-in-string.
5285         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5286         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5287         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5288         simplified expansions.
5289
5290 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5291
5292         * dig.el (dig): Add autoload cookie.
5293
5294 2009-08-22  Glenn Morris  <rgm@gnu.org>
5295
5296         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5297         goto-line.
5298
5299 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5300
5301         * parse-time.el (parse-time-string-chars): Save match data.
5302
5303 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5304
5305         * parse-time.el (parse-time-string-chars): Compute using character
5306         classes, to handle non-ascii characters (Bug#3190).
5307
5308 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5311
5312         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5313         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5314         (gnus-mm-display-part, gnus-mime-display-single)
5315         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5316         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5317
5318         * gnus-sum.el
5319         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5320         (gnus-summary-move-article): Add expirable mark to articles copied or
5321         moved to group that has auto-expire turned on if the option is non-nil.
5322
5323 2009-07-24  Glenn Morris  <rgm@gnu.org>
5324
5325         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5326         Fix typo.  (Bug#3903)
5327
5328 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5331         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5332         that should not be used for draft articles.
5333         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5334         that has no concern in minor mode keys.
5335         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5336         Abolish.
5337
5338 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5341         article without making inquiry to a user for unknown encoding.
5342
5343         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5344         (nnmaildir--scan): Assume i-node and device number that file-attributes
5345         returns might be cons-cell.
5346
5347         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5348
5349         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5350
5351 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5352
5353         * auth-source.el: Remove docs now in auth.texi.  Don't use
5354         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5355         `auth-source-hide-passwords' and use them.
5356
5357 2009-07-15  Glenn Morris  <rgm@gnu.org>
5358
5359         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5360
5361 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5362
5363         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5364         excessive whitespace from the default values of title and description.
5365
5366 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5367
5368         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5369         mail-fetch-field to fetch Content-Description header in order to
5370         exclude newlines.
5371
5372 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5373
5374         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5375         format used by GnuPG 2.0.11.
5376
5377 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5378
5379         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5380         to deleted part.
5381
5382 2009-05-30  David Engster  <dengste@eml.cc>
5383
5384         * nnmairix.el: Remove old documentation in the commentary block.
5385         (nnmairix-request-group): Do not update active file for nnml back ends.
5386         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5387         end so that overview files are ignored.
5388         (nnmairix-update-groups): Make updating the groups more robust by using
5389         marks.
5390         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5391         with dollar characters in message-id.
5392
5393 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5394
5395         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5396         2008-12-25 in dns.el.
5397
5398 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5399
5400         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5401         could happen if the text is only composed of spaces and/or tabs.
5402
5403 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5404
5405         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5406         when sending a queued message to avoid extra mml tags.
5407
5408 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5409
5410         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5411
5412 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5413
5414         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5415         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5416         rmail-toggle-header for XEmacs;
5417         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5418
5419 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5420
5421         * gnus-dired.el: Remove autoload for gnus-setup-message.
5422         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5423         displaying Gnus logo; always use compose-mail.
5424
5425 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5426
5427         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5428
5429 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5432         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5433         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5434         available.
5435         (gnus-nocem-epg-verify): New function.
5436
5437 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5438
5439         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5440
5441 2009-02-15  Glenn Morris  <rgm@gnu.org>
5442
5443         * gnus-util.el (rmail-insert-rmail-file-header)
5444         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5445         autoloads.
5446         (rmail-default-rmail-file): Remove unnecessary declaration.
5447         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5448
5449 2009-02-14  Glenn Morris  <rgm@gnu.org>
5450
5451         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5452         variable (only used in gnus-util, which declares it anyway).
5453         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5454         which was only needed by gnus-art (changed to not use it any more).
5455         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5456         only used in gnus-util, which autoloads it itself.
5457         (rmail-update-summary): Fix autoload.
5458
5459         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5460         rather than rmail-output-to-rmail-file.
5461
5462 2009-02-07  Glenn Morris  <rgm@gnu.org>
5463
5464         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5465         autoload of function that no longer exists.
5466         (rmail-toggle-header): Declare.
5467         (message-forward-rmail-make-body): Handle mbox Rmail.
5468
5469 2009-01-31  Glenn Morris  <rgm@gnu.org>
5470
5471         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5472         2009-01-09 change.
5473
5474 2009-01-31  Dave Love  <fx@gnu.org>
5475
5476         * imap.el (imap-fetch-safe): Bind debug-on-error.
5477         (imap-debug): Add imap-fetch-safe.
5478
5479 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5480
5481         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5482         (auth-source-forget-all-cached): New convenience function.
5483         (auth-source-user-or-password): Accept list of modes or a single mode.
5484
5485         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5486         auth-source modes.
5487
5488         * netrc.el (netrc-machine-user-or-password): Use list of
5489         auth-source modes.
5490
5491         * nnimap.el (nnimap-open-connection): Use list of
5492         auth-source modes.
5493
5494         * nntp.el (nntp-send-authinfo): Use list of
5495         auth-source modes.
5496
5497 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5498
5499         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5500         now.
5501
5502 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5505         coding system in XEmacs; add a workaround for XEmacs.
5506
5507         * lpath.el: Fbind coding-system-aliasee.
5508
5509 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5512         of current-language-environment.
5513
5514 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5515
5516         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5517         available at runtime.
5518
5519 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5522
5523 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5524
5525         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5526         the greatest positive fixnum value doesn't work under an XEmacs with
5527         bignum support; use the most-positive-fixnum constant instead,
5528         available since Emacs 21.1 with cl and XEmacs 21.1.
5529
5530 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5531
5532         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5533         XEmacs gets not to work.
5534
5535 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5536
5537         * mm-util.el (mm-coding-system-priorities): Allow the value like
5538         "Japanese (UTF-8)" of current-language-environment.
5539
5540 2009-01-09  Glenn Morris  <rgm@gnu.org>
5541
5542         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5543         with last-command-event.
5544
5545 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5546
5547         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5548         in the doc string.
5549
5550         * message.el (message-fix-before-sending): Amend comment.
5551
5552 2009-01-08  Dave Love  <fx@gnu.org>
5553
5554         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5555
5556 2009-01-07  David Engster  <dengste@eml.cc>
5557
5558         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5559         simplified server definitions by converting it via
5560         gnus-server-to-method.
5561
5562 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5563
5564         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5565         parameter's operands.
5566
5567 2009-01-06  David Engster  <dengste@eml.cc>
5568
5569         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5570         primary select method (for gnus-group-mark-article-as-read).
5571
5572 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5573
5574         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5575         `(gnus)Face', not `(gnus)X-Face'.
5576
5577 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * mm-util.el (mm-ucs-to-char): New function.
5580
5581         * mm-url.el (mm-url-decode-entities): Use it.
5582
5583         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5584         unicode-to-char.
5585
5586 2009-01-05  Dave Love  <fx@gnu.org>
5587
5588         * time-date.el: Require cl for `declare'.
5589
5590 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5591
5592         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5593         Dave Love.
5594
5595 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5596
5597         * message.el (message-fix-before-sending): Add `eight-bit' to
5598         illegible-text check.
5599
5600 2009-01-03  Michael Olson  <mwolson@gnu.org>
5601
5602         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5603         `headers' is nil.  This can occur if the IMAP server does not have
5604         permissions to read messages from a folder, but can write new messages
5605         to the folder.
5606         (nnimap-request-article-part): Do not insert `data' if it is nil.
5607
5608         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5609         characters which will confuse `read', so skip past them.
5610
5611 2009-01-01  Dave Love  <fx@gnu.org>
5612
5613         * imap.el (imap-string-to-integer): Fix typo.
5614         (imap-fetch-safe): New function.
5615         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5616
5617         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5618
5619         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5620         (imap-parse-greeting): Fix doc strings.
5621         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5622         (imap-parse-flag-list): Make messages unique.
5623         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5624
5625         * nnimap.el: Fix author email.
5626         (nnimap-split-rule): Add FIXME comment.
5627         (nnimap-debug): Fix doc string.
5628
5629 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5630
5631         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5632
5633 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5634
5635         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5636         nslookup if resolv.conf isn't available.
5637         (dns-query): Rename from query-dns.
5638         (dns-query-cached): Rename from query-dns-cached.
5639
5640 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5643         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5644         to check if those variables exist (first appeared in Emacs 18.50).
5645
5646 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * mm-util.el (mm-line-number-at-pos): New function.
5649
5650         * spam-report.el (spam-report-process-queue): Use it.
5651
5652 2008-12-24  David Engster  <dengste@eml.cc>
5653
5654         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5655         parameters that haven't existed as variables as buffer-local variables.
5656
5657 2008-12-23  Dave Love  <fx@gnu.org>
5658
5659         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5660         cadar.
5661
5662         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5663         imap-starttls-p.
5664         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5665
5666 2008-12-22  Dave Love  <fx@gnu.org>
5667
5668         * imap.el: Fix author email.  Doc fixes.
5669         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5670         reply.
5671
5672 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5673
5674         * spam-report.el (spam-report-gmane-max-requests): New constant.
5675         (spam-report-gmane-wait): New variable.
5676         (spam-report-gmane-ham, spam-report-gmane-spam)
5677         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5678         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5679         the server.
5680
5681         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5682         Add explanations.
5683
5684         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5685         nnheader-accept-process-output and nnheader-read-timeout if available.
5686         (pop3-movemail): Use it.
5687
5688         * message.el (message-check-news-body-syntax): Fix signature check if
5689         there's an attachment.
5690
5691 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5692
5693         * mm-util.el: Add comments to the mm- emulating functions.
5694
5695 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5696
5697         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5698         Reported by Stephen Berman <stephen.berman@gmx.net>.
5699
5700 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5701
5702         * mm-util.el (mm-substring-no-properties): New function.
5703         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5704         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5705         (mm-string-to-multibyte): Doc fix.
5706
5707         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5708
5709 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5710
5711         * mml.el (mml-attach-file): Strip text properties from file name.
5712         (Bug#1574)
5713
5714 2008-12-16  Glenn Morris  <rgm@gnu.org>
5715
5716         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5717
5718 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5719
5720         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5721         knows since the charset specified might be a bogus alias that
5722         mm-charset-synonym-alist provides.
5723
5724 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5725
5726         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5727         "ISO_8859-1".
5728
5729         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5730
5731 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * mm-util.el (mm-charset-eval-alist):
5734         Define it before mm-charset-to-coding-system.
5735         (mm-charset-to-coding-system): Add optional argument `silent';
5736         define it before mm-charset-override-alist.
5737         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5738         default value if it can be used in Emacs currently running;
5739         silence mm-charset-to-coding-system.
5740
5741 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5744         `allow-override' which says whether to use `mm-charset-override-alist'.
5745         (rfc2047-decode-encoded-words): Use it.
5746
5747         * mm-util.el (mm-charset-override-alist): Fix custom type;
5748         add `(gb2312 . gbk)' to choices.
5749
5750 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5751
5752         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5753         fast.
5754
5755         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5756
5757         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5758
5759 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5760
5761         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5762         on links.
5763
5764         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5765
5766 2008-12-03  Lute Kamstra  <lute@gnu.org>
5767
5768         * sha1.el: Remove leading * from docstrings of defcustoms,
5769         deffaces, defconsts and defuns.
5770
5771 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5772
5773         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5774         users' addresses that don't have domain parts.
5775         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5776         rather than message-narrow-to-head since there will be the message
5777         header separator.
5778
5779 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5780
5781         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5782         since the result is inserted in a unibyte buffer anyway.
5783         (nnimap-demule-use-string-to-multibyte): Remove.
5784         (nnimap-demule): Alias it to mm-string-to-multibyte.
5785
5786 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5787
5788         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5789         variable for debugging bug#464 and bug#1174.
5790         (nnimap-demule): Use it.
5791
5792 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5793
5794         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5795         score calculation correctly.
5796
5797 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5798
5799         * message.el (message-send-mail): Just set the buffer to unibyte
5800         rather than use mm-with-unibyte-current-buffer which does a lot more.
5801         (message-send-mail-partially): Don't bother with
5802         mm-with-unibyte-current-buffer since it's already been made unibyte by
5803         message-send-mail.
5804
5805 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5806
5807         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5808
5809 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5810
5811         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5812
5813 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5814
5815         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5816         require itself and to remove `with-no-warnings'.
5817
5818 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5819
5820         * starttls.el (starttls-any-program-available): Get the name of the
5821         available TLS layer program.
5822         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5823         well as the host name in the "opening" message.
5824
5825         * auth-source.el (auth-source-cache, auth-source-do-cache)
5826         (auth-source-user-or-password): Cache passwords and logins by default,
5827         allow override with `auth-source-do-cache'.
5828         (auth-source-forget-user-or-password): Allow users to remove cache
5829         entries if needed.
5830
5831 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5832
5833         * md4.el (md4-buffer): Fix typo in docstring.
5834         (md4, md4-64): Doc fixes.
5835         (md4-pack-int32): Reflow docstring.
5836
5837 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5838
5839         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5840         condition-case to only the forward-sexp call.
5841
5842 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5843
5844         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5845         quotes contained.  Make it more robust regardless by an extra
5846         condition-case wrapper.
5847
5848 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5851
5852 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5853
5854         * nnml.el (nnml-request-expire-articles): Check if the function set to
5855         `nnmail-expiry-target' returns the symbol `delete'.
5856
5857         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5858
5859         * nnmail.el (nnmail-expiry-target): Fix custom type.
5860
5861 2008-10-02  Glenn Morris  <rgm@gnu.org>
5862
5863         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5864         Silence compiler warning.
5865
5866 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5867
5868         * tls.el (open-tls-stream): Show the actual command being
5869         executed, instead of the format string.
5870
5871 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5872
5873         * lpath.el: Fbind codepage-setup for Emacs 23.
5874
5875 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5876
5877         * mml.el (mml-menu): Don't assume mml2015 is bound.
5878
5879 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5882         exists.
5883
5884 2008-09-27  Glenn Morris  <rgm@gnu.org>
5885
5886         * gnus-util.el (mail-header-remove-comments): Autoload it.
5887
5888 2008-09-27  Andreas Schwab  <schwab@suse.de>
5889
5890         * gnus-util.el (gnus-split-references): Strip comments.
5891         (gnus-parent-id): Likewise.
5892
5893 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5894
5895         * message.el (message-confirm-send): Fix version.
5896
5897 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * message.el (message-idna-to-ascii-rhs-1): Use
5900         mail-extract-address-components rather than mail-header-parse-addresses
5901         that is an alias by default to ietf-drums-parse-addresses that does not
5902         support non-ASCII names in headers' contents.
5903
5904 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5905
5906         * message.el (message-confirm-send): Fix variable documentation to
5907         avoid the "y/n" wording.
5908
5909 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5910
5911         * message.el (message-set-auto-save-file-name): Save to a different
5912         filename so multiple messages (especially drafts) can be recovered.
5913
5914 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5915
5916         * message.el (message-confirm-send): Add appropriate version.
5917
5918 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5919
5920         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5921         defvar.
5922
5923 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5924
5925         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5926         (mm-pkcs7-enveloped-magic): Ditto.
5927
5928 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5929
5930         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5931         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5932
5933 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5934
5935         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5936         default, it's better.
5937
5938 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5939
5940         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5941         summary line gnus-number property and ignore them (with a warning
5942         message).
5943
5944 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5945
5946         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5947         macro caddr in the interactive form since it won't be expanded.
5948
5949 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5950
5951         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5952         `charset'; fix name of function called recursively.
5953         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5954
5955 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5956
5957         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5958         (gnus-mime-set-charset-parameters): New function.
5959         (gnus-mime-view-part-as-charset): Use it to correctly display part
5960         specifying wrong charset.
5961
5962 2008-09-08  David Engster  <dengste@eml.cc>
5963
5964         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5965         in completing-read for back end server.
5966
5967 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5968
5969         * message.el (message-confirm-send): New variable to confirm sending a
5970         message.
5971         (message-send): Use it.
5972
5973 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5974
5975         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5976
5977 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5978
5979         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5980
5981 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5982
5983         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5984         prevent tracking too many groups.
5985         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5986         Use it.
5987
5988 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5989
5990         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5991         moving point to the bottom of the window in order to avoid recentering.
5992
5993 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5996
5997         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5998         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5999         (gnus-article-beginning-of-window): Fix calculation.
6000
6001 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6002
6003         * gnus-msg.el (gnus-summary-supersede-article)
6004         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6005         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6006         message header.
6007
6008 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6009
6010         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6011         pending output coming after the status change.
6012
6013 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6014
6015         * message.el:
6016         * gnus-start.el:
6017         * gnus-registry.el: Remove VMS support.
6018
6019 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6022         macro.
6023         (rfc2104-hash): Use it.
6024
6025 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6026
6027         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6028         (gnus-summary-sort-by-most-recent-date): New commands.
6029         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6030         and menu entries.
6031
6032 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6033
6034         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6035         don't redisplay article for raw contents; remove plural articles stuff.
6036
6037         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6038         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6039         on gnus-summary-save-article; display results properly.
6040
6041 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6042
6043         * lpath.el: No need to fbind ns-focus-frame.
6044
6045 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6046
6047         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6048
6049 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6050
6051         * gnus-art.el (gnus-summary-save-in-pipe):
6052         Consider gnus-save-all-headers.
6053
6054 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6055
6056         * gnus-util.el (ns-focus-frame): Remove declaration.
6057         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6058         like x.
6059
6060 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6061
6062         * rfc2104.el (rfc2104-zero): Delete defconst.
6063         (rfc2104-hex-alist): Likewise.
6064         (rfc2104-hex-to-int): Delete func.
6065         (rfc2104-hexstring-to-bitstring): Likewise.
6066         (rfc2104-nybbles): New defconst.
6067         (rfc2104-hash): Rewrite for speed.
6068
6069 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * tls.el (open-tls-stream): Make it work with the 2nd argument
6072         BUFFER that is a string but does not exist as a buffer object, as
6073         mentioned in the doc-string.
6074
6075 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6076
6077         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6078         SXEmacs.
6079
6080 2008-07-16  Glenn Morris  <rgm@gnu.org>
6081
6082         * gnus-util.el (ns-focus-frame): Declare for compiler.
6083
6084 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6085
6086         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6087         set as a group parameter.
6088         (gnus-summary-save-in-pipe): Work when it is called independently.
6089         (gnus-summary-pipe-to-muttprint): Don't modify
6090         gnus-summary-pipe-output-default-command.
6091
6092 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6093
6094         * message.el (message-send-mail-with-sendmail):
6095         Display the error message.
6096
6097 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6098
6099         * gnus-art.el (gnus-default-article-saver):
6100         Add gnus-summary-save-in-pipe to choices.
6101         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6102         gnus-summary-pipe-output-default-command as the default command.
6103         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6104         instead of gnus-last-shell-command.
6105
6106         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6107         New user option.
6108         (gnus-summary-muttprint-program): Mention the value will be changed.
6109         (gnus-summary-save-article): Force showing of all headers.
6110         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6111
6112 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6113
6114         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6115
6116 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6117
6118         * nnimap.el (nnimap-id):
6119         * sieve-manage.el (sieve-manage-open): Doc fixes.
6120
6121 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6122
6123         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6124         if available.
6125
6126 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6127
6128         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6129
6130         * nnkiboze.el (nnkiboze-generate-group):
6131         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6132
6133         * nnmairix.el: Require CL.
6134
6135 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * dgnushack.el: Autoload get-display-table and put-display-table for
6138         XEmacs 21.5.
6139
6140         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6141         21.4 and SXEmacs.
6142
6143 2008-06-15  David Engster  <dengste@eml.cc>
6144
6145         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6146
6147 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6148
6149         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6150         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6151         runtime choice under XEmacs.
6152
6153         * gnus-sum.el (gnus-summary-set-display-table):
6154         Use `gnus-put-display-table', `gnus-get-display-table',
6155         `gnus-set-display-table' for the display table, instead of `aset'.
6156
6157         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6158         Use `gnus-put-display-table', `gnus-get-display-table',
6159         `gnus-set-display-table' for the display table.
6160
6161 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6162
6163         * nnmairix.el: Add autoloads.
6164
6165 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6166
6167         * nnmairix.el (nnmairix-delete-recreate-group)
6168         (nnmairix-update-and-clear-marks): Fix error messages.
6169
6170 2008-06-14  David Engster  <dengste@eml.cc>
6171
6172         * nnmairix.el: Upgrade to version 0.6.
6173         (nnmairix-group-toggle-propmarks-this-group)
6174         (nnmairix-group-toggle-readmarks-this-group)
6175         (nnmairix-group-delete-recreate-this-group)
6176         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6177         (nnmairix-remove-tick-mark-original-article): New commands.
6178         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6179         (nnmairix-propagate-marks-to-nnmairix-groups)
6180         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6181         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6182         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6183         functions needed for marks propagation and manipulation of read marks.
6184         (nnmairix-update-groups): New function.
6185         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6186         (nnmairix-determine-original-group-from-registry)
6187         (nnmairix-determine-original-group-from-path)
6188         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6189         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6190         New helper functions.
6191         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6192         keystrokes for new commands.
6193         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6194         (nnmairix-request-group): Check allow-fast group parameter.
6195         (nnmairix-request-create-group): Set allow-fast group parameter if
6196         nnmairix-allowfast-default is set.
6197         (nnmairix-close-group): Propagate marks upon closing if needed.
6198         (nnmairix-group-toggle-threads-this-group): Use new.
6199         nnmairix-group-toggle-parameter helper function.
6200         (nnmairix-search): Better check for empty search result.
6201         (nnmairix-goto-original-article): Use new helper functions for
6202         determining original article.
6203         (nnmairix-show-original-article): Make sure message-id is in brackets.
6204         (nnmairix-call-mairix-binary): Change variable name.
6205         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6206         helper function.
6207         (nnmairix-widget-toggle-activate): Fix doc string.
6208
6209 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6210
6211         * nnir.el: Require edmacro when compiling with XEmacs.
6212         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6213         available in Emacs 21.
6214
6215 2008-06-11  Glenn Morris  <rgm@gnu.org>
6216
6217         * gnus-util.el (x-focus-frame):
6218         * gnus.el (image-size):
6219         * mm-decode.el (image-size): Declare.
6220
6221         * gnus-picon.el (declare-function): Add compat definition.
6222         (image-size): Declare.
6223
6224         * gnus-group.el (tool-bar-map):
6225         * gnus-sum.el (tool-bar-map): Define for compiler.
6226
6227         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6228
6229         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6230
6231         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6232         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6233         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6234         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6235         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6236         * sieve-manage.el, spam-report.el, spam.el:
6237         Remove unnecessary eval-and-compile of autoloads.
6238
6239 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6240
6241         * auth-source.el: Precise Tramp doc.
6242
6243 2008-06-07  Glenn Morris  <rgm@gnu.org>
6244
6245         * nnmairix.el: Remove unnecessary eval-when-compile.
6246
6247 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6248
6249         * lpath.el: Fbind propertize for XEmacs 21.4.
6250
6251 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6252
6253         * nnir.el: Move here from ../contrib.
6254
6255 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6256
6257         * gnus-util.el (gnus-read-shell-command): New function.
6258         * mm-decode.el (mm-pipe-part):
6259         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6260
6261 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6262
6263         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6264
6265 2008-06-03  Glenn Morris  <rgm@gnu.org>
6266
6267         * pop3.el (nnheader-accept-process-output): Autoload it.
6268
6269 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6272         are not 2-digit hexadecimal characters that follow `%'s.
6273
6274 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6275
6276         * message.el (message-bogus-recipient-p): Fix type in doc string.
6277         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6278         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6279         Improve custom options.
6280         (message-bogus-recipient-p): Adjust accordingly.
6281
6282 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6283
6284         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6285         long-form month and day names.
6286
6287 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6288
6289         * dgnushack.el: Autoload debug, eudc-expand-inline and
6290         pgg-snarf-keys-region for XEmacs.
6291
6292         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6293
6294         * nnmairix.el: Require edmacro when compiling with XEmacs.
6295
6296 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6297
6298         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6299         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6300
6301 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6302
6303         * auth-source.el: Add more docs.
6304
6305         * netrc.el (netrc-machine): Always match if the port is not given.
6306
6307 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6308
6309         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6310         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6311         retrieval faster in some cases, but might make CPU usage larger.
6312         If this has any bad side effects, we might revert this change.
6313
6314         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6315         seems to make mail retrieval much, much faster.
6316         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6317         unconditionally.
6318
6319         * gnus-draft.el (gnus-group-send-queue):
6320         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6321
6322 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6323
6324         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6325
6326         * message.el (message-bogus-address-regexp): Fix and improve custom
6327         type.
6328         (message-setup-hook): Add message-check-recipients as custom option.
6329
6330 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6331
6332         * message.el (message-cite-function): Remove bogus autoload which crept
6333         in during merge from v5-10.
6334
6335 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6336
6337         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6338
6339         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6340
6341         * auth-source.el: Preliminary Tramp docs.
6342         (auth-sources): Change the default auth-sources to use
6343         EPA .gpg files.
6344
6345 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6346
6347         * nntp.el: Autoload `auth-source-user-or-password'.
6348         (nntp-send-authinfo): Use it.
6349
6350         * nnimap.el: Autoload `auth-source-user-or-password'.
6351         (nnimap-open-connection): Use it.
6352
6353         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6354         for the gnus-message function.
6355         (auth-source-user-or-password): Use it.
6356
6357 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6358
6359         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6360         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6361         (rfc2104-hash): Use it.
6362
6363 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6364
6365         * gnus-art.el (gnus-article-toggle-truncate-lines):
6366         Don't use `iff' in docstring.
6367
6368 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6369
6370         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6371
6372         * gnus-util.el (gnus-extract-address-component-name)
6373         (gnus-extract-address-component-email): Convenience functions around
6374         `gnus-extract-address-components'.
6375
6376         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6377         Use `gnus-extract-address-component-email' to fix bug of comparing full
6378         sender name to `user-mail-address'.
6379
6380 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6381
6382         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6383         catch/throw to optimize.
6384         (gnus-registry-find-keywords): Just use member to find a keyword.
6385
6386 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6387
6388         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6389         is current before calling gnus-server-prepare.
6390         (gnus-server-setup-buffer, gnus-server-update-server)
6391         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6392
6393 2008-05-04  Juri Linkov  <juri@jurta.org>
6394
6395         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6396         (mailcap-file-default-commands): Use mailcap-replace-in-string
6397         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6398         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6399
6400 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6401
6402         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6403
6404 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6405
6406         * gnus.el: Bump version to 0.11.
6407
6408 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6409
6410         * gnus.el: No Gnus v0.10 is released.
6411
6412 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6413
6414         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6415         hooks.
6416         (gnus-update-read-articles): Speed up non-marks-using users.
6417         (gnus-use-marks): Define gnus-use-marks.
6418         (gnus-propagate-marks): Rename variable to something more sensible.
6419
6420 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6421
6422         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6423         (gmm-image-load-path-for-library): Fix typos in docstrings.
6424         (gmm-message): Reflow docstring.
6425
6426 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6427
6428         * mail-source.el (mail-source-set-1, mail-source-bind):
6429         Move auth-source code out of the macro to clean it up and fix bugs.
6430
6431 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6432
6433         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6434         by sender if it's equal to user-mail-address, it's likely to be
6435         useless.
6436
6437         * mail-source.el (mail-source-bind): Don't use user or password if they
6438         are not bound.  Unintern them if they are nil.  Don't use server unless
6439         it's bound, and default it to empty string otherwise.
6440
6441 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6442
6443         * mail-source.el: Load auth-source.el.
6444         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6445         get user name or password, if auth-sources is set up.
6446
6447         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6448         strategy of splitting with parent.
6449         (gnus-registry-split-fancy-with-parent)
6450         (gnus-registry-post-process-groups): Use it and fix prior
6451         bug (returning a list as the split result).
6452
6453         * auth-source.el (auth-sources): Remove server parameter.
6454         (auth-source-pick, auth-source-user-or-password)
6455         (auth-source-user-or-password-imap)
6456         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6457         (auth-source-user-or-password-sftp)
6458         (auth-source-user-or-password-smtp): Remove server parameter.
6459
6460 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6461
6462         * smime.el (smime-sign-region, smime-encrypt-region)
6463         (smime-decrypt-region):
6464         Remove redundant calls to `generate-new-buffer-name'.
6465
6466 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6467
6468         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6469         Don't use QP for message/rfc822.
6470         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6471
6472 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6473
6474         * sieve-manage.el (sieve-string-bytes): Remove.
6475         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6476         correct byte-length only if the process's coding-system is the same as
6477         the one used internally by Emacs to represent strings.
6478
6479 2008-04-22  Juri Linkov  <juri@jurta.org>
6480
6481         * mailcap.el (mailcap-file-default-commands): New function.
6482
6483 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6484
6485         * message.el (message-signature-separator, message-cite-function):
6486         Change custom version.
6487
6488 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6489
6490         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6491         commands.
6492         (tls-checktrust): Ditto.
6493
6494 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6495
6496         * mm-decode.el (mm-display-external): Make temp file read-only.
6497
6498 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6499
6500         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6501         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6502         `C-c C-f d'.
6503
6504 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6505
6506         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6507
6508 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6509
6510         * gnus.el: Bump version to 0.9.
6511
6512 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6513
6514         * gnus.el: No Gnus v0.8 is released.
6515
6516 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6517
6518         * mail-source.el (mail-source-value):
6519         Prefer fboundp to functionp so it works with macros as well.
6520
6521 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6522
6523         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6524         Fix last change in case the element is not even a symbol.
6525
6526 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6527
6528         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6529         Prefer fboundp to functionp so it works with macros as well.
6530
6531 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6532
6533         * auth-source.el: Add docs.
6534         (auth-sources): Modify format to support server.
6535         (auth-source-pick, auth-source-user-or-password)
6536         (auth-source-user-or-password-imap)
6537         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6538         (auth-source-user-or-password-sftp)
6539         (auth-source-user-or-password-smtp): Add server parameter.
6540
6541 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6542
6543         * gnus-registry.el: Initialize the registry when gnus-registry-install
6544         is t.
6545
6546 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6547
6548         * compface.el (uncompface): Make buffer unibyte.
6549
6550 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6551
6552         * mail-source.el (mail-source-value):
6553         Prefer fboundp to functionp so it works with macros as well.
6554
6555 2008-04-05  Glenn Morris  <rgm@gnu.org>
6556
6557         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6558
6559 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6560
6561         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6562         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6563
6564         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6565         multibyteness after rather than before erasing it.
6566
6567         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6568         mm-with-multibyte.
6569         (gnus-request-article-this-buffer): Make sure the proper decoding is
6570         used if gnus-original-article-buffer happens to be unibyte.
6571
6572         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6573         default-enable-multibyte-characters.
6574
6575         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6576         default-enable-multibyte-characters.
6577
6578         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6579
6580         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6581
6582 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6583
6584         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6585         Fix last change in case the element is not even a symbol.
6586
6587 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6588
6589         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6590         (imap-message-copyuid-1): Use it.
6591         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6592         J. Williams in
6593         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6594
6595         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6596         imap-enable-exchange-bug-workaround.
6597         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6598
6599 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6600
6601         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6602         a 100 byte status-checks into a 2-3MB transfer for each group.
6603         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6604         to enable bug workaround or not.
6605         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6606
6607 2008-03-31  Glenn Morris  <rgm@gnu.org>
6608
6609         * message.el (mml2015-use): Declare for compiler.
6610         (message-info): Require mml2015 when appropriate.
6611
6612 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6613
6614         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6615         whitespace.
6616
6617 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6618
6619         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6620         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6621         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6622         (nntp-service-to-port): New function.
6623         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6624         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6625         (nntp-open-netcat-stream): New function.
6626         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6627
6628 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6629
6630         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6631
6632 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6633
6634         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6635
6636 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6637
6638         * dns.el (dns-write): Use set-buffer-multibyte.
6639
6640 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6641
6642         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6643
6644 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6645
6646         * message.el (message-signature-separator): Change default.
6647         Improve custom type.
6648         (message-cite-function): Change default to
6649         message-cite-original-without-signature.
6650
6651         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6652         toggle.
6653
6654         * message.el (message-check-news-body-syntax): Fix signature check.
6655         (message-setup-1): Mark buffer as unmodified _after_ running
6656         message-setup-hook and handling message-alternative-emails.
6657         (message-shorten-references): Be more strict when building list of
6658         valid references to comply with GNKSA.
6659
6660         * gnus-group.el (gnus-read-ephemeral-bug-group)
6661         (gnus-read-ephemeral-debian-bug-group)
6662         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6663
6664         * message.el (message-info): Don't use booleanp which isn't supported
6665         in Emacs 21 and XEmacs.
6666
6667 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6668
6669         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6670         gnus-group-gmane-group-download-format.
6671         (gnus-group-read-ephemeral-gmane-group): Rename from
6672         gnus-group-read-ephemeral-gmane-group.
6673         (gnus-read-ephemeral-gmane-group-url): Rename from
6674         gnus-group-read-ephemeral-gmane-group-url.
6675         (gnus-bug-group-download-format-alist): New variable.
6676         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6677         (gnus-read-ephemeral-emacs-bug-group): New commands.
6678
6679 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6680
6681         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6682         (gnus-visible-headers): Improve custom type.
6683
6684 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6685
6686         * mml.el (mml-menu): Add workarounds for XEmacs.
6687
6688         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6689         X-Boundary header.
6690
6691         * message.el (message-simplify-recipients): Fix previous commit.
6692
6693 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6694
6695         * mm-util.el (mm-set-buffer-multibyte): New function.
6696         * mm-decode.el (mm-copy-to-buffer): Use it.
6697
6698         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6699         Prefer fboundp to functionp so it works with macros as well.
6700
6701 2008-03-19  Glenn Morris  <rgm@gnu.org>
6702
6703         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6704         Accidentally removed in the sync process with Emacs.
6705
6706 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6707
6708         * message.el (message-alter-recipients-discard-bogus-full-name):
6709         New function.
6710         (message-alter-recipients-function): New variable.
6711         (message-get-reply-headers): Use it.
6712         (message-replace-header): New helper function.
6713         (message-recipients-without-full-name): New variable.
6714         (message-simplify-recipients): New command.
6715
6716         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6717
6718         * message.el (message-info): Handle EasyPG manual.
6719
6720         * mml.el (mml-menu): Add entry for EasyPG.
6721
6722 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6723
6724         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6725         parameter.
6726
6727         * message.el (message-disassociate-draft): Specify drafts group name
6728         fully.
6729
6730 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6731
6732         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6733         Eliminate unnecessary duplicates from the match list.
6734
6735 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6738
6739         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6740
6741         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6742         args of `how-many' of which the XEmacs version doesn't take; declare
6743         Info-index-next as function.
6744
6745 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6746
6747         * gnus-score.el (gnus-score-headers): Fix handling of
6748         gnus-inhibit-slow-scoring.
6749
6750         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6751         string.
6752         (gnus-button-url-regexp): Improve handling of parenthesis.
6753         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6754         (gnus-button-handle-info-keystrokes): Handle index entries.
6755
6756 2008-03-15  Glenn Morris  <rgm@gnu.org>
6757
6758         * parse-time.el (parse-time-string): Simplify.
6759
6760 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6763         Incoming* files.
6764
6765 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6766
6767         * auth-source.el (auth-sources): Rename from auth-source-choices.
6768         (auth-source-pick): Use it.
6769
6770 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6771
6772         * binhex.el (binhex-decode-region-internal):
6773         * uudecode.el (uudecode-decode-region-internal):
6774         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6775         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6776         setting default-enable-multibyte-characters.
6777
6778 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6779
6780         * auth-source.el (auth-source-protocols)
6781         (auth-source-protocols-customize, auth-source-choices): Add and
6782         modified variable customizations and defaults.
6783         (auth-source-pick, auth-source-user-or-password)
6784         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6785         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6786         (auth-source-user-or-password-sftp)
6787         (auth-source-user-or-password-smtp): Use new variables and provide an
6788         interface to netrc.el.
6789
6790 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6791
6792         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6793         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6794         Make sure the nntp port to specify is a string.
6795
6796 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6797
6798         * nntp.el: Use with-current-buffer.
6799         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6800         dubious mm-with-unibyte-current-buffer.
6801         (nntp-with-open-group-function): New function extracted from
6802         nntp-with-open-group macro.
6803         (nntp-with-open-group): Use the function, so it's easier to debug.
6804         Add indentation and debugging info.
6805         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6806         Recommend the use of the netcat alternatives.
6807
6808         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6809         Avoid mm-string-as-multibyte as well.
6810
6811         * nnweb.el (nnweb-insert-html):
6812         Remove use of nnheader-string-as-multibyte.
6813
6814         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6815         (nnheader-string-as-multibyte): Remove.
6816
6817         * mm-view.el: Use inhibit-read-only.
6818         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6819         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6820         or unibyte-string.
6821
6822         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6823         (mm-uu-yenc-extract): Use with-current-buffer.
6824
6825         * gnus-soup.el (gnus-soup-send-packet): Don't use
6826         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6827
6828         * nnmh.el: Use with-current-buffer.
6829         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6830         mm-string-as-multibyte on the output of mm-encode-coding-string.
6831
6832         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6833         (nnimap-request-move-article): Use with-current-buffer.
6834
6835         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6836         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6837         conversion uses string-make-unibyte rather than string-as-unibyte.
6838
6839         * gnus-msg.el: Use with-current-buffer.
6840
6841         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6842
6843 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6844
6845         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6846         string for caching if it is 'PIN.
6847
6848 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6849
6850         * lpath.el: Consider the case without Emacs/W3.
6851
6852 2008-03-08  Glenn Morris  <rgm@gnu.org>
6853
6854         * time-date.el (date-to-time, time-subtract, time-add)
6855         (safe-date-to-time): Doc fixes.
6856
6857 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6858
6859         * mail-source.el (mail-source-delete-old-incoming-confirm):
6860         Change default to nil.
6861         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6862
6863 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6864
6865         * lpath.el: Rearrange.
6866
6867         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6868         (gnus-article-goto-prev-page): Work for articles having ^L's.
6869
6870         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6871
6872         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6873
6874 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6875
6876         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6877         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6878         (gnus-bookmark-jump): Adjust some variable names.
6879
6880 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6881
6882         * auth-source.el: New package.
6883         (auth-source-choices): Add customization entry point variable.
6884
6885         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6886         bug.
6887
6888 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6889
6890         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6891         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6892         (gnus-registry-install-shortcuts): Rename from
6893         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6894         the `gnus-registry-mark-map' keymap dynamically from
6895         `gnus-registry-marks'.  The generated functions update the summary line
6896         when a registry mark is added or deleted, and will call
6897         `gnus-registry-install-p' (see the comments in the code).
6898         (gnus-registry-user-format-function-M): Use concat intelligently.
6899
6900         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6901         the registry mark functions.
6902
6903 2008-03-05  Glenn Morris  <rgm@gnu.org>
6904
6905         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6906         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6907         gnus-art.
6908         (top-level): No need to load own source when compiling.
6909
6910 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6911
6912         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6913         Suggested by <chris.anderton@zetnet.co.uk>.
6914
6915 2008-03-04  Glenn Morris  <rgm@gnu.org>
6916
6917         * gnus-sum.el (top-level): No need to require gnus when compiling,
6918         since unconditionally required near start of file.
6919         (gnus-summary-display-while-building): Move definition before use.
6920
6921 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6922
6923         * gnus-registry.el (gnus-registry-user-format-function-M):
6924         Add formatting function.
6925
6926 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6927
6928         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6929         with plists.
6930         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6931         Use new format.
6932
6933 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6934
6935         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6936         `where-is-internal' that returns a range of key sequences.
6937
6938 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6939
6940         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6941
6942         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6943         (gnus-summary-jump-to-group): Consider windows on other displayed
6944         frames as well.  Similar changes might be needed elsewhere, but that's
6945         the one I've bumped into during my use.
6946
6947         * nndoc.el (nndoc-oe-dbx-type-p):
6948         * gnus-msg.el (gnus-debug):
6949         * gnus-group.el (gnus-update-group-mark-positions):
6950         Use mm-string-to-multibyte.
6951
6952 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6953
6954         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6955         doesn't handle NotDashEscaped.
6956
6957         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6958         (mml-dnd-attach-options): Fix typo in custom choice.
6959
6960         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6961         Change nndoc-article-type to mbox.
6962         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6963
6964         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6965         to nil, instead of html2text.
6966
6967         * imap.el (imap-debug): Add `imap-ping-server'.
6968
6969         * gnus-bookmark.el: Add FIXMEs.
6970
6971         * message.el (message-form-letter-separator)
6972         (message-send-form-letter-delay): New variables.
6973         (message-send-form-letter): Use them.  New command to send form
6974         letters.  Requested by Uwe Siart.
6975         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6976
6977 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6978
6979         * Update copyright years.
6980
6981 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6982
6983         Sync from EMACS_22_BASE.
6984
6985         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6986
6987 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6988
6989         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6990         empty author.
6991
6992 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6993
6994         * gnus-registry.el (gnus-registry-marks): Add variable for
6995         customization of marks and their appearance.
6996         (gnus-registry-read-mark): Use it.
6997         (gnus-registry-do-marks): Add utility function to loop through
6998         `gnus-registry-marks'.
6999         (gnus-registry-install-shortcuts-and-menus): Add function to install
7000         shortcuts and menus.
7001         (gnus-registry-initialize): Use it.
7002         (gnus-registry-default-mark): Clarify documentation.
7003
7004 2008-02-29  Glenn Morris  <rgm@gnu.org>
7005
7006         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7007         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7008         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7009         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7010         Change defcustom :version from 23.0 to 23.1.
7011
7012 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7013
7014         * gnus-registry.el (gnus-registry-follow-group-p)
7015         (gnus-registry-post-process-groups): Add functions to aid registry
7016         splitting and improve logging.  Clarify behavior in function
7017         documentation.
7018         (gnus-registry-split-fancy-with-parent): Use them.
7019
7020 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7021
7022         * gnus-art.el: Use with-current-buffer.
7023
7024 2008-02-27  David Engster  <dengste@eml.cc>
7025
7026         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7027         Express real group name in the response.
7028
7029 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7030
7031         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7032         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7033         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7034         autoload gnus-registry-fetch-group when compiling.
7035         (nnmairix-request-group-with-article-number-correction):
7036         Remove unreferenced argument passed to nnmairix-call-backend.
7037
7038 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7039
7040         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7041         (mm-uu-extract): Improve face for low color ttys.
7042         Reported by Sascha Wilde.
7043
7044 2008-02-27  Glenn Morris  <rgm@gnu.org>
7045
7046         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7047         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7048         variables to defconsts.  Convert comments to doc-strings.
7049         (nnmairix-last-server, nnmairix-current-server): Convert from free
7050         variables to defvars.  Convert comments to doc-strings.
7051         (gnus-registry-fetch-group): Autoload.
7052         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7053         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7054         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7055         caddr.
7056         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7057         nnmairix-request-group-with-article-number-correction call.
7058         (nnmairix-fast, nnmairix-group): New, less general names, for free
7059         variables passed from nnmairix-request-group to
7060         nnmairix-request-group-with-article-number-correction.  Declare.
7061         (nnmairix-request-group-with-article-number-correction):
7062         Use nnmairix-fast, nnmairix-group rather than fast, group.
7063
7064 2008-02-26  David Engster  <dengste@eml.cc>
7065
7066         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7067         version 0.5.
7068
7069 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7070
7071         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7072         instead of making an extra function call.  Don't add the current group
7073         to articles only when they have the group.  Use
7074         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7075         Reported by David <de_bb@arcor.de>.
7076
7077 2008-02-24  Miles Bader  <miles@gnu.org>
7078
7079         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7080         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7081         (mm-find-mime-charset-region):
7082         * mm-bodies.el (mm-encode-body):
7083         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7084
7085 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7088         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7089
7090 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7091
7092         * mail-source.el (mail-source-delete-incoming): Change default.
7093         Supplement doc string.
7094
7095         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7096
7097 2008-02-14  Glenn Morris  <rgm@gnu.org>
7098
7099         * time-date.el (format-seconds): New function.
7100
7101 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7102
7103         * nnmail.el (nnmail-message-id-cache-file): Derive from
7104         `gnus-home-directory'.
7105
7106 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7107
7108         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7109         Document negative prefix.
7110
7111         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7112
7113 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7114
7115         * message.el (message-unsent-separator): Add the Exim bounce
7116         separator.
7117
7118 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7119
7120         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7121         list.
7122         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7123         recipient/signer list.
7124
7125 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * Makefile.in (datarootdir): Define.
7128         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7129         name that might contain whitespace.
7130
7131 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7132
7133         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7134         fbound (Emacs 23 unicode), signal an error.
7135
7136 2008-02-08  Glenn Morris  <rgm@gnu.org>
7137
7138         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7139
7140 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7141
7142         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7143         ports to the calls to `netrc-machine-user-or-password' in addition to
7144         "imap" and "imaps".
7145
7146 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7147
7148         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7149
7150         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7151
7152 2008-02-01  Kenichi Handa  <handa@m17n.org>
7153
7154         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7155         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7156         (rfc2104-hash): Convert the result of concat to unibyte string.
7157
7158 2008-02-01  Dave Love  <fx@gnu.org>
7159
7160         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7161         coding-system-for-read.
7162         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7163
7164 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7165
7166         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7167         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7168         <hanche@math.ntnu.no>.
7169
7170 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7171
7172         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7173
7174         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7175
7176 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7177
7178         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7179         * message.el (message-beginning-of-line): Use featurep instead of bound
7180         tests in order to resolve conditionals at compile time.
7181
7182 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7183
7184         * mail-source.el (mail-sources): Add `group' choice.
7185
7186         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7187         parameter `in-group' to control into which group the articles go.
7188         Add treatment of `group' mail-source.
7189
7190 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7193
7194         * mm-decode.el (mm-dissect-buffer): Decode description.
7195
7196         * mml.el (mml-to-mime): Encode message header first.
7197
7198 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7199
7200         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7201         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7202
7203         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7204         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7205
7206 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7207
7208         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7209
7210 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7211
7212         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7213         prefix keys.
7214         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7215         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7216         gnus-xmas.el.
7217
7218         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7219         (gnus-xmas-article-describe-bindings): New function.
7220         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7221         gnus-xmas-article-describe-bindings.
7222
7223         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7224
7225 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7226
7227         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7228         Add new variables for article mark management.
7229         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7230         list of extra data entries which, when present, will indicate that the
7231         article ID should not be trimmed from the registry.
7232         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7233         functions.
7234         (gnus-registry-read-mark): New function to read a mark name from the
7235         user.
7236         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7237         (gnus-registry-set-article-mark-internal): New functions to add and
7238         remove marks.
7239         (gnus-registry-get-article-marks): New function to show the marks for
7240         an article, or retrieve them for further use.
7241
7242 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7243
7244         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7245         keys when no argument is given.
7246
7247 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7248
7249         * imap.el (imap-ping-server): New variable.
7250         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7251         (imap-ping-server): Minor doc string fixes.
7252
7253 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7254
7255         * imap.el (imap-ping-server): New function.
7256         (imap-opened): Call imap-ping-server.
7257
7258 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7259
7260         * gnus-sum.el (gnus-article-sort-by-random)
7261         (gnus-thread-sort-by-random): Fix doc strings.
7262         Reported by jidanni@jidanni.org.
7263
7264 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7265
7266         * gnus-art.el (gnus-article-describe-bindings): New function.
7267         (gnus-article-read-summary-keys): Use it.
7268         (gnus-article-mode-map): Bind `C-h b' to it.
7269
7270 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7273         XEmacs.
7274         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7275         Protect against non-character events.
7276
7277         * lpath.el: Fbind map-keymap for Emacs 21.
7278
7279 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7280
7281         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7282         New command.
7283         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7284         instead of END.  Change name of the temp file.
7285         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7286         customizable.
7287
7288 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7289
7290         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7291         bind `S W' to gnus-article-wide-reply-with-original; set default
7292         binding to gnus-article-read-summary-send-keys.
7293         (gnus-article-read-summary-keys): Fix the order of keys; display
7294         continuation keys correctly in the echo area; describe bindings
7295         correctly when keys end with `C-h'.
7296         (gnus-article-read-summary-send-keys): New function.
7297         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7298         Work for gnus-article-read-summary-send-keys; display continuation keys
7299         correctly in the echo area.
7300         (gnus-article-reply-with-original): Ignore prefix argument.
7301         (gnus-article-wide-reply-with-original): New function.
7302
7303         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7304         Emacs 21.
7305
7306 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7307
7308         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7309         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7310
7311 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7312
7313         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7314         (gnus-group-read-ephemeral-gmane-group): New command.
7315
7316 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7317
7318         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7319
7320 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7321
7322         * message.el (message-send-mail-function): Increase custom version.
7323
7324         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7325         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7326
7327 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7328
7329         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7330         for the cases where imap-authenticate is called with a nil buffer
7331         parameter.
7332
7333 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7334
7335         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7336         html parts correctly; support forwarded messages.
7337         (gnus-article-browse-html-article): Remove work buffers.
7338
7339         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7340         compiling.
7341         (netrc-bound-and-true-p): New macro.
7342         (netrc-parse): Use it instead of bound-and-true-p that is not available
7343         in XEmacs 21.4.
7344
7345 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7346
7347         * gnus-registry.el (gnus-registry-mark-article)
7348         (gnus-registry-article-marks): Add functionality to mark articles
7349         through the Gnus registry.
7350
7351         * encrypt.el: Clarify documentation for the new pgg method.
7352         (encrypt-file-alist): Add PGG option.
7353         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7354         functionality.  Abstract password key and messaging to external
7355         functions.
7356         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7357         (encrypt-message-method-and-cipher): Add new convenience external
7358         functions.
7359         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7360         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7361
7362         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7363         (netrc-parse): Use encrypt-file-alist to determine if
7364         encrypt-find-model or encrypt-insert-file-contents should be used.
7365
7366         * encrypt.el: Clarify documentation.  Load password-cache or
7367         password, whichever one is found first, instead of autoloading.
7368
7369 2007-12-19  Glenn Morris  <rgm@gnu.org>
7370
7371         * mml.el (message-options-set, message-narrow-to-head)
7372         (message-in-body-p, message-mail-p, message-encode-message-body):
7373         Autoload.
7374         (message-remove-header, message-narrow-to-headers-or-head)
7375         (message-subscribed-p, message-make-mail-followup-to)
7376         (message-position-on-field, message-news-p)
7377         (message-options-set-recipient, message-generate-headers)
7378         (message-sort-headers): Declare as functions.
7379
7380 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7381
7382         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7383         convention in doc string.
7384
7385 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7386
7387         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7388         title to html parts.
7389         (gnus-article-browse-html-article): Pass message header to it.
7390
7391         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7392
7393 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7394
7395         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7396         or password compatible with XEmacs.
7397
7398 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7399
7400         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7401         format document.
7402         (gnus-mime-delete-part): Don't write description line if empty.
7403         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7404
7405 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7406
7407         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7408         (gnus-summary-mark-read-and-unread-as-read)
7409         (gnus-summary-mark-current-read-and-unread-as-read)
7410         (gnus-summary-mark-unread-as-ticked): Doc fix.
7411         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7412
7413 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7414
7415         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7416         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7417
7418 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7419
7420         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7421         yes-or-no-p.
7422
7423 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7424
7425         * mm-decode.el (mm-add-meta-html-tag): New function.
7426         (mm-save-part-to-file, mm-pipe-part): Use it.
7427
7428         * gnus-art.el (gnus-article-browse-delete-temp-files):
7429         Use gnus-y-or-n-p instead of y-or-n-p.
7430         (gnus-article-browse-html-parts): Work with message/external-body; use
7431         mm-add-meta-html-tag.
7432
7433 2007-12-11  Glenn Morris  <rgm@gnu.org>
7434
7435         * gnus-cache.el: Require gnus-sum not just when compiling.
7436
7437         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7438
7439         * gnus-int.el (gnus-server-opened, gnus-status-message):
7440         Move definitions before use.
7441
7442         * mm-decode.el: Require gnus-util.
7443         (mm-remove-part): Only call delete-annotation on XEmacs.
7444
7445         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7446
7447         * nnmail.el: Require gnus-int.
7448
7449         * spam.el: Move `require's before `eval-when-compile's.
7450
7451         * gnus-ems.el (gnus-alive-p):
7452         * gnus-fun.el (message-goto-eoh):
7453         * gnus-util.el (gnus-group-name-decode):
7454         * mail-source.el (gnus-compress-sequence):
7455         * message.el (Info-goto-node, format-spec):
7456         * mm-bodies.el (message-options-get):
7457         * mm-decode.el (mm-view-pkcs7):
7458         * mm-util.el (gmm-write-region):
7459         * mml-smime.el (mml-compute-boundary)
7460         (gnus-completing-read-with-default):
7461         * mml.el (widget-button-press, gnus-make-hashtable):
7462         * mml1991.el (mm-decode-content-transfer-encoding)
7463         (mm-encode-content-transfer-encoding)
7464         (message-options-get, message-options-set):
7465         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7466         * nnfolder.el (gnus-request-group):
7467         * nnheader.el (ietf-drums-unfold-fws):
7468         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7469         * smime.el (gnus-run-mode-hooks):
7470         * spam-stat.el (gnus-message): Autoload.
7471
7472         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7473         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7474         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7475         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7476         Add declare-function compatibility definition.
7477
7478         * gnus-cache.el (nnvirtual-find-group-art):
7479         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7480         (gnus-add-image, gnus-add-wash-type):
7481         * gnus-group.el (nnkiboze-score-file):
7482         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7483         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7484         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7485         (message-tokenize-header, gnus-get-buffer-create)
7486         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7487         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7488         * gnus.el (gnus-group-decoded-name):
7489         * mail-source.el (imap-capability):
7490         * mm-bodies.el (message-options-set):
7491         * mm-decode.el (gnus-configure-windows):
7492         * mm-extern.el (message-goto-body):
7493         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7494         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7495         (epg-sub-key-validity, message-options-set):
7496         * mml.el (widget-event-point, gnus-configure-windows):
7497         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7498         * mml2015.el (epg-check-configuration, epg-configuration)
7499         (message-options-set):
7500         * nndb.el (nndb-request-article):
7501         * nnfolder.el (gnus-request-create-group):
7502         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7503         * nnmaildir.el (gnus-group-mark-article-read):
7504         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7505         * rfc1843.el (message-fetch-field):
7506         * spam.el (gnus-extract-address-components):
7507         Declare as functions.
7508
7509 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7510
7511         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7512
7513         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7514
7515         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7516         bind show-trailing-whitespace for XEmacs.
7517
7518 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7519
7520         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7521         new no-op macro for backward compatibility.
7522
7523         * imap.el (imap-string-to-integer): New function.
7524
7525 2007-12-09  Glenn Morris  <rgm@gnu.org>
7526
7527         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7528
7529         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7530         * message.el, mm-view.el, sieve-manage.el, smime.el:
7531         Add declare-function compatibility definition.
7532
7533         * gnus-art.el (w3-region, w3m-region, Info-menu):
7534         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7535         * gnus-sum.el (gnus-get-predicate):
7536         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7537         * message.el (mail-abbrev-in-expansion-header-p):
7538         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7539         (w3m-detect-meta-charset, w3m-region):
7540         * sieve-manage.el (password-read, password-cache-add)
7541         (password-cache-remove):
7542         * smime.el (password-read-and-add): Declare as functions.
7543
7544 2007-12-08  David Kastrup  <dak@gnu.org>
7545
7546         * gnus-sum.el (gnus-summary-simplify-subject-query):
7547         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7548         `message'.
7549
7550 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7551
7552         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7553         it to bind idna-program, installation-directory, defined-colors, and
7554         face-attribute for XEmacs of the version that compiles defcustom forms.
7555
7556 2007-12-07  Glenn Morris  <rgm@gnu.org>
7557
7558         * gnus-art.el (article-make-date-line): Revert previous change.
7559
7560 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7561
7562         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7563
7564 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7565
7566         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7567         Call gnus-add-to-range ranges only once with a prepared article-list.
7568
7569 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7570
7571         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7572         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7573         group names with backslashes.
7574         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7575
7576 2007-12-06  Deepak Goel  <deego3@gmail.com>
7577
7578         * gnus-art.el (article-make-date-line):
7579         * gnus-start.el (gnus-load):
7580         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7581
7582 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * gnus-art.el (gnus-use-idna)
7585         * gnus-start.el (gnus-site-init-file)
7586         * message.el (message-use-idna)
7587         * mm-uu.el (mm-uu-hide-markers)
7588         * smiley.el (smiley-style): Revert changes that suppress warnings.
7589
7590 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7593         specify charset to html source.
7594         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7595
7596 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7597
7598         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7599         idna-program in order to suppress byte compile warning issued by XEmacs
7600         that came to byte compile the default value section of defcustom forms
7601         recently.
7602
7603         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7604         value of installation-directory.
7605
7606         * message.el (message-use-idna): Don't directly refer to the value of
7607         idna-program.
7608
7609         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7610
7611         * smiley.el (smiley-style): Don't directly call face-attribute.
7612
7613 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7614
7615         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7616
7617         * gnus-dired.el: Reduce Gnus dependencies.
7618         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7619         Don't require.  Use autoloads instead.
7620         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7621         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7622         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7623         (gnus-dired-mode): Adjust doc string.
7624         (gnus-dired-mail-mode): New variable.
7625         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7626         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7627         (gnus-dired-mail-buffers): New function.  Return mail or message
7628         composition buffers.
7629         (gnus-dired-attach): Use it.
7630         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7631         NO-DECODE.
7632         (gnus-dired-print): Use `gnus-print-buffer' depending on
7633         `gnus-dired-mail-mode'.
7634
7635 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7636
7637         * rfc2047.el (rfc2047-encoded-word-regexp)
7638         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7639         explaining what regexp patterns are for.
7640
7641 2007-12-04  Glenn Morris  <rgm@gnu.org>
7642
7643         * password.el: Move to password-cache.el.
7644
7645         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7646         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7647         * mml-smime.el (password-read, password-cache-add)
7648         (password-cache-remove):
7649         No need to autoload, since mml-sec requires password.
7650
7651         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7652         * message.el (gnus-extract-address-components):
7653         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7654
7655         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7656         password.
7657
7658 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7659
7660         * mailcap.el: Reduce dependencies.
7661         (mail-header-parse-content-type): Autoload.
7662         (mailcap-delete-duplicates): New alias.
7663         (mailcap-mime-info): Add optional argument NO-DECODE.
7664         (mailcap-mime-types): Use mailcap-delete-duplicates.
7665
7666         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7667
7668 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7669
7670         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7671         (imap-parse-status): Upcase status-att for servers that sends them
7672         lower-case (e.g., MS Exchange 2007).
7673
7674 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7675
7676         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7677         function.
7678
7679         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7680         (gnus-uu-yenc-article): New function.
7681
7682         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7683
7684         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7685
7686 2007-12-02  Glenn Morris  <rgm@gnu.org>
7687
7688         * binhex.el (binhex): New custom group.
7689         (binhex-decoder-program, binhex-decoder-switches)
7690         (binhex-use-external): Move to the binhex custom group.
7691
7692         * uudecode.el (uudecode): New custom group.
7693         (uudecode-decoder-program, uudecode-decoder-switches)
7694         (uudecode-use-external): Move to the uudecode custom group.
7695
7696         * netrc.el (top-level): Don't load `encrypt' features.
7697         (netrc-parse): Don't use encrypt.
7698         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7699
7700         * encrypt.el: Remove file.
7701
7702 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7703
7704         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7705         matches on patches.
7706
7707         * gnus-art.el (gnus-article-browse-html-article):
7708         Mention `mm-text-html-renderer' in the doc string.
7709
7710         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7711         string.  Add comments.
7712
7713         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7714         if rhs is ASCII.
7715
7716 2007-12-01  Glenn Morris  <rgm@gnu.org>
7717
7718         * mail-source.el (top-level): Require format-spec before
7719         eval-when-compile.
7720
7721 2007-11-30  Glenn Morris  <rgm@gnu.org>
7722
7723         * encrypt.el: Require password, rather than autoloading password-read.
7724
7725 2007-11-29  Glenn Morris  <rgm@gnu.org>
7726
7727         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7728         (sasl-make-client, sasl-next-step, sasl-step-data)
7729         (sasl-step-set-data): Declare as functions.
7730
7731 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7732
7733         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7734
7735 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7736
7737         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7738         certs should be verified and what is to be done in the event of a
7739         verification failure.
7740
7741         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7742         caller can indicate whether the cache should be disregarded for this
7743         call.  This way the result of the call is reproducible at all times and
7744         can be considered a canonical server name for the supplied method.
7745         (gnus-agent-method-p): Canonicalize server names by pushing their
7746         method through `gnus-method-to-server' using the no-cache argument.
7747
7748         * gnus-srvr.el (gnus-server-insert-server-line):
7749         Call `gnus-method-to-server' with `no-cache' argument.
7750
7751         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7752         gnus-agent-possibly-synchronize-flags as this should be called when the
7753         server is actually being opened.
7754         (gnus-agent-possibly-synchronize-flags)
7755         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7756         flags file of an agentized server to the latter function.
7757
7758         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7759         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7760         after a connection has been established successfully.
7761
7762 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7763
7764         * gnus-art.el (article-display-face): Force to display face if called
7765         interactively; check if gnus-article-x-face-too-ugly matches author.
7766         (article-display-x-face): Display face even if From header is missing
7767         as article-display-face does.
7768
7769 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7770
7771         * hashcash.el (message-narrow-to-headers-or-head)
7772         (message-fetch-field, message-goto-eoh)
7773         (message-narrow-to-headers): Declare as functions.
7774
7775 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7776
7777         * mail-source.el (mail-sources): Default to fetch from file for
7778         compatibility with default of nnmail-spool-file.
7779
7780 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7781
7782         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7783         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7784         to look for encoded word that should be encoded again.
7785         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7786         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7787         encoding pattern.
7788         (rfc2047-decode-region): Switch strict regexp and loose one according
7789         to rfc2047-allow-irregular-q-encoded-words.
7790
7791 2007-11-25  Romain Francoise  <romain@orebokech.com>
7792
7793         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7794
7795 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7796
7797         * tls.el (tls-program): Provide more custom choices from
7798         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7799         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7800
7801 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7802
7803         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7804         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7805
7806         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7807         `nnmail-spool-file'.
7808
7809         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7810         `nnmail-spool-file'.
7811
7812         * gnus-move.el (gnus-change-server): Ditto.
7813
7814         * gnus-kill.el (gnus-batch-score): Ditto.
7815
7816         * gnus-cache.el (gnus-jog-cache): Ditto.
7817
7818         * gnus-msg.el (gnus-summary-reply):
7819         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7820
7821 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7822
7823         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7824         version.  Minor improvement to doc strings.
7825         (tls-program): Add comment.
7826
7827 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7828
7829         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7830         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7831         mismatch between the hostname provided in the certificate and the name
7832         of the host connnecting to.
7833         (open-tls-stream): Use them.  Check certificates against trusted root
7834         certificates.
7835
7836 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7837
7838         * gnus-cache.el (gnus-cache-generate-nov-databases):
7839         Use nnml-generate-nov-databases-directory instead of
7840         nnml-generate-nov-databases-1.
7841
7842 2007-11-24  Glenn Morris  <rgm@gnu.org>
7843
7844         * message.el (message-tool-bar-retro): Update for rename
7845         mail_send.xpm->mail-send.xpm.
7846
7847 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7848
7849         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7850         `smime-ldap-search' for Emacs 22 and up.
7851
7852 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7853
7854         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7855
7856         * message.el (message-send-mail-function): Fix error convention.
7857         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7858         (message-widen-reply, message-send-mail, message-talkative-question)
7859         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7860         (message-clone-locals, message-send-news): Use with-current-buffer.
7861         (message-insert-or-toggle-importance): Remove unused var `valid'.
7862         (message-make-references): Remove unused var `new-references'.
7863         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7864
7865 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7866
7867         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7868         (spam-split-symbolic-return-positive): Reflow docstring.
7869         (spam-backends, spam-summary-exit-behavior)
7870         (spam-mark-ham-unread-before-move-from-spam-group)
7871         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7872         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7873         (spam-clear-cache, spam-backend-check, spam-install-backend)
7874         (spam-install-statistical-backend, spam-list-of-processors)
7875         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7876         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7877         (spam-check-crm114, spam-initialize, spam-unload-hook):
7878         Fix typos in docstrings.
7879
7880 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7883         been checked if they have never been read and those group levels are
7884         higher than the one that a user specified.
7885
7886 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7889         foreign groups unless a group level is specified by a user.
7890         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7891
7892 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7893
7894         * message.el (message-send-mail-function): Require sendmail.
7895
7896 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7897
7898         * message.el (message-send-mail-function): Check for smtpmail too.
7899
7900         * utf7.el (utf7-encode, utf7-decode): Use coding system
7901         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7902
7903         * message.el (message-send-mail-function): New function.
7904         (message-send-mail-function): Set default using
7905         message-send-mail-function.  Adjust doc string.
7906         (message-send-mail-with-mailclient): New function.
7907
7908 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7909
7910         * smime.el (from):
7911         * rfc2047.el (message-posting-charset):
7912         * qp.el (mm-use-ultra-safe-encoding):
7913         * pop3.el (parse-time-months):
7914         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7915         * nnml.el (files):
7916         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7917         (jka-compr-compression-info-list, ange-ftp-path-format)
7918         (efs-path-regexp):
7919         * nndiary.el (files):
7920         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7921         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7922         (epg-digest-algorithm-alist, inhibit-redisplay)
7923         (password-cache-expiry):
7924         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7925         (pgg-output-buffer, password-cache-expiry):
7926         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7927         (efs-path-regexp):
7928         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7929         (inhibit-redisplay):
7930         * mm-uu.el (file-name, start-point, end-point, entry)
7931         (gnus-newsgroup-name, gnus-newsgroup-charset):
7932         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7933         (latin-unity-ucs-list):
7934         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7935         (mm-uu-binhex-decode-function):
7936         * message.el (gnus-message-group-art, gnus-list-identifiers)
7937         (rmail-enable-mime-composing, gnus-local-organization)
7938         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7939         (gnus-read-active-file, facemenu-add-face-function)
7940         (facemenu-remove-face-function, gnus-article-decoded-p)
7941         (tool-bar-mode):
7942         * mail-source.el (display-time-mail-function):
7943         * gnus-util.el (nnmail-pathname-coding-system)
7944         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7945         (gnus-original-article-buffer, gnus-user-agent)
7946         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7947         (xemacs-codename, sxemacs-codename, emacs-program-version):
7948         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7949         * gnus-start.el (gnus-agent-covered-methods)
7950         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7951         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7952         (gnus-newsgroup-headers, gnus-group-list-mode)
7953         (gnus-group-mark-positions, gnus-newsgroup-data)
7954         (gnus-newsgroup-unreads, nnoo-state-alist)
7955         (gnus-current-select-method, mail-sources)
7956         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7957         (nnmail-spool-file, gnus-cache-active-hashtb):
7958         * gnus-mh.el (mh-lib-progs):
7959         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7960         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7961         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7962         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7963         (gnus-group-buffer):
7964         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7965         (font-lock-set-defaults):
7966         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7967         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7968         (gnus-summary-post-menu, total-parts, type, condition, length):
7969         * gnus-agent.el (gnus-agent-read-agentview):
7970         * flow-fill.el (show-trailing-whitespace):
7971         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7972         eval-and-compile wrappers for byte compiler pacifiers.
7973
7974         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7975         (mm-display-inline-fontify): Check for featurep 'xemacs not
7976         extent-list.
7977
7978         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7979         itimer-list.
7980         (mm-create-image-xemacs): Only do something for XEmacs.
7981         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7982
7983         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7984
7985         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7986         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7987
7988 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7989
7990         * nnimap.el (nnimap-split-download-body):
7991         * gnus-demon.el (gnus-demon):
7992         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7993
7994 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7995
7996         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7997         New macros.
7998         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7999         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8000         copy data from unibyte buffer to multibyte current buffer.
8001         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8002         to copy data from unibyte current buffer to multibyte buffer.
8003         (nntp-make-process-buffer): Make process buffer unibyte.
8004
8005         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8006
8007 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8008
8009         * pop3.el (pop3-open-server): Accept and process data more robustly at
8010         connexion start to avoid spurious "POP SSL connexion failed" errors.
8011
8012 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8015         read group names.
8016
8017 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8018
8019         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8020
8021 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8022
8023         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8024         (nnmail-save-active): Use a unibyte buffer when saving active file,
8025         which may contain non-ASCII group names.
8026
8027         * nnml.el (nnml-request-group): Decode group names in messages.
8028
8029 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8030
8031         * message.el (message-citation-line-function)
8032         (message-insert-formatted-citation-line): Fix spelling of
8033         `message-insert-formated-citation-line'.
8034
8035 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8036
8037         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8038
8039 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8040
8041         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8042         nnmail-pathname-coding-system.
8043
8044         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8045         that a user enters; decode group names in messages.
8046
8047         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8048
8049 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8050
8051         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8052
8053         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8054
8055         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8056         risky local variable.
8057
8058         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8059
8060 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8061
8062         * encrypt.el: Improve documentation to fix function name typo.
8063         Reported by Daiki Ueno <ueno@unixuser.org>.
8064
8065 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8066
8067         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8068         even if the point is not in the last page of an article.
8069         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8070         back to the previous page.
8071
8072 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8073
8074         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8075
8076 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8077
8078         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8079
8080 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8081
8082         * message.el (message-check-news-body-syntax):
8083         Avoid mm-string-as-multibyte.
8084         (message-hide-headers): Don't assume (point-min)==1.
8085
8086 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8087
8088         * message.el (message-remove-blank-cited-lines): Fix if remove is
8089         given.
8090         (message-bogus-address-regexp): New variable.
8091         (message-bogus-recipient-p): New function.
8092         (message-check-recipients): New command.
8093         (message-syntax-checks): Add `bogus-recipient'.
8094         (message-fix-before-sending): Add `bogus-recipient'.
8095
8096         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8097         (gnus-treat-body-boundary): Don't test window-system.
8098
8099 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8100
8101         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8102
8103 2007-10-28  Miles Bader  <miles@gnu.org>
8104
8105         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8106         at compile-time too.
8107
8108 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8109
8110         * gnus-msg.el (gnus-message-setup-hook):
8111         Add `message-remove-blank-cited-lines' to options.
8112
8113 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8114
8115         * message.el (message-remove-blank-cited-lines): New function.
8116         Suggested by Karl Plästerer.
8117
8118 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8119
8120         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8121         mapc.
8122
8123         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8124         (top-level): Use mapc to set functions to be traced for debugging.
8125
8126         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8127         called for effect with while loop.
8128
8129         * message.el (message-talkative-question): Replace mapcar called for
8130         effect with mapc.
8131
8132         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8133         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8134         called for effect with dolist.
8135
8136         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8137
8138         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8139         gnus-extra-headers and nnmail-extra-headers.
8140
8141         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8142         called for effect with dolist.
8143         (top-level): Use mapc to set functions to be traced for debugging.
8144
8145         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8146         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8147         dolist.
8148
8149         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8150         Replace mapcar called for effect with mapc.
8151         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8152         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8153         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8154         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8155
8156         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8157         remove-if that's a cl function.
8158
8159         * webmail.el (webmail-debug): Replace mapcar called for effect with
8160         dolist.
8161
8162         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8163         with mapc.
8164
8165 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8166
8167         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8168         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8169         with while loop.
8170
8171         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8172         functions from article-* functions.
8173         (gnus-multi-decode-header): Replace mapcar called for effect with
8174         dolist.
8175
8176         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8177         (gnus-bookmark-show-details): Replace mapcar called for effect with
8178         while loop.
8179
8180         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8181         called for effect with while loop.
8182
8183         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8184         with dolist.
8185
8186         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8187         Replace mapcar called for effect with dolist.
8188
8189         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8190
8191         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8192         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8193         Replace mapcar called for effect with dolist.
8194         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8195         mapc.
8196
8197         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8198         Replace mapcar called for effect with dolist.
8199         (gnus-topic-list): Replace mapcar called for effect with mapc.
8200
8201         * gnus.el: Use mapc instead of mapcar to add autoloads.
8202
8203 2007-10-23  Richard Stallman  <rms@gnu.org>
8204
8205         * gnus-group.el (gnus-group-highlight): Mark as risky.
8206
8207 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * gnus.el (gnus-server-to-method): Return method found first in
8210         gnus-newsrc-alist.
8211
8212         * gnus-art.el (gnus-article-highlight-signature)
8213         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8214         button overlay without the front stickiness.
8215
8216 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8217
8218         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8219         overview buffer needed a catch to receive its throw.
8220         (gnus-agent-flush-cache): Declare as interactive to make this function
8221         easier to use.
8222
8223 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8224
8225         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8226         `next-line'.
8227
8228 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8229
8230         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8231         exclude address matching message-dont-reply-to-names.
8232
8233 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8234
8235         * gnus-util.el (gnus-string<): New function.
8236
8237         * gnus-sum.el (gnus-article-sort-by-author)
8238         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8239
8240 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8243         the frame-focus tag is set in gnus-buffer-configuration.
8244
8245 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8246
8247         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8248         the front stickiness.
8249
8250 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8251
8252         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8253         url pattern; remove duplicate one.
8254         (gnus-article-extend-url-button): New function.
8255         (gnus-article-add-buttons): Use it.
8256         (gnus-button-push): Use concatenated url that it makes.
8257
8258 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8259
8260         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8261
8262 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8263
8264         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8265         Don't hardcode point-min==1.
8266
8267 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8268
8269         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8270         Fix comment about "iso8859-1".
8271
8272 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8273
8274         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8275         ones returned from the verify-function.
8276
8277         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8278         Call mml2015-extract-cleartext-signature if extraction failed.
8279
8280 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8281
8282         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8283         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8284         failed.
8285
8286 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8287
8288         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8289
8290 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8291
8292         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8293         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8294         recommends to use EasyPG instead of PGG.
8295
8296         * pgg.el: Revert to revision 6.23.2.16.
8297
8298         * pgg-def.el: Revert to revision 6.6.2.14.
8299
8300         * pgg-gpg.el: Revert to revision 6.23.2.34.
8301
8302 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8303
8304         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8305         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8306         thread for both the null and zero (kill/expire thread) universal prefix
8307         cases.
8308         (gnus-summary-expire-thread): Add new function to expire a thread,
8309         using gnus-summary-kill-thread.
8310         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8311         shortcuts for gnus-summary-expire-thread.
8312         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8313         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8314
8315 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8316
8317         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8318         extras value, so an extras entry can be deleted.
8319         (gnus-registry-delete-extra-entry): Use it.
8320         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8321         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8322         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8323         storage through the gnus-registry, and provide an appropriate API for
8324         it.
8325
8326 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8329         Suggested by Leo <sdl.web@gmail.com>.
8330
8331         * gnus.el: Do.
8332
8333 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8334
8335         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8336         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8337
8338         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8339
8340         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8341         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8342
8343 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8344
8345         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8346         newline.
8347         (nnmbox-request-accept-article): Don't change article in source buffer;
8348         narrow to header to use message-fetch-field rather than
8349         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8350         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8351         as delimiters; make sure article ends with newline.
8352         (nnmbox-delete-mail): Correct last position of article to be deleted;
8353         ignore X-Gnus-Newsgroup header in article body.
8354         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8355         positions; make sure article ends with newline.
8356
8357         * message.el (message-display-abbrev): Don't infloop when a user
8358         inserts SPC in the beginning of header.
8359
8360         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8361         coding-system-for-read and coding-system-for-write for XEmacs having no
8362         file-coding feature.
8363
8364         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8365
8366 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8367
8368         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8369         list of groups not followed by default.  Fix type to be regexp.
8370         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8371
8372 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8373
8374         * hmac-def.el (define-hmac-function): Switch from old-style to
8375         new-style backquotes.
8376
8377         * md4.el (md4-make-step): Likewise.
8378
8379 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8380
8381         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8382         raw-text coding system when saving .newsrc file, which may contain
8383         non-ASCII group names.
8384
8385 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8386
8387         * gnus-cus.el (gnus-score-extra): New widget.
8388         (gnus-score-extra-convert): New function.
8389         (gnus-score-customize): Use it for Extra.
8390
8391 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8392
8393         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8394         (mml2015-mailcrypt-clear-verify): Use it.
8395         (mml2015-gpg-clear-verify): Use it.
8396         (mml2015-pgg-clear-verify): Use it.
8397         (mml2015-epg-clear-verify): Replace the current part with the output
8398         from GnuPG; don't extract the plaintext by itself.
8399
8400         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8401         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8402         mml2015-clear-verify-function; don't touch the armor headers or
8403         dash-escaped text here.
8404
8405 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8406
8407         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8408         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8409         parts, or application/octet-stream as a last resort.
8410         (gnus-mime-view-part-as-type): Don't toggle display.
8411         (gnus-mime-view-part-as-charset): Don't turn off display before
8412         querying charset.
8413
8414         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8415         stuff to undisplayer function in Emacs.
8416         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8417
8418         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8419         text/calendar parts.
8420
8421 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8422
8423         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8424         decoding text/calendar parts.
8425
8426         * message.el (message-forward-make-body-mime): Always mark body as
8427         having no illegible text; remove signed-or-encrypted argument.
8428         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8429
8430         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8431         (mml-generate-mime-1): Don't encode body if it is specified to be in
8432         raw form; don't make buffer be unibyte when inserting multibyte string.
8433
8434 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8435
8436         * sha1.el: Fix up comment style.
8437         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8438         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8439
8440         * hex-util.el: Fix up comment style.
8441         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8442
8443         * gnus-salt.el: Use with-current-buffer.
8444         (gnus-pick-setup-message): Fix long-standing typo.
8445
8446 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * imap.el (imap-logout-timeout): New variable.
8449         (imap-logout, imap-logout-wait): New functions.
8450         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8451
8452         * nnimap.el (nnimap-logout-timeout): New server variable.
8453         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8454         nnimap-logout-timeout.
8455
8456         * gnus-art.el (gnus-article-summary-command-nosave)
8457         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8458
8459 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * gnus.el (gnus-maximum-newsgroup): New variable.
8462
8463         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8464         according to gnus-maximum-newsgroup.
8465
8466         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8467         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8468         Limit the range of articles according to gnus-maximum-newsgroup.
8469
8470 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8471
8472         * gnus-art.el (gnus-sticky-article): Fix problems described in
8473         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8474         Don't perform gnus-configure-windows here; reuse existing sticky
8475         article buffer.
8476
8477         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8478         it doesn't exist in gnus-article-mode.
8479
8480 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8481
8482         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8483         (gnus-agent-decoded-group-name): New function.
8484         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8485         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8486
8487 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8488
8489         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8490         Add binding for gnus-sticky-article.
8491         (gnus-summary-exit): Don't kill sticky article buffers.
8492
8493         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8494         article buffer.
8495         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8496         (gnus-kill-sticky-article-buffers): New commands.
8497
8498 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8499
8500         * nntp.el (nntp-xref-number-is-evil): New server variable.
8501         (nntp-find-group-and-number): If it is non-nil, don't trust article
8502         numbers in the Xref header.
8503
8504 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8505
8506         * gnus-agent.el (gnus-agent-read-group): New function.
8507         (gnus-agent-flush-group, gnus-agent-expire-group)
8508         (gnus-agent-regenerate-group): Use it.
8509         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8510         nnmail-pathname-coding-system.
8511
8512 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8515
8516         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8517         that are unread as unread, and also as selected so that information of
8518         marks having been changed by a user may be updated when exiting group.
8519
8520 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8521
8522         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8523
8524 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8527         calculated ignoring signature parts to gnus-treat-article.
8528
8529 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8532         a point here in order to keep the window start.
8533         (gnus-insert-mime-security-button): Make a button overlay without the
8534         front stickiness.
8535         (gnus-mime-display-security): Goto the end of a button.
8536
8537         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8538
8539 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8542         group-name-at-point.
8543         (gnus-group-completing-read): New function that offers decoded
8544         non-ASCII group names for completion.
8545         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8546         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8547         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8548         (gnus-group-fetch-control): Use it.
8549         (gnus-fetch-group): Use group-name-at-point for the initial value
8550         rather than the default value; use gnus-alive-p.
8551
8552         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8553         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8554         (gnus-summary-post-news): Use gnus-group-completing-read.
8555
8556         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8557         (gnus-read-move-group-name): Decode group name for completion.
8558
8559 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8560
8561         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8562         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8563         Yamaoka slightly modified the code).
8564
8565 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8566
8567         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8568         (nnmail-split-incoming): Bind it.
8569
8570         * nnml.el (nnml-group-name-charset): New function.
8571         (nnml-decoded-group-name): Use it; don't decode group name if
8572         nnmail-group-names-not-encoded-p is non-nil.
8573         (nnml-encoded-group-name): New function.
8574         (nnml-group-pathname): Inline nnml-decoded-group-name.
8575         (nnml-request-expire-articles): Decode group name in message.
8576         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8577         nnmail-pathname-coding-system.
8578         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8579         not decoded ones according to nnmail-group-names-not-encoded-p.
8580         (nnml-generate-active-info): Use nnml-encoded-group-name.
8581
8582 2007-08-08  Glenn Morris  <rgm@gnu.org>
8583
8584         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8585         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8586         doc-strings and comments.
8587
8588 2007-07-25  Glenn Morris  <rgm@gnu.org>
8589
8590         * Relicense all FSF files to GPLv3 or later.
8591
8592 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8593
8594         * gnus-sum.el (gnus-summary-move-article):
8595         Make gnus-summary-respool-article work.
8596
8597 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8598
8599         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8600         string.
8601
8602 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8603
8604         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8605         that should be ignored when comparing distant RSS articles with local
8606         ones.
8607         (nnrss-make-hash-index): New function.  Create a hash index according
8608         to the ignored fields.
8609         (nnrss-check-group): Use it.
8610
8611 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8612
8613         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8614
8615         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8616
8617         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8618         the new optional argument ENCODED is non-nil.
8619         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8620         coding system for encoding group name.
8621         (gnus-group-make-rss-group): Pass un-encoded group name to
8622         gnus-group-make-group.
8623         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8624         encoded.
8625
8626         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8627         Encode group name to which articles are moved or copied.
8628         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8629         coding system for encoding Newsgroup, Followup-To and Xref headers.
8630
8631         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8632         marks; use nnheader-file-coding-system to write a file.
8633         (nnagent-retrieve-headers): Bind file-name-coding-system to
8634         nnmail-pathname-coding-system.
8635
8636         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8637
8638         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8639         (nnml-request-article, nnml-request-create-group)
8640         (nnml-request-rename-group, nnml-find-id)
8641         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8642         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8643         (nnml-save-marks): Use nnml-group-pathname instead of
8644         nnmail-group-pathname.
8645
8646         (nnml-request-create-group, nnml-request-expire-articles)
8647         (nnml-request-move-article, nnml-request-delete-group)
8648         (nnml-deletable-article-p, nnml-possibly-create-directory)
8649         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8650         (nnml-open-marks): Bind file-name-coding-system to
8651         nnmail-pathname-coding-system.
8652
8653         (nnml-request-article): Pass server argument to nnml-find-group-number.
8654         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8655         Pass server argument to nnml-possibly-create-directory.
8656         (nnml-request-accept-article): Pass server argument to
8657         nnml-active-number and nnml-save-mail.
8658         (nnml-find-group-number): Pass server argument to nnml-find-id.
8659         (nnml-request-update-info): Pass server argument to
8660         nnml-marks-changed-p.
8661
8662         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8663         (nnml-save-mail, nnml-active-number): Add server argument.
8664
8665         (nnml-request-delete-group): Warn if group is missing.
8666         (nnml-get-nov-buffer): Decode group name.
8667         (nnml-generate-active-info): Encode group name.
8668         (nnml-open-marks): Decode group name in messages.
8669
8670 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8671
8672         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8673         if it is not specified.
8674         (gnus-article-pipe-part, gnus-article-save-part)
8675         (gnus-article-interactively-view-part, gnus-article-copy-part)
8676         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8677         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8678         (gnus-article-replace-part, gnus-article-delete-part)
8679         (gnus-article-view-part-as-type): Pass raw prefix argument to
8680         gnus-article-part-wrapper.
8681
8682 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * gnus-agent.el (gnus-agent-save-active):
8685         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8686
8687         * gnus-cache.el (gnus-cache-save-buffers)
8688         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8689         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8690         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8691         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8692         (gnus-cache-generate-active, gnus-cache-rename-group)
8693         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8694         (gnus-cache-update-overview-total-fetched-for):
8695         Bind file-name-coding-system to nnmail-pathname-coding-system.
8696         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8697         New variables.
8698         (gnus-cache-decoded-group-name): New function.
8699         (gnus-cache-file-name): Use it.
8700         (gnus-cache-generate-active): Use non-decoded group name for active.
8701
8702         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8703         right place.
8704         (gnus-write-active-file): Don't break non-ASCII group names.
8705
8706         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8707         nnmail-pathname-coding-system.
8708
8709         * lpath.el: Bind default-file-name-coding-system,
8710         file-name-coding-system and language-info-alist for XEmacs.
8711
8712         * gnus-uu.el (gnus-uu-decode-save): Typo.
8713
8714 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8715
8716         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8717
8718 2007-07-14  David Kastrup  <dak@gnu.org>
8719
8720         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8721         finishing actions if we did not edit the article.
8722
8723 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8724
8725         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8726         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8727         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8728         (gnus-agent-flush-group, gnus-agent-flush-cache)
8729         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8730         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8731         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8732         (gnus-agent-regenerate-group)
8733         (gnus-agent-update-files-total-fetched-for)
8734         (gnus-agent-update-view-total-fetched-for):
8735         Bind file-name-coding-system to nnmail-pathname-coding-system.
8736         (gnus-agent-group-pathname): Don't encode file names by
8737         nnmail-pathname-coding-system.
8738         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8739         coding-system-for-write instead of buffer-file-coding-system to
8740         gnus-agent-file-coding-system.
8741
8742         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8743         Decode group name.
8744
8745         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8746
8747         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8748         (gnus-read-newsrc-el-file): Make group names unibyte.
8749
8750         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8751         nnmail-pathname-coding-system.
8752
8753         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8754         (nnrss-request-delete-group): Bind file-name-coding-system to
8755         nnmail-pathname-coding-system.
8756         (nnrss-read-server-data, nnrss-read-group-data):
8757         Bind file-name-coding-system correctly.
8758         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8759
8760         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8761         (nntp-server-to-method-cache): New variable.
8762         (nntp-group-pathname): New function that decodes non-ASCII group names.
8763         (nntp-possibly-create-directory, nntp-marks-changed-p)
8764         (nntp-save-marks, nntp-open-marks): Use it.
8765         (nntp-possibly-create-directory, nntp-open-marks):
8766         Bind file-name-coding-system to nnmail-pathname-coding-system.
8767         (nntp-open-marks): Decode group names when bootstrapping marks.
8768
8769         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8770         Newsgroups and Folowup-To headers.
8771
8772 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8773
8774         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8775         (gnus-server-closed-face, gnus-server-denied-face)
8776         (gnus-server-offline-face): Remove variable.
8777         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8778
8779         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8780         of modifying message-stack directly for XEmacs.
8781
8782         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8783         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8784         if the coding-system argument is nil for XEmacs.
8785
8786         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8787         mm-charset-override-alist.
8788
8789         * rfc2047.el: Don't require base64; require rfc2045 for the function
8790         rfc2045-encode-string.
8791         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8792         to quote the parameter value.
8793
8794 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8797         form in gnus-group-name-charset-method-alist.
8798
8799         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8800         overrides the default layout edit-form.
8801
8802         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8803
8804         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8805
8806 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8807
8808         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8809         as unfetched articles.
8810
8811 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8812
8813         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8814
8815 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8818         original back end that keeps marks in the local system.
8819
8820 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8821
8822         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8823         arg of pop-to-buffer for XEmacs.
8824         (gnus-article-read-summary-keys): Ditto; don't restore window
8825         configuration if summary command ends up with neither article buffer
8826         nor summary buffer; describe bindings if summary keys end with C-h.
8827
8828 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * message.el (message-fix-before-sending): Skip raw message part to be
8831         forwarded while checking illegible text.
8832         (message-forward-make-body-mime, message-forward-make-body):
8833         Mark signed or encrypted raw message as having no illegible text.
8834
8835 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8838         (gnus-message-with-timestamp-1): New macro.
8839         (gnus-message-with-timestamp): New function.
8840         (gnus-message): Use them.
8841
8842         * nnheader.el (nnheader-message): Use them.
8843
8844 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8845
8846         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8847         .newsrc.eld file.
8848
8849 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8850
8851         * gnus-agent.el (gnus-agent-fetch-headers)
8852         (gnus-agent-retrieve-headers):
8853         Bind gnus-decode-encoded-address-function to identity.
8854
8855         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8856         available also when the server returns simply a dot.
8857
8858         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8859
8860 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8861
8862         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8863
8864 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * gnus-ems.el (gnus-x-splash): Make it work.
8867
8868         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8869         from being used.
8870
8871         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8872
8873 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8874
8875         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8876         4th and the 5th arguments.
8877
8878         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8879         the front stickiness.
8880         (gnus-article-summary-command-nosave): Correct the order of the
8881         arguments passed to pop-to-buffer.
8882         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8883         summary command ends up with the article buffer.
8884
8885         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8886         the same faces.
8887
8888 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8889
8890         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8891
8892 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8893
8894         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8895         * gnus-sum.el (gnus-summary-highlight):
8896         * pgg.el (pgg-sign-region, pgg-sign):
8897         * mail-source.el (mail-source-delete-old-incoming-confirm):
8898         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8899
8900 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8901
8902         * gnus-art.el (gnus-mime-view-part-externally)
8903         (gnus-mime-view-part-internally): Fix predicate function passed to
8904         completing-read.
8905
8906         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8907
8908         * gnus.el (gnus-update-message-archive-method): Add :version.
8909
8910 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8911
8912         * gnus.el (gnus-update-message-archive-method): New variable.
8913
8914         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8915         according to gnus-message-archive-method if
8916         gnus-update-message-archive-method is non-nil.
8917
8918 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8921         Suggested by Loic Dachary <loic@dachary.org>.
8922         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8923
8924 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * message.el (message-pop-to-buffer): Add switch-function argument.
8927         (message-mail): Pass switch-function argument to it.
8928
8929 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8930
8931         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8932         Improve doc string.
8933
8934 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8937         (gnus-header-content)
8938         * gnus-cite.el (gnus-cite-10)
8939         * gnus-srvr.el (gnus-server-closed)
8940         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8941         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8942         (gnus-group-mail-3-empty, gnus-group-mail-low)
8943         (gnus-group-mail-low-empty, gnus-splash)
8944         * message.el (message-header-to, message-header-cc)
8945         (message-header-subject, message-header-other, message-header-name)
8946         (message-header-xheader, message-separator, message-cited-text)
8947         (message-mml): Lighten colors of faces used for dark background.
8948
8949 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8950
8951         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8952         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8953
8954 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * message.el (message-narrow-to-headers-or-head):
8957         Ignore mail-header-separator in the body.
8958
8959 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8960
8961         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8962         same as window size.
8963
8964 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8965
8966         * message.el (message-font-lock-keywords): Use message-header-xheader
8967         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8968         ahead of the anything pattern, to get it recognised.
8969
8970 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8971
8972         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8973         spam.el loads uses it in the compiled defadvice form.
8974
8975 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8976
8977         * gnus-sum.el (gnus-articles-to-read)
8978         (gnus-summary-insert-old-articles): Don't truncate group name for
8979         `read-string'.
8980
8981         * gnus-util.el (gnus-limit-string): Delete this function.
8982
8983         * gnus-sum.el (gnus-simplify-subject-fully):
8984         Use `truncate-string-to-width' instead.
8985
8986 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8987
8988         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8989         Tell if, on summary exit, the next group has to be selected.
8990         (gnus-summary-exit): Use it.
8991
8992 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8993
8994         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8995         non-break space.
8996
8997 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8998
8999         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9000         Check if group is not a directory.
9001         (nnfolder-request-expire-articles): Don't delete articles if the target
9002         group is not available.
9003
9004         * nnml.el (nnml-request-create-group): Properly check if group is not a
9005         file.
9006         (nnml-request-expire-articles): Don't delete articles if the target
9007         group is not available.
9008
9009         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9010         Don't quote characters that are within parentheses.
9011
9012 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9013
9014         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9015         (gnus-handle-ephemeral-exit): Select article according to it.
9016
9017 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9018
9019         * message.el (message-insert-formated-citation-line): Remove newline.
9020         (message-citation-line-format): Add final \n here so that the user can
9021         avoid a blank line.
9022
9023 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9024
9025         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9026         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9027         Update lanl/arXiv support.
9028
9029 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9030
9031         * gnus.el: Bump version number.
9032
9033 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9034
9035         * gnus.el (gnus-version-number): Bump version.
9036
9037 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9038
9039         * gnus.el: No Gnus v0.6 is released.
9040
9041 2007-04-27  Didier Verna  <didier@xemacs.org>
9042
9043         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9044         * gmm-utils.el (gmm-regexp-concat): ... here.
9045         * message.el: Don't require 'gnus-util.
9046         (message-dont-reply-to-names): Handle name change above.
9047         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9048
9049 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9050
9051         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9052         since the initial value varies according to the system.
9053
9054 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9057
9058 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9059
9060         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9061
9062 2007-04-24  Didier Verna  <didier@xemacs.org>
9063
9064         Improve the type of gnus-ignored-from-addresses.
9065         * gnus-util.el (gnus-orify-regexp): New function.
9066         * message.el (gnus-util): Require it.
9067         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9068         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9069         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9070
9071 2007-04-24  Didier Verna  <didier@xemacs.org>
9072
9073         * gnus-sum.el:
9074         * gnus-utils.el: Fix some trailing whitespaces.
9075
9076 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9077
9078         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9079         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9080         article's Message-ID; refer parent article in summary buffer.
9081
9082         * message.el (message-bounce): Call mime-to-mml.
9083
9084         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9085         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9086         optimize and/or forms properly.
9087
9088 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9089
9090         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9091         URL.
9092
9093 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9094
9095         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9096
9097 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9098
9099         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9100         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9101         displayed of multipart/alternative part if it is invoked from summary
9102         buffer.
9103
9104         * mm-view.el (mm-inline-text-html-render-with-w3m)
9105         (mm-inline-text-html-render-with-w3m-standalone)
9106         (mm-inline-render-with-function): Use mail-parse-charset by default.
9107
9108 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9109
9110         * parse-time.el (parse-time-string-chars): Check if CHAR
9111         is less than the length of parse-time-syntax.
9112
9113 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9116         from gnus-newsgroup-processable.
9117
9118 2007-04-16  Didier Verna  <didier@xemacs.org>
9119
9120         * gnus-msg.el (gnus-configure-posting-styles):
9121         Handle message-signature-directory properly with :file syntax.
9122         Reported by "Leo".
9123
9124 2007-04-11  Didier Verna  <didier@xemacs.org>
9125
9126         New user option: message-signature-directory.
9127         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9128         * message.el (message-insert-signature): Ditto.
9129         * message.el (message-signature-file): Doc update.
9130         * message.el (message-signature-directory): New.
9131
9132 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9133
9134         * gnus-msg.el (gnus-inews-yank-articles):
9135         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9136
9137 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9138
9139         * message.el (message-yank-original): Make sure cited text ends with
9140         newline; don't exchange point and mark.
9141
9142 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9143
9144         * tls.el (open-tls-stream): Properly handle case where there
9145         is no associated buffer.
9146
9147 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9148
9149         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9150         message-yank-original, make sure (< mark TEXT point).
9151
9152 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9153
9154         * message.el (message-fill-column): New variable.
9155         (message-mode): Use it.  Add comment on a possible new hook.
9156
9157         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9158         (nnmail-get-new-mail): Reformat.
9159
9160         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9161
9162         * gmm-utils.el: Fix Commentary.
9163         (gmm-tool-bar-from-list): Fix typo in doc string.
9164
9165 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9166
9167         * message.el (message-yank-original): Don't switch point and mark
9168         unnecessarily to put point and mark as documented.
9169
9170 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9171
9172         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9173         from the message heads.
9174
9175 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9176
9177         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9178         article buffer does not have a window.  This may not be the best
9179         solution but is certainly better than setting the start of the null,
9180         that is the current, window.
9181
9182 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9183
9184         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9185         (gnus-draft-setup): Run it.
9186
9187         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9188         gnus-score-fast-scoring.  Allow regexp.
9189         (gnus-score-headers): Use it.
9190
9191         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9192         XEmacs.
9193
9194         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9195         string.
9196         (gnus-button-alist): Also catch `<f1> k ...'.
9197         (gnus-treat-display-x-face): Fix doc string.
9198
9199 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9200
9201         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9202         evaluation of gnus-extended-version to ensure correct generation of the
9203         User-Agent header when message-generate-headers-first is used.
9204
9205 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9206
9207         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9208         hashcash-path is nil.  Don't call callback with incorrect number of
9209         parameters if val is 0.
9210
9211 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9212
9213         * message.el (message-required-news-headers):
9214         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9215
9216 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9217
9218         * tls.el (open-tls-stream): In handshake-waiting loop,
9219         don't wait more if there is output available to process.
9220
9221 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9222
9223         * tls.el (tls-program): Doc fix.
9224
9225 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * message.el (message-generate-new-buffers): Change the meaning of the
9228         nil value; add `standard' to the choices; treat t as `unique'; improve
9229         doc string.
9230         (gnus-select-frame-set-input-focus): Autoload.
9231         (message-buffer-name): Search for the existing message buffer if
9232         message-generate-new-buffers is nil or `standard'; treat the value t of
9233         message-generate-new-buffers as `unique'.
9234         (message-pop-to-buffer): Raise the frame already displaying the message
9235         buffer; clear the echo area after querying.
9236         (message-setup): Pass the `continue' argument to compose-mail.
9237         (message-mail): Prefer `switch-function' if it is given; search for the
9238         existing message buffer if the `continue' argument is non-nil; pass
9239         continue and switch-function arguments to compose-mail by way of
9240         message-setup.
9241         (message-mail-other-window): Adjust argument of message-setup.
9242         (message-mail-other-frame): Ditto.
9243
9244 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9245
9246         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9247         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9248         to turn font-lock on when turning gnus-message-citation-mode on.
9249
9250 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9251
9252         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9253         (mml-smime-function-alist): New variable; add epg as the backend.
9254         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9255         mml-smime- functions instead.
9256         * mm-view.el: Require smime.
9257
9258 2007-03-05  Didier Verna  <didier@xemacs.org>
9259
9260         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9261         instead of just inheritance for posting styles.
9262         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9263
9264 2007-02-24  Chris Moore  <dooglus@gmail.com>
9265
9266         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9267         * pgg-pgp.el (pgg-pgp-encrypt-region):
9268         * pgg-gpg.el (pgg-gpg-encrypt-region):
9269         Check pgg-encrypt-for-me if no other recipients.
9270
9271 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9272
9273         * tls.el (tls-certtool-program): Fix custom type.
9274
9275 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9276
9277         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9278         and point-at-eol instead of line-(beginning|end)-position.
9279
9280         * assistant.el (assistant-parse-buffer): Ditto.
9281
9282         * netrc.el (netrc-parse-services): Ditto.
9283
9284 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9285
9286         * mml2015.el (mml2015-epg-find-usable-key): New function.
9287         (mml2015-epg-sign): Use it.
9288         (mml2015-epg-encrypt): Use it.
9289
9290 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9291
9292         * message.el (message-make-in-reply-to): Quote name containing
9293         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9294         if there are special characters.  Reported by NAKAJI Hiroyuki
9295         <nakaji@jp.freebsd.org>.
9296
9297 2007-02-27  Didier Verna  <didier@xemacs.org>
9298
9299         Include the group parameters as well as the topic ones in the
9300         inheritance filter process.
9301         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9302         argument GROUP-PARAMS-LIST.
9303         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9304
9305 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9306
9307         * nntp.el (nntp-never-echoes-commands)
9308         (nntp-open-connection-functions-never-echo-commands): New variables.
9309         (nntp-send-command): Use them.
9310
9311 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9312
9313         * mml2015.el (mml2015-epg-verify): Simplify.
9314
9315 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9316
9317         * mml.el (mml-content-disposition-alist): New user option.
9318         (mml-content-disposition): New function.
9319         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9320         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9321
9322 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9323
9324         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9325         verification.
9326
9327 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9328
9329         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9330         articles posted in the last 24 hours.
9331
9332 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9333
9334         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9335
9336 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9337
9338         * nntp.el (nntp-send-command): Don't wait for echoes when
9339         nntp-open-ssl-stream is used.
9340
9341 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9342
9343         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9344         (gnus-message-add-citation-keywords)
9345         (gnus-message-remove-citation-keywords): Remove.
9346         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9347         directly, make the variables in font-lock-defaults buffer-local, add
9348         gnus-message-citation-keywords to them and then update the value of
9349         font-lock-keywords.
9350
9351 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * message.el (message-cite-original-1): Don't call
9354         gnus-article-highlight-citation.
9355
9356         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9357         citations; fix line count.
9358
9359 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9360
9361         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9362         (gnus-message-add-citation-keywords)
9363         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9364         versions of font-lock-add-keywords and font-lock-remove-keywords to
9365         work with XEmacs correctly.
9366
9367 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9368
9369         * gnus-cite.el (gnus-cite-face-list): Set the values of
9370         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9371         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9372         (gnus-message-cite-prefix-regexp): New variable.
9373         (gnus-message-search-citation-line): Use it; protect against long
9374         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9375         the 0th match data for Emacs.
9376         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9377         (gnus-message-add-citation-keywords): Append keywords rather than
9378         prepending; emulate font-lock-add-keywords if it is not available.
9379         (gnus-message-remove-citation-keywords):
9380         Emulate font-lock-remove-keywords if it is not available.
9381
9382         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9383
9384         * message.el (message-cite-prefix-regexp): Set the value of
9385         gnus-message-cite-prefix-regexp.
9386
9387 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9388
9389         * nnweb.el (nnweb-google-parse-1): Update parser.
9390
9391 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9392
9393         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9394
9395 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9396
9397         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9398         regexp.
9399
9400 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9401
9402         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9403         string-to-multibyte.
9404         (uudecode-decode-region-internal): Use it.
9405
9406         * lpath.el: Fbind string-as-multibyte for XEmacs.
9407
9408 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9409
9410         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9411         Fix custom choice.
9412
9413         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9414
9415 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9416
9417         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9418
9419         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9420         `write-region' to respect `mm-inhibit-file-name-handlers'.
9421
9422 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9423
9424         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9425         Use gnus-home-directory instead of "~/" or "$HOME".
9426
9427 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9428
9429         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9430         to mention filename.
9431         Add comments at beginning regarding usage.
9432         (encrypt-write-file-contents): Change interactive so a string is
9433         acceptable.  If the file has no associated model, show an error instead
9434         of a nonsense prompt.
9435
9436 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9437
9438         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9439         Thanks to Yoshihiko Yamada for kind notification of this typo.
9440
9441 2007-01-12  Kenichi Handa  <handa@m17n.org>
9442
9443         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9444         multibyte buffer.
9445
9446 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9447
9448         * gnus-score.el (gnus-score-fast-scoring): New variable.
9449         (gnus-score-headers): Use it.
9450
9451         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9452
9453         * message.el (message-cite-original-1):
9454         Call gnus-article-highlight-citation if requested.
9455         (message-make-from): Allow name and address as optional arguments.
9456
9457         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9458
9459         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9460         bugs to doc string.
9461         (gnus-button-alist): Add mid\\|message-id.
9462         (gnus-button-fetch-group): Extend for use in
9463         `browse-url-browser-function'.
9464         (gnus-button-url-regexp): Try to catch paired parentheses like in
9465         Wikipedia URLs.
9466
9467         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9468         Suggested by Simon Krahnke <overlord@gmx.li>.
9469
9470 2007-01-13  Romain Francoise  <romain@orebokech.com>
9471
9472         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9473         Update copyright.
9474
9475 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9476
9477         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9478
9479 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9480
9481         * gnus-registry.el (gnus-registry-unfollowed-groups)
9482         (gnus-registry-split-fancy-with-parent): Fix documentation.
9483
9484 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9485
9486         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9487         from nnweb groups.
9488
9489 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9490
9491         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9492         Xref urls.  Erase buffer before requesting head.
9493
9494         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9495
9496 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9497
9498         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9499         customizable.
9500
9501 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9502
9503         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9504         no signing key is found.
9505         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9506         no encrypting and/or signing key is found.
9507
9508 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9509
9510         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9511
9512 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9513
9514         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9515         headers read from disk with the ones newly found in the current search.
9516         This should no longer cause problems, because the article numbers in
9517         Gmane's `nov.php' output are ignored since the previous change.
9518
9519 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9520
9521         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9522
9523 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9526         replace-regexp-in-string; bind url-version; fbind display-images-p and
9527         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9528         find-face and set-itimer-function for Emacs; bind itimer-list for
9529         Emacs.
9530
9531         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9532
9533 2007-01-01  Romain Francoise  <romain@orebokech.com>
9534
9535         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9536
9537 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9538
9539         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9540         `define-minor-mode' macro definition expanded properly.
9541         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9542         exclude it there.
9543
9544         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9545         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9546         `fboundp' test.
9547         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9548         This is OK to autoload in (S)XEmacs now.
9549
9550 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9551
9552         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9553         keystroke.
9554         (gnus-summary-limit-to-singletons): Fix typo.
9555
9556         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9557         else fails.
9558
9559 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9560
9561         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9562         docstring.
9563
9564         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9565         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9566         (gnus-summary-insert-dormant-articles): Fix typo in message.
9567
9568 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9569
9570         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9571         nil for XEmacs.
9572         (gnus-message-citation-mode): Don't autoload in XEmacs.
9573
9574         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9575
9576 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9577
9578         * nnimap.el (nnimap-expunge-search-string):
9579         Mention nnimap-search-uids-not-since-is-evil in docstring.
9580
9581 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9582
9583         * spam.el: Revert to make-obsolete-variable because
9584         define-obsolete-variable-alias is not supported in Emacs 21.
9585
9586         * spam.el (spam-ifile-path, spam-ifile-database-path)
9587         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9588         make-obsolete-variable.
9589         (spam-bsfilter-path, spam-bsfilter-program)
9590         (spam-spamassassin-path, spam-spamassassin-program)
9591         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9592         Don't use "path" inappropriately.
9593         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9594         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9595         variable names.
9596
9597 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9598
9599         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9600         summary buffer.
9601
9602         * password.el (password-cache-remove): Use clear-string to burn
9603         password, if available.
9604
9605 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9606
9607         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9608
9609         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9610
9611         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9612         (gnus-message-highlight-citation): Move defcustom here from
9613         gnus-cite.el.
9614         (gnus-message-citation-mode): Autoload.
9615
9616         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9617         checks to make it compile with XEmacs.
9618         (gnus-message-citation-mode): New minor mode.
9619         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9620         (gnus-message-highlight-citation): New variables.
9621         (gnus-message-search-citation-line)
9622         (gnus-message-add-citation-keywords)
9623         (gnus-message-remove-citation-keywords)
9624         (turn-on-gnus-message-citation-mode)
9625         (turn-off-gnus-message-citation-mode): New functions.
9626
9627 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9628
9629         * gnus-cite.el: Enable highlighting of different citation levels in
9630         message-mode.
9631
9632 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9633
9634         * message.el (message-make-fqdn): Fix comment.
9635         (message-bogus-system-names): Add ".local".
9636
9637         * spam.el (spam-ifile-path, spam-ifile-program)
9638         (spam-ifile-database-path, spam-ifile-database)
9639         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9640         Don't use "path" inappropriately.
9641         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9642         strings.
9643         (spam-check-ifile, spam-ifile-register-with-ifile)
9644         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9645         Use new variable names.
9646
9647         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9648         (gnus-treat-display-smileys): Simplify using
9649         gnus-image-type-available-p.
9650
9651         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9652         available.
9653
9654         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9655         Use `display-images-p' if available.
9656
9657 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9660         one after turning on the buffer's multibyteness instead of decoding
9661         them directly in the unibyte buffer that causes unexpected conversion
9662         in Emacs 23 (unicode).
9663
9664 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9665
9666         * message.el (message-generate-hashcash): Fix custom type.
9667
9668 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9669
9670         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9671
9672 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9673
9674         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9675         disconnect icons.  Add help text.
9676
9677 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9678
9679         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9680         negated to be consistent with the others we handle.
9681
9682 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9683
9684         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9685         version of gnus-summary-buffer to something, so that we can use two
9686         article buffers at the same time.
9687
9688 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9689
9690         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9691         trigger all the extra headers.
9692         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9693         sorting.
9694
9695 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9696
9697         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9698         solid groups.
9699
9700 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9701
9702         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9703
9704 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9705
9706         * legacy-gnus-agent.el: Add Copyright notice.
9707
9708 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9709
9710         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9711
9712 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9713
9714         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9715
9716         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9717         to make it work reliably in CVS Emacs.
9718         (gnus-summary-limit-strange-charsets-predicate)
9719         (gnus-summary-limit-to-predicate): New functions.
9720
9721 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9722
9723         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9724         specifying array size.
9725         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9726         array if it is too small.
9727         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9728         (gnus-sort-threads-loop): New function.
9729
9730 2006-12-06  Chris Moore  <dooglus@gmail.com>
9731
9732         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9733         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9734
9735 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9736
9737         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9738         options.
9739
9740 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9741
9742         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9743         DOS-ing the recipient.
9744
9745         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9746         the headers when creating the mapping to avoid mismappings.
9747         (nnweb-gmane-create-mapping): Always nix out old mapping.
9748
9749 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9750
9751         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9752         and mm-verify-option to never.
9753
9754 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9755
9756         * message.el (message-signed-or-encrypted-p): New function.
9757         (message-forward-make-body): Use it.
9758
9759         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9760         Replace encode-coding-string with mm-encode-coding-string.
9761
9762 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * nneething.el (nneething-decode-file-name):
9765         Replace decode-coding-string with mm-decode-coding-string.
9766
9767         * gnus-int.el (gnus-open-server): Say failed server's name.
9768
9769 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9770
9771         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9772         strings to a single string.  Quote `errors-file-name'.
9773         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9774         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9775         Adjust calls.  Use `shell-quote-argument'.
9776
9777 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9778
9779         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9780         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9781
9782         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9783         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9784         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9785         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9786         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9787         (gnus-subscribe-newsgroup, gnus-1):
9788         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9789         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9790         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9791         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9792
9793 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9794
9795         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9796         keystroke.
9797         (gnus-summary-limit-to-bodies): Implement headersp.
9798
9799 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9800
9801         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9802
9803 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9804
9805         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9806
9807 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9808
9809         * message.el (message-generate-hashcash): Expand range of values to
9810         include `opportunistic'.
9811         (message-send-mail): Use it.
9812
9813 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9814
9815         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9816         and comment it.
9817
9818         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9819
9820 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9821
9822         * gnus-util.el (gnus-extract-address-components): Improve comment.
9823
9824 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9825
9826         * gnus-util.el (gnus-extract-address-components): Work with address in
9827         which the name portion contains @.
9828
9829         * lpath.el: Fbind custom-autoload.
9830
9831 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9832
9833         * gnus.el (gnus-start): Move custom group up.
9834         (gnus-select-method): Don't autoload, but make it available for
9835         `customize-variable'.
9836         (gnus-getenv-nntpserver): Don't autoload.
9837
9838 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9839
9840         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9841
9842 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9843
9844         * message.el (message-sendmail-extra-arguments): New variable.
9845         (message-send-mail-with-sendmail): Use it.
9846
9847 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9848
9849         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9850         mm-with-unibyte-current-buffer to make string unibyte.
9851
9852         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9853         mm-string-as-multibyte.
9854
9855 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9856
9857         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9858         Reported by Werner Koch <wk@gnupg.org>.
9859
9860 2006-11-14  Daiki Ueno  <ueno@p360>
9861
9862         * mml2015.el: Autoload epa-select-keys when compiling.
9863
9864 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9865
9866         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9867         message-options.
9868         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9869
9870 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9871
9872         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9873         EasyPG (< 0.0.6).
9874         (mml2015-always-trust): New user option.
9875         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9876         prompt.
9877
9878 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * nntp.el (nntp-authinfo-force): New variable.
9881         (nntp-send-authinfo): Use it.
9882
9883 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9884
9885         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9886         decode encoded words.  Improve prompt.  Add comment about forwarding.
9887         (message-replacement-char): Move up.
9888
9889 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9890
9891         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9892         instead of gnus-intersection because arguments of gnus-sorted-nunion
9893         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9894
9895 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9896
9897         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9898         (message-simplify-subject-functions):
9899         Enable message-strip-subject-encoded-words by default.
9900
9901 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9902
9903         * message.el (message-strip-subject-encoded-words): New function.
9904         (message-simplify-subject-functions): New variable.
9905         (message-simplify-subject): Use it.  Fix typo in doc string.
9906         Support message-strip-subject-encoded-words.
9907
9908 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9909
9910         * gnus-diary.el (gnus-diary-delay-format-function):
9911         * nndiary.el (nndiary-reminders):
9912         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9913
9914 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9915
9916         * gnus-art.el (article-hide-boring-headers): Fetch date from
9917         gnus-original-article-buffer to avoid problems with localized date
9918         strings.
9919
9920 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9921
9922         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9923
9924 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9925
9926         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9927         New variables.
9928         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9929         (mm-charset-synonym-alist): Move some entries to
9930         mm-codepage-iso-8859-list.
9931         (mm-charset-synonym-alist, mm-charset-override-alist):
9932         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9933
9934 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9935
9936         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9937
9938 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9939
9940         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9941         with Emacs 21 and XEmacs.
9942
9943 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9944
9945         * spam.el (spam-parse-address): New function for better parsing,
9946         catching errors, etc.
9947         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9948
9949 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9950
9951         * mm-view.el: Add interactive arg to html2text autoload.
9952
9953 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9954
9955         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9956
9957 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9958
9959         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9960         New variables.
9961         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9962         (mm-charset-synonym-alist): Move some entries to
9963         mm-codepage-iso-8859-list.
9964
9965         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9966
9967 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9968
9969         * message.el (message-citation-line-format)
9970         (message-insert-formated-citation-line): Fix implementation of %E, %N
9971         and %n according to the doc string.
9972
9973 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9974
9975         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9976         Use car-safe to avoid bad parses.
9977
9978 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9979
9980         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9981         names.
9982
9983         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9984
9985 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9986
9987         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9988         header.
9989
9990         * message.el (message-draft-headers): Add Date.
9991         (message-headers-to-generate): Fix typo in docstring.
9992
9993         * nndraft.el (nndraft-required-headers): New variable.
9994         (nndraft-generate-headers): Use it.
9995
9996         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9997
9998 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9999
10000         * gnus-registry.el (gnus-registry-wash-for-keywords)
10001         (gnus-registry-find-keywords): New functions to allow easy searching of
10002         articles that are in the registry.
10003
10004 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10005
10006         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10007         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10008         Reported by Damien Elmes <damien@repose.cx>.
10009
10010 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10011
10012         * gnus.el (gnus-mime): Remove unused custom group.
10013
10014 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10015
10016         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10017         "blank line" when searching for end of armor headers.
10018
10019 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10020
10021         * gmm-utils.el (gmm-write-region): Fix variable name.
10022
10023 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10024
10025         * gmm-utils.el (gmm-write-region): New function based on compatibility
10026         code from `mm-make-temp-file'.
10027
10028         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10029
10030         * nnmaildir.el (nnmaildir--update-nov)
10031         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10032         Use `gmm-write-region'.
10033
10034 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10035
10036         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10037         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10038
10039         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10040
10041         * message.el (message-replacement-char): New variable.
10042         (message-fix-before-sending): Use it.
10043         (message-simplify-subject): New function to remove duplicate code.
10044         (message-reply, message-followup): Use it.
10045
10046         * gnus-sum.el (gnus-summary-make-menu-bar):
10047         Clarify gnus-summary-limit-to-articles.
10048
10049 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10050
10051         * gnus-util.el (gnus-with-local-quit): New macro.
10052
10053         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10054
10055 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10056
10057         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10058         ignore non-string data.
10059
10060 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10061
10062         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10063         non-string data (needs to be done in the registry too).
10064
10065 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10066
10067         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10068         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10069         (gnus-registry-split-fancy-with-parent)
10070         (gnus-registry-fetch-simplified-message-subject-fast)
10071         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10072         Remove text properties on ingress into the registry and when it's saved.
10073         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10074         registry from entries with no groups.
10075
10076 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10077
10078         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10079         function to remove string properties.
10080
10081 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10082
10083         * gmm-utils.el (gmm): Adjust custom version.
10084
10085         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10086         Adjust custom version.
10087
10088         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10089
10090 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10091
10092         * gnus-art.el (gnus-insert-prev-page-button)
10093         (gnus-insert-next-page-button): Simplify.  Reformat.
10094
10095 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10096
10097         * gnus-art.el (gnus-insert-prev-page-button)
10098         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10099
10100 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10101
10102         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10103
10104 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10105
10106         * gnus-art.el (gnus-insert-mime-button)
10107         (gnus-insert-mime-security-button):
10108         Apply gnus-article-button-face to MIME and security buttons.
10109
10110 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10111
10112         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10113         readable.
10114
10115 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10116
10117         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10118
10119 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10120
10121         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10122         `browse-url-of-file' instead of `browse-url'.
10123
10124 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10125
10126         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10127         regexp.  Articles containing quotation were cut prematurely.
10128
10129 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10130
10131         * message.el (message-cite-original-1): Use nobody by default for the
10132         value of From header.
10133         (message-reply): Ditto.
10134
10135 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10136
10137         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10138         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10139         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10140
10141 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10142
10143         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10144         mails in the doc string.  Add some URLs in comment.
10145         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10146
10147 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10148
10149         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10150         backslashes handling and the way to find boundaries of quoted strings.
10151
10152 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10153
10154         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10155         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10156         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10157         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10158
10159 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10160
10161         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10162         doc string.
10163         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10164
10165 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * lpath.el: Fbind epg-check-configuration.
10168
10169 2006-09-06  Simon Josefsson  <jas@extundo.com>
10170
10171         * mml2015.el (mml2015-use): Doc fix, mention epg.
10172
10173 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10174
10175         * mml2015.el (mml2015-use): Default to epg, if available.
10176
10177 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10178
10179         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10180         message-sender.
10181         (mml1991-epg-encrypt): Ditto.
10182         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10183         message-sender.
10184         (mml2015-epg-encrypt): Ditto.
10185
10186 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10187
10188         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10189         several common directories.
10190
10191 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10192
10193         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10194         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10195
10196 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10197
10198         * gnus-art.el (article-decode-encoded-words): Make it fast.
10199
10200 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10201
10202         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10203
10204         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10205         in quoted string into `\'.
10206
10207 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10208
10209         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10210         Use standard-syntax-table.
10211
10212 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * gnus-art.el (gnus-decode-address-function): New variable.
10215         (article-decode-encoded-words): Use it to decode headers which are
10216         assumed to contain addresses.
10217         (gnus-mime-delete-part): Remove useless `or'.
10218
10219         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10220         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10221         (gnus-nov-parse-line): Use it to decode From header.
10222         (gnus-get-newsgroup-headers): Ditto.
10223         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10224
10225         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10226         (mail-decode-encoded-address-string): New alias.
10227
10228         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10229         New function.
10230         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10231         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10232         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10233         (rfc2047-decode-string): Ditto.
10234         (rfc2047-decode-address-region): New function.
10235         (rfc2047-decode-address-string): New function.
10236
10237 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10238
10239         * message.el (message-caesar-buffer-body): Allow rotating headers.
10240
10241         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10242
10243         * message.el (message-insert-formated-citation-line): Fix %f.
10244         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10245
10246 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10249         (gnus-bookmark-mouse-available-p): New macro.
10250         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10251         (gnus-bookmark-bmenu-show-infos): Use it.
10252         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10253         (gnus-bookmark-bmenu-hide-infos): Ditto.
10254         (gnus-bookmark-remove-properties): New function.
10255         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10256         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10257         (gnus-bookmark-write-file): Bind coding-system-for-write.
10258         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10259         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10260         group before selecting it.
10261         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10262         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10263         quit-window if it is not available; use gnus-mouse-2 and bind it to
10264         gnus-bookmark-bmenu-select-by-mouse.
10265         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10266         (gnus-bookmark-bmenu-select-by-mouse): New function.
10267
10268 2006-08-13  Romain Francoise  <romain@orebokech.com>
10269
10270         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10271         space.
10272
10273 2006-08-10  Romain Francoise  <romain@orebokech.com>
10274
10275         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10276         (dns-mode-soa-auto-increment-serial): New user option.
10277         (dns-mode-soa-maybe-increment-serial): New function.
10278         (dns-mode): Add the latter to `write-contents-functions'.
10279
10280 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10281
10282         * compface.el (uncompface): Use binary rather than raw-text-unix.
10283
10284 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10285
10286         * compface.el (uncompface): Make sure the eol conversion doesn't take
10287         place when communicating with the external programs.
10288         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10289
10290 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10291
10292         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10293
10294 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10295
10296         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10297         Make it more robust by parsing author and date independently.
10298
10299 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10300
10301         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10302
10303 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10304
10305         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10306         first matching secret key.
10307         (mml2015-epg-encrypt): Ditto.
10308
10309         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10310         first matching secret key.
10311         (mml1991-epg-encrypt): Ditto.
10312
10313         * mml2015.el (mml2015-encrypt-to-self): New user option.
10314         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10315         mml2015-epg-encrypt-to-self is set.
10316
10317         * mml1991.el (mml1991-encrypt-to-self): New variable.
10318         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10319         mml1991-epg-encrypt-to-self is set.
10320
10321         * mml2015.el (mml2015-signers): New user option.
10322         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10323         (mml2015-epg-encrypt): Allow to select signing keys.
10324
10325         * mml1991.el (mml1991-signers): New variable.
10326         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10327         (mml1991-epg-encrypt): Allow to select signing keys.
10328
10329 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10330
10331         * nnheader.el (nnheader-insert-head): Make it work even if the file
10332         uses CRLF for the line-break code.
10333
10334 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10335
10336         * mml2015.el: Require mml-sec instead of password.
10337         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10338         (mml2015-cache-passphrase): Inherit the default value from
10339         mml-secure-cache-passphrase.
10340         (mml2015-passphrase-cache-expiry): Inherit the default value from
10341         mml-secure-passphrase-cache-expiry.
10342
10343         * mml1991.el: Require mml-sec instead of password.
10344         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10345         (mml1991-cache-passphrase): Inherit the default value from
10346         mml-secure-cache-passphrase.
10347         (mml1991-passphrase-cache-expiry): Inherit the default value from
10348         mml-secure-passphrase-cache-expiry.
10349
10350         * mml-sec.el: Require password.
10351         (mml-secure-verbose): New user option.
10352         (mml-secure-cache-passphrase): New user option.
10353         (mml-secure-passphrase-cache-expiry): New user option.
10354
10355 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10356
10357         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10358         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10359         andreas@altroot.de (Andreas Vögele).
10360
10361         FIXME: Use `tiny change'?
10362
10363 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10364
10365         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10366         workaround for the url package included with Emacs.
10367
10368         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10369
10370 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10371
10372         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10373         correctly.  This fixes a bug caused by the 2006-05-12 change.
10374
10375 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10376
10377         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10378         some information about the error when saying that the `bogus' mail
10379         group will be used.
10380
10381 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10382
10383         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10384         string.
10385
10386 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10387
10388         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10389
10390 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10391
10392         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10393
10394 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10395
10396         * mml1991.el (mml1991-function-alist): Add epg.
10397         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10398         (mml1991-epg-encrypt): New functions.
10399
10400 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10401
10402         * mml2015.el (mml2015-verbose): New variable.
10403         (mml2015-cache-passphrase): Ditto.
10404         (mml2015-passphrase-cache-expiry): Ditto.
10405         (mml2015-function-alist): Add epg.
10406         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10407         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10408         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10409         New functions.
10410
10411 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10412
10413         * message.el (message-cite-original-1): Preserve region when removing
10414         quoted text due to X-No-Archive in order to avoid bogus attribution
10415         when citing multiple messages.
10416
10417 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10418
10419         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10420         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10421
10422 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10423
10424         * gnus-diary.el (gnus-user-format-function-d)
10425         (gnus-user-format-function-D): Autoload.
10426
10427         * imap.el (Commentary): Fix typo.
10428
10429         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10430         2006-04-22 contribution.
10431
10432 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10433
10434         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10435         It didn't really fix the bogosity I'm seeing with solid web groups.
10436
10437 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10438
10439         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10440         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10441         created using server names.  If we use the feature without declaring
10442         it, Gnus does not properly manage server and group state.
10443
10444         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10445         bound.
10446
10447 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10448
10449         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10450         looking up the method using GROUP's prefix before inventing a new one.
10451         It is used on killed/unknown groups in various places where returning
10452         an all-new method isn't expected by the caller.
10453
10454         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10455         and match semantics of gnus-group-real-prefix.
10456
10457 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10458
10459         * nnmail.el (nnmail-broken-references-mailers): New variable.
10460         (nnmail-ignore-broken-references): New function generalizing
10461         nnmail-fix-eudora-headers.
10462         (nnmail-fix-eudora-headers): Now obsolete.
10463
10464         * gnus-art.el (gnus-button-handle-custom):
10465         Support `customize-apropos*'.
10466
10467 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10468
10469         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10470
10471         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10472         articles.
10473
10474 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10475
10476         * message.el (message-cite-reply-above): New variable.
10477         (message-yank-original): Use it.
10478
10479 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10480
10481         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10482
10483 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10484
10485         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10486         as read.
10487
10488         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10489
10490 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10491
10492         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10493         (gnus-bookmark-default-file): Use gnus-directory.
10494         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10495         Remove "*" in doc string.
10496         (gnus-bookmark-write-file): Simplify.
10497         (gnus-bookmark-maybe-sort-alist): Use `when'.
10498         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10499         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10500         Add FIXME about Emacs 21 and XEmacs compatibility.
10501         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10502         compatibility.
10503         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10504         compatibility.
10505         (gnus-bookmark-menu-heading): Fix version.
10506
10507 2006-06-19  Bastien Guerry  <bzg@altern.org>
10508
10509         * gnus-bookmark.el: New file.
10510
10511 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10512
10513         * message.el (message-syntax-checks): Doc fix.
10514
10515 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10516
10517         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10518         unsubscribed groups as if they were killed ones.  It causes duplicate
10519         entries in gnus-newsrc-alist.
10520
10521 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10522
10523         * message.el (message-syntax-checks): Doc fix.
10524         (message-send-mail): Add check for continuation headers.
10525         (message-check-news-header-syntax): Fix regexp used to check for
10526         continuation headers.
10527
10528 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10529
10530         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10531
10532 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10533
10534         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10535
10536 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10537
10538         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10539         default-truncate-lines.
10540
10541 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10542
10543         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10544         to fill the utf-8 entry.
10545
10546         * lpath.el: Fbind unicode-precedence-list.
10547
10548 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10549
10550         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10551
10552 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10553
10554         * gnus-agent.el (directory-files-and-attributes): Move all the way
10555         forward (the third and final move).
10556         (gnus-agent-read-agentview): Trap reconstruction errors due to
10557         nonexistent directory.  Handle by returning nil.
10558
10559 2006-05-30  Didier Verna  <didier@xemacs.org>
10560
10561         * message.el (message-dont-reply-to-names): Update the custom type.
10562         * message.el (message-dont-reply-to-names): New defsubst: potentially
10563         convert a list of regexps into a single one.
10564         * message.el (message-get-reply-headers): Use it.
10565         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10566
10567 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * gnus-agent.el (directory-files-and-attributes): Move forward.
10570
10571 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10572
10573         * gnus-ml.el (gnus-mailing-list-subscribe)
10574         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10575         (gnus-mailing-list-message): Fix doc strings.
10576
10577 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10578
10579         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10580         of doing it manually.
10581
10582 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10583
10584         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10585         comment.
10586
10587 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10588
10589         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10590         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10591         (gnus-agent-read-local): All symbols allocated in my-obarray.
10592         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10593         (gnus-agent-regenerate-group): Check numeric names to see if they are
10594         messages or groups.
10595         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10596         better way of do this...)
10597
10598         * gnus-cache.el (gnus-agent-total-fetched-for):
10599         Ignore 'dummy.group' (there should be a better way of do this...)
10600
10601 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10602
10603         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10604         (gnus-saved-headers): Ditto.
10605         (gnus-default-article-saver): Mention functions may have properties.
10606         (gnus-article-save): Override gnus-save-all-headers and
10607         gnus-saved-headers by :headers property which saver function may have.
10608         (gnus-summary-save-in-file): Add :headers property.
10609         (gnus-summary-write-to-file): Ditto.
10610
10611         * gnus-sum.el (gnus-summary-save-article): Bind
10612         gnus-prompt-before-saving to t when saving many articles in a file;
10613         always show all headers.
10614
10615         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10616
10617 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10618
10619         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10620         marks.
10621
10622         * message.el (message-indent-citation): Add optional arguments to allow
10623         using it outside of message buffers.
10624
10625         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10626         (gnus-article-treat-unfold-headers): Use it.
10627         (gnus-article-truncate-lines): New variable.
10628         (gnus-article-mode): Use it.
10629         (gnus-article-toggle-truncate-lines): New function.
10630
10631         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10632         Add gnus-article-toggle-truncate-lines.
10633
10634         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10635         coding system in XEmacs, use binary.
10636
10637 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10638
10639         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10640         after-load-alist.
10641
10642         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10643         this function should save decoded articles.
10644         (gnus-summary-write-to-file): Use property to specify this function
10645         should save decoded articles and specify gnus-summary-save-in-file
10646         should be used to save articles other than the first one when saving
10647         many articles.
10648         (gnus-summary-save-body-in-file): Use property to specify this
10649         function should save decoded articles.
10650         (gnus-summary-write-body-to-file): Use property to specify this
10651         function should save decoded articles and specify
10652         gnus-summary-save-body-in-file should be used to save articles other
10653         than the first one when saving many articles.
10654
10655         * gnus-sum.el (gnus-summary-save-article): Simplify.
10656
10657 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10658
10659         * gnus-art.el (gnus-default-article-saver):
10660         Add gnus-summary-write-body-to-file.
10661         (gnus-article-save-coding-system): Don't use coding system object
10662         in XEmacs.
10663         (gnus-read-save-file-name): Add optional `dir-var' argument which
10664         specifies directory in which files are saved; work even if optional
10665         `variable' argument is not specified.
10666         (gnus-summary-write-to-file): Read file name.
10667         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10668         (gnus-summary-write-body-to-file): New function.
10669
10670         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10671         (gnus-summary-local-variables): Add it.
10672         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10673         (gnus-summary-save-article): Remove optional `decode' argument;
10674         determine whether to decode articles by the value of
10675         gnus-default-article-saver; when saving many files using
10676         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10677         it first and use gnus-summary-save-in-file or
10678         gnus-summary-save-body-in-file thereafter unless
10679         gnus-prompt-before-saving is always; move point to article which
10680         will be saved.
10681         (gnus-summary-save-article-file): Revert.
10682         (gnus-summary-write-article-file): Revert.
10683         (gnus-summary-save-article-body-file): Revert.
10684         (gnus-summary-write-article-body-file): New function.
10685
10686 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10687
10688         * gnus-art.el (gnus-default-article-saver): Doc fix.
10689         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10690         from gnus-summary-save-article-coding-system, and default to a
10691         certain coding system.
10692         (gnus-output-to-file): Add coding cookie and encode text according
10693         to gnus-article-save-coding-system; don't use mm-append-to-file.
10694
10695         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10696         gnus-art.el and rename to gnus-article-save-coding-system.
10697         (gnus-summary-save-article): Require gnus-art; don't show all
10698         headers if it decodes articles; don't add coding cookie here;
10699         don't bind mm-text-coding-system-for-write.
10700         (gnus-summary-save-article-file): Save decoded articles.
10701         (gnus-summary-write-article-file): When saving many files, use
10702         gnus-summary-write-to-file first and gnus-summary-save-in-file
10703         thereafter unless gnus-prompt-before-saving is always.
10704         (gnus-summary-save-article-body-file): Save decoded articles.
10705
10706         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10707
10708 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10709
10710         * nnrss.el (nnrss-check-group): Bind hash-index.
10711
10712 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10713
10714         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10715         its hash index.  Store this hash in `nnrss-group-data'.
10716         (nnrss-read-group-data): Update accordingly.
10717
10718 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10719
10720         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10721         entry.
10722
10723         * gnus-sum.el (gnus-summary-make-menu-bar):
10724         Add gnus-article-browse-html-article.
10725
10726 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10727
10728         * gnus-sum.el (gnus-summary-mime-map):
10729         Add gnus-article-browse-html-article.
10730
10731         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10732
10733 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10734
10735         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10736         suitable coding systems in customize.
10737
10738 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10739
10740         * mail-source.el (mail-sources): Fix custom type.
10741
10742 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10743
10744         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10745         (gnus-summary-expire-articles-now): Shorten prompt.
10746
10747         * gmm-utils.el (wid-edit): Require.
10748         (defun-gmm): Rename from `gmm-defun-compat'.
10749         (gmm-image-search-load-path): Use it.
10750         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10751
10752 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10753
10754         * gnus-sum.el (gnus-summary-save-article-coding-system):
10755         New variable.
10756         (gnus-summary-save-article): Add optional `decode' argument.
10757         If it is set and gnus-summary-save-article-coding-system is non-nil,
10758         save decoded article.
10759         (gnus-summary-write-article-file): Save decoded article if
10760         gnus-summary-save-article-coding-system is non-nil.
10761
10762         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10763         type.
10764
10765 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10768
10769 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10770
10771         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10772         first to test gnus-single-article-buffer which may be buffer-local.
10773
10774         * gnus-sum.el (gnus-summary-setup-buffer):
10775         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10776         group; make gnus-article-buffer, gnus-article-current, and
10777         gnus-original-article-buffer always buffer-local.
10778         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10779         group.
10780         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10781
10782 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10783
10784         * nnml.el (nnml-request-compact-group): Compressed files might not
10785         have .gz extension.
10786
10787 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10788
10789         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10790         (mm-copy-to-buffer): Use with-current-buffer.
10791         (mm-display-part): Simplify.
10792         (mm-inlinable-p): Add optional arg `type'.
10793
10794 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10795
10796         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10797         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10798         Try harder to show the attachment internally or externally using
10799         gnus-mime-view-part-as-type.
10800
10801 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10802
10803         * message.el (message-from-style, message-signature-separator)
10804         (message-user-organization-file, message-send-mail-function)
10805         (message-citation-line-function, message-yank-prefix)
10806         (message-indent-citation-function, message-signature)
10807         (message-signature-file, message-signature-insert-empty-line):
10808         Remove autoloads.
10809
10810         * gnus-art.el (gnus-buttonized-mime-types):
10811         Remove "multipart/signed".  Revert 2006-04-26 change.
10812
10813 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10814
10815         * gnus.el (gnus-version-number): Bump version.
10816
10817 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10818
10819         * gnus.el: No Gnus v0.5 is released.
10820
10821 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10822
10823         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10824         fetching articles by message-id.
10825
10826 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10827
10828         * message.el (hashcash): Require hashcash as normal.
10829
10830         * ecomplete.el (ecomplete-highlight-match-line):
10831         Use point-at-eol.
10832         (ecomplete-highlight-match-line): Use `highlight', because that
10833         face exists in both Emacs and XEmacs.
10834
10835         * message.el (message-display-abbrev): Use point-at-bol.
10836
10837         * mail-source.el: Don't require timer/timer-funcs.
10838
10839         * gnus-async.el: Ditto.
10840
10841         * password.el: Ditto.
10842
10843         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10844
10845         * mm-url.el: Ditto.
10846
10847         * gnus-xmas.el: Don't require timer-funcs.
10848
10849         * mm-util.el: Require timer/timer-funcs.
10850
10851 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10852
10853         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10854         Close.
10855
10856 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10857
10858         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10859         unibyte after clear-decrypt function runs.
10860
10861         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10862         returns as a unibyte string.
10863
10864 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10865
10866         * lpath.el: Revert.
10867
10868         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10869         (pgg-gpg-process-sentinel): Revert.
10870
10871         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10872         (pgg-pgp-lookup-key): Revert.
10873
10874         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10875         (pgg-pgp5-lookup-key): Revert.
10876
10877         * pgg.el (pgg-fetch-key): Revert.
10878
10879 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10880
10881         * lpath.el: Fbind string-as-multibyte for XEmacs.
10882
10883         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10884         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10885         (mml1991-pgg-encrypt): Ditto.
10886
10887         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10888         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10889         a multibyte buffer.
10890
10891         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10892         (pgg-pgp-lookup-key): Ditto.
10893
10894         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10895         (pgg-pgp5-lookup-key): Ditto.
10896
10897         * pgg.el (pgg-fetch-key): Ditto.
10898
10899 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10900
10901         * message.el (message-user-organization-file): Check several
10902         locations of the organization file.
10903
10904         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10905         Add gnus-article-view-part-as-type.
10906
10907         * gnus-art.el (gnus-article-view-part-as-type): New function.
10908
10909         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10910         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10911
10912         * mml.el: Simplify autoload.
10913         (mml-mode): defvar dnd-protocol-alist instead of using
10914         symbol-value.
10915         (mml-default-directory): New variable.
10916         (mml-minibuffer-read-file): Use it.
10917         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10918
10919         * message.el (message-citation-line-format): New variable.
10920         (message-insert-formated-citation-line): New function.
10921         (message-citation-line-function):
10922         Add `message-insert-formated-citation-line' to custom type.
10923
10924         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10925         to doc string.
10926
10927         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10928         depending on mm-verify-option.
10929
10930 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10931
10932         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10933         binding pgg-* variables; reimplement the section which prevents
10934         MIME header from being signed.
10935         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10936         pgg-text-mode; remove a blank line at the top of body.
10937
10938         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10939         lines at the top of body; use gnus-newsgroup-charset if there's no
10940         Charset header.
10941
10942 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10943
10944         * message.el (message-self-insert-commands): Doc fix.
10945
10946         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10947         (mm-uu-pgp-encrypted-test): Ditto.
10948         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10949         between header and body; return application/pgp-encrypted handle
10950         if decryption failed; decode decrypted body by charset.
10951
10952         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10953         element match to application/pgp-*.
10954
10955 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10956
10957         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10958         HTML.
10959
10960 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10961
10962         * mail-source.el (mail-source-call-script): Message the error
10963         string.
10964
10965 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10966
10967         * gnus-util.el (gnus-byte-compile): Use it.
10968
10969 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10970
10971         * gnus-util.el (kill-empty-logs): New function.
10972
10973 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10974
10975         * message.el (message-mail-alias-type): Doc fix.
10976         (message-mail-alias-type-p): New function.
10977         (message-send): Use it.
10978         (message-mode): Ditto.
10979         (message-strip-forbidden-properties): Ditto.
10980
10981         * ecomplete.el (ecomplete-database-file-coding-system):
10982         New variable.
10983         (ecomplete-save): Use it.
10984         (ecomplete-setup): Use it.
10985
10986 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10987
10988         * message.el (message-self-insert-commands): New variable.
10989         (message-strip-forbidden-properties): Use it.
10990
10991 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10992
10993         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10994         that doesn't make XEmacs choke.
10995
10996 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10997
10998         * gnus-util.el (gnus-replace-in-string):
10999         Prefer replace-regexp-in-string over of replace-in-string.
11000
11001 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * gnus-util.el (gnus-select-frame-set-input-focus):
11004         Use select-frame-set-input-focus if it is available in XEmacs; use
11005         definition defined in Emacs 22 for old Emacsen.
11006
11007         * dgnushack.el: Autoload unmorse-region for XEmacs.
11008
11009         * lpath.el: Bind cursor-in-non-selected-windows and
11010         select-frame-set-input-focus for XEmacs.
11011
11012 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11013
11014         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11015
11016 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11017
11018         * gnus-registry.el (gnus-registry-cache-save): Remove text
11019         properties when saving via the temp buffer.
11020
11021 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11022
11023         * message.el (message-generate-hashcash): Honor custom type.
11024
11025 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11026
11027         * message.el (message-generate-hashcash): Default to non-nil when
11028         hashcash is found.
11029
11030         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11031         (gnus-refer-thread-limit): Increase default to 500.
11032
11033         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11034
11035         * flow-fill.el (fill-flowed): Allow delete-space.
11036
11037 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11038
11039         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11040         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11041         Remove autoloads.
11042
11043 2006-04-18  Simon Josefsson  <jas@extundo.com>
11044
11045         * message.el (message-generate-hashcash): Default to.
11046
11047 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11048
11049         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11050         concatenating segments rather than before concatenating them.
11051
11052 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11053
11054         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11055
11056 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11057
11058         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11059
11060         * message.el (message-forward-make-body-plain):
11061         Allow message-forward-ignored-headers to be a list.
11062         (message-remove-ignored-headers): Factor out into function.
11063         (message-forward-make-body-mml): Use it.
11064
11065         * imap.el (imap-quote-specials): New function.
11066         (imap-login-auth): Quote specials.
11067
11068         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11069         (rfc2231-parse-string): Allow concatanation of parameters that
11070         aren't contiguous.  The test case is
11071           (mail-header-parse-content-type "message/external-body;
11072             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11073             access-type=LOCAL-FILE;
11074             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11075
11076 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11077
11078         * nntp.el (nntp-accept-process-output): Return the value of
11079         `nnheader-accept-process-output'.
11080
11081 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11082
11083         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11084         (gnus-button-alist): Recognize more diff formats.
11085         (gnus-button-patch): Strip directory.
11086
11087 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11088
11089         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11090         Emacs 22 when setting focus.
11091
11092 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11093
11094         * gnus-art.el (gnus-article-treat-types): Do treatment of
11095         text/x-verbatim parts.
11096         (gnus-button-patch): New command.
11097
11098         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11099         addresses that contain invalid characters.
11100
11101 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11102
11103         * message.el (message-put-addresses-in-ecomplete):
11104         Use gnus-replace-in-string.
11105         (message-is-yours-p): Use the more correct
11106         mail-header-parse-address instead of
11107         mail-extract-address-components.
11108         (message-put-addresses-in-ecomplete): Fix typo.
11109
11110         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11111         keystroke.
11112
11113         * gnus-art.el (gnus-treatment-function-alist): Change order of
11114         newsgroups/generic header folding to avoid double-folding.
11115
11116         * message.el (message-hidden-headers): Add X-Draft-From.
11117
11118         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11119         New command.
11120         (gnus-summary-repeat-search-article-backward): New command.
11121
11122         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11123         groups in the parent topic.
11124
11125 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11126
11127         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11128         (spam-extra-header-to-number): Return the CRM114 number as a
11129         number instead of a string.
11130
11131 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11132
11133         * gnus-art.el (gnus-face-properties-alist): Move here from
11134         gnus-fun.
11135
11136         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11137
11138 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11139
11140         * message.el (message-strip-forbidden-properties): Only display on
11141         self-insert-command.
11142
11143         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11144         reindent.
11145         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11146
11147 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11148
11149         * smiley.el (smiley-style): Fix typo.
11150
11151 2006-03-23  Kenichi Handa  <handa@m17n.org>
11152
11153         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11154         instead of set-buffer-multibyte.
11155
11156 2006-03-23  Kenichi Handa  <handa@m17n.org>
11157
11158         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11159         buffer and then decode the buffer text if necessary.
11160         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11161         first, and after mm-encode-body, change the buffer to unibyte.
11162
11163 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11164
11165         * hashcash.el (hashcash-insert-payment-async-2):
11166         Use message-goto-eoh instead of doing it manually.
11167         (mail-add-payment): Use message-narrow-to-header instead of trying
11168         to do the same itself.
11169
11170         * message.el (message-hidden-headers): Add Face.
11171
11172         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11173         reparenting code.
11174         (gnus-summary-reparent-children): Refactored out code.
11175         (gnus-summary-thread-map): New keystroke.
11176         (gnus-summary-reparent-children): Make into command.
11177
11178         * smiley.el (smiley-style): Default to `medium' if using a large
11179         font.
11180
11181         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11182         does it itself.
11183
11184         * message.el (message-point-in-header-p): Simplify definition.
11185
11186 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11187
11188         * nnagent.el (nnagent-request-set-mark): Silence log file
11189         writing.
11190         (nnagent-request-set-mark): Use write-region instead of
11191         append-to-file.
11192
11193         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11194         strange select method.
11195
11196         * ecomplete.el (ecomplete-display-matches): Get highlightling
11197         right.
11198         (ecomplete-display-matches): Use literals.
11199         (ecomplete-display-matches): Disable message logging.
11200
11201         * message.el (message-display-abbrev): Small optimization.
11202
11203         * ecomplete.el (ecomplete-display-matches): Allow automatic
11204         display.
11205
11206         * message.el (message-strip-forbidden-properties):
11207         Display abbrevs.
11208         (message-display-abbrev): Get automatic display right.
11209
11210         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11211         keystrokes.
11212
11213 2006-04-13  Romain Francoise  <romain@orebokech.com>
11214
11215         TODO: Backport to v5-10!
11216
11217         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11218         Move here (and rename) from gnus-registry.el.
11219
11220         * gnus-registry.el: Require gnus-util.
11221         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11222
11223 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11224
11225         * gnus-group.el (gnus-group-catchup-current):
11226         Change if-then-else-if-then-else into cond.
11227         (gnus-group-catchup): Indent.
11228         (group-name-at-point): New function.
11229         (gnus-fetch-group): Provide default from thing at point.
11230
11231 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11232
11233         * message.el (message-display-abbrev): Fix regexp.
11234
11235         * ecomplete.el (ecomplete-highlight-match-line):
11236         Reimplement choosing.
11237         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11238         dead variables.
11239
11240         * message.el (message-newline-and-indent): Remove debugging.
11241         (message-display-abbrev): Use new implementation.
11242
11243 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11244
11245         * gnus-art.el (gnus-article-mode):
11246         Set cursor-in-non-selected-windows to nil.
11247
11248         * smiley.el: Revert previous change.
11249         (smiley-data-directory): defvar it before using it in the
11250         defcustom of `smiley-style'.
11251
11252 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11253
11254         * message.el (message-newline-and-indent): New function.
11255
11256         * ecomplete.el: Implement more bits.
11257
11258         * message.el (message-put-addresses-in-ecomplete): Clean up the
11259         string.
11260
11261         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11262
11263         * gnus-sum.el (gnus-summary-save-parts):
11264         Bind gnus-summary-save-parts-counter and use it to make unique file
11265         names.
11266
11267         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11268
11269         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11270         parameter to say whether to actually parse the individual
11271         addresses.
11272
11273         * message.el (message-put-addresses-in-ecomplete): New function.
11274         (ecomplete): Require.
11275         (message-mail-alias-type): Add ecomplete as an option.
11276
11277 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11278
11279         * flow-fill.el (fill-flowed): Remove trailing space from blank
11280         quoted lines.
11281
11282 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11283
11284         * smiley.el (smiley-style): Move definition later to avoid a
11285         compilation warning.
11286
11287 2006-04-12  Kenichi Handa  <handa@m17n.org>
11288
11289         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11290         buffer and then decode the buffer text if necessary.
11291         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11292         first, and after mm-encode-body, change the buffer to unibyte.
11293         Use mm-disable-multibyte instead of set-buffer-multibyte.
11294
11295 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11296
11297         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11298         Content-Type header instead of Content-Disposition header.
11299         (gnus-mime-inline-part): Ditto.
11300         (gnus-mime-view-part-as-charset): Ignore charset that the part
11301         specifies.
11302
11303         * mm-decode.el (mm-display-part): Work with external parts and
11304         usual parts similarly.
11305
11306         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11307         instead of gnus-display-mime.
11308
11309         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11310         instead of with-temp-buffer.
11311
11312         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11313         tag to summarized topics part in order to encode non-ASCII text.
11314
11315 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11316
11317         * smiley.el (smiley-style): New variable.
11318         (smiley-directory): New function.
11319         (smiley-data-directory): Derive from `smiley-style' using
11320         `smiley-directory'.
11321         (smiley-regexp-alist): Add new entries.
11322
11323         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11324         (gnus-article-browse-delete-temp): Add :version.
11325
11326 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11327
11328         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11329         the sieve region.
11330
11331 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11332
11333         * gnus.el (gnus-version-number): Bump version.
11334
11335 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11336
11337         * gnus.el: No Gnus v0.4 is released.
11338
11339 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11340
11341         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11342         layout.
11343
11344         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11345         unknown charset.
11346
11347         * message.el (message-header-synonyms): Add Original-To to the
11348         default.
11349
11350         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11351         optional parameter.
11352
11353 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11354
11355         * gnus-fun.el (gnus): Require it for gnus-directory.
11356
11357 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11358
11359         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11360
11361 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11362
11363         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11364
11365 2006-04-05  Simon Josefsson  <jas@extundo.com>
11366
11367         * password.el (password-reset): New function.
11368
11369 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11370
11371         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11372         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11373
11374 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11375
11376         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11377         Some whitespace was matched into the url, which broke browsing hits
11378         > 100 when mm-url-use-external was nil.
11379
11380 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11381
11382         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11383         Check gnus-extra-headers for 'Newsgroups.
11384
11385         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11386         bound.
11387
11388 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11389
11390         * pgg-gpg.el: Clean up process buffers every time gpg processes
11391         complete.
11392
11393 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11394
11395         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11396         doc string.
11397
11398 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11399
11400         * pgg-gpg.el (pgg-gpg-process-filter)
11401         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11402
11403         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11404         lines, temporary fix.
11405
11406 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11407
11408         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11409
11410 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11411
11412         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11413         default-enable-multibyte-characters.  This reverts the change from
11414         revision 6.17 which is no longer necessary because the passphrase
11415         is sent separately now.  GnuPG messages are unreadable under
11416         multibyte locales with default-enable-multibyte-characters set to
11417         nil.
11418
11419 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11420
11421         * message.el (message-tool-bar-gnome): Move "spell".
11422
11423 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11424
11425         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11426         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11427         instead.
11428
11429 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11430
11431         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11432         Improve newsgroups handling for NNTP overviews which don't include
11433         Newsgroups.
11434
11435 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11436
11437         * message.el (message-resend): Bind message-generate-hashcash to nil.
11438
11439 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11440
11441         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11442         when searching for already-paid recipients.
11443
11444 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11445
11446         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11447         passphrases when it is not needed.
11448         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11449         passphrase stuff from gpg, should only be necessary when you use
11450         gpg with a smartcard.
11451
11452 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11453
11454         * mml.el (mml-insert-mime): Ignore cached contents of
11455         message/external-body part.
11456
11457         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11458         (mm-insert-part): Ditto.
11459
11460 2006-03-23  Simon Josefsson  <jas@extundo.com>
11461
11462         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11463         Reiner.
11464         (pgg-gpg-use-agent-p): Use it again.
11465
11466 2006-03-23  Simon Josefsson  <jas@extundo.com>
11467
11468         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11469         older emacsen.
11470         (pgg-gpg-use-agent-p): Don't use it.
11471
11472 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11473
11474         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11475         if we can.
11476
11477 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11478
11479         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11480         (pgg-gpg-update-agent): New function.
11481         (pgg-gpg-use-agent-p): New function.
11482         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11483         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11484         (pgg-gpg-sign-region): Use it.
11485
11486 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11487
11488         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11489         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11490
11491 2006-03-21  Simon Josefsson  <jas@extundo.com>
11492
11493         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11494         <wilde@sha-bang.de>.
11495         (pgg-gpg-use-agent): New variable.
11496         (pgg-gpg-process-region): Use it.
11497         (pgg-gpg-encrypt-region): Likewise.
11498         (pgg-gpg-encrypt-symmetric-region): Likewise.
11499         (pgg-gpg-decrypt-region): Likewise.
11500         (pgg-gpg-sign-region): Likewise.
11501         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11502
11503 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11504
11505         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11506
11507         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11508         Add comment on version.
11509
11510 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11511
11512         * smiley.el: Add missing test smiley.
11513
11514 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * mm-decode.el (mm-with-part): New macro.
11517         (mm-get-part): Use it; work with message/external-body as well.
11518         (mm-save-part): Treat name and filename equally.
11519
11520         * mm-extern.el (mm-extern-cache-contents): New function.
11521         (mm-inline-external-body): Use it; force the part to be displayed;
11522         move undisplayer added to the cached handle to the parent.
11523
11524         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11525         (gnus-mime-view-part-as-type): Work with message/external-body.
11526
11527         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11528
11529 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11530
11531         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11532         images in image-load-path.  [Sync with image.el, revision 1.60, in
11533         Emacs.]
11534
11535 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11536
11537         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11538         path rather than symbol.  Always return list of directories.
11539         Guarantee that image directory comes first.  [Sync with image.el,
11540         revision 1.59, in Emacs.]
11541
11542         * message.el (message-make-tool-bar): Adjust to new API of
11543         `gmm-image-load-path-for-library'.
11544
11545         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11546
11547         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11548
11549 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11550
11551         * gnus-art.el (gnus-article-only-boring-p):
11552         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11553         intangible text.
11554         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11555
11556 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11557
11558         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11559         Use `defun' instead of `gmm-defun-compat'.
11560
11561 2006-03-14  Simon Josefsson  <jas@extundo.com>
11562
11563         * message.el (message-unique-id): Don't use message-number-base36
11564         if (user-uid) is a float.
11565         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11566
11567 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11568
11569         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11570
11571         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11572         empty line between a part and a message part.
11573
11574 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11575
11576         * smiley.el: Add more test smileys.
11577         (smiley-data-directory, smiley-regexp-alist)
11578         (gnus-smiley-file-types): Fix doc strings.
11579         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11580         adding new elements.
11581         (smiley-mouse-map): Unused code.  Make it a comment.
11582
11583 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11584
11585         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11586         scan latest NoCeM messages instead of old ones.
11587         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11588         delimiters that are recently used.
11589         (gnus-nocem-load-cache): Add autoload cookie.
11590
11591         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11592
11593         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11594         level which is larger than gnus-use-nocem is specified.
11595
11596         * gnus-group.el (gnus-group-get-new-news): Ditto.
11597
11598 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11599
11600         * gnus-util.el (gnus-tool-bar-update): New function.
11601
11602         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11603         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11604
11605         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11606
11607         * gnus-group.el (gnus-group-redraw-when-idle)
11608         (gnus-group-redraw-check): Remove.
11609         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11610
11611 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11612
11613         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11614         if optional last element is specified in splits (FIELD VALUE...).
11615
11616 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11617
11618         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11619         to gmm-image-load-path-for-library.  Call with no-error argument.
11620         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11621
11622         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11623
11624         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11625
11626         * gmm-utils.el (gmm-image-load-path): Remove alias.
11627
11628 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11629
11630         * gmm-utils.el (gmm-image-load-path): Add alias.
11631
11632         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11633         nnml-generate-nov-databases-1.
11634         (nnml-generate-nov-databases): Use it.
11635         (nnml-generate-nov-databases-directory): Document no-active
11636         argument.
11637
11638         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11639         directory if path is t.  Add no-error.
11640
11641         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11642         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11643
11644         * gnus-art.el (gnus-article-browse-delete-temp-files):
11645         Simplify resetting gnus-article-browse-html-temp-list.
11646
11647         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11648         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11649         Add example to docstring.  Rename local variables.  Move error
11650         checks to default case in cond and simplify.
11651
11652 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11653
11654         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11655         handle is multipart when calling it recursively.
11656         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11657
11658 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11659
11660         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11661         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11662
11663 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11666         is loaded.
11667
11668         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11669         loaded.
11670
11671 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11672
11673         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11674         to "Emacs 23 (unicode)" in doc string.
11675
11676         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11677         "Emacs 23 (unicode)" in comment.
11678
11679 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11680
11681         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11682
11683         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11684         characters 160 through 255 in Emacs 23.
11685
11686 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11687
11688         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11689         gnus-article-browse-html-temp.
11690         (gnus-article-browse-delete-temp): Make it customizable.
11691         Add `file'.  Adjust doc string.
11692         (gnus-article-browse-delete-temp-files): Add argument.
11693         Allow query for each file.  Adjust doc string.
11694         (gnus-article-browse-html-parts):
11695         Add `gnus-article-browse-delete-temp-files' to
11696         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11697
11698 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11699
11700         * gnus-art.el (gnus-article-browse-html-temp)
11701         (gnus-article-browse-delete-temp): New variables.
11702         (gnus-article-browse-delete-temp-files): New function.
11703         (gnus-article-browse-html-parts): Use it.
11704
11705 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11706
11707         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11708
11709         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11710         string.
11711
11712         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11713         gnus-summary-insert-new-articles when unplugged.
11714         Remove gnus-summary-search-article-forward.
11715
11716         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11717         display-visual-class instead of display-color-cells.
11718
11719 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11720
11721         * dgnushack.el: Autoload customize-group for XEmacs.
11722
11723         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11724         message/* containing non-ASCII text properly.
11725
11726 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11727
11728         * message.el: Require gmm-utils, remove autoloads.
11729         (message-tool-bar): Set default based on
11730         gmm-tool-bar-style.
11731         (message-tool-bar-gnome): Add gmm-customize-mode.
11732
11733         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11734         gmm-tool-bar-style.
11735         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11736
11737         * gnus-group.el (gnus-group-tool-bar): Set default based on
11738         gmm-tool-bar-style.
11739         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11740
11741         * gmm-utils.el (gmm-image-directory): Rename variable from
11742         gmm-image-load-path.
11743         (gmm-image-load-path): Use gmm-image-directory.
11744         (gmm-customize-mode): New function.
11745         (gmm-tool-bar-style): New variable.
11746
11747         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11748         gnus-group-redraw-line-number.
11749         (gnus-group-redraw-check): Simplify.
11750         (gnus-group-tool-bar-update): Remove redraw check.
11751         (gnus-group-make-tool-bar): Add redraw check.
11752
11753 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11754
11755         * gnus-art.el (gnus-button): Add missing parentheses.
11756
11757 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11758
11759         * lpath.el: Fbind line-number-at-pos.
11760
11761 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11762
11763         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11764
11765 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11766
11767         * gnus-art.el (gnus-button): New face.
11768         (gnus-article-button-face): Use it.
11769
11770         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11771         Add gnus-summary-next-page.  Re-order.
11772
11773         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11774         next-node are now included.
11775         (gnus-group-redraw-line-number): New internal variable.
11776         (gnus-group-redraw-check): Helper function for updating the tool
11777         bar.
11778         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11779
11780         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11781
11782         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11783         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11784         Use it to match format of Spamassassin 3.0 and later.
11785         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11786         (spam-check-bogofilter)
11787         (spam-bogofilter-register-with-bogofilter): Fix args of
11788         `gnus-error' calls.
11789
11790 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11791
11792         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11793         unnecessary interaction when sending queued mails.
11794         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11795
11796 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11797
11798         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11799         first or last are nil.
11800
11801 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11802
11803         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11804
11805 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11806
11807         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11808
11809 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11810
11811         * dns.el (query-dns): Protect more against buggy tcp output.
11812
11813 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11814
11815         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11816         nov.php.
11817
11818 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11819
11820         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11821         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11822         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11823         output on the server side.
11824         (nnweb-google-create-mapping): Update regexps and add some
11825         progress indication.
11826
11827 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11828
11829         * gnus-group.el (gnus-group-tool-bar-gnome):
11830         Fix gnus-agent-toggle-plugged.  Re-order icons.
11831         (gnus-group-tool-bar-gnome):
11832         Add gnus-group-{prev,next}-unread-group.
11833         (gnus-group-tool-bar-gnome): Re-order icons.
11834
11835         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11836         Move gnus-summary-insert-new-articles.
11837
11838         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11839         Fix comments.
11840
11841         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11842         also available in Emacs 21.3.
11843
11844         * message.el (message-fix-before-sending): Change "Emacs 22" to
11845         "Emacs 23 (unicode)" in comment.
11846
11847         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11848         "Emacs 23 (unicode)" in comment.
11849
11850         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11851         comment.
11852         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11853
11854         * mm-view.el (mm-fill-flowed): Add :version.
11855
11856 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11859         and load-path.
11860
11861 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11862
11863         * message.el: Autoload gmm-image-load-path.
11864         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11865         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11866         consitency.
11867
11868         * gmm-utils.el (gmm-image-load-path): Also search in
11869         "../etc/images".  Don't set gmm-image-load-path if we don't find
11870         the image.
11871
11872 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11873
11874         * gmm-utils.el (gmm-image-load-path): Don't make
11875         `gmm-image-load-path' include subdirectories which the second arg
11876         `image' might specify.
11877
11878         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11879         subdirectory to icon file names.
11880
11881         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11882
11883 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11884
11885         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11886         gmm-image-load-path calls.
11887
11888         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11889
11890         * message.el (message-make-tool-bar): Ditto.
11891
11892         * mml.el (mml-preview): Add comment concerning tool bar icons.
11893
11894         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11895         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11896
11897         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11898         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11899
11900         * message.el (message-tool-bar-gnome): Use new icon names.
11901         (message-make-tool-bar): Use `gmm-image-load-path'.
11902
11903         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11904         New functions from MH-E.
11905         (gmm-image-load-path): New variable from MH-E.
11906         (gmm-image-load-path): New function from MH-E.  Add arguments
11907         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11908         *-image-load-path-called-flag.
11909
11910 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11911
11912         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11913
11914 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11915
11916         * nnimap.el (nnimap-request-move-article): Change folder back to
11917         source group before deleting.
11918
11919 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11920
11921         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11922
11923         * gnus-art.el (mm-url-insert-file-contents-external):
11924         Autoload mm-url.
11925
11926         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11927
11928 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11931         coding system which mm-charset-to-coding-system returns for a
11932         given charset is valid.
11933
11934 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11935
11936         * html2text.el (html2text-remove-tag-list):
11937         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11938
11939 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11940
11941         * gnus-cus.el: Revert 2005-10-17 change.
11942
11943 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11944
11945         * gnus-art.el (article-strip-banner):
11946         Call article-really-strip-banner only when the regexp match is made.
11947
11948 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11949
11950         * gnus-art.el (article-strip-banner):
11951         Use gnus-extract-address-components instead of
11952         mail-header-parse-addresses to make it work with non-ASCII text;
11953         remove mail-encode-encoded-word-string.
11954
11955         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11956         values which are surrounded with \"...\"; make it never cause a
11957         Lisp error; give up parsing of parameters if it failed in
11958         extracting type.
11959
11960 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11961
11962         * smime.el (smime-cert-by-ldap-1): Fix bug where
11963         `smime-ldap-search' returns results without userCertificates.
11964
11965 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11966
11967         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11968
11969 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11970
11971         * spam.el (spam-check-spamassassin-headers): Adapt format for
11972         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11973         <ari@mbf.ocn.ne.jp>.
11974         (spam-list-of-processors): Add spam-use-gmane.
11975
11976 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11977
11978         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11979         make-temp-file; make it work with XEmacs as well.
11980
11981         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11982         mm-make-temp-file.
11983
11984         * mm-decode.el (mm-display-external): Use the 3rd arg of
11985         mm-make-temp-file.
11986         (mm-create-image-xemacs): Ditto.
11987
11988 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11989
11990         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11991         with message-narrow-to-headers.
11992         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11993         (gnus-draft-check-draft-articles): New function.
11994         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11995
11996 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11997
11998         * gnus-art.el (gnus-article-browse-html-parts):
11999         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12000         Don't use suffix argument for mm-make-temp-file for Emacs 21
12001         compatibility.  Remove useless `format'.
12002
12003 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12004
12005         * nnweb.el (nnweb-google-wash-article): Update regexps.
12006         (nnweb-group-alist): Use defvoo instead of defvar.
12007
12008 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12009
12010         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12011         re-loading nn* modules.
12012
12013 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12014
12015         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12016         for `tool-bar-mode' and don't check it's default-value.
12017
12018         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12019
12020         * message.el (message-make-tool-bar): Ditto.
12021
12022         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12023         `substring'.  Shorten tmp-file name.
12024
12025         * gnus.el: Remove bogus comment.
12026
12027 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12028
12029         * gnus-art.el (gnus-article-browse-html-parts): New function.
12030         (gnus-article-browse-html-article): New function for viewing html
12031         articles with a browser.
12032
12033 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12034
12035         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12036         in elisp.
12037         (pgg-gpg-encrypt-symmetric-region): Ditto.
12038         (pgg-gpg-sign-region): Ditto.
12039
12040         * pgg-def.el (pgg-text-mode): New variable.
12041
12042         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12043         (mml2015-pgg-encrypt): Ditto.
12044
12045         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12046         (mml1991-pgg-encrypt): Ditto.
12047
12048 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12049
12050         * nnfolder.el (nnfolder-insert-newsgroup-line):
12051         Use message-make-date instead of current-time-string.
12052
12053         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12054         to gnus-decoded which mm-uu might set.
12055
12056 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12057
12058         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12059         don't decode quoted parameters; remove misimported Emacs code.
12060         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12061         (rfc2231-decode-encoded-string): Don't use split-string which
12062         behaves differently according to Emacs version; use
12063         mm-decode-coding-region to convert charset to coding-system.
12064         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12065         (rfc2231-encode-string): Remove misimported Emacs code.
12066
12067 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12070         when calling mail-header-parse-content-type.
12071         (article-de-quoted-unreadable): Ditto.
12072         (article-de-base64-unreadable): Ditto.
12073         (article-wash-html): Ditto.
12074
12075         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12076         calling mail-header-parse-content-type and
12077         mail-header-parse-content-disposition.
12078         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12079         mail-header-parse-content-type.
12080
12081         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12082         insert charset and format parameters; encode description after
12083         inserting it to buffer.
12084         (mml-insert-parameter): Fold lines properly even if a parameter is
12085         segmented into two or more lines; change the max column to 76.
12086
12087         * rfc1843.el (rfc1843-decode-article-body): Don't use
12088         ignore-errors when calling mail-header-parse-content-type.
12089
12090         * rfc2231.el (rfc2231-parse-string): Return at least type if
12091         possible; don't cause an error even if it fails in parsing of
12092         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12093         (rfc2231-encode-string): Don't break lines at the beginning, leave
12094         it to mml-insert-parameter.
12095
12096         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12097         calling mail-header-parse-content-type.
12098
12099 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12100
12101         * spam-report.el (spam-report-gmane-use-article-number):
12102         Improve doc string.
12103         (spam-report-gmane-internal): Check if a suitable header was found
12104         in the article.
12105
12106 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12107
12108         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12109         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12110
12111 2006-02-05  Romain Francoise  <romain@orebokech.com>
12112
12113         Update copyright notices of all files in the gnus directory.
12114
12115 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12116
12117         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12118
12119 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12120
12121         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12122         segmented lines of parameter value to cope with Thunderbird 1.5
12123         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12124         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12125         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12126
12127 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12128
12129         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12130         parts.
12131
12132 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12133
12134         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12135         there's only one active file for all servers.
12136         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12137         solid groups.  Gnus might have used a FAST request to select the group.
12138         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12139         and nnweb-search redundantly in the active file.
12140         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12141         (nnweb-request-create-group): Don't use ARGS.
12142         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12143         initialisations.  Let nnoo do the work.
12144
12145 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12146
12147         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12148         Say the part has been decoded.
12149
12150         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12151
12152 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12153
12154         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12155         mailcap-viewer-test-cache when there's no 'test clause, since that
12156         will invert the meaning of a "nil" test previously determined by
12157         mailcap-mailcap-entry-passes-test.
12158
12159 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12160
12161         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12162         compiling.
12163
12164         * gnus-sum.el: Ditto.
12165
12166         * message.el: Don't bind tool-bar-map when compiling.
12167
12168 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12169
12170         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12171
12172 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12173
12174         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12175         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12176         current Google Groups.
12177
12178 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12179
12180         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12181         and tool-bar-mode.
12182
12183         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12184         and tool-bar-mode.
12185
12186         * message.el (message-tool-bar-update): Simplify.
12187         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12188
12189         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12190         gnus-summary-buffer.
12191         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12192         gnus-summary-reply.
12193
12194         * gmm-utils.el (gmm): Add :version.
12195
12196 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * Makefile.in (clean): New rule.
12199         (distclean): Use it.
12200
12201 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12202
12203         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12204         Don't autoload.
12205
12206 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12207
12208         * gmm-utils.el (gmm-verbose): Add :group.
12209
12210 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12211
12212         * message.el: Change some comments WRT tool-bars.
12213
12214         * gnus-sum.el (gnus-summary-tool-bar)
12215         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12216         (gnus-summary-tool-bar-zap-list): New variables.
12217         (gnus-summary-make-tool-bar): Complete rewrite using
12218         `gmm-tool-bar-from-list'.
12219
12220         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12221         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12222         New variables.
12223         (gnus-group-make-tool-bar): Complete rewrite using
12224         `gmm-tool-bar-from-list'.
12225         (gnus-group-tool-bar-update): New function.
12226
12227         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12228
12229 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12230
12231         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12232         is dissected into a single part of which the type is the same as
12233         the given one; decode charset.
12234
12235 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12236
12237         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12238         into alists as symbol not string, since that's what
12239         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12240         look for.
12241
12242 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12243
12244         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12245         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12246
12247         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12248
12249 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12252         (gnus-xmas-mime-security-button-menu): New function.
12253
12254         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12255         (gnus-mime-security-button-menu): New definition.
12256         (gnus-mime-security-button-map): Use them.
12257         (gnus-mime-security-button-menu): New function.
12258         (gnus-insert-mime-security-button): Addition to help echo.
12259         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12260         (gnus-mime-security-pipe-part): New functions.
12261
12262         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12263         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12264
12265         * mm-decode.el (mm-handle-set-disposition): Remove.
12266         (mm-handle-set-description): Remove.
12267
12268 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12271         (mm-w3m-standalone-supports-m17n-p): New function.
12272         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12273         w3m usage.
12274
12275         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12276         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12277
12278 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12279
12280         * message.el (message-tool-bar-zap-list):
12281         Use gmm-tool-bar-zap-list as custom type.
12282         (message-tool-bar-update): New function.
12283         (message-tool-bar, message-tool-bar-gnome)
12284         (message-tool-bar-retro): Add message-tool-bar-update.
12285         (message-tool-bar-gnome): Add flyspell-buffer.
12286
12287         * gnus-util.el (gnus-error): Describe `args'.
12288
12289         * gmm-utils.el (gmm-error): Describe `args'.
12290         (gmm-tool-bar-zap-list): New widget.
12291         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12292
12293 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12294
12295         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12296         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12297         the number of recursive calls.
12298
12299         * mm-decode.el (mm-handle-set-disposition): New macro.
12300         (mm-handle-set-description): New macro.
12301
12302 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12305         encoding.
12306
12307 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12308
12309         * message.el (message-tool-bar-zap-list, message-tool-bar)
12310         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12311         (message-tool-bar-local-item-from-menu): Remove.
12312         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12313         (message-make-tool-bar): New function.
12314         (message-mode): Use `message-make-tool-bar'.
12315
12316         * gmm-utils.el: New file.
12317         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12318         (gmm-lazy): New widget copied from `nnmail.el'.
12319         (gmm-tool-bar-from-list): New function for creating customizable
12320         tool bars.
12321         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12322         output.
12323         (gmm): Add :prefix to defgroup.
12324
12325 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12326
12327         * gmm-utils.el (gmm-widget-p): New function.
12328
12329 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12330
12331         * mml.el (mml-attach-file): Describe `description' in doc string.
12332         (mml-menu): Add Emacs MIME manual and PGG manual.
12333
12334 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12335
12336         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12337
12338 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12339
12340         * nntp.el (nntp-end-of-line): Doc fix.
12341
12342 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12343
12344         * imap.el (imap-open): Handle case where buffer is a buffer
12345         object.
12346
12347 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12348
12349         * gnus-delay.el (gnus-delay): Don't autoload.
12350         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12351         to be re-loaded when customizing the `gnus-delay' group.
12352
12353 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12354
12355         * message.el (message-insert-citation-line): Use newlines.
12356
12357 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12358
12359         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12360         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12361         these routines, so the passphrase can be managed externally and
12362         passed in to the system.
12363         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12364         pgg-add-passphrase-to-cache function.
12365
12366         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12367         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12368         these routines, so the passphrase can be managed externally and
12369         passed in to the system.
12370         (pgg-pgp5-sign-region): Use new name of
12371         pgg-add-passphrase-to-cache function.
12372
12373 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12374
12375         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12376         part of the decoded armor to find the key-identifier.
12377         (pgg-gpg-lookup-key-owner): New function to return the
12378         human-readable identifier of a key owner.
12379         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12380         itself.
12381         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12382         the key value) if we have a key and can match it against a secret
12383         key.  Also, added a note pointing out fact that the prompt only
12384         indicates the first matching key.
12385
12386         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12387         pgg-decrypt-region.
12388         (pgg-add-passphrase-to-cache): Rename from
12389         `pgg-add-passphrase-cache' to reduce confusion (all callers
12390         changed).
12391         (pgg-remove-passphrase-from-cache): Rename from
12392         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12393         changed).
12394         (pgg-read-passphrase, pgg-add-passphrase-cache)
12395         (pgg-remove-passphrase-cache): Add informative docstrings.
12396         (pgg-decrypt): Convey provided passphrase in subordinate call to
12397         pgg-decrypt-region.
12398
12399 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12400
12401         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12402         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12403         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12404         'passphrase' argument, so the passphrase can be managed externally
12405         and then passed in to the system.
12406
12407         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12408         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12409         so the passphrase cache can be used reliably with identifiers
12410         besides a pgp packet's key id.
12411
12412         * pgg-gpg.el (pgg-gpg-encrypt-region)
12413         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12414         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12415         these routines, so the passphrase can be managed externally and
12416         passed in to the system.
12417
12418         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12419         'notruncate' argument, so the passphrase cache can be used
12420         reliably with identifiers besides a pgp packet's key id.
12421
12422 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12423
12424         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12425         symmetric encryption.
12426         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12427         encrypted session key.
12428         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12429         message ask for the passphrase in a proper way.
12430
12431         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12432         New user commands for symmetric encryption.
12433
12434 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12437
12438         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12439
12440 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12441
12442         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12443
12444 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12445
12446         * mm-decode.el (mm-inlined-types): Add application/pgp.
12447         (mm-automatic-display): Ditto.
12448
12449         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12450         part as text.
12451
12452 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12453
12454         * nnrss.el: Update copyright.
12455         (nnrss-opml-import): Query whether to subscribe to each entry.
12456
12457         * gnus-art.el:
12458         * gnus-sum.el:
12459         * gnus-xmas.el:
12460         * messagexmas.el:
12461         * mm-uu.el:
12462         * mm-view.el: Update copyright.
12463
12464 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12465
12466         * message.el (message-info): New function.
12467         (message-mode-menu): Add it.
12468         Update copyright.
12469
12470         * ChangeLog: Fix and update copyright.
12471
12472 2006-01-13  Romain Francoise  <romain@orebokech.com>
12473
12474         * message.el (message-forward-subject-name-subject): Prefer the
12475         address to 'nowhere' if the sender has no name.
12476         Fix typo.  Update copyright year.
12477
12478 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12479
12480         * gnus-art.el (article-wash-html):
12481         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12482         (gnus-article-wash-html-with-w3m-standalone): New function.
12483
12484         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12485         mm-inline-text-html-render-with-w3m-standalone.
12486         (mm-text-html-washer-alist): Map w3m-standalone to
12487         gnus-article-wash-html-with-w3m-standalone.
12488         (mm-inline-text-html-render-with-w3m-standalone): New function.
12489
12490 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12491
12492         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12493         Improve LaTeX.
12494
12495 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12496
12497         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12498         (nnrss-request-article): Render text/plain parts as HTML.
12499
12500         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12501         the buffer.
12502
12503 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12504
12505         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12506         custom definition of `gnus-posting-styles'.
12507
12508         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12509         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12510
12511 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12512
12513         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12514         Use nntp for bug archive.
12515
12516 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12517
12518         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12519         parts.
12520         (nnrss-normalize-date): New function converts ISO 8601 date into
12521         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12522         (nnrss-check-group): Use it.
12523
12524 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12525
12526         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12527
12528         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12529         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12530         (nnrss-insert-w3): Ditto.
12531
12532 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12533
12534         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12535         the articles to be forwarded including the case where neither a
12536         number of articles nor a region is specified.
12537
12538 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12539
12540         * nnrss.el (nnrss-request-article): Fix last change; fill
12541         text/plain parts.
12542
12543 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12544
12545         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12546         in text/plain part.
12547         (nnrss-check-group): Don't add excessive newline to dc:subject.
12548
12549 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12550
12551         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12552         article.
12553
12554 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12555
12556         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12557         (nnml-use-compressed-files, nnml-save-mail): Support other
12558         comression programs such as bzip2.
12559
12560 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12561
12562         * dns.el (query-dns): Make sure we check the buffer size before
12563         removing tcp headers.
12564
12565 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12566
12567         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12568         remove MIME buttons associated with multipart/alternative parts.
12569         (gnus-mime-display-alternative): Tag buttons using `article-type'
12570         text property.
12571
12572         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12573         associated with multipart/alternative parts.
12574
12575         * gnus-art.el (gnus-signature-separator): Fix custom type.
12576
12577         * mm-decode.el (mm-inlined-types): Fix custom type.
12578         (mm-keep-viewer-alive-types): Ditto.
12579         (mm-automatic-display): Ditto.
12580         (mm-attachment-override-types): Ditto.
12581         (mm-inline-override-types): Ditto.
12582         (mm-automatic-external-display): Ditto.
12583
12584 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12585
12586         * spam-report.el (spam-report-user-mail-address)
12587         (spam-report-user-agent): New variables.
12588         (spam-report-url-ping-plain): Use spam-report-user-agent.
12589
12590 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12591
12592         * gnus-art.el (gnus-button-handle-custom): Do not just use
12593         `customize-apropos' for any "M-x customize-*" button but the
12594         function called for.  Accept both the function name and its
12595         argument in order to achieve this.
12596         (gnus-button-alist): Remove support for "custom:" URL's.
12597         Pass function name to `gnus-button-handle-custom' in case of "M-x
12598         customize-*" buttons.
12599
12600 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12601
12602         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12603         multipart/alternative and add xref to mm-discouraged-alternatives
12604         in doc string.
12605
12606         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12607         gnus-buttonized-mime-types in doc string.
12608
12609 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12610
12611         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12612         Suggest image/.* in the doc string.
12613
12614 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12615
12616         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12617         message-marks (Debian bug #342521).
12618
12619 2005-12-12  Simon Josefsson  <jas@extundo.com>
12620
12621         * password.el (password-read-from-cache): Add.
12622         (password-read): Use it.
12623
12624 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12625
12626         * rfc2047.el (rfc2047-charset-to-coding-system):
12627         Recognize us-ascii as a MIME charset.
12628
12629         * mm-bodies.el (mm-decode-content-transfer-encoding):
12630         Protect against the case where the 2nd arg TYPE is nil.
12631
12632 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12633
12634         * pop3.el (pop3-stream-type): Fix custom version.
12635
12636         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12637
12638 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12639
12640         * mm-decode.el (mm-display-external): Add missing cdr.
12641
12642 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12643
12644         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12645         RFC1524) if it is in mailcap or add a suffix according to
12646         mailcap-mime-extensions when generating a temp filename; postpone
12647         deleting a temp file for 2 seconds for some wrappers, shell
12648         scripts, and so on, which might exit right after having started a
12649         viewer command as a background job.
12650
12651 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12652
12653         * nntp.el (nntp-marks-directory): Fix custom group.
12654
12655         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12656         steps when < 10.
12657
12658         * gnus-start.el (gnus-no-server-1):
12659         Mention `gnus-level-default-subscribed' in doc string.
12660
12661 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12662
12663         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12664         parens.
12665
12666 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12667
12668         * gnus-xmas.el (gnus-use-toolbar): Revert.
12669         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12670         gnus-use-toolbar is default.
12671
12672         * messagexmas.el (message-use-toolbar): Revert.
12673         (message-setup-toolbar): Use global default-toolbar if
12674         message-use-toolbar is default.
12675
12676 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12677
12678         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12679         according to default-toolbar-visible-p.
12680
12681         * messagexmas.el (message-use-toolbar): Ditto.
12682
12683 2005-11-26  Dave Love  <fx@gnu.org>
12684
12685         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12686         (tls-program, tls-success): Provide openssl alternative.
12687
12688         * starttls.el: Doc fixes.
12689         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12690         SERVICE to PORT.
12691
12692         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12693         port null or service name.
12694         (starttls-negotiate): Autoload.
12695
12696 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12697
12698         * message.el (message-kill-to-signature): Fix interactive spec.
12699
12700 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12701
12702         * pop3.el (pop3-open-server): Recognize a string as a service name.
12703
12704 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12705
12706         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12707
12708 2005-11-23  Dave Love  <fx@gnu.org>
12709
12710         Add pop3s, pop3/starttls.
12711
12712         * pop3.el (pop3-authentication-scheme): Clarify doc.
12713         (open-tls-stream, starttls-open-stream): Autoload.
12714         (pop3-stream-type): New.
12715         (pop3-open-server): Use it.
12716
12717         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12718         for POP.
12719         (mail-source-keyword-map): Add :stream for POP.
12720         (mail-source-fetch-pop): Use pop3-stream-type.
12721
12722 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12723
12724         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12725         of current-time-string.
12726
12727 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12728
12729         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12730         date header.
12731
12732 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12733
12734         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12735         it can seriously impact performance as it bypasses the agent's
12736         local caches.
12737
12738 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12739
12740         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12741         must be explicitly online rather than "not explicitly offline" for
12742         its flags to be synchronized.
12743
12744         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12745         that gnus-uu-unmark-thread will function correctly.
12746
12747         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12748         1024K is instead displayed as 1M.
12749
12750 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12751
12752         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12753
12754 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12755
12756         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12757
12758 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12759
12760         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12761         error message to display actual error condition.
12762         (gnus-agent-save-local): Avoid saving symbols that are bound to
12763         nil as they simply result in a warning message in
12764         gnus-agent-read-local.
12765
12766 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12767
12768         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12769         rather than make-variable-buffer-local for file-precious-flag.
12770
12771 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12772
12773         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12774         for duplicates which are removed.  The invalid sort check then
12775         triggers a rescan after the sort as sorting may have moved
12776         duplicate entries such that they can be cheaply detected.
12777
12778 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12781
12782 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12783
12784         * gnus-agent.el (gnus-agent-article-alist-save-format):
12785         Change internal variable to a custom variable.  Change default value
12786         from compressed(2) to uncompressed(1).
12787         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12788         support for uncompressed agentview files.  Taken together, reading
12789         the agentview file should now be 6-7 times faster.
12790
12791 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12792
12793         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12794         as a buffer-local variable.  This avoids creating truncated
12795         dribble files as a result of a hang up, eg.
12796
12797 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12798
12799         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12800         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12801         XEmacs.
12802
12803 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12804
12805         * gnus-start.el (gnus-start-draft-setup):
12806         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12807
12808         * gnus.el (gnus-splash): Change custom group.
12809         (gnus-group-get-parameter, gnus-group-parameter-value):
12810         Describe allow-list argument.
12811
12812         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12813         string.
12814
12815 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12816
12817         * gnus-art.el (gnus-default-article-saver): Add user-defined
12818         `function' to custom type.
12819
12820 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12821
12822         * imap.el (imap-open): Handle case where buffer is a buffer
12823         object.
12824
12825 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12826
12827         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12828         long lines.
12829         (gnus-cache-delete-group): Wrap doc strings.
12830
12831         * gnus-agent.el (gnus-agent-rename-group)
12832         (gnus-agent-delete-group): Wrap doc strings.
12833
12834 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * messagexmas.el (message-use-toolbar): Change the valid values
12837         into default, top, bottom, left, and right.
12838         (message-toolbar-thickness): New variable.
12839         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12840         well.
12841         (message-setup-toolbar): Make it work.
12842
12843         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12844         (gnus-use-toolbar): Change the valid values into default, top,
12845         bottom, left, and right.
12846         (gnus-toolbar-thickness): New variable.
12847         (gnus-xmas-setup-toolbar): New function.
12848         (gnus-xmas-setup-group-toolbar): Use it.
12849         (gnus-xmas-setup-summary-toolbar): Use it.
12850
12851 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12852
12853         * gnus-start.el (gnus-1): Add "native" to
12854         gnus-predefined-server-alist.
12855
12856         * gnus.el (gnus-method-to-server): Don't add "native" to the
12857         lists here, because that leads to problems when
12858         gnus-select-method is bound.
12859
12860 2005-11-09  Simon Josefsson  <jas@extundo.com>
12861
12862         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12863         use (not sort-by-date) instead.
12864
12865 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12866
12867         * gnus-delay.el (gnus-delay-group): Don't autoload.
12868         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12869         to be re-loaded when customizing the `gnus-delay' group.
12870
12871 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12872
12873         * message.el: Revert last changes.
12874         (message-insert-citation-line): Use newlines.
12875
12876 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12877
12878         * message.el (message-courtesy-message)
12879         (message-mark-insert-begin, message-mark-insert-end)
12880         (message-elide-ellipsis, message-cancel-message)
12881         (message-add-header, message-change-subject)
12882         (message-cross-post-followup-to-header)
12883         (message-cross-post-insert-note, message-reduce-to-to-cc)
12884         (message-widen-reply, message-delete-not-region)
12885         (message-kill-to-signature, message-insert-signature)
12886         (message-insert-importance-high, message-insert-importance-low)
12887         (message-insert-or-toggle-importance)
12888         (message-insert-disposition-notification-to)
12889         (message-indent-citation, message-yank-original)
12890         (message-cite-original-without-signature, message-cite-original)
12891         (message-insert-citation-line, message-position-on-field)
12892         (message-fix-before-sending, message-send-mail-partially)
12893         (message-send-mail, message-send-mail-with-sendmail)
12894         (message-send-mail-with-qmail, message-send-news)
12895         (message-check-news-header-syntax, message-generate-headers)
12896         (message-insert-courtesy-copy, message-fill-address)
12897         (message-fill-header, message-shorten-references)
12898         (message-setup-1, message-cancel-news)
12899         (message-forward-make-body-plain, message-forward-make-body-mime)
12900         (message-forward-make-body-mml, message-encode-message-body)
12901         (message-forward-make-body-digest-plain)
12902         (message-forward-make-body-digest-mime)
12903         (message-use-alternative-email-as-from): Insert `hard-newline'
12904         instead of ordinary newlines.
12905
12906 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12907
12908         * message.el (message-generate-headers): Downcase the argument
12909         given to message-check-element.
12910
12911 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12912
12913         * nntp.el (nntp-authinfo-rejected): New error condition.
12914         (nntp-wait-for): Use new error condition to signal authentication
12915         error.
12916         (nntp-retrieve-data): Rethrow new error condition to break out of
12917         recursive call to nntp-send-authinfo.
12918
12919 2005-11-08  Romain Francoise  <romain@orebokech.com>
12920
12921         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12922         (gnus-summary-exit-map): Bind to `Z p'.
12923         (gnus-summary-make-menu-bar): Add menu item.
12924
12925 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12926
12927         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12928         (gnus-treat-*): Add `first' in all doc strings.
12929
12930         * gnus-group.el (gnus-group-compact-group): Fix typo.
12931
12932 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12933
12934         * gnus.el (gnus-parameters-case-fold-search): New variable.
12935         (gnus-parameters-get-parameter): Use it.
12936
12937         * gnus-score.el (gnus-home-score-file): Doc fix.
12938
12939 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12940
12941         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12942
12943 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12944
12945         * mm-util.el (mm-special-display-p): New function.
12946
12947         * mml.el (mml-preview): Use it; doc fix.
12948
12949 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12950
12951         * imap.el (imap-open): Handle case where buffer is a buffer object.
12952
12953 2005-10-29  Romain Francoise  <romain@orebokech.com>
12954
12955         * message.el (message-fix-before-sending): Fix comment.
12956
12957 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12958
12959         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12960
12961 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12962
12963         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12964         Used in gnus-score.el.
12965
12966 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12967
12968         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12969
12970 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12971
12972         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12973         whitespace removed in revision 7.8.  Use concatenated string to
12974         protect trailing whitespace.
12975
12976 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12977
12978         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12979         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12980         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12981         Courier IMAP ("some version from 2004").  Mostly based on similar
12982         code in the same function.
12983
12984 2005-10-26  Didier Verna  <didier@xemacs.org>
12985
12986         * gnus-group.el (gnus-group-compact-group): Invalidate original
12987         article buffer.
12988         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12989         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12990         NOV database and in article itself.
12991         Invalidate article backlog.
12992
12993 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12994
12995         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12996
12997 2005-10-26  Simon Josefsson  <jas@extundo.com>
12998
12999         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13000         part of 2004-07-25 change.
13001
13002 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13003
13004         * message.el (message-display-completion-list): New function.
13005         (message-expand-group): Use it; make sure the Completions buffer
13006         is modifiable.
13007 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13008
13009         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13010         user-mail-name is an empty string.
13011
13012 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13013
13014         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13015         depending on gnus-score-decay-constant.
13016
13017         * encrypt.el (encrypt-insert-file-contents)
13018         (encrypt-write-file-contents): Don't use `gnus-message'.
13019
13020         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13021         arguments.
13022         (mm-uu-type-alist): Add message-marks and insert-marks.
13023         Pass arguments to mm-uu-verbatim-marks-extract.
13024         (mm-uu-hide-markers): New variable.
13025         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13026
13027         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13028         (gnus-convert-image-to-face-command): Use "convert" by default to
13029         allow other input image formats.
13030         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13031         accordingly.
13032
13033 2005-10-23  Simon Josefsson  <jas@extundo.com>
13034
13035         * imap.el (imap-gssapi-program): Align command line parameters
13036         with latest GNU SASL.
13037         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13038
13039 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13040
13041         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13042         HTML.
13043         (nnslashdot-request-article): Ditto.
13044
13045         * lpath.el (featurep): Add nobreak-char-display.
13046
13047 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13048
13049         * mail-source.el (mail-source-fetch-pop): Require pop3.
13050         (mail-source-check-pop): Ditto.
13051
13052 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13053
13054         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13055         errors.
13056
13057 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13058
13059         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13060         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13061
13062         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13063
13064         * mm-bodies.el (mm-decode-string):
13065         Call `mm-charset-to-coding-system' with allow-override argument.
13066
13067 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13068
13069         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13070         (rfc2047-charset-to-coding-system): New function.
13071         (rfc2047-decode-encoded-words): New function.
13072         (rfc2047-decode-region): Use them.
13073         (rfc2047-decode-cte): Remove.
13074         (rfc2047-parse-and-decode): Remove.
13075         (rfc2047-decode): Remove.
13076
13077 2005-10-15  Kenichi Handa  <handa@m17n.org>
13078
13079         * rfc2047.el (rfc2047-decode-cte): New function.
13080         (rfc2047-decode-region): Change the way to decode successive
13081         encoded-words: decode B- or Q-encoding in each encoded-word,
13082         concatenate them, and decode it as charset.
13083
13084 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13085
13086         * lpath.el: Fbind codepage-setup for XEmacs.
13087
13088 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13089
13090         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13091         widget-move-and-invoke.
13092         (gnus-custom-mode): Use gnus-custom-map.
13093
13094 2005-10-15  Bill Wohler  <wohler@newt.com>
13095
13096         * message.el (message-tool-bar-map): Rename image file from
13097         mail_send to mail/send.
13098
13099 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13100
13101         * message.el (message-expand-group): Pass the common
13102         prefix substring of completion to `display-completion-list'.
13103
13104 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13105
13106         * mml-sec.el (mml-secure-method): New internal variable.
13107         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13108         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13109         New functions using mml-secure-method.
13110
13111         * mml.el (mml-mode-map): Add key bindings for those functions.
13112         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13113         Harder <harder@myrealbox.com>.
13114         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13115         Goto end of message if point is the headers of the message.
13116
13117         * message.el (message-in-body-p): New function.
13118
13119         * assistant.el: Autoload gnus-util and netrc.
13120
13121         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13122         Use `mm-charset-override-alist' only when decoding.
13123
13124         * mm-bodies.el (mm-decode-body):
13125         Call `mm-charset-to-coding-system' with allow-override argument.
13126
13127         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13128         `filename' from Content-Disposition if Content-Type doesn't
13129         provide `name'.
13130         (gnus-mime-view-part-as-type): Set default instead of
13131         initial-input.
13132
13133 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13134
13135         * format-spec.el (format-spec): Propagate text properties of % spec.
13136
13137 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13138
13139         * gnus-art.el (gnus-treat-predicate): Add `first'.
13140
13141 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13142
13143         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13144         (mm-charset-override-alist): New variable.
13145         (mm-charset-to-coding-system): Use it.
13146         (mm-codepage-setup): New helper function.
13147         (mm-charset-eval-alist): New variable.
13148         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13149         Warn about unknown charsets.
13150
13151         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13152
13153 2005-10-04  David Hansen  <david.hansen@gmx.net>
13154
13155         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13156         (nnrss-check-group): Ditto.
13157
13158 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13159
13160         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13161         Rename x-gnus-verbatim to x-verbatim.
13162         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13163
13164         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13165         x-verbatim.
13166
13167         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13168
13169         * gnus-util.el (gnus-remove-duplicates): Remove.
13170
13171         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13172         instead of gnus-remove-duplicates.
13173
13174         * message.el (message-remove-duplicates): Remove.
13175         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13176         message-remove-duplicates.
13177
13178         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13179         available, else use implementation from `delete-dups'.
13180
13181         * message.el (message-insert-expires): New function.
13182         (message-mode-map): Add key binding.
13183         (message-mode-field-menu): Add menu entry.
13184         (message-mode): Document it.
13185         (message-make-expires-date): Use `message-make-date'.
13186
13187 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13188
13189         * message.el (message-make-expires-date): New function.
13190
13191 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13192
13193         * Makefile.in (list-installed-shadows): New entry.
13194         (install): Use it.
13195         (remove-installed-shadows): New entry.
13196
13197         * dgnushack.el (dgnushack-default-load-path): New variable.
13198         (dgnushack-find-lisp-shadows): New function.
13199         (dgnushack-remove-lisp-shadows): New function.
13200
13201 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13202
13203         * Makefile.in (install-el-elc): New entry.
13204         (install): Use it so that .el files are necessarily installed.
13205
13206 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13207
13208         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13209
13210 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13211
13212         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13213         function rather than the diff-mode.el package.
13214         (mm-display-external): Use with-current-buffer.
13215         (mm-viewer-completion-map, mm-viewer-completion-map):
13216         Move initialization inside declaration.
13217
13218 2005-09-29  Simon Josefsson  <jas@extundo.com>
13219
13220         * spam.el: Load hashcash when compiling, to avoid warnings.
13221         Don't autoload mail-check-payment.
13222         (spam-check-hashcash): Define unconditionally, since hashcash.el
13223         is part of Gnus now.  Ignore errors from payment checking.
13224
13225 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13226
13227         * message.el (message-bold-region, message-unbold-region):
13228         Rename from `bold-region' and `unbold-region'.
13229
13230         * message.el: Remove useless autoloads.
13231
13232 2005-09-28  Simon Josefsson  <jas@extundo.com>
13233
13234         * message.el (message-use-idna): Default to t.
13235         (message-use-idna): Test whether encoding works too.  Doc fix.
13236
13237 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13238
13239         * nntp.el (nntp-warn-about-losing-connection): Remove.
13240
13241 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13242
13243         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13244         customizable.  Change default value.
13245         (mm-uu-diff-groups-regexp): Change default value.
13246         (mm-uu-type-alist): Add doc string.
13247         (mm-uu-configure): Add doc string.  Make it interactive.
13248         (mm-uu-tex-groups-regexp): New variable.
13249         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13250         (mm-uu-type-alist): Add LaTeX documents.
13251         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13252         of "text/verbatim".
13253         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13254
13255         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13256         instead of "text/verbatim".
13257
13258         * message.el (message-mark-inserted-region)
13259         (message-mark-insert-file): Use slrn style marks when called with
13260         prefix argument.
13261
13262 2005-09-27  Simon Josefsson  <jas@extundo.com>
13263
13264         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13265
13266 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13267
13268         * message.el (message-remove-duplicates): New function.
13269         Implementation borrowed from `gnus-remove-duplicates'.
13270         (message-idna-to-ascii-rhs): Also encode idna addresses in
13271         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13272         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13273         only ask about the same idna domain once per header and also tell
13274         in what header to replace the idna domain.
13275
13276         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13277         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13278         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13279         a header is decoded and not just the last one.
13280
13281 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13282
13283         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13284         has been decoded.
13285
13286         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13287         (mm-insert-part): Don't modify text if it has been decoded.
13288
13289         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13290         decoded.
13291
13292         * mm-view.el (mm-inline-text): Don't strip text props unless
13293         decoding enriched or richtext parts.
13294
13295 2005-09-25  Romain Francoise  <romain@orebokech.com>
13296
13297         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13298         * gnus-start.el (gnus-subscribe-interactively):
13299         * gnus-uu.el (gnus-uu-grab-articles):
13300         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13301         space.
13302
13303 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13304
13305         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13306         * mm-view.el (mm-view-pkcs7-decrypt):
13307         * gnus-sum.el (gnus-summary-limit-to-extra)
13308         (gnus-summary-respool-article, gnus-read-move-group-name):
13309         * gnus-score.el (gnus-summary-increase-score):
13310         * gnus-util.el (gnus-completing-read-with-default):
13311         * gnus-art.el (gnus-read-save-file-name)
13312         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13313         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13314         * message.el (message-check-news-header-syntax):
13315         Follow convention for reading with the minibuffer.
13316
13317 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13318
13319         * spam-report.el (spam-report-url-ping-plain):
13320         Use gnus-extended-version as User-Agent.
13321
13322         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13323         default value is nil.
13324
13325         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13326         (mm-uu-verbatim-marks-extract): New function.
13327         (mm-uu-extract): New face.
13328         (mm-uu-copy-to-buffer): Use it.
13329
13330         * spam-report.el (spam-report-gmane-ham): Rename from
13331         `spam-report-gmane-unspam'.
13332         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13333         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13334
13335         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13336         Autoload.
13337         (spam-report-gmane-unregister-routine):
13338         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13339
13340 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13341
13342         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13343         (spam-report-gmane-unregister-routine): Add support for gmane
13344         unregistration.
13345
13346         * spam-report.el (spam-report-gmane-unspam)
13347         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13348         (spam-report-gmane): Change to take a single article and do unspam
13349         registration.
13350
13351 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13352
13353         * mm-url.el (mm-url-decode-entities): Fix regexp.
13354
13355 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13356
13357         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13358         default to nil, to be able to use Gnus at all.  If the default
13359         switches to something else, then the function should be fixed not
13360         be exceedingly slow.
13361
13362 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13363
13364         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13365         fail hard.
13366
13367         * spam-report.el: Add better Keywords line.
13368
13369         * spam.el: Add Maintainer and better Keywords line.
13370
13371 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13372
13373         * gnus-art.el (gnus-article-replace-part)
13374         (gnus-mime-replace-part): New functions.
13375         (gnus-mime-action-alist, gnus-mime-button-commands)
13376         (gnus-mime-save-part-and-strip): Add file argument.
13377         (gnus-article-part-wrapper): Add interactive argument.
13378
13379         * gnus-sum.el (gnus-summary-mime-map):
13380         Add `gnus-article-replace-part'.
13381
13382 2005-09-19  Didier Verna  <didier@xemacs.org>
13383
13384         The nnml compaction feature:
13385         * nnml.el (nnml-request-compact-group): New function.
13386         * nnml.el (nnml-request-compact): New function.
13387         * gnus-int.el (gnus-request-compact-group): New function.
13388         * gnus-int.el (gnus-request-compact): New function.
13389         * gnus-group.el (gnus-group-compact-group): New function.
13390         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13391         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13392         * gnus-srvr.el (gnus-server-compact-server): New function.
13393         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13394         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13395
13396 2005-09-18  Deepak Goel  <deego@gnufans.org>
13397
13398         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13399         format spec.
13400
13401 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13402
13403         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13404
13405 2005-09-15  Romain Francoise  <romain@orebokech.com>
13406
13407         * message.el (message-fill-paragraph): Clarify docstring.
13408
13409 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13410
13411         * gnus-art.el (gnus-mime-display-part): Protect against broken
13412         MIME messages.
13413
13414 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13415
13416         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13417         before parsing header.
13418
13419 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13420
13421         * html2text.el (html2text-replace-list): Add new entities.
13422
13423 2005-09-11  Romain Francoise  <romain@orebokech.com>
13424
13425         * message.el (message-alternative-emails): Improve docstring.
13426         (message-setup-1): Call `message-use-alternative-email-as-from'
13427         after `message-setup-hook' to give it precedence over posting
13428         styles, etc.
13429         (message-use-alternative-email-as-from): Add docstring.
13430         Remove the original From header if present.
13431
13432         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13433         (nnml-save-mail): Use it.
13434
13435         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13436         articles.  Add new argument `silent'.
13437         (gnus-uu-mark-all): Report the total number of marked articles.
13438
13439 2005-09-10  Romain Francoise  <romain@orebokech.com>
13440
13441         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13442         (gnus-uu-mark-series): Likewise.
13443
13444 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13445
13446         * spam-report.el (spam-report-gmane): Fix generation of spam
13447         report URL.
13448
13449 2005-09-10  Simon Josefsson  <jas@extundo.com>
13450
13451         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13452         t, based on discussion on the ding list with Robert Epprecht
13453         <epprecht@solnet.ch>.
13454
13455 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13456
13457         * spam-report.el (spam-report-gmane): Make it work without
13458         X-Report-Spam header.  Gmane now only provides Archived-At.
13459         This is only used if `spam-report-gmane-use-article-number' is nil.
13460         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13461
13462         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13463         make `gnus-summary-sort-by-recipient' work with threading.
13464
13465         * nnweb.el (nnweb-google-wash-article): Print a message if article
13466         is not available.
13467
13468 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13469
13470         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13471         change.  Decode text/* parts content before displaying.
13472
13473 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13474
13475         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13476
13477 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13478
13479         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13480
13481         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13482         url-package-name, url-package-version,
13483         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13484         w3m-display-inline-images, and w3m-minor-mode-map.
13485
13486 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13487
13488         * message.el (message-tab-body-function): Fix mismatched custom type.
13489
13490         * gnus.el (gnus-group-change-level-function): Ditto.
13491
13492         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13493
13494         * gnus-art.el (gnus-signature-limit)
13495         (gnus-article-mime-part-function): Ditto.
13496
13497 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * mml.el (mml-mode): Silence the byte compiler.
13500
13501         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13502         using `(sit-for 0)' before moving the point to the specified part;
13503         skip unbuttonized parts.
13504         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13505         return to the summary window if gnus-auto-select-part is non-nil.
13506
13507 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13508
13509         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13510         New variables.
13511         (mml-dnd-attach-file, mml-mode): Use them.
13512
13513         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13514         Make fetching article by MID work again for Google Groups.
13515         Add FIXME concerning gnus-group-make-web-group.
13516
13517         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13518         Don't depend on Gnus by using mail-extract-address-components if
13519         gnus-extract-address-components is not bound.
13520
13521 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13522
13523         * gnus-art.el (gnus-mime-display-security): Don't display the
13524         signature, but only the signed part.
13525
13526 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13527
13528         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13529
13530         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13531         list, not listp.
13532
13533 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13534
13535         * mm-encode.el (mm-encode-content-transfer-encoding):
13536         Likewise when encoding.
13537
13538         * mm-bodies.el (mm-decode-content-transfer-encoding):
13539         De-canonicalize CRLF for all text content types, not just
13540         text/plain.
13541
13542 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13543
13544         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13545         valid article; point arrow and cursor at the MIME button.
13546
13547 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13548
13549         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13550         Suggested by Dan Christensen <jdc@uwo.ca>.
13551
13552         * mm-decode.el (mm-save-part): Enable change of prompt.
13553
13554 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13555
13556         * gnus-msg.el (gnus-inews-add-send-actions):
13557         Make `message-post-method' lambda parameter ARG `&optional'.
13558
13559 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13560
13561         * gnus-sum.el (gnus-summary-mime-map):
13562         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13563         gnus-article-jump-to-part.
13564
13565         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13566         (gnus-article-edit-part): Use it.
13567         (gnus-article-part-wrapper): Add no-handle argument.
13568         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13569         New functions.
13570
13571 2005-08-29  Romain Francoise  <romain@orebokech.com>
13572
13573         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13574         docstring.
13575         (gnus-face-from-file): Likewise.
13576
13577 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13578
13579         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13580         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13581         non-nil.
13582         (gnus-auto-select-part): New variable.
13583         (gnus-article-jump-to-part): New function.
13584         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13585         (gnus-mime-delete-part): Allow selecting specified part after
13586         deleting or stripping parts.
13587         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13588         part if argument is bogus.
13589
13590 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13591
13592         * gnus-art.el (w3m-minor-mode-map):
13593         * gnus-spec.el (gnus-newsrc-file-version):
13594         * gnus-util.el (nnmail-active-file-coding-system)
13595         (gnus-original-article-buffer, gnus-user-agent):
13596         * gnus.el (gnus-ham-process-destinations)
13597         (gnus-parameter-ham-marks-alist)
13598         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13599         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13600         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13601         * mm-decode.el (gnus-current-window-configuration):
13602         * mm-extern.el (gnus-article-mime-handles):
13603         * mm-url.el (url-current-object, url-package-name)
13604         (url-package-version):
13605         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13606         (smime-keys, w3m-cid-retrieve-function-alist)
13607         (w3m-current-buffer, w3m-display-inline-images)
13608         (w3m-minor-mode-map):
13609         * mml-smime.el (gnus-extract-address-components):
13610         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13611         (gnus-newsrc-hashtb, message-default-charset)
13612         (message-deletable-headers, message-options)
13613         (message-posting-charset, message-required-mail-headers)
13614         (message-required-news-headers):
13615         * mml1991.el (mc-pgp-always-sign):
13616         * mml2015.el (mc-pgp-always-sign):
13617         * nnheader.el (nnmail-extra-headers):
13618         * rfc1843.el (gnus-decode-encoded-word-function)
13619         (gnus-decode-header-function, gnus-newsgroup-name):
13620         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13621
13622 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13623
13624         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13625         the end of the date treatments.
13626
13627 2005-08-15  Simon Josefsson  <jas@extundo.com>
13628
13629         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13630         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13631         Capello and Romain Francoise.
13632         (pgg-fetch-key-function): Remove, not used?
13633         (pgg-insert-url-with-w3): Require url, to get
13634         url-insert-file-contents regardless of where it is defined.
13635
13636 2005-08-13  Romain Francoise  <romain@orebokech.com>
13637
13638         * message.el (message-cite-original-1): New function.
13639         (message-cite-original): Use it.
13640         (message-cite-original-without-signature): Ditto.
13641
13642 2005-08-08  Romain Francoise  <romain@orebokech.com>
13643
13644         * message.el (message-yank-empty-prefix): New variable.
13645         (message-indent-citation): Use it.
13646         (message-cite-original-without-signature): Respect X-No-Archive.
13647
13648 2005-08-08  Simon Josefsson  <jas@extundo.com>
13649
13650         * pgg.el: Autoload url-insert-file-contents instead of loading
13651         w3/url.
13652         (pgg-insert-url-with-w3): Don't load url here.
13653
13654 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13655
13656         * message.el (message-kill-to-signature): Don't insert newline at
13657         bol.
13658         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13659
13660 2005-08-06  Romain Francoise  <romain@orebokech.com>
13661
13662         * message.el (message-user-fqdn): Fix typo in docstring.
13663
13664 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13665
13666         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13667
13668         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13669
13670 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13671
13672         * mm-bodies.el (mm-encode-body): Use coding system rather than
13673         charset to encode text.
13674
13675         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13676         number of charsets if utf-8 is available (XEmacs).
13677
13678 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13679
13680         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13681         taken from `gnus-button-mid-or-mail-regexp'.
13682         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13683         (gnus-button-alist): Improve regexp for domain part of the MIDs
13684         for news:localpart@domain buttons.
13685         (gnus-button-ctan-directory-regexp): Update.
13686
13687 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13688
13689         * sieve-manage.el (sieve-manage-interactive-login):
13690         Use make-local-variable rather than make-variable-buffer-local.
13691         (sieve-manage-open): Ditto.
13692         (sieve-manage-authenticate): Ditto.
13693
13694         * mml.el (mml-generate-mime-1): Make the content type default to
13695         text/plain if the filename is not specified.
13696
13697 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13698
13699         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13700         instead of insert-buffer.
13701
13702         * message.el (message-yank-original): Ditto; set the mark at the
13703         end of the yanked message.
13704
13705 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13706
13707         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13708         lines to scroll rather than to stop it.
13709
13710         * mml.el (mml-generate-default-type): Add doc string.
13711         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13712         default to application/octet-stream when determining the content
13713         type if it is not specified for the part or the mml contents; add
13714         a comment about mml-generate-default-type.
13715
13716 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13717
13718         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13719         make it default to application/octet-stream when determining the
13720         content type if it is not specified for the external contents.
13721
13722 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13723
13724         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13725         segmented parameter but also other parameters might be there.
13726
13727 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13728
13729         * mm-decode.el (mm-display-external): Delete temp file, directory
13730         and buffer immediately if the external process is exited.
13731
13732 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13733
13734         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13735         fewer lines than that of scroll-margin.
13736         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13737
13738 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13739
13740         * gnus-art.el (gnus-article-next-page): Revert.
13741         (gnus-article-beginning-of-window): New macro.
13742         (gnus-article-next-page-1): Use it.
13743         (gnus-article-prev-page): Ditto.
13744         (gnus-article-edit-part): Use insert-buffer-substring instead of
13745         insert-buffer.
13746         (gnus-article-edit-exit): Ditto.
13747
13748         * gnus-util.el (gnus-beginning-of-window): Remove.
13749         (gnus-end-of-window): Remove.
13750
13751         * lpath.el: Don't bind header-line-format and scroll-margin.
13752
13753 2005-07-25  Simon Josefsson  <jas@extundo.com>
13754
13755         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13756         to have the url package without w3.  Reported by Daiki Ueno
13757         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13758
13759 2005-07-20  Didier Verna  <didier@xemacs.org>
13760
13761         * gnus-diary.el: Remove the description comment (nndiary is now
13762         properly documented in the Gnus manual).
13763         Fix the spelling of "Back End".
13764         * nndiary.el: Ditto.
13765         Fix the copyright notice.
13766
13767 2005-07-18  Romain Francoise  <romain@orebokech.com>
13768
13769         * gnus-sum.el (gnus-summary-to-prefix)
13770         (gnus-summary-newsgroup-prefix): New variables.
13771         (gnus-summary-from-or-to-or-newsgroups): Use them.
13772
13773 2005-07-17  Romain Francoise  <romain@orebokech.com>
13774
13775         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13776         space as it's generally not especially interesting to the user.
13777
13778 2005-07-16  Romain Francoise  <romain@orebokech.com>
13779
13780         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13781         nil to avoid prompting and file modification if one of the
13782         messages at the top of the nnfolder file contains a copyright
13783         notice.
13784         Update copyright notice.
13785
13786         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13787         instead of `current-time-string' as the latter creates a time
13788         string that is not RFC 2822 compliant (it lacks the zone).
13789         Update copyright notice.
13790
13791 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13792
13793         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13794         for text/rtf.  Display default in prompt.  Pass default for M-n.
13795
13796         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13797
13798 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13799
13800         * gnus-msg.el (gnus-button-mailto):
13801         Remove save-selected-window-window hackery because it relies on
13802         save-selected-window internals.
13803
13804 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13805
13806         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13807         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13808         (gnus-article-prev-page): Ditto.
13809
13810         * gnus-util.el (gnus-beginning-of-window): New function.
13811         (gnus-end-of-window): New function.
13812
13813         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13814
13815 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13816
13817         * gnus-score.el (gnus-score-edit-all-score):
13818         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13819         gnus-message.
13820
13821 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13822
13823         * gnus-msg.el (gnus-button-mailto):
13824         Remove save-selected-window-window hackery because it relies on
13825         save-selected-window internals.
13826
13827 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13828
13829         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13830         add-minor-mode.
13831         (gnus-binary-mode): Ditto.
13832
13833         * gnus-topic.el (gnus-topic-mode): Ditto.
13834
13835 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13836
13837         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13838         (gnus-article-prev-page): Take scroll-margin into consideration.
13839
13840 2005-07-04  Lute Kamstra  <lute@gnu.org>
13841
13842         Update FSF's address in GPL notices.
13843
13844 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13845
13846         * gnus.el (gnus-exit):
13847         * gnus-group.el (gnus-group-icons):
13848         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13849
13850         * gnus-nocem.el (gnus-nocem):
13851         * message.el (message-various, message-buffers, message-sending)
13852         (message-interface, message-forwarding, message-insertion)
13853         (message-headers, message-news, message-mail):
13854         * pgg-gpg.el (pgg-gpg):
13855         * pgg-parse.el (pgg-parse):
13856         * pgg-pgp.el (pgg-pgp):
13857         * pgg-pgp5.el (pgg-pgp5):
13858         * pop3.el (pop3): Finish `defgroup' description with period.
13859
13860 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * gnus-art.el (article-display-face): Improve the efficiency.
13863         (article-display-x-face): Ditto; remove grey x-face stuff.
13864
13865 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * gnus-art.el (article-display-face): Correct the position in
13868         which Faces are inserted.
13869
13870 2005-06-29  Didier Verna  <didier@xemacs.org>
13871
13872         * gnus-art.el (article-display-face): Display faces in correct
13873         order.
13874
13875 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13876
13877         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13878         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13879         (gnus-nocem-check-article): Fetch the Type header.
13880         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13881         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13882         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13883         make sure gnus-nocem-hashtb is initialized.
13884         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13885         (gnus-nocem-unwanted-article-p): Ditto.
13886
13887         * pgg.el (pgg-verify): Return the verification result.
13888
13889 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13890
13891         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13892         is ascii.
13893
13894 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13895
13896         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13897         `show-nonbreak-escape'.
13898
13899 2005-06-23  Lute Kamstra  <lute@gnu.org>
13900
13901         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13902
13903         * dig.el (dig-mode):
13904         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13905
13906 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13907
13908         * nnimap.el (nnimap-split-download-body): Fix spellings.
13909
13910 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13911
13912         * gnus-art.el (gnus-article-encrypt-body):
13913         * gnus-cus.el (gnus-score-customize):
13914         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13915         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13916
13917 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13918
13919         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13920         header by looking for magic "MII" at the beginnig.
13921
13922 2005-06-16  Miles Bader  <miles@gnu.org>
13923
13924         * gnus-xmas.el (gnus-xmas-group-startup-message):
13925         Use renamed gnus-splash face.
13926
13927         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13928         (assistant-field-face): New backward-compatibility alias for renamed
13929         face.
13930         (assistant-render-text): Use renamed assistant-field face.
13931
13932         * spam.el (spam): Remove "-face" suffix from face name.
13933         (spam-face): New backward-compatibility alias for renamed face.
13934         (spam-face, spam-initialize): Use renamed spam face.
13935
13936         * message.el (message-header-to, message-header-cc)
13937         (message-header-subject, message-header-newsgroups)
13938         (message-header-other, message-header-name)
13939         (message-header-xheader, message-separator, message-cited-text)
13940         (message-mml): Remove "-face" suffix from face names.
13941         (message-header-to-face, message-header-cc-face)
13942         (message-header-subject-face, message-header-newsgroups-face)
13943         (message-header-other-face, message-header-name-face)
13944         (message-header-xheader-face, message-separator-face)
13945         (message-cited-text-face, message-mml-face):
13946         New backward-compatibility aliases for renamed faces.
13947         (message-font-lock-keywords): Use renamed message faces.
13948
13949         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13950         (sieve-test-commands, sieve-tagged-arguments):
13951         Remove "-face" suffix from face names.
13952         (sieve-control-commands-face, sieve-action-commands-face)
13953         (sieve-test-commands-face, sieve-tagged-arguments-face):
13954         New backward-compatibility aliases for renamed faces.
13955         (sieve-control-commands-face, sieve-action-commands-face)
13956         (sieve-test-commands-face, sieve-tagged-arguments-face):
13957         Use renamed sieve faces.
13958
13959         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13960         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13961         (gnus-group-news-3-empty, gnus-group-news-4)
13962         (gnus-group-news-4-empty, gnus-group-news-5)
13963         (gnus-group-news-5-empty, gnus-group-news-6)
13964         (gnus-group-news-6-empty, gnus-group-news-low)
13965         (gnus-group-news-low-empty, gnus-group-mail-1)
13966         (gnus-group-mail-1-empty, gnus-group-mail-2)
13967         (gnus-group-mail-2-empty, gnus-group-mail-3)
13968         (gnus-group-mail-3-empty, gnus-group-mail-low)
13969         (gnus-group-mail-low-empty, gnus-summary-selected)
13970         (gnus-summary-cancelled, gnus-summary-high-ticked)
13971         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13972         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13973         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13974         (gnus-summary-low-undownloaded)
13975         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13976         (gnus-summary-low-unread, gnus-summary-normal-unread)
13977         (gnus-summary-high-read, gnus-summary-low-read)
13978         (gnus-summary-normal-read, gnus-splash):
13979         Remove "-face" suffix from face names.
13980         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13981         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13982         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13983         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13984         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13985         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13986         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13987         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13988         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13989         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13990         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13991         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13992         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13993         (gnus-summary-normal-ticked-face)
13994         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13995         (gnus-summary-normal-ancient-face)
13996         (gnus-summary-high-undownloaded-face)
13997         (gnus-summary-low-undownloaded-face)
13998         (gnus-summary-normal-undownloaded-face)
13999         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14000         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14001         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14002         (gnus-splash-face):
14003         New backward-compatibility aliases for renamed faces.
14004         (gnus-group-startup-message): Use renamed gnus faces.
14005
14006         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14007         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14008         (gnus-server-agent): Remove "-face" suffix from face names.
14009         (gnus-server-agent-face, gnus-server-opened-face)
14010         (gnus-server-closed-face, gnus-server-denied-face)
14011         (gnus-server-offline-face):
14012         New backward-compatibility aliases for renamed faces.
14013         (gnus-server-agent-face, gnus-server-opened-face)
14014         (gnus-server-closed-face, gnus-server-denied-face)
14015         (gnus-server-offline-face): Use renamed gnus faces.
14016
14017         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14018         Remove "-face" suffix from face names.
14019         (gnus-picon-xbm-face, gnus-picon-face):
14020         New backward-compatibility aliases for renamed faces.
14021
14022         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14023         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14024         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14025         (gnus-cite-11): Remove "-face" suffix from face names.
14026         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14027         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14028         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14029         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14030         New backward-compatibility aliases for renamed faces.
14031         (gnus-cite-attribution-face, gnus-cite-face-list)
14032         (gnus-article-boring-faces): Use renamed gnus faces.
14033
14034         * gnus-art.el (gnus-signature, gnus-header-from)
14035         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14036         (gnus-header-content): Remove "-face" suffix from face names.
14037         (gnus-signature-face, gnus-header-from-face)
14038         (gnus-header-subject-face, gnus-header-newsgroups-face)
14039         (gnus-header-name-face, gnus-header-content-face):
14040         New backward-compatibility aliases for renamed faces.
14041         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14042
14043         * gnus-sum.el (gnus-summary-selected-face)
14044         (gnus-summary-highlight): Use renamed gnus faces.
14045         * gnus-group.el (gnus-group-highlight): Likewise.
14046
14047 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14048
14049         * gnus-sieve.el (gnus-sieve-article-add-rule):
14050         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14051         * spam-stat.el (spam-stat-buffer-change-to-spam)
14052         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14053
14054         * message.el (message-is-yours-p):
14055         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14056
14057 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14058
14059         * mm-view.el (mm-inline-text): Withdraw the last change.
14060
14061 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14062
14063         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14064         executing enriched-decode.
14065
14066 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14067
14068         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14069         charset of tar files.
14070
14071 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14072
14073         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14074
14075 2005-06-04  Lute Kamstra  <lute@gnu.org>
14076
14077         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14078         information is never recorded.
14079
14080 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14081
14082         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14083
14084 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14085
14086         * pop3.el (pop3-apop): Run md5 in the binary mode.
14087
14088         * starttls.el (starttls-set-process-query-on-exit-flag):
14089         Use eval-and-compile.
14090
14091 2005-05-31  Simon Josefsson  <jas@extundo.com>
14092
14093         * smime.el (smime-replace-in-string): Define.
14094         (smime-cert-by-ldap-1): Use it.
14095
14096 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14097
14098         * gnus-art.el (article-display-x-face): Replace
14099         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14100
14101         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14102         set-process-query-on-exit-flag or process-kill-without-query.
14103
14104         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14105         loop instead of replace-regexp.
14106
14107         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14108         instead of process-kill-without-query if it is available.
14109
14110         * lpath.el: Fbind ldap-search-entries.
14111
14112         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14113         instead of find-file-hooks if it is available.
14114
14115         * mml1991.el: Bind pgg-default-user-id when compiling.
14116
14117         * mml2015.el: Bind pgg-default-user-id when compiling.
14118
14119         * nndraft.el (nndraft-request-associate-buffer):
14120         Use write-contents-functions instead of write-contents-hooks if it is
14121         available.
14122
14123         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14124         instead of find-file-hooks if it is available.
14125
14126         * nntp.el (nntp-open-connection): Replace
14127         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14128         (nntp-open-ssl-stream): Ditto.
14129         (nntp-open-tls-stream): Ditto.
14130
14131         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14132         set-process-query-on-exit-flag or process-kill-without-query.
14133         (starttls-open-stream-gnutls): Use it instead of
14134         process-kill-without-query.
14135         (starttls-open-stream): Ditto.
14136
14137 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14138
14139         * smime.el (smime-cert-by-ldap-1): Don't use
14140         replace-regexp-in-string.
14141
14142 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14143
14144         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14145
14146         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14147         in PEM format.  Adjust to the XEmacs compability.
14148
14149 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14150
14151         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14152         by `string-to-number'.
14153         * gnus-agent.el (gnus-agent-regenerate-group)
14154         (gnus-agent-fetch-articles): Ditto.
14155         * gnus-art.el (gnus-button-fetch-group): Ditto.
14156         * gnus-cache.el (gnus-cache-generate-active)
14157         (gnus-cache-articles-in-group): Ditto.
14158         * gnus-group.el (gnus-group-set-current-level)
14159         (gnus-group-insert-group-line): Ditto.
14160         * gnus-score.el (gnus-score-set-expunge-below)
14161         (gnus-score-set-mark-below, gnus-summary-score-effect)
14162         (gnus-summary-score-entry): Ditto.
14163         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14164         (gnus-soup-pack): Ditto.
14165         * gnus-spec.el (gnus-xmas-format): Ditto.
14166         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14167         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14168         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14169         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14170         * nndb.el (nndb-get-remote-expire-response): Ditto.
14171         * nndiary.el (nndiary-parse-schedule-value)
14172         (nndiary-string-to-number, nndiary-request-replace-article)
14173         (nndiary-request-article): Ditto.
14174         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14175         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14176         * nneething.el (nneething-make-head): Ditto.
14177         * nnfolder.el (nnfolder-request-article)
14178         (nnfolder-retrieve-headers): Ditto.
14179         * nnheader.el (nnheader-file-to-number): Ditto.
14180         * nnkiboze.el (nnkiboze-request-article): Ditto.
14181         * nnmail.el (nnmail-process-unix-mail-format)
14182         (nnmail-process-babyl-mail-format): Ditto.
14183         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14184         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14185         (nnmh-request-create-group, nnmh-request-list-1)
14186         (nnmh-request-group, nnmh-request-article): Ditto.
14187         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14188         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14189         * nnsoup.el (nnsoup-make-active): Ditto.
14190         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14191         * nntp.el (nntp-find-group-and-number)
14192         (nntp-retrieve-headers-with-xover): Ditto.
14193         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14194         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14195         (pgg-format-key-identifier): Ditto.
14196         * pop3.el (pop3-last, pop3-stat): Ditto.
14197         * qp.el (quoted-printable-decode-region): Ditto.
14198
14199         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14200         of concat.
14201
14202 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14203
14204         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14205
14206         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14207
14208         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14209
14210         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14211
14212         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14213
14214         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14215
14216         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14217         (gnus-carpal-mode): Ditto.
14218
14219         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14220         (gnus-browse-mode): Ditto.
14221
14222         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14223
14224         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14225
14226 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14227
14228         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14229
14230 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14231
14232         * gnus-util.el (gnus-run-mode-hooks): New function.
14233
14234         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14235
14236         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14237         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14238
14239 2005-05-27  Lute Kamstra  <lute@gnu.org>
14240
14241         * dns-mode.el (dns-mode): Specify customization group.
14242
14243 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14244
14245         * gnus-agent.el (gnus-agent-make-mode-line-string):
14246         Use mode-line-highlight as mouse-face.
14247
14248 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14249
14250         * canlock.el (canlock): Change the parent group to news.
14251
14252         * deuglify.el (gnus-outlook-deuglify): Add :group.
14253
14254         * dig.el (dig): Add :group.
14255
14256         * dns-mode.el (dns-mode): Add :group.
14257
14258         * encrypt.el (encrypt): Add :group.
14259
14260         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14261         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14262         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14263         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14264         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14265
14266         * gnus-diary.el (gnus-diary): Add :group.
14267
14268         * gnus.el (gnus-group-news-1-face): Add :group.
14269         (gnus-group-news-1-empty-face): Ditto.
14270         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14271         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14272         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14273         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14274         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14275         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14276         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14277         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14278         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14279         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14280         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14281         (gnus-summary-high-ticked-face): Ditto.
14282         (gnus-summary-low-ticked-face): Ditto.
14283         (gnus-summary-normal-ticked-face): Ditto.
14284         (gnus-summary-high-ancient-face): Ditto.
14285         (gnus-summary-low-ancient-face): Ditto.
14286         (gnus-summary-normal-ancient-face): Ditto.
14287         (gnus-summary-high-undownloaded-face): Ditto.
14288         (gnus-summary-low-undownloaded-face): Ditto.
14289         (gnus-summary-normal-undownloaded-face): Ditto.
14290         (gnus-summary-high-unread-face): Ditto.
14291         (gnus-summary-low-unread-face): Ditto.
14292         (gnus-summary-normal-unread-face): Ditto.
14293         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14294         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14295
14296         * hashcash.el (hashcash): New custom group.
14297         (hashcash-default-payment): Add :group.
14298         (hashcash-payment-alist): Ditto.
14299         (hashcash-default-accept-payment): Ditto.
14300         (hashcash-accept-resources): Ditto.
14301         (hashcash-path): Ditto.
14302         (hashcash-extra-generate-parameters): Ditto.
14303         (hashcash-double-spend-database): Ditto.
14304         (hashcash-in-news): Ditto.
14305
14306         * message.el (message-minibuffer-local-map): Add :group.
14307
14308         * netrc.el (netrc): Add :group.
14309
14310         * sieve-manage.el (sieve-manage-log): Add :group.
14311         (sieve-manage-default-user): Diito.
14312         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14313         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14314         (sieve-manage-authenticators): Ditto.
14315         (sieve-manage-authenticator-alist): Ditto.
14316         (sieve-manage-default-port): Ditto.
14317
14318         * sieve-mode.el (sieve-control-commands-face): Add :group.
14319         (sieve-action-commands-face): Ditto.
14320         (sieve-test-commands-face): Ditto.
14321         (sieve-tagged-arguments-face): Ditto.
14322
14323         * smime.el (smime): Add :group.
14324
14325         * spam-report.el (spam-report): Add :group.
14326
14327         * spam.el (spam, spam-face): Add :group.
14328
14329 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14330
14331         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14332         return \n.\n.\n at the end of articles.  Protect against that.
14333         (nntp-with-open-group): Allow debugging.
14334
14335         * nnheader.el (mail-header-set-extra): Make into a function
14336         because I just could't understand how to quote the list properly.
14337
14338         * dns.el (query-dns-cached): New function.
14339
14340 2005-05-26  Lute Kamstra  <lute@gnu.org>
14341
14342         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14343
14344 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14345
14346         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14347
14348         * gnus-art.el: Don't autoload mail-extract-address-components.
14349
14350         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14351         eval-and-compile to evaluate it.
14352
14353         * hashcash.el: Don't autoload executable-find.
14354
14355         * nndb.el: Don't declare the nndb back end two or more times; don't
14356         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14357
14358         * nntp.el: Autoload format-spec instead of format; use
14359         eval-and-compile to evaluate autoload forms.
14360
14361 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14362
14363         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14364
14365 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14366
14367         * gnus.el (gnus-version-number): Bump version.
14368
14369 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14370
14371         * gnus.el: No Gnus v0.3 is released.
14372
14373 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14374
14375         * lpath.el (featurep): Bind show-nonbreak-escape.
14376
14377 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * gnus-art.el (gnus-article-edit-part): Disable undo.
14380
14381 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14382
14383         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14384         gnus-article-date-lapsed-new-header is t if date timer is active;
14385         skip headers in which the original date value is empty.
14386         (gnus-article-save-original-date): Redefine it as a macro.
14387         (gnus-display-mime): Use it.
14388
14389 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * gnus-art.el (article-date-ut): Support converting date in
14392         forwarded parts as well.
14393         (gnus-article-save-original-date): New function.
14394         (gnus-display-mime): Use it.
14395
14396 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14397
14398         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14399         enclosure element of <item>.
14400
14401 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14402
14403         * message.el (message-kill-buffer-query): Rename from
14404         `message-kill-buffer-query-if-modified'.  Add :version.
14405
14406 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14407
14408         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14409         window layout.
14410
14411 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14412
14413         * mml.el: Autoload dnd when compiling.
14414
14415 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14416
14417         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14418         x-dnd-*.
14419
14420 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14421
14422         * qp.el (quoted-printable-encode-region): Save excursion.
14423
14424 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14425
14426         * message.el (message-kill-buffer-query-if-modified): Add new variable
14427         so the user can kill a modified message buffer quickly.
14428         (message-kill-buffer): Use it.
14429
14430 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14431
14432         * lpath.el: Fbind display-time-event-handler; don't fbind
14433         string-to-multibyte.
14434
14435         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14436
14437 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14438
14439         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14440         contained in text because xml.el decodes entities) with LFs.
14441
14442 2005-04-11  Lute Kamstra  <lute@gnu.org>
14443
14444         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14445         differently.
14446
14447 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14448
14449         * mm-util.el (mm-detect-coding-region): Typo.
14450
14451 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14454
14455 2005-04-06  Deepak Goel  <deego@gnufans.org>
14456
14457         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14458         user-function allow user modifications of the scores.
14459         (spam-stat-score-buffer-user): New function, to allow
14460         user-computed modifications to the score.
14461         (spam-stat-score-buffer-user-functions): List of additional
14462         scoring functions.
14463         (spam-stat-error-holder): Global temporary error holder.
14464         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14465         variable.
14466
14467 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14468
14469         * gnus-registry.el (gnus-registry-clean-empty-function)
14470         (gnus-registry-trim, gnus-registry-fetch-groups)
14471         (gnus-registry-delete-group): Groups that match
14472         `gnus-registry-ignored-groups' are removed from the registry
14473         entries, not just ignored for splitting.  This helps clean up the
14474         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14475         to get all the groups a message ID is in.
14476
14477         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14478         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14479         (spam-stat-score-buffer-user-functions): Add :number custom type.
14480
14481 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14482
14483         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14484         argument in XEmacs.
14485
14486         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14487         (nnrss-request-group): Decode group name first.
14488         (nnrss-request-article): Make a text/plain article if mml-to-mime
14489         failed.
14490         (nnrss-get-encoding): Return a compatible encoding according to
14491         nnrss-compatible-encoding-alist.
14492         (nnrss-find-el): Use consp instead of listp.
14493         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14494
14495 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14496
14497         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14498         which Emacs 20 doesn't support.
14499         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14500
14501 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14502
14503         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14504         silence the byte compiler inside the defun.
14505
14506         * gnus-demon.el (parse-time-string): Add autoload.
14507
14508         * gnus-delay.el (parse-time-string): Add autoload.
14509
14510         * gnus-art.el (parse-time-string): Add autoload.
14511
14512         * nnultimate.el (parse-time): Require for `parse-time-string'.
14513
14514 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14515
14516         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14517
14518         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14519
14520         * smime.el (smime-ldap-host-list): Add :version.
14521
14522 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14523
14524         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14525         pass it to `gnus-browse-read-group'.
14526         (gnus-browse-read-group): Add NUMBER argument and pass it to
14527         `gnus-group-read-ephemeral-group'.
14528
14529         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14530         argument and pass it to `gnus-group-read-group'.
14531
14532 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14533
14534         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14535         mm-xemacs-find-mime-charset-1 if we have the mule feature
14536         available at runtime.
14537
14538 2005-03-25  Werner Lemberg  <wl@gnu.org>
14539
14540         * nnmaildir.el: Replace `illegal' with `invalid'.
14541
14542 2005-03-23  Lute Kamstra  <lute@gnu.org>
14543
14544         * time-date.el: Add comment on time value formats.
14545         Don't require parse-time.
14546         (with-decoded-time-value): New macro.
14547         (encode-time-value): New function.
14548         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14549         (days-to-time): Return a valid time value when arg is huge.
14550         (time-since): Use time-subtract.
14551         (time-to-number-of-days): Use time-to-seconds.
14552
14553 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14554
14555         * gnus-start.el (gnus-display-time-event-handler):
14556         Check display-time-timer at runtime rather than only at load time
14557         in case display-time-mode is turned off in the mean time.
14558
14559 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14560
14561         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14562         used.
14563
14564         * nneething.el (nneething-map-file-directory): Derive from
14565         `gnus-directory'.
14566
14567         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14568         the To/Cc button.
14569
14570 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14571
14572         * nnmaildir.el (nnmaildir-request-accept-article):
14573         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14574
14575 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14576
14577         * gnus-async.el: Require timer-funcs at compile time when in
14578         XEmacs for `run-with-idle-timer'.
14579
14580 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14581
14582         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14583         autoloaded function.
14584
14585 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14586
14587         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14588
14589 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14590
14591         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14592
14593 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14594
14595         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14596         Add gnus-expert-user to default.
14597
14598 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14599
14600         * nnimap.el (nnimap-open-server): Ditto.
14601
14602         * imap.el (imap-authenticate): Fix typo.
14603
14604 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14605
14606         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14607         buffer (since IMAP server might return FETCH response out of
14608         order, and the nntp buffer must be sorted).
14609
14610 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14611
14612         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14613         comparison on string.
14614
14615         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14616         (gnus-agent-score): Rename category keywords to match gnus-cus.
14617         (gnus-agent-summary-fetch-series): Modify to protect against
14618         gnus-agent-summary-fetch-group clearing processable flags.
14619         (gnus-agent-synchronize-group-flags): Update live group buffer as
14620         synchronization may occur due to the user toggle the plugged
14621         status.
14622         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14623         successfully downloaded.
14624         (gnus-agent-expire-group-1): Avoid using markers when the overview
14625         is in ascending order; greatly improves performance.
14626         (gnus-agent-regenerate-group):
14627         Use gnus-agent-synchronize-group-flags to reset read status in both
14628         gnus and server.
14629         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14630
14631 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14632
14633         * message.el: Don't autoload former message-utils variables.
14634         (message-strip-subject-trailing-was): Change doc string.
14635
14636         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14637         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14638         (nnweb-google-search): Add "hl=en" here.
14639         (nnweb-google-parse-1, nnweb-google-create-mapping):
14640         Don't hardcode URL.
14641
14642 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14643
14644         * message.el (message-get-reply-headers, message-followup):
14645         Mention related variables `message-use-followup-to' and
14646         `message-use-mail-followup-to', in the information buffer.
14647
14648         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14649         of broken groups(-beta).google.com.
14650
14651 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14652
14653         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14654         parameter to invoked gnus-request-move-article; remove the
14655         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14656         all at once instead of once per article.
14657         (gnus-summary-remove-process-mark): Accept a list of articles as
14658         well as a single article for processing.
14659
14660         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14661         parameter.
14662
14663         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14664
14665         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14666
14667         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14668         parameter.
14669
14670         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14671         parameter.
14672
14673         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14674         parameter and remove the gnus-sum-hint-move-is-internal variable.
14675
14676         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14677         parameter.
14678
14679         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14680         parameter.
14681
14682         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14683         parameter.
14684
14685         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14686
14687         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14688         parameter.
14689
14690         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14691         parameter.
14692
14693 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14694
14695         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14696         a more conservative way.
14697
14698 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14699
14700         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14701         buffer, so it moves the window's cursor.
14702
14703 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14704
14705         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14706         `mm-dissect-multipart' and receive the from field as an (optional)
14707         argument from `mm-dissect-multipart'.
14708         (mm-dissect-multipart): Receive the from field as an argument and
14709         pass it on when we call `mm-dissect-buffer' on MIME parts.
14710         Fixes verification/decryption of signed/encrypted MIME parts.
14711
14712 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14713
14714         * gnus-sum.el (gnus-summary-move-article):
14715         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14716         whatever it calls (right now, only nnimap-request-move article
14717         respects it).
14718
14719         * nnimap.el (nnimap-request-move-article):
14720         When gnus-sum-hint-move-is-internal is set, don't do the extra
14721         nnimap-request-article.
14722
14723 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14724
14725         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14726
14727         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14728         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14729
14730         * gnus-sum.el (gnus-summary-caesar-message):
14731         Apply `gnus-treat-article' after rotation.
14732
14733         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14734         doc string.
14735
14736 2005-02-22  Simon Josefsson  <jas@extundo.com>
14737
14738         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14739         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14740         <arne@arnested.dk>.
14741         (encrypt): Add password-cache and password-cache-expiry as group
14742         members.
14743
14744 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14745
14746         * smime.el (smime-ldap-host-list): Doc fix.
14747         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14748         cache) password.
14749         (smime-sign-region): Use it.
14750         (smime-decrypt-region): Use it.
14751         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14752         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14753         fails.
14754         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14755         certificate from DER to PEM format rather than calling openssl.
14756
14757         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14758
14759         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14760         for signing/encryption.
14761
14762         * mml.el (mml-parse-1): Use them.
14763
14764 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14765
14766         * nnrss.el (nnrss-verbose): Remove.
14767         (nnrss-request-group): Use `nnheader-message' instead.
14768
14769 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14770
14771         * nnrss.el (nnrss-verbose): New variable.
14772         (nnrss-request-group): Make it say nnrss is requesting a group.
14773
14774 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14775
14776         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14777         Handle news URL with given port correctly.
14778
14779 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14780
14781         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14782         containing special characters.
14783
14784         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14785
14786         * mml.el (mime-to-mml): Ditto.
14787
14788         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14789         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14790         (rfc2047-decode-region): Quote decoded words containing special
14791         characters when rfc2047-quote-decoded-words-containing-tspecials
14792         is non-nil.
14793
14794 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14795
14796         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14797
14798         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14799
14800 2005-02-15  Simon Josefsson  <jas@extundo.com>
14801
14802         * nnimap.el (nnimap-debug): Doc fix.
14803
14804         * imap.el (imap-debug): Doc fix.
14805
14806 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14807
14808         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14809
14810 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14811
14812         * gnus.el (spam-contents): Improve docs for spam-contents
14813         parameter in its variable incarnation.
14814
14815 2005-02-14  Simon Josefsson  <jas@extundo.com>
14816
14817         * smime-ldap.el: Use require instead of load-library for ldap.
14818         (smime-ldap-search): Indent.
14819         (smime-ldap-search-internal): Shorten line.
14820
14821         * smime.el (smime-cert-by-dns): Add doc-string.
14822         (smime-cert-by-ldap-1): Indent.
14823
14824         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14825         mml-smime-get-dns-ldap.
14826         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14827
14828 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14829
14830         * smime.el: Require smime-ldap.
14831         (smime-ldap-host-list): New variable.
14832         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14833
14834         * mml-smime.el (mml-smime-encrypt-query): New function.
14835         (mml-smime-encrypt-query): Use it.
14836
14837         * smime-ldap.el: New file.
14838
14839 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14840
14841         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14842
14843 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14844
14845         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14846         argument in doc string.  Make query for type more clear.
14847
14848 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14849
14850         * gnus.el (gnus-group-startup-message): Search for gnus images in
14851         etc/images/gnus.
14852         * mm-util.el (mm-image-load-path): Likewise.
14853         * smiley.el (smiley-data-directory): Search for smilies in
14854         etc/images/smilies.
14855
14856 2005-02-09  Kim F. Storm  <storm@cua.dk>
14857
14858         Change Emacs release version from 21.4 to 22.1 throughout.
14859         Change Emacs development version from 21.3.50 to 22.0.50.
14860
14861 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14862
14863         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14864
14865         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14866         non-Mule XEmacs as well.
14867         (mm-decompress-buffer): Signal an error intentionally if it does
14868         not decompress compressed data because auto-compression-mode is
14869         disabled.
14870
14871 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14872
14873         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14874         an ID in the registry even if it has no groups.
14875
14876 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14877
14878         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14879         merge it into mm-decompress-buffer.
14880         (gnus-mime-copy-part): Use the MIME part charset, the value which
14881         a user specified or gnus-newsgroup-charset for decoding, like
14882         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14883         save-buffer what was used.  Suggested by Kevin Ryde
14884         <user42@zip.com.au>.
14885         (gnus-mime-inline-part): Allow the name parameter as well as the
14886         filename parameter; force decompressing of compressed data; always
14887         display contents being not decoded as unibyte.
14888
14889         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14890         as well as the filename parameter.
14891
14892         * mm-util.el (mm-decompress-buffer):
14893         Merge gnus-mime-jka-compr-maybe-uncompress.
14894         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14895         of compressed data.
14896
14897 2005-02-08  Simon Josefsson  <jas@extundo.com>
14898
14899         * imap.el (imap-log): Doc fix.
14900
14901 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14902
14903         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14904         the coding cookies; decompress compressed parts.
14905
14906         * mml.el (mml-generate-mime-1): Add the charset parameter according
14907         to the value which a user specified manually or the coding cookie.
14908
14909         * mm-util.el (mm-string-to-multibyte): New function.
14910         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14911         (mm-coding-system-to-mime-charset): New function.
14912         (mm-decompress-buffer): New function.
14913         (mm-find-buffer-file-coding-system): New function.
14914
14915         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14916         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14917         parts.
14918
14919 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14920
14921         * mm-view.el (mm-display-inline-fontify): Decode a part according
14922         to the charset parameter.
14923
14924 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14925
14926         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14927         prefix arg is neither nil nor a number, as info specifies.
14928
14929 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14930
14931         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14932         timestamps.
14933
14934 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14935
14936         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14937         groups error checking and notify user.
14938
14939 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14940
14941         * message.el (message-send-mail-function): Check existence of
14942         sendmail-program first before using default value
14943         `message-send-mail-with-sendmail'.  Otherwise use more generic
14944         `smtpmail-send-it'.
14945
14946 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14947
14948         * nntp.el (nntp-request-update-info): Always return nil.
14949
14950 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14951
14952         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14953
14954 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14955
14956         * message.el (message-beginning-of-line): Change the behavior when
14957         invoked between BOL and : so that it first moves backward.
14958
14959 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14962         article buffer when editing of the article is discarded.
14963         (gnus-article-prepare): Revert.
14964
14965 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14966
14967         * gnus-art.el (gnus-article-prepare):
14968         Remove message-strip-forbidden-properties from the local hook.
14969
14970 2005-01-27  Simon Josefsson  <jas@extundo.com>
14971
14972         * password.el (password-cache-add): Only start one timer per key.
14973         Reported by Derek Atkins <warlord@MIT.EDU>.
14974
14975 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14976
14977         * run-at-time.el: Remove.  It is no longer needed as
14978         timer-funcs.el in the xemacs-base package has a working version of
14979         `run-at-time'.
14980
14981         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14982
14983         * password.el: Require timer-funcs instead of run-at-time in
14984         XEmacs.
14985         Remove `password-run-at-time' macro.
14986         (password-cache-add): Use `run-at-time' instead of
14987         `password-run-at-time'.
14988
14989         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14990         Remove `nnheader-cancel-function-timers' alias,
14991         `cancel-function-timers' exists in XEmacs in timer-funcs.
14992
14993         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14994         for `run-with-idle-timer'.
14995
14996         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14997         for `run-at-time'.
14998
14999         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15000         for `with-timeout'.
15001
15002         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15003         the same as for XEmacs 21.4.
15004         No need to ignore `run-with-idle-timer', this function exists in
15005         XEmacs now in timer-funcs.el in the xemacs-base package.
15006         (dgnushack-compile): No need to delete
15007         run-at-time.el from the list of files to compile because it
15008         doesn't exist anymore.
15009
15010 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15011
15012         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15013         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15014
15015 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15016
15017         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15018         sensitively.
15019
15020 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15021
15022         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15023
15024 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15027         which will be inserted according to the multibyteness of a buffer
15028         rather than the type of contents.  Suggested by ARISAWA Akihiro
15029         <ari@mbf.ocn.ne.jp>.
15030
15031         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15032         of string which old xml.el may return rather than a string.
15033
15034 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15035
15036         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15037
15038 2005-01-16  Simon Josefsson  <jas@extundo.com>
15039
15040         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15041         idn/idna.el isn't available.
15042         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15043         <michael@waxrat.com>.
15044
15045         * hashcash.el: Remove non-FSF copyright header.
15046
15047         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15048         (hashcash-generate-payment): Use it.
15049         (hashcash-generate-payment-async): Use it.
15050
15051 2005-01-15  Simon Josefsson  <jas@extundo.com>
15052
15053         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15054         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15055
15056         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15057         gnus-summary-idna-message.
15058         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15059         (gnus-summary-idna-message): New function.
15060
15061 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15062
15063         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15064         gnus-novice-user.
15065
15066 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15067
15068         * nnrss.el (nnrss-request-delete-group): Delete entries in
15069         nnrss-group-alist as well.
15070         (nnrss-save-server-data): Insert newline.
15071
15072 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15073
15074         * gnus.el (gnus-user-agent): Use list of symbols instead of
15075         symbols.  Display full version number for (S)XEmacs.
15076         Optionally display (S)XEmacs codename.
15077
15078         * gnus-util.el (gnus-emacs-version): Update for new
15079         `gnus-user-agent'.
15080
15081         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15082         Gnus version.
15083
15084 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15085
15086         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15087         which is unreadable in some setups.
15088
15089 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15090
15091         * gnus-spec.el (gnus-update-format-specifications): Flush the
15092         group format spec cache if it doesn't support decoded group names.
15093
15094 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15095
15096         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15097         Allow to apply decay on score files matching a regexp.
15098
15099 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15100
15101         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15102         compatibility in %g and %c.
15103
15104 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15105
15106         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15107         name for only %g and %c.
15108         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15109         of gnus-tmp-group to decoded group name.
15110         (gnus-group-make-rss-group): Exclude `/'s from group names.
15111
15112 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15113
15114         * nnrss.el (nnrss-get-encoding): Fix regexp.
15115
15116 2004-12-27  Simon Josefsson  <jas@extundo.com>
15117
15118         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15119         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15120         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15121
15122 2004-12-17  Kim F. Storm  <storm@cua.dk>
15123
15124         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15125
15126         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15127
15128 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15129
15130         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15131
15132 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15133
15134         * nnrss.el: Require rfc2047 and mml.
15135         (nnrss-file-coding-system): New variable.
15136         (nnrss-format-string): Redefine it as an inline function.
15137         (nnrss-decode-group-name): New function.
15138         (nnrss-string-as-multibyte): Remove.
15139         (nnrss-retrieve-headers): Decode group name; don't use
15140         nnrss-format-string.
15141         (nnrss-request-group): Decode group name.
15142         (nnrss-request-article): Decode group name; allow a Message-ID as
15143         well as an article number; don't use nnrss-format-string; encode a
15144         Message-ID string which may contain non-ASCII characters; use
15145         mml-to-mime to compose a MIME article.
15146         (nnrss-request-expire-articles): Decode group name.
15147         (nnrss-request-delete-group): Decode group name.
15148         (nnrss-fetch): Clarify error message.
15149         (nnrss-read-server-data): Use insert-file-contents instead of load;
15150         bind file-name-coding-system; use multibyte buffer.
15151         (nnrss-save-server-data): Bind coding-system-for-write to the
15152         value of nnrss-file-coding-system; bind file-name-coding-system;
15153         add coding cookie.
15154         (nnrss-read-group-data): Use insert-file-contents instead of load;
15155         bind file-name-coding-system; use multibyte buffer.
15156         (nnrss-save-group-data): Bind coding-system-for-write to the
15157         value of nnrss-file-coding-system; bind file-name-coding-system.
15158         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15159         make it work with non-ASCII text.
15160         (nnrss-find-el): Make it work with old xml.el as well.
15161
15162 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15163
15164         * nnrss.el (nnrss-get-encoding): New function.
15165         (nnrss-fetch): Use unibyte buffer initially; bind
15166         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15167         decode contents according to the encoding attribute.
15168         (nnrss-save-group-data): Add coding cookie.
15169         (nnrss-mime-encode-string): New function.
15170         (nnrss-check-group): Use it to encode subject and author.
15171
15172 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15173
15174         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15175         imaginary variable.
15176
15177 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15178
15179         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15180         correctly even if there are wide characters.
15181
15182 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15183
15184         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15185         downcased symbol names; make a new cache instead of reusing
15186         bbdb-hashtable.
15187
15188 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15189
15190         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15191         concatenating segments rather than before concatenating them.
15192         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15193
15194         * message.el (message-get-reply-headers): Bind `extra'.
15195
15196 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15197
15198         * message.el (message-extra-wide-headers): New variable.
15199         (message-get-reply-headers): Use it.
15200
15201 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15202
15203         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15204         (gnus-agent-group-pathname): Ditto.
15205
15206         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15207
15208         * gnus-group.el (gnus-group-make-group): Decode group name.
15209         (gnus-group-make-rss-group): Register the group data after opening
15210         the nnrss group.
15211
15212 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15213
15214         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15215         by expiry now get marked as read.
15216
15217 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15218
15219         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15220
15221 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15222
15223         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15224         unify Latin characters in XEmacs.
15225         (mm-find-mime-charset-region): Use it.
15226
15227 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15228
15229         * gnus-util.el (gnus-delete-directory): New function.
15230
15231         * gnus-agent.el (gnus-agent-delete-group): Use it.
15232
15233         * gnus-cache.el (gnus-cache-delete-group): Use it.
15234
15235 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15236
15237         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15238         names.
15239
15240 2004-12-16  Simon Josefsson  <jas@extundo.com>
15241
15242         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15243
15244 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15245
15246         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15247
15248         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15249         (gnus-group-set-current-level): Decode group name.
15250
15251 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15252
15253         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15254         failed.
15255
15256 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15257
15258         * gnus-group.el (gnus-group-delete-group): Decode group name.
15259         (gnus-group-make-rss-group): Encode group name.
15260         (gnus-group-catchup-current): Decode group name.
15261         (gnus-group-kill-group): Decode group name.
15262
15263 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15264
15265         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15266
15267 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15268
15269         * gnus-group.el (gnus-group-make-rss-group):
15270         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15271
15272         * gnus-start.el (gnus-setup-news): Honor user's setting to
15273         gnus-message-archive-method.  Suggested by Lute Kamstra
15274         <lute@gnu.org>.
15275
15276 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15277
15278         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15279         global counterparts of the buffer-local variables.
15280
15281 2004-11-16  Romain Francoise  <romain@orebokech.com>
15282
15283         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15284         counterparts of the buffer-local variables.
15285
15286 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15287
15288         * message.el (message-forbidden-properties): Fix typo in doc
15289         string.
15290
15291 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15292
15293         * gnus-util.el (gnus-replace-in-string): Add doc string.
15294
15295         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15296         to avoid problems when splitting mails with many recipients.
15297
15298 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15299
15300         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15301         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15302
15303 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15304
15305         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15306         if there is no hashtable in memory or file modification time is
15307         newer than cached timestamp.
15308
15309 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15310
15311         * gnus-sum.el (gnus-summary-limit-to-recipient):
15312         Implement not-matching option.
15313
15314 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15315
15316         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15317         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15318         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15319         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15320         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15321         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15322
15323 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15324
15325         * message.el (message-forward-make-body-mml): Remove headers
15326         according to message-forward-ignored-headers if a message is decoded.
15327
15328 2004-12-02  Romain Francoise  <romain@orebokech.com>
15329
15330         * message.el (message-forward-make-body-plain): Always remove
15331         headers according to message-forward-ignored-headers.
15332
15333 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15334
15335         * spam.el (spam-summary-prepare-exit): Remove the
15336         gnus-summary-limit pop for now, it has problems with ham marks for
15337         me.
15338
15339 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15340
15341         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15342         correctly.
15343
15344 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15345
15346         * format-spec.el (format-spec): Message the char.
15347
15348 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15349
15350         * gnus-art.el (gnus-split-methods): Reformat comments.
15351
15352         * spam.el (spam-summary-prepare-exit): Remove article limits
15353         before exiting the summary buffer.
15354
15355 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15356
15357         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15358         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15359
15360         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15361         order to silence the byte compiler.
15362
15363         * spam.el: Fix the way to silence the byte compiler, which
15364         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15365         bbdb-search-simple, spam-BBDB-register-routine,
15366         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15367         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15368         spam-stat-buffer-is-spam, spam-stat-load,
15369         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15370         spam-stat-save and spam-stat-split-fancy.
15371
15372 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15373
15374         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15375         which may confuse users.
15376         (canlock-password-for-verify): Ditto.
15377
15378         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15379
15380         * gnus-art.el (gnus-emphasis-alist): Ditto.
15381
15382         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15383
15384         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15385
15386         * gnus-start.el (gnus-save-killed-list): Ditto.
15387
15388         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15389         (gnus-sum-thread-tree-root): Ditto.
15390         (gnus-sum-thread-tree-false-root): Ditto.
15391         (gnus-sum-thread-tree-single-indent): Ditto.
15392
15393         * message.el (message-courtesy-message): Ditto.
15394         (message-archive-note): Ditto.
15395         (message-subscribed-address-file): Ditto.
15396         (message-user-fqdn): Ditto.
15397
15398         * spam-report.el (spam-report-gmane-regex): Ditto.
15399
15400         * spam.el (spam-blackhole-good-server-regex): Ditto.
15401
15402 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15403
15404         * mml.el (mml-preview): Widen the message buffer before copying
15405         the contents to the preview buffer; sort headers before previewing.
15406
15407         * message.el (message-hidden-headers): Fix the way to avoid a bug
15408         in the `repeat' widget in Emacs 21.3 or earlier.
15409
15410 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15411
15412         * message.el (message-hidden-headers): Default to "^References:".
15413         Improve customization type.  Suggested by Reiner Steib
15414         <Reiner.Steib@gmx.de>.
15415
15416 2004-11-25  Romain Francoise  <romain@orebokech.com>
15417
15418         * message.el (message-strip-forbidden-properties): Remove check for
15419         obsolete `message-hidden' text property, hidden headers are not
15420         accessible in the buffer anymore.
15421
15422 2004-11-22  Romain Francoise  <romain@orebokech.com>
15423
15424         * message.el (message-header-format-alist): Add `From' in list
15425         so that it can be sorted.
15426         (message-fix-before-sending): Widen and sort headers before
15427         sending.
15428         (message-hide-headers): Use narrowing to hide headers by moving
15429         them to the top of the buffer and narrowing to the region
15430         underneath.
15431
15432 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15433
15434         * message.el (message-strip-forbidden-properties):
15435         Bind buffer-read-only (etc) to nil.
15436
15437 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15438
15439         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15440         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15441
15442 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15443
15444         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15445
15446 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15447
15448         * dns.el (query-dns): Use sit-for to time instead of
15449         accept-process-output, since that doesn't seem to work on udp
15450         sockets.
15451
15452 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15453
15454         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15455
15456 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15457
15458         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15459         doc string.  Improve doc string.
15460
15461 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15462
15463         * nntp.el (nntp-request-update-info): Return nil if
15464         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15465         may not call gnus-activate-group which uselessly issues the GROUP
15466         commands for all nntp groups and wastes time.  Reported by Romain
15467         Francoise <romain@orebokech.com>.
15468
15469         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15470
15471 2004-11-15  Simon Josefsson  <jas@extundo.com>
15472
15473         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15474         headers separately.
15475         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15476         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15477
15478 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15479
15480         * gnus-start.el (gnus-convert-old-newsrc):
15481         Assign legacy-gnus-agent to 5.10.7.
15482
15483 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15484
15485         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15486         start of the lines.
15487
15488 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15489
15490         * hashcash.el (hashcash-default-payment): Change default to 20.
15491         (hashcash-default-accept-payment): Change default to 20.
15492         (hashcash-process-alist): New variable.
15493         (hashcash-generate-payment-async): Add.
15494         (hashcash-already-paid-p): Add.
15495         (hashcash-insert-payment): Don't generate payments twice.
15496         (hashcash-insert-payment-async): Add.
15497         (hashcash-insert-payment-async-2): Add.
15498         (hashcash-cancel-async): Add.
15499         (hashcash-wait-async): Add.
15500         (hashcash-processes-running-p): Add.
15501         (hashcash-wait-or-cancel): Add.
15502         (mail-add-payment): New optional argument.  Conditionally start
15503         asynchronous calculation.
15504         (mail-add-payment-async): Add.
15505
15506         * message.el (message-send-mail): Wait for asynchronous hashcash
15507         results.  Don't clobber existing X-Hashcash headers.
15508         (message-setup-1): Call mail-add-payment-async when
15509         message-generate-hashcash is non-nil.
15510
15511 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15512
15513         * message.el (message-use-alternative-email-as-from): Examine the
15514         From header as well; use message-make-from in order to include a
15515         user's full name.
15516
15517 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15518
15519         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15520         default; improve customization type.
15521         (gnus-emphasis-custom-with-format): New macro.
15522         (gnus-emphasis-custom-value-to-external): New function.
15523         (gnus-emphasis-custom-value-to-internal): New function.
15524
15525 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15526
15527         * dns.el (query-dns): Resolve reverse addresses.
15528
15529 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15530
15531         * gnus-group.el (gnus-group-get-new-news): Use it.
15532
15533         * gnus-start.el (gnus-check-reasonable-setup): New function.
15534
15535 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15536
15537         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15538         "Args out of range" error.  Reported by Arnaud Giersch
15539         <arnaud.giersch@free.fr>.
15540
15541 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15542
15543         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15544
15545 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15546
15547         * spam.el (spam group): Add :version.
15548
15549         * pgg-def.el (pgg group): Add :version.
15550
15551 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15552
15553         * gnus-art.el (gnus-article-edit-article): Don't associate the
15554         article buffer with a draft file.  This is a temporary measure
15555         against the 2004-08-22 change to gnus-article-edit-mode.
15556
15557 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15558
15559         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15560         (html2text-format-tags): Remove unused variable `attr'.
15561
15562 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15563
15564         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15565
15566         * tls.el (tls-process-connection-type, tls-success)
15567         (tls-certtool-program): Add :version.
15568
15569         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15570         (starttls-extra-arguments, starttls-process-connection-type)
15571         (starttls-connect, starttls-failure, starttls-success): Add :version.
15572
15573         * spam-stat.el (spam-stat): Add :version.
15574
15575         * sieve.el (sieve): Add :version.
15576
15577         * sha1.el (sha1): Add :version.
15578         (sha1-use-external): Remove redundant version.
15579
15580         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15581         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15582         (nnmail-split-fancy-match-partial-words)
15583         (nnmail-split-lowercase-expanded): Add :version.
15584
15585         * nndiary.el (nndiary): Add :version.
15586
15587         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15588
15589         * mml-sec.el (mml-default-sign-method)
15590         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15591         Add :version.
15592
15593         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15594
15595         * mm-url.el (mm-url-use-external, mm-url-program)
15596         (mm-url-arguments): Add :version.
15597
15598         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15599         (mm-attachment-file-modes, mm-decrypt-option)
15600         (mm-w3m-safe-url-regexp): Add :version.
15601
15602         * message.el (message-cite-prefix-regexp)
15603         (message-sendmail-envelope-from, message-minibuffer-local-map)
15604         (message-user-fqdn, message-completion-alist): Add :version.
15605
15606         * gnus-win.el (gnus-configure-windows-hook)
15607         (gnus-use-frames-on-any-display): Add :version.
15608
15609         * gnus-art.el (gnus-article-address-banner-alist)
15610         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15611         (gnus-treat-from-picon, gnus-treat-mail-picon)
15612         (gnus-treat-x-pgp-sig): Add :version.
15613
15614         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15615         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15616         (gnus-summary-article-delete-hook)
15617         (gnus-summary-display-while-building): Add :version.
15618
15619         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15620         (gnus-get-top-new-news-hook): Add :version.
15621
15622         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15623         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15624
15625         * gnus-registry.el (gnus-registry): Add :version.
15626
15627         * gnus-spec.el (gnus-use-correct-string-widths)
15628         (gnus-make-format-preserve-properties): Add :version.
15629
15630         * gnus.el (gnus-group-charter-alist)
15631         (gnus-group-fetch-control-use-browse-url)
15632         (gnus-install-group-spam-parameters): Add :version.
15633
15634         * gnus-diary.el (gnus-diary): Add :version.
15635
15636         * gnus-delay.el (gnus-delay): Add :version.
15637
15638         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15639         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15640         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15641         Add :version.
15642
15643         * gnus-agent.el (gnus-agent-max-fetch-size)
15644         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15645         (gnus-agent-prompt-send-queue): Add :version.
15646
15647         * deuglify.el (gnus-outlook-deuglify): Add :version.
15648
15649         * html2text.el: Beautify code.  Improve doc strings.
15650         Some checkdoc cleanup.
15651         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15652
15653 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15654
15655         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15656
15657 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15658
15659         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15660         when package is loaded.
15661
15662         * spam.el (spam-summary-score-preferred-header): Add global preference
15663         for people who want to override the default SpamAssassin over
15664         Bogofilter preference (when both are set).
15665         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15666         (spam-user-format-function-S):
15667         Check spam-summary-score-preferred-header.
15668         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15669         (spam-user-format-function-S): Format the score correctly.
15670
15671 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15672
15673         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15674         signature file.  Suggested by Manoj Srivastava
15675         <srivasta@golden-gryphon.com>.
15676
15677         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15678         iso-2022-jp even in the Japanese language environment.
15679         Suggested by Jason Rumney <jasonr@gnu.org>.
15680
15681 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15684         use the same characters as the dummy marks; make it free from
15685         getting affected by the language environment.
15686         (gnus-summary-read-group-1): Update mark positions only when the
15687         format spec is updated.
15688
15689         * gnus-spec.el (gnus-update-format-specifications): Return a list
15690         of updated types.
15691
15692 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15693
15694         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15695         of boundp to check if display-warning is available.
15696
15697 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15698
15699         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15700
15701 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15702
15703         * nnspool.el (nnspool-spool-directory): Use news-path if the
15704         news-directory variable is not bound.
15705
15706         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15707         function instead of display-warning if it is not available.
15708
15709 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15710
15711         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15712         v5-10: Use `point-at-bol'.
15713
15714 2004-10-26  Simon Josefsson  <jas@extundo.com>
15715
15716         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15717         <chenggao@gmail.com>.
15718
15719 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15720
15721         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15722         instead.
15723
15724 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15725
15726         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15727         to remove a server from the nnimap-server-buffer-alist.
15728         (nnimap-open-connection, nnimap-close-server): Use it.
15729
15730         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15731
15732 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15733
15734         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15735         running the major-mode function.
15736
15737 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15740         dummy marks in the right way.
15741
15742 2004-10-18  David Edmondson  <dme@dme.org>
15743
15744         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15745         excessively.
15746
15747 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15748
15749         * gnus-util.el (gnus-split-references): Accept a nil references
15750         string and go on blissfully.
15751
15752         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15753         cases where the references string is non-nil but has no references.
15754
15755         * encrypt.el: Add autoload tags.
15756
15757         * spam.el (spam-resolve-registrations-routine): Remove article
15758         from unregistration list too.  Reported by David Hanak
15759         <dhanak@isis.vanderbilt.edu>
15760
15761 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15762
15763         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15764         nil.  Change custom type.
15765
15766 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15767
15768         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15769
15770         * gnus-sum.el (gnus-summary-move-article): Use it.
15771
15772 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15773
15774         * encrypt.el: Add autoload cookies.
15775
15776         * spam.el (spam-backend-article-list-property)
15777         (spam-backend-get-article-todo-list)
15778         (spam-backend-put-article-todo-list)
15779         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15780         Resolve registrations separately.
15781         (spam-register-routine): Format comments.
15782         (spam-unregister-routine, spam-register-routine): Always call with
15783         specific-articles, no default list.
15784         (spam-summary-prepare-exit): Use the spam-classifications function.
15785
15786         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15787         gnus-encrypt.el.
15788
15789         * encrypt.el: Copied from gnus-encrypt.el.
15790
15791         * gnus-encrypt.el: Commented that it's obsolete.
15792
15793 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15794
15795         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15796         (gnus-score-save): Use it.
15797
15798         * message.el (message-bury): Use `window-dedicated-p'.
15799
15800 2004-10-15  Simon Josefsson  <jas@extundo.com>
15801
15802         * pop3.el (top-level): Don't require nnheader.
15803         (pop3-read-timeout): Add.
15804         (pop3-accept-process-output): Add.
15805         (pop3-read-response, pop3-retr): Use it.
15806
15807 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15808
15809         * spam.el (spam-register-routine): Move comment.
15810         (spam-verify-bogofilter): Use 'unknown for the initial
15811         spam-bogofilter-valid state, not 'never.
15812
15813         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15814         for netrc-machine.
15815
15816         * nnimap.el (nnimap-open-connection):
15817         Use netrc-machine-user-or-password.
15818
15819 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15820
15821         * gnus-registry.el (gnus-registry-unload-hook):
15822         Set as a variable with add-hook.
15823
15824         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15825         of news-path.
15826
15827         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15828
15829         * spam.el: Delete duplicate `provide'.
15830         (spam-unload-hook): Set as a variable with add-hook.
15831
15832 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15833
15834         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15835         in the doc string.
15836
15837         * message.el (message-ignored-news-headers)
15838         (message-ignored-supersedes-headers)
15839         (message-ignored-resent-headers)
15840         (message-forward-ignored-headers): Improve custom type.
15841
15842 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15843
15844         * message.el (message-tokenize-header): Fix 2004-09-06 change
15845         which used point-min in the wrong place.
15846
15847 2004-10-12  Simon Josefsson  <jas@extundo.com>
15848
15849         * tls.el (tls-certtool-program): New variable.
15850         (tls-certificate-information): New function, based on
15851         ssl-certificate-information.
15852
15853 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15854
15855         * compface.el: Move the version of ELisp-based uncompface program
15856         to the contrib directory because of the copyright problem.
15857
15858 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15859
15860         * message.el (message-kill-buffer): Raise the current frame.
15861
15862 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15863
15864         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15865
15866         * gnus.el (message-y-or-n-p): Autoload.
15867
15868         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15869         (pop3-password-required, pop3-authentication-scheme)
15870         (pop3-leave-mail-on-server): Make customizable.
15871         (pop3): New custom group.
15872         (pop3-retr): Remove `sleep-for' statements.
15873         Suggested by Dave Love <fx@gnu.org>.
15874
15875         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15876         Windows/DOS.
15877
15878         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15879         (imap-parse-body): Fix incorrect use of `assert'.
15880         Suggested by Dave Love <fx@gnu.org>.
15881
15882         * mml.el (mml-minibuffer-read-disposition): Require match.
15883         Suggested by Dave Love <fx@gnu.org>.
15884
15885 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15886
15887         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15888         doc string.
15889
15890 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15891
15892         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15893
15894 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15895
15896         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15897         instead of calling `mm-insert-inline', to decode text/* parts
15898         before displaying them.
15899
15900 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15901
15902         * mm-uu.el (mm-uu-text-plain-type): New variable.
15903         (mm-uu-pgp-signed-extract-1): Use it.
15904         (mm-uu-pgp-encrypted-extract-1): Use it.
15905         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15906         bind mm-uu-text-plain-type with that value.
15907         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15908         mm-uu-dissect.
15909
15910 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15911
15912         * gnus-group.el (gnus-update-group-mark-positions):
15913         * gnus-sum.el (gnus-update-summary-mark-positions):
15914         * message.el (message-check-news-body-syntax):
15915         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15916         of string-as-multibyte.
15917
15918 2004-10-05  Juri Linkov  <juri@jurta.org>
15919
15920         * gnus-group.el (gnus-update-group-mark-positions):
15921         * gnus-sum.el (gnus-update-summary-mark-positions):
15922         * message.el (message-check-news-body-syntax):
15923         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15924         8-bit unibyte values to a multibyte string for search functions.
15925
15926 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15927
15928         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15929         (mm-uu-dissect-text-parts): New function.
15930
15931         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15932         dissect text parts.
15933
15934         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15935         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15936
15937         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15938
15939         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15940         Use gnus-current-topics instead of gnus-current-topic.
15941
15942 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15943
15944         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15945
15946 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15947
15948         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15949         where approriate.
15950
15951         * nnml.el (nnml-generate-active-info): do.
15952
15953         * nndiary.el (nndiary-generate-active-info): do.
15954
15955         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15956         (gnus-topic-move): do.
15957
15958         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15959         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15960
15961         * gnus-srvr.el (gnus-server-prepare)
15962         (gnus-server-open-all-servers): do.
15963
15964         * gnus-msg.el (gnus-summary-cancel-article)
15965         (gnus-summary-resend-message)
15966         (gnus-summary-mail-crosspost-complaint): do.
15967
15968         * gnus-move.el (gnus-change-server): do.
15969
15970         * gnus-group.el (gnus-group-unmark-all-groups)
15971         (gnus-group-set-current-level): do.
15972
15973 2004-10-04  Simon Josefsson  <jas@extundo.com>
15974
15975         * message.el (message-generate-hashcash): Doc fix.
15976
15977 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15978
15979         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15980         avoid infinite recursion via gnus-get-function.
15981
15982 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15983
15984         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15985
15986         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15987
15988         * nnmail.el (nnmail-split-history): do.
15989
15990         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15991         (nnml-request-delete-group): do.
15992
15993         * nnslashdot.el (nnslashdot-read-groups): do.
15994
15995         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15996         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15997
15998         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15999         (nnspool-sift-nov-with-sed): Use last.
16000         (nnspool-retrieve-headers-with-nov): Use mapc.
16001         (nnspool-request-newgroups): Use dolist.
16002         (nnspool-request-group): Use last.
16003
16004         * nntp.el (nntp-read-server-type): Use dolist.
16005
16006         * nnvirtual.el (nnvirtual-create-mapping)
16007         (nnvirtual-update-read-and-marked): Use dolist.
16008         (nnvirtual-convert-headers): Simplify.
16009
16010 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16011
16012         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16013         Add support for sync'ing tick marks.
16014
16015 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16016
16017         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16018         there's no visible header.
16019
16020 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16021
16022         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16023         When necessary, pass full group name to gnus-request-set-marks.
16024
16025 2004-10-01  Simon Josefsson  <jas@extundo.com>
16026
16027         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16028         acroread.
16029
16030 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16031
16032         * spam-report.el (spam-report-gmane): Fix interactive.
16033
16034         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16035
16036         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16037         when writing file.
16038         (gnus-agent-synchronize-flags): Don't default to being
16039         interactive.
16040
16041 2004-09-30  Simon Josefsson  <jas@extundo.com>
16042
16043         * message.el (message-generate-hashcash): Add.
16044         (message-send-mail): Use it, call mail-add-payment.
16045
16046 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16047
16048         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16049
16050 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16051
16052         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16053         gnus-requst-update-info with explicit code to sync the in-memory
16054         info read flags with the marks being sync'd to the backend.
16055
16056         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16057
16058 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16059
16060         * spam.el (spam-verify-bogofilter): Add new function.
16061         (spam-check-bogofilter)
16062         (spam-bogofilter-register-with-bogofilter): Use it.
16063         (spam-verify-bogofilter): Add small fixes.
16064
16065 2004-09-28  Simon Josefsson  <jas@extundo.com>
16066
16067         * hashcash.el (hashcash-generate-payment): Revert.
16068
16069 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16070
16071         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16072         Use gnus-extract-references instead of gnus-split-references.
16073
16074         * gnus-util.el (gnus-extract-references): Add new function, analogous
16075         to gnus-split-references but extracts only the message-ID without
16076         anything extra.
16077
16078         * hashcash.el (hashcash-generate-payment)
16079         (hashcash-check-payment): Do the right thing if hashcash-path is
16080         nil (because the hashcash program could not be found).
16081
16082         * spam.el (spam-use-hashcash): Remove comment.
16083
16084 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16085
16086         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16087         (gnus-cache-enter-article, gnus-cache-remove-article)
16088         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16089
16090         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16091
16092         * gnus-art.el (article-hide-boring-headers)
16093         (article-translate-strings, article-display-face)
16094         (gnus-article-mime-match-handle-first)
16095         (gnus-article-highlight-headers)
16096         (gnus-article-add-buttons-to-head): do.
16097
16098 2004-09-27  Simon Josefsson  <jas@extundo.com>
16099
16100         * hashcash.el: New version, from
16101         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16102         ../contrib/.
16103
16104 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16105
16106         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16107
16108 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16109
16110         * gnus-dup.el (gnus-dup-open): Use mapc.
16111         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16112
16113         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16114         Reported by Stefan Wiens <s.wi@gmx.net>.
16115
16116         * gnus.el (gnus-shutdown): Use dolist.
16117
16118         * gnus-undo.el (gnus-undo): Use mapc.
16119
16120         * nnrss.el (nnrss-generate-active): do.
16121
16122         * message.el (message-cite-original-without-signature)
16123         (message-cite-original): Use mapc.
16124         (message-do-actions, message-make-forward-subject): Use dolist.
16125
16126 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16127
16128         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16129         deletion to remove entire duplicate line.  Fixes merged article
16130         number bug.
16131
16132 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16133
16134         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16135         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16136         first ask if you want to open a server and then, even when you
16137         responded with no, asking if you want to synchronize the server's
16138         flags.
16139         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16140         multi-line expressions.
16141         (gnus-agent-synchronize-group-flags): New internal function.
16142         Updates marks in memory (in the info structure) AND in the
16143         backend.
16144
16145         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16146
16147         * nnagent.el (nnagent-request-set-mark):
16148         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16149         method, to ensure that synchronization updates marks in the
16150         backend and in the info (in memory) structure.
16151
16152 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16153
16154         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16155         convention fully; don't miss the root article of a thread; make
16156         the X-Draft-From header with correct article numbers.
16157
16158 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16159
16160         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16161         unless plugged.  Disable the agent so that an open failure causes
16162         an error.
16163
16164         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16165         Revert 2004-09-21 change.  The backend must be opened while
16166         synchronizing flags even when the backend stores the flags
16167         locally.
16168
16169 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16170
16171         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16172         in `header' match.  Reported by Svend Tollak Munkejord.
16173
16174         * message.el (message-cite-original): Fix use of
16175         `message-cite-articles-with-x-no-archive'.
16176
16177 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16178
16179         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16180         (gnus-window-to-buffer): Ditto.
16181
16182         * mml.el (mml-preview-buffer): New variable.
16183         (mml-preview): Manage window layout with gnus-buffer-configuration.
16184
16185         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16186         X-Draft-From header even if those articles aren't quoted.
16187
16188 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16189
16190         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16191         (gnus-request-set-mark, gnus-request-update-mark): Use new
16192         g-s-t-u-l-m to decide to use backend even when unplugged.
16193
16194 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16195
16196         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16197         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16198
16199 2004-09-20  Simon Josefsson  <jas@extundo.com>
16200
16201         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16202         "utf-16-le".
16203
16204 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16205
16206         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16207
16208 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16209
16210         * uudecode.el (uudecode-use-external): Add :version.
16211
16212         * smime.el (smime-CA-file, smime-encrypt-cipher)
16213         (smime-dns-server): Add :version.
16214
16215         * smiley.el (gnus-smiley-file-types): Add :version.
16216
16217         * sha1.el (sha1-use-external): Add :version.
16218
16219         * pgg-def.el (pgg-query-keyserver): Add :version.
16220
16221         * nnmail.el (nnmail-fancy-expiry-targets)
16222         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16223         Add :version.
16224
16225         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16226         (nnimap-retrieve-groups-asynchronous): Add :version.
16227         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16228
16229         * mml.el (mml-content-disposition-parameters)
16230         (mml-insert-mime-headers-always): Add :version.
16231
16232         * mm-util.el (mm-coding-system-priorities): Add :version.
16233
16234         * mm-decode.el (mm-inline-text-html-with-images)
16235         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16236         (mm-verify-option): Add :version.
16237         (mm-text-html-renderer): Change :version.
16238
16239         * message.el (message-fcc-externalize-attachments)
16240         (message-required-headers, message-draft-headers)
16241         (message-subject-trailing-was-query)
16242         (message-subject-trailing-was-ask-regexp)
16243         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16244         (message-mark-insert-end, message-archive-header)
16245         (message-archive-note, message-cross-post-default)
16246         (message-cross-post-note, message-followup-to-note)
16247         (message-cross-post-note-function, message-use-mail-followup-to)
16248         (message-subscribed-address-functions)
16249         (message-subscribed-address-file, message-subscribed-addresses)
16250         (message-subscribed-regexps, message-allow-no-recipients)
16251         (message-yank-cited-prefix, message-signature-insert-empty-line)
16252         (message-hidden-headers, message-hierarchical-addresses)
16253         (message-mail-user-agent, message-use-idna)
16254         (message-valid-fqdn-regexp)
16255         (message-strip-special-text-properties, message-header-synonyms)
16256         (message-beginning-of-line, message-tab-body-function): Add :version.
16257         (message-insert-canlock, message-wide-reply-confirm-recipients):
16258         Change :version.
16259
16260         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16261         and :version.
16262         (mail-source-delete-old-incoming-confirm)
16263         (mail-source-movemail-program): Add :version.
16264
16265         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16266         (gnus-agent-cache, gnus-agent): Change :version.
16267
16268         * gnus-util.el (gnus-use-byte-compile): Change :version.
16269
16270         * gnus-sum.el (gnus-summary-make-false-root-always)
16271         (gnus-summary-default-high-score)
16272         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16273         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16274         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16275         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16276         (gnus-sum-thread-tree-single-indent)
16277         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16278         (gnus-sum-thread-tree-leaf-with-other)
16279         (gnus-sum-thread-tree-single-leaf): Add :version.
16280         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16281         (gnus-article-loose-mime): Change :version.
16282
16283         * gnus-start.el (gnus-backup-startup-file)
16284         (gnus-save-startup-file-via-temp-buffer): Add :version.
16285
16286         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16287         (gnus-server-offline-face): Add :version.
16288
16289         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16290
16291         * gnus-msg.el (gnus-gcc-externalize-attachments)
16292         (gnus-debug-files, gnus-debug-exclude-variables)
16293         (gnus-discouraged-post-methods): Change :version.
16294         (gnus-confirm-mail-reply-to-news)
16295         (gnus-confirm-treat-mail-like-news): Add :version.
16296
16297         * gnus-int.el (gnus-server-unopen-status): Add :version.
16298
16299         * gnus-group.el (gnus-group-jump-to-group-prompt)
16300         (gnus-large-ephemeral-newsgroup)
16301         (gnus-fetch-old-ephemeral-headers): Add :version.
16302
16303         * gnus-fun.el (gnus-x-face-directory)
16304         (gnus-convert-pbm-to-x-face-command)
16305         (gnus-convert-image-to-x-face-command)
16306         (gnus-convert-image-to-face-command): Add :version.
16307
16308         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16309
16310         * gnus-cite.el (gnus-cite-blank-line-after-header)
16311         (gnus-article-boring-faces): Add :version.
16312
16313         * gnus-art.el (gnus-buttonized-mime-types)
16314         (gnus-inhibit-mime-unbuttonizing)
16315         (gnus-treat-display-face)
16316         (gnus-treat-body-boundary): Change :version.
16317         (gnus-body-boundary-delimiter, gnus-picon-databases)
16318         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16319         (gnus-treat-date-english, gnus-treat-fold-headers)
16320         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16321         (gnus-treat-mail-picon, gnus-treat-wash-html)
16322         (gnus-article-encrypt-protocol)
16323         (gnus-use-idna, gnus-article-over-scroll)
16324         (gnus-mime-display-multipart-alternative-as-mixed)
16325         (gnus-mime-display-multipart-related-as-mixed)
16326         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16327         (gnus-ctan-url, gnus-button-ctan-handler)
16328         (gnus-button-handle-ctan-bogus-regexp)
16329         (gnus-button-ctan-directory-regexp)
16330         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16331         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16332         (gnus-button-man-level, gnus-button-emacs-level)
16333         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16334
16335         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16336         (gnus-agent-go-online): Change :version.
16337         (gnus-agent-expire-unagentized-dirs)
16338         (gnus-agent-auto-agentize-methods): Add :version.
16339
16340         * flow-fill.el (fill-flowed-display-column)
16341         (fill-flowed-encode-column): Add :version.
16342
16343         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16344         (gnus-outlook-deuglify-unwrap-max)
16345         (gnus-outlook-deuglify-cite-marks)
16346         (gnus-outlook-deuglify-unwrap-stop-chars)
16347         (gnus-outlook-deuglify-no-wrap-chars)
16348         (gnus-outlook-deuglify-attrib-cut-regexp)
16349         (gnus-outlook-deuglify-attrib-verb-regexp)
16350         (gnus-outlook-deuglify-attrib-end-regexp)
16351         (gnus-outlook-display-hook): Add :version.
16352
16353         * binhex.el (binhex-use-external): Add :version.
16354
16355 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16356
16357         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16358         and `invisible'.
16359
16360 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16361
16362         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16363         in gnus-registry-trim.
16364
16365 2004-09-13  Simon Josefsson  <jas@extundo.com>
16366
16367         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16368
16369         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16370
16371         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16372         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16373         <yamaoka@jpl.org>.
16374         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16375         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16376         <yamaoka@jpl.org>.
16377
16378         * sieve.el (sieve-manage-mode): Ditto.
16379
16380 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16381
16382         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16383
16384 2004-09-11  Simon Josefsson  <jas@extundo.com>
16385
16386         * dns-mode.el: Add.
16387
16388         * mm-view.el (mm-display-dns-inline): Add.
16389
16390         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16391         (mm-automatic-display): Ditto.
16392
16393         * mailcap.el (mailcap-mime-data): Add text/dns.
16394         (mailcap-mime-extensions): Map .soa to text/dns.
16395
16396 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16397
16398         * gnus-art.el (article-decode-mime-words, article-babel)
16399         (gnus-article-highlight-signature, gnus-article-add-buttons)
16400         (gnus-signature-toggle): Remove unnecessary bindings of
16401         `inhibit-read-only' inherited from v5.10 merge.
16402
16403 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16404
16405         * nntp.el (nntp): New customization group.
16406         (nntp-authinfo-file): Add customization group.
16407
16408         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16409
16410         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16411
16412         * gnus.el (to-address, to-list, subscribed)
16413         (large-newsgroup-initial): Ditto.
16414
16415         * flow-fill.el (fill-flowed-display-column)
16416         (fill-flowed-encode-column): Ditto.
16417
16418 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16419
16420         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16421         Use point-min rather than 1.
16422         (message-send-mail): Use buffer-size rather than point-max.
16423
16424         * gnus-sum.el (gnus-summary-search-article-forward):
16425         Signal a specific `search-failed' rather than a generic `error'.
16426
16427         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16428         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16429         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16430
16431 2004-09-10  Simon Josefsson  <jas@extundo.com>
16432
16433         * nndb.el (require): Remove tcp and duplicate cl.
16434
16435 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16436
16437         * gnus-agent.el (directory-files-and-attributes): Move forward.
16438
16439 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16440
16441         * gnus-agent.el (directory-files-and-attributes):
16442         Optionally defined to support XEmacs.
16443
16444 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16445
16446         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16447         to avoid run-time CL dependencies.
16448         (gnus-agent-unfetch-articles): New function.
16449         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16450         article numbers even when local .overview file is missing.
16451         (gnus-agent-read-article-number): New function.  Only accepts
16452         27-bit article numbers.
16453         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16454         Use gnus-agent-read-article-number.
16455         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16456         from backend while recognizing that article numbers in .overview
16457         must be valid.
16458         (gnus-agent-update-files-total-fetched-for):
16459         Use directory-files-and-attributes to improve performance.
16460         * gnus-int.el (gnus-request-move-article):
16461         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16462         improve performance.
16463
16464         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16465         some users confused by references to .newsrc when they only have a
16466         .newsrc.eld file.
16467         (gnus-convert-mark-converter-prompt)
16468         (gnus-convert-converter-needs-prompt): Fix use of property list.
16469         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16470         New function.  Used internally to only display 'gnus converting
16471         files' message when actually necessary.
16472
16473         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16474         methods now autoloaded.
16475
16476 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16477
16478         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16479         identifiers.
16480
16481 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16482
16483         * gnus-picon.el: Fix indentation and closing parenthesis.
16484
16485 2004-09-01  Simon Josefsson  <jas@extundo.com>
16486
16487         * message.el (message-canlock-generate): Require sha1, not
16488         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16489         to require within a function.  Sadly, if sha1.el isn't loaded, the
16490         let binding in m-c-g will hide the defcustom definition, which is
16491         bad.)
16492
16493         * canlock.el: Require sha1, not sha1-el.
16494
16495         * message.el: Don't autoload sha1 (there is a autoload cookie in
16496         sha1.el).
16497
16498         * sha1-el.el: Rename to sha1.el.
16499
16500 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16501
16502         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16503
16504 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16505
16506         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16507
16508 2004-08-30  Kim F. Storm  <storm@cua.dk>
16509
16510         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16511
16512         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16513         Add :group 'nnimap.
16514
16515 2004-08-30  Andreas Schwab  <schwab@suse.de>
16516
16517         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16518         ?* and ?\;.
16519
16520         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16521         and ?\' to symbol instead of whitespace.
16522
16523 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16524
16525         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16526
16527         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16528         instead of re-search-forward.
16529
16530         * gnus-uu.el (gnus-uu-save-article): Ditto.
16531         (gnus-uu-post-encode-uuencode): Ditto.
16532
16533         * html2text.el (html2text-clean-list-items): Ditto.
16534         (html2text-clean-dtdd): Ditto.
16535         (html2text-format-tags): Ditto.
16536
16537         * message.el (message-send-mail-with-sendmail): Fix regexp.
16538         (message-fill-field-general): Use search-forward instead of
16539         re-search-forward.
16540         (unbold-region): Ditto.
16541
16542         * nnrss.el (nnrss-request-article): Ditto.
16543
16544         * nnslashdot.el (nnslashdot-request-article): Ditto.
16545
16546         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16547
16548         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16549         "Unrecognized menu descriptor" error in XEmacs.
16550
16551 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16552
16553         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16554         parent article of a sparse article in the thread hashtb.
16555
16556 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16557
16558         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16559         (nnmail-expand-newtext): Lowercase expanded entries if
16560         nnmail-split-lowercase-expanded is non-nil.
16561
16562 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16563
16564         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16565
16566         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16567         of gnus-tmp-news-method into string under XEmacs.  It will be
16568         passed to gnus-correct-length which takes only a string argument.
16569
16570 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16571
16572         * gnus-util.el (gnus-bind-print-variables): New macro.
16573         (gnus-prin1): Use it.
16574         (gnus-prin1-to-string): Use it.
16575         (gnus-pp): New function.
16576         (gnus-pp-to-string): New function.
16577
16578         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16579         Replace pp-to-string with gnus-pp-to-string.
16580         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16581         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16582         * gnus-msg.el (gnus-debug): Ditto.
16583         * gnus-score.el (gnus-score-save): Ditto.
16584         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16585         gnus-pp-to-string.
16586         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16587         with gnus-pp.
16588         * score-mode.el (gnus-score-pretty-print): Ditto.
16589         * webmail.el (webmail-debug): Ditto.
16590
16591 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16592
16593         * gnus-art.el (article-display-face, article-display-x-face):
16594         Use buffer-read-only.
16595
16596 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16597
16598         * gnus-art.el (article-hide-list-identifiers):
16599         Bind inhibit-read-only as t.
16600
16601 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16602
16603         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16604
16605 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16606
16607         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16608         (gnus-narrow-to-page): Don't assume point-min == 1.
16609         (gnus-article-edit-mode): Derive from message-mode.
16610
16611         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16612         point-min == 1.
16613
16614         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16615         Disable incorrect use of `assert'.
16616
16617         * message.el (message-mode): Set comment-start-skip.
16618
16619
16620 2004-08-22  Sam Steingold  <sds@gnu.org>
16621
16622         * pop3.el (pop3-leave-mail-on-server): New user variable.
16623         (pop3-movemail): Delete mail only when it is nil.
16624
16625 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16626
16627         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16628
16629         * mml.el (mml-preview): Use `pop-to-buffer'.
16630
16631         * message.el (message-goto-mail-followup-to): Insert after "To".
16632         (message-carefully-insert-headers): Add comment.
16633
16634         * gnus.el: Remove unused variable `gnus-article-check-size'.
16635
16636         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16637
16638         * gnus-art.el (gnus-button-alist):
16639         Improve `gnus-button-handle-library' entry.
16640
16641 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16642
16643         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16644         Use downcase, since XEmacs capitalizes error messages differently.
16645
16646 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16647
16648         * nntp.el: Add (require 'gnus) due to reference to
16649         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16650
16651 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16652
16653         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16654         Bind `mm-fill-flowed'.
16655
16656         * mm-decode.el (mm-dissect-singlepart): Check it.
16657
16658 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16659
16660         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16661         'imap' for netrc parsing.
16662
16663 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16664
16665         * mailcap.el (mailcap-mime-data): Mark as risky.
16666
16667 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16668
16669         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16670         may be included in the encoded word.
16671         (rfc2047-encode): Don't append a space if the encoded word
16672         includes close parenthesis.
16673
16674 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16675
16676         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16677         of text within parentheses.
16678
16679 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16680
16681         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16682         (gnus-encrypt-write-file-contents): Make the password key the file
16683         name PLUS the cipher, not just the cipher.  Also remove failed
16684         passwords from the cache.
16685
16686 2004-08-06  Simon Josefsson  <jas@extundo.com>
16687
16688         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16689         Doc fix.
16690
16691 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16692
16693         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16694         LWSP.
16695
16696 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16697
16698         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16699         Try to append in-reply-to: data to the references: header.
16700
16701         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16702         (netrc-parse): Use gnus-encrypt.el functions.
16703
16704         * gnus-encrypt.el: Add new file for encryption support; currently
16705         does only a few GPG ciphers and an internal XOR cipher.
16706
16707         * password.el: Add comments on using password-read-and-add.
16708         (password-read-and-add): Add function to read and add the
16709         password to the cache at once.
16710
16711 2004-07-28  Simon Josefsson  <jas@extundo.com>
16712
16713         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16714         parameter (but don't use it, for now).
16715
16716         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16717         instead of hard coding to nil.
16718
16719 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16720
16721         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16722         as mm-inline-image-xemacs does.
16723
16724 2004-07-26  Simon Josefsson  <jas@extundo.com>
16725
16726         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16727         Revert part of 2004-07-17 change below.
16728
16729 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16730
16731         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16732         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16733
16734 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16735
16736         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16737         quotes that actually start with ">" at the beginning of the
16738         lines.
16739
16740 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16741
16742         * rfc2047.el (rfc2047-encode-region): Fix last change.
16743         (rfc2047-encode-parameter): Remove useless concat.
16744
16745 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16746
16747         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16748         encode special characters; fix some kind of misconfigured headers;
16749         signal a real error if debug-on-quit or debug-on-error is non-nil.
16750         (rfc2047-encode-max-chars): New variable.
16751         (rfc2047-encode-1): Use it.
16752         (rfc2047-encode-parameter): New function.
16753
16754         * mml.el (mml-insert-parameter): Remove an excessive space.
16755
16756 2004-07-17  Simon Josefsson  <jas@extundo.com>
16757
16758         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16759         Kai Grossjohann <kai@emptydomain.de>.
16760         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16761         (gnus-group-make-menu-bar): Ditto.
16762
16763         * gnus-util.el (gnus-group-server): Add.
16764
16765 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16766
16767         * message.el (message-clone-locals): Clone sendmail and smtp
16768         variables.
16769
16770 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16771
16772         * rfc2047.el (rfc2047-encode-region): Fix last change.
16773
16774 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16775
16776         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16777         characters as non-special.
16778
16779 2004-07-09  Simon Josefsson  <jas@extundo.com>
16780
16781         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16782         Users will lose all flag changes made while unplugged with
16783         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16784         good default.  See numerous reports on ding mailing list.
16785
16786 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16787
16788         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16789         add generate-head-function and generate-article-function to the
16790         rfc822-forward entry.
16791         (nndoc-rfc822-forward-generate-article): New function.
16792         (nndoc-rfc822-forward-generate-head): New function.
16793
16794         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16795
16796 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16797
16798         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16799         respect display group parameter and gnus-summary-expunge-below.
16800         (gnus-articles-to-read): Remove unused reference to display group
16801         parameter.
16802
16803 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16804
16805         * nnheader.el (nnheader-uniquify-message-id): New experimental
16806         variable.
16807         (nnheader-nov-read-message-id): Use it.
16808
16809         * spam-report.el (spam-report-gmane): Add interactive.
16810
16811 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16812
16813         * mm-encode.el (mm-content-transfer-encoding-defaults):
16814         Use qp-or-base64 for the application/* types.
16815
16816 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16817
16818         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16819
16820 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16821
16822         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16823         trim value.
16824
16825 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16826
16827         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16828         New macro and function.
16829         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16830
16831 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16832
16833         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16834         after-load-alist.
16835
16836 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16837
16838         * gnus-group.el (gnus-group-get-new-news-this-group):
16839         Don't update info that isn't there.
16840
16841 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16842
16843         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16844         entry.
16845
16846 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16847
16848         * mm-view.el (mm-inline-render-with-function): Use multibyte
16849         buffer; decode html source by charset.
16850
16851         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16852
16853         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16854         Mule-UCS is loaded under XEmacs.
16855         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16856
16857 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16858
16859         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16860
16861 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16862
16863         * mm-util.el (mm-coding-system-p): Return a coding-system.
16864         (mm-mime-mule-charset-alist): Use shift_jis instead of
16865         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16866         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16867         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16868         instead of japanese-shift-jis and iso-latin-1 respectively in
16869         order to share the default value with both Emacs and XEmacs-mule.
16870         (mm-mule-charset-to-mime-charset):
16871         Make mm-coding-system-priorities effective.
16872         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16873         while predicating of candidates upon the priorities.
16874
16875 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16876
16877         * gnus-sum.el (gnus-summary-make-menu-bar):
16878         Add gnus-uu-invert-processable.
16879
16880         * gnus.el: Autoload gnus-uu-invert-processable.
16881
16882 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16883
16884         * mm-util.el (mm-with-multibyte-buffer): New macro.
16885
16886         * rfc2047.el (rfc2047-encode-string): Use it.
16887         (rfc2047-encode-region): Move point to the end of the region after
16888         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16889
16890 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16891
16892         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16893         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16894
16895 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16896
16897         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16898         (gnus-cite-parse): Ignore quoted envelope From_.
16899         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16900
16901 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16902
16903         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16904         invalid addresses.
16905
16906 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16907
16908         * spam.el: Change section markers, revise TODO list.
16909         (spam-backends): Make new master list of all installed backends.
16910         (spam-summary-exit-behavior): Add new variable to determine how
16911         messages moves are done at summary exit.
16912         (spam-move-spam-nonspam-groups-only)
16913         (spam-process-ham-in-nonham-groups)
16914         (spam-process-ham-in-spam-groups): Remove variables, the
16915         spam-summary-exit-behavior variable should be used to manage this
16916         behavior.
16917         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16918         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16919         and spam-old-spam-articles.
16920         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16921         Add empty variables, placeholders for the backends they represent.
16922         (spam-set-difference): Move, unchanged.
16923         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16924         unless the user has a processor variable.
16925         (spam-classifications, spam-classification-valid-p)
16926         (spam-backend-properties, spam-backend-property-valid-p)
16927         (spam-backend-function-type-valid-p)
16928         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16929         (spam-report-articles-gmane, spam-report-articles-resend):
16930         Remove functions, they are not needed.
16931         (spam-install-backend-super, spam-backend-list)
16932         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16933         (spam-backend-function, spam-backend-ham-registration-function)
16934         (spam-backend-spam-registration-function)
16935         (spam-backend-ham-unregistration-function)
16936         (spam-backend-spam-unregistration-function)
16937         (spam-backend-statistical-p, spam-backend-mover-p)
16938         (spam-install-backend-alias, spam-install-checkonly-backend)
16939         (spam-install-mover-backend, spam-install-nocheck-backend)
16940         (spam-install-backend, spam-install-statistical-backend)
16941         (spam-install-statistical-checkonly-backend): Add backend installation
16942         support.
16943         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16944         (spam-group-processor-p): Use the new backend code and respect the
16945         summary exit behavior.
16946         (spam-mark-spam-as-expired-and-move-routine): Remove.
16947         (spam-summary-prepare): Change to use the new spam-old-articles
16948         variable.
16949         (spam-copy-or-move-routine, spam-copy-spam-routine)
16950         (spam-move-spam-routine, spam-copy-ham-routine)
16951         (spam-move-ham-routine): Add code to copy/move ham or spam.
16952         (spam-fetch-field-fast): Improve doc and code, plus allow the
16953         'number request.
16954         (spam-list-of-checks, spam-list-of-statistical-checks):
16955         Remove variables.
16956         (spam-split, spam-find-spam): Use the new backend code.
16957         (spam-registration-functions): Remove variable.
16958         (spam-unregister-routine): Add convenience wrapper.
16959         (spam-log-undo-registration, spam-register-routine)
16960         (spam-log-processing-to-registry)
16961         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16962         where possible.
16963         (spam-check-gmane-xref, spam-check-regex-headers)
16964         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16965         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16966         (spam-check-bogofilter-headers, spam-check-spamoracle)
16967         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16968         (spam-check-crm114-headers): Use the spam-split-group that
16969         spam-split prepares, no need to determine it every time.
16970
16971         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16972         to the nnheader-parse-naked-head call.
16973
16974         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16975
16976         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16977         the nnheader-nov-read-message-id call.
16978
16979 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16980
16981         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16982         gnus-activate-group twice.  Suggested by Markus Peter
16983         <warp@spin.de>.
16984
16985 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16986
16987         * gnus-art.el (gnus-article-time-format): Exchange the order of
16988         day and month in the default value; fix customization type.
16989         (article-date-ut): Use add-text-properties.
16990         (article-make-date-line): Use message-make-date instead of
16991         current-time-string.
16992
16993         * message.el (message-fetch-field): Don't use set-text-properties.
16994         (message-make-date): Simplify.
16995
16996         * messagexmas.el (message-xmas-make-date): New function.
16997         (message-xmas-redefine): Defalias message-make-date to it.
16998
16999 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17000
17001         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17002         (rfc2047-encode-region): Treat text within parentheses as special;
17003         show the original text when error has occurred.
17004
17005         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17006         already-computed method to gnus-activate-group.
17007
17008         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17009         same select-methods identical Lisp objects.
17010
17011         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17012         object when modifying the info.
17013
17014 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17015
17016         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17017         gnus-opened-servers since it has never been opened with the new
17018         configuration yet.
17019
17020 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17021
17022         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17023         arg to nnheader-generate-fake-message-id.
17024
17025 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17026
17027         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17028         number and build a fake message ID localized to a group and
17029         article number (so it's repeatable from that point on).
17030         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17031         ID format.
17032
17033         * gnus-sum.el (gnus-get-newsgroup-headers):
17034         Call nnheader-generate-fake-message-id with the article number.
17035
17036 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17037
17038         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17039         end-of-buffer.
17040
17041 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17042
17043         * message.el (message-ignored-supersedes-headers): Add Approved.
17044
17045 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17046
17047         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17048         goto-char.
17049         (rfc2047-encode): Fold the line before encoding.
17050
17051 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17052
17053         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17054         folding -- not all headers can be folded, and this should be done
17055         by the message composition mode.  Probably.  I think.
17056
17057 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17058
17059         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17060         fast.
17061
17062         * gnus-ems.el (gnus-remove-image): Don't use
17063         message-text-with-property; remove only the image found first.
17064
17065         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17066         found first.
17067
17068 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17069
17070         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17071
17072 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17073
17074         * message.el (message-text-with-property): Make it fast and accept
17075         optional arguments.
17076         (message-strip-forbidden-properties): Use it.
17077         (message-fix-before-sending): Follow the m-t-w-p change.
17078
17079         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17080
17081 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17082
17083         * gnus-art.el (article-hide-headers): Don't change the buffer
17084         mistakenly when performing mml-preview even if
17085         gnus-single-article-buffer is nil.
17086
17087 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17088
17089         * message.el (message-expand-name-databases): New user option.
17090         (message-expand-name): Use it.
17091
17092 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17093
17094         * spam.el (spam-report-articles-resend)
17095         (spam-report-resend-register-routine): Allow ham reporting.
17096         (spam-report-resend-register-ham-routine): Add wrapper.
17097         (spam-registration-functions): Add ham resending functions.
17098         (spam-list-of-processors): Add ham resend processor.
17099
17100         * gnus.el (ham-resend-to): Add new group parameter.
17101         (spam-process): Add ham resend option.
17102
17103         * spam-report.el (spam-report-resend): Allow reporting ham.
17104         (spam-report-resend-ham): Add wrapper.
17105
17106 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17107
17108         * message.el (message-cite-articles-with-x-no-archive):
17109         New variable.
17110         (message-cite-original): Use it.
17111
17112 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17113
17114         * message.el (message-cite-original): Respect X-No-Archive.
17115
17116 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17117
17118         * gnus-art.el (article-hide-headers): Refer to the values for
17119         gnus-ignored-headers and gnus-visible-headers in the summary
17120         buffer since a user may have set them as group parameters.
17121
17122 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17123
17124         * assistant.el (assistant-node-name): Add convenience function.
17125         (assistant-render-text, assistant-render-node): Add error handling,
17126         plus handle multiple next nodes.
17127         (assistant-find-next-node): Comment out for now.
17128         (assistant-find-next-nodes): Add function, returns list of next
17129         nodes.
17130
17131 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17132
17133         * mail-source.el (mail-source-directory): Fix doc-string.
17134
17135 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17136
17137         * assistant.el (assistant-render-text, assistant-eval): Add :set
17138         widget type, which is different because it takes and returns a
17139         list.  Much hilarity ensues.
17140
17141 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17142
17143         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17144
17145         * gnus-group.el (gnus-group-get-new-news-this-group):
17146         Add doc-string.
17147
17148         * gnus-start.el (gnus-activate-group): Add doc-string.
17149
17150 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17151
17152         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17153
17154 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17155
17156         * assistant.el (assistant-render-text): Try to add a :set
17157         widget, more to come.
17158
17159         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17160         strings.
17161         (spam-report-articles-resend)
17162         (spam-register-routine): Do registration iff any articles warrant
17163         it.
17164         (spam-summary-prepare-exit): Change log message for nil group
17165         destinations.
17166
17167 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17168
17169         * spam.el (spam-report-resend-register-routine):
17170         Allow spam-report-resend-to to be a group parameter or a global value.
17171
17172 2004-05-26  Simon Josefsson  <jas@extundo.com>
17173
17174         * starttls.el: Merge with my GNUTLS based starttls.el.
17175         (starttls-gnutls-program, starttls-use-gnutls)
17176         (starttls-extra-arguments, starttls-process-connection-type)
17177         (starttls-connect, starttls-failure, starttls-success):
17178         New variables.
17179         (starttls-program, starttls-extra-args): Doc fix.
17180         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17181         New functions.
17182         (starttls-negotiate, starttls-open-stream):
17183         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17184         function if it is set.
17185
17186 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17187
17188         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17189         structured fields.
17190
17191 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17192
17193         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17194
17195 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17196
17197         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17198         Add variable.
17199         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17200         assigning the spam-mark to new messages.
17201
17202 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17203
17204         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17205
17206 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17207
17208         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17209
17210         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17211         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17212         default.
17213
17214 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17215
17216         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17217         correct data.
17218
17219 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17220
17221         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17222         (spam-group-processor-p): Fix function.
17223         (spam-group-processor-multiple-p)
17224         (spam-group-spam-processor-report-gmane-p)
17225         (spam-group-spam-processor-report-resend-p)
17226         (spam-group-spam-processor-bogofilter-p)
17227         (spam-group-spam-processor-blacklist-p)
17228         (spam-group-spam-processor-ifile-p)
17229         (spam-group-ham-processor-ifile-p)
17230         (spam-group-spam-processor-spamoracle-p)
17231         (spam-group-spam-processor-crm114-p)
17232         (spam-group-ham-processor-bogofilter-p)
17233         (spam-group-spam-processor-stat-p)
17234         (spam-group-ham-processor-stat-p)
17235         (spam-group-ham-processor-whitelist-p)
17236         (spam-group-ham-processor-BBDB-p)
17237         (spam-group-ham-processor-spamoracle-p)
17238         (spam-group-ham-processor-copy-p): Remove functions with some
17239         prejudice against unneeded code.
17240         (spam-report-articles-resend)
17241         (spam-report-resend-register-routine): Allow the group/topic
17242         spam-resend-to value to override spam-report-resend-to.
17243         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17244         properly now.
17245
17246         * gnus.el (spam-resend-to): Add group/topic parameter.
17247         (spam-process): Move the OBSOLETE processors to the end of the
17248         choices.
17249
17250 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17251
17252         * spam-report.el (spam-report-resend-to, spam-report-resend):
17253         Start with resend-to set to nil, and then ask the user if necessary.
17254         (spam-report-resend): spam-report-resend takes a list of articles, not
17255         separate article numbers.
17256
17257 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17258
17259         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17260         addition to emacs-w3m.
17261
17262 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17263
17264         * assistant.el (assistant-authinfo-data): New function.
17265         (assistant-eval): Eval for entire assistant.
17266
17267         * netrc.el (netrc-services-file): New variable.
17268         (netrc-parse-services): New function.
17269         (netrc-find-service-name): New function.
17270         (netrc-find-service-number): New function.
17271         (netrc-port-equal): New function.
17272         (netrc-machine): Use it.
17273
17274         * nnimap.el (nnimap-open-connection): Use netrc.
17275
17276         * gnus-util.el (gnus-netrc-get): Remove aliases.
17277
17278         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17279
17280         * assistant.el (wid-edit): Fix compilation.
17281
17282         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17283
17284 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17285
17286         * gnus-util.el (gnus-set-file-modes): New function.  (small
17287         patch).
17288
17289 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17290
17291         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17292
17293         * assistant.el (assistant-render-node): Fix up rendering and
17294         read-only text.
17295         (assistant-render-node): Reset.
17296         (assistant-make-read-only): Not sticky.
17297
17298 2004-05-20  Danny Siu  <dsiu@adobe.com>
17299
17300         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17301         centered even when gnus-auto-center-summary is t.
17302
17303 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17304
17305         * dns.el (dns-get-txt-answer): New function.
17306         (dns-read-txt): Ditto.
17307         (query-dns): Use it.
17308
17309 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17310
17311         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17312         active for foreign groups even if the group level is higher than
17313         the specified value.
17314
17315 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17316
17317         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17318         non-active groups.
17319
17320         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17321
17322 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17323
17324         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17325
17326 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17327
17328         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17329         (spam-crm114-header, spam-crm114-spam-switch)
17330         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17331         (spam-crm114-positive-spam-header)
17332         (spam-crm114-database-directory, spam-list-of-processors)
17333         (spam-group-spam-processor-crm114-p)
17334         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17335         (spam-generic-score, spam-list-of-checks)
17336         (spam-list-of-statistical-checks, spam-registration-functions)
17337         (spam-check-crm114-headers, spam-crm114-score)
17338         (spam-check-crm114, spam-crm114-register-with-crm114)
17339         (spam-crm114-register-spam-routine)
17340         (spam-crm114-unregister-spam-routine)
17341         (spam-crm114-register-ham-routine)
17342         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17343         From asjo@koldfront.dk (Adam Sjøgren).
17344
17345         * gnus.el: Add spam-use-crm114.
17346
17347         * spam.el (spam-list-of-processors, spam-registration-functions):
17348         Add spam-use-resend.
17349         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17350         (spam-report-articles-gmane): Add doc fix.
17351         (spam-report-articles-resend, spam-report-resend-register-routine):
17352         Add wrappers around spam-report-resend-to.
17353
17354         * spam-report.el (spam-report-resend-to, spam-report-resend):
17355         Add support for resending spam.
17356         (spam-report-gmane): Fix line length >80.
17357
17358         * gnus.el (spam-process): Add spam-use-resend.
17359
17360 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17361
17362         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17363         number of processed spam messages.
17364         (spam-ham-copy-or-move-routine): Return the number of processed
17365         ham messages.
17366         (spam-summary-prepare-exit): Use the above values to decide
17367         whether status messages shouled be displayed.
17368
17369 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17370
17371         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17372         `rfc2047-encoding-function-alist' in order to avoid conflicting
17373         with the old version.
17374         (rfc2047-encode-region): Concatenate words containing non-ASCII
17375         characters in structured fields; don't encode space-delimited
17376         ASCII words even in unstructured fields; don't break words at
17377         char-category boundaries.
17378         (rfc2047-encode-1): New function.
17379         (rfc2047-encode): Use it; encode text so that it occupies the
17380         maximum width within 76-column; work correctly on Q encoding for
17381         iso-2022-* charsets.
17382         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17383         sure not to break a line just after the header name.
17384         (rfc2047-b-encode-region): Remove.
17385         (rfc2047-b-encode-string): New function.
17386         (rfc2047-q-encode-region): Remove.
17387         (rfc2047-q-encode-string): New function.
17388
17389         * mm-util.el (mm-replace-in-string): New function.
17390
17391 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17392
17393         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17394         Really get it right.
17395         (gnus-inews-make-draft): Really.
17396
17397 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17398
17399         * nnmh.el (nnmh-request-list-1): Don't check the link count
17400         before descending.  (small patch)
17401
17402 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17403
17404         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17405         stuff.
17406
17407         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17408         Match on real group name.
17409
17410         * gnus-art.el (gnus-signature-limit): Doc fix.
17411
17412         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17413
17414         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17415
17416 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17417
17418         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17419         isn't a string.
17420
17421 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17422
17423         * gnus-draft.el (gnus-draft-send):
17424         Bind rfc2047-encode-encoded-words.
17425
17426         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17427         (rfc2047-encodable-p): Say that =? needs encoding.
17428         (rfc2047-encode-encoded-words): New variable.
17429
17430         * gnus-group.el (gnus-group-select-group): Doc fix.
17431
17432         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17433
17434         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17435         to nil.
17436
17437         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17438
17439         * nnheader.el (nnheader-get-lines-and-char): New function.
17440
17441 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17442
17443         * gnus-msg.el (gnus-summary-followup-with-original):
17444         Document yanking of region when active.
17445
17446 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17447
17448         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17449         groups if the group level is higher than the specified value.
17450
17451 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17452
17453         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17454         (gnus-group-jump-to-group): Add prefix argument using
17455         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17456         non-active group.
17457
17458         * compface.el (uncompface): Be verbose when changing
17459         `uncompface-use-external'.
17460
17461         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17462         handle manual section.
17463
17464 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17465
17466         * gnus-art.el (gnus-button-alist): Revert previous change.
17467
17468 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17469
17470         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17471
17472 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17473
17474         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17475         whether backend can accept message.
17476
17477         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17478
17479 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17480
17481         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17482         Avoid creating directory when nntp-marks-is-evil is true.
17483         Reported by Reiner Steib.
17484
17485 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17486
17487         * gnus-picon.el (gnus-picon-style): New variable.
17488         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17489         (gnus-picon-transform-address): Support `gnus-picon-style'.
17490         From Jesper Harder <harder@ifa.au.dk>.
17491
17492 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17493
17494         * message.el (message-fill-field): Return point.
17495         (message-generate-headers): Go to end of field.
17496
17497         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17498         stuff for non-living groups.
17499
17500 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17501
17502         * gnus-art.el (gnus-article-followup-with-original)
17503         (gnus-article-reply-with-original): gnus-mark-active-p ->
17504         gnus-region-active-p.
17505
17506 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17507
17508         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17509         only when there is spam or ham to be processed.
17510
17511 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17512
17513         * mail-source.el (mail-source-delete-crash-box): Refactor.
17514         (mail-source-fetch): Use it.
17515         (mail-source-fetch-file): Ditto.
17516         (mail-source-fetch-directory): Run postscript in loop.
17517         (mail-source-fetch-pop): Delete.
17518         (mail-source-fetch-maildir): Ditto.
17519         (mail-source-fetch-imap): Ditto.
17520
17521         * imap.el (imap-authenticators): Comment out sasl.
17522
17523         * message.el (message-skip-to-next-address): New function.
17524         (message-fill-header-address): Refactor.
17525         (message-fill-address): Use it.
17526         (message-delete-address): Use it.
17527         (message-fill-header-general): Refactor.
17528         (message-fill-field-address): Rename.
17529         (message-narrow-to-field): Find the start of the header.
17530         (message-header-format-alist): Don't pre-fill.
17531         (message-fill-header): Remove.
17532         (message-insert-header): New function.
17533         (message-shorten-references): Use it.
17534
17535         * rfc2047.el (rfc2047-field-value): Strip props.
17536
17537         * mail-parse.el (mail-header-make-address): New alias.
17538
17539         * ietf-drums.el (ietf-drums-make-address): New function.
17540
17541         * imap.el: Add compiler directives.
17542
17543         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17544
17545         * gnus-art.el (article-decode-idna-rhs): Don't use
17546         message-idna-inside-rhs-p.
17547
17548 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17549
17550         * message.el (message-idna-inside-rhs-p): Remove.
17551         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17552
17553         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17554         false positives.
17555
17556 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17557
17558         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17559
17560 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17561
17562         * nneething.el (nneething-file-name): Don't create spurious
17563         files.
17564
17565         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17566         (gnus-inews-do-gcc): Remove sleep.
17567
17568         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17569         part under point.
17570
17571         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17572         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17573
17574 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17575
17576         * spam.el (spam-summary-prepare-exit): Fix (length).
17577
17578 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17579
17580         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17581         as expired without moving it" message when there are spam
17582         messages left.
17583
17584 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17585
17586         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17587         header is not nil.
17588
17589 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17590
17591         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17592         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17593         (nntp-marks-changed-p): New arg SERVER.
17594         (nntp-request-update-info): Adjust caller.
17595
17596 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17597
17598         * nntp.el (nntp-save-marks): Pass missing arg.
17599
17600 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17601
17602         * nntp.el: Support marks.
17603         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17604         (nntp-marks-modtime, nntp-marks-directory): New variables.
17605         (nntp-request-set-mark, nntp-request-update-info)
17606         (nntp-possibly-create-directory, nntp-marks-changed-p)
17607         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17608         New functions.
17609
17610 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17611
17612         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17613         (gnus-xmas-redefine): Rename.
17614
17615         * gnus-score.el (gnus-score-insert-help):
17616         Use gnus-select-lowest-window.
17617
17618         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17619         appt-select-lowest-window and rename to gnus-select-lowest-window.
17620
17621         * gnus.el: do.
17622
17623 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17624
17625         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17626         encodings of MIME-encoded words, in order to improve
17627         interoperability with several broken MUAs.
17628
17629 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17630
17631         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17632         tags, only when charsets are not specified in headers.
17633         (mm-inline-text-html-render-with-w3m): Ditto.
17634
17635         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17636         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17637
17638 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17639
17640         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17641         instead of MIME-decoded from fields when checking
17642         `gnus-article-address-banner-alist'.
17643
17644 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17645
17646         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17647         description rather than subject.
17648
17649 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17650
17651         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17652
17653 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17654
17655         * gnus.el (gnus-version-number): Bump.
17656
17657 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17658
17659         * gnus.el: No Gnus v0.2 is released.
17660
17661 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17662
17663         * gnus-agent.el (gnus-agent-read-agentview):
17664         Inline gnus-uncompress-range.
17665
17666 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17667
17668         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17669         `exec-installed-p'.
17670
17671 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17672
17673         * gnus.el (spam-process, spam-autodetect-methods):
17674         Add bsfilter and bsfilter-headers.
17675
17676         * spam.el (spam-bsfilter): New customize group.
17677         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17678         (spam-bsfilter-header, spam-bsfilter-probability-header)
17679         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17680         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17681         (spam-bsfilter-database-directory): New options.
17682         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17683         (spam-list-of-statistical-checks, spam-registration-functions):
17684         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17685         (spam-bsfilter-score): New command.
17686         (spam-check-bsfilter-headers, spam-check-bsfilter)
17687         (spam-bsfilter-register-with-bsfilter)
17688         (spam-bsfilter-register-spam-routine)
17689         (spam-bsfilter-unregister-spam-routine)
17690         (spam-bsfilter-register-ham-routine)
17691         (spam-bsfilter-unregister-ham-routine): New functions.
17692         (spam-generic-score): Support bsfilter; Accept an optional argument
17693         to recalcurate spam score even if scoring header has already been
17694         added.
17695         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17696         optional argument to recalcurate spam score even if scoring header
17697         has already been added.
17698
17699 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17700
17701         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17702         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17703         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17704         link is missing.
17705
17706 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17707
17708         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17709         (html2text-get-attr): Rewrite.
17710
17711         * message.el (message-setup-1): Remove redundant put-text-property
17712         on mail-header-separator.
17713
17714 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17715
17716         * gnus-registry.el (gnus-registry-cache-whitespace)
17717         (gnus-registry-action, gnus-registry-spool-action)
17718         (gnus-registry-split-fancy-with-parent): Change message levels
17719         from 5 to 3 or 7, as needed.
17720
17721         * spam.el (spam-summary-prepare-exit)
17722         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17723         (spam-split, spam-find-spam, spam-log-undo-registration)
17724         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17725         level from 5 to 6.
17726
17727 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17728
17729         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17730         2004-03-04 change).
17731
17732 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17733
17734         * sieve-manage.el (sieve-manage-open):
17735         * nnweb.el (nnweb-insert-html):
17736         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17737         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17738         * nnspool.el (nnspool-request-group):
17739         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17740         * nnml.el (nnml-request-update-info):
17741         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17742         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17743         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17744         (nnimap-request-set-mark):
17745         * nnfolder.el (nnfolder-request-update-info):
17746         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17747         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17748         * gnus-uu.el (gnus-uu-find-articles-matching):
17749         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17750         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17751         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17752         * gnus-nocem.el (gnus-nocem-scan-groups):
17753         * gnus-int.el (gnus-start-news-server):
17754         * gnus-group.el (gnus-group-make-kiboze-group)
17755         (gnus-group-browse-foreign-server):
17756         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17757         Use mapc when appropriate.
17758
17759 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17760
17761         FIXME: Make separate entries for each person.
17762
17763         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17764         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17765         <shields@msrl.com>:
17766
17767         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17768         may need for spam sorting and scoring.
17769         (spam-user-format-function-S): Add user format function suitable for
17770         general use.
17771         (spam-article-sort-by-spam-status): Add sorting function for summary
17772         sorting.
17773         (spam-extra-header-to-number): Add function to get a score from a
17774         header.
17775         (spam-summary-score): Add function to get a numeric score from the
17776         headers.
17777         (spam-generic-score): Fix function doc, was in wrong place.
17778         (spam-initialize): Take symbols when it's run, and install the
17779         extra headers that spam-necessary-extra-headers thinks we need.
17780
17781 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17782
17783         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17784         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17785
17786 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17787
17788         * gnus-sum.el (gnus-set-global-variables)
17789         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17790         (gnus-article-get-xrefs, gnus-summary-best-group)
17791         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17792         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17793         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17794         Use with-current-buffer.
17795
17796 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17797
17798         * spam.el (spam-summary-prepare-exit): Simplify logic.
17799         (spam-fetch-article-header): Read the article header if it's not
17800         available.
17801         (spam-list-articles): Simplify logic.
17802         (spam-filelist-register-routine): Fix bug with unregister-list.
17803
17804         * gnus-registry.el: Fix comments at beginning.
17805
17806 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17807
17808         * message.el (message-cater-to-broken-inn): Remove.
17809         (message-shorten-references): Make sure the total folded length of
17810         References is shorter than 998 characters to cater to a bug in INN
17811         2.3.  Also, don't pretend that references aren't folded -- this
17812         hasn't worked for a while.
17813
17814 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17815
17816         * gnus-agent.el (gnus-agentize):
17817         gnus-agent-send-mail-real-function no longer set to current value
17818         of message-send-mail-function but rather a lambda that calls
17819         message-send-mail-function.  The change makes the agent real-time
17820         responsive to user changes to message-send-mail-function.
17821
17822 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17823
17824         * legacy-gnus-agent.el
17825         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17826         help from Florian Weimer <fw@deneb.enyo.de>
17827
17828 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17829
17830         * nnmail.el (nnmail-cache-insert): Revert last change.
17831
17832 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17833
17834         * nnmail.el (nnmail-cache-insert): Always check whether
17835         nnmail-cache-ignore-groups matches a group name.
17836
17837 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17838
17839         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17840         (spam-find-spam, spam-log-processing-to-registry)
17841         (spam-log-registered-p, spam-log-unregistration-needed-p)
17842         (spam-log-undo-registration): Use gnus-message instead of
17843         gnus-error, none of these errors are fatal.
17844
17845         * gnus-registry.el (gnus-registry-clean-empty-function)
17846         (gnus-registry-clean-empty): Remove only empty entries without
17847         extra data.
17848
17849 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17850
17851         * spam-stat.el (spam-stat-buffer-change-to-spam)
17852         (spam-stat-buffer-change-to-non-spam): Change (error) to
17853         (gnus-message 8) invocation.
17854
17855 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17856
17857         * nntp.el (nntp-via-netcat-command): New variable.
17858         (nntp-via-netcat-switches): New variable.
17859         (nntp-open-via-rlogin-and-netcat): New function.
17860         (nntp-open-connection-function): Doc fix.
17861         (nntp-telnet-command): Doc fix.
17862         (nntp-end-of-line): Doc fix.
17863         (nntp-via-rlogin-command): Doc fix.
17864         (nntp-via-user-name): Doc fix.
17865         (nntp-via-address): Doc fix.
17866
17867 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17868
17869         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17870         error in Emacs 21.1.
17871
17872 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17873
17874         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17875
17876 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17877
17878         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17879         (gnus-agent-with-refreshed-group): New macro.
17880         (gnus-agent-rename-group): New function.
17881         (gnus-agent-delete-group): New function.
17882         (gnus-agent-save-group-info): Use gnus-command-method when
17883         `method' parameter is nil.  Don't write nil entries into the
17884         active file.
17885         (gnus-agent-get-group-info): New function.
17886         (gnus-agent-fetch-articles):
17887         Use gnus-agent-update-files-total-fetched-for to increment disk space
17888         used.
17889         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17890         Use gnus-agent-update-view-total-fetched-for to increment disk space
17891         used.
17892         (gnus-agent-get-local): Add optional parameters to avoid calling
17893         gnus-group-real-name and gnus-find-method-for-group.
17894         (gnus-agent-set-local): Delete stored entry if either min, or max,
17895         are nil.
17896         (gnus-agent-fetch-session): Reworded error/quit messages.
17897         On quit, use gnus-agent-regenerate-group to record existance of any
17898         articles fetched to disk before the quit occurred.
17899         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17900         gnus-agent-update-view-total-fetched-for, and
17901         gnus-agent-update-files-total-fetched-for to decrement disk space
17902         used.
17903         (gnus-agent-retrieve-headers):
17904         Use gnus-agent-update-view-total-fetched-for to increment disk space
17905         used.
17906         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17907         with gnus-agent-update-files-total-fetched-for to decrement disk
17908         space and fresh group buffer.
17909         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17910         (gnus-agent-need-update-total-fetched-for): New variable.
17911         (gnus-agent-update-files-total-fetched-for): New function.
17912         (gnus-agent-update-view-total-fetched-for): New function.
17913         (gnus-agent-total-fetched-for): New function.
17914
17915         * gnus-cache.el (gnus-cache-save-buffers):
17916         Use gnus-cache-update-overview-total-fetched-for to change disk space
17917         used by this group.
17918         (gnus-cache-possibly-enter-article):
17919         Use gnus-cache-update-file-total-fetched-for to increment disk space
17920         used by this group.
17921         (gnus-cache-possibly-remove-article):
17922         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17923         used by this group.
17924         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17925         (gnus-cache-rename-group): New function.
17926         (gnus-cache-delete-group): New function.
17927         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17928         (gnus-cache-need-update-total-fetched-for): New variable.
17929         (gnus-cache-with-refreshed-group): New macro.
17930         (gnus-cache-update-file-total-fetched-for): New function.
17931         (gnus-cache-update-overview-total-fetched-for): New function.
17932         (gnus-cache-rename-group-total-fetched-for): New function.
17933         (gnus-cache-delete-group-total-fetched-for): New function.
17934         (gnus-cache-total-fetched-for): New function.
17935
17936         * gnus-group.el: Require gnus-sum and autoload functions to
17937         resolve warnings when gnus-group.el compiled alone.
17938         (gnus-group-line-format): Documented new %F.
17939         (size of Fetched data) group line format; identifies disk space
17940         used by agent and cache.
17941         (gnus-group-line-format-alist): Defined new F format.
17942         (gnus-total-fetched-for): New function.
17943         (gnus-group-delete-group): No longer update
17944         gnus-cache-active-altered as gnus-request-delete-group now keeps
17945         the cache in sync.
17946         (gnus-group-list-active): Let the agent store a server's active
17947         list if currently plugged.
17948
17949         * gnus-int.el (gnus-request-delete-group):
17950         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17951         local disk in sync with the server.
17952         (gnus-request-rename-group):
17953         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17954         local disk in sync with the server.
17955
17956         * gnus-start.el (gnus-get-unread-articles):
17957         Cosmetic simplification to logic.
17958
17959         * gnus-util.el (gnus-rename-file): New function.
17960
17961 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17962
17963         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17964
17965 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17966
17967         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17968         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17969
17970 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17971
17972         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17973         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17974
17975 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17976
17977         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17978
17979 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17980
17981         * spam.el (spam-set-difference): Add function to replace
17982         gnus-set-difference in spam.el.
17983         (spam-summary-prepare-exit): Use spam-set-difference.
17984
17985 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17986
17987         * gnus-registry.el (gnus-registry-cache-file): Update to use
17988         gnus-dribble-directory OR gnus-home-directory OR ~.
17989         (gnus-registry-split-fancy-with-parent): Fix doc.
17990
17991 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17992
17993         * message.el (message-exchange-point-and-mark):
17994         Use message-mark-active-p.  Suggested by Jesper Harder
17995         <harder@ifa.au.dk>.
17996
17997 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17998
17999         * message.el (message-exchange-point-and-mark): Don't activate
18000         region if it was inactive.  Suggested by Hiroshi Fujishima
18001         <pooh@nature.tsukuba.ac.jp>.
18002
18003 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18004
18005         * gnus-art.el (article-display-face): Display Faces in the same
18006         order as X-Faces.
18007
18008 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18009
18010         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18011
18012 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18013
18014         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18015         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18016         (gnus-article-mime-hierarchy): Remove.
18017         (gnus-article-mime-hierarchy-next): Remove.
18018         (gnus-article-mode): Revert 2004-03-19 change.
18019         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18020         (gnus-insert-mime-button): Revert 2004-03-19 change.
18021         (gnus-mime-accumulate-hierarchy): Remove.
18022         (gnus-mime-enter-multipart): Remove.
18023         (gnus-mime-leave-multipart): Remove.
18024         (gnus-mime-display-part): Revert 2004-03-19 change.
18025         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18026
18027         * mml.el (mml-preview): Revert 2004-03-19 change.
18028
18029 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18030
18031         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18032
18033 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18034
18035         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18036         t while entering a file name using the mm-with-multibyte macro.
18037         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18038
18039         * mm-util.el (mm-with-multibyte): New macro.
18040
18041 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18042
18043         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18044         New user option.
18045         (gnus-mime-multipart-functions): Doc and customization fix.
18046         (gnus-article-mime-hierarchy): New variable.
18047         (gnus-article-mime-hierarchy-next): New variable.
18048         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18049         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18050         gnus-article-mime-hierarchy-next to nil.
18051         (gnus-insert-mime-button): Show hierarchy numbers.
18052         (gnus-mime-accumulate-hierarchy): New function.
18053         (gnus-mime-enter-multipart): New function.
18054         (gnus-mime-leave-multipart): New function.
18055         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18056         (gnus-mime-display-alternative): Show hierarchy numbers.
18057
18058         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18059         gnus-article-mime-hierarchy-next to nil.
18060
18061 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18062
18063         * dns.el: Don't require gnus-xmas.
18064
18065 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18066
18067         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18068         inline PGP.
18069         (mml-menu): Disable mml-quote-region if mark is inactive.
18070
18071 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18072
18073         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18074         when the group's active is not available.
18075
18076 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18077
18078         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18079         error.
18080
18081 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18082
18083         * imap.el (imap-store-password): New variable.
18084         (imap-interactive-login): Use it.
18085         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18086
18087 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18088
18089         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18090         window-start and hscroll to summary window.
18091
18092 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18093
18094         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18095         conversion message to newsrc-dribble when an actual conversion is
18096         performed.
18097
18098 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18099
18100         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18101
18102 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18103
18104         * mm-decode.el (mm-complicated-handles): New function reviving
18105         former definition of mm-multiple-handles.
18106
18107         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18108         (gnus-mime-delete-part): Use it.
18109
18110 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18111
18112         * gnus-agent.el (gnus-agent-read-local):
18113         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18114         avoid the implicit assumption that they will always be equal.
18115         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18116         coding-system-for-write, as the with-temp-file macro first prints
18117         to a buffer then saves the buffer.
18118
18119 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18120
18121         * gnus-art.el (gnus-article-edit-part): New function.
18122         (gnus-mime-save-part-and-strip): Use it; do query instead of
18123         signaling an error; don't use mm-multiple-handles.
18124         (gnus-mime-delete-part): Ditto.
18125
18126 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18127
18128         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18129         old file versions.
18130         (gnus-group-prepare-hook): Remove function that converted list
18131         form of gnus-agent-expire-days to group properties.
18132
18133         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18134         (gnus-request-accept-article): Re-indented.
18135
18136         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18137         converters to handle old agent file formats.  Add logic for a
18138         "backup before upgrading warning".
18139         (gnus-convert-mark-converter-prompt): Developers can mark
18140         functions as needing (default), or not needing,
18141         gnus-convert-old-newsrc's "backup before upgrading warning".
18142         (gnus-convert-converter-needs-prompt): Tests whether the user
18143         should be protected from potentially irreversable changes by the
18144         function.
18145
18146         * legacy-gnus-agent.el: New.  Provides converters that are only
18147         loaded when gnus-convert-old-newsrc needs to call them.
18148
18149 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18150
18151         * mail-source.el (mail-source-touch-pop): Doc fix.
18152
18153         * message.el (message-smtpmail-send-it): Doc fix.
18154
18155 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18156
18157         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18158
18159         * nnmail.el (nnmail-split-fancy): do.
18160
18161         * gnus-kill.el (gnus-kill, gnus-execute): do.
18162
18163 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18164
18165         * gnus-sum.el (gnus-widget-reversible-match)
18166         (gnus-widget-reversible-to-internal)
18167         (gnus-widget-reversible-to-external): New functions.
18168         (gnus-widget-reversible): New widget.
18169         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18170
18171 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18172
18173         * gnus-sum.el (gnus-thread-sort-functions)
18174         (gnus-article-sort-functions): Document `(not F)' items.
18175
18176 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18177
18178         * spam.el (spam-use-gmane-xref): Add new backend.
18179         (spam-gmane-xref-spam-group): Add variable to control the name of the
18180         Gmane spam group.
18181         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18182         (spam-regex-headers-spam, spam-regex-headers-ham)
18183         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18184         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18185         backends and checks.
18186         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18187
18188         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18189         an autodetect method.
18190
18191 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18192
18193         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18194         articles are being added to a group.
18195         (gnus-request-replace-article): Inform the agent that articles
18196         need to be uncached as the cached contents are no longer valid.
18197
18198 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18199
18200         * binhex.el: Don't autoload executable-find.
18201
18202         * canlock.el: Don't autoload mail-fetch-field.
18203
18204         * dgnushack.el: Autoload c-mode for XEmacs.
18205
18206         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18207
18208         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18209         rmail-dont-reply-to and rmail-output.
18210
18211         * gnus-score.el: Don't autoload ffap-string-at-point.
18212
18213         * gnus-setup.el: Don't autoload sc-cite-original.
18214
18215         * imap.el: Don't autoload base64-decode-string,
18216         base64-encode-string and md5.
18217
18218         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18219         and rmail-msg-restore-non-pruned-header.
18220
18221         * mm-decode.el: Don't autoload executable-find.
18222
18223         * mm-url.el: Don't autoload executable-find.
18224
18225         * mm-view.el: Don't autoload diff-mode.
18226
18227         * nndb.el: Don't autoload news-reply-mode, news-setup,
18228         cancel-timer and telnet.
18229
18230         * password.el: Don't autoload run-at-time for Emacs.
18231
18232         * sha1-el.el: Don't autoload executable-find.
18233
18234         * sieve-mode.el: Don't autoload c-mode.
18235
18236         * uudecode.el: Don't autoload executable-find.
18237
18238 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18239
18240         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18241         (gnus-agent-possibly-alter-active): Avoid null in numeric
18242         comparison.
18243         (gnus-agent-set-local): Refuse to save null in local object table.
18244         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18245         list of articles that will be marked as unread.
18246
18247 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18248
18249         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18250
18251 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18252
18253         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18254         language tags.
18255
18256 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18257
18258         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18259         Don't bind "obarray".
18260
18261         * gnus-sum.el (gnus-thread-sort-functions):
18262         Add `gnus-thread-sort-by-most-recent-number' and
18263         `gnus-thread-sort-by-most-recent-date'.
18264         Reported by Kai Grossjohann <kai@emptydomain.de>.
18265
18266 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18267
18268         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18269
18270 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18271
18272         * gnus-cus.el (gnus-agent-customize-category):
18273         Remove ignore-errors macro reference that required cl to be loaded at
18274         run-time.
18275
18276         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18277         single-interval range of the form (min . max).  Previously the
18278         range had to look like ((min . max)).  Likewise, return
18279         (min . max) rather than ((min . max)).
18280         (gnus-range-map): Use gnus-range-normalize to accept
18281         single-interval range.
18282
18283         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18284         the cache, but not the agent, now appear with their usual face.
18285
18286         * dgnushack.el (loaddir): New variable that is bound to the
18287         directory containing the dgnushack.el file. Use loaddir, rather
18288         than srcdir, to update load-path. Change lets dgnushack compile
18289         code in directories other than GNUS/lisp.
18290
18291 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18292
18293         * lpath.el: Don't bind w3m-safe-url-regexp.
18294
18295         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18296         w3m-safe-url-regexp variable buffer-local.
18297
18298         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18299
18300 2004-02-27  Simon Josefsson  <jas@extundo.com>
18301
18302         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18303         gnus-group-real-prefix.
18304         (gnus-summary-move-article): Use it, instead of
18305         gnus-group-real-prefix.
18306
18307 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18308
18309         * lpath.el: Bind w3m-safe-url-regexp.
18310
18311         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18312         w3m-safe-url-regexp variable buffer-local and set it as the value
18313         of mm-w3m-safe-url-regexp.
18314
18315         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18316
18317         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18318         parsing gnus-posting-styles when the message is not for replying.
18319
18320         * dgnushack.el: Autoload sgml-mode for XEmacs.
18321
18322         * nnrss.el (nnrss-opml-export):
18323         Use mm-set-buffer-file-coding-system instead of
18324         set-buffer-file-coding-system.
18325
18326 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18327
18328         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18329         of checkdoc.el).
18330         * nnrss.el: do.
18331         * gnus-mlspl.el: do.
18332         * gnus-ml.el: do.
18333         * gnus-srvr.el: do.
18334
18335         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18336
18337 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18338
18339         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18340         Corrections to custom-manual links.
18341
18342         * gnus-art.el (gnus-article): Ditto.
18343
18344         * mm-decode.el (mime-display, mime-security): Ditto.
18345
18346 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18347
18348         * flow-fill.el: Typo.
18349
18350 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18351
18352         * spam-wash.el: New file.
18353
18354 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18355
18356         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18357
18358 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18359
18360         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18361         to be run with new-articles as LIST1, not LIST2.
18362         (spam-registration-functions): Add spam-use-ham-copy as a nil
18363         registration backend.
18364
18365 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18366
18367         * spam-stat.el (spam-stat-washing-hook): New option.
18368         (spam-stat-buffer-words): Use it.
18369         (spam-stat-process-directory, spam-stat-test-directory):
18370         Use insert-file-contents-literally.
18371         (spam-stat-coding-system): New variable.
18372         (spam-stat-load, spam-stat-save): Use it.
18373
18374 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18375
18376         * spam-report.el (spam-report-plug-agent):
18377         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18378
18379 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18380
18381         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18382         Allow / in mailto URLs.
18383
18384 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18385
18386         * spam-report.el (spam-report-process-queue): Fix interactive use.
18387         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18388         (spam-report-unplug-agent): Doc fixes.
18389         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18390         (spam-report-agentize, spam-report-deagentize): Autoload.
18391
18392 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18393
18394         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18395
18396         * message.el (message-setup-fill-variables): Add mml tags to
18397         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18398         <ajk@iu.edu>.
18399         (message-mode): Don't modify paragraph-separate there.
18400
18401 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18402
18403         * compface.el (uncompface-use-external): Default to undecided.
18404         (uncompface-use-external-threshold): New variable.
18405         (uncompface-float-time): New macro.
18406         (uncompface): Determine whether to use the external decoder if
18407         uncompface-use-external is undecided.
18408
18409 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18410
18411         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18412         after images.
18413
18414         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18415
18416 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18417
18418         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18419
18420         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18421
18422         * gnus-sum.el (gnus-summary-limit-to-age)
18423         (gnus-summary-limit-children): do.
18424
18425         * gnus-int.el (gnus-request-scan): do.
18426
18427         * gnus-group.el (gnus-group-suspend): do.
18428
18429         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18430
18431         * gnus-cite.el (gnus-cite-parse-attributions): do.
18432
18433         * gnus-agent.el (gnus-summary-set-agent-mark)
18434         (gnus-agent-regenerate-group): do.
18435
18436         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18437
18438         * binhex.el (binhex-decode-region-internal): do.
18439
18440 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18441
18442         * gnus-fun.el (gnus-face-properties-alist): New user option.
18443         (gnus-display-x-face-in-from): Use it.
18444
18445         * gnus-art.el (article-display-face): Ditto.
18446
18447         * compface.el (uncompface-use-external): Default to nil.
18448
18449 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18450
18451         * nntp.el (nntp-erase-buffer): New function.
18452         (nntp-retrieve-data, nntp-send-command)
18453         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18454         (nntp-possibly-change-group): Use it.
18455
18456         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18457         Use with-current-buffer.
18458
18459 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18460
18461         * compface.el: Merge the ELisp-based uncompface program.
18462         (compface): New customization group.
18463         (uncompface-use-external): New user option.
18464         (uncompface): Call uncompface-internal if uncompface-use-external
18465         is nil.
18466         (uncompface-internal): New function.  Note that there are also
18467         some other functions and variables added for this function.
18468
18469 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18470
18471         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18472         if necessary.
18473
18474 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18475
18476         * spam-report.el (spam-report-unplug-agent)
18477         (spam-report-plug-agent, spam-report-deagentize)
18478         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18479         Add support for the Agent in spam-report: when unplugged, report to a
18480         file; when plugged, submit all the requests.
18481
18482         * spam.el (spam-register-routine): Fix message about
18483         registration.
18484
18485 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18486
18487         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18488         dependencies.
18489         (rfc2047-encode): Use it.
18490
18491         * gnus-art.el (gnus-button-marker-list): Move before first
18492         reference.
18493
18494         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18495         (imap-parse-body): Fix format string mismatch.
18496
18497         * gnus-score.el (gnus-summary-increase-score): do.
18498
18499         * nnrss.el (nnrss-close): New function.
18500
18501 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18502
18503         * nnrss.el (nnrss-make-filename): New function.
18504         (nnrss-request-delete-group, nnrss-read-server-data)
18505         (nnrss-save-server-data, nnrss-read-group-data)
18506         (nnrss-save-group-data): Use it.
18507         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18508         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18509         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18510
18511 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18512
18513         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18514
18515 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18516
18517         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18518         files.
18519
18520         * message.el (message-generate-headers-first): Don't quote nil
18521         and t in docstrings.
18522
18523         * imap.el (imap-id): do.
18524
18525         * gnus-agent.el (gnus-agent-consider-all-articles)
18526         (gnus-agent-queue-mail): do.
18527
18528 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18529
18530         * spam-report.el (spam-report-process-queue): New function.
18531         Process requests from `spam-report-requests-file'.
18532         (spam-report-process-queue): Doc fix.
18533
18534 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18535
18536         * spam.el (spam-register-routine)
18537         (spam-log-processing-to-registry, spam-log-registered-p)
18538         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18539         Change "check" to "spam-check" for semi-clarity.
18540
18541 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18542
18543         * pop3.el: Require nnheader.
18544
18545         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18546
18547         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18548
18549         * gnus-picon.el: Require cl.
18550
18551         * gnus-fun.el: Require gnus-ems and gnus-util.
18552
18553         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18554
18555         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18556
18557         * gnus-art.el (gnus-article-edit-mode): Define before first
18558         reference.
18559
18560 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18561
18562         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18563         (gnus-uu-post-encoded): Use point-at-bol.
18564
18565         * gnus-topic.el (gnus-group-active-topic-p): do.
18566
18567         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18568
18569         * gnus-group.el (gnus-group-kill-region): do.
18570
18571         * gnus-art.el (article-date-ut): do.
18572
18573         * message.el (message-fetch-field): Remove redundant
18574         case-fold-search binding.
18575         (message-narrow-to-field): Simplify.
18576
18577 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18578
18579         * spam.el (spam-directory): Derive from `gnus-directory'.
18580
18581         * spam-report.el (spam-report-url-to-file)
18582         (spam-report-requests-file): New function and variable for offline
18583         reporting.
18584         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18585         and user defined function.
18586         (spam-report-url-ping-mm-url): Remove doubled slash.
18587
18588 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18589
18590         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18591
18592 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18593
18594         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18595         Fix format string mismatch.
18596
18597         * sieve.el (sieve-deactivate-all): do.
18598
18599         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18600
18601         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18602
18603         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18604
18605         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18606
18607 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18608
18609         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18610         the list of checks.
18611
18612 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18613
18614         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18615         padding.
18616
18617 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18618
18619         * mm-view.el (mm-fill-flowed): New variable.
18620         (mm-inline-text): Use it.
18621
18622 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18623
18624         * spam.el (spam-spamassassin-register-ham-routine)
18625         (spam-spamassassin-register-spam-routine): Fix function names.
18626
18627 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18628
18629         * gnus.el (gnus-tmp-grouplens): Remove.
18630         (gnus-summary-line-format): Remove grouplens.
18631
18632         * gnus-group.el (gnus-group-line-format): Ditto.
18633
18634         * gnus-spec.el (gnus-format-specs): Ditto.
18635         (gnus-update-format-specifications): Flush the group format spec
18636         cache if there's the grouplens stuff.
18637         (gnus-parse-simple-format): Replace %l with the empty string.
18638
18639 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18640
18641         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18642         omission.
18643
18644 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18645
18646         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18647         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18648
18649 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18650
18651         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18652         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18653         New macros and functions.
18654         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18655         Handle > NLINK_MAX messages.
18656         * nnmaildir.el (nnmaildir-request-set-mark):
18657         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18658
18659 2004-01-25  Alex Schroeder  <alex@gnu.org>
18660
18661         * spam-stat.el (spam-stat-process-directory-age): New option.
18662         (spam-stat-process-directory): Use it.
18663
18664 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18665
18666         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18667         (spam-stat-save): Accept prefix argument.
18668
18669 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18670
18671         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18672         links" error.
18673
18674 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18675
18676         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18677         the rest of the and/or forms.
18678
18679 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18680
18681         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18682         compatibility with old .newsrc.eld files.
18683
18684         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18685
18686         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18687
18688         * gnus-start.el (gnus-1): do.
18689
18690         * gnus-group.el (gnus-group-line-format-alist): do.
18691
18692         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18693
18694         * gnus-gl.el: Remove.
18695
18696 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18697
18698         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18699         marks consisting of a single range {for example, (3 . 5)} rather
18700         than a list of a single range { ((3 . 5)) }.
18701
18702 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18703
18704         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18705         Use with-current-buffer.
18706         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18707         avoid consing a string.
18708
18709         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18710         Remove obsolete entries for big5 and gb2312.
18711
18712 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18713
18714         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18715         uncompressed list.
18716
18717 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18718
18719         * spam-stat.el (spam-stat-strip-xref): New function.
18720         (spam-stat-process-directory): Use it.
18721
18722         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18723         here -- it's done in message-fetch-field.
18724
18725 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18726
18727         * gnus-agent.el (gnus-agent-queue-mail)
18728         (gnus-agent-prompt-send-queue): New variables.
18729         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18730         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18731         "nndraft:queue" along to gnus-draft-send.
18732         Use gnus-agent-prompt-send-queue.
18733         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18734         is "nndraft:queue".  Suggested by Gaute Strokkenes
18735         <gs234@srcf.ucam.org>
18736
18737         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18738         (agent-enable-undownloaded-faces): Add.
18739         (gnus-agent-cat-groups): Use eval-and-compile, not
18740         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18741         method of gnus-agent-cat-groups even when the buffer has been
18742         evaled.
18743         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18744         delete gnus-agent-save-active-1.
18745         (gnus-agent-save-groups): Delete.  Identical to
18746         gnus-agent-save-active.
18747         (gnus-agent-write-active): No longer adjust agent's copy of active
18748         file as agent's adjustments are now stored in their own
18749         file.  Remove optional parameter.
18750         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18751         servers.  Add use of min/max range limits from server's local
18752         file.
18753         (gnus-agent-save-alist): Remove unused optional argument.
18754         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18755         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18756         (gnus-agent-set-local): A per-server file that keeps min/max range
18757         limits for articles known to the agent.  Provides a fast mechanism
18758         for altering many active ranges.
18759         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18760         active file (local makes it unnecessary).
18761         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18762
18763         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18764         (agent-enable-undownloaded-faces): Add.
18765
18766         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18767         disable it when sending to "nndraft:queue".
18768         (gnus-group-send-queue): Add safety check to avoid sending queue
18769         when unplugged.
18770
18771         * gnus-group.el (gnus-group-catchup): Use new
18772         gnus-sequence-of-unread-articles, not
18773         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18774         numbers of articles.  Use gnus-range-map to avoid having to
18775         uncompress the unread list.
18776         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18777         Fix invalid ange-ftp reference.
18778
18779         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18780         (gnus-sorted-range-intersection): Intersection of two ranges
18781         without requiring that they first be uncompressed.
18782
18783         * gnus-start.el (gnus-activate-group): Unless blocked by the
18784         caller, possibly expand the active range to include both cached
18785         and agentized articles.
18786         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18787         multiple version-dependent converters.
18788         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18789         gnus-agent-save-active.
18790         (gnus-save-newsrc-file): Save dirty agent range limits.
18791
18792         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18793         gnus-agent-possibly-alter-active.
18794         (gnus-adjust-marked-articles): Faster handling of simple lists.
18795
18796 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18797
18798         * spam-stat.el (spam-stat-test-directory): New optional argument
18799         displays a list of files detected.  Suggested by Andrew Cohen
18800         <cohen@andy.bu.edu>.
18801         (spam-stat-buffer-words-with-scores): Don't narrow and change
18802         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18803
18804 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18805
18806         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18807         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18808         (spam-spamassassin-arguments)
18809         (spam-spamassassin-spam-flag-header)
18810         (spam-spamassassin-positive-spam-flag-header)
18811         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18812         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18813         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18814         (spam-list-of-processors, spam-list-of-checks)
18815         (spam-list-of-statistical-checks, spam-registration-functions)
18816         (spam-check-spamassassin-headers, spam-check-spamassassin)
18817         (spam-spamassassin-score)
18818         (spam-spamassassin-register-with-sa-learn)
18819         (spam-spamassassin-register-spam-routine)
18820         (spam-spamassassin-register-ham-routine)
18821         (spam-assassin-register-spam-routine)
18822         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18823         (spam-bogofilter-score): Fix to show article before scoring.
18824
18825 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18826
18827         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18828         default scoring function.
18829         (spam-generic-score): Call spam-spamassassin-score if
18830         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18831         spam-bogofilter-score otherwise.
18832
18833         * gnus.el (spam-process, spam-autodetect-methods):
18834         Add spamassassin and spamassassin-headers.
18835
18836 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18837
18838         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18839         Suppress unnecessary messages.
18840
18841 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18842
18843         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18844         make-hash-table.
18845
18846 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18847
18848         * canlock.el (base64-encode-string): Don't autoload it.
18849
18850 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18851
18852         * run-at-time.el: Remove useless (require 'itimer),
18853         eval-and-compile and (featurep 'xemacs).
18854
18855 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18856
18857         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18858         GROUP is a virtual group.
18859
18860 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18861
18862         * gnus.el: Autoload `message-y-or-n-p'.
18863
18864 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18865
18866         * pgg-parse.el: Remove unnecessary (require 'custom).
18867
18868         * pgg-def.el: do.
18869
18870         * nnmail.el: do.
18871
18872         * gnus-undo.el: do.
18873
18874         * gnus-picon.el: do.
18875
18876         * gnus-util.el: do.
18877
18878 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18879
18880         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18881
18882 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18883
18884         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18885         handle, as well as a list.
18886
18887         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18888         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18889         (mm-w3m-cid-retrieve): Simplify.
18890
18891 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18892
18893         * message.el (message-kill-to-signature): Allow prefix arg to
18894         specify number of lines to keep before signature.
18895
18896 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18897
18898         * message.el (message-kill-to-signature): Change docstring.
18899
18900 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18901
18902         * canlock.el: Always require sha1-el.
18903         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18904
18905         * message.el: Autoload sha1 only when compiling.
18906
18907         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18908         eudc-expand-inline for XEmacs.
18909
18910 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18911
18912         * message.el (message-canlock-generate): Require sha1-el.
18913
18914 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18915
18916         * message.el (message-expand-name): Silence the byte compiler.
18917
18918         * lpath.el: Add detect-coding-system.
18919
18920         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18921         cus-edit.
18922
18923 2004-01-13  Simon Josefsson  <jas@extundo.com>
18924
18925         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18926         Invoke gnus-score-mode.
18927         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18928
18929         * gnus-range.el (gnus-compress-sequence): Doc fix.
18930         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18931
18932 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18933
18934         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18935
18936 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18937
18938         * spam.el (spam-get-article-as-string): Update to use
18939         gnus-request-article-this-buffer, much simpler.
18940         (spam-get-article-as-buffer): Remove.
18941
18942 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18943
18944         * message.el (message-expand-name): Use EUDC if the user uses that.
18945
18946 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18947
18948         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18949         character for the encoding to avoid consing a string.
18950
18951         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18952         unnecessarily.
18953
18954         * mm-util.el (mm-replace-chars-in-string): Remove.
18955
18956         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18957         of mm-replace-chars-in-string.
18958
18959 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18960
18961         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18962
18963         * mm-util.el (mm-subst-char-in-string): Support inplace.
18964
18965         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18966         a new string in every iteration.  Use shy groups.
18967
18968 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18969
18970         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18971         * gnus-soup.el (gnus-soup-group-brew):
18972         * gnus-msg.el (gnus-put-message):
18973         * gnus-move.el (gnus-group-move-group-to-server):
18974         * gnus-kill.el (gnus-batch-score):
18975         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18976         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18977         (gnus-group-update-group, gnus-group-read-group)
18978         (gnus-group-make-group, gnus-group-make-help-group)
18979         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18980         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18981         (gnus-group-sort-by-unread, gnus-group-catchup)
18982         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18983         (gnus-group-yank-group, gnus-group-set-info)
18984         (gnus-group-list-groups):
18985         * gnus.el (gnus-generate-new-group-name):
18986         * gnus-delay.el (gnus-delay-send-queue):
18987         * nnvirtual.el (nnvirtual-catchup-group):
18988         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18989         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18990         (gnus-group-prepare-topics, gnus-topic-check-topology):
18991         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18992         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18993         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18994         (gnus-group-make-articles-read):
18995         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18996         (gnus-group-change-level, gnus-kill-newsgroup)
18997         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18998         (gnus-get-unread-articles, gnus-make-articles-unread)
18999         (gnus-make-ascending-articles-unread): Use accessor
19000         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19001         to get group information for improved readability.
19002
19003
19004 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19005
19006         * gnus-art.el (article-decode-mime-words, article-babel)
19007         (gnus-article-highlight-signature, gnus-article-add-buttons)
19008         (gnus-signature-toggle): Use gnus-with-article-buffer.
19009
19010         * gnus-art.el (gnus-article-highlight-headers)
19011         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19012
19013         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19014         (gnus-article-set-globals, gnus-request-article-this-buffer)
19015         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19016         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19017         (gnus-mime-display-alternative): Use with-current-buffer.
19018
19019 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19020
19021         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19022         also under 80 char limit, and call gnus-error if needed.
19023         (spam-fetch-article-header): Fix - it was a
19024         buffer-local variable (gnus-newsgroup-data).
19025         (spam-find-spam): Use spam-generate-fake-headers, forget about
19026         spam-insert-fake-headers.
19027         (spam-insert-fake-headers): Remove.
19028
19029 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19030
19031         * deuglify.el (gnus-article-outlook-unwrap-lines)
19032         (gnus-outlook-rearrange-article)
19033         (gnus-outlook-repair-attribution-outlook)
19034         (gnus-outlook-repair-attribution-block)
19035         (gnus-outlook-repair-attribution-other): Remove redundant
19036         save-excursion.
19037
19038 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19039
19040         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19041         (spam-fetch-field-subject-fast)
19042         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19043         (spam-fetch-article-header): Add functions to deal with Gnus
19044         internals for fast retrieval of article header data.
19045         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19046
19047 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19048
19049         * pop3.el (pop3-md5): Remove.
19050         (pop3-apop): Replace pop3-md5 with md5.
19051
19052         * mm-bodies.el: base64 is always built-in.
19053
19054         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19055         Use with-current-buffer.
19056
19057 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19058
19059         * canlock.el (canlock-insert-header): Remove excessive grouping in
19060         regexp.
19061
19062         * gnus-sum.el (gnus-summary-read-document): Ditto.
19063
19064         * gnus-uu.el (gnus-uu-part-number): Ditto.
19065
19066         * html2text.el (html2text-remove-tags): Ditto.
19067         (html2text-format-tags): Ditto.
19068         (html2text-format-single-elements): Ditto.
19069
19070         * mml.el (mml-parse-1): Ditto.
19071
19072 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19073
19074         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19075
19076         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19077
19078         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19079
19080         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19081
19082 2003-11-15  Simon Josefsson  <jas@extundo.com>
19083
19084         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19085         (pgg-gpg-lookup-key): Use regexp match instead of
19086         split-string (split-string is different between emacs 21.2 and
19087         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19088
19089 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19090
19091         * gnus-art.el (gnus-mime-view-all-parts)
19092         (gnus-article-part-wrapper, gnus-article-view-part):
19093         Use with-current-buffer.
19094
19095 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19096
19097         * spam.el (spam-disable-spam-split-during-ham-respool)
19098         (spam-spamoracle-database, spam-cache-lookups)
19099         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19100         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19101         (spam-group-ham-marks, spam-group-spam-marks)
19102         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19103         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19104         also add spam-use-blackholes to the statistical checks.
19105         (spam-fetch-field-fast): Add interface to fetching fields, may
19106         become a macro.
19107         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19108         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19109         (spam-insert-fake-headers): Fake an article when needed.
19110         (spam-find-spam): Fake article when possible.
19111         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19112         (spam-check-bogofilter-headers): Use message-fetch-field instead
19113         of nnmail-fetch-field.
19114
19115 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19116
19117         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19118
19119 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19120
19121         * spam.el (spam-split): Do not require spam-use-CHECK to be
19122         enabled if that check is passed to spam-split explicitly; also
19123         fix so 'spam doesn't get converted to spam-split-group when
19124         spam-split-symbolic-return is t.
19125         (spam-find-spam): Find registrations of the article and use those
19126         instead of re-running spam-split to find the spam/ham
19127         classification of the article.
19128         (spam-log-processing-to-registry, spam-log-registered-p)
19129         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19130         Use gnus-error instead of gnus-message.
19131         (spam-log-registration-type): Add function to determine the
19132         classification of a message based on registry entries; will
19133         return nil if both 'spam and 'ham are found.
19134         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19135         a reasonably fast local cache without the loading errors.
19136         (spam-cache-lookups): Set to t by default.
19137         (spam-find-spam): Don't try to guess spam-cache-lookups.
19138         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19139         spam-caches entry.
19140         (spam-filelist-build-cache, spam-filelist-check-cache):
19141         Fix caching of whitelist/blacklist entries.
19142         (spam-check-whitelist, spam-check-blacklist):
19143         Invoke spam-from-listed-p with a type, not a cache variable.
19144         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19145
19146 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19147
19148         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19149
19150         * nnmail.el (nnmail-split-fancy): do.
19151
19152         * mml.el (mml-parse): do.
19153
19154         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19155         (gnus-score-adaptive): do.
19156
19157 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19158
19159         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19160         (gnus-mime-button-map): Don't set keymap parent.
19161         (gnus-button-ctan-directory-regexp): Use shy grouping.
19162         (gnus-prev-page-map): Don't set keymap parent.
19163         (gnus-prev-page-map): Remove duplicated one.
19164         (gnus-next-page-map): Don't set keymap parent.
19165         (gnus-mime-security-button-map): Ditto.
19166
19167         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19168         version number.
19169
19170         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19171
19172 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19173
19174         * canlock.el (canlock-sha1-function): Remove.
19175         (canlock-sha1-function-for-verify): Remove.
19176         (canlock-openssl-program): Remove.
19177         (canlock-openssl-args): Remove.
19178         (canlock-ignore-errors): Remove.
19179         (canlock-sha1-with-openssl): Remove.
19180         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19181         (canlock-verify): Don't use canlock-ignore-errors.
19182
19183         * sha1-el.el (sha1-string-external): Make it can return a string
19184         in binary form.
19185         (sha1-region-external): Ditto.
19186         (sha1-string-internal): Ditto.
19187         (sha1-region-internal): Ditto.
19188         (sha1-region): Ditto.
19189         (sha1-string): Ditto.
19190         (sha1): Ditto.
19191
19192 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19193
19194         * spam.el (spam-report-articles-gmane): New command.
19195
19196 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19197
19198         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19199
19200         * run-at-time.el (run-at-time-saved): Remove.
19201         (run-at-time): Doc fix.
19202
19203 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19204
19205         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19206         (gnus-summary-limit-map): Add it.
19207         (gnus-summary-make-menu-bar): do.
19208
19209 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19210
19211         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19212         Make attempt at some caching support (done for BBDB only now).
19213         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19214         addresses to be checked.
19215         (spam-clear-cache-BBDB): Add function, to be invoked by
19216         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19217         (spam-check-BBDB): Check and use the caches, if
19218         spam-cache-lookups is on, remove superfluous (provide).
19219
19220 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19221
19222         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19223
19224 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19225
19226         * run-at-time.el (run-at-time-saved): Move to after the definition
19227         of `run-at-time'.
19228
19229         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19230
19231 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19232
19233         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19234         mm-w3m-local-map-property.
19235
19236         * mm-view.el (mm-w3m-mode-map): Remove.
19237         (mm-w3m-local-map-property): Remove.
19238         (mm-inline-text-html-render-with-w3m): Don't use
19239         mm-w3m-local-map-property.
19240
19241 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19242
19243         * run-at-time.el: New file.
19244
19245         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19246         under Emacs.
19247
19248         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19249         of gnus-set-text-properties.
19250
19251         * gnus-uu.el (gnus-uu-save-article): Ditto.
19252
19253         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19254
19255         * gnus-cite.el (gnus-cite-parse): Ditto.
19256
19257         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19258         of gnus-.
19259
19260         * gnus-xmas.el (run-at-time): Require run-at-time.
19261
19262         * gnus.el: Change calls to nnheader-run-at-time and
19263         password-run-at-time throughout to use run-at-time directly.
19264
19265         * password.el: Remove definition of run-at-time.
19266
19267         * nnheaderxm.el: Remove definition of run-at-time.
19268
19269 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19270
19271         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19272         in prompt.
19273
19274 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19275
19276         * messagexmas.el (message-xmas-redefine): Alias
19277         `message-make-caesar-translation-table' to
19278         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19279         version.
19280
19281         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19282         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19283         `gnus-xmas-set-text-properties'.
19284         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19285         `gnus-xmas-completing-read'.
19286         (gnus-xmas-completing-read): Removed.
19287         (gnus-xmas-open-network-stream): Removed.
19288
19289         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19290         XEmacs version.
19291
19292         * dns.el (dns-make-network-process): Use `open-network-stream'
19293         instead of `gnus-xmas-open-network-stream'.
19294
19295         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19296
19297         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19298
19299 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19300
19301         * gnus-art.el (gnus-mime-display-alternative)
19302         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19303         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19304         Don't use gnus-local-map-property.
19305
19306         * gnus-util.el (gnus-local-map-property): Remove.
19307
19308         * mm-view.el (mm-view-pkcs7-decrypt):
19309         Replace gnus-completing-read-maybe-default with completing-read.
19310
19311         * gnus-util.el (gnus-completing-read): do.
19312         (gnus-completing-read-maybe-default): Remove.
19313
19314 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19315
19316         * password.el: Only autoload `run-at-time' if not XEmacs.
19317         Only autoload the itimer functions if XEmacs.
19318
19319 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19320
19321         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19322         XEmacsen.
19323
19324         * dgnushack.el: Autoload executable-find for XEmacs.
19325
19326 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19327
19328         * gnus-art.el (gnus-read-string): Remove.
19329         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19330         read-string.
19331
19332 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19333
19334         * netrc.el: Autoload password-read.
19335         (netrc): Add configuration group.
19336         (netrc-encoding-method, netrc-openssl-path):
19337         Add variables for encoding and decoding of files with symmetric
19338         ciphers.
19339         (netrc-encode): Add assistant function to encode a file with
19340         netrc-encoding-method.
19341         (netrc-parse): Add interactive parameter, added optional
19342         decoding if netrc-encoding-method is non-nil but otherwise
19343         behavior is standard.
19344         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19345         Do s/encode/encrypt/ everywhere.
19346
19347         * spam.el: Remove executable-find autoload.
19348
19349 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19350
19351         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19352
19353         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19354
19355 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19356
19357         * gnus-art.el (gnus-treat-ansi-sequences)
19358         (article-treat-ansi-sequences): New variable and function.
19359         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19360
19361         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19362         Use it.
19363
19364 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19365
19366         * mm-util.el (mm-quote-arg): Remove.
19367
19368         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19369         shell-quote-argument.
19370
19371         * gnus-uu.el (gnus-uu-command): do.
19372
19373         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19374
19375         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19376         with make-char.
19377
19378         * mm-util.el (mm-make-char): Remove.
19379
19380         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19381         add-minor-mode.
19382
19383         * gnus-undo.el (gnus-undo-mode): do.
19384
19385         * gnus-topic.el (gnus-topic-mode): do.
19386
19387         * gnus-sum.el (gnus-dead-summary-mode): do.
19388
19389         * gnus-start.el (gnus-slave-mode): do.
19390
19391         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19392
19393         * gnus-ml.el (gnus-mailing-list-mode): do.
19394
19395         * gnus-gl.el (gnus-grouplens-mode): do.
19396
19397         * gnus-draft.el (gnus-draft-mode): do.
19398
19399         * gnus-dired.el (gnus-dired-mode): do.
19400
19401         * gnus-ems.el (gnus-add-minor-mode): Remove.
19402
19403         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19404         Replace gnus-char-width with char-width.
19405
19406         * gnus-ems.el (gnus-char-width): Remove.
19407
19408         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19409         Replace gnus-char-width with char-width.
19410
19411         * gnus-ems.el (gnus-char-width): Remove.
19412
19413         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19414         definition.
19415         Remove Emacs 20 hash table compatibility code.
19416
19417         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19418         20 compatibility code.
19419
19420         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19421
19422         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19423
19424         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19425         Replace with point-at-{eol,bol}.
19426
19427         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19428
19429         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19430
19431         * flow-fill.el (fill-flowed-point-at-bol)
19432         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19433
19434         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19435         Replace with point-at-{eol,bol} throughout all files.
19436
19437 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19438
19439         * ntlm.el (ntlm-string-as-unibyte): New macro.
19440         (ntlm-build-auth-response): Use it.
19441
19442         Remove Emacs 20 stuff:
19443         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19444         (butlast, mapc, remove): Remove the compiler macros.
19445         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19446         of delq and copy-sequence.
19447         * gnus-art.el (popup-menu): Remove the compiler macro.
19448         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19449         Emacs 20.
19450
19451 2004-01-05  Simon Josefsson  <jas@extundo.com>
19452
19453         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19454         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19455         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19456         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19457         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19458         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19459         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19460         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19461         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19462         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19463         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19464         string-xor into ntlm-string-xor.
19465         Suggested by Jesper Harder <harder@myrealbox.com>.
19466
19467         * ntlm.el: Don't include poem.
19468
19469         * md4.el (print-int32, print-string-hexa): Remove.
19470         Suggested by Jesper Harder <harder@myrealbox.com>.
19471
19472         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19473
19474         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19475         probably breaks emacs with DL patch, but do we care? Is anyone
19476         still using the DL stuff?)
19477
19478         * sieve-manage.el: Use the password package.
19479         (sieve-manage-read-passwd): Remove.
19480         (sieve-manage-interactive-login): Use password.  Re-add
19481         condition-case around loop.
19482
19483         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19484         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19485         Use the password package.
19486
19487 2003-02-19  Simon Josefsson  <jas@extundo.com>
19488
19489         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19490         token.
19491
19492 2002-08-07  Simon Josefsson  <jas@extundo.com>
19493
19494         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19495         (sieve-manage-authenticators):
19496         (sieve-manage-authenticator-alist): Add some SASL mechs.
19497         (sieve-sasl-auth): New function.
19498         (sieve-manage-cram-md5-auth):
19499         (sieve-manage-plain-auth): Rewrite using SASL library.
19500         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19501         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19502         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19503         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19504
19505 2004-01-05  Simon Josefsson  <jas@extundo.com>
19506
19507         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19508         New files.
19509
19510 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19511
19512         * gnus-group.el (gnus-no-groups-message): Update.
19513
19514         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19515
19516 2003-11-09  Simon Josefsson  <jas@extundo.com>
19517
19518         * imap.el: Support for ID IMAP extension (RFC 2971).
19519         (imap-local-variables): Add imap-id.
19520         (imap-id): New variable.
19521         (imap-id): New function.
19522         (imap-parse-response): Parse untagged ID response.
19523         * nnimap.el (nnimap-id): New variable.
19524         (nnimap-open-connection): Use it.
19525
19526 2003-12-28  Simon Josefsson  <jas@extundo.com>
19527
19528         * gnus-score.el (gnus-score-edit-all-score): New.
19529         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19530
19531 2004-01-04  Simon Josefsson  <jas@extundo.com>
19532
19533         * password.el: Add.
19534
19535 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19536
19537         * dns.el (dns-query-types): Fix typo.
19538         (dns-query-types): New function.
19539         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19540         PTR and SOA replies, see RFC 1035.
19541
19542 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19543
19544         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19545
19546         * Move to Changelog.2.
19547
19548 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19549
19550         * gnus.el (gnus-version-number): Bump version.
19551
19552 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19553
19554         * gnus.el: No Gnus v0.1 is released.
19555
19556 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19557
19558         * gnus.el: No Gnus v0.0 is released.
19559
19560 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19561
19562         * gnus.el (gnus-version-number): Bump.
19563         (gnus-version): No.
19564
19565 See ChangeLog.2 for earlier changes.
19566
19567     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19568       Free Software Foundation, Inc.
19569
19570   This file is part of GNU Emacs.
19571
19572   GNU Emacs is free software: you can redistribute it and/or modify
19573   it under the terms of the GNU General Public License as published by
19574   the Free Software Foundation, either version 3 of the License, or
19575   (at your option) any later version.
19576
19577   GNU Emacs is distributed in the hope that it will be useful,
19578   but WITHOUT ANY WARRANTY; without even the implied warranty of
19579   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19580   GNU General Public License for more details.
19581
19582   You should have received a copy of the GNU General Public License
19583   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19584
19585 ;; Local Variables:
19586 ;; coding: utf-8
19587 ;; fill-column: 79
19588 ;; add-log-time-zone-rule: t
19589 ;; End: