Complete the proto-stream documentation and fix some typos.
[gnus] / lisp / ChangeLog
1 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2
3         * nnir.el: Fix typos.
4         (nnir-retrieve-headers-override-function): Rename variable to reflect
5         new semantics.
6         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7         macros.
8         (nnir-request-article, nnir-request-move-article): Use them.
9         (nnir-categorize): New function.
10         (nnir-run-query): Use it.
11         (nnir-retrieve-headers): Rewrite to batch header retrieval.
12         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
13         sorted.
14         (nnir-group-full-name): Use gnus-group-full-name instead.
15         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
16         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
17
18 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19
20         * proto-stream.el: New library to provide protocol-specific
21         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
22         protocols.
23         (open-proto-stream): Complete the documentation.
24         (proto-stream-open-network): Fix some typos.
25
26         * nnimap.el (nnimap-open-connection): Use it.
27
28 2010-11-26  Julien Danjou  <julien@danjou.info>
29
30         * color.el: Rename various rgb functions to srgb.
31
32 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
33
34         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
35         names.
36
37 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
38
39         * shr.el (shr-insert): Revert last change.
40         (shr-find-fill-point): Never leave point being at bol;
41         relax the kinsoku limitation when rendering tables.
42
43 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
44
45         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
46         results from -accept-article.
47
48         * shr-color.el: Require cl when compiling.
49
50         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
51         checkin.
52
53         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
54
55         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
56
57         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
58         'add and 'delete to set backend marks.
59
60         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
61
62         * nnheader.el (nnheader-update-marks-actions): Refactor out.
63
64         * nntp.el (nntp-request-set-mark): Use it.
65
66         * nnfolder.el (nnfolder-request-set-mark): Ditto.
67
68         * nnml.el (nnml-request-set-mark): Ditto.
69
70         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
71         introduces regressions in article selection.
72         (nnimap-find-uid-response): New function.
73         (nnimap-request-accept-article): Use the UID returned, if any.
74         (nnimap-request-move-article): Use the UID returned, if any.
75         (nnimap-get-groups): Reimplement to work with folded lines.
76         (nnimap-find-uid-response): The UID is the last element in the list.
77         (nnimap-request-set-mark): Extend syntax with 'set.
78
79         * nnml.el (nnml-request-set-mark): Ditto.
80
81         * nnfolder.el (nnfolder-request-set-mark): Ditto.
82
83         * nntp.el (nntp-request-set-mark): Ditto.
84
85 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
86
87         * message.el (message-called-interactively-p): A temporary macro.
88         (message-goto-body): Use it temporarily.
89
90 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
91
92         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
93         (nnimap-last-response-string): Unfold quoted lines, if they exist.
94         (nnimap-last-response-string): Fix last unfolding fix.
95
96 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
97
98         * shr.el (shr-insert): Fix the way to fold lines.
99
100 2010-11-25  Julien Danjou  <julien@danjou.info>
101
102         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
103
104         * color.el: Rename from color-lab.el
105         (color-rgb->hex): Add.
106         (color-complement): Add.
107         (color-complement-hex): Add.
108
109         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
110
111 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
112
113         * shr-color.el (shr-color-visible): Don't bug out if the colour names
114         don't exist.
115
116 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
117
118         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
119         assuming that article displaying or another mml-preview may be
120         interrupted for an error or for the like.
121
122         * shr.el (shr-get-background): Fix argument name.
123
124 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
125
126         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
127
128         * gnus-sum.el (gnus-summary-include-articles): New function.
129
130         * message.el (message-goto-body): called-interactively-p needs a
131         parameter, so use `any'.
132
133         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
134         clear marks before moving, since they're synced from the Gnus side
135         first.
136
137         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
138         (gnus-summary-move-article): Copy over all marks before moving, so that
139         IMAP doesn't think a new article has arrived.
140
141 2010-11-24  Julien Danjou  <julien@danjou.info>
142
143         * shr.el (shr-insert-background-overlay): Fix typo.
144         (shr-render-td): Copy the background before rendering.
145
146         * shr-color.el (shr-color-visible): Fix docstring.
147
148         * shr.el (shr-tag-table): Add bgcolor support.
149         (shr-render-td): Add bgcolor support.
150         (shr-get-background): Add.
151         (shr-insert-foreground-overlay): Use shr-get-background.
152
153         * message.el (message-goto-body): Use called-interactively-p.
154         (message-in-body-p): message-goto-body returns point.
155
156 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
157
158         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
159         Fixes something or other in Emacs 23, and is backwards compatible.
160
161         * message.el (message-goto-body): Remove the <#secure special-casing,
162         which is too special.
163
164         * shr.el (shr-parse-style): Drop !important from styles.
165
166 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
167
168         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
169         this function to return incorrect results when calling it with an
170         explicit article argument different from
171         (gnus-summary-article-number).
172
173 2010-11-24  Julien Danjou  <julien@danjou.info>
174
175         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
176         (shr-tag-body): Add background support.
177         (shr-descend): Add background support.
178         (shr-tag-title): Add.
179
180         * shr-color.el (shr-color-visible): Really return original background
181         if fixed.
182
183 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
184
185         * shr.el (shr-color-check): Protect against non-existant colour names.
186
187 2010-11-24  Julien Danjou  <julien@danjou.info>
188
189         * color-lab.el: Require 'cl when compiling.
190
191         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
192
193         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
194         matched part.
195
196         * color-lab.el: Fix all expt calls to use float type.
197
198 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
199
200         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
201         expression to shr-color-check as is.
202
203         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
204
205         * color-lab.el: Add coding cookie.
206         (float-pi): Use eval-and-compile.
207
208         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
209         compiled for Emacsen having no `libxml-parse-html-region' support.
210
211 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212
213         * shr.el (shr-insert-color-overlay): Split stuff like
214         "#444444 !important" to find the real colour.
215         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
216         parse <font color="red"> entries.
217
218 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
219
220         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
221         point when parsing headers.
222
223         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
224         is positioned properly when parsing headers.
225
226 2010-11-23  Julien Danjou  <julien@danjou.info>
227
228         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
229
230         * shr-color.el (shr-color->hexadecimal): Add support for color names.
231
232         * shr.el (shr-parse-style): Replace \n with space in style parsing.
233
234         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
235         shr-color-hue-to-rgb.
236         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
237
238 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
239
240         * shr.el (shr-color->hexadecimal): Autoload.
241         (shr-descend): Add color to all tags.
242
243 2010-11-22  Julien Danjou  <julien@danjou.info>
244
245         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
246         shr-color->hexadecimal.
247
248         * shr-color.el (shr-color->hexadecimal): Add converting functions for
249         RGB() or HSL() color representation.
250
251         * shr.el (shr-tag-font): Add.
252         (shr-tag-color-check): New function to get better colors.
253         (shr-tag-insert-color-overlay): Factorize code between tag-font and
254         tag-span.
255
256         * shr-color.el: New file.
257
258         * color-lab.el: New file.
259
260         * gnus-art.el (gnus-url-mailto): Do not downcase args.
261
262 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
263
264         * nnir.el: Fix typo in comments.
265         (nnir-run-imap): Simplify code. No need to reverse artlist.
266         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
267
268 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
269
270         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
271
272         * nnimap.el (nnimap-get-capabilities): Refactor out.
273         (nnimap-open-connection): Re-request capabilities after STARTTLS.
274
275 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
276
277         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
278         appearing when `mm-uu-hide-markers' is nil.
279
280 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
281
282         * nnimap.el (nnimap-unselect-group): Make into its own function.
283         (nnimap-request-rename-group): Unselect group before renaming.
284         This had gotten lost somewhere.
285         (nnimap-request-accept-article): Keep track of examined groups, and
286         unselect the group before APPENDing to read-only groups.
287         (nnimap-request-move-article): Clear flags before moving so that they
288         can be re-set later.
289
290 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
291
292         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
293         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
294
295 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
296
297         * gnus-art.el (gnus-mime-display-single)
298         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
299         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
300         parameter.
301
302 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
303
304         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
305         (shr-table-vertical-line): New variable.
306         (shr-insert-table): Use it.
307
308 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
309
310         * gnus-html.el (gnus-html-wash-images): Don't display images if
311         gnus-inhibit-images is non-nil; register displayer for cid images.
312         (gnus-html-display-image): Work for cid image.
313         (gnus-html-insert-image): Allow arguments.
314         (gnus-html-put-image): Inhibit read-only.
315         (gnus-html-prefetch-images): Don't prefetch images if
316         gnus-inhibit-images is non-nil.
317
318 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
319
320         * shr.el (shr-put-image): Break lines when inserting big pictures.
321
322 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
323
324         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
325         sender, thanks Katsumi Yamaoka.
326
327 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
328
329         * nnir.el (nnir-run-imap): Reverse the article list for each group
330         rather than the whole list.
331
332 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
333
334         * shr.el (shr-image-displayer): Protect function against non-existent
335         image source.
336
337         * gnus-art.el (gnus-inhibit-images): New user option.
338         (gnus-mime-display-single): Don't display image if it is non-nil.
339
340         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
341         gnus-inhibit-images.
342
343         * shr.el (shr-image-displayer): New function.
344         (shr-tag-img): Use it.
345
346 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
347
348         * mml2015.el (mml2015-epg-sign): Use From header.
349
350 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
351
352         * gnus-html.el (gnus-html-wash-images): Register a displayer.
353
354         * gnus-util.el (gnus-find-text-property-region): Return markers.
355
356         * shr.el (shr-tag-img): Put a displayer in the text property.
357
358         * gnus-util.el (gnus-find-text-property-region): New utility function.
359
360         * gnus-html.el (gnus-html-display-image): Make the alt optional.
361         (gnus-html-show-images): Remove.
362
363         * gnus-art.el (gnus-article-show-images): New, more general function.
364
365         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
366         image url text properties.
367
368         * shr.el: Ditto.
369
370         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
371         gnus-agent-auto-agentize-methods is set.  Which it isn't.
372
373 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
374
375         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
376         work for two or more articles.
377
378 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
379
380         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
381         divide an image that's in an html article to two or more when washing
382         non-ASCII characters in alt text of it.
383
384 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
387         smime-decrypt-region using function argument.
388         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
389
390         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
391
392         * smime.el (smime-decrypt-region): Catch it.
393
394 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
395
396         * smime.el (smime-mode-map): Move initialization into declaration.
397         (gnus-run-mode-hooks): Don't autoload.
398         (smime-mode): Use define-derived-mode.
399
400 2010-11-11  Glenn Morris  <rgm@gnu.org>
401
402         * smime.el (from): Restrict declaration to XEmacs.
403
404         * nnir.el (gnus-group-topic-name): Autoload.
405
406 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
407
408         * shr.el (shr-insert): Don't break long line if it is because of
409         kinsoku-bol characters in the line end.
410
411 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
412
413         * nnir.el (nnir-request-move-article): Fix to provide original group
414         and subject.
415         (nnir-warp-to-article): Don't fail on articles whose headers haven't
416         been retrieved.
417
418         * gnus-sum.el (gnus-summary-move-article): Use original group and
419         subject for virtual articles such as those in an nnir summary buffer.
420
421 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
422
423         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
424         least 21.5).
425
426         * smime.el (from): Declare it again for XEmacs.
427
428 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
429
430         * message.el (message-resend): Don't disable encoding unless it's
431         already encoded.
432
433         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
434         low-numbered articles.
435
436 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * rfc2047.el (rfc2047-syntax-table): Simplify.
439
440         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
441
442         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
443         set-char-table-range for XEmacs.
444
445 2010-11-10  Glenn Morris  <rgm@gnu.org>
446
447         * time-date.el (time-to-seconds): Always an alias on Emacs,
448         never a real function.
449         (with-no-warnings): Remove compat stub, now unused.
450         (time-less-p): Doc fix.
451         (time-to-number-of-days): Simplify.
452
453         * smime.el (from): Remove unused declaration.
454
455         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
456         (gnus-float-time): On Emacs, always an alias.
457
458         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
459         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
460
461 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
462
463         * dgnushack.el: Don't use ignore-errors in the top level form since it
464         is unavailable in XEmacs even if cl is loaded.
465
466         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
467
468 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
469
470         * shr.el (browse-url-mailto): Autoload.
471
472         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
473
474         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
475         regexp doesn't need quoting.
476
477 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
478
479         * message.el (message-subject-trailing-was-ask-regexp)
480         (message-subject-trailing-was-regexp): Match was: in addition to was.
481
482 2010-11-09  Glenn Morris  <rgm@gnu.org>
483
484         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
485         (nnbabyl-check-mbox): Use point-at-bol.
486
487 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
488
489         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
490
491         * message.el (message-mailto): New function.
492         (message-mailto): Should accept other parameters.
493         (message-mailto): Remove since it duplicates browse-url-mailto
494         functionality.
495
496 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
497
498         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
499         methods.
500         (gnus-read-active-file): Ditto.
501
502         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
503         ": " from the prompt.
504         (gnus-group-make-group): Ditto.
505
506 2010-11-07  Glenn Morris  <rgm@gnu.org>
507
508         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
509         (gnus-bookmark-kill-line): Use point-at-eol.
510
511 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
512
513         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
514         asterisks in From header.
515
516 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
517
518         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
519         string to avoid making the From headers syntactically invalid.
520
521         * message.el (message-send-mail): Don't insert courtesy messages if the
522         message already has List-Post and List-ID messages.
523
524 2010-11-06  Glenn Morris  <rgm@gnu.org>
525
526         * gnus-art.el (gnus-treat-article): Give dynamic local variables
527         `condition', `type', `length' a prefix.
528         (gnus-treat-predicate): Update for above name changes.
529
530 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
531
532         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
533         binding.  Handled by `gnus-summary-refer-thread' instead.
534         (nnir-warp-to-article): New backend function.
535
536         * nnimap.el (nnimap-request-thread): Force dependency updating.
537
538         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
539         (gnus-summary-refer-thread): Rework to improve thread-referral.
540
541         * gnus-int.el (gnus-warp-to-article): New function.
542
543         * gnus-sum.el (gnus-summary-article-map): Bind it.
544
545 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
546
547         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
548         gnus-summary-refer-thread.
549
550         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
551         headers.
552         (gnus-summary-limit-include-thread): Prevent articles in thread from
553         being cut in gnus-cut-threads.
554         (gnus-summary-refer-thread): Limit retrieved headers to those in
555         thread.
556
557 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
558
559         * message.el (message-send-mail): Use the value of
560         message-courtesy-message from the message buffer.
561
562         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
563
564         * shr.el (shr-browse-url): Implement mailto: URLs.
565
566         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
567         "raw".
568
569         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
570         if it's already selected.
571
572         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
573
574 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
575
576         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
577         to measure the length and truncate alt text.
578
579 2010-11-03  Glenn Morris  <rgm@gnu.org>
580
581         * nndiary.el (nndiary-generate-nov-databases-1)
582         (nndiary-generate-active-info): Rename dynamic variable `files' to
583         something less generic.
584
585 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
586
587         * nnir.el (nnir-request-move-article): Call the underlying backend to
588         move articles from nnir.
589
590 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
591
592         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
593
594 2010-11-02  Julien Danjou  <julien@danjou.info>
595
596         * nnir.el: Remove wais support.
597
598 2010-11-02  Glenn Morris  <rgm@gnu.org>
599
600         * gnus-html.el: Reorder requirements to quieten compiler.
601
602 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
603
604         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
605         properly for XEmacs as well.
606         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
607         (gnus-article-natural-long-line-p): Use window-width rather than
608         frame-width.
609
610 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
611
612         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
613         (nnir-read-parms): Don't modify query.
614         (nnir-run-query): Add ability to search topic on current line.
615         (nnir-get-active): Clean up.
616
617 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
618
619         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
620         degenerate articles.
621
622         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
623         (gnus-print-buffer): Just print the buffer as is, without any copying
624         to a buffer and then re-highlighting.
625
626         * nnimap.el (nnimap-request-group): Store the new updated info.
627         (nnimap-request-group): Select the group when we don't know whether it
628         exists or not.
629
630         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
631         groups.
632
633         * gnus-group.el (gnus-group-find-new-groups): Display all the new
634         groups.
635
636         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
637         groups.
638
639         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
640         long-lines case by only filling the long lines.
641
642         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
643         (bug #7311).
644
645 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
646
647         * shr.el: No need to declare `declare-function' since shr.el is for
648         only Emacsen that provide `libxml-parse-html-region'.
649
650         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
651         effective only in a file it is referred to.
652
653 2010-11-01  Glenn Morris  <rgm@gnu.org>
654
655         * mm-util.el (gnus-completing-read): Autoload.
656         (mm-read-coding-system): Simplify Emacs definition.
657
658         * nnmail.el (gnus-activate-group):
659         * nnimap.el (gnutls-negotiate):
660         * nntp.el (netrc-parse): Fix declarations.
661
662 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
663
664         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
665         string-match-p in Emacs >=23.
666
667         * gnus-msg.el (gnus-configure-posting-styles)
668         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
669
670 2010-11-01  Glenn Morris  <rgm@gnu.org>
671
672         * nnir.el (declare-function): Add compat stub.
673         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
674         (nnir-run-gmane): Require 'mm-url.
675
676         * mm-util.el (mm-string-to-multibyte): Simplify.
677
678         * shr.el (declare-function): Add compat stub.
679         (url-cache-create-filename): Declare.
680         (mm-disable-multibyte, widget-convert-button): Autoload.
681
682         * smime.el (ldap-search): Declare.
683         (smime-cert-by-ldap-1): Require ldap on Emacs.
684
685         * nnimap.el: Require nnmail, and gnus-sum when compiling.
686         (nnimap-keepalive): Use gnus-float-time.
687
688         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
689         (mail-source-delete-crash-box): Use gnus-float-time.
690
691         * gnus-dired.el (gnus-completing-read): Autoload.
692
693         * mm-view.el (gnus-rescale-image): Autoload.
694
695         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
696
697         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
698
699         * sieve-manage.el: Require 'cl when compiling.
700
701         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
702         (gnus-iswitchb-completing-read): Require iswitchb.
703         (gnus-select-frame-set-input-focus): Silence compiler.
704
705 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
706
707         * message.el (message-subject-trailing-was-query): Change default to t,
708         since I think that's what most people want.
709
710         * nnimap.el (nnimap-request-accept-article): Erase buffer before
711         appending for easier debugging.
712         (nnimap-wait-for-connection): Take a regexp.
713         (nnimap-request-accept-article): Wait for the continuation line before
714         sending anything unless we're streaming.
715
716         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
717         leave the header washing to take place.
718
719 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
720
721         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
722         regular expression match and replace in posting styles.
723
724 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
725
726         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
727         an entire server.
728         (nnir-get-active): New function.
729         (nnir-run-imap): Use it.
730         (nnir-run-gmane): Who knew, gmane search returns an article score!
731
732         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
733         server on the current line with nnir.
734
735 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
736
737         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
738         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
739         left edge.
740         (gnus-article-foldable-buffer): Skip past the prefix when determining
741         raggedness.
742
743         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
744         the raw article, and change `C-u g' to show the article without doing
745         treatments.
746
747         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
748         on to `gnus-treat-article'.
749         (gnus-inhibit-article-treatments): New variable.
750
751         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
752
753         * gnus-art.el (gnus-treatment-function-alist): Have
754         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
755         (gnus-treat-fill-long-lines): Change default to fill all text/plain
756         sections.
757
758         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
759         parameter.
760         (gnus-article-fill-cited-long-lines): New function.
761         (gnus-article-fill-cited-article): Allow filling only long sections.
762
763         * shr.el (shr-find-fill-point): Don't break lines between punctuation
764         and non-punctuation (like after the apostrophe in "'We").
765
766         * gnus-sum.el (gnus-summary-select-article): Make sure
767         gnus-original-article-buffer is alive.
768
769         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
770         reflect the order they're in in the digest.
771
772         * gnus.el (gnus-group-startup-message): Move point to the start of the
773         buffer.
774
775         * nnimap.el (nnimap-capability): New function.
776         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
777         is set.
778
779 2010-10-31  David Engster  <dengste@eml.cc>
780
781         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
782         conform with changes to gnus-completing-read.
783
784 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
785
786         * shr.el (shr-tag-img): Output "*" instead of "[img]".
787
788 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
789
790         * nnir.el: Move defvar, defcustom around to keep file organized
791         and keep byte-compiler quiet.
792         (nnir-read-parms): Accept search-engine as arg.
793         (nnir-run-query): Pass search-engine as arg.
794         (nnir-search-engine): Remove.
795
796 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
797
798         * shr.el (shr-generic): The text nodes should be text, not :text.
799
800         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
801         later in the file.
802
803 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
804
805         * nnir.el: General clean up.  Allow searching with multiple engines.
806         Allow separate extra-parameters for each engine.
807         Batch queries when possible.
808         (nnir-imap-default-search-key,nnir-method-default-engines):
809         Add customize interface.
810         (nnir-run-gmane): New engine.
811         (nnir-engines): Use it.  Qualify all prompts with engine name.
812         (nnir-search-engine): Remove global variable.
813         (nnir-run-hyrex): Restore for now.
814         (nnir-extra-parms,nnir-search-history): New variables.
815         (gnus-group-make-nnir-group): Use them.
816         (nnir-group-server): Remove in favor of gnus-group-server.
817         (nnir-request-group): Avoid searching twice.
818         (nnir-sort-groups-by-server): New function.
819
820 2010-10-30  Julien Danjou  <julien@danjou.info>
821
822         * gnus-group.el: Remove gnus-group-fetch-control.
823
824         * gnus-start.el (gnus-find-new-newsgroups):
825         Remove gnus-check-first-time-used.
826
827         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
828
829 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
830
831         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
832         set on groups that don't have \* permanentflags.
833
834 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
835
836         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
837         control the background color.
838         (shr-tag-img): Ignore very small web bug type images.
839         (shr-put-image): Add help-echo alt texts to the images.
840         (shr-tag-video): Show the video poster image.
841
842 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
843
844         * shr.el (shr-table-depth): New variable.
845         (shr-tag-table-1): Only insert the images after the top-level table.
846
847         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
848
849         * gnus-util.el (gnus-list-memq-of-list): New function.
850
851         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
852         selected.
853         (nnimap-unsplittable-articles): New slot.
854         (nnimap-new-articles): Use it.
855
856 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
857
858         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
859         move to the previous line on `M-g'.
860
861 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
862
863         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
864         *-request-group, which seems unnecessary.
865
866         * nnimap.el (nnimap-quote-specials): Function copied over from
867         imap.el.
868         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
869         they support that.  Suggested by Tom Regner.
870
871 2010-10-29  Julien Danjou  <julien@danjou.info>
872
873         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
874         defalias.
875         (gnus-summary-delete-marked-with): Remove obsolete defalias.
876
877         * gnus.el: Remove `gnus-nntp-service' variable.
878         (gnus-secondary-servers): Make obsolete.
879         (gnus-nntp-server): Make obsolete.
880
881         * gnus-start.el (gnus-1): Remove x-splash calls.
882
883         * gnus-ems.el (gnus-x-splash): Remove.
884
885         * gnus.el (gnus-group-startup-message): Simplify/update code.
886
887         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
888         definition.
889
890         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
891         capability before doing anything.
892         (gnus-group-insert-group-line): Remove useless
893         gnus-group-remove-excess-properties.
894
895 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
896
897         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
898
899 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
900
901         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
902         config after reselecting.
903
904 2010-10-28  Julien Danjou  <julien@danjou.info>
905
906         * shr.el (shr-put-image): Use point even if only inserting text.
907         (shr-put-image): Save excursion when inserting alt text on non-graphic
908         display, so the behaviour is the same when we are on a graphic display.
909
910         * nnir.el (nnir-run-swish-e): Remove hyrex support.
911
912 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
913
914         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
915         (gnus-mime-copy-part): Check coding system, not charset.
916         (gnus-mime-view-part-externally): Never remove part.
917         (gnus-mime-view-part-internally): Don't remove part here.
918         (gnus-article-part-wrapper): Make sure MIME tag is visible.
919         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
920         multipart/alternative.
921
922         * mm-decode.el (mm-display-part): Take optional arg `force'.
923
924 2010-10-26  Julien Danjou  <julien@danjou.info>
925
926         * gnus-group.el (gnus-group-default-list-level): Add this function to
927         compute the default list level.
928         (gnus-group-default-list-level): Add possibility to use a function.
929
930 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
931
932         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
933
934         * gnus-group.el (gnus-group-completing-read)
935         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
936         gnus-replace-in-string.
937
938 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
939
940         * shr.el (shr-tag-div): Add.
941
942         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
943
944 2010-10-25  Julien Danjou  <julien@danjou.info>
945
946         * gnus-util.el: Remove `gnus-with-local-quit'.
947
948         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
949
950 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
951
952         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
953         the original article buffer.
954
955 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
956
957         * nnimap.el (nnimap-request-head): New function.
958         (nnimap-request-move-article): Try to be slighly faster by not
959         requesting the entire message when moving.
960         (nnimap-transform-headers): Don't bug out on bodiless articles.
961         (nnimap-send-command): Have no outstanding messages if the IMAP server
962         doesn't support streaming.
963         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
964
965 2010-10-24  Julien Danjou  <julien@danjou.info>
966
967         * message.el (message-default-headers): Fix type.
968
969 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
970
971         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
972         prefetching images.
973
974         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
975         backend for unknown groups.  This is mainly useful for nnimap groups.
976
977         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
978         group isn't covered by the agent.
979
980 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
981
982         * nnir.el (nnir-method-default-engines): New variable.
983         (nnir-run-query): Use it.
984         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
985         (gnus-summary-nnir-goto-thread): Change group if needed.
986
987         * gnus-group.el (gnus-group-group-map): Add key binding for
988         gnus-group-make-nnir-group.
989
990 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
991
992         * shr.el (shr-tag-object): Add.
993
994         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
995         original article buffer live.
996         (gnus-summary-select-article-buffer):
997         Mention gnus-widen-article-buffer.
998
999 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1000
1001         * shr.el (shr-tag-strong): Add.
1002
1003 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1004
1005         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1006         group names.  They mess up the group buffer badly.
1007
1008         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1009
1010         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1011         instead of the summary one.
1012
1013 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1014
1015         * mml.el (mml-preview): Work properly when editing article.
1016
1017         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1018         gnus-have-read-active-file if it's already been in.
1019
1020 2010-10-22  Tom Tromey  <tromey@redhat.com>
1021
1022         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1023         gnus-group-completing-read.
1024
1025 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1026
1027         * message.el (message-mode-map): Don't bind M-; to comment region, to
1028         allow the global comment-dwim to work.
1029
1030 2010-10-21  Julien Danjou  <julien@danjou.info>
1031
1032         * message.el (message-setup-1): Allow message-default-headers to be a
1033         function.
1034
1035 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1036
1037         * shr.el (shr-tag-table): Simplify.
1038
1039 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1040
1041         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1042         to avoid trying to snarf invalid stuff.
1043
1044         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1045
1046         * gnus.el (gnus-message-archive-group): Quote value.
1047         (gnus-message-archive-group): Mark as changed.
1048
1049         * shr.el (shr-add-font): Don't put the font properties on the newline
1050         or the indentation.
1051
1052         * message.el (message-fix-before-sending): Change options when sending
1053         non-printable characters.
1054
1055         * gnus.el (gnus-message-archive-method): Change the default to
1056         monthly outgoing groups.
1057
1058         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1059         that have gotten new numbers.
1060
1061         * nnimap.el (nnimap-request-replace-article): New function.
1062
1063 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1064
1065         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1066         (nnrss-request-article): Don't use special html washing code.
1067
1068 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1069
1070         * shr.el (shr-tag-table): Remove useless nconc.
1071
1072 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1073
1074         * gnus-art.el (article-wash-html): Simplify and remove the charset
1075         stuff.  Use the normal html rendering code instead of the special html
1076         washing code.
1077
1078         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1079         `gnus-w3m' symbols.
1080         (mm-text-html-washer-alist): Remove.
1081
1082         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1083         (mm-inline-media-tests): Remove use.
1084         (mm-text-html-renderer): Change default to the `shr' symbol.
1085
1086         * mm-view.el (mm-inline-text-html): Remove use.
1087
1088         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1089         `gnus-blocked-images' to be a function.
1090         (gnus-article-wash-function): Remove.
1091
1092 2010-10-20  Julien Danjou  <julien@danjou.info>
1093
1094         * spam.el (spam-list-of-processors): Mark as obsolete.
1095
1096         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1097         (nnimap-insert-partial-structure): Fix boundary detection.
1098
1099 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1100
1101         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1102         run file-truename on remote files.  This can be expensive and even
1103         prevent one from editing drafts if some unrelated buffer has a stale
1104         connection.
1105
1106 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1107
1108         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1109         kinsoku-eol regardless of shr-kinsoku-shorten.
1110         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1111         (shr-tag-table): Support caption, thead, and tfoot.
1112
1113 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1114
1115         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1116         lines.
1117         (shr-save-contents): New command and keystroke.
1118
1119         * nndoc.el (nndoc-type-alist): Add git support.
1120         (nndoc-git-type-p): New function.
1121         (nndoc-transform-git-article): Ditto.
1122         (nndoc-transform-git-headers): Ditto.
1123         (nndoc-transform-git-headers): Generate Subject headers.
1124
1125         * shr.el (shr-parse-style): New function.
1126         (shr-tag-span): Ditto.
1127
1128         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1129         to `G G' to avoid collisions.
1130
1131 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1132
1133         * shr.el: Load kinsoku if necessary.
1134         (shr-kinsoku-shorten): New internal variable.
1135         (shr-find-fill-point): Make kinsoku shorten text line if
1136         shr-kinsoku-shorten is bound to non-nil.
1137         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1138         shr-indentation too when testing if table is wider than frame width.
1139         (shr-insert-table): Use `string-width' instead of `length' to measure
1140         text width.
1141         (shr-insert-table-ruler): Make sure indentation is done at bol.
1142
1143 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1144
1145         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1146         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1147         undecoded network data.
1148
1149 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1150
1151         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1152         name in the mode line spec so that the mode line menu works
1153         (bug #2431).
1154
1155         * message.el (message-get-reply-headers): If we're fed `to-address',
1156         then always use that.
1157
1158         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1159         aren't so wide as to need to switch off the edit menu.
1160
1161         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1162         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1163
1164         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1165         `M-g'.
1166         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1167         the permanent marks.
1168
1169 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1170
1171         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1172         Splitting according to references/in-reply-to obeys the ignore-groups
1173         variable, while splitting by sender and subject do not.
1174
1175 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1176
1177         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1178         alist, so that we can look for non-Unicode chars.
1179         (article-translate-strings): Allow both character and string maps.
1180
1181 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1182
1183         * shr.el (shr-insert): Don't insert space behind a wide character
1184         categorized as kinsoku-bol, or between characters both categorized as
1185         nospace.
1186
1187 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1188
1189         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1190         headers to gnus-newsgroup-headers.
1191
1192 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1193
1194         * shr.el (shr-tag-img): Don't align images -- since we're not
1195         rescaling, this often leads to ugly displays.
1196
1197 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1198
1199         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1200         duplicates.
1201
1202 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1203
1204         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1205         call.
1206
1207 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1208
1209         * gnus.el: Autoload gnus-html-show-images.
1210
1211         * nnimap.el: Use nnheader-message throughout.
1212
1213         * shr.el (shr-tag-img): Ignore images with no data.
1214
1215 2010-10-15  Julien Danjou  <julien@danjou.info>
1216
1217         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1218         a possibility to disable format=flow encoding when using hard newlines.
1219
1220 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1221
1222         * shr.el (shr-insert): Remove space inserted before or after a
1223         breakable character or at the beginning or the end of a line.
1224         (shr-find-fill-point): Do kinsoku; find the second best point or give
1225         it up if there's no breakable point.
1226
1227 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1228
1229         * nnimap.el (nnimap-open-connection): Message when opening connection
1230         for debugging purposes.
1231
1232         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1233         on every setup buffer call to allow this to change from article to
1234         article.
1235
1236         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1237         buffers where we have a wide table.
1238
1239 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1240
1241         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1242         uses *-request-thread.
1243
1244 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1245
1246         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1247         incantation, which is no longer valid.
1248
1249 2010-10-14  Julien Danjou  <julien@danjou.info>
1250
1251         * shr.el: Fix defcustom type (char -> character).
1252
1253 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1254
1255         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1256         programs.
1257
1258 2010-10-14  Julien Danjou  <julien@danjou.info>
1259
1260         * shr.el (shr-tag-a): Use url-link as widget type.
1261
1262         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1263         `gnus-group-get-icon'.
1264
1265 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1266
1267         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1268         This should make server editing work better.
1269
1270         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1271
1272         * tls.el (tls-program): Remove spurious %s from openssl.
1273
1274         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1275         (nnimap-parse-flags): Fix regexp.
1276
1277         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1278         probably work for CJVK text, too.
1279
1280         * nnimap.el (nnimap-extend-tls-programs): Remove.
1281         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1282
1283         * tls.el (tls-starttls-switches): Remove starttls hack.
1284         (open-tls-stream): Ditto.
1285         (tls-find-starttls-argument): Ditto.
1286
1287 2010-10-13  Julien Danjou  <julien@danjou.info>
1288
1289         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1290         responses.
1291
1292 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1293
1294         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1295
1296         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1297         anything in Emacs.
1298
1299         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1300
1301 2010-10-13  Julien Danjou  <julien@danjou.info>
1302
1303         * shr.el (shr-width): Make shr-width a defcustom with default to
1304         fill-column.
1305         (shr-tag-img): Use shr-width rather than fill-column.
1306
1307 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1308
1309         * dgnushack.el (byte-optimize-apply)
1310         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1311
1312         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1313         position when (X-)Faces exist.
1314         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1315         avatars when called interactively.
1316
1317 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1318
1319         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1320         gnus-article-x-face-too-ugly is bound.
1321
1322 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1323
1324         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1325
1326         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1327         mailbox that doesn't exist.
1328
1329 2010-10-12  Julien Danjou  <julien@danjou.info>
1330
1331         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1332         (shr-get-image-data): Encode URL properly when fetching from cache.
1333         (shr-tag-img): Use aligned-to spaces to align correctly images.
1334
1335         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1336         before inserting the Gravatar.
1337
1338         * shr.el (shr-tag-img): Add align attribute support for <img>.
1339
1340 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1341
1342         * gnus-gravatar.el (gnus-art): Require.
1343
1344         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1345         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1346         Remove long obsoleted functions.
1347
1348 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1349
1350         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1351
1352         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1353
1354         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1355         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1356         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1357         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1358         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1359         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1360         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1361
1362 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1363
1364         * nnimap.el (nnimap-request-rename-group): Select group read-only
1365         before renaming it.
1366
1367         * shr.el (shr-insert): Fix up the white space only regexp.
1368
1369         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1370         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1371
1372         * shr.el (shr-current-column): New function.
1373         (shr-find-fill-point): New function.
1374
1375 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1376
1377         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1378         numbers.
1379
1380 2010-10-11  Julien Danjou  <julien@danjou.info>
1381
1382         * shr.el (shr-hr-line): Add.
1383         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1384         display hr lines.
1385         (shr-max-columns): Do not change state to nil if we just inserting
1386         spaces.
1387
1388 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1389
1390         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1391         select the last group.
1392
1393 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1394
1395         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1396
1397 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1398
1399         * dig.el (dig-mode-map): Declare and define in one step.
1400
1401 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1402
1403         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1404         for Gnus.
1405         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1406         (nnimap-update-qresync-info): Mark \Seen articles as read.
1407
1408         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1409         non-variable, too.
1410
1411         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1412         available.
1413         (nnimap-update-info): Rely more on the current active than the param
1414         active to avoid marking articles as read too much.
1415
1416         * auth-source.el (auth-source-create): Use (user-login-name) for the
1417         user name default.
1418
1419         * nnimap.el (nnimap-update-info): If the server doesn't return any
1420         useful info, just use the previous info.
1421         (nnimap-update-info): Prefer old info over start-article.
1422         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1423
1424 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1425
1426         * nnir.el (autoload): Clean up autoloads.
1427         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1428         Use key rather than value.
1429         (nnir-imap-search-other): New variable.
1430         (nnir-read-parm): Use it.
1431         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1432         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1433
1434 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1435
1436         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1437         the process, too.
1438
1439 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1440
1441         * spam.el (gnus-summary-mode-map): Bind to "$".
1442         Suggested by Russ Allbery.
1443
1444         * shr.el: Rework the way things are indented by <li> slightly.
1445
1446         * gnus.el (gnus-group-set-parameter): Fix typo.
1447
1448         * nnimap.el: Start implementing QRESYNC support.
1449
1450 2010-10-09  Julien Danjou  <julien@danjou.info>
1451
1452         * nnir.el (nnir-engines): Fix too many arguments.
1453
1454 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1455
1456         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1457         group is the "last", so that the backends like nnfolder actually save
1458         their folders.
1459
1460         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1461         try to use that for the tls stream.
1462         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1463         UIDVALIDITY and find out which groups are read-only and not.
1464         (nnimap-get-flags): Use the same marks parsing code as the rest of
1465         nnimap.
1466
1467 2010-10-09  Julien Danjou  <julien@danjou.info>
1468
1469         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1470
1471         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1472         retrieving gravatars.
1473
1474         * shr.el (shr-table-corner): Add.
1475         (shr-table-line): Add.
1476         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1477
1478 2010-10-08  Julien Danjou  <julien@danjou.info>
1479
1480         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1481
1482 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1483
1484         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1485
1486         * gnus-sum.el (gnus-mark-article-as-unread)
1487         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1488         (gnus-summary-set-bookmark): Use it.
1489
1490         * gnus-msg.el (gnus-setup-message): Use it.
1491
1492         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1493
1494         * gnus.el (gnus-group-remove-parameter): Use it.
1495
1496         * gnus-group.el (gnus-group-make-web-group): Use it.
1497
1498         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1499
1500         * nnregistry.el: Update docs to mention manual.
1501
1502         * gnus-registry.el: Update docs to mention nnregistry.el.
1503         (gnus-registry-initialize): Don't install nnregistry refer method
1504         automatically.
1505         (gnus-registry-install-nnregistry): Remove it.
1506
1507 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1508
1509         * shr.el (shr-insert): Don't insert double spaces.
1510
1511 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1512
1513         * gnus-gravatar.el (gnus-treat-from-gravatar)
1514         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1515         called interactively.
1516
1517         * gnus-art.el (gnus-mime-view-part-externally)
1518         (gnus-mime-view-part-internally): Make predicate function passed to
1519         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1520         of a mime type.
1521
1522         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1523
1524 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1525
1526         * shr.el (require): Require cl when compiling.
1527         (shr-tag-hr): New function.
1528
1529         * nnimap.el (nnimap-update-info): Remove double setting of high.
1530         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1531         This makes nnimap work properly on Courier again.
1532
1533         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1534         the variable for backwards compatability.
1535
1536         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1537         the file name before using to avoid setting mm-default-directory to
1538         nil.
1539
1540         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1541         bidning gnus-agent variables.
1542
1543         * shr.el (shr-render-td): Use a cache for the table rendering function
1544         to avoid getting an exponential rendering behaviour in nested tables.
1545         (shr-insert): Rework the line-breaking algorithm.
1546         (shr-insert): Don't leave trailing spaces.
1547         (shr-insert-table): Also insert empty TDs.
1548         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1549
1550 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1551
1552         * gnus-sum.el (gnus-number): Rename from `number'.
1553         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1554         (gnus-summary-limit-children): Update uses correspondingly.
1555
1556 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1557
1558         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1559         (gnus-gravatar-transform-address): Don't show avatars of people of
1560         which mail addresses match gnus-gravatar-too-ugly.
1561
1562 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1563
1564         * shr.el (shr-table-widths): Expand TD elements to fill available
1565         space.
1566
1567 2010-10-07  Julien Danjou  <julien@danjou.info>
1568
1569         * nnimap.el (nnimap-request-rename-group): Add this method.
1570
1571 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1572
1573         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1574         name from XEmacs' function-arglist.
1575
1576         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1577         gravatar under XEmacs.
1578
1579 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1580
1581         * auth-source.el: Update docs with TODO items.
1582
1583         * gnus-sync.el: Update docs to explain state and plans.
1584
1585         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1586         Hooks for mark updates.
1587         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1588
1589         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1590         hooks with arguments, which is needed for mark update hooks.
1591
1592 2010-10-06  Julien Danjou  <julien@danjou.info>
1593
1594         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1595         was matched.
1596
1597         * sieve-manage.el: Update example in `Commentary'.
1598
1599         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1600
1601         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1602         not 2000.
1603         (sieve-manage-authenticate): Re-add function.
1604
1605 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1606
1607         * shr.el (shr-insert): Get 'space transition right.
1608         (shr-render-td): Only delete space at the end of the TD.
1609
1610         * nnimap.el (nnimap-open-connection): Prepare to support
1611         open-gnutls-stream.
1612
1613         * shr.el: Rearrange function order to be more logical.
1614
1615 2010-10-06  Julien Danjou  <julien@danjou.info>
1616
1617         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1618         (nnrss-discover-feed): Remove 404 URL in docstring.
1619
1620         * nnir.el: Fix Swish-E URL.
1621         Fix Namazu URL.
1622
1623         * message.el (message-change-subject): Remove 404 URL in a comment.
1624
1625 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1626
1627         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1628         called interactively.
1629
1630         * gnus-util.el (gnus-remove-if): Allow hash table.
1631         (gnus-remove-if-not): New function.
1632
1633         * gnus-art.el (gnus-mime-view-part-as-type)
1634         * gnus-score.el (gnus-summary-score-effect)
1635         * gnus-sum.el (gnus-read-move-group-name):
1636         Replace remove-if-not with gnus-remove-if-not.
1637
1638         * gnus-group.el (gnus-group-completing-read):
1639         Regard collection as a hash table if it is not a list.
1640
1641 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1642
1643         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1644
1645         * shr.el: Document the table-rendering algorithm.
1646
1647 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1648
1649         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1650         for Emacsen having no `libxml-parse-html-region' support.
1651
1652 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1653
1654         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1655         invalid URLs.
1656
1657         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1658         line-broken.
1659         (shr-tag-img): Ignore image fetching errors.
1660         (shr-overlays-in-region): Compute overlay positions correctly.
1661
1662         * mm-decode.el (mm-shr): Require shr.
1663
1664         * gnus-art.el (gnus-blocked-images): Move variable here.
1665
1666         * shr.el (shr-insert-table): Bind free variable.
1667
1668         * mm-decode.el (mm-shr): Bind shr-content-function.
1669
1670         * shr.el (shr-content-function): New variable.
1671
1672         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1673         added for symmetry.
1674
1675         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1676
1677         * gnus-group.el (gnus-group-make-group): Doc fix.
1678
1679         * nnimap.el (nnimap-request-newgroups): Return success.
1680
1681         * shr.el (shr-find-elements): New function.
1682         (shr-tag-table): Put all the images after the table.
1683         (shr-tag-table): Really inhibit images inside the table.
1684         (shr-collect-overlays): Copy over overlays from the TD elements to the
1685         main document.
1686
1687         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1688         gnus-blocked-images.
1689
1690 2010-10-05  Julien Danjou  <julien@danjou.info>
1691
1692         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1693
1694         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1695         (gnus-html-maximum-image-size): Add this function.
1696         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1697
1698         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1699         server-value of the capability is nil.
1700
1701 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1702
1703         * shr.el (shr-tag-em): Add <EM> tag.
1704
1705 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1706
1707         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1708         customizable.
1709
1710         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1711         handing broken links to browse-url.
1712
1713 2010-10-05  Julien Danjou  <julien@danjou.info>
1714
1715         * gnus-util.el (gnus-emacs-completing-read)
1716         (gnus-iswitchb-completing-read): Use autoload rather than require.
1717
1718 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1719
1720         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1721         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1722         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1723         iswitchb-temp-buflist for XEmacs.
1724
1725         * gnus-util.el (gnus-completing-read-function): Exclude
1726         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1727         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1728         XEmacs.
1729
1730         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1731         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1732
1733         * gnus-html.el: Don't require help-fns under XEmacs.
1734         (gnus-html-schedule-image-fetching): Work for XEmacs.
1735
1736         * mm-decode.el (mm-shr): Decode contents by charset.
1737
1738 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1739
1740         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1741         unknown.
1742
1743         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1744         (shr-get-image-data): Ensure against the cache file missing.
1745
1746         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1747         for data.
1748
1749         * spam-report.el (spam-report-url-ping-plain): Don't query about
1750         killing the process.
1751
1752         * shr.el (shr-render-td): Protect against too-wide text.
1753
1754 2010-10-04  Julien Danjou  <julien@danjou.info>
1755
1756         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1757         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1758
1759         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1760         retrieved.
1761
1762 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1763
1764         * shr.el (browse-url): Require.
1765         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1766         lines.
1767         (shr-show-alt-text, shr-browse-image): New commands.
1768         (shr-browse-url, shr-copy-url): New commands.
1769
1770         * gnus-sum.el (gnus-widen-article-window): New variable.
1771         (gnus-summary-select-article-buffer): Use it.
1772
1773         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1774         without @ signs.
1775
1776 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1777
1778         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1779
1780 2010-10-04  Julien Danjou  <julien@danjou.info>
1781
1782         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1783         for XEmacs.
1784
1785 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1786
1787         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1788
1789         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1790         (nnimap-close-server): Implement.
1791
1792         * dgnushack.el (iswitchb): Require to shut up the compiler.
1793
1794         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1795         (shr-insert): Tweak line breaking.
1796         (shr-insert): Handle <pre> better.
1797         (shr-tag-li): Get <li> indentation right.
1798         (shr-tag-li): Get <li> indentation even righter.
1799         (shr-tag-blockquote): Ensure paragraph start.
1800         (shr-make-table): Tweak table generation.
1801         (shr-make-table): Fix typo.
1802
1803         * shr.el: Implement table rendering.
1804
1805 2010-10-04  Julien Danjou  <julien@danjou.info>
1806
1807         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1808
1809 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1810
1811         * shr.el (shr-insert): Use string anchors instead of line anchors.
1812
1813 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1814
1815         * shr.el: Add headings.
1816         (shr-ensure-paragraph): Actually work.
1817         (shr-tag-li): Make <ul> prettier.
1818         (shr-insert): Get white space at the beginning/end of elements right.
1819         (shr-tag-p): Collapse subsequent <p>s.
1820         (shr-ensure-paragraph): Don't insert double line feeds after blank
1821         lines.
1822         (shr-insert): \t is also space.
1823         (shr-tag-s): Fix "s" tag name function.
1824         (shr-tag-s): Fix face prop name.
1825
1826 2010-10-03  Julien Danjou  <julien@danjou.info>
1827
1828         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1829
1830         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1831         gnus-window-inside-pixel-edges.
1832
1833         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1834         gnus-ems.
1835
1836         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1837
1838         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1839         function.
1840
1841         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1842         resize choice.
1843
1844 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1845
1846         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1847         beginning of the buffer.
1848
1849         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1850         article buffer again.
1851
1852         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1853
1854         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1855         when it's at the start of the buffer.
1856
1857         * shr.el (shr-tag-blockquote): Convert name.
1858         (shr-rescale-image): Use the right image-size variant.
1859
1860         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1861         buffer isn't shown, then select the current article first instead of
1862         bugging out.
1863         (gnus-summary-select-article-buffer): Show both the article and summary
1864         buffers again.
1865
1866         * shr.el (shr-fontize-cont): Protect against regions with no text.
1867         Rename tag functions to shr-tag-* for enhanced security.
1868         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1869
1870 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1871
1872         * shr.el (shr-insert):
1873         * pop3.el (pop3-movemail):
1874         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1875         loaded.
1876
1877 2010-10-03  Glenn Morris  <rgm@gnu.org>
1878
1879         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1880
1881         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1882
1883         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1884
1885         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1886
1887         * gnus-util.el (gnus-make-local-hook): Simplify.
1888
1889 2010-10-02  Julien Danjou  <julien@danjou.info>
1890
1891         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1892         (gnus-ido-completing-read): New function.
1893         (gnus-emacs-completing-read): New function.
1894         (gnus-completing-read): Use gnus-completing-read-function.
1895         Add gnus-completing-read-function.
1896
1897 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1898
1899         * shr.el (shr-insert-document): Autoload.
1900         (shr-img): Be silent.
1901         (shr-insert): Add a newline after every picture before text.
1902         (shr-add-font): Use overlays for combining faces.
1903         (shr-insert): Pass upwards the text start point.
1904
1905         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1906         possible.
1907         (mm-shr): New function.
1908
1909 2010-10-02  Julien Danjou  <julien@danjou.info>
1910
1911         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1912         should go backward.
1913
1914 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1915
1916         * shr.el (shr): Fix typo in provide call.
1917
1918 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1919
1920         * shr.el: New file.
1921
1922         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1923
1924         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1925         completing read.
1926
1927 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1928
1929         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1930         we're being queried about.  Suggested by Dan Jacobson.
1931
1932         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1933         Suggested by Jason Eisner.
1934
1935         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1936         table, too.  Suggested by Stefan Wiens.
1937         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1938         the table unnecessary.  Suggested by Stefan Wiens.
1939
1940         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1941         longer needed, and probably doesn't work either, as pointed out by
1942         Stefan Wiens.
1943         (gnus-summary-exit): Remove call to the clearing function.
1944         (gnus-summary-exit-no-update): Ditto.
1945
1946         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1947         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1948         Reported by Stefan Monnier.
1949         (gnus-summary-save-in-rmail): Ditto.
1950
1951         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1952         article buffer, instead of both the article buffer and the summary
1953         buffer.  Sort of suggested by Dan Jacobson.
1954
1955         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1956
1957         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1958         Suggested by Dan Jacobson.
1959
1960         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1961         documentation clearer.
1962
1963         * message.el (message-shorten-references): Comment on the number "21".
1964         Suggested by Stefan Monnier.
1965
1966         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1967         Suggested by Dan Jacobson.
1968
1969         * gnus.el (gnus-large-newsgroup):
1970         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1971
1972         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1973         externalize attachments.  Bug reported by Steve Wen.
1974
1975         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1976         really message anything to the user.
1977
1978         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1979         directly.
1980
1981         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1982         messages in empty groups.
1983
1984 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1985
1986         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1987         non-UIDNEXT group.
1988
1989 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1990
1991         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1992         not the value from the collection.
1993
1994         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1995         values.  This sometimes happens on some groups that have no info.
1996         (nnimap-request-newgroups): New function.
1997
1998 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1999
2000         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2001         check into `gnus-registry-initialize'.
2002         (gnus-registry-initialize): Ditto.
2003         Fix and extend header docs.
2004
2005 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2006
2007         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2008         regexp backtrace overflows.
2009
2010         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2011         for starttls that tls.el implements; i.e. openssl.
2012
2013         * tls.el (tls-starttls-switches): Give up on using starttls with
2014         gnutls-cli.
2015         (tls-program): Add --insecure to be consistent with the defaults from
2016         openssl s_client.  Now all three commands are insecure.
2017
2018 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2019
2020         * lpath.el: Bind completion-styles-alist for XEmacs.
2021
2022         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2023         (gravatar-create-image): New function that's an alias to
2024         gnus-xmas-create-image, gnus-create-image, or create-image.
2025         (gravatar-data->image): Use it.
2026
2027 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2028
2029         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2030         install the nnregistry refer method.
2031         (gnus-registry-install-hooks): Use it.
2032         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2033         unfollowed groups.
2034
2035 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2036
2037         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2038         expanding threads.
2039
2040 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2041
2042         * nnir.el: Use the server names without suffixes (bug #7009).
2043
2044         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2045         unencrypted to STARTTLS, if possible.
2046
2047 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2048
2049         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2050         headers before superseding.
2051
2052 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2053
2054         * nnrss.el (nnrss-use-local): Add documentation.
2055
2056         * nnimap.el (nnimap-extend-tls-programs): New function.
2057         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2058         (nnimap-wait-for-connection): Accept the greeting from the stupid
2059         output from openssl s_client -starttls, too.
2060
2061         * tls.el (tls-starttls-switches): New variable.
2062         (tls-find-starttls-argument): Use it.
2063         (open-tls-stream): Ditto.
2064
2065         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2066         (netrc-machine): Ditto.
2067
2068         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2069         article number.
2070         (nnimap-split-fancy): New variable.
2071         (nnimap-split-incoming-mail): Use it.
2072
2073         * nntp.el (nntp-server-list-active-group): Document.
2074
2075         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2076         SELECT to get the message-id.
2077
2078         * mail-source.el (mail-sources): Remove webmail support.
2079         (defvar): Ditto.
2080         (mail-source-fetcher-alist): Ditto.
2081         (mail-source-fetch-webmail): Remove.
2082
2083         * webmail.el: Remove -- doesn't seem relevant any more.
2084
2085         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2086
2087         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2088         the \r.
2089
2090 2010-09-30  Julien Danjou  <julien@danjou.info>
2091
2092         * gnus-agent.el (gnus-agent-add-group): Fix call to
2093         gnus-completing-read.
2094
2095 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2096
2097         * nndoc.el (nndoc-retrieve-groups): New function.
2098
2099         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2100         `default', use nnmail-split-methods.
2101         (nnimap-request-article): Downcase the NILs so that they are nil.
2102
2103         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2104         symbol.
2105
2106         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2107         code, since if the user has requested network, that's what they ought
2108         to get.
2109         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2110         (nnimap-split-rule): Mark as obsolete.
2111
2112         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2113         New variable.
2114
2115         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2116         correct slot, too.
2117
2118 2010-09-29  Julien Danjou  <julien@danjou.info>
2119
2120         * gnus.el (gnus-local-domain): Declare variable obsolete.
2121
2122         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2123         Fix history computing.
2124         (gnus-ido-completing-read): Require ido.
2125
2126 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2127
2128         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2129         build Gnus.
2130
2131         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2132         when interpreting the structures.
2133         (nnimap-request-accept-article): Add \r\n to the lines to make this
2134         work with Cyrus.
2135
2136         * nndraft.el (nndraft-request-expire-articles): Use the group name
2137         instead if "nndraft".  Fix found by Nils Ackermann.
2138
2139 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2140
2141         * nnregistry.el: Add.
2142
2143 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2144
2145         * nnmail.el (group, group-art-list, group-art):
2146         Remove unneeded directives.
2147
2148 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2151         (mm-mime-charset)
2152         * rfc2047.el (rfc2047-syntax-table)
2153         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2154
2155         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2156         rather than `insert-file-contents' and `eval-region'.
2157
2158         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2159         construction.
2160
2161         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2162
2163         * time-date.el: No need to require cl for Emacs 21.
2164
2165 2010-09-29  Julien Danjou  <julien@danjou.info>
2166
2167         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2168         replacement of `gnus-gravatar-relief' to mimic
2169         `gnus-faces-properties-alist'.
2170         Add :version property.
2171
2172 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * mail-source.el (mail-source-report-new-mail)
2175         * message.el (message-default-mail-headers)
2176         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2177
2178         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2179
2180 2010-09-28  Julien Danjou  <julien@danjou.info>
2181
2182         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2183         mail-address contains the same string as real-name.
2184
2185         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2186         non-blank in header, otherwise it'll get stripped.
2187
2188         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2189         real-name, and then for mail address rather than doing : or , search.
2190
2191 2010-09-27  Julien Danjou  <julien@danjou.info>
2192
2193         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2194         right completing-read function.
2195         (gnus-use-ido): New variable
2196         (gnus-completing-read-with-default): Remove.
2197         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2198         (gnus-agent-add-group):
2199         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2200         * mm-view.el (mm-view-pkcs7-decrypt):
2201         * mm-util.el (mm-codepage-setup):
2202         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2203         * mml-smime.el (mml-smime-openssl-sign-query):
2204         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2205         (mml-insert-multipart):
2206         * gnus-msg.el (gnus-summary-yank-message):
2207         * gnus-int.el (gnus-start-news-server):
2208         * mm-decode.el (mm-interactively-view-part):
2209         * gnus-dired.el (gnus-dired-attach):
2210         * gnus.el (gnus-read-method):
2211         * gnus-bookmark.el (gnus-bookmark-jump):
2212         * gnus-art.el (gnus-mime-view-part-as-type)
2213         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2214         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2215         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2216         * nnmairix.el (nnmairix-create-server-and-default-group)
2217         (nnmairix-update-groups, nnmairix-get-server)
2218         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2219         (nnmairix-get-group-from-file-path):
2220         * nnrss.el (nnrss-find-rss-via-syndic8):
2221         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2222         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2223         (gnus-group-browse-foreign-server):
2224         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2225         (gnus-summary-execute-command, gnus-summary-respool-article)
2226         (gnus-read-move-group-name):
2227         * gnus-score.el (gnus-summary-increase-score)
2228         (gnus-summary-score-effect):
2229         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2230
2231 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2232
2233         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2234         x-focus-frame.
2235
2236         * nnimap.el (auth-source-forget-user-or-password)
2237         (auth-source-user-or-password): Autoload.
2238
2239         * message.el (message-from-style, message-interactive)
2240         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2241         (message-yank-prefix, message-indentation-spaces, message-signature)
2242         (message-signature-file): Add comment.
2243
2244 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2245
2246         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2247         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2248         new articles.
2249
2250         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2251         parts.
2252         (nnimap-request-article): Work with the t setting, too.
2253
2254         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2255         that you don't get flashes of other buffers.
2256         (gnus-summary-show-complete-article): Intern before setting.
2257
2258 2010-09-27  David Engster  <dengste@eml.cc>
2259
2260         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2261         well as HEADERS.
2262         (nnmairix-retrieve-headers): Provide new argument for the above.
2263
2264 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2265
2266         * gnus-sum.el (gnus-summary-move-article): Don't alter
2267         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2268         group.
2269
2270         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2271
2272         * message.el (message-cite-prefix-regexp): Revert my last edit.
2273
2274         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2275         variable instead of the Gnus variable.
2276
2277         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2278
2279         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2280
2281         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2282         since some servers don't like it.
2283         (nnimap-open-connection): Forget credentials if the server says the
2284         password was wrong.
2285         (nnimap-parse-line): Protect against invalid data.
2286
2287         * gnus-sum.el (gnus-summary-move-article): Add comment.
2288         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2289         nothing alters it while scanning for new messages.
2290
2291         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2292         which may or may not help.
2293         (nnimap-open-connection): If we're doing a stream connection, and then
2294         discover we're on a STARTTLS-capable server, then open a STARTTLS
2295         connection instead.
2296
2297 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2298
2299         * nnimap.el (utf7): Require.
2300
2301         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2302         prefix.
2303
2304 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2305
2306         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2307
2308 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2309
2310         * nnimap.el (nnimap-request-accept-article): Message the error on
2311         error.
2312
2313 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2314
2315         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2316
2317 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2318
2319         * nndoc.el (nndoc-request-list): Return success always.
2320
2321         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2322         `fetch-old' -- we only want to fetch the articles we've requested.
2323         The rest are in the agent, probably.
2324         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2325         disappeared server" to something low.  It's not important.
2326
2327         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2328         arrived before the FETCH data.
2329
2330         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2331         target here, because we don't know the Gnus name of the group.
2332
2333         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2334         for the correct group.
2335
2336         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2337
2338         * gnus.el (gnus): Give a final warning after startup.
2339
2340         * gnus-util.el (gnus-action-message-log): New variable.
2341         (gnus-message): Use it.
2342         (gnus-final-warning): New function.
2343
2344         * nnimap.el (nnimap-open-connection): Record the greeting.
2345         (nnimap): Add greeting.
2346
2347 2010-09-26  Julien Danjou  <julien@danjou.info>
2348
2349         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2350         arguments.
2351         (gnus-html-wash-images): Fix spec computing to include start/end.
2352
2353         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2354
2355 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2356
2357         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2358         deletion.
2359         (nnimap-retrieve-headers): Don't select the group, because that's
2360         already done by nnimap-possibly-change-group.
2361
2362         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2363         (gnus-picon-transform-address): Use it.
2364
2365         * mail-source.el (mail-source-value): Revert previous patch.
2366
2367         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2368         on failure.
2369         (nnimap-open-connection): Look up both virtual and physical server name
2370         credentials.
2371
2372         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2373
2374 2009-02-07  Dave Love  <fx@gnu.org>
2375
2376         * tls.el (open-tls-stream): Don't query killing process.
2377
2378 2009-02-08  Dave Love  <fx@gnu.org>
2379
2380         * gnus-win.el (gnus-window-to-buffer-helper)
2381         (gnus-all-windows-visible-p): Function needn't be a symbol.
2382
2383         * mail-source.el (mail-source-value): Function needn't be a symbol.
2384
2385 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2386
2387         * message.el (message-cite-prefix-regexp): Remove } from the cite
2388         prefix.
2389
2390         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2391         highlight again, so that the highlight is correct.
2392
2393         * gnus-picon.el (gnus-picon): Remove again.
2394         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2395
2396         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2397         doing the header highlightling, so that the background colour of the
2398         picon is correct.
2399
2400         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2401         (gnus-picon): Ditto.
2402         (gnus-picon): Reinstate.  The background colour for picons is white.
2403         (gnus-picon-insert-glyph): Make the background white.
2404
2405         * nnml.el (nnml-open-nov): Don't return dead buffers.
2406
2407         * auth-source.el (auth-source-create): Query the user for whether to
2408         store the credentials.
2409
2410         * netrc.el (netrc-store-data): New function.
2411
2412         * auth-source.el (auth-source-user-or-password): Use the existing auth
2413         sources, if any, for creation.
2414
2415         * gnus.el (gnus-group-fast-parameter): Return the last matching
2416         parameter instead of the first matching parameter.
2417
2418 2010-09-26  Julien Danjou  <julien@danjou.info>
2419
2420         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2421
2422 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423
2424         * mml2015.el (mml2015-use): Remove gpg support.
2425
2426         * mml1991.el (mml1991-function-alist): Remove gpg function.
2427         (mml1991-gpg-sign): Remove.
2428
2429 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2430
2431         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2432         (gnus-browse-unsubscribe-current-group): Document it.
2433         (gnus-browse-unsubscribe-group): Use it.
2434
2435 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2436
2437         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2438         address to the To list for easier response.
2439
2440         * gnus.el (gnus-play-startup-jingle): Remove.
2441         (gnus-splash): Don't play jingle.
2442         (gnus): Silence gnus-load message.
2443
2444         * gnus-art.el (gnus-treat-play-sounds): Remove.
2445
2446         * gnus.el (gnus-play-jingle): Remove audio support.
2447
2448         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2449
2450         * earcon.el: Remove -- no users.
2451
2452         * gnus-audio.el: Remove -- no users of this package.
2453
2454         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2455
2456         * gnus-start.el (gnus-setup-news): Remove nocem support.
2457
2458         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2459
2460         * gnus.el (gnus-use-nocem): Remove.
2461
2462         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2463         Remove.
2464
2465         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2466         uses NoCeM any more.
2467
2468         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2469         (gnus-button-ctan-handler): Ditto.
2470         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2471         (gnus-button-ctan-directory-regexp): Ditto.
2472         (gnus-button-handle-ctan): Ditto.
2473         (gnus-button-tex-level): Ditto.
2474         (gnus-button-alist): Remove CTAN stuff.
2475
2476 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2477
2478         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2479         nnimap-streaming test.
2480
2481         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2482         servers twice.
2483
2484         * nnimap.el (nnimap-open-connection): Add more error reporting when
2485         nnimap fails early.
2486
2487         * nnheader.el (nnheader-get-report-string): New function.
2488         (nnheader-get-report): Use it.
2489
2490         * gnus-int.el (gnus-check-server): Say what the error was when opening
2491         failed.
2492
2493         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2494         using streaming.
2495
2496 2010-09-25  Julien Danjou  <julien@danjou.info>
2497
2498         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2499         gnus-window-inside-pixel-edges.
2500
2501 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2502
2503         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2504
2505         * mm-decode.el (mm-save-part): Allow saving to other directories the
2506         normal Emacs way.
2507
2508         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2509         Suggested by Jay Berkenbilt.
2510
2511         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2512         there isn't a single byte.
2513
2514         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2515         just do it.  It doesn't really seem to matter what the user responds
2516         here, I think, so it's just a confusing question.
2517
2518         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2519         non-streaming case.
2520
2521         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2522         (gnus-article-encrypt-body): Use it.
2523
2524         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2525         keystroke.
2526
2527         * nnimap.el (nnimap-find-wanted-parts-1):
2528         Use gnus-fetch-partial-articles.
2529
2530         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2531
2532         * nnimap.el (nnimap-insert-partial-structure): New function.
2533         (nnimap-get-partial-article): New function.
2534         (nnimap-request-article): Use it.
2535         (nnimap-wait-for-response): Return whether the wait was successful.
2536         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2537         retrieval wasn't successful.
2538         (nnimap-retrieve-group-data-early): Allow throttling servers.
2539         (nnimap-streaming): New variable.
2540         (nnimap-fetch-partial-articles): Remove.
2541
2542         * mm-decode.el (mm-with-part): Protect against killed buffers.
2543
2544         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2545         for prettier summary display.
2546
2547 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2548
2549         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2550
2551 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2552
2553         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2554         apparently third-party libraries depend on it.
2555
2556         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2557         before starting negotiation.
2558
2559         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2560         privacy reasons.
2561         (gnus-treat-mail-gravatar): Ditto.
2562
2563         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2564         buffer when inserting images.  Inserting text into the headers, for
2565         instance, can make them invalid.
2566
2567 2010-09-25  Julien Danjou  <julien@danjou.info>
2568
2569         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2570         variables.
2571
2572         * nnheader.el: Remove useless variables news-reply-yank-from and
2573         news-reply-yank-message-id.
2574
2575         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2576         variables.
2577
2578         * mml1991.el: Remove useless mml1991-verbose.
2579
2580         * gnus.el: Remove useless variable gnus-use-generic-from.
2581         Remove obsolete variable gnus-topic-indentation.
2582
2583         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2584
2585         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2586
2587         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2588
2589         * gnus-group.el: Remove useless gnus-group-icon-cache.
2590         Remove useless gnus-ephemeral-group-server.
2591
2592         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2593
2594         * mml2015.el: Remove useless mml2015-verbose.
2595
2596         * mml-smime.el: Remove useless mml-smime-verbose.
2597
2598         * gnus.el: Remove useless gnus-local-domain.
2599
2600         * gnus-gravatar.el (gnus-gravatar-transform-address):
2601         Use gnus-gravatar-size.
2602
2603         * gnus-art.el: Remove useless gnus-treat-translate.
2604
2605 2010-09-24  Julien Danjou  <julien@danjou.info>
2606
2607         * gnus-sum.el: Add support for Gravatars.
2608
2609         * gnus-art.el: Add support for Gravatars.
2610
2611         * gnus-gravatar.el: Add this file.
2612
2613         * gravatar.el: Add this file.
2614
2615 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2616
2617         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2618
2619         * gnus-group.el (gnus-group-fetch-faq): Remove.
2620
2621         * gnus.el (gnus-group-faq-directory): Remove.
2622
2623         * gnus-group.el (gnus-group-fetch-charter): Remove.
2624
2625         * gnus.el (gnus-group-charter-alist): Remove.
2626
2627         * gnus-group.el (gnus-group-archive-directory): Remove.
2628         (gnus-group-recent-archive-directory): Ditto.
2629         (gnus-group-make-archive-group): Remove.
2630
2631         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2632
2633         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2634         use the same article number for all the cached articles.
2635
2636         * nnimap.el (nnimap-command): Register the last command time so
2637         that we can use it for idling NOOPs.
2638         (nnimap-open-connection): Start the keeplive timer.
2639         (nnimap-make-process-buffer): Store all the process buffers.
2640         (nnimap-keepalive): New function.
2641
2642         * starttls.el (starttls-open-stream): Add autoload cookie.
2643
2644 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2645
2646         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2647         handling.
2648
2649 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2650
2651         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2652         its data structures.
2653
2654         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2655         instead of the cl.el copy-list.
2656         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2657         equalp.
2658
2659 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2660
2661         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2662         and tool-bar-local-item-from-menu.
2663
2664         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2665         mode-line-highlight face for Emacs.
2666
2667         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2668         loading gnus-sum.elc; fix comment for canlock-verify.
2669         (gnus-article-jump-to-part): Use read-number.
2670         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2671         Remove Emacs pre-21 compatible code for help-echo.
2672         (gnus-article-next-page-1): No need to adjust the number of lines.
2673         (gnus-article-describe-bindings): Always use help-buffer.
2674
2675         * gnus-audio.el (gnus-audio-inline-sound)
2676         * gnus-cus.el (gnus-custom-mode)
2677         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2678
2679         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2680
2681         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2682         compatible code.
2683
2684 2010-09-24  Glenn Morris  <rgm@gnu.org>
2685
2686         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2687         visiting the fcc file in rmail-mode.
2688
2689         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2690
2691 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2692
2693         * nnir.el: Silence the byte compiler.
2694
2695         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2696         alias to browse-url-url-encode-chars if any.
2697         (gnus-html-encode-url): Use it.
2698
2699 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2700
2701         * gnus-start.el (gnus-use-backend-marks): New variable.
2702         (gnus-get-unread-articles-in-group): Use it.
2703
2704         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2705         makeover.
2706
2707 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2708
2709         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2710
2711 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2712
2713         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2714         Remove.
2715         (gnus-setup-news-hook):
2716         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2717
2718         * gnus-int.el (gnus-request-update-info): Protect against backends not
2719         having the function.
2720
2721         * nnimap.el (nnimap-stream): Mention starttls.
2722         (nnimap-open-connection): Add starttls support.
2723
2724 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2725
2726         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2727
2728 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2729
2730         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2731         BODYSTRUCTUREs.
2732         (nnimap-transform-headers): Unfold quoted {42} headers.
2733
2734         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2735         the info.
2736         (gnus-get-unread-articles): Only call updatep on backends that support
2737         it.
2738
2739         * nnweb.el (nnweb-request-update-info): NOOP.
2740
2741         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2742
2743         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2744         since it only deals with marks.
2745
2746         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2747         gnus-request-marks, and make a new gnus-request-update-info.
2748
2749         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2750         the active instead of the high number, which is usually too low.
2751
2752 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2753
2754         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2755         * encrypt.el: Remove.
2756
2757 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2758
2759         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2760         server in symbolic form.
2761
2762         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2763
2764 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2765
2766         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2767         (nnimap-update-info): Fix up code slightly.
2768
2769         * gnus-int.el (gnus-open-server): Add tracing for performance
2770         debugging.
2771
2772         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2773         (gnus-group-insert-group-line): Pass the real group name so that it
2774         gets the right data.
2775
2776         * gnus-start.el (gnus-get-unread-articles): Don't have
2777         `gnus-get-unread-articles-in-group' update info, since that can be
2778         really slow and doesn't seem to be needed?
2779
2780 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2781
2782         * time-date.el (date-to-time): Try using parse-time-string first before
2783         using the slower timezone-make-date-arpa-standard.
2784
2785 2010-09-22  Julien Danjou  <julien@danjou.info>
2786
2787         * gnus-group.el (gnus-group-insert-group-line):
2788         Call gnus-group-highlight-line.
2789         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2790         default hook list.
2791         (gnus-group-update-eval-form): Add new function.
2792         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2793         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2794
2795 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2796
2797         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2798         immediate, then expire all articles.
2799         (nnimap-update-info): Fix off-by-one errors.
2800         (nnimap-flags-to-marks): Would return no marks lists for group with no
2801         flags.  Instead return the other data.
2802
2803 2010-09-22  Julien Danjou  <julien@danjou.info>
2804
2805         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2806         Only return an icon.
2807         (gnus-group-insert-group-line): Compute icon to return.
2808
2809         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2810         (gnus-html-image-fetched): Only cache if
2811         gnus-html-image-automatic-caching is set.
2812         (gnus-html-image-fetched): Check for errors.
2813
2814 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2815
2816         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2817         once per method on `g'.  This ensures that backends like nnfolder don't
2818         open all their folders.
2819
2820         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2821         (nnimap-request-list): Nix out group in the correct buffer.
2822         (nnimap-parse-flags): Implement by using `read' instead of
2823         hand-parsing.
2824         (nnimap-flags-to-marks): Pass on permanent-flags.
2825         (nnimap-make-process-buffer): Record the server name.
2826         (nnimap-parse-flags): Fix typo.
2827         (nnimap-request-scan): Run split on the server in general, not just a
2828         single group.
2829
2830         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2831         parameter, and propagate this downwards.
2832
2833         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2834         since EXAMINE changes it on the server.
2835
2836         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2837         this command might take a while.
2838
2839 2010-09-22  Julien Danjou  <julien@danjou.info>
2840
2841         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2842         harmful if you have 2 images side-by-side, they can't be properly
2843         update on text deletion.  Using text-property is safer here.
2844         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2845         data.
2846
2847 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2848
2849         * nnimap.el (nnimap-expunge-inbox): Remove.
2850         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2851         (nnimap-expunge): Flip default to t.
2852
2853         * gnus.el (gnus-method-to-server): Don't push things to the cache
2854         unless it's unique.
2855         (gnus-server-to-method): Ditto.
2856
2857 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2858
2859         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2860
2861 2010-09-22  Julien Danjou  <julien@danjou.info>
2862
2863         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2864         get the start of data.
2865         (gnus-html-encode-url): Add this function to encode special chars in
2866         URL.
2867         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2868         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2869
2870         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2871         default.
2872         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2873
2874         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2875         images alt-text.
2876         (gnus-html-put-image): Put alt-text as help-echo.
2877
2878 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2879
2880         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2881         * mm-util.el (mm-decompress-buffer)
2882         * nnir.el (nnir-run-find-grep)
2883         * pop3.el (pop3-list): Use 3rd arg of split-string.
2884
2885         * time-date.el (format-seconds): Comment fix.
2886
2887         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2888         and byte-optimize-form-code-walker.
2889         (dgnushack-make-auto-load): Don't advise make-autoload.
2890
2891         * lpath.el: Remove Emacs 21 stuff.
2892
2893 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2894
2895         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2896         outside the active range.  Suggested by Dan Christensen.
2897
2898         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2899         slightly later to avoid double-getting it.
2900
2901         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2902         previous patch.
2903
2904         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2905
2906 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2907
2908         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2909
2910 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2911
2912         * gnus-int.el (gnus-open-server): Give a better error message in the
2913         "go offline" case.
2914
2915         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2916         marks for nnimap, which is seldom the right thing to do.
2917
2918         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2919         (gnus-same-method-different-name): New function.
2920
2921         * nnimap.el (parse-time): Require.
2922
2923         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2924         method in the presence of many similar methods.
2925
2926         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2927
2928         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2929         nnml-inhibit-expiry.
2930
2931         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2932         find out whether methods are equal.
2933
2934         * nnimap.el (nnimap-find-expired-articles): New function.
2935         (nnimap-process-expiry-targets): New function.
2936         (nnimap-request-move-article): Request the article before looking at
2937         what the Message-ID is.  Fix found by Andrew Cohen.
2938         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2939
2940         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2941         for oldness in addition to being a predicate.
2942
2943         * nnimap.el (nnimap-request-group): When we have zero articles, return
2944         the right data to Gnus.
2945         (nnimap-request-expire-articles): Only delete articles immediately if
2946         the target is 'delete.
2947
2948         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2949         method, this would bug out.
2950
2951         * gnus-group.el (gnus-group-expunge-group): Rename from
2952         gnus-group-nnimap-expunge, and implemented as a normal interface
2953         function.
2954
2955         * gnus-int.el (gnus-request-expunge-group): New function.
2956
2957         * nnimap.el (nnimap-request-create-group): Implement.
2958         (nnimap-request-expunge-group): New function.
2959
2960 2010-09-21  Julien Danjou  <julien@danjou.info>
2961
2962         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2963         (gnus-html-cache-expired): Add new function.
2964         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2965         wethever we should display image for fetch it.
2966         Compute alt-text earlier to pass it to the fetching function too.
2967         (gnus-html-schedule-image-fetching): Change function argument to only
2968         get one image at a time, not a list.
2969         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2970         cache.
2971         (gnus-html-get-image-data): New function to retrieve image data from
2972         cache.
2973         (gnus-html-put-image): Change buffer argument to use image data rather
2974         than file, and place image above region rather than inserting a new
2975         one.  Do not take alt-text as argument, since it's useless now: we place
2976         the image above alt-text.
2977         (gnus-html-prune-cache): Remove.
2978         (gnus-html-show-images): Start to fetch image when we find one, do not
2979         push into a temporary list.
2980         (gnus-html-prefetch-images): Only fetch image if they have expired.
2981         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2982         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2983
2984 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2985
2986         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2987
2988 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2989
2990         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2991         spec inser "*" if the group isn't active instead of 0.
2992
2993         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2994         opening the server.
2995         (nnimap-request-delete-group): Implement group deletion.
2996         (nnimap-transform-headers): Return the size of the entire message in
2997         the Bytes header, not just the size of the first part.
2998         (nnimap-request-move-article): When moving an article from nnimap,
2999         request the article first so the accepting form has an article to
3000         accept.  Reported by Dan Christensen.
3001         (nnimap-command): Make sure that the error message doesn't error out.
3002
3003 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3004
3005         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3006         we haven't requested anything.
3007
3008 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3009
3010         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3011         "".  Fix found by Andrew Cohen.
3012
3013         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3014         instead of -encode-string.
3015
3016 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3017
3018         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3019
3020         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3021         by mm-subst-char-in-string.
3022
3023 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3024
3025         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3026         waiting for the connection string.
3027
3028         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3029         arriving.
3030
3031         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3032         bogus characters.  This allows selecting certain Gmail groups.
3033
3034         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3035         (nnimap-fetch-partial-articles): New variable.
3036         (nnimap-open-connection): When looking for credentials, also use the
3037         nnimap-server-port.
3038         (nnimap-request-article): Return the group/article number, so that Gnus
3039         `^' works as expected.
3040         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3041
3042         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3043         comments.
3044         (gnus-methods-sloppily-equal): New function.
3045         (gnus): When using the development version of Gnus, load the gnus-load
3046         file.
3047
3048         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3049         `gnus-open-server' on each method before trying to scan them etc.
3050         This ensures that all the backend parameters are set correctly.
3051
3052         * nnimap.el (nnimap-authenticator): New variable.
3053         (nnimap-open-connection): Allow anonymous login.
3054         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3055         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3056
3057         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3058         patch, found by Knut Anders Hatlen.
3059
3060 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3061
3062         * gnus-agent.el (gnus-agent-batch-confirmation)
3063         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3064         to gnus-message.
3065         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3066         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3067         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3068         * gnus-int.el (gnus-open-server): Likewise.
3069         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3070         (gnus-score-check-syntax): Likewise.
3071         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3072         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3073         Likewise.
3074         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3075
3076 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3077
3078         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3079         calling conventions so that prefetch doesn't bug out.
3080
3081 2010-09-19  Julien Danjou  <julien@danjou.info>
3082
3083         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3084         rather than `subst-char-in-region' in order to be able to replace ASCII
3085         char by UTF-8 ones.
3086
3087         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3088         than curl.
3089         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3090         the right URL and ALT text on images.
3091         (gnus-html-wash-tags): Fix tag case.
3092         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3093         (gnus-article-html): Add -o display_ins_del=2 option.
3094         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3095
3096 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3097
3098         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3099         the extra mail headers, which sometimes seem to happen for unknown
3100         reasons.
3101
3102         * mail-parse.el (mail-header-encode-parameter): Define as
3103         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3104         (or most, perhaps?) mail readers don't understand the latter, but do
3105         understand the former.
3106
3107         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3108         to nil, so that no methods are automatically agentized.  I think this
3109         is probably what most users want.
3110
3111         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3112         from url-retrieve, for instance about invalid URLs.
3113
3114         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3115         groups that have no articles.
3116         (nnimap-request-article): Check that we really got an article when we
3117         requested one.
3118
3119         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3120         doesn't exist.
3121
3122         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3123         nntp buffer so the agent can save it.
3124         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3125         that CRLF doesn't get translated to \n.
3126         (nnimap-open-connection): Don't make 'shell commands only send \n.
3127
3128 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3129
3130         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3131         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3132         Update var name.
3133         (nnml-generate-nov-file): Use dolist.
3134         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3135         Use with-current-buffer.
3136
3137 2010-09-18  Julien Danjou  <julien@danjou.info>
3138
3139         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3140         parallel.
3141
3142 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3143
3144         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3145         the range update right.
3146         (nnimap-request-group): Don't make `M-g' bug out on group with no
3147         marks.
3148         (nnoo): Require, so that other packages can require nnimap.
3149         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3150         command we're looking for.  This helps when the server sends more
3151         responses after we've gotten everything we expected.
3152         (nnimap): Add a `newlinep' field to keep track of end-of-line
3153         conventions.
3154         Don't send CRLF to things that don't want it.
3155         (nnimap-request-accept-article): Ditto.
3156
3157 2010-09-18  Julien Danjou  <julien@danjou.info>
3158
3159         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3160         than curl to retrieve images.
3161
3162 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3163
3164         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3165         the marks.
3166         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3167         (nnimap-wait-for-connection): New function.
3168         (nnimap-open-connection): If we have PREAUTH, don't query for login
3169         credentials.
3170         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3171         when doing a partial update.
3172
3173 2010-09-18  Julien Danjou  <julien@danjou.info>
3174
3175         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3176         tags.
3177
3178 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3179
3180         * nnimap.el (nnimap-credentials): New function.
3181         (nnimap-open-connection): Use the new function to look for credentials
3182         also on the numeric equivalents of "imap" and "imaps".
3183
3184         * gnus-start.el (gnus-activate-group): Send the info to
3185         gnus-request-group.
3186
3187         * nnimap.el (nnimap-request-group): Have the "check" version of the
3188         function parse flags and update the info, so that a `M-g' get a total
3189         resync of all flags from the group.
3190
3191         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3192         to allow backends to alter the info on group selection.  Also alter all
3193         the backend -request-group functions to take the parameter.
3194
3195         * nnimap.el (nnimap-store-info): New function.
3196         (nnimap-update-info): Store the info for later usage.
3197         (nnimap-request-group): Use the stored info for the dont-check case, so
3198         that we don't retrieve all marks when we enter a group.
3199
3200         * nnimap.el: Use deffoo instead of defun for interface functions.
3201
3202         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3203         update the group info.  This makes the nndraft groups, for instance, go
3204         back to their old behaviour.
3205
3206         * gnus-sum.el (gnus-select-newsgroup): Indent.
3207
3208         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3209         in.
3210         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3211         nothing.
3212
3213         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3214         from methods that are denied.
3215
3216         * gnus-int.el (gnus-method-denied-p): New function.
3217
3218         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3219         store the password instead of netrc.
3220         (nnimap-open-connection): Don't error out when we can't make a
3221         connections.
3222
3223         * auth-source.el (auth-source-create): In the password prompt, say what
3224         we're querying for.  Also prompt for user name if that hasn't been
3225         given.
3226
3227         * nnimap.el (nnimap-with-process-buffer): Remove.
3228
3229 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3230
3231         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3232         method when we're reading from the agent.
3233
3234         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3235
3236         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3237         that's probably most useful for users.
3238
3239         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3240         "failed" all the time.
3241
3242         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3243         ...)) with (with-current-buffer ... ).
3244
3245         * nntp.el (nntp-open-server): Return whether the open was successful or
3246         not.
3247
3248         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3249         select an unread unseen article first.
3250
3251         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3252         /etc/services, supply some sensible port defaults.
3253
3254         * dgnushack.el: Define netrc-credentials.
3255
3256 2010-09-17  Julien Danjou  <julien@danjou.info>
3257
3258         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3259
3260 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3261
3262         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3263         doesn't have any parameters.
3264
3265 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3266
3267         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3268         only upcased checks.
3269
3270         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3271
3272         * nnimap.el (nnimap-open-shell-stream): New function.
3273         (nnimap-open-connection): Use it.
3274         (nnimap-transform-headers): Get the number of lines in each message.
3275         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3276         number of lines.
3277         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3278         problem.
3279
3280         * utf7.el (utf7-encode): Autoload.
3281
3282         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3283         to allow the mail splitting to not return a default group.  This is
3284         useful for nnimap, which will leave unmatched mail in the inbox.
3285
3286         * nnimap.el: Rewritten.
3287
3288         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3289         nnimap usage.
3290
3291         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3292         if the move is internal, so that nnimap can do fast internal moves.
3293
3294         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3295         data.
3296         (gnus-read-active-for-groups): Support finishing the early retrieval of
3297         data.
3298
3299         * gnus-range.el (gnus-range-nconcat): New function.
3300
3301         * gnus-int.el (gnus-finish-retrieve-group-infos)
3302         (gnus-retrieve-group-data-early): New functions.
3303
3304 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3305
3306         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3307         (nnrss-retrieve-groups):
3308         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3309         (pop3-quit): Use with-current-buffer.
3310
3311 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3312
3313         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3314         instead of nnheader-accept-process-output.
3315
3316         * dgnushack.el (dgnushack-compile): Add comment.
3317
3318         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3319
3320         * gnus-html.el (gnus-html-schedule-image-fetching)
3321         (gnus-html-prefetch-images): Replace process-kill-without-query by
3322         gnus-set-process-query-on-exit-flag.
3323
3324 2010-09-16  Romain Francoise  <romain@orebokech.com>
3325
3326         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3327
3328 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3329
3330         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3331         parameter to unintern is mandatory-ish in Emacs 24.
3332
3333         * gnus-html.el (gnus-html-schedule-image-fetching)
3334         (gnus-html-prefetch-images): Check for curl before using it.
3335
3336         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3337         depend on curl, which isn't essential.
3338
3339         * imap.el: Revert back to version
3340         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3341         seem problematic.
3342
3343 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3344
3345         * gnus-registry.el (gnus-registry-install-shortcuts):
3346         Explicitly pass `obarray' to `unintern' to avoid a warning.
3347
3348 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3349
3350         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3351         change.
3352
3353         * nnrss.el (nnrss-request-list): Remove this function and related
3354         functions, including the moreover stuff.
3355
3356 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3357
3358         * nnrss.el (nnrss-retrieve-groups): New function.
3359
3360 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3361
3362         * .dir-locals.el: Add no-byte-compile cookie.
3363
3364 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3365
3366         * time-date.el (format-seconds): Comment fix.
3367
3368         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3369         for back end that doesn't support request-scan.
3370
3371 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3372
3373         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3374         then do request scans from the backends.
3375
3376         * netrc.el (netrc-credentials): New conveniency function.
3377
3378         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3379         avoid running a hook per line, since this takes a lot of time,
3380         profiling shows.
3381         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3382         directly if gnus-visual-p is true.
3383
3384 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3385
3386         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3387         groups; replace mapcar with dolist which is a bit faster; pass groups
3388         info to gnus-read-active-file-1.
3389         (gnus-read-active-file-1): Scan only specified groups if the new
3390         optional arg `infos' is given.
3391
3392 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3393
3394         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3395
3396         * pop3.el (pop3-movemail): Remove.
3397         (pop3-streaming-movemail): Rename to pop3-movemail.
3398
3399         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3400         don't restrict end-tag searches to the end of the line.
3401
3402 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3403
3404         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3405         articles of every unchecked group to t, which means unknown since the
3406         server has never been opened.
3407
3408 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3409
3410         * gnus-html.el (gnus-html-show-alt-text): New command.
3411         (gnus-html-browse-image): Ditto.
3412         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3413         to browse the image directly.
3414         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3415         better.
3416
3417         * gnus-async.el (gnus-async-article-callback):
3418         Call `gnus-html-prefetch-images' unconditionally.
3419
3420         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3421         before feeding URLs to curl.
3422
3423 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3424
3425         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3426         internal images as deletable by `W D D'.
3427
3428         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3429         (gnus-async-article-callback): Fix typo.
3430
3431 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3432
3433         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3434         current line to work around bugs in the output from w3m.
3435
3436         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3437         for groups that want that.
3438
3439         * nntp.el (nntp-wait-for-string): Supply a timeout for
3440         accept-process-output to ensure progress.
3441
3442         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3443         level to get unread articles from, then use that for foreign groups,
3444         too.
3445
3446         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3447         confuses the rest of the function.
3448
3449         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3450         for the methods that support -retrieve-groups, too.
3451
3452         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3453
3454 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3455
3456         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3457         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3458
3459         * pop3.el: Require cl when compiling.
3460         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3461
3462 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3463
3464         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3465         that aren't going to be activated.
3466         (gnus-get-unread-articles): Fix up the last commit.
3467
3468         * gnus-html.el (gnus-article-html): Allow calling without specifying
3469         the handle.  In that case, dissect the buffer first.
3470
3471         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3472
3473         * nnimap.el (nnimap-open-connection): Revert the change that would look
3474         into authinfo for imaps instead of imap.
3475
3476         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3477         say that you don't want to call gnus-request-group with don-check, but
3478         do check the reponse.  This is for virtual groups only.
3479         (gnus-get-unread-articles): Count the archive groups as secondary, so
3480         that they're activated the same way as before.
3481
3482         * imap.el (imap-message-map): Removed optional buffer parameter, since
3483         no callers use it.
3484         (imap-message-get): Ditto.
3485         (imap-message-put): Ditto.
3486         (imap-mailbox-map): Ditto.
3487         (imap-mailbox-put): Ditto.
3488         (imap-mailbox-get): Ditto.
3489         (imap-mailbox-get): Revert last change for this function.
3490
3491         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3492         case-insensitively.
3493         (nnimap-debug): Remove.
3494
3495         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3496         to use `imap-fetch' instead.  According to the comments, this should be
3497         safe, since all other IMAP clients use the 1:* syntax.
3498         (imap-enable-exchange-bug-workaround): Removed.
3499         (imap-debug): Removed -- doesn't seem very useful.
3500
3501         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3502         mail from a file, and the file doesn't exist.
3503
3504         * imap.el (imap-log): New convenience function used throughout instead
3505         of repeating the same code all over the place.
3506
3507         * pop3.el (pop3-streaming-movemail): Return t for success.
3508
3509         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3510         .authinfo if we're using ssl connection.
3511
3512         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3513         already have if we're in a main Gnus `g' run.
3514
3515         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3516
3517 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3518
3519         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3520
3521         * nnmh.el (nnmh-request-list-1): Bind `file'.
3522
3523         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3524         alias to set-process-query-on-exit-flag or process-kill-without-query.
3525         (pop3-open-server): Use it.
3526
3527 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3528
3529         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3530         box to the Incoming file.  Fixes mistake in previous checkin.
3531
3532         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3533         request loop (for debugging purposes) removed.
3534
3535         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3536         culprit is more visible.
3537         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3538         (nnml-add-incremental-nov): New functions to do "incremental" nov
3539         updates, where we just append to the end of the existing nov files
3540         without reading/writing them in full.
3541
3542         * mail-source.el (mail-source-delete-crash-box): Really only check the
3543         incoming files once in a while.
3544
3545         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3546
3547         * mail-source.el (mail-source-delete-crash-box): Only check the
3548         incoming files for deletion once per day to save a lot of file
3549         accesses.
3550
3551         * pop3.el (pop3-logon): Fix up unbound variable typo.
3552
3553         * mail-source.el (pop3-streaming-movemail): Autoload.
3554
3555         * pop3.el (pop3-streaming-movemail):
3556         Respect pop3-leave-mail-on-server.
3557
3558         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3559         retrieval.
3560
3561         * pop3.el (pop3-process-filter): Remove unused function.
3562         (pop3-streaming-movemail, pop3-send-streaming-command)
3563         (pop3-wait-for-messages, pop3-write-to-file)
3564         (pop3-number-of-responses): New functions for streaming pop3
3565         retrieval.
3566
3567         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3568         come from no known methods.
3569         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3570         list.
3571
3572         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3573         message sizes.
3574         (pop3-movemail): Use erase-buffer instead of looping and deleting
3575         regions, which seems rather odd.
3576
3577         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3578         file once per `g' run.
3579
3580         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3581         directories.  This makes the draft queue directory work.
3582
3583         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3584         data from the backends, so that we only request the list of groups from
3585         each method once.  This should speed things up considerably.
3586
3587         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3588         detect that it's not implemented.
3589
3590         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3591         we actually do recurse down into the tree, but don't stat all leaf
3592         nodes.
3593
3594         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3595         then say so instead of bugging out.
3596
3597         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3598         files exist before trying to read them.
3599
3600         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3601         around <pre_int>.
3602
3603         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3604
3605         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3606
3607 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3608
3609         * mm-util.el (mm-image-load-path): Just return the image directories,
3610         not all directories in the path in addition to the image directories.
3611         (mm-image-load-path): Maintain a cache of the image directories so that
3612         the `g' command in Gnus doesn't have to stat dozens of directories each
3613         time.
3614
3615         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3616         (gnus-html-wash-tags): Add a new `i' command to insert images.
3617         (gnus-html-insert-image): New command and keystroke.
3618         (gnus-html-redisplay-with-images): New command and keystroke.
3619         (gnus-html-show-images): Rename command.
3620         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3621         spacers.
3622         (gnus-html-wash-tags): Decode entities at the end, so that entities
3623         inside the tags don't mess up the rest of the "parsing".
3624
3625         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3626         so that nnimap methods aren't agentized by default.  There's apparently
3627         many problems related to agent/imap behaviour.
3628
3629         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3630
3631         * gnus-html.el: Doc fix.
3632
3633 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3634
3635         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3636         specifier-spec-list for Emacs 21.
3637
3638         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3639         glyph-width and glyph-height instead of display-graphic-p and
3640         image-size; make avoidance of displaying small images work for XEmacs.
3641
3642         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3643         for XEmacs.
3644
3645         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3646         of symbol that holds plist data.
3647         (gnus-process-plist): Remove plist of process after getting it.
3648
3649 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3650
3651         * message.el (message-generate-hashcash): Change default to
3652         'opportunistic if hashcash is installed.
3653
3654         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3655         (gnus-html-put-image): Only call image-size once, since it's somewhat
3656         time-consuming on remote X servers.
3657
3658 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3659
3660         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3661         type on data, not a file name.
3662
3663         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3664         window-pixel-edges for Emacs 21.
3665
3666         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3667         decoded contents.
3668         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3669
3670 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3671
3672         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3673         group line format, since it isn't very interesting.
3674
3675         * gnus-agent.el (gnus-agent-short-article),
3676         (gnus-agent-long-article): Increase values for these two variables,
3677         since most people are likely to have more network connection and
3678         storage than before.
3679
3680         * gnus.el (gnus-refer-article-method): Change default to 'current.
3681         When referring an article, the common behaviour is to refer it from the
3682         current select method, not the native select method.  The chances of
3683         the native select method having the message in question is rather slim
3684         these days.
3685
3686         * gnus-sum.el (gnus-auto-select-subject): Change default to
3687         `unseen-or-unread'.  I think it's likely that most people want to
3688         select an unseen article over a previously seen, but unread one.
3689
3690         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3691         means that in the article buffer none of the minor mode elements will
3692         be shown, usually, and this is not desirable in most cases.
3693
3694         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3695         that commands like `d' (and the like) go to the next line in the
3696         buffer, instead of the next unread article.  I think this is the
3697         behaviour that is most natural for most users.
3698         (gnus-single-article-buffer): Change default to nil, so that people can
3699         have as many article buffers open as they have summary buffer.  I think
3700         this is the most natural way for the groups to behave.
3701
3702         * message.el (message-generate-new-buffers): Change default to
3703         `unsent', so that all new message buffers start their names with the
3704         string "*unsent", and it's easier to find the buffers if you move from
3705         them.
3706
3707 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3708
3709         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3710         small.  They're probably tracking images.
3711         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3712         (gnus-html-rescale-image): Yet another try at getting the image sizing
3713         right.
3714
3715         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3716         nntp-marks-file-name is nil.
3717
3718 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3719
3720         * gnus-html.el (gnus-html-wash-tags)
3721         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3722         Better logging.
3723
3724 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3725
3726         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3727
3728         * gnus-html.el (gnus-html-wash-tags): Check the value of
3729         gnus-blocked-images in the summary buffer.
3730
3731 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3732
3733         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3734
3735 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3736
3737         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3738         like "a", it seems like.
3739         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3740         since it needs to be picked from the correct buffer.
3741
3742         * nnwfm.el: Remove.
3743
3744         * nnlistserv.el: Remove.
3745
3746 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3747
3748         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3749         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3750
3751 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3752
3753         * nnkiboze.el: Remove.
3754
3755         * nndb.el: Remove.
3756
3757         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3758         alt text.
3759         (gnus-html-rescale-image): Try to get the rescaling logic right for
3760         images that are just wide and not tall.
3761
3762         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3763         overshadow variable bindings.
3764
3765 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3766
3767         * gnus-html.el (gnus-html-wash-tags)
3768         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3769         Add extra logging.
3770
3771 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3772
3773         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3774         (gnus-max-image-proportion): New variable.
3775         (gnus-html-rescale-image): New function.
3776         (gnus-html-put-image): Rescale images.
3777
3778 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3779
3780         Fix up some byte-compiler warnings.
3781         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3782         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3783         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3784         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3785         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3786         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3787         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3788
3789 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3790
3791         * gnus-html.el (gnus-article-html): Decode contents by charset.
3792
3793 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3794
3795         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3796         (gnus-html-frame-width, gnus-blocked-images)
3797         * message.el (message-prune-recipient-rules): Add custom version.
3798         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3799
3800         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3801         functions.
3802
3803         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3804         gnus-process-get.
3805
3806 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3807
3808         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3809         instead of lsub directly.
3810
3811 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3812
3813         * nnwarchive.el: Remove.
3814
3815         * gnus-soup.el: Remove.
3816
3817         * nnsoup.el: Remove.
3818
3819         * nnultimate.el: Remove.
3820
3821         * gnus-html.el (gnus-blocked-images): New variable.
3822
3823         * message.el (message-prune-recipients): New function.
3824         (message-prune-recipient-rules): New variable.
3825
3826         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3827         guess whether a long line is natural text or not.
3828
3829         * gnus-html.el (gnus-html-schedule-image-fetching):
3830         Use gnus-process-plist and friends for compatibility.
3831
3832 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3833
3834         * gnus-html.el: Require packages that define macros used in this file.
3835         (gnus-article-mouse-face): Declare to silence byte-compiler.
3836         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3837         process-get.
3838         (gnus-html-put-image): Use plist-get to avoid getf.
3839         (gnus-html-prefetch-images): Use with-current-buffer.
3840
3841 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3842
3843         * gnus-ems.el: Provide compatibility functions for
3844         gnus-set-process-plist.
3845
3846         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3847         header-line-format for XEmacs 21.4.
3848
3849         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3850         * gnus.el (gnus-valid-select-methods)
3851         * message.el (message-send-mail-partially-limit)
3852         * mm-decode.el (mm-text-html-renderer)
3853         * mml.el (mml-insert-mime-headers-always)
3854         * smiley.el (smiley-regexp-alist): Bump custom version.
3855
3856 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3857
3858         * gnus-html.el: require mm-url.
3859         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3860         with the url to `url'.
3861         (gnus-html-wash-tags): Support cid: URLs/images.
3862
3863 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3864
3865         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3866         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3867         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3868
3869         * gnus-move.el: Remove file, since it doesn't really work.
3870
3871         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3872         UTF-8.  This seems to fix problems with some German web feeds.
3873
3874         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3875         at the top so that the proper colours are applied.
3876
3877         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3878         don't have dots in their names.
3879
3880         * gnus-art.el (gnus-article-view-part): Doc fix.
3881
3882         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3883         XEmacs-compatible.
3884         (gnus-html-put-image): Don't do images on non-graphic displays.
3885
3886         * nnslashdot.el: Remove this unused backend.
3887
3888         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3889         actions.
3890         (gnus-undo-register-1): Revert last change.
3891
3892         * gnus-group.el (gnus-group-completing-read): Protect against not
3893         having completion-styles bound.
3894
3895         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3896         make broken recipients happier.
3897
3898         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3899
3900         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3901         point parameter.
3902
3903         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3904
3905         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3906         completion-styles for group selection.
3907
3908 2009-02-04  Andreas Schwab  <schwab@suse.de>
3909
3910         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3911         headers and regexp-quote the match if necessary.
3912
3913 2009-03-24  Miles Bader  <miles@gnu.org>
3914
3915         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3916         the blinking smiley.
3917
3918 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3919
3920         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3921         blink smiley.
3922
3923 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3924
3925         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3926         where the dribbel file lives exists.
3927
3928         * message.el (message-send-mail-partially-limit): Change the default to
3929         nil, since most people don't want this.
3930
3931         * mm-url.el (mm-url-decode-entities): Also decode entities like
3932         &#x3212.
3933
3934 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3935
3936         * gnus-sum.el (gnus-summary-idna-message):
3937         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3938         Hyperlink urls in docstrings with URL `...'.
3939
3940 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3941
3942         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3943         functions.
3944
3945 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3946
3947         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3948         say what the mouseover text should be.
3949
3950         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3951         version of the mm-w3m-safe-url-regexp variable to only download images
3952         in the groups where we want that to happen.
3953
3954         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3955
3956         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3957         easier debugging.
3958         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3959         big pictures in the article buffer.
3960
3961         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3962         gnus-article-html.
3963         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3964         w3m.
3965
3966         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3967
3968 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3969
3970         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3971         which doesn't exist.
3972
3973         * message.el (message-inhibit-ecomplete): New variable to allow some
3974         function to inhibit ecomplete address storage.
3975         (message-resend): Disable ecomplete message storage when resending
3976         messages.
3977
3978         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3979
3980 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3981
3982         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3983         Save excursion while copying, moving, and deleting articles in order to
3984         prevent the cursor from jumping to unforeseen place.
3985
3986 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3987
3988         * lpath.el: No need to bind bookmark-current-buffer,
3989         bookmark-yank-point and bookmark-make-record-function.
3990
3991 2010-08-17  Glenn Morris  <rgm@gnu.org>
3992
3993         * gnus-sync.el: Require gnus components whose functions are used.
3994
3995         * gnus-art.el (bookmark-make-record-function):
3996         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3997         Declare for compiler.
3998
3999         * mm-url.el (mml-compute-boundary): Autoload.
4000
4001 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4002
4003         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4004
4005 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4006
4007         Typo fix "hoo4a" -> "hook".
4008
4009         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4010
4011 2010-08-14  Glenn Morris  <rgm@gnu.org>
4012
4013         * gnus-sync.el (gnus-sync): Fix defgroup version.
4014
4015 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4016
4017         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4018
4019         * gnus-sync.el: Fix docs.
4020         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4021         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4022
4023 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4024
4025         Optimizations for gnus-sync.el.
4026
4027         * gnus-sync.el: Add docs about gnus-sync-backend
4028         possibilities.
4029         (gnus-sync-save): Remove unnecessary message.
4030         (gnus-sync-read): Optimize and show what groups were skipped.
4031
4032 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4033
4034         Minor bug fixes for gnus-sync.el.
4035
4036         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4037         Don't read the sync on get-new-news.
4038
4039         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4040         quiet.
4041
4042         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4043         (fix typo).
4044
4045 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4046
4047         Make saving and restoring of hidden threads work with overlays.
4048         Patch applied by Ted Zlatanov.
4049
4050         * gnus-sum.el (gnus-hidden-threads-configuration)
4051         (gnus-restore-hidden-threads-configuration): Update to deal with text
4052         properties, rather than searching for a magic character.
4053
4054 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4055
4056         New gnus-sync.el library for synchronization of marks.
4057
4058         * gnus-sync.el: New library for synchronization of marks.
4059
4060         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4061         renamed from `gnus-registry-grep-in-list'.
4062
4063         * gnus-registry.el (gnus-registry-follow-group-p):
4064         Use `gnus-grep-in-list'.
4065
4066         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4067
4068 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4069
4070         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4071         determining charset of text fails.
4072
4073 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4074
4075         * nnmail.el (nnmail-get-new-mail-1): Revert.
4076
4077         * nnml.el (nnml-active-number): Make sure names of newly created groups
4078         in nnml-group-alist are encoded.
4079
4080 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4081
4082         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4083         containing non-ASCII characters in active file for nnml back end.
4084
4085 2010-07-24  David Engster  <dengste@eml.cc>
4086
4087         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4088         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4089
4090 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4091
4092         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4093         tag (Bug#6654).
4094
4095 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4096
4097         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4098         the article buffer, not the summary buffer.
4099
4100 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4101
4102         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4103         Emacs 23 as well.
4104
4105 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4106
4107         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4108         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4109
4110 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4111
4112         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4113         Patch applied by Karl Fogel.
4114
4115         * gnus-sum.el (gnus-summary-bookmark-make-record):
4116         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4117
4118 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4119
4120         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4121         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4122         C-w still not working correctly from Article buffers; Thierry's
4123         patch to fix that will be applied after this.
4124
4125         * gnus-art.el (bookmark-make-record-function): New local variable.
4126
4127         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4128         article buffer.
4129         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4130
4131 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4132
4133         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4134         on changes in bookmark.el.
4135
4136 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4139         `no-log' instead of message not to log prompt string.
4140
4141 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4142
4143         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4144         the *other* type of HTML form submission.
4145
4146 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4147
4148         * auth-source.el (auth-source-pick): If choice does not contain a
4149         questioned keyword, set the check to t.
4150
4151 2010-06-12  Romain Francoise  <romain@orebokech.com>
4152
4153         * gnus-util.el (gnus-date-get-time): Move up before first use.
4154
4155 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4156
4157         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4158         (gnus-article-edit-part): Bind it to make last part that is substituted
4159         or deleted visible.
4160         (gnus-mime-display-single): Buttonize part of which id equals to
4161         gnus-mime-buttonized-part-id.
4162
4163 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4164
4165         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4166         (gnus-dd-mmm): Use gnus-date-get-time.
4167         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4168         simplify logic.
4169         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4170         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4171
4172 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4173
4174         * auth-source.el (top): Autoload `secrets-list-collections',
4175         `secrets-create-item', `secrets-delete-item'.
4176         (auth-sources): Fix tag string.
4177         (auth-get-source, auth-source-retrieve, auth-source-create)
4178         (auth-source-delete): New defuns.
4179         (auth-source-pick): Rewrite in order to avoid 2 passes.
4180         (auth-source-forget-user-or-password): New parameter USERNAME.
4181         (auth-source-user-or-password): New parameters CREATE-MISSING and
4182         DELETE-EXISTING.  Retrieve password interactively, if needed.
4183
4184 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4185
4186         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4187         deleting unused directories when gnus-expert-user is t.
4188
4189 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4192         for each temp file when gnus-article-browse-delete-temp is ask.
4193
4194 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4195
4196         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4197         Lisp calls to delete-backward-char by calls to delete-char.
4198
4199 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4200
4201         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4202
4203 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4204
4205         * password-cache.el (password-cache-remove): Fix docstring.
4206
4207 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4208
4209         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4210         article unless decoding article to be saved.
4211
4212 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4215         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4216         generated within the mm-with-unibyte-current-buffer macro.
4217
4218 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4219
4220         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4221         to nil when we're in a mml-preview buffer and no group is selected.
4222
4223 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4224
4225         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4226         when catching the `C-g'.  Reported by "Leo".
4227
4228 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4229
4230         * message.el (message-forward-make-body-plain)
4231         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4232         multibyte-string-p.
4233
4234         * lpath.el: Revert.
4235
4236 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4237
4238         * message.el (message-forward-make-body-mml): Assume original message
4239         is multibyte string; error on unibyte.
4240         (message-forward-make-body-plain): Ditto; don't add excessive newline
4241         in body end.
4242
4243         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4244
4245 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4246
4247         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4248         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4249
4250 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4251
4252         * mm-extern.el (mm-extern-url): Don't use
4253         mm-with-unibyte-current-buffer.
4254         (mm-extern-cache-contents): Use with-current-buffer instead of
4255         save-excursion + set-buffer.
4256
4257 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4258
4259         * mm-util.el (mm-emacs-mule): Remove.
4260
4261 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4262
4263         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4264         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4265         change.
4266
4267 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4270         bind the default value of enable-multibyte-characters to nil.
4271
4272 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4273
4274         * message.el (message-forward-make-body-plain)
4275         (message-forward-make-body-mml):
4276         Don't use mm-with-unibyte-current-buffer.
4277
4278 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4279
4280         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4281
4282 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4283
4284         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4285         (Bug#5592).
4286
4287 2010-05-07  Julien Danjou  <julien@danjou.info>
4288
4289         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4290         it to mm-pipe-part.
4291
4292         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4293         it is given.
4294
4295 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * binhex.el (binhex-decode-region-internal)
4298         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4299         (dns-query)
4300         * nnweb.el (nnweb-gmane-search)
4301         * pgg-parse.el (pgg-parse-armor)
4302         * pgg.el (pgg-verify-region)
4303         * sha1.el (sha1-string-external)
4304         * uudecode.el (uudecode-decode-region-internal)
4305         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4306         XEmacs.
4307
4308         * gnus-art.el (gnus-article-browse-html-parts)
4309         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4310         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4311         make-temp-file.
4312
4313         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4314         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4315         compiling.
4316
4317         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4318         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4319         XEmacs when compiling.
4320
4321         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4322         gnus-pick-mode-off-hook for XEmacs when compiling.
4323         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4324         gnus-binary-mode-off-hook for XEmacs when compiling.
4325
4326         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4327         Return nil if char-charset is not available.
4328
4329         * imap.el (imap-disable-multibyte)
4330         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4331         macros.
4332
4333         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4334         instead of encode-coding-string.
4335
4336         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4337         'xemacs) instead of mm-emacs-mule to switch function definitions.
4338         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4339
4340         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4341         bind temporary-file-directory for XEmacs;
4342         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4343         timer-set-function for XEmacs 21.4 and SXEmacs;
4344         bind timer-list for XEmacs 21.4 and SXEmacs;
4345         fbind char-charset and find-charset-region for non-Mule XEmacs;
4346         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4347         encode-coding-region and encode-coding-string for XEmacs having no
4348         file-coding feature.
4349
4350 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4351
4352         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4353
4354 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4355
4356         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4357         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4358
4359 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4360
4361         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4362         alias `jka-compr-delete-temp-file' no longer exists.
4363
4364 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4365
4366         Use define-minor-mode in Gnus where applicable.
4367         * mml.el (mml-mode): Use define-minor-mode.
4368         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4369         (gnus-undo-mode): Use define-minor-mode.
4370         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4371         (gnus-dead-summary-mode): Use define-minor-mode.
4372         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4373         Initialize in declaration.
4374         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4375         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4376         (gnus-mailing-list-mode): Use define-minor-mode.
4377         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4378         (gnus-draft-mode): Use define-minor-mode.
4379         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4380         (gnus-dired-mode): Use define-minor-mode.
4381
4382 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4383
4384         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4385         handles on recursive mml-to-mime translation and check them for
4386         boundary delimiter collisions.  Reported by Greg Troxel.
4387
4388 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4389
4390         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4391
4392 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4393
4394         * mm-util.el (mm-find-buffer-file-coding-system):
4395         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4396
4397 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4398
4399         * message.el (message-generate-headers): Record insertion of optional
4400         headers as well.  Otherwise the check to prevent repeated insertion of
4401         optional headers is a no-op.
4402
4403 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4404
4405         * smime.el: Don't mention CVS.
4406
4407         * nnrss.el (nnrss-fetch): Don't mention CVS.
4408
4409         * nnir.el: Don't mention CVS.
4410
4411 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4412
4413         * gnus-sum.el (gnus-summary-bookmark-make-record):
4414         Add `location' field.
4415
4416 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4417
4418         * lpath.el: Fbind bookmark-default-handler,
4419         bookmark-get-bookmark-record, bookmark-make-record-default,
4420         bookmark-prop-get for Emacs <23 and XEmacs.
4421
4422 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4423
4424         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4425         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4426         Use with-current-buffer to silence the byte-compiler.
4427         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4428         bother to require `gnus'.
4429         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4430
4431 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4432
4433         * gnus-sum.el (gnus-summary-bookmark-make-record)
4434         (gnus-summary-bookmark-jump): New functions.
4435         (gnus-summary-mode): Setup bookmark support.
4436
4437 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4438
4439         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4440         if set.
4441
4442 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4445         gnus-article-browse-html-save-cid-image; make it work recursively for
4446         forwarded messages as well.
4447         (gnus-article-browse-html-parts): Work when prefix arg is given.
4448         (gnus-article-browse-html-article): Doc fix.
4449
4450 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4451
4452         * message.el (message-default-mail-headers):
4453         (message-default-headers): Carry the value mail-default-headers over
4454         into message-default-mail-headers, rather than message-default-headers.
4455
4456 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4457
4458         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4459         charset.
4460
4461         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4462         charset into the <meta> tag when the article is encoded to utf-8.
4463
4464 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * gnus-art.el (gnus-article-browse-delete-temp-files):
4467         Delete directories as well.
4468         (gnus-article-browse-html-parts): Work for images that do not specify
4469         file names; delete temp directory when quitting; insert header at the
4470         right place; use file: scheme for image files.
4471
4472 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4473
4474         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4475         (gnus-article-browse-html-parts): Use it to make temporary cid image
4476         files in addition to html file so that browser may display them.
4477
4478 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4481
4482 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4483
4484         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4485
4486 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4487
4488         * auth-source.el (auth-sources): Change default to be simpler.
4489         Explain about Secret Service API sources.  Improve Customize options.
4490         (auth-source-pick): Change to accept any number of search parameters.
4491         Implement fallbacks iteratively, not recursively.  Add scoring on the
4492         second pass and sort by score.  Call Secret Service API when needed.
4493         (auth-source-user-or-password): Use it.  Call Secret Service API
4494         directly when needed to get the user name and the password.
4495
4496 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4497
4498         * message.el (message-interactive): Doc fix.
4499         (message-qmail-inject-args): Reflow.
4500         (message-kill-to-signature): Fix typo in docstring.
4501
4502         * smiley.el (smiley-buffer): Fix typo in docstring.
4503
4504 2010-03-24  Glenn Morris  <rgm@gnu.org>
4505
4506         * mail-source.el (gnus-message): Declare.
4507         (mail-source-delete-old-incoming): Require gnus-util.
4508
4509 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4512
4513         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4514
4515         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4516         password-cache's default if it is not bound.
4517         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4518         password-cache-expiry's default if it is not bound.
4519
4520         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4521         available in Emacs 21.
4522
4523         * lpath.el: Suppress compiler warnings for:
4524         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4525         XEmacs;
4526         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4527         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4528         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4529
4530 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4531
4532         * auth-source.el (auth-sources): Fix up definition so extra parameters
4533         are always inline.
4534
4535 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4536
4537         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4538         wasn't updated after mismatch.  Clear cached mailbox info correctly
4539         when uidvalidity changes.
4540         (nnimap-group-prefixed-name): New function to avoid some code
4541         duplication.
4542         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4543         (nnimap-request-group): Use it.
4544         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4545         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4546         with many imap folders.  This is done by caching the group status from
4547         the imap server persistently in a group parameter `imap-status'.  (This
4548         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4549         but not persistently, so every Gnus startup was still very slow.)
4550
4551 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4552
4553         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4554         delete the extra newline.  Otherwise editing of :string and :number
4555         types don't work.
4556
4557 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4558
4559         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4560         secrets.el dependency.
4561         (auth-sources): Add optional user name.  Add secrets.el configuration
4562         choice (unused right now).
4563
4564 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4565
4566         * gnus-sum.el (gnus-summary-make-menu-bar):
4567         Let `gnus-registry-install-shortcuts' fill in the functions.
4568
4569         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4570         warnings.
4571         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4572         (gnus-registry-install-shortcuts): Populate and use it in a
4573         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4574
4575 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4576
4577         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4578         In-place substitutions for the group name encoding/decoding.
4579         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4580         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4581         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4582         (nnimap-update-unseen, nnimap-request-list)
4583         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4584         (nnimap-request-set-mark, nnimap-split-to-groups)
4585         (nnimap-split-articles, nnimap-request-newgroups)
4586         (nnimap-request-create-group, nnimap-request-accept-article)
4587         (nnimap-request-delete-group, nnimap-request-rename-group)
4588         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4589         `encoded-mbx' for consistency.
4590         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4591         variable `imap-current-mailbox'.
4592
4593         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4594         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4595
4596 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4597
4598         * pop3.el (pop3-display-message-size-flag): Display message size byte
4599         counts during POP3 download.
4600         (pop3-movemail): Use it.
4601         (pop3-list): Implement listing of available messages.
4602
4603 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4604
4605         * nnir.el (nnir-get-article-nov-override-function): New function to
4606         override the normal NOV retrieval.
4607         (nnir-retrieve-headers): Use it.
4608
4609 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4610
4611         * auth-source.el (netrc-machine-user-or-password): Autoload.
4612
4613 2010-03-19  Glenn Morris  <rgm@gnu.org>
4614
4615         Stop message.el from loading about 40 libraries it doesn't always need.
4616         The general approach is to autoload rather than require, and to
4617         require in the specific functions rather than the file.  (Bug#5642)
4618
4619         * gmm-utils.el: Don't require wid-edit.
4620         (widget-create-child-value, widget-convert, widget-default-get):
4621         Autoload.
4622
4623         * gnus-util.el: Don't require time-date, netrc.
4624         (message-fetch-field, gnus-group-name-decode): Declare rather than
4625         autoloading.
4626         (gnus-fetch-field): Require message.
4627         (gnus-decode-newsgroups): Require gnus-group.
4628
4629         * ietf-drums.el: Don't require time-date.
4630
4631         * message.el: Don't require hashcash, canlock, ecomplete.
4632         Do require mail-utils.  Require nnheader only when compiling.
4633         (smtpmail-default-smtp-server): Remove declaration.
4634         (message-send-mail-function): Check smtpmail-default-smtp-server
4635         is bound rather than requiring smtpmail.
4636         (message-auto-save-directory, message-insert-signature):
4637         Use expand-file-name rather than nnheader-concat.
4638         (nnheader-insert-file-contents): Autoload.
4639         (hashcash-wait-async): Declare.
4640         (message-send-mail): Only call gnus-setup-posting-charset if
4641         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4642         (message-send-mail-with-sendmail): Require sendmail.
4643         (canlock-password, canlock-password-for-verify): Declare.
4644         (message-canlock-password): Require canlock.
4645         (nnheader-get-report): Autoload.
4646         (gnus-setup-posting-charset): Declare.
4647         (message-send-news): Require gnus-msg.
4648         (message-make-references, message-make-in-reply-to): Use mail-header-id
4649         rather than the alias mail-header-message-id.
4650         (ecomplete-add-item, ecomplete-save): Declare.
4651         (message-put-addresses-in-ecomplete): Require ecomplete.
4652         (ecomplete-display-matches): Autoload.
4653
4654         * mm-decode.el: Don't require mailcap, gnus-util.
4655         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4656         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4657         Autoload.
4658         (mailcap-mime-extensions): Declare.
4659
4660         * mm-encode.el: Don't require mailcap.
4661         (mailcap-extension-to-mime): Autoload.
4662
4663         * mml-sec.el: Don't require password-cache.
4664
4665         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4666         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4667         (mml-minibuffer-read-type): Require mailcap.
4668         (mml-preview): Require gnus-msg.
4669
4670         * mml1991.el: Require password-cache.
4671         (password-cache-expiry): Remove declaration.
4672
4673         * mml2015.el: Require password-cache.
4674         (password-cache-expiry): Remove declaration.
4675
4676         * nneething.el (mailcap): Require mailcap.
4677
4678         * nnheader.el (declare-function): Add compatibility stub.
4679         (message-remove-header): Declare rather than autoload.
4680         (nnheader-replace-header): Require message.
4681
4682         * nnimap.el (declare-function): Add compatibility stub.
4683         (netrc-parse, netrc-machine-user-or-password): Declare.
4684         (nnimap-open-connection): Require netrc.
4685
4686         * nntp.el (declare-function): Add compatibility stub.
4687         (netrc-parse, netrc-machine, netrc-get): Declare.
4688         (nntp-send-authinfo): Require netrc.
4689
4690         * rfc2047.el: Don't require qp.
4691         (quoted-printable-encode-region, quoted-printable-decode-string):
4692         Autoload.
4693
4694         * sieve-mode.el: Don't require easymenu.
4695         (easy-menu-add-item): Autoload it.
4696
4697         * spam-stat.el (time-to-number-of-days): Autoload it.
4698
4699 2010-03-19  Glenn Morris  <rgm@gnu.org>
4700
4701         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4702
4703 2010-03-18  Glenn Morris  <rgm@gnu.org>
4704
4705         * hashcash.el (declare-function): Remove duplicate definition.
4706
4707 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4708
4709         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4710         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4711         value if any backslash escapes).
4712
4713 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4714
4715         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4716         if it is available.  (bug#5647)
4717
4718         * lpath.el: Suppress compiler warning for coding-system-from-name for
4719         Emacs 21 and XEmacs.
4720
4721 2010-03-14  Juri Linkov  <juri@jurta.org>
4722
4723         * hmac-def.el:
4724         * hmac-md5.el:
4725         * netrc.el: Fix keywords.
4726
4727 2010-02-26  Glenn Morris  <rgm@gnu.org>
4728
4729         * message.el (message-send-mail-function): Change the default, so that
4730         it inherits from a customized send-mail-function.  (Bug#5643)
4731
4732 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4733
4734         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4735         shell-command-to-string signals an error (bug#5299).
4736
4737 2010-02-24  Glenn Morris  <rgm@gnu.org>
4738
4739         * message.el (message-smtpmail-send-it)
4740         (message-send-mail-with-mailclient): Doc fixes.
4741
4742 2010-02-16  Glenn Morris  <rgm@gnu.org>
4743
4744         * message.el (message-default-mail-headers): Change the default value
4745         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4746
4747 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4748
4749         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4750         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4751
4752 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4753
4754         * time-date.el (date-to-time): Doc fix (Bug#5408).
4755
4756 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4757
4758         * message.el (message-mail): Just pass yank-action on to message-setup.
4759         (message-setup): Handle (FUN . ARGS) form of yank-action.
4760         (message-with-reply-buffer, message-widen-reply)
4761         (message-yank-original): Handle non-buffer values of
4762         message-reply-buffer (Bug#4080).
4763         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4764
4765 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4766
4767         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4768         Fix typo in docstring.
4769
4770 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4771
4772         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4773         response.
4774
4775 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4776
4777         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4778
4779         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4780
4781         * message.el (message-check-news-header-syntax): Protect against a
4782         string that `rfc822-addresses' returns when parsing fails.
4783
4784 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4785
4786         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4787         (gnus-previous-char-property-change): New functions.
4788
4789         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4790
4791 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4792
4793         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4794         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4795
4796 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4797
4798         * message.el (message-exchange-point-and-mark): Rework last change to
4799         avoid using optional arg of exchange-point-and-mark, for backward
4800         compatibility.
4801
4802 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4803
4804         * message.el (message-exchange-point-and-mark):
4805         Call exchange-point-and-mark with an argument rather than setting
4806         mark-active by hand (Bug#5175).
4807
4808 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4809
4810         * nntp.el (nntp-service-to-port): Work for service expressed with
4811         numeric string; replace [:digit:] with [0-9] for XEmacs.
4812
4813 2009-12-17  Glenn Morris  <rgm@gnu.org>
4814
4815         * gnus-group.el (gnus-bug-group-download-format-alist):
4816         Change emacs entry to debbugs.gnu.org.  Bump :version.
4817
4818 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4819
4820         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4821
4822 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4823
4824         * message.el (message-info): Explain why we use `Info-goto-node'.
4825
4826 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4827
4828         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4829
4830 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4831
4832         * message.el (message-completion-in-region): New compatibility function.
4833         (message-expand-group): Use it.
4834
4835 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4836
4837         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4838         with no unread article should be listed if the 2nd arg `predicate' is
4839         given.
4840
4841 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4842
4843         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4844
4845 2009-11-29  Juri Linkov  <juri@jurta.org>
4846
4847         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4848         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4849         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4850
4851 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4852
4853         * sha1.el (sha1-string-external): default-directory "/" in case
4854         otherwise non-existent.  process-connection-type pipe for touch of
4855         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4856
4857 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4858
4859         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4860         it's comms related and sgml-mode.el has "comm" on that basis too.
4861
4862 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4865         containing tspecial characters if they have been already quoted.
4866
4867 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4868
4869         * dns-mode.el (auto-mode-alist): Purecopy string.
4870
4871 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4872
4873         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4874
4875 2009-10-24  Glenn Morris  <rgm@gnu.org>
4876
4877         * gnus-art.el (help-xref-stack-item): Define for compiler.
4878
4879 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4880
4881         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4882
4883 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4884
4885         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4886
4887 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4888
4889         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4890         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4891
4892 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4893
4894         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4895         (gnus-overlays-in): New alias to overlays-in.
4896
4897         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4898         gnus-overlay-get, and gnus-delete-overlay.
4899         (gnus-summary-show-thread): Make it work as well for systems in which
4900         next-single-char-property-change is not available.
4901         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4902
4903         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4904         (gnus-overlay-get): New alias to extent-property.
4905         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4906
4907         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4908         SXEmacs.
4909
4910         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4911         SXEmacs.
4912
4913 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4914
4915         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4916
4917 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4918
4919         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4920         and XEmacs that don't have `remove-overlays'.
4921
4922 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4923
4924         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4925         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4926         selective display.  Use overlays instead.
4927
4928 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4929
4930         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4931
4932 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4933
4934         * spam-stat.el (spam-stat-load): Fix typo in message.
4935
4936 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4937
4938         * dig.el (dig-invoke): Fix typo in docstring.
4939         (query-dig): Reflow docstring.
4940
4941 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4942
4943         * gnus-art.el (gnus-article-encrypt-body):
4944         * message.el (message-check-recipients):
4945         * mm-util.el (mm-codepage-setup):
4946         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4947         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4948
4949 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4950
4951         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4952         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4953         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4954         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4955         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4956
4957 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4958
4959         * dig.el: Add "Keywords: comm", as per net-utils.el.
4960
4961 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4962
4963         * dig.el (dig-mode): Use define-derived-mode.
4964
4965 2009-09-19  Glenn Morris  <rgm@gnu.org>
4966
4967         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4968
4969 2009-09-18  Glenn Morris  <rgm@gnu.org>
4970
4971         * gnus-diary.el (gnus-diary-check-message):
4972         * message.el (message-insert-formatted-citation-line):
4973         * nnbabyl.el (top-level):
4974         * nndiary.el (nndiary-schedule):
4975         Fix typos in condition-case handlers.
4976
4977 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4978
4979         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4980         configuration that provides the sole article window in a frame;
4981         position point correctly after deleting a part.
4982
4983 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4984
4985         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4986         (spam-resolve-registrations-routine): Use it to unregister articles
4987         that change status.
4988
4989 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4992         with XEmacs.
4993         (parse-time-string-chars): Use it.
4994
4995 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4996
4997         * imap.el (imap-interactive-login): Better messages.
4998         (imap-open): Fix bug with renamed buffer on reconnect.
4999         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5000         for easier debugging and cleaner code.  On successful (guessed based on
5001         server capabilities) secondary authentication, set imap-state
5002         correctly.
5003         (imap-last-authenticator): Define imap-last-authenticator as a variable
5004         to avoid warnings.
5005
5006 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5007
5008         * nnrss.el (nnrss-request-article): Remove binding of
5009         default-enable-multibyte-characters that has gotten needless by
5010         the 2007-07-13 change in rfc2047-encode-message-header.
5011
5012         * mml.el (mml-insert-multipart): Error on the message header.
5013         (mml-insert-part): Error on the message header; position point at
5014         the end of a MIME tag.
5015
5016 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5017
5018         * time-date.el (autoload): Expand define-obsolete-function-alias into
5019         defalias and make-obsolete for old Emacsen that Gnus supports.
5020         (with-no-warnings): Define it for old Emacsen.
5021         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5022         is available.
5023         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5024         float-time is available; suppress compile warning for time-to-seconds.
5025
5026         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5027         (gnus-float-time): Alias to float-time if it exists.
5028
5029         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5030         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5031         float-time is available; suppress compile warning for time-to-seconds.
5032
5033         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5034         XEmacs.
5035
5036 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5037
5038         * imap.el (imap-message-map): Docstring fix.
5039
5040 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5041
5042         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5043         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5044         Add the optional argument `encoding' that overrides the default.
5045
5046         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5047         mm-encode-buffer.
5048
5049 2009-09-04  Glenn Morris  <rgm@gnu.org>
5050
5051         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5052         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5053         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5054         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5055         * mm-util.el (mm-with-unibyte-current-buffer)
5056         (mm-find-buffer-file-coding-system):
5057         * yenc.el (yenc-decode-region): Use default-value rather than
5058         default-enable-multibyte-characters.
5059
5060 2009-09-03  Glenn Morris  <rgm@gnu.org>
5061
5062         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5063         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5064         than default-enable-multibyte-characters.
5065
5066 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5067
5068         * gnus-art.el (gnus-article-read-summary-keys):
5069         Fix gnus-buffer-configuration's value temporarily used.
5070
5071 2009-09-02  Glenn Morris  <rgm@gnu.org>
5072
5073         * gnus-util.el (gnus-float-time): New function.
5074         * gnus-delay.el (gnus-delay-article):
5075         * gnus-sum.el (gnus-thread-latest-date):
5076         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5077         * nnspool.el (nnspool-request-newgroups):
5078         Use gnus-float-time rather than time-to-seconds.
5079         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5080
5081         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5082         (gnus-header-subject-face, gnus-header-newsgroups-face)
5083         (gnus-header-name-face, gnus-header-content-face):
5084         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5085         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5086         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5087         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5088         (gnus-cite-face-11):
5089         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5090         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5091         (gnus-server-closed-face, gnus-server-denied-face)
5092         (gnus-server-offline-face):
5093         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5094         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5095         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5096         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5097         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5098         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5099         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5100         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5101         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5102         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5103         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5104         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5105         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5106         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5107         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5108         (gnus-summary-high-undownloaded-face)
5109         (gnus-summary-low-undownloaded-face)
5110         (gnus-summary-normal-undownloaded-face)
5111         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5112         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5113         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5114         (gnus-splash-face):
5115         * message.el (message-header-to-face, message-header-cc-face)
5116         (message-header-subject-face, message-header-newsgroups-face)
5117         (message-header-other-face, message-header-name-face)
5118         (message-header-xheader-face, message-separator-face)
5119         (message-cited-text-face, message-mml-face):
5120         * sieve-mode.el (sieve-control-commands-face)
5121         (sieve-action-commands-face, sieve-test-commands-face)
5122         (sieve-tagged-arguments-face):
5123         * spam.el (spam-face):
5124         Mark face aliases with "-face" in the name as obsolete.
5125
5126 2009-09-01  Glenn Morris  <rgm@gnu.org>
5127
5128         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5129         than goto-line.
5130
5131 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5132
5133         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5134         Don't move point if the command is invoked inside the message header.
5135
5136 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5137
5138         * imap.el (imap-send-command): Simplify.
5139         (imap-wait-for-tag): point-max -> buffer-size.
5140
5141 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5142
5143         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5144         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5145         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5146         * nnir.el (nnir-swish-e-index-file):
5147         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5148         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5149         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5150         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5151         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5152         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5153
5154 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5155
5156         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5157         Don't save excursion.
5158
5159 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5160
5161         * nnheader.el (nnheader-find-file-noselect):
5162         * mm-util.el (mm-insert-file-contents):
5163         Use (default-value 'major-mode) instead of default-major-mode.
5164
5165 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5166
5167         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5168
5169 2009-08-26  Glenn Morris  <rgm@gnu.org>
5170
5171         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5172         than placing in files.el.
5173
5174 2009-08-25  Glenn Morris  <rgm@gnu.org>
5175
5176         * nnir.el (top-level): Don't require cl at run-time.
5177         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5178         Replace cl-function substitute with gnus-replace-in-string.
5179         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5180         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5181         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5182         simplified expansions.
5183
5184 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5185
5186         * dig.el (dig): Add autoload cookie.
5187
5188 2009-08-22  Glenn Morris  <rgm@gnu.org>
5189
5190         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5191         goto-line.
5192
5193 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5194
5195         * parse-time.el (parse-time-string-chars): Save match data.
5196
5197 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5198
5199         * parse-time.el (parse-time-string-chars): Compute using character
5200         classes, to handle non-ascii characters (Bug#3190).
5201
5202 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5203
5204         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5205
5206         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5207         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5208         (gnus-mm-display-part, gnus-mime-display-single)
5209         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5210         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5211
5212         * gnus-sum.el
5213         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5214         (gnus-summary-move-article): Add expirable mark to articles copied or
5215         moved to group that has auto-expire turned on if the option is non-nil.
5216
5217 2009-07-24  Glenn Morris  <rgm@gnu.org>
5218
5219         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5220         Fix typo.  (Bug#3903)
5221
5222 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5225         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5226         that should not be used for draft articles.
5227         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5228         that has no concern in minor mode keys.
5229         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5230         Abolish.
5231
5232 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5233
5234         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5235         article without making inquiry to a user for unknown encoding.
5236
5237         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5238         (nnmaildir--scan): Assume i-node and device number that file-attributes
5239         returns might be cons-cell.
5240
5241         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5242
5243         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5244
5245 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5246
5247         * auth-source.el: Remove docs now in auth.texi.  Don't use
5248         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5249         `auth-source-hide-passwords' and use them.
5250
5251 2009-07-15  Glenn Morris  <rgm@gnu.org>
5252
5253         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5254
5255 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5256
5257         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5258         excessive whitespace from the default values of title and description.
5259
5260 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5263         mail-fetch-field to fetch Content-Description header in order to
5264         exclude newlines.
5265
5266 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5267
5268         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5269         format used by GnuPG 2.0.11.
5270
5271 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5272
5273         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5274         to deleted part.
5275
5276 2009-05-30  David Engster  <dengste@eml.cc>
5277
5278         * nnmairix.el: Remove old documentation in the commentary block.
5279         (nnmairix-request-group): Do not update active file for nnml back ends.
5280         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5281         end so that overview files are ignored.
5282         (nnmairix-update-groups): Make updating the groups more robust by using
5283         marks.
5284         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5285         with dollar characters in message-id.
5286
5287 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5288
5289         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5290         2008-12-25 in dns.el.
5291
5292 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5293
5294         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5295         could happen if the text is only composed of spaces and/or tabs.
5296
5297 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5298
5299         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5300         when sending a queued message to avoid extra mml tags.
5301
5302 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5305
5306 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5307
5308         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5309         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5310         rmail-toggle-header for XEmacs;
5311         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5312
5313 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5314
5315         * gnus-dired.el: Remove autoload for gnus-setup-message.
5316         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5317         displaying Gnus logo; always use compose-mail.
5318
5319 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5320
5321         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5322
5323 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5324
5325         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5326         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5327         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5328         available.
5329         (gnus-nocem-epg-verify): New function.
5330
5331 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5332
5333         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5334
5335 2009-02-15  Glenn Morris  <rgm@gnu.org>
5336
5337         * gnus-util.el (rmail-insert-rmail-file-header)
5338         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5339         autoloads.
5340         (rmail-default-rmail-file): Remove unnecessary declaration.
5341         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5342
5343 2009-02-14  Glenn Morris  <rgm@gnu.org>
5344
5345         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5346         variable (only used in gnus-util, which declares it anyway).
5347         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5348         which was only needed by gnus-art (changed to not use it any more).
5349         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5350         only used in gnus-util, which autoloads it itself.
5351         (rmail-update-summary): Fix autoload.
5352
5353         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5354         rather than rmail-output-to-rmail-file.
5355
5356 2009-02-07  Glenn Morris  <rgm@gnu.org>
5357
5358         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5359         autoload of function that no longer exists.
5360         (rmail-toggle-header): Declare.
5361         (message-forward-rmail-make-body): Handle mbox Rmail.
5362
5363 2009-01-31  Glenn Morris  <rgm@gnu.org>
5364
5365         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5366         2009-01-09 change.
5367
5368 2009-01-31  Dave Love  <fx@gnu.org>
5369
5370         * imap.el (imap-fetch-safe): Bind debug-on-error.
5371         (imap-debug): Add imap-fetch-safe.
5372
5373 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5374
5375         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5376         (auth-source-forget-all-cached): New convenience function.
5377         (auth-source-user-or-password): Accept list of modes or a single mode.
5378
5379         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5380         auth-source modes.
5381
5382         * netrc.el (netrc-machine-user-or-password): Use list of
5383         auth-source modes.
5384
5385         * nnimap.el (nnimap-open-connection): Use list of
5386         auth-source modes.
5387
5388         * nntp.el (nntp-send-authinfo): Use list of
5389         auth-source modes.
5390
5391 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5392
5393         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5394         now.
5395
5396 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5399         coding system in XEmacs; add a workaround for XEmacs.
5400
5401         * lpath.el: Fbind coding-system-aliasee.
5402
5403 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5404
5405         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5406         of current-language-environment.
5407
5408 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5409
5410         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5411         available at runtime.
5412
5413 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5414
5415         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5416
5417 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5418
5419         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5420         the greatest positive fixnum value doesn't work under an XEmacs with
5421         bignum support; use the most-positive-fixnum constant instead,
5422         available since Emacs 21.1 with cl and XEmacs 21.1.
5423
5424 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5425
5426         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5427         XEmacs gets not to work.
5428
5429 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * mm-util.el (mm-coding-system-priorities): Allow the value like
5432         "Japanese (UTF-8)" of current-language-environment.
5433
5434 2009-01-09  Glenn Morris  <rgm@gnu.org>
5435
5436         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5437         with last-command-event.
5438
5439 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5440
5441         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5442         in the doc string.
5443
5444         * message.el (message-fix-before-sending): Amend comment.
5445
5446 2009-01-08  Dave Love  <fx@gnu.org>
5447
5448         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5449
5450 2009-01-07  David Engster  <dengste@eml.cc>
5451
5452         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5453         simplified server definitions by converting it via
5454         gnus-server-to-method.
5455
5456 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5457
5458         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5459         parameter's operands.
5460
5461 2009-01-06  David Engster  <dengste@eml.cc>
5462
5463         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5464         primary select method (for gnus-group-mark-article-as-read).
5465
5466 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5467
5468         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5469         `(gnus)Face', not `(gnus)X-Face'.
5470
5471 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * mm-util.el (mm-ucs-to-char): New function.
5474
5475         * mm-url.el (mm-url-decode-entities): Use it.
5476
5477         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5478         unicode-to-char.
5479
5480 2009-01-05  Dave Love  <fx@gnu.org>
5481
5482         * time-date.el: Require cl for `declare'.
5483
5484 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5485
5486         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5487         Dave Love.
5488
5489 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5490
5491         * message.el (message-fix-before-sending): Add `eight-bit' to
5492         illegible-text check.
5493
5494 2009-01-03  Michael Olson  <mwolson@gnu.org>
5495
5496         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5497         `headers' is nil.  This can occur if the IMAP server does not have
5498         permissions to read messages from a folder, but can write new messages
5499         to the folder.
5500         (nnimap-request-article-part): Do not insert `data' if it is nil.
5501
5502         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5503         characters which will confuse `read', so skip past them.
5504
5505 2009-01-01  Dave Love  <fx@gnu.org>
5506
5507         * imap.el (imap-string-to-integer): Fix typo.
5508         (imap-fetch-safe): New function.
5509         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5510
5511         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5512
5513         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5514         (imap-parse-greeting): Fix doc strings.
5515         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5516         (imap-parse-flag-list): Make messages unique.
5517         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5518
5519         * nnimap.el: Fix author email.
5520         (nnimap-split-rule): Add FIXME comment.
5521         (nnimap-debug): Fix doc string.
5522
5523 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5524
5525         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5526
5527 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5528
5529         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5530         nslookup if resolv.conf isn't available.
5531         (dns-query): Rename from query-dns.
5532         (dns-query-cached): Rename from query-dns-cached.
5533
5534 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5535
5536         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5537         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5538         to check if those variables exist (first appeared in Emacs 18.50).
5539
5540 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5541
5542         * mm-util.el (mm-line-number-at-pos): New function.
5543
5544         * spam-report.el (spam-report-process-queue): Use it.
5545
5546 2008-12-24  David Engster  <dengste@eml.cc>
5547
5548         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5549         parameters that haven't existed as variables as buffer-local variables.
5550
5551 2008-12-23  Dave Love  <fx@gnu.org>
5552
5553         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5554         cadar.
5555
5556         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5557         imap-starttls-p.
5558         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5559
5560 2008-12-22  Dave Love  <fx@gnu.org>
5561
5562         * imap.el: Fix author email.  Doc fixes.
5563         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5564         reply.
5565
5566 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5567
5568         * spam-report.el (spam-report-gmane-max-requests): New constant.
5569         (spam-report-gmane-wait): New variable.
5570         (spam-report-gmane-ham, spam-report-gmane-spam)
5571         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5572         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5573         the server.
5574
5575         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5576         Add explanations.
5577
5578         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5579         nnheader-accept-process-output and nnheader-read-timeout if available.
5580         (pop3-movemail): Use it.
5581
5582         * message.el (message-check-news-body-syntax): Fix signature check if
5583         there's an attachment.
5584
5585 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * mm-util.el: Add comments to the mm- emulating functions.
5588
5589 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5590
5591         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5592         Reported by Stephen Berman <stephen.berman@gmx.net>.
5593
5594 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5595
5596         * mm-util.el (mm-substring-no-properties): New function.
5597         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5598         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5599         (mm-string-to-multibyte): Doc fix.
5600
5601         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5602
5603 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5604
5605         * mml.el (mml-attach-file): Strip text properties from file name.
5606         (Bug#1574)
5607
5608 2008-12-16  Glenn Morris  <rgm@gnu.org>
5609
5610         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5611
5612 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5613
5614         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5615         knows since the charset specified might be a bogus alias that
5616         mm-charset-synonym-alist provides.
5617
5618 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5619
5620         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5621         "ISO_8859-1".
5622
5623         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5624
5625 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5626
5627         * mm-util.el (mm-charset-eval-alist):
5628         Define it before mm-charset-to-coding-system.
5629         (mm-charset-to-coding-system): Add optional argument `silent';
5630         define it before mm-charset-override-alist.
5631         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5632         default value if it can be used in Emacs currently running;
5633         silence mm-charset-to-coding-system.
5634
5635 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5638         `allow-override' which says whether to use `mm-charset-override-alist'.
5639         (rfc2047-decode-encoded-words): Use it.
5640
5641         * mm-util.el (mm-charset-override-alist): Fix custom type;
5642         add `(gb2312 . gbk)' to choices.
5643
5644 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5645
5646         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5647         fast.
5648
5649         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5650
5651         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5652
5653 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5654
5655         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5656         on links.
5657
5658         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5659
5660 2008-12-03  Lute Kamstra  <lute@gnu.org>
5661
5662         * sha1.el: Remove leading * from docstrings of defcustoms,
5663         deffaces, defconsts and defuns.
5664
5665 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5666
5667         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5668         users' addresses that don't have domain parts.
5669         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5670         rather than message-narrow-to-head since there will be the message
5671         header separator.
5672
5673 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5674
5675         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5676         since the result is inserted in a unibyte buffer anyway.
5677         (nnimap-demule-use-string-to-multibyte): Remove.
5678         (nnimap-demule): Alias it to mm-string-to-multibyte.
5679
5680 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5681
5682         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5683         variable for debugging bug#464 and bug#1174.
5684         (nnimap-demule): Use it.
5685
5686 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5687
5688         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5689         score calculation correctly.
5690
5691 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5692
5693         * message.el (message-send-mail): Just set the buffer to unibyte
5694         rather than use mm-with-unibyte-current-buffer which does a lot more.
5695         (message-send-mail-partially): Don't bother with
5696         mm-with-unibyte-current-buffer since it's already been made unibyte by
5697         message-send-mail.
5698
5699 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5700
5701         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5702
5703 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5704
5705         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5706
5707 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5708
5709         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5710         require itself and to remove `with-no-warnings'.
5711
5712 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5713
5714         * starttls.el (starttls-any-program-available): Get the name of the
5715         available TLS layer program.
5716         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5717         well as the host name in the "opening" message.
5718
5719         * auth-source.el (auth-source-cache, auth-source-do-cache)
5720         (auth-source-user-or-password): Cache passwords and logins by default,
5721         allow override with `auth-source-do-cache'.
5722         (auth-source-forget-user-or-password): Allow users to remove cache
5723         entries if needed.
5724
5725 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5726
5727         * md4.el (md4-buffer): Fix typo in docstring.
5728         (md4, md4-64): Doc fixes.
5729         (md4-pack-int32): Reflow docstring.
5730
5731 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5732
5733         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5734         condition-case to only the forward-sexp call.
5735
5736 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5737
5738         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5739         quotes contained.  Make it more robust regardless by an extra
5740         condition-case wrapper.
5741
5742 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5745
5746 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5747
5748         * nnml.el (nnml-request-expire-articles): Check if the function set to
5749         `nnmail-expiry-target' returns the symbol `delete'.
5750
5751         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5752
5753         * nnmail.el (nnmail-expiry-target): Fix custom type.
5754
5755 2008-10-02  Glenn Morris  <rgm@gnu.org>
5756
5757         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5758         Silence compiler warning.
5759
5760 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5761
5762         * tls.el (open-tls-stream): Show the actual command being
5763         executed, instead of the format string.
5764
5765 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5766
5767         * lpath.el: Fbind codepage-setup for Emacs 23.
5768
5769 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5770
5771         * mml.el (mml-menu): Don't assume mml2015 is bound.
5772
5773 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5774
5775         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5776         exists.
5777
5778 2008-09-27  Glenn Morris  <rgm@gnu.org>
5779
5780         * gnus-util.el (mail-header-remove-comments): Autoload it.
5781
5782 2008-09-27  Andreas Schwab  <schwab@suse.de>
5783
5784         * gnus-util.el (gnus-split-references): Strip comments.
5785         (gnus-parent-id): Likewise.
5786
5787 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5788
5789         * message.el (message-confirm-send): Fix version.
5790
5791 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * message.el (message-idna-to-ascii-rhs-1): Use
5794         mail-extract-address-components rather than mail-header-parse-addresses
5795         that is an alias by default to ietf-drums-parse-addresses that does not
5796         support non-ASCII names in headers' contents.
5797
5798 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5799
5800         * message.el (message-confirm-send): Fix variable documentation to
5801         avoid the "y/n" wording.
5802
5803 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5804
5805         * message.el (message-set-auto-save-file-name): Save to a different
5806         filename so multiple messages (especially drafts) can be recovered.
5807
5808 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5809
5810         * message.el (message-confirm-send): Add appropriate version.
5811
5812 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5813
5814         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5815         defvar.
5816
5817 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5818
5819         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5820         (mm-pkcs7-enveloped-magic): Ditto.
5821
5822 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5823
5824         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5825         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5826
5827 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5828
5829         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5830         default, it's better.
5831
5832 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5833
5834         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5835         summary line gnus-number property and ignore them (with a warning
5836         message).
5837
5838 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5839
5840         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5841         macro caddr in the interactive form since it won't be expanded.
5842
5843 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5844
5845         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5846         `charset'; fix name of function called recursively.
5847         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5848
5849 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5850
5851         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5852         (gnus-mime-set-charset-parameters): New function.
5853         (gnus-mime-view-part-as-charset): Use it to correctly display part
5854         specifying wrong charset.
5855
5856 2008-09-08  David Engster  <dengste@eml.cc>
5857
5858         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5859         in completing-read for back end server.
5860
5861 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5862
5863         * message.el (message-confirm-send): New variable to confirm sending a
5864         message.
5865         (message-send): Use it.
5866
5867 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5868
5869         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5870
5871 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5872
5873         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5874
5875 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5876
5877         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5878         prevent tracking too many groups.
5879         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5880         Use it.
5881
5882 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5883
5884         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5885         moving point to the bottom of the window in order to avoid recentering.
5886
5887 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5888
5889         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5890
5891         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5892         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5893         (gnus-article-beginning-of-window): Fix calculation.
5894
5895 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5896
5897         * gnus-msg.el (gnus-summary-supersede-article)
5898         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5899         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5900         message header.
5901
5902 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5903
5904         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5905         pending output coming after the status change.
5906
5907 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5908
5909         * message.el:
5910         * gnus-start.el:
5911         * gnus-registry.el: Remove VMS support.
5912
5913 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5914
5915         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5916         macro.
5917         (rfc2104-hash): Use it.
5918
5919 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5920
5921         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5922         (gnus-summary-sort-by-most-recent-date): New commands.
5923         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5924         and menu entries.
5925
5926 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5927
5928         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5929         don't redisplay article for raw contents; remove plural articles stuff.
5930
5931         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5932         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5933         on gnus-summary-save-article; display results properly.
5934
5935 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5936
5937         * lpath.el: No need to fbind ns-focus-frame.
5938
5939 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5940
5941         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5942
5943 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * gnus-art.el (gnus-summary-save-in-pipe):
5946         Consider gnus-save-all-headers.
5947
5948 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5949
5950         * gnus-util.el (ns-focus-frame): Remove declaration.
5951         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5952         like x.
5953
5954 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5955
5956         * rfc2104.el (rfc2104-zero): Delete defconst.
5957         (rfc2104-hex-alist): Likewise.
5958         (rfc2104-hex-to-int): Delete func.
5959         (rfc2104-hexstring-to-bitstring): Likewise.
5960         (rfc2104-nybbles): New defconst.
5961         (rfc2104-hash): Rewrite for speed.
5962
5963 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5964
5965         * tls.el (open-tls-stream): Make it work with the 2nd argument
5966         BUFFER that is a string but does not exist as a buffer object, as
5967         mentioned in the doc-string.
5968
5969 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5970
5971         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5972         SXEmacs.
5973
5974 2008-07-16  Glenn Morris  <rgm@gnu.org>
5975
5976         * gnus-util.el (ns-focus-frame): Declare for compiler.
5977
5978 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5979
5980         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5981         set as a group parameter.
5982         (gnus-summary-save-in-pipe): Work when it is called independently.
5983         (gnus-summary-pipe-to-muttprint): Don't modify
5984         gnus-summary-pipe-output-default-command.
5985
5986 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5987
5988         * message.el (message-send-mail-with-sendmail):
5989         Display the error message.
5990
5991 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5992
5993         * gnus-art.el (gnus-default-article-saver):
5994         Add gnus-summary-save-in-pipe to choices.
5995         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5996         gnus-summary-pipe-output-default-command as the default command.
5997         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5998         instead of gnus-last-shell-command.
5999
6000         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6001         New user option.
6002         (gnus-summary-muttprint-program): Mention the value will be changed.
6003         (gnus-summary-save-article): Force showing of all headers.
6004         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6005
6006 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6007
6008         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6009
6010 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6011
6012         * nnimap.el (nnimap-id):
6013         * sieve-manage.el (sieve-manage-open): Doc fixes.
6014
6015 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6016
6017         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6018         if available.
6019
6020 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6021
6022         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6023
6024         * nnkiboze.el (nnkiboze-generate-group):
6025         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6026
6027         * nnmairix.el: Require CL.
6028
6029 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6030
6031         * dgnushack.el: Autoload get-display-table and put-display-table for
6032         XEmacs 21.5.
6033
6034         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6035         21.4 and SXEmacs.
6036
6037 2008-06-15  David Engster  <dengste@eml.cc>
6038
6039         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6040
6041 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6042
6043         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6044         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6045         runtime choice under XEmacs.
6046
6047         * gnus-sum.el (gnus-summary-set-display-table):
6048         Use `gnus-put-display-table', `gnus-get-display-table',
6049         `gnus-set-display-table' for the display table, instead of `aset'.
6050
6051         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6052         Use `gnus-put-display-table', `gnus-get-display-table',
6053         `gnus-set-display-table' for the display table.
6054
6055 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6056
6057         * nnmairix.el: Add autoloads.
6058
6059 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6060
6061         * nnmairix.el (nnmairix-delete-recreate-group)
6062         (nnmairix-update-and-clear-marks): Fix error messages.
6063
6064 2008-06-14  David Engster  <dengste@eml.cc>
6065
6066         * nnmairix.el: Upgrade to version 0.6.
6067         (nnmairix-group-toggle-propmarks-this-group)
6068         (nnmairix-group-toggle-readmarks-this-group)
6069         (nnmairix-group-delete-recreate-this-group)
6070         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6071         (nnmairix-remove-tick-mark-original-article): New commands.
6072         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6073         (nnmairix-propagate-marks-to-nnmairix-groups)
6074         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6075         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6076         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6077         functions needed for marks propagation and manipulation of read marks.
6078         (nnmairix-update-groups): New function.
6079         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6080         (nnmairix-determine-original-group-from-registry)
6081         (nnmairix-determine-original-group-from-path)
6082         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6083         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6084         New helper functions.
6085         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6086         keystrokes for new commands.
6087         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6088         (nnmairix-request-group): Check allow-fast group parameter.
6089         (nnmairix-request-create-group): Set allow-fast group parameter if
6090         nnmairix-allowfast-default is set.
6091         (nnmairix-close-group): Propagate marks upon closing if needed.
6092         (nnmairix-group-toggle-threads-this-group): Use new.
6093         nnmairix-group-toggle-parameter helper function.
6094         (nnmairix-search): Better check for empty search result.
6095         (nnmairix-goto-original-article): Use new helper functions for
6096         determining original article.
6097         (nnmairix-show-original-article): Make sure message-id is in brackets.
6098         (nnmairix-call-mairix-binary): Change variable name.
6099         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6100         helper function.
6101         (nnmairix-widget-toggle-activate): Fix doc string.
6102
6103 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6104
6105         * nnir.el: Require edmacro when compiling with XEmacs.
6106         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6107         available in Emacs 21.
6108
6109 2008-06-11  Glenn Morris  <rgm@gnu.org>
6110
6111         * gnus-util.el (x-focus-frame):
6112         * gnus.el (image-size):
6113         * mm-decode.el (image-size): Declare.
6114
6115         * gnus-picon.el (declare-function): Add compat definition.
6116         (image-size): Declare.
6117
6118         * gnus-group.el (tool-bar-map):
6119         * gnus-sum.el (tool-bar-map): Define for compiler.
6120
6121         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6122
6123         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6124
6125         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6126         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6127         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6128         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6129         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6130         * sieve-manage.el, spam-report.el, spam.el:
6131         Remove unnecessary eval-and-compile of autoloads.
6132
6133 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6134
6135         * auth-source.el: Precise Tramp doc.
6136
6137 2008-06-07  Glenn Morris  <rgm@gnu.org>
6138
6139         * nnmairix.el: Remove unnecessary eval-when-compile.
6140
6141 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6142
6143         * lpath.el: Fbind propertize for XEmacs 21.4.
6144
6145 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6146
6147         * nnir.el: Move here from ../contrib.
6148
6149 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6150
6151         * gnus-util.el (gnus-read-shell-command): New function.
6152         * mm-decode.el (mm-pipe-part):
6153         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6154
6155 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6156
6157         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6158
6159 2008-06-03  Glenn Morris  <rgm@gnu.org>
6160
6161         * pop3.el (nnheader-accept-process-output): Autoload it.
6162
6163 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6164
6165         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6166         are not 2-digit hexadecimal characters that follow `%'s.
6167
6168 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6169
6170         * message.el (message-bogus-recipient-p): Fix type in doc string.
6171         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6172         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6173         Improve custom options.
6174         (message-bogus-recipient-p): Adjust accordingly.
6175
6176 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6177
6178         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6179         long-form month and day names.
6180
6181 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6182
6183         * dgnushack.el: Autoload debug, eudc-expand-inline and
6184         pgg-snarf-keys-region for XEmacs.
6185
6186         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6187
6188         * nnmairix.el: Require edmacro when compiling with XEmacs.
6189
6190 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6191
6192         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6193         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6194
6195 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6196
6197         * auth-source.el: Add more docs.
6198
6199         * netrc.el (netrc-machine): Always match if the port is not given.
6200
6201 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6202
6203         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6204         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6205         retrieval faster in some cases, but might make CPU usage larger.
6206         If this has any bad side effects, we might revert this change.
6207
6208         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6209         seems to make mail retrieval much, much faster.
6210         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6211         unconditionally.
6212
6213         * gnus-draft.el (gnus-group-send-queue):
6214         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6215
6216 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6217
6218         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6219
6220         * message.el (message-bogus-address-regexp): Fix and improve custom
6221         type.
6222         (message-setup-hook): Add message-check-recipients as custom option.
6223
6224 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6225
6226         * message.el (message-cite-function): Remove bogus autoload which crept
6227         in during merge from v5-10.
6228
6229 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6230
6231         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6232
6233         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6234
6235         * auth-source.el: Preliminary Tramp docs.
6236         (auth-sources): Change the default auth-sources to use
6237         EPA .gpg files.
6238
6239 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6240
6241         * nntp.el: Autoload `auth-source-user-or-password'.
6242         (nntp-send-authinfo): Use it.
6243
6244         * nnimap.el: Autoload `auth-source-user-or-password'.
6245         (nnimap-open-connection): Use it.
6246
6247         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6248         for the gnus-message function.
6249         (auth-source-user-or-password): Use it.
6250
6251 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6252
6253         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6254         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6255         (rfc2104-hash): Use it.
6256
6257 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6258
6259         * gnus-art.el (gnus-article-toggle-truncate-lines):
6260         Don't use `iff' in docstring.
6261
6262 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6263
6264         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6265
6266         * gnus-util.el (gnus-extract-address-component-name)
6267         (gnus-extract-address-component-email): Convenience functions around
6268         `gnus-extract-address-components'.
6269
6270         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6271         Use `gnus-extract-address-component-email' to fix bug of comparing full
6272         sender name to `user-mail-address'.
6273
6274 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6275
6276         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6277         catch/throw to optimize.
6278         (gnus-registry-find-keywords): Just use member to find a keyword.
6279
6280 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6281
6282         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6283         is current before calling gnus-server-prepare.
6284         (gnus-server-setup-buffer, gnus-server-update-server)
6285         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6286
6287 2008-05-04  Juri Linkov  <juri@jurta.org>
6288
6289         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6290         (mailcap-file-default-commands): Use mailcap-replace-in-string
6291         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6292         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6293
6294 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6295
6296         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6297
6298 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6299
6300         * gnus.el: Bump version to 0.11.
6301
6302 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6303
6304         * gnus.el: No Gnus v0.10 is released.
6305
6306 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6307
6308         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6309         hooks.
6310         (gnus-update-read-articles): Speed up non-marks-using users.
6311         (gnus-use-marks): Define gnus-use-marks.
6312         (gnus-propagate-marks): Rename variable to something more sensible.
6313
6314 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6315
6316         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6317         (gmm-image-load-path-for-library): Fix typos in docstrings.
6318         (gmm-message): Reflow docstring.
6319
6320 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6321
6322         * mail-source.el (mail-source-set-1, mail-source-bind):
6323         Move auth-source code out of the macro to clean it up and fix bugs.
6324
6325 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6326
6327         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6328         by sender if it's equal to user-mail-address, it's likely to be
6329         useless.
6330
6331         * mail-source.el (mail-source-bind): Don't use user or password if they
6332         are not bound.  Unintern them if they are nil.  Don't use server unless
6333         it's bound, and default it to empty string otherwise.
6334
6335 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6336
6337         * mail-source.el: Load auth-source.el.
6338         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6339         get user name or password, if auth-sources is set up.
6340
6341         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6342         strategy of splitting with parent.
6343         (gnus-registry-split-fancy-with-parent)
6344         (gnus-registry-post-process-groups): Use it and fix prior
6345         bug (returning a list as the split result).
6346
6347         * auth-source.el (auth-sources): Remove server parameter.
6348         (auth-source-pick, auth-source-user-or-password)
6349         (auth-source-user-or-password-imap)
6350         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6351         (auth-source-user-or-password-sftp)
6352         (auth-source-user-or-password-smtp): Remove server parameter.
6353
6354 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6355
6356         * smime.el (smime-sign-region, smime-encrypt-region)
6357         (smime-decrypt-region):
6358         Remove redundant calls to `generate-new-buffer-name'.
6359
6360 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6361
6362         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6363         Don't use QP for message/rfc822.
6364         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6365
6366 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6367
6368         * sieve-manage.el (sieve-string-bytes): Remove.
6369         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6370         correct byte-length only if the process's coding-system is the same as
6371         the one used internally by Emacs to represent strings.
6372
6373 2008-04-22  Juri Linkov  <juri@jurta.org>
6374
6375         * mailcap.el (mailcap-file-default-commands): New function.
6376
6377 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6378
6379         * message.el (message-signature-separator, message-cite-function):
6380         Change custom version.
6381
6382 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6383
6384         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6385         commands.
6386         (tls-checktrust): Ditto.
6387
6388 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6389
6390         * mm-decode.el (mm-display-external): Make temp file read-only.
6391
6392 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6393
6394         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6395         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6396         `C-c C-f d'.
6397
6398 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6399
6400         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6401
6402 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6403
6404         * gnus.el: Bump version to 0.9.
6405
6406 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6407
6408         * gnus.el: No Gnus v0.8 is released.
6409
6410 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6411
6412         * mail-source.el (mail-source-value):
6413         Prefer fboundp to functionp so it works with macros as well.
6414
6415 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6416
6417         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6418         Fix last change in case the element is not even a symbol.
6419
6420 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6421
6422         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6423         Prefer fboundp to functionp so it works with macros as well.
6424
6425 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6426
6427         * auth-source.el: Add docs.
6428         (auth-sources): Modify format to support server.
6429         (auth-source-pick, auth-source-user-or-password)
6430         (auth-source-user-or-password-imap)
6431         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6432         (auth-source-user-or-password-sftp)
6433         (auth-source-user-or-password-smtp): Add server parameter.
6434
6435 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6436
6437         * gnus-registry.el: Initialize the registry when gnus-registry-install
6438         is t.
6439
6440 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6441
6442         * compface.el (uncompface): Make buffer unibyte.
6443
6444 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6445
6446         * mail-source.el (mail-source-value):
6447         Prefer fboundp to functionp so it works with macros as well.
6448
6449 2008-04-05  Glenn Morris  <rgm@gnu.org>
6450
6451         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6452
6453 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6454
6455         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6456         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6457
6458         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6459         multibyteness after rather than before erasing it.
6460
6461         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6462         mm-with-multibyte.
6463         (gnus-request-article-this-buffer): Make sure the proper decoding is
6464         used if gnus-original-article-buffer happens to be unibyte.
6465
6466         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6467         default-enable-multibyte-characters.
6468
6469         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6470         default-enable-multibyte-characters.
6471
6472         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6473
6474         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6475
6476 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6477
6478         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6479         Fix last change in case the element is not even a symbol.
6480
6481 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6482
6483         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6484         (imap-message-copyuid-1): Use it.
6485         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6486         J. Williams in
6487         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6488
6489         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6490         imap-enable-exchange-bug-workaround.
6491         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6492
6493 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6494
6495         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6496         a 100 byte status-checks into a 2-3MB transfer for each group.
6497         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6498         to enable bug workaround or not.
6499         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6500
6501 2008-03-31  Glenn Morris  <rgm@gnu.org>
6502
6503         * message.el (mml2015-use): Declare for compiler.
6504         (message-info): Require mml2015 when appropriate.
6505
6506 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6507
6508         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6509         whitespace.
6510
6511 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6512
6513         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6514         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6515         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6516         (nntp-service-to-port): New function.
6517         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6518         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6519         (nntp-open-netcat-stream): New function.
6520         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6521
6522 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6523
6524         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6525
6526 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6527
6528         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6529
6530 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6531
6532         * dns.el (dns-write): Use set-buffer-multibyte.
6533
6534 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6535
6536         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6537
6538 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6539
6540         * message.el (message-signature-separator): Change default.
6541         Improve custom type.
6542         (message-cite-function): Change default to
6543         message-cite-original-without-signature.
6544
6545         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6546         toggle.
6547
6548         * message.el (message-check-news-body-syntax): Fix signature check.
6549         (message-setup-1): Mark buffer as unmodified _after_ running
6550         message-setup-hook and handling message-alternative-emails.
6551         (message-shorten-references): Be more strict when building list of
6552         valid references to comply with GNKSA.
6553
6554         * gnus-group.el (gnus-read-ephemeral-bug-group)
6555         (gnus-read-ephemeral-debian-bug-group)
6556         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6557
6558         * message.el (message-info): Don't use booleanp which isn't supported
6559         in Emacs 21 and XEmacs.
6560
6561 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6562
6563         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6564         gnus-group-gmane-group-download-format.
6565         (gnus-group-read-ephemeral-gmane-group): Rename from
6566         gnus-group-read-ephemeral-gmane-group.
6567         (gnus-read-ephemeral-gmane-group-url): Rename from
6568         gnus-group-read-ephemeral-gmane-group-url.
6569         (gnus-bug-group-download-format-alist): New variable.
6570         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6571         (gnus-read-ephemeral-emacs-bug-group): New commands.
6572
6573 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6574
6575         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6576         (gnus-visible-headers): Improve custom type.
6577
6578 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6579
6580         * mml.el (mml-menu): Add workarounds for XEmacs.
6581
6582         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6583         X-Boundary header.
6584
6585         * message.el (message-simplify-recipients): Fix previous commit.
6586
6587 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6588
6589         * mm-util.el (mm-set-buffer-multibyte): New function.
6590         * mm-decode.el (mm-copy-to-buffer): Use it.
6591
6592         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6593         Prefer fboundp to functionp so it works with macros as well.
6594
6595 2008-03-19  Glenn Morris  <rgm@gnu.org>
6596
6597         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6598         Accidentally removed in the sync process with Emacs.
6599
6600 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6601
6602         * message.el (message-alter-recipients-discard-bogus-full-name):
6603         New function.
6604         (message-alter-recipients-function): New variable.
6605         (message-get-reply-headers): Use it.
6606         (message-replace-header): New helper function.
6607         (message-recipients-without-full-name): New variable.
6608         (message-simplify-recipients): New command.
6609
6610         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6611
6612         * message.el (message-info): Handle EasyPG manual.
6613
6614         * mml.el (mml-menu): Add entry for EasyPG.
6615
6616 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6617
6618         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6619         parameter.
6620
6621         * message.el (message-disassociate-draft): Specify drafts group name
6622         fully.
6623
6624 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6625
6626         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6627         Eliminate unnecessary duplicates from the match list.
6628
6629 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6632
6633         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6634
6635         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6636         args of `how-many' of which the XEmacs version doesn't take; declare
6637         Info-index-next as function.
6638
6639 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6640
6641         * gnus-score.el (gnus-score-headers): Fix handling of
6642         gnus-inhibit-slow-scoring.
6643
6644         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6645         string.
6646         (gnus-button-url-regexp): Improve handling of parenthesis.
6647         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6648         (gnus-button-handle-info-keystrokes): Handle index entries.
6649
6650 2008-03-15  Glenn Morris  <rgm@gnu.org>
6651
6652         * parse-time.el (parse-time-string): Simplify.
6653
6654 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6655
6656         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6657         Incoming* files.
6658
6659 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6660
6661         * auth-source.el (auth-sources): Rename from auth-source-choices.
6662         (auth-source-pick): Use it.
6663
6664 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6665
6666         * binhex.el (binhex-decode-region-internal):
6667         * uudecode.el (uudecode-decode-region-internal):
6668         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6669         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6670         setting default-enable-multibyte-characters.
6671
6672 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6673
6674         * auth-source.el (auth-source-protocols)
6675         (auth-source-protocols-customize, auth-source-choices): Add and
6676         modified variable customizations and defaults.
6677         (auth-source-pick, auth-source-user-or-password)
6678         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6679         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6680         (auth-source-user-or-password-sftp)
6681         (auth-source-user-or-password-smtp): Use new variables and provide an
6682         interface to netrc.el.
6683
6684 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6685
6686         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6687         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6688         Make sure the nntp port to specify is a string.
6689
6690 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6691
6692         * nntp.el: Use with-current-buffer.
6693         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6694         dubious mm-with-unibyte-current-buffer.
6695         (nntp-with-open-group-function): New function extracted from
6696         nntp-with-open-group macro.
6697         (nntp-with-open-group): Use the function, so it's easier to debug.
6698         Add indentation and debugging info.
6699         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6700         Recommend the use of the netcat alternatives.
6701
6702         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6703         Avoid mm-string-as-multibyte as well.
6704
6705         * nnweb.el (nnweb-insert-html):
6706         Remove use of nnheader-string-as-multibyte.
6707
6708         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6709         (nnheader-string-as-multibyte): Remove.
6710
6711         * mm-view.el: Use inhibit-read-only.
6712         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6713         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6714         or unibyte-string.
6715
6716         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6717         (mm-uu-yenc-extract): Use with-current-buffer.
6718
6719         * gnus-soup.el (gnus-soup-send-packet): Don't use
6720         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6721
6722         * nnmh.el: Use with-current-buffer.
6723         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6724         mm-string-as-multibyte on the output of mm-encode-coding-string.
6725
6726         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6727         (nnimap-request-move-article): Use with-current-buffer.
6728
6729         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6730         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6731         conversion uses string-make-unibyte rather than string-as-unibyte.
6732
6733         * gnus-msg.el: Use with-current-buffer.
6734
6735         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6736
6737 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6738
6739         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6740         string for caching if it is 'PIN.
6741
6742 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6743
6744         * lpath.el: Consider the case without Emacs/W3.
6745
6746 2008-03-08  Glenn Morris  <rgm@gnu.org>
6747
6748         * time-date.el (date-to-time, time-subtract, time-add)
6749         (safe-date-to-time): Doc fixes.
6750
6751 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6752
6753         * mail-source.el (mail-source-delete-old-incoming-confirm):
6754         Change default to nil.
6755         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6756
6757 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * lpath.el: Rearrange.
6760
6761         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6762         (gnus-article-goto-prev-page): Work for articles having ^L's.
6763
6764         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6765
6766         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6767
6768 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6769
6770         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6771         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6772         (gnus-bookmark-jump): Adjust some variable names.
6773
6774 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6775
6776         * auth-source.el: New package.
6777         (auth-source-choices): Add customization entry point variable.
6778
6779         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6780         bug.
6781
6782 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6783
6784         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6785         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6786         (gnus-registry-install-shortcuts): Rename from
6787         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6788         the `gnus-registry-mark-map' keymap dynamically from
6789         `gnus-registry-marks'.  The generated functions update the summary line
6790         when a registry mark is added or deleted, and will call
6791         `gnus-registry-install-p' (see the comments in the code).
6792         (gnus-registry-user-format-function-M): Use concat intelligently.
6793
6794         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6795         the registry mark functions.
6796
6797 2008-03-05  Glenn Morris  <rgm@gnu.org>
6798
6799         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6800         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6801         gnus-art.
6802         (top-level): No need to load own source when compiling.
6803
6804 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6805
6806         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6807         Suggested by <chris.anderton@zetnet.co.uk>.
6808
6809 2008-03-04  Glenn Morris  <rgm@gnu.org>
6810
6811         * gnus-sum.el (top-level): No need to require gnus when compiling,
6812         since unconditionally required near start of file.
6813         (gnus-summary-display-while-building): Move definition before use.
6814
6815 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6816
6817         * gnus-registry.el (gnus-registry-user-format-function-M):
6818         Add formatting function.
6819
6820 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6821
6822         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6823         with plists.
6824         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6825         Use new format.
6826
6827 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6828
6829         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6830         `where-is-internal' that returns a range of key sequences.
6831
6832 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6833
6834         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6835
6836         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6837         (gnus-summary-jump-to-group): Consider windows on other displayed
6838         frames as well.  Similar changes might be needed elsewhere, but that's
6839         the one I've bumped into during my use.
6840
6841         * nndoc.el (nndoc-oe-dbx-type-p):
6842         * gnus-msg.el (gnus-debug):
6843         * gnus-group.el (gnus-update-group-mark-positions):
6844         Use mm-string-to-multibyte.
6845
6846 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6847
6848         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6849         doesn't handle NotDashEscaped.
6850
6851         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6852         (mml-dnd-attach-options): Fix typo in custom choice.
6853
6854         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6855         Change nndoc-article-type to mbox.
6856         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6857
6858         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6859         to nil, instead of html2text.
6860
6861         * imap.el (imap-debug): Add `imap-ping-server'.
6862
6863         * gnus-bookmark.el: Add FIXMEs.
6864
6865         * message.el (message-form-letter-separator)
6866         (message-send-form-letter-delay): New variables.
6867         (message-send-form-letter): Use them.  New command to send form
6868         letters.  Requested by Uwe Siart.
6869         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6870
6871 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6872
6873         * Update copyright years.
6874
6875 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6876
6877         Sync from EMACS_22_BASE.
6878
6879         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6880
6881 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6882
6883         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6884         empty author.
6885
6886 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6887
6888         * gnus-registry.el (gnus-registry-marks): Add variable for
6889         customization of marks and their appearance.
6890         (gnus-registry-read-mark): Use it.
6891         (gnus-registry-do-marks): Add utility function to loop through
6892         `gnus-registry-marks'.
6893         (gnus-registry-install-shortcuts-and-menus): Add function to install
6894         shortcuts and menus.
6895         (gnus-registry-initialize): Use it.
6896         (gnus-registry-default-mark): Clarify documentation.
6897
6898 2008-02-29  Glenn Morris  <rgm@gnu.org>
6899
6900         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6901         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6902         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6903         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6904         Change defcustom :version from 23.0 to 23.1.
6905
6906 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6907
6908         * gnus-registry.el (gnus-registry-follow-group-p)
6909         (gnus-registry-post-process-groups): Add functions to aid registry
6910         splitting and improve logging.  Clarify behavior in function
6911         documentation.
6912         (gnus-registry-split-fancy-with-parent): Use them.
6913
6914 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6915
6916         * gnus-art.el: Use with-current-buffer.
6917
6918 2008-02-27  David Engster  <dengste@eml.cc>
6919
6920         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6921         Express real group name in the response.
6922
6923 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6926         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6927         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6928         autoload gnus-registry-fetch-group when compiling.
6929         (nnmairix-request-group-with-article-number-correction):
6930         Remove unreferenced argument passed to nnmairix-call-backend.
6931
6932 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6933
6934         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6935         (mm-uu-extract): Improve face for low color ttys.
6936         Reported by Sascha Wilde.
6937
6938 2008-02-27  Glenn Morris  <rgm@gnu.org>
6939
6940         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6941         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6942         variables to defconsts.  Convert comments to doc-strings.
6943         (nnmairix-last-server, nnmairix-current-server): Convert from free
6944         variables to defvars.  Convert comments to doc-strings.
6945         (gnus-registry-fetch-group): Autoload.
6946         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6947         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6948         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6949         caddr.
6950         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6951         nnmairix-request-group-with-article-number-correction call.
6952         (nnmairix-fast, nnmairix-group): New, less general names, for free
6953         variables passed from nnmairix-request-group to
6954         nnmairix-request-group-with-article-number-correction.  Declare.
6955         (nnmairix-request-group-with-article-number-correction):
6956         Use nnmairix-fast, nnmairix-group rather than fast, group.
6957
6958 2008-02-26  David Engster  <dengste@eml.cc>
6959
6960         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6961         version 0.5.
6962
6963 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6964
6965         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6966         instead of making an extra function call.  Don't add the current group
6967         to articles only when they have the group.  Use
6968         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6969         Reported by David <de_bb@arcor.de>.
6970
6971 2008-02-24  Miles Bader  <miles@gnu.org>
6972
6973         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6974         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6975         (mm-find-mime-charset-region):
6976         * mm-bodies.el (mm-encode-body):
6977         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6978
6979 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6980
6981         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6982         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6983
6984 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6985
6986         * mail-source.el (mail-source-delete-incoming): Change default.
6987         Supplement doc string.
6988
6989         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6990
6991 2008-02-14  Glenn Morris  <rgm@gnu.org>
6992
6993         * time-date.el (format-seconds): New function.
6994
6995 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6996
6997         * nnmail.el (nnmail-message-id-cache-file): Derive from
6998         `gnus-home-directory'.
6999
7000 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7001
7002         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7003         Document negative prefix.
7004
7005         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7006
7007 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7008
7009         * message.el (message-unsent-separator): Add the Exim bounce
7010         separator.
7011
7012 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7013
7014         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7015         list.
7016         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7017         recipient/signer list.
7018
7019 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * Makefile.in (datarootdir): Define.
7022         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7023         name that might contain whitespace.
7024
7025 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7026
7027         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7028         fbound (Emacs 23 unicode), signal an error.
7029
7030 2008-02-08  Glenn Morris  <rgm@gnu.org>
7031
7032         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7033
7034 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7035
7036         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7037         ports to the calls to `netrc-machine-user-or-password' in addition to
7038         "imap" and "imaps".
7039
7040 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7041
7042         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7043
7044         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7045
7046 2008-02-01  Kenichi Handa  <handa@m17n.org>
7047
7048         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7049         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7050         (rfc2104-hash): Convert the result of concat to unibyte string.
7051
7052 2008-02-01  Dave Love  <fx@gnu.org>
7053
7054         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7055         coding-system-for-read.
7056         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7057
7058 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7059
7060         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7061         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7062         <hanche@math.ntnu.no>.
7063
7064 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7067
7068         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7069
7070 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7071
7072         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7073         * message.el (message-beginning-of-line): Use featurep instead of bound
7074         tests in order to resolve conditionals at compile time.
7075
7076 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7077
7078         * mail-source.el (mail-sources): Add `group' choice.
7079
7080         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7081         parameter `in-group' to control into which group the articles go.
7082         Add treatment of `group' mail-source.
7083
7084 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7085
7086         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7087
7088         * mm-decode.el (mm-dissect-buffer): Decode description.
7089
7090         * mml.el (mml-to-mime): Encode message header first.
7091
7092 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7095         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7096
7097         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7098         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7099
7100 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7101
7102         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7103
7104 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7105
7106         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7107         prefix keys.
7108         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7109         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7110         gnus-xmas.el.
7111
7112         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7113         (gnus-xmas-article-describe-bindings): New function.
7114         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7115         gnus-xmas-article-describe-bindings.
7116
7117         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7118
7119 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7120
7121         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7122         Add new variables for article mark management.
7123         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7124         list of extra data entries which, when present, will indicate that the
7125         article ID should not be trimmed from the registry.
7126         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7127         functions.
7128         (gnus-registry-read-mark): New function to read a mark name from the
7129         user.
7130         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7131         (gnus-registry-set-article-mark-internal): New functions to add and
7132         remove marks.
7133         (gnus-registry-get-article-marks): New function to show the marks for
7134         an article, or retrieve them for further use.
7135
7136 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7137
7138         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7139         keys when no argument is given.
7140
7141 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7142
7143         * imap.el (imap-ping-server): New variable.
7144         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7145         (imap-ping-server): Minor doc string fixes.
7146
7147 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7148
7149         * imap.el (imap-ping-server): New function.
7150         (imap-opened): Call imap-ping-server.
7151
7152 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7153
7154         * gnus-sum.el (gnus-article-sort-by-random)
7155         (gnus-thread-sort-by-random): Fix doc strings.
7156         Reported by jidanni@jidanni.org.
7157
7158 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7159
7160         * gnus-art.el (gnus-article-describe-bindings): New function.
7161         (gnus-article-read-summary-keys): Use it.
7162         (gnus-article-mode-map): Bind `C-h b' to it.
7163
7164 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7167         XEmacs.
7168         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7169         Protect against non-character events.
7170
7171         * lpath.el: Fbind map-keymap for Emacs 21.
7172
7173 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7174
7175         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7176         New command.
7177         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7178         instead of END.  Change name of the temp file.
7179         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7180         customizable.
7181
7182 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7185         bind `S W' to gnus-article-wide-reply-with-original; set default
7186         binding to gnus-article-read-summary-send-keys.
7187         (gnus-article-read-summary-keys): Fix the order of keys; display
7188         continuation keys correctly in the echo area; describe bindings
7189         correctly when keys end with `C-h'.
7190         (gnus-article-read-summary-send-keys): New function.
7191         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7192         Work for gnus-article-read-summary-send-keys; display continuation keys
7193         correctly in the echo area.
7194         (gnus-article-reply-with-original): Ignore prefix argument.
7195         (gnus-article-wide-reply-with-original): New function.
7196
7197         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7198         Emacs 21.
7199
7200 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7201
7202         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7203         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7204
7205 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7206
7207         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7208         (gnus-group-read-ephemeral-gmane-group): New command.
7209
7210 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7211
7212         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7213
7214 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7215
7216         * message.el (message-send-mail-function): Increase custom version.
7217
7218         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7219         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7220
7221 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7222
7223         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7224         for the cases where imap-authenticate is called with a nil buffer
7225         parameter.
7226
7227 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7228
7229         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7230         html parts correctly; support forwarded messages.
7231         (gnus-article-browse-html-article): Remove work buffers.
7232
7233         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7234         compiling.
7235         (netrc-bound-and-true-p): New macro.
7236         (netrc-parse): Use it instead of bound-and-true-p that is not available
7237         in XEmacs 21.4.
7238
7239 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7240
7241         * gnus-registry.el (gnus-registry-mark-article)
7242         (gnus-registry-article-marks): Add functionality to mark articles
7243         through the Gnus registry.
7244
7245         * encrypt.el: Clarify documentation for the new pgg method.
7246         (encrypt-file-alist): Add PGG option.
7247         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7248         functionality.  Abstract password key and messaging to external
7249         functions.
7250         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7251         (encrypt-message-method-and-cipher): Add new convenience external
7252         functions.
7253         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7254         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7255
7256         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7257         (netrc-parse): Use encrypt-file-alist to determine if
7258         encrypt-find-model or encrypt-insert-file-contents should be used.
7259
7260         * encrypt.el: Clarify documentation.  Load password-cache or
7261         password, whichever one is found first, instead of autoloading.
7262
7263 2007-12-19  Glenn Morris  <rgm@gnu.org>
7264
7265         * mml.el (message-options-set, message-narrow-to-head)
7266         (message-in-body-p, message-mail-p, message-encode-message-body):
7267         Autoload.
7268         (message-remove-header, message-narrow-to-headers-or-head)
7269         (message-subscribed-p, message-make-mail-followup-to)
7270         (message-position-on-field, message-news-p)
7271         (message-options-set-recipient, message-generate-headers)
7272         (message-sort-headers): Declare as functions.
7273
7274 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7275
7276         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7277         convention in doc string.
7278
7279 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7280
7281         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7282         title to html parts.
7283         (gnus-article-browse-html-article): Pass message header to it.
7284
7285         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7286
7287 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7288
7289         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7290         or password compatible with XEmacs.
7291
7292 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7293
7294         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7295         format document.
7296         (gnus-mime-delete-part): Don't write description line if empty.
7297         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7298
7299 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7300
7301         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7302         (gnus-summary-mark-read-and-unread-as-read)
7303         (gnus-summary-mark-current-read-and-unread-as-read)
7304         (gnus-summary-mark-unread-as-ticked): Doc fix.
7305         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7306
7307 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7308
7309         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7310         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7311
7312 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7313
7314         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7315         yes-or-no-p.
7316
7317 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * mm-decode.el (mm-add-meta-html-tag): New function.
7320         (mm-save-part-to-file, mm-pipe-part): Use it.
7321
7322         * gnus-art.el (gnus-article-browse-delete-temp-files):
7323         Use gnus-y-or-n-p instead of y-or-n-p.
7324         (gnus-article-browse-html-parts): Work with message/external-body; use
7325         mm-add-meta-html-tag.
7326
7327 2007-12-11  Glenn Morris  <rgm@gnu.org>
7328
7329         * gnus-cache.el: Require gnus-sum not just when compiling.
7330
7331         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7332
7333         * gnus-int.el (gnus-server-opened, gnus-status-message):
7334         Move definitions before use.
7335
7336         * mm-decode.el: Require gnus-util.
7337         (mm-remove-part): Only call delete-annotation on XEmacs.
7338
7339         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7340
7341         * nnmail.el: Require gnus-int.
7342
7343         * spam.el: Move `require's before `eval-when-compile's.
7344
7345         * gnus-ems.el (gnus-alive-p):
7346         * gnus-fun.el (message-goto-eoh):
7347         * gnus-util.el (gnus-group-name-decode):
7348         * mail-source.el (gnus-compress-sequence):
7349         * message.el (Info-goto-node, format-spec):
7350         * mm-bodies.el (message-options-get):
7351         * mm-decode.el (mm-view-pkcs7):
7352         * mm-util.el (gmm-write-region):
7353         * mml-smime.el (mml-compute-boundary)
7354         (gnus-completing-read-with-default):
7355         * mml.el (widget-button-press, gnus-make-hashtable):
7356         * mml1991.el (mm-decode-content-transfer-encoding)
7357         (mm-encode-content-transfer-encoding)
7358         (message-options-get, message-options-set):
7359         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7360         * nnfolder.el (gnus-request-group):
7361         * nnheader.el (ietf-drums-unfold-fws):
7362         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7363         * smime.el (gnus-run-mode-hooks):
7364         * spam-stat.el (gnus-message): Autoload.
7365
7366         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7367         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7368         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7369         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7370         Add declare-function compatibility definition.
7371
7372         * gnus-cache.el (nnvirtual-find-group-art):
7373         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7374         (gnus-add-image, gnus-add-wash-type):
7375         * gnus-group.el (nnkiboze-score-file):
7376         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7377         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7378         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7379         (message-tokenize-header, gnus-get-buffer-create)
7380         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7381         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7382         * gnus.el (gnus-group-decoded-name):
7383         * mail-source.el (imap-capability):
7384         * mm-bodies.el (message-options-set):
7385         * mm-decode.el (gnus-configure-windows):
7386         * mm-extern.el (message-goto-body):
7387         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7388         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7389         (epg-sub-key-validity, message-options-set):
7390         * mml.el (widget-event-point, gnus-configure-windows):
7391         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7392         * mml2015.el (epg-check-configuration, epg-configuration)
7393         (message-options-set):
7394         * nndb.el (nndb-request-article):
7395         * nnfolder.el (gnus-request-create-group):
7396         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7397         * nnmaildir.el (gnus-group-mark-article-read):
7398         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7399         * rfc1843.el (message-fetch-field):
7400         * spam.el (gnus-extract-address-components):
7401         Declare as functions.
7402
7403 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7404
7405         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7406
7407         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7408
7409         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7410         bind show-trailing-whitespace for XEmacs.
7411
7412 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7413
7414         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7415         new no-op macro for backward compatibility.
7416
7417         * imap.el (imap-string-to-integer): New function.
7418
7419 2007-12-09  Glenn Morris  <rgm@gnu.org>
7420
7421         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7422
7423         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7424         * message.el, mm-view.el, sieve-manage.el, smime.el:
7425         Add declare-function compatibility definition.
7426
7427         * gnus-art.el (w3-region, w3m-region, Info-menu):
7428         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7429         * gnus-sum.el (gnus-get-predicate):
7430         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7431         * message.el (mail-abbrev-in-expansion-header-p):
7432         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7433         (w3m-detect-meta-charset, w3m-region):
7434         * sieve-manage.el (password-read, password-cache-add)
7435         (password-cache-remove):
7436         * smime.el (password-read-and-add): Declare as functions.
7437
7438 2007-12-08  David Kastrup  <dak@gnu.org>
7439
7440         * gnus-sum.el (gnus-summary-simplify-subject-query):
7441         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7442         `message'.
7443
7444 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7447         it to bind idna-program, installation-directory, defined-colors, and
7448         face-attribute for XEmacs of the version that compiles defcustom forms.
7449
7450 2007-12-07  Glenn Morris  <rgm@gnu.org>
7451
7452         * gnus-art.el (article-make-date-line): Revert previous change.
7453
7454 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7455
7456         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7457
7458 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7459
7460         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7461         Call gnus-add-to-range ranges only once with a prepared article-list.
7462
7463 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7464
7465         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7466         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7467         group names with backslashes.
7468         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7469
7470 2007-12-06  Deepak Goel  <deego3@gmail.com>
7471
7472         * gnus-art.el (article-make-date-line):
7473         * gnus-start.el (gnus-load):
7474         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7475
7476 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7477
7478         * gnus-art.el (gnus-use-idna)
7479         * gnus-start.el (gnus-site-init-file)
7480         * message.el (message-use-idna)
7481         * mm-uu.el (mm-uu-hide-markers)
7482         * smiley.el (smiley-style): Revert changes that suppress warnings.
7483
7484 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7487         specify charset to html source.
7488         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7489
7490 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7491
7492         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7493         idna-program in order to suppress byte compile warning issued by XEmacs
7494         that came to byte compile the default value section of defcustom forms
7495         recently.
7496
7497         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7498         value of installation-directory.
7499
7500         * message.el (message-use-idna): Don't directly refer to the value of
7501         idna-program.
7502
7503         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7504
7505         * smiley.el (smiley-style): Don't directly call face-attribute.
7506
7507 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7508
7509         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7510
7511         * gnus-dired.el: Reduce Gnus dependencies.
7512         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7513         Don't require.  Use autoloads instead.
7514         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7515         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7516         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7517         (gnus-dired-mode): Adjust doc string.
7518         (gnus-dired-mail-mode): New variable.
7519         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7520         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7521         (gnus-dired-mail-buffers): New function.  Return mail or message
7522         composition buffers.
7523         (gnus-dired-attach): Use it.
7524         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7525         NO-DECODE.
7526         (gnus-dired-print): Use `gnus-print-buffer' depending on
7527         `gnus-dired-mail-mode'.
7528
7529 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * rfc2047.el (rfc2047-encoded-word-regexp)
7532         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7533         explaining what regexp patterns are for.
7534
7535 2007-12-04  Glenn Morris  <rgm@gnu.org>
7536
7537         * password.el: Move to password-cache.el.
7538
7539         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7540         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7541         * mml-smime.el (password-read, password-cache-add)
7542         (password-cache-remove):
7543         No need to autoload, since mml-sec requires password.
7544
7545         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7546         * message.el (gnus-extract-address-components):
7547         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7548
7549         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7550         password.
7551
7552 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7553
7554         * mailcap.el: Reduce dependencies.
7555         (mail-header-parse-content-type): Autoload.
7556         (mailcap-delete-duplicates): New alias.
7557         (mailcap-mime-info): Add optional argument NO-DECODE.
7558         (mailcap-mime-types): Use mailcap-delete-duplicates.
7559
7560         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7561
7562 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7563
7564         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7565         (imap-parse-status): Upcase status-att for servers that sends them
7566         lower-case (e.g., MS Exchange 2007).
7567
7568 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7569
7570         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7571         function.
7572
7573         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7574         (gnus-uu-yenc-article): New function.
7575
7576         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7577
7578         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7579
7580 2007-12-02  Glenn Morris  <rgm@gnu.org>
7581
7582         * binhex.el (binhex): New custom group.
7583         (binhex-decoder-program, binhex-decoder-switches)
7584         (binhex-use-external): Move to the binhex custom group.
7585
7586         * uudecode.el (uudecode): New custom group.
7587         (uudecode-decoder-program, uudecode-decoder-switches)
7588         (uudecode-use-external): Move to the uudecode custom group.
7589
7590         * netrc.el (top-level): Don't load `encrypt' features.
7591         (netrc-parse): Don't use encrypt.
7592         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7593
7594         * encrypt.el: Remove file.
7595
7596 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7597
7598         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7599         matches on patches.
7600
7601         * gnus-art.el (gnus-article-browse-html-article):
7602         Mention `mm-text-html-renderer' in the doc string.
7603
7604         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7605         string.  Add comments.
7606
7607         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7608         if rhs is ASCII.
7609
7610 2007-12-01  Glenn Morris  <rgm@gnu.org>
7611
7612         * mail-source.el (top-level): Require format-spec before
7613         eval-when-compile.
7614
7615 2007-11-30  Glenn Morris  <rgm@gnu.org>
7616
7617         * encrypt.el: Require password, rather than autoloading password-read.
7618
7619 2007-11-29  Glenn Morris  <rgm@gnu.org>
7620
7621         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7622         (sasl-make-client, sasl-next-step, sasl-step-data)
7623         (sasl-step-set-data): Declare as functions.
7624
7625 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7626
7627         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7628
7629 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7630
7631         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7632         certs should be verified and what is to be done in the event of a
7633         verification failure.
7634
7635         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7636         caller can indicate whether the cache should be disregarded for this
7637         call.  This way the result of the call is reproducible at all times and
7638         can be considered a canonical server name for the supplied method.
7639         (gnus-agent-method-p): Canonicalize server names by pushing their
7640         method through `gnus-method-to-server' using the no-cache argument.
7641
7642         * gnus-srvr.el (gnus-server-insert-server-line):
7643         Call `gnus-method-to-server' with `no-cache' argument.
7644
7645         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7646         gnus-agent-possibly-synchronize-flags as this should be called when the
7647         server is actually being opened.
7648         (gnus-agent-possibly-synchronize-flags)
7649         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7650         flags file of an agentized server to the latter function.
7651
7652         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7653         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7654         after a connection has been established successfully.
7655
7656 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7657
7658         * gnus-art.el (article-display-face): Force to display face if called
7659         interactively; check if gnus-article-x-face-too-ugly matches author.
7660         (article-display-x-face): Display face even if From header is missing
7661         as article-display-face does.
7662
7663 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7664
7665         * hashcash.el (message-narrow-to-headers-or-head)
7666         (message-fetch-field, message-goto-eoh)
7667         (message-narrow-to-headers): Declare as functions.
7668
7669 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7670
7671         * mail-source.el (mail-sources): Default to fetch from file for
7672         compatibility with default of nnmail-spool-file.
7673
7674 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7675
7676         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7677         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7678         to look for encoded word that should be encoded again.
7679         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7680         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7681         encoding pattern.
7682         (rfc2047-decode-region): Switch strict regexp and loose one according
7683         to rfc2047-allow-irregular-q-encoded-words.
7684
7685 2007-11-25  Romain Francoise  <romain@orebokech.com>
7686
7687         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7688
7689 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7690
7691         * tls.el (tls-program): Provide more custom choices from
7692         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7693         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7694
7695 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7696
7697         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7698         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7699
7700         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7701         `nnmail-spool-file'.
7702
7703         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7704         `nnmail-spool-file'.
7705
7706         * gnus-move.el (gnus-change-server): Ditto.
7707
7708         * gnus-kill.el (gnus-batch-score): Ditto.
7709
7710         * gnus-cache.el (gnus-jog-cache): Ditto.
7711
7712         * gnus-msg.el (gnus-summary-reply):
7713         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7714
7715 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7716
7717         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7718         version.  Minor improvement to doc strings.
7719         (tls-program): Add comment.
7720
7721 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7722
7723         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7724         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7725         mismatch between the hostname provided in the certificate and the name
7726         of the host connnecting to.
7727         (open-tls-stream): Use them.  Check certificates against trusted root
7728         certificates.
7729
7730 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7731
7732         * gnus-cache.el (gnus-cache-generate-nov-databases):
7733         Use nnml-generate-nov-databases-directory instead of
7734         nnml-generate-nov-databases-1.
7735
7736 2007-11-24  Glenn Morris  <rgm@gnu.org>
7737
7738         * message.el (message-tool-bar-retro): Update for rename
7739         mail_send.xpm->mail-send.xpm.
7740
7741 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7742
7743         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7744         `smime-ldap-search' for Emacs 22 and up.
7745
7746 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7747
7748         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7749
7750         * message.el (message-send-mail-function): Fix error convention.
7751         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7752         (message-widen-reply, message-send-mail, message-talkative-question)
7753         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7754         (message-clone-locals, message-send-news): Use with-current-buffer.
7755         (message-insert-or-toggle-importance): Remove unused var `valid'.
7756         (message-make-references): Remove unused var `new-references'.
7757         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7758
7759 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7760
7761         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7762         (spam-split-symbolic-return-positive): Reflow docstring.
7763         (spam-backends, spam-summary-exit-behavior)
7764         (spam-mark-ham-unread-before-move-from-spam-group)
7765         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7766         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7767         (spam-clear-cache, spam-backend-check, spam-install-backend)
7768         (spam-install-statistical-backend, spam-list-of-processors)
7769         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7770         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7771         (spam-check-crm114, spam-initialize, spam-unload-hook):
7772         Fix typos in docstrings.
7773
7774 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7775
7776         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7777         been checked if they have never been read and those group levels are
7778         higher than the one that a user specified.
7779
7780 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7781
7782         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7783         foreign groups unless a group level is specified by a user.
7784         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7785
7786 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7787
7788         * message.el (message-send-mail-function): Require sendmail.
7789
7790 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7791
7792         * message.el (message-send-mail-function): Check for smtpmail too.
7793
7794         * utf7.el (utf7-encode, utf7-decode): Use coding system
7795         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7796
7797         * message.el (message-send-mail-function): New function.
7798         (message-send-mail-function): Set default using
7799         message-send-mail-function.  Adjust doc string.
7800         (message-send-mail-with-mailclient): New function.
7801
7802 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7803
7804         * smime.el (from):
7805         * rfc2047.el (message-posting-charset):
7806         * qp.el (mm-use-ultra-safe-encoding):
7807         * pop3.el (parse-time-months):
7808         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7809         * nnml.el (files):
7810         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7811         (jka-compr-compression-info-list, ange-ftp-path-format)
7812         (efs-path-regexp):
7813         * nndiary.el (files):
7814         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7815         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7816         (epg-digest-algorithm-alist, inhibit-redisplay)
7817         (password-cache-expiry):
7818         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7819         (pgg-output-buffer, password-cache-expiry):
7820         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7821         (efs-path-regexp):
7822         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7823         (inhibit-redisplay):
7824         * mm-uu.el (file-name, start-point, end-point, entry)
7825         (gnus-newsgroup-name, gnus-newsgroup-charset):
7826         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7827         (latin-unity-ucs-list):
7828         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7829         (mm-uu-binhex-decode-function):
7830         * message.el (gnus-message-group-art, gnus-list-identifiers)
7831         (rmail-enable-mime-composing, gnus-local-organization)
7832         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7833         (gnus-read-active-file, facemenu-add-face-function)
7834         (facemenu-remove-face-function, gnus-article-decoded-p)
7835         (tool-bar-mode):
7836         * mail-source.el (display-time-mail-function):
7837         * gnus-util.el (nnmail-pathname-coding-system)
7838         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7839         (gnus-original-article-buffer, gnus-user-agent)
7840         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7841         (xemacs-codename, sxemacs-codename, emacs-program-version):
7842         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7843         * gnus-start.el (gnus-agent-covered-methods)
7844         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7845         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7846         (gnus-newsgroup-headers, gnus-group-list-mode)
7847         (gnus-group-mark-positions, gnus-newsgroup-data)
7848         (gnus-newsgroup-unreads, nnoo-state-alist)
7849         (gnus-current-select-method, mail-sources)
7850         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7851         (nnmail-spool-file, gnus-cache-active-hashtb):
7852         * gnus-mh.el (mh-lib-progs):
7853         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7854         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7855         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7856         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7857         (gnus-group-buffer):
7858         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7859         (font-lock-set-defaults):
7860         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7861         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7862         (gnus-summary-post-menu, total-parts, type, condition, length):
7863         * gnus-agent.el (gnus-agent-read-agentview):
7864         * flow-fill.el (show-trailing-whitespace):
7865         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7866         eval-and-compile wrappers for byte compiler pacifiers.
7867
7868         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7869         (mm-display-inline-fontify): Check for featurep 'xemacs not
7870         extent-list.
7871
7872         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7873         itimer-list.
7874         (mm-create-image-xemacs): Only do something for XEmacs.
7875         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7876
7877         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7878
7879         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7880         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7881
7882 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7883
7884         * nnimap.el (nnimap-split-download-body):
7885         * gnus-demon.el (gnus-demon):
7886         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7887
7888 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7889
7890         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7891         New macros.
7892         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7893         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7894         copy data from unibyte buffer to multibyte current buffer.
7895         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7896         to copy data from unibyte current buffer to multibyte buffer.
7897         (nntp-make-process-buffer): Make process buffer unibyte.
7898
7899         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7900
7901 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7902
7903         * pop3.el (pop3-open-server): Accept and process data more robustly at
7904         connexion start to avoid spurious "POP SSL connexion failed" errors.
7905
7906 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7909         read group names.
7910
7911 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7912
7913         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7914
7915 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7916
7917         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7918         (nnmail-save-active): Use a unibyte buffer when saving active file,
7919         which may contain non-ASCII group names.
7920
7921         * nnml.el (nnml-request-group): Decode group names in messages.
7922
7923 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7924
7925         * message.el (message-citation-line-function)
7926         (message-insert-formatted-citation-line): Fix spelling of
7927         `message-insert-formated-citation-line'.
7928
7929 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7930
7931         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7932
7933 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7934
7935         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7936         nnmail-pathname-coding-system.
7937
7938         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7939         that a user enters; decode group names in messages.
7940
7941         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7942
7943 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7944
7945         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7946
7947         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7948
7949         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7950         risky local variable.
7951
7952         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7953
7954 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7955
7956         * encrypt.el: Improve documentation to fix function name typo.
7957         Reported by Daiki Ueno <ueno@unixuser.org>.
7958
7959 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7960
7961         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7962         even if the point is not in the last page of an article.
7963         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7964         back to the previous page.
7965
7966 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7967
7968         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7969
7970 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7973
7974 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7975
7976         * message.el (message-check-news-body-syntax):
7977         Avoid mm-string-as-multibyte.
7978         (message-hide-headers): Don't assume (point-min)==1.
7979
7980 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7981
7982         * message.el (message-remove-blank-cited-lines): Fix if remove is
7983         given.
7984         (message-bogus-address-regexp): New variable.
7985         (message-bogus-recipient-p): New function.
7986         (message-check-recipients): New command.
7987         (message-syntax-checks): Add `bogus-recipient'.
7988         (message-fix-before-sending): Add `bogus-recipient'.
7989
7990         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7991         (gnus-treat-body-boundary): Don't test window-system.
7992
7993 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7994
7995         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7996
7997 2007-10-28  Miles Bader  <miles@gnu.org>
7998
7999         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8000         at compile-time too.
8001
8002 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8003
8004         * gnus-msg.el (gnus-message-setup-hook):
8005         Add `message-remove-blank-cited-lines' to options.
8006
8007 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8008
8009         * message.el (message-remove-blank-cited-lines): New function.
8010         Suggested by Karl Plästerer.
8011
8012 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8015         mapc.
8016
8017         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8018         (top-level): Use mapc to set functions to be traced for debugging.
8019
8020         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8021         called for effect with while loop.
8022
8023         * message.el (message-talkative-question): Replace mapcar called for
8024         effect with mapc.
8025
8026         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8027         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8028         called for effect with dolist.
8029
8030         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8031
8032         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8033         gnus-extra-headers and nnmail-extra-headers.
8034
8035         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8036         called for effect with dolist.
8037         (top-level): Use mapc to set functions to be traced for debugging.
8038
8039         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8040         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8041         dolist.
8042
8043         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8044         Replace mapcar called for effect with mapc.
8045         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8046         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8047         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8048         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8049
8050         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8051         remove-if that's a cl function.
8052
8053         * webmail.el (webmail-debug): Replace mapcar called for effect with
8054         dolist.
8055
8056         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8057         with mapc.
8058
8059 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8060
8061         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8062         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8063         with while loop.
8064
8065         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8066         functions from article-* functions.
8067         (gnus-multi-decode-header): Replace mapcar called for effect with
8068         dolist.
8069
8070         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8071         (gnus-bookmark-show-details): Replace mapcar called for effect with
8072         while loop.
8073
8074         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8075         called for effect with while loop.
8076
8077         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8078         with dolist.
8079
8080         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8081         Replace mapcar called for effect with dolist.
8082
8083         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8084
8085         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8086         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8087         Replace mapcar called for effect with dolist.
8088         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8089         mapc.
8090
8091         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8092         Replace mapcar called for effect with dolist.
8093         (gnus-topic-list): Replace mapcar called for effect with mapc.
8094
8095         * gnus.el: Use mapc instead of mapcar to add autoloads.
8096
8097 2007-10-23  Richard Stallman  <rms@gnu.org>
8098
8099         * gnus-group.el (gnus-group-highlight): Mark as risky.
8100
8101 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8102
8103         * gnus.el (gnus-server-to-method): Return method found first in
8104         gnus-newsrc-alist.
8105
8106         * gnus-art.el (gnus-article-highlight-signature)
8107         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8108         button overlay without the front stickiness.
8109
8110 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8111
8112         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8113         overview buffer needed a catch to receive its throw.
8114         (gnus-agent-flush-cache): Declare as interactive to make this function
8115         easier to use.
8116
8117 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8118
8119         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8120         `next-line'.
8121
8122 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8123
8124         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8125         exclude address matching message-dont-reply-to-names.
8126
8127 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * gnus-util.el (gnus-string<): New function.
8130
8131         * gnus-sum.el (gnus-article-sort-by-author)
8132         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8133
8134 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8135
8136         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8137         the frame-focus tag is set in gnus-buffer-configuration.
8138
8139 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8140
8141         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8142         the front stickiness.
8143
8144 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8147         url pattern; remove duplicate one.
8148         (gnus-article-extend-url-button): New function.
8149         (gnus-article-add-buttons): Use it.
8150         (gnus-button-push): Use concatenated url that it makes.
8151
8152 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8153
8154         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8155
8156 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8157
8158         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8159         Don't hardcode point-min==1.
8160
8161 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8162
8163         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8164         Fix comment about "iso8859-1".
8165
8166 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8167
8168         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8169         ones returned from the verify-function.
8170
8171         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8172         Call mml2015-extract-cleartext-signature if extraction failed.
8173
8174 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8175
8176         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8177         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8178         failed.
8179
8180 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8181
8182         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8183
8184 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8185
8186         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8187         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8188         recommends to use EasyPG instead of PGG.
8189
8190         * pgg.el: Revert to revision 6.23.2.16.
8191
8192         * pgg-def.el: Revert to revision 6.6.2.14.
8193
8194         * pgg-gpg.el: Revert to revision 6.23.2.34.
8195
8196 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8197
8198         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8199         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8200         thread for both the null and zero (kill/expire thread) universal prefix
8201         cases.
8202         (gnus-summary-expire-thread): Add new function to expire a thread,
8203         using gnus-summary-kill-thread.
8204         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8205         shortcuts for gnus-summary-expire-thread.
8206         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8207         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8208
8209 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8210
8211         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8212         extras value, so an extras entry can be deleted.
8213         (gnus-registry-delete-extra-entry): Use it.
8214         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8215         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8216         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8217         storage through the gnus-registry, and provide an appropriate API for
8218         it.
8219
8220 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8223         Suggested by Leo <sdl.web@gmail.com>.
8224
8225         * gnus.el: Do.
8226
8227 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8230         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8231
8232         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8233
8234         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8235         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8236
8237 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8238
8239         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8240         newline.
8241         (nnmbox-request-accept-article): Don't change article in source buffer;
8242         narrow to header to use message-fetch-field rather than
8243         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8244         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8245         as delimiters; make sure article ends with newline.
8246         (nnmbox-delete-mail): Correct last position of article to be deleted;
8247         ignore X-Gnus-Newsgroup header in article body.
8248         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8249         positions; make sure article ends with newline.
8250
8251         * message.el (message-display-abbrev): Don't infloop when a user
8252         inserts SPC in the beginning of header.
8253
8254         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8255         coding-system-for-read and coding-system-for-write for XEmacs having no
8256         file-coding feature.
8257
8258         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8259
8260 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8261
8262         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8263         list of groups not followed by default.  Fix type to be regexp.
8264         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8265
8266 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8267
8268         * hmac-def.el (define-hmac-function): Switch from old-style to
8269         new-style backquotes.
8270
8271         * md4.el (md4-make-step): Likewise.
8272
8273 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8274
8275         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8276         raw-text coding system when saving .newsrc file, which may contain
8277         non-ASCII group names.
8278
8279 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8280
8281         * gnus-cus.el (gnus-score-extra): New widget.
8282         (gnus-score-extra-convert): New function.
8283         (gnus-score-customize): Use it for Extra.
8284
8285 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8286
8287         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8288         (mml2015-mailcrypt-clear-verify): Use it.
8289         (mml2015-gpg-clear-verify): Use it.
8290         (mml2015-pgg-clear-verify): Use it.
8291         (mml2015-epg-clear-verify): Replace the current part with the output
8292         from GnuPG; don't extract the plaintext by itself.
8293
8294         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8295         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8296         mml2015-clear-verify-function; don't touch the armor headers or
8297         dash-escaped text here.
8298
8299 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8300
8301         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8302         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8303         parts, or application/octet-stream as a last resort.
8304         (gnus-mime-view-part-as-type): Don't toggle display.
8305         (gnus-mime-view-part-as-charset): Don't turn off display before
8306         querying charset.
8307
8308         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8309         stuff to undisplayer function in Emacs.
8310         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8311
8312         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8313         text/calendar parts.
8314
8315 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8318         decoding text/calendar parts.
8319
8320         * message.el (message-forward-make-body-mime): Always mark body as
8321         having no illegible text; remove signed-or-encrypted argument.
8322         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8323
8324         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8325         (mml-generate-mime-1): Don't encode body if it is specified to be in
8326         raw form; don't make buffer be unibyte when inserting multibyte string.
8327
8328 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8329
8330         * sha1.el: Fix up comment style.
8331         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8332         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8333
8334         * hex-util.el: Fix up comment style.
8335         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8336
8337         * gnus-salt.el: Use with-current-buffer.
8338         (gnus-pick-setup-message): Fix long-standing typo.
8339
8340 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8341
8342         * imap.el (imap-logout-timeout): New variable.
8343         (imap-logout, imap-logout-wait): New functions.
8344         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8345
8346         * nnimap.el (nnimap-logout-timeout): New server variable.
8347         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8348         nnimap-logout-timeout.
8349
8350         * gnus-art.el (gnus-article-summary-command-nosave)
8351         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8352
8353 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8354
8355         * gnus.el (gnus-maximum-newsgroup): New variable.
8356
8357         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8358         according to gnus-maximum-newsgroup.
8359
8360         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8361         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8362         Limit the range of articles according to gnus-maximum-newsgroup.
8363
8364 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8365
8366         * gnus-art.el (gnus-sticky-article): Fix problems described in
8367         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8368         Don't perform gnus-configure-windows here; reuse existing sticky
8369         article buffer.
8370
8371         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8372         it doesn't exist in gnus-article-mode.
8373
8374 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8377         (gnus-agent-decoded-group-name): New function.
8378         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8379         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8380
8381 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8382
8383         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8384         Add binding for gnus-sticky-article.
8385         (gnus-summary-exit): Don't kill sticky article buffers.
8386
8387         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8388         article buffer.
8389         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8390         (gnus-kill-sticky-article-buffers): New commands.
8391
8392 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * nntp.el (nntp-xref-number-is-evil): New server variable.
8395         (nntp-find-group-and-number): If it is non-nil, don't trust article
8396         numbers in the Xref header.
8397
8398 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * gnus-agent.el (gnus-agent-read-group): New function.
8401         (gnus-agent-flush-group, gnus-agent-expire-group)
8402         (gnus-agent-regenerate-group): Use it.
8403         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8404         nnmail-pathname-coding-system.
8405
8406 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8407
8408         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8409
8410         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8411         that are unread as unread, and also as selected so that information of
8412         marks having been changed by a user may be updated when exiting group.
8413
8414 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8415
8416         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8417
8418 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8419
8420         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8421         calculated ignoring signature parts to gnus-treat-article.
8422
8423 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8424
8425         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8426         a point here in order to keep the window start.
8427         (gnus-insert-mime-security-button): Make a button overlay without the
8428         front stickiness.
8429         (gnus-mime-display-security): Goto the end of a button.
8430
8431         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8432
8433 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8434
8435         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8436         group-name-at-point.
8437         (gnus-group-completing-read): New function that offers decoded
8438         non-ASCII group names for completion.
8439         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8440         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8441         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8442         (gnus-group-fetch-control): Use it.
8443         (gnus-fetch-group): Use group-name-at-point for the initial value
8444         rather than the default value; use gnus-alive-p.
8445
8446         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8447         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8448         (gnus-summary-post-news): Use gnus-group-completing-read.
8449
8450         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8451         (gnus-read-move-group-name): Decode group name for completion.
8452
8453 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8454
8455         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8456         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8457         Yamaoka slightly modified the code).
8458
8459 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8462         (nnmail-split-incoming): Bind it.
8463
8464         * nnml.el (nnml-group-name-charset): New function.
8465         (nnml-decoded-group-name): Use it; don't decode group name if
8466         nnmail-group-names-not-encoded-p is non-nil.
8467         (nnml-encoded-group-name): New function.
8468         (nnml-group-pathname): Inline nnml-decoded-group-name.
8469         (nnml-request-expire-articles): Decode group name in message.
8470         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8471         nnmail-pathname-coding-system.
8472         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8473         not decoded ones according to nnmail-group-names-not-encoded-p.
8474         (nnml-generate-active-info): Use nnml-encoded-group-name.
8475
8476 2007-08-08  Glenn Morris  <rgm@gnu.org>
8477
8478         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8479         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8480         doc-strings and comments.
8481
8482 2007-07-25  Glenn Morris  <rgm@gnu.org>
8483
8484         * Relicense all FSF files to GPLv3 or later.
8485
8486 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8487
8488         * gnus-sum.el (gnus-summary-move-article):
8489         Make gnus-summary-respool-article work.
8490
8491 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8492
8493         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8494         string.
8495
8496 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8497
8498         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8499         that should be ignored when comparing distant RSS articles with local
8500         ones.
8501         (nnrss-make-hash-index): New function.  Create a hash index according
8502         to the ignored fields.
8503         (nnrss-check-group): Use it.
8504
8505 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8508
8509         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8510
8511         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8512         the new optional argument ENCODED is non-nil.
8513         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8514         coding system for encoding group name.
8515         (gnus-group-make-rss-group): Pass un-encoded group name to
8516         gnus-group-make-group.
8517         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8518         encoded.
8519
8520         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8521         Encode group name to which articles are moved or copied.
8522         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8523         coding system for encoding Newsgroup, Followup-To and Xref headers.
8524
8525         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8526         marks; use nnheader-file-coding-system to write a file.
8527         (nnagent-retrieve-headers): Bind file-name-coding-system to
8528         nnmail-pathname-coding-system.
8529
8530         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8531
8532         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8533         (nnml-request-article, nnml-request-create-group)
8534         (nnml-request-rename-group, nnml-find-id)
8535         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8536         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8537         (nnml-save-marks): Use nnml-group-pathname instead of
8538         nnmail-group-pathname.
8539
8540         (nnml-request-create-group, nnml-request-expire-articles)
8541         (nnml-request-move-article, nnml-request-delete-group)
8542         (nnml-deletable-article-p, nnml-possibly-create-directory)
8543         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8544         (nnml-open-marks): Bind file-name-coding-system to
8545         nnmail-pathname-coding-system.
8546
8547         (nnml-request-article): Pass server argument to nnml-find-group-number.
8548         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8549         Pass server argument to nnml-possibly-create-directory.
8550         (nnml-request-accept-article): Pass server argument to
8551         nnml-active-number and nnml-save-mail.
8552         (nnml-find-group-number): Pass server argument to nnml-find-id.
8553         (nnml-request-update-info): Pass server argument to
8554         nnml-marks-changed-p.
8555
8556         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8557         (nnml-save-mail, nnml-active-number): Add server argument.
8558
8559         (nnml-request-delete-group): Warn if group is missing.
8560         (nnml-get-nov-buffer): Decode group name.
8561         (nnml-generate-active-info): Encode group name.
8562         (nnml-open-marks): Decode group name in messages.
8563
8564 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8567         if it is not specified.
8568         (gnus-article-pipe-part, gnus-article-save-part)
8569         (gnus-article-interactively-view-part, gnus-article-copy-part)
8570         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8571         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8572         (gnus-article-replace-part, gnus-article-delete-part)
8573         (gnus-article-view-part-as-type): Pass raw prefix argument to
8574         gnus-article-part-wrapper.
8575
8576 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8577
8578         * gnus-agent.el (gnus-agent-save-active):
8579         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8580
8581         * gnus-cache.el (gnus-cache-save-buffers)
8582         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8583         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8584         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8585         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8586         (gnus-cache-generate-active, gnus-cache-rename-group)
8587         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8588         (gnus-cache-update-overview-total-fetched-for):
8589         Bind file-name-coding-system to nnmail-pathname-coding-system.
8590         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8591         New variables.
8592         (gnus-cache-decoded-group-name): New function.
8593         (gnus-cache-file-name): Use it.
8594         (gnus-cache-generate-active): Use non-decoded group name for active.
8595
8596         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8597         right place.
8598         (gnus-write-active-file): Don't break non-ASCII group names.
8599
8600         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8601         nnmail-pathname-coding-system.
8602
8603         * lpath.el: Bind default-file-name-coding-system,
8604         file-name-coding-system and language-info-alist for XEmacs.
8605
8606         * gnus-uu.el (gnus-uu-decode-save): Typo.
8607
8608 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8609
8610         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8611
8612 2007-07-14  David Kastrup  <dak@gnu.org>
8613
8614         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8615         finishing actions if we did not edit the article.
8616
8617 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8618
8619         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8620         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8621         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8622         (gnus-agent-flush-group, gnus-agent-flush-cache)
8623         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8624         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8625         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8626         (gnus-agent-regenerate-group)
8627         (gnus-agent-update-files-total-fetched-for)
8628         (gnus-agent-update-view-total-fetched-for):
8629         Bind file-name-coding-system to nnmail-pathname-coding-system.
8630         (gnus-agent-group-pathname): Don't encode file names by
8631         nnmail-pathname-coding-system.
8632         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8633         coding-system-for-write instead of buffer-file-coding-system to
8634         gnus-agent-file-coding-system.
8635
8636         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8637         Decode group name.
8638
8639         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8640
8641         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8642         (gnus-read-newsrc-el-file): Make group names unibyte.
8643
8644         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8645         nnmail-pathname-coding-system.
8646
8647         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8648         (nnrss-request-delete-group): Bind file-name-coding-system to
8649         nnmail-pathname-coding-system.
8650         (nnrss-read-server-data, nnrss-read-group-data):
8651         Bind file-name-coding-system correctly.
8652         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8653
8654         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8655         (nntp-server-to-method-cache): New variable.
8656         (nntp-group-pathname): New function that decodes non-ASCII group names.
8657         (nntp-possibly-create-directory, nntp-marks-changed-p)
8658         (nntp-save-marks, nntp-open-marks): Use it.
8659         (nntp-possibly-create-directory, nntp-open-marks):
8660         Bind file-name-coding-system to nnmail-pathname-coding-system.
8661         (nntp-open-marks): Decode group names when bootstrapping marks.
8662
8663         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8664         Newsgroups and Folowup-To headers.
8665
8666 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8667
8668         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8669         (gnus-server-closed-face, gnus-server-denied-face)
8670         (gnus-server-offline-face): Remove variable.
8671         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8672
8673         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8674         of modifying message-stack directly for XEmacs.
8675
8676         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8677         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8678         if the coding-system argument is nil for XEmacs.
8679
8680         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8681         mm-charset-override-alist.
8682
8683         * rfc2047.el: Don't require base64; require rfc2045 for the function
8684         rfc2045-encode-string.
8685         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8686         to quote the parameter value.
8687
8688 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8691         form in gnus-group-name-charset-method-alist.
8692
8693         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8694         overrides the default layout edit-form.
8695
8696         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8697
8698         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8699
8700 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8701
8702         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8703         as unfetched articles.
8704
8705 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8706
8707         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8708
8709 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8712         original back end that keeps marks in the local system.
8713
8714 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8715
8716         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8717         arg of pop-to-buffer for XEmacs.
8718         (gnus-article-read-summary-keys): Ditto; don't restore window
8719         configuration if summary command ends up with neither article buffer
8720         nor summary buffer; describe bindings if summary keys end with C-h.
8721
8722 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8723
8724         * message.el (message-fix-before-sending): Skip raw message part to be
8725         forwarded while checking illegible text.
8726         (message-forward-make-body-mime, message-forward-make-body):
8727         Mark signed or encrypted raw message as having no illegible text.
8728
8729 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8732         (gnus-message-with-timestamp-1): New macro.
8733         (gnus-message-with-timestamp): New function.
8734         (gnus-message): Use them.
8735
8736         * nnheader.el (nnheader-message): Use them.
8737
8738 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8739
8740         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8741         .newsrc.eld file.
8742
8743 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8744
8745         * gnus-agent.el (gnus-agent-fetch-headers)
8746         (gnus-agent-retrieve-headers):
8747         Bind gnus-decode-encoded-address-function to identity.
8748
8749         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8750         available also when the server returns simply a dot.
8751
8752         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8753
8754 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8755
8756         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8757
8758 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8759
8760         * gnus-ems.el (gnus-x-splash): Make it work.
8761
8762         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8763         from being used.
8764
8765         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8766
8767 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8770         4th and the 5th arguments.
8771
8772         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8773         the front stickiness.
8774         (gnus-article-summary-command-nosave): Correct the order of the
8775         arguments passed to pop-to-buffer.
8776         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8777         summary command ends up with the article buffer.
8778
8779         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8780         the same faces.
8781
8782 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8783
8784         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8785
8786 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8787
8788         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8789         * gnus-sum.el (gnus-summary-highlight):
8790         * pgg.el (pgg-sign-region, pgg-sign):
8791         * mail-source.el (mail-source-delete-old-incoming-confirm):
8792         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8793
8794 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * gnus-art.el (gnus-mime-view-part-externally)
8797         (gnus-mime-view-part-internally): Fix predicate function passed to
8798         completing-read.
8799
8800         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8801
8802         * gnus.el (gnus-update-message-archive-method): Add :version.
8803
8804 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8805
8806         * gnus.el (gnus-update-message-archive-method): New variable.
8807
8808         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8809         according to gnus-message-archive-method if
8810         gnus-update-message-archive-method is non-nil.
8811
8812 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8813
8814         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8815         Suggested by Loic Dachary <loic@dachary.org>.
8816         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8817
8818 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * message.el (message-pop-to-buffer): Add switch-function argument.
8821         (message-mail): Pass switch-function argument to it.
8822
8823 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8824
8825         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8826         Improve doc string.
8827
8828 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8831         (gnus-header-content)
8832         * gnus-cite.el (gnus-cite-10)
8833         * gnus-srvr.el (gnus-server-closed)
8834         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8835         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8836         (gnus-group-mail-3-empty, gnus-group-mail-low)
8837         (gnus-group-mail-low-empty, gnus-splash)
8838         * message.el (message-header-to, message-header-cc)
8839         (message-header-subject, message-header-other, message-header-name)
8840         (message-header-xheader, message-separator, message-cited-text)
8841         (message-mml): Lighten colors of faces used for dark background.
8842
8843 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8844
8845         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8846         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8847
8848 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * message.el (message-narrow-to-headers-or-head):
8851         Ignore mail-header-separator in the body.
8852
8853 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8854
8855         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8856         same as window size.
8857
8858 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8859
8860         * message.el (message-font-lock-keywords): Use message-header-xheader
8861         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8862         ahead of the anything pattern, to get it recognised.
8863
8864 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8867         spam.el loads uses it in the compiled defadvice form.
8868
8869 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8870
8871         * gnus-sum.el (gnus-articles-to-read)
8872         (gnus-summary-insert-old-articles): Don't truncate group name for
8873         `read-string'.
8874
8875         * gnus-util.el (gnus-limit-string): Delete this function.
8876
8877         * gnus-sum.el (gnus-simplify-subject-fully):
8878         Use `truncate-string-to-width' instead.
8879
8880 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8881
8882         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8883         Tell if, on summary exit, the next group has to be selected.
8884         (gnus-summary-exit): Use it.
8885
8886 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8887
8888         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8889         non-break space.
8890
8891 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8894         Check if group is not a directory.
8895         (nnfolder-request-expire-articles): Don't delete articles if the target
8896         group is not available.
8897
8898         * nnml.el (nnml-request-create-group): Properly check if group is not a
8899         file.
8900         (nnml-request-expire-articles): Don't delete articles if the target
8901         group is not available.
8902
8903         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8904         Don't quote characters that are within parentheses.
8905
8906 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8907
8908         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8909         (gnus-handle-ephemeral-exit): Select article according to it.
8910
8911 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8912
8913         * message.el (message-insert-formated-citation-line): Remove newline.
8914         (message-citation-line-format): Add final \n here so that the user can
8915         avoid a blank line.
8916
8917 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8918
8919         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8920         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8921         Update lanl/arXiv support.
8922
8923 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8924
8925         * gnus.el: Bump version number.
8926
8927 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8928
8929         * gnus.el (gnus-version-number): Bump version.
8930
8931 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8932
8933         * gnus.el: No Gnus v0.6 is released.
8934
8935 2007-04-27  Didier Verna  <didier@xemacs.org>
8936
8937         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8938         * gmm-utils.el (gmm-regexp-concat): ... here.
8939         * message.el: Don't require 'gnus-util.
8940         (message-dont-reply-to-names): Handle name change above.
8941         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8942
8943 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8944
8945         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8946         since the initial value varies according to the system.
8947
8948 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8951
8952 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8953
8954         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8955
8956 2007-04-24  Didier Verna  <didier@xemacs.org>
8957
8958         Improve the type of gnus-ignored-from-addresses.
8959         * gnus-util.el (gnus-orify-regexp): New function.
8960         * message.el (gnus-util): Require it.
8961         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8962         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8963         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8964
8965 2007-04-24  Didier Verna  <didier@xemacs.org>
8966
8967         * gnus-sum.el:
8968         * gnus-utils.el: Fix some trailing whitespaces.
8969
8970 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8971
8972         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8973         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8974         article's Message-ID; refer parent article in summary buffer.
8975
8976         * message.el (message-bounce): Call mime-to-mml.
8977
8978         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8979         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8980         optimize and/or forms properly.
8981
8982 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8983
8984         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8985         URL.
8986
8987 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8988
8989         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8990
8991 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8992
8993         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8994         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8995         displayed of multipart/alternative part if it is invoked from summary
8996         buffer.
8997
8998         * mm-view.el (mm-inline-text-html-render-with-w3m)
8999         (mm-inline-text-html-render-with-w3m-standalone)
9000         (mm-inline-render-with-function): Use mail-parse-charset by default.
9001
9002 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9003
9004         * parse-time.el (parse-time-string-chars): Check if CHAR
9005         is less than the length of parse-time-syntax.
9006
9007 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9010         from gnus-newsgroup-processable.
9011
9012 2007-04-16  Didier Verna  <didier@xemacs.org>
9013
9014         * gnus-msg.el (gnus-configure-posting-styles):
9015         Handle message-signature-directory properly with :file syntax.
9016         Reported by "Leo".
9017
9018 2007-04-11  Didier Verna  <didier@xemacs.org>
9019
9020         New user option: message-signature-directory.
9021         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9022         * message.el (message-insert-signature): Ditto.
9023         * message.el (message-signature-file): Doc update.
9024         * message.el (message-signature-directory): New.
9025
9026 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * gnus-msg.el (gnus-inews-yank-articles):
9029         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9030
9031 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9032
9033         * message.el (message-yank-original): Make sure cited text ends with
9034         newline; don't exchange point and mark.
9035
9036 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9037
9038         * tls.el (open-tls-stream): Properly handle case where there
9039         is no associated buffer.
9040
9041 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9042
9043         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9044         message-yank-original, make sure (< mark TEXT point).
9045
9046 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9047
9048         * message.el (message-fill-column): New variable.
9049         (message-mode): Use it.  Add comment on a possible new hook.
9050
9051         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9052         (nnmail-get-new-mail): Reformat.
9053
9054         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9055
9056         * gmm-utils.el: Fix Commentary.
9057         (gmm-tool-bar-from-list): Fix typo in doc string.
9058
9059 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9060
9061         * message.el (message-yank-original): Don't switch point and mark
9062         unnecessarily to put point and mark as documented.
9063
9064 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9065
9066         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9067         from the message heads.
9068
9069 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9070
9071         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9072         article buffer does not have a window.  This may not be the best
9073         solution but is certainly better than setting the start of the null,
9074         that is the current, window.
9075
9076 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9077
9078         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9079         (gnus-draft-setup): Run it.
9080
9081         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9082         gnus-score-fast-scoring.  Allow regexp.
9083         (gnus-score-headers): Use it.
9084
9085         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9086         XEmacs.
9087
9088         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9089         string.
9090         (gnus-button-alist): Also catch `<f1> k ...'.
9091         (gnus-treat-display-x-face): Fix doc string.
9092
9093 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9094
9095         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9096         evaluation of gnus-extended-version to ensure correct generation of the
9097         User-Agent header when message-generate-headers-first is used.
9098
9099 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9100
9101         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9102         hashcash-path is nil.  Don't call callback with incorrect number of
9103         parameters if val is 0.
9104
9105 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9106
9107         * message.el (message-required-news-headers):
9108         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9109
9110 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9111
9112         * tls.el (open-tls-stream): In handshake-waiting loop,
9113         don't wait more if there is output available to process.
9114
9115 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9116
9117         * tls.el (tls-program): Doc fix.
9118
9119 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9120
9121         * message.el (message-generate-new-buffers): Change the meaning of the
9122         nil value; add `standard' to the choices; treat t as `unique'; improve
9123         doc string.
9124         (gnus-select-frame-set-input-focus): Autoload.
9125         (message-buffer-name): Search for the existing message buffer if
9126         message-generate-new-buffers is nil or `standard'; treat the value t of
9127         message-generate-new-buffers as `unique'.
9128         (message-pop-to-buffer): Raise the frame already displaying the message
9129         buffer; clear the echo area after querying.
9130         (message-setup): Pass the `continue' argument to compose-mail.
9131         (message-mail): Prefer `switch-function' if it is given; search for the
9132         existing message buffer if the `continue' argument is non-nil; pass
9133         continue and switch-function arguments to compose-mail by way of
9134         message-setup.
9135         (message-mail-other-window): Adjust argument of message-setup.
9136         (message-mail-other-frame): Ditto.
9137
9138 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9139
9140         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9141         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9142         to turn font-lock on when turning gnus-message-citation-mode on.
9143
9144 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9145
9146         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9147         (mml-smime-function-alist): New variable; add epg as the backend.
9148         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9149         mml-smime- functions instead.
9150         * mm-view.el: Require smime.
9151
9152 2007-03-05  Didier Verna  <didier@xemacs.org>
9153
9154         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9155         instead of just inheritance for posting styles.
9156         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9157
9158 2007-02-24  Chris Moore  <dooglus@gmail.com>
9159
9160         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9161         * pgg-pgp.el (pgg-pgp-encrypt-region):
9162         * pgg-gpg.el (pgg-gpg-encrypt-region):
9163         Check pgg-encrypt-for-me if no other recipients.
9164
9165 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9166
9167         * tls.el (tls-certtool-program): Fix custom type.
9168
9169 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9172         and point-at-eol instead of line-(beginning|end)-position.
9173
9174         * assistant.el (assistant-parse-buffer): Ditto.
9175
9176         * netrc.el (netrc-parse-services): Ditto.
9177
9178 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9179
9180         * mml2015.el (mml2015-epg-find-usable-key): New function.
9181         (mml2015-epg-sign): Use it.
9182         (mml2015-epg-encrypt): Use it.
9183
9184 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * message.el (message-make-in-reply-to): Quote name containing
9187         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9188         if there are special characters.  Reported by NAKAJI Hiroyuki
9189         <nakaji@jp.freebsd.org>.
9190
9191 2007-02-27  Didier Verna  <didier@xemacs.org>
9192
9193         Include the group parameters as well as the topic ones in the
9194         inheritance filter process.
9195         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9196         argument GROUP-PARAMS-LIST.
9197         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9198
9199 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9200
9201         * nntp.el (nntp-never-echoes-commands)
9202         (nntp-open-connection-functions-never-echo-commands): New variables.
9203         (nntp-send-command): Use them.
9204
9205 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9206
9207         * mml2015.el (mml2015-epg-verify): Simplify.
9208
9209 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9210
9211         * mml.el (mml-content-disposition-alist): New user option.
9212         (mml-content-disposition): New function.
9213         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9214         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9215
9216 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9217
9218         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9219         verification.
9220
9221 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9222
9223         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9224         articles posted in the last 24 hours.
9225
9226 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9227
9228         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9229
9230 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9231
9232         * nntp.el (nntp-send-command): Don't wait for echoes when
9233         nntp-open-ssl-stream is used.
9234
9235 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9238         (gnus-message-add-citation-keywords)
9239         (gnus-message-remove-citation-keywords): Remove.
9240         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9241         directly, make the variables in font-lock-defaults buffer-local, add
9242         gnus-message-citation-keywords to them and then update the value of
9243         font-lock-keywords.
9244
9245 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9246
9247         * message.el (message-cite-original-1): Don't call
9248         gnus-article-highlight-citation.
9249
9250         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9251         citations; fix line count.
9252
9253 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9254
9255         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9256         (gnus-message-add-citation-keywords)
9257         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9258         versions of font-lock-add-keywords and font-lock-remove-keywords to
9259         work with XEmacs correctly.
9260
9261 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9262
9263         * gnus-cite.el (gnus-cite-face-list): Set the values of
9264         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9265         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9266         (gnus-message-cite-prefix-regexp): New variable.
9267         (gnus-message-search-citation-line): Use it; protect against long
9268         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9269         the 0th match data for Emacs.
9270         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9271         (gnus-message-add-citation-keywords): Append keywords rather than
9272         prepending; emulate font-lock-add-keywords if it is not available.
9273         (gnus-message-remove-citation-keywords):
9274         Emulate font-lock-remove-keywords if it is not available.
9275
9276         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9277
9278         * message.el (message-cite-prefix-regexp): Set the value of
9279         gnus-message-cite-prefix-regexp.
9280
9281 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9282
9283         * nnweb.el (nnweb-google-parse-1): Update parser.
9284
9285 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9286
9287         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9288
9289 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9290
9291         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9292         regexp.
9293
9294 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9295
9296         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9297         string-to-multibyte.
9298         (uudecode-decode-region-internal): Use it.
9299
9300         * lpath.el: Fbind string-as-multibyte for XEmacs.
9301
9302 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9303
9304         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9305         Fix custom choice.
9306
9307         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9308
9309 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9310
9311         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9312
9313         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9314         `write-region' to respect `mm-inhibit-file-name-handlers'.
9315
9316 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9317
9318         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9319         Use gnus-home-directory instead of "~/" or "$HOME".
9320
9321 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9322
9323         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9324         to mention filename.
9325         Add comments at beginning regarding usage.
9326         (encrypt-write-file-contents): Change interactive so a string is
9327         acceptable.  If the file has no associated model, show an error instead
9328         of a nonsense prompt.
9329
9330 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9331
9332         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9333         Thanks to Yoshihiko Yamada for kind notification of this typo.
9334
9335 2007-01-12  Kenichi Handa  <handa@m17n.org>
9336
9337         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9338         multibyte buffer.
9339
9340 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9341
9342         * gnus-score.el (gnus-score-fast-scoring): New variable.
9343         (gnus-score-headers): Use it.
9344
9345         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9346
9347         * message.el (message-cite-original-1):
9348         Call gnus-article-highlight-citation if requested.
9349         (message-make-from): Allow name and address as optional arguments.
9350
9351         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9352
9353         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9354         bugs to doc string.
9355         (gnus-button-alist): Add mid\\|message-id.
9356         (gnus-button-fetch-group): Extend for use in
9357         `browse-url-browser-function'.
9358         (gnus-button-url-regexp): Try to catch paired parentheses like in
9359         Wikipedia URLs.
9360
9361         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9362         Suggested by Simon Krahnke <overlord@gmx.li>.
9363
9364 2007-01-13  Romain Francoise  <romain@orebokech.com>
9365
9366         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9367         Update copyright.
9368
9369 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9370
9371         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9372
9373 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9374
9375         * gnus-registry.el (gnus-registry-unfollowed-groups)
9376         (gnus-registry-split-fancy-with-parent): Fix documentation.
9377
9378 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9379
9380         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9381         from nnweb groups.
9382
9383 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9384
9385         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9386         Xref urls.  Erase buffer before requesting head.
9387
9388         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9389
9390 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9391
9392         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9393         customizable.
9394
9395 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9396
9397         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9398         no signing key is found.
9399         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9400         no encrypting and/or signing key is found.
9401
9402 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9405
9406 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9407
9408         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9409         headers read from disk with the ones newly found in the current search.
9410         This should no longer cause problems, because the article numbers in
9411         Gmane's `nov.php' output are ignored since the previous change.
9412
9413 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9414
9415         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9416
9417 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9418
9419         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9420         replace-regexp-in-string; bind url-version; fbind display-images-p and
9421         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9422         find-face and set-itimer-function for Emacs; bind itimer-list for
9423         Emacs.
9424
9425         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9426
9427 2007-01-01  Romain Francoise  <romain@orebokech.com>
9428
9429         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9430
9431 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9432
9433         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9434         `define-minor-mode' macro definition expanded properly.
9435         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9436         exclude it there.
9437
9438         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9439         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9440         `fboundp' test.
9441         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9442         This is OK to autoload in (S)XEmacs now.
9443
9444 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9445
9446         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9447         keystroke.
9448         (gnus-summary-limit-to-singletons): Fix typo.
9449
9450         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9451         else fails.
9452
9453 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9454
9455         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9456         docstring.
9457
9458         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9459         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9460         (gnus-summary-insert-dormant-articles): Fix typo in message.
9461
9462 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9463
9464         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9465         nil for XEmacs.
9466         (gnus-message-citation-mode): Don't autoload in XEmacs.
9467
9468         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9469
9470 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9471
9472         * nnimap.el (nnimap-expunge-search-string):
9473         Mention nnimap-search-uids-not-since-is-evil in docstring.
9474
9475 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9476
9477         * spam.el: Revert to make-obsolete-variable because
9478         define-obsolete-variable-alias is not supported in Emacs 21.
9479
9480         * spam.el (spam-ifile-path, spam-ifile-database-path)
9481         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9482         make-obsolete-variable.
9483         (spam-bsfilter-path, spam-bsfilter-program)
9484         (spam-spamassassin-path, spam-spamassassin-program)
9485         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9486         Don't use "path" inappropriately.
9487         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9488         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9489         variable names.
9490
9491 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9492
9493         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9494         summary buffer.
9495
9496         * password.el (password-cache-remove): Use clear-string to burn
9497         password, if available.
9498
9499 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9500
9501         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9502
9503         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9504
9505         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9506         (gnus-message-highlight-citation): Move defcustom here from
9507         gnus-cite.el.
9508         (gnus-message-citation-mode): Autoload.
9509
9510         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9511         checks to make it compile with XEmacs.
9512         (gnus-message-citation-mode): New minor mode.
9513         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9514         (gnus-message-highlight-citation): New variables.
9515         (gnus-message-search-citation-line)
9516         (gnus-message-add-citation-keywords)
9517         (gnus-message-remove-citation-keywords)
9518         (turn-on-gnus-message-citation-mode)
9519         (turn-off-gnus-message-citation-mode): New functions.
9520
9521 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9522
9523         * gnus-cite.el: Enable highlighting of different citation levels in
9524         message-mode.
9525
9526 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9527
9528         * message.el (message-make-fqdn): Fix comment.
9529         (message-bogus-system-names): Add ".local".
9530
9531         * spam.el (spam-ifile-path, spam-ifile-program)
9532         (spam-ifile-database-path, spam-ifile-database)
9533         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9534         Don't use "path" inappropriately.
9535         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9536         strings.
9537         (spam-check-ifile, spam-ifile-register-with-ifile)
9538         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9539         Use new variable names.
9540
9541         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9542         (gnus-treat-display-smileys): Simplify using
9543         gnus-image-type-available-p.
9544
9545         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9546         available.
9547
9548         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9549         Use `display-images-p' if available.
9550
9551 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9552
9553         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9554         one after turning on the buffer's multibyteness instead of decoding
9555         them directly in the unibyte buffer that causes unexpected conversion
9556         in Emacs 23 (unicode).
9557
9558 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9559
9560         * message.el (message-generate-hashcash): Fix custom type.
9561
9562 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9563
9564         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9565
9566 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9567
9568         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9569         disconnect icons.  Add help text.
9570
9571 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9572
9573         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9574         negated to be consistent with the others we handle.
9575
9576 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9577
9578         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9579         version of gnus-summary-buffer to something, so that we can use two
9580         article buffers at the same time.
9581
9582 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9583
9584         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9585         trigger all the extra headers.
9586         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9587         sorting.
9588
9589 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9590
9591         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9592         solid groups.
9593
9594 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9595
9596         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9597
9598 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9599
9600         * legacy-gnus-agent.el: Add Copyright notice.
9601
9602 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9603
9604         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9605
9606 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9607
9608         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9609
9610         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9611         to make it work reliably in CVS Emacs.
9612         (gnus-summary-limit-strange-charsets-predicate)
9613         (gnus-summary-limit-to-predicate): New functions.
9614
9615 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9616
9617         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9618         specifying array size.
9619         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9620         array if it is too small.
9621         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9622         (gnus-sort-threads-loop): New function.
9623
9624 2006-12-06  Chris Moore  <dooglus@gmail.com>
9625
9626         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9627         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9628
9629 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9630
9631         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9632         options.
9633
9634 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9635
9636         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9637         DOS-ing the recipient.
9638
9639         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9640         the headers when creating the mapping to avoid mismappings.
9641         (nnweb-gmane-create-mapping): Always nix out old mapping.
9642
9643 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9644
9645         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9646         and mm-verify-option to never.
9647
9648 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9649
9650         * message.el (message-signed-or-encrypted-p): New function.
9651         (message-forward-make-body): Use it.
9652
9653         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9654         Replace encode-coding-string with mm-encode-coding-string.
9655
9656 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9657
9658         * nneething.el (nneething-decode-file-name):
9659         Replace decode-coding-string with mm-decode-coding-string.
9660
9661         * gnus-int.el (gnus-open-server): Say failed server's name.
9662
9663 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9664
9665         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9666         strings to a single string.  Quote `errors-file-name'.
9667         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9668         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9669         Adjust calls.  Use `shell-quote-argument'.
9670
9671 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9672
9673         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9674         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9675
9676         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9677         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9678         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9679         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9680         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9681         (gnus-subscribe-newsgroup, gnus-1):
9682         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9683         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9684         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9685         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9686
9687 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9688
9689         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9690         keystroke.
9691         (gnus-summary-limit-to-bodies): Implement headersp.
9692
9693 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9694
9695         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9696
9697 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9698
9699         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9700
9701 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9702
9703         * message.el (message-generate-hashcash): Expand range of values to
9704         include `opportunistic'.
9705         (message-send-mail): Use it.
9706
9707 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9708
9709         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9710         and comment it.
9711
9712         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9713
9714 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9715
9716         * gnus-util.el (gnus-extract-address-components): Improve comment.
9717
9718 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9719
9720         * gnus-util.el (gnus-extract-address-components): Work with address in
9721         which the name portion contains @.
9722
9723         * lpath.el: Fbind custom-autoload.
9724
9725 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9726
9727         * gnus.el (gnus-start): Move custom group up.
9728         (gnus-select-method): Don't autoload, but make it available for
9729         `customize-variable'.
9730         (gnus-getenv-nntpserver): Don't autoload.
9731
9732 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9733
9734         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9735
9736 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9737
9738         * message.el (message-sendmail-extra-arguments): New variable.
9739         (message-send-mail-with-sendmail): Use it.
9740
9741 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9742
9743         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9744         mm-with-unibyte-current-buffer to make string unibyte.
9745
9746         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9747         mm-string-as-multibyte.
9748
9749 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9750
9751         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9752         Reported by Werner Koch <wk@gnupg.org>.
9753
9754 2006-11-14  Daiki Ueno  <ueno@p360>
9755
9756         * mml2015.el: Autoload epa-select-keys when compiling.
9757
9758 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9759
9760         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9761         message-options.
9762         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9763
9764 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9765
9766         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9767         EasyPG (< 0.0.6).
9768         (mml2015-always-trust): New user option.
9769         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9770         prompt.
9771
9772 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * nntp.el (nntp-authinfo-force): New variable.
9775         (nntp-send-authinfo): Use it.
9776
9777 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9778
9779         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9780         decode encoded words.  Improve prompt.  Add comment about forwarding.
9781         (message-replacement-char): Move up.
9782
9783 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9784
9785         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9786         instead of gnus-intersection because arguments of gnus-sorted-nunion
9787         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9788
9789 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9790
9791         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9792         (message-simplify-subject-functions):
9793         Enable message-strip-subject-encoded-words by default.
9794
9795 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9796
9797         * message.el (message-strip-subject-encoded-words): New function.
9798         (message-simplify-subject-functions): New variable.
9799         (message-simplify-subject): Use it.  Fix typo in doc string.
9800         Support message-strip-subject-encoded-words.
9801
9802 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9803
9804         * gnus-diary.el (gnus-diary-delay-format-function):
9805         * nndiary.el (nndiary-reminders):
9806         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9807
9808 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9809
9810         * gnus-art.el (article-hide-boring-headers): Fetch date from
9811         gnus-original-article-buffer to avoid problems with localized date
9812         strings.
9813
9814 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9815
9816         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9817
9818 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9819
9820         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9821         New variables.
9822         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9823         (mm-charset-synonym-alist): Move some entries to
9824         mm-codepage-iso-8859-list.
9825         (mm-charset-synonym-alist, mm-charset-override-alist):
9826         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9827
9828 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9829
9830         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9831
9832 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9833
9834         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9835         with Emacs 21 and XEmacs.
9836
9837 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9838
9839         * spam.el (spam-parse-address): New function for better parsing,
9840         catching errors, etc.
9841         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9842
9843 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9844
9845         * mm-view.el: Add interactive arg to html2text autoload.
9846
9847 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9848
9849         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9850
9851 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9852
9853         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9854         New variables.
9855         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9856         (mm-charset-synonym-alist): Move some entries to
9857         mm-codepage-iso-8859-list.
9858
9859         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9860
9861 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9862
9863         * message.el (message-citation-line-format)
9864         (message-insert-formated-citation-line): Fix implementation of %E, %N
9865         and %n according to the doc string.
9866
9867 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9868
9869         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9870         Use car-safe to avoid bad parses.
9871
9872 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9873
9874         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9875         names.
9876
9877         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9878
9879 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9882         header.
9883
9884         * message.el (message-draft-headers): Add Date.
9885         (message-headers-to-generate): Fix typo in docstring.
9886
9887         * nndraft.el (nndraft-required-headers): New variable.
9888         (nndraft-generate-headers): Use it.
9889
9890         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9891
9892 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9893
9894         * gnus-registry.el (gnus-registry-wash-for-keywords)
9895         (gnus-registry-find-keywords): New functions to allow easy searching of
9896         articles that are in the registry.
9897
9898 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9899
9900         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9901         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9902         Reported by Damien Elmes <damien@repose.cx>.
9903
9904 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9905
9906         * gnus.el (gnus-mime): Remove unused custom group.
9907
9908 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9909
9910         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9911         "blank line" when searching for end of armor headers.
9912
9913 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9914
9915         * gmm-utils.el (gmm-write-region): Fix variable name.
9916
9917 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9918
9919         * gmm-utils.el (gmm-write-region): New function based on compatibility
9920         code from `mm-make-temp-file'.
9921
9922         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9923
9924         * nnmaildir.el (nnmaildir--update-nov)
9925         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9926         Use `gmm-write-region'.
9927
9928 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9929
9930         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9931         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9932
9933         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9934
9935         * message.el (message-replacement-char): New variable.
9936         (message-fix-before-sending): Use it.
9937         (message-simplify-subject): New function to remove duplicate code.
9938         (message-reply, message-followup): Use it.
9939
9940         * gnus-sum.el (gnus-summary-make-menu-bar):
9941         Clarify gnus-summary-limit-to-articles.
9942
9943 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9944
9945         * gnus-util.el (gnus-with-local-quit): New macro.
9946
9947         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9948
9949 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9950
9951         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9952         ignore non-string data.
9953
9954 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9955
9956         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9957         non-string data (needs to be done in the registry too).
9958
9959 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9960
9961         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9962         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9963         (gnus-registry-split-fancy-with-parent)
9964         (gnus-registry-fetch-simplified-message-subject-fast)
9965         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9966         Remove text properties on ingress into the registry and when it's saved.
9967         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9968         registry from entries with no groups.
9969
9970 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9971
9972         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9973         function to remove string properties.
9974
9975 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9976
9977         * gmm-utils.el (gmm): Adjust custom version.
9978
9979         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9980         Adjust custom version.
9981
9982         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9983
9984 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9985
9986         * gnus-art.el (gnus-insert-prev-page-button)
9987         (gnus-insert-next-page-button): Simplify.  Reformat.
9988
9989 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9990
9991         * gnus-art.el (gnus-insert-prev-page-button)
9992         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9993
9994 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9995
9996         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9997
9998 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9999
10000         * gnus-art.el (gnus-insert-mime-button)
10001         (gnus-insert-mime-security-button):
10002         Apply gnus-article-button-face to MIME and security buttons.
10003
10004 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10005
10006         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10007         readable.
10008
10009 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10010
10011         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10012
10013 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10014
10015         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10016         `browse-url-of-file' instead of `browse-url'.
10017
10018 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10019
10020         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10021         regexp.  Articles containing quotation were cut prematurely.
10022
10023 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10024
10025         * message.el (message-cite-original-1): Use nobody by default for the
10026         value of From header.
10027         (message-reply): Ditto.
10028
10029 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10030
10031         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10032         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10033         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10034
10035 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10036
10037         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10038         mails in the doc string.  Add some URLs in comment.
10039         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10040
10041 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10042
10043         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10044         backslashes handling and the way to find boundaries of quoted strings.
10045
10046 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10047
10048         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10049         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10050         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10051         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10052
10053 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10054
10055         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10056         doc string.
10057         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10058
10059 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10060
10061         * lpath.el: Fbind epg-check-configuration.
10062
10063 2006-09-06  Simon Josefsson  <jas@extundo.com>
10064
10065         * mml2015.el (mml2015-use): Doc fix, mention epg.
10066
10067 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10068
10069         * mml2015.el (mml2015-use): Default to epg, if available.
10070
10071 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10072
10073         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10074         message-sender.
10075         (mml1991-epg-encrypt): Ditto.
10076         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10077         message-sender.
10078         (mml2015-epg-encrypt): Ditto.
10079
10080 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10081
10082         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10083         several common directories.
10084
10085 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10086
10087         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10088         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10089
10090 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10091
10092         * gnus-art.el (article-decode-encoded-words): Make it fast.
10093
10094 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10095
10096         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10097
10098         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10099         in quoted string into `\'.
10100
10101 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10104         Use standard-syntax-table.
10105
10106 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10107
10108         * gnus-art.el (gnus-decode-address-function): New variable.
10109         (article-decode-encoded-words): Use it to decode headers which are
10110         assumed to contain addresses.
10111         (gnus-mime-delete-part): Remove useless `or'.
10112
10113         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10114         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10115         (gnus-nov-parse-line): Use it to decode From header.
10116         (gnus-get-newsgroup-headers): Ditto.
10117         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10118
10119         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10120         (mail-decode-encoded-address-string): New alias.
10121
10122         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10123         New function.
10124         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10125         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10126         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10127         (rfc2047-decode-string): Ditto.
10128         (rfc2047-decode-address-region): New function.
10129         (rfc2047-decode-address-string): New function.
10130
10131 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10132
10133         * message.el (message-caesar-buffer-body): Allow rotating headers.
10134
10135         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10136
10137         * message.el (message-insert-formated-citation-line): Fix %f.
10138         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10139
10140 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10141
10142         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10143         (gnus-bookmark-mouse-available-p): New macro.
10144         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10145         (gnus-bookmark-bmenu-show-infos): Use it.
10146         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10147         (gnus-bookmark-bmenu-hide-infos): Ditto.
10148         (gnus-bookmark-remove-properties): New function.
10149         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10150         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10151         (gnus-bookmark-write-file): Bind coding-system-for-write.
10152         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10153         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10154         group before selecting it.
10155         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10156         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10157         quit-window if it is not available; use gnus-mouse-2 and bind it to
10158         gnus-bookmark-bmenu-select-by-mouse.
10159         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10160         (gnus-bookmark-bmenu-select-by-mouse): New function.
10161
10162 2006-08-13  Romain Francoise  <romain@orebokech.com>
10163
10164         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10165         space.
10166
10167 2006-08-10  Romain Francoise  <romain@orebokech.com>
10168
10169         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10170         (dns-mode-soa-auto-increment-serial): New user option.
10171         (dns-mode-soa-maybe-increment-serial): New function.
10172         (dns-mode): Add the latter to `write-contents-functions'.
10173
10174 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10175
10176         * compface.el (uncompface): Use binary rather than raw-text-unix.
10177
10178 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10179
10180         * compface.el (uncompface): Make sure the eol conversion doesn't take
10181         place when communicating with the external programs.
10182         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10183
10184 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10185
10186         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10187
10188 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10189
10190         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10191         Make it more robust by parsing author and date independently.
10192
10193 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10194
10195         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10196
10197 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10198
10199         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10200         first matching secret key.
10201         (mml2015-epg-encrypt): Ditto.
10202
10203         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10204         first matching secret key.
10205         (mml1991-epg-encrypt): Ditto.
10206
10207         * mml2015.el (mml2015-encrypt-to-self): New user option.
10208         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10209         mml2015-epg-encrypt-to-self is set.
10210
10211         * mml1991.el (mml1991-encrypt-to-self): New variable.
10212         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10213         mml1991-epg-encrypt-to-self is set.
10214
10215         * mml2015.el (mml2015-signers): New user option.
10216         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10217         (mml2015-epg-encrypt): Allow to select signing keys.
10218
10219         * mml1991.el (mml1991-signers): New variable.
10220         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10221         (mml1991-epg-encrypt): Allow to select signing keys.
10222
10223 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10224
10225         * nnheader.el (nnheader-insert-head): Make it work even if the file
10226         uses CRLF for the line-break code.
10227
10228 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10229
10230         * mml2015.el: Require mml-sec instead of password.
10231         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10232         (mml2015-cache-passphrase): Inherit the default value from
10233         mml-secure-cache-passphrase.
10234         (mml2015-passphrase-cache-expiry): Inherit the default value from
10235         mml-secure-passphrase-cache-expiry.
10236
10237         * mml1991.el: Require mml-sec instead of password.
10238         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10239         (mml1991-cache-passphrase): Inherit the default value from
10240         mml-secure-cache-passphrase.
10241         (mml1991-passphrase-cache-expiry): Inherit the default value from
10242         mml-secure-passphrase-cache-expiry.
10243
10244         * mml-sec.el: Require password.
10245         (mml-secure-verbose): New user option.
10246         (mml-secure-cache-passphrase): New user option.
10247         (mml-secure-passphrase-cache-expiry): New user option.
10248
10249 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10250
10251         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10252         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10253         andreas@altroot.de (Andreas Vögele).
10254
10255         FIXME: Use `tiny change'?
10256
10257 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10258
10259         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10260         workaround for the url package included with Emacs.
10261
10262         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10263
10264 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10265
10266         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10267         correctly.  This fixes a bug caused by the 2006-05-12 change.
10268
10269 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10270
10271         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10272         some information about the error when saying that the `bogus' mail
10273         group will be used.
10274
10275 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10276
10277         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10278         string.
10279
10280 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10281
10282         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10283
10284 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10285
10286         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10287
10288 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10289
10290         * mml1991.el (mml1991-function-alist): Add epg.
10291         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10292         (mml1991-epg-encrypt): New functions.
10293
10294 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10295
10296         * mml2015.el (mml2015-verbose): New variable.
10297         (mml2015-cache-passphrase): Ditto.
10298         (mml2015-passphrase-cache-expiry): Ditto.
10299         (mml2015-function-alist): Add epg.
10300         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10301         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10302         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10303         New functions.
10304
10305 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10306
10307         * message.el (message-cite-original-1): Preserve region when removing
10308         quoted text due to X-No-Archive in order to avoid bogus attribution
10309         when citing multiple messages.
10310
10311 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10312
10313         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10314         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10315
10316 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10317
10318         * gnus-diary.el (gnus-user-format-function-d)
10319         (gnus-user-format-function-D): Autoload.
10320
10321         * imap.el (Commentary): Fix typo.
10322
10323         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10324         2006-04-22 contribution.
10325
10326 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10327
10328         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10329         It didn't really fix the bogosity I'm seeing with solid web groups.
10330
10331 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10332
10333         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10334         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10335         created using server names.  If we use the feature without declaring
10336         it, Gnus does not properly manage server and group state.
10337
10338         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10339         bound.
10340
10341 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10342
10343         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10344         looking up the method using GROUP's prefix before inventing a new one.
10345         It is used on killed/unknown groups in various places where returning
10346         an all-new method isn't expected by the caller.
10347
10348         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10349         and match semantics of gnus-group-real-prefix.
10350
10351 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10352
10353         * nnmail.el (nnmail-broken-references-mailers): New variable.
10354         (nnmail-ignore-broken-references): New function generalizing
10355         nnmail-fix-eudora-headers.
10356         (nnmail-fix-eudora-headers): Now obsolete.
10357
10358         * gnus-art.el (gnus-button-handle-custom):
10359         Support `customize-apropos*'.
10360
10361 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10362
10363         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10364
10365         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10366         articles.
10367
10368 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10369
10370         * message.el (message-cite-reply-above): New variable.
10371         (message-yank-original): Use it.
10372
10373 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10376
10377 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10378
10379         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10380         as read.
10381
10382         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10383
10384 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10385
10386         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10387         (gnus-bookmark-default-file): Use gnus-directory.
10388         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10389         Remove "*" in doc string.
10390         (gnus-bookmark-write-file): Simplify.
10391         (gnus-bookmark-maybe-sort-alist): Use `when'.
10392         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10393         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10394         Add FIXME about Emacs 21 and XEmacs compatibility.
10395         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10396         compatibility.
10397         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10398         compatibility.
10399         (gnus-bookmark-menu-heading): Fix version.
10400
10401 2006-06-19  Bastien Guerry  <bzg@altern.org>
10402
10403         * gnus-bookmark.el: New file.
10404
10405 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * message.el (message-syntax-checks): Doc fix.
10408
10409 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10410
10411         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10412         unsubscribed groups as if they were killed ones.  It causes duplicate
10413         entries in gnus-newsrc-alist.
10414
10415 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10416
10417         * message.el (message-syntax-checks): Doc fix.
10418         (message-send-mail): Add check for continuation headers.
10419         (message-check-news-header-syntax): Fix regexp used to check for
10420         continuation headers.
10421
10422 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10423
10424         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10425
10426 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10427
10428         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10429
10430 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10431
10432         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10433         default-truncate-lines.
10434
10435 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10436
10437         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10438         to fill the utf-8 entry.
10439
10440         * lpath.el: Fbind unicode-precedence-list.
10441
10442 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10443
10444         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10445
10446 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10447
10448         * gnus-agent.el (directory-files-and-attributes): Move all the way
10449         forward (the third and final move).
10450         (gnus-agent-read-agentview): Trap reconstruction errors due to
10451         nonexistent directory.  Handle by returning nil.
10452
10453 2006-05-30  Didier Verna  <didier@xemacs.org>
10454
10455         * message.el (message-dont-reply-to-names): Update the custom type.
10456         * message.el (message-dont-reply-to-names): New defsubst: potentially
10457         convert a list of regexps into a single one.
10458         * message.el (message-get-reply-headers): Use it.
10459         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10460
10461 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * gnus-agent.el (directory-files-and-attributes): Move forward.
10464
10465 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10466
10467         * gnus-ml.el (gnus-mailing-list-subscribe)
10468         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10469         (gnus-mailing-list-message): Fix doc strings.
10470
10471 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10472
10473         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10474         of doing it manually.
10475
10476 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10477
10478         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10479         comment.
10480
10481 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10482
10483         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10484         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10485         (gnus-agent-read-local): All symbols allocated in my-obarray.
10486         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10487         (gnus-agent-regenerate-group): Check numeric names to see if they are
10488         messages or groups.
10489         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10490         better way of do this...)
10491
10492         * gnus-cache.el (gnus-agent-total-fetched-for):
10493         Ignore 'dummy.group' (there should be a better way of do this...)
10494
10495 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10496
10497         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10498         (gnus-saved-headers): Ditto.
10499         (gnus-default-article-saver): Mention functions may have properties.
10500         (gnus-article-save): Override gnus-save-all-headers and
10501         gnus-saved-headers by :headers property which saver function may have.
10502         (gnus-summary-save-in-file): Add :headers property.
10503         (gnus-summary-write-to-file): Ditto.
10504
10505         * gnus-sum.el (gnus-summary-save-article): Bind
10506         gnus-prompt-before-saving to t when saving many articles in a file;
10507         always show all headers.
10508
10509         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10510
10511 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10512
10513         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10514         marks.
10515
10516         * message.el (message-indent-citation): Add optional arguments to allow
10517         using it outside of message buffers.
10518
10519         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10520         (gnus-article-treat-unfold-headers): Use it.
10521         (gnus-article-truncate-lines): New variable.
10522         (gnus-article-mode): Use it.
10523         (gnus-article-toggle-truncate-lines): New function.
10524
10525         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10526         Add gnus-article-toggle-truncate-lines.
10527
10528         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10529         coding system in XEmacs, use binary.
10530
10531 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10532
10533         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10534         after-load-alist.
10535
10536         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10537         this function should save decoded articles.
10538         (gnus-summary-write-to-file): Use property to specify this function
10539         should save decoded articles and specify gnus-summary-save-in-file
10540         should be used to save articles other than the first one when saving
10541         many articles.
10542         (gnus-summary-save-body-in-file): Use property to specify this
10543         function should save decoded articles.
10544         (gnus-summary-write-body-to-file): Use property to specify this
10545         function should save decoded articles and specify
10546         gnus-summary-save-body-in-file should be used to save articles other
10547         than the first one when saving many articles.
10548
10549         * gnus-sum.el (gnus-summary-save-article): Simplify.
10550
10551 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10552
10553         * gnus-art.el (gnus-default-article-saver):
10554         Add gnus-summary-write-body-to-file.
10555         (gnus-article-save-coding-system): Don't use coding system object
10556         in XEmacs.
10557         (gnus-read-save-file-name): Add optional `dir-var' argument which
10558         specifies directory in which files are saved; work even if optional
10559         `variable' argument is not specified.
10560         (gnus-summary-write-to-file): Read file name.
10561         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10562         (gnus-summary-write-body-to-file): New function.
10563
10564         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10565         (gnus-summary-local-variables): Add it.
10566         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10567         (gnus-summary-save-article): Remove optional `decode' argument;
10568         determine whether to decode articles by the value of
10569         gnus-default-article-saver; when saving many files using
10570         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10571         it first and use gnus-summary-save-in-file or
10572         gnus-summary-save-body-in-file thereafter unless
10573         gnus-prompt-before-saving is always; move point to article which
10574         will be saved.
10575         (gnus-summary-save-article-file): Revert.
10576         (gnus-summary-write-article-file): Revert.
10577         (gnus-summary-save-article-body-file): Revert.
10578         (gnus-summary-write-article-body-file): New function.
10579
10580 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * gnus-art.el (gnus-default-article-saver): Doc fix.
10583         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10584         from gnus-summary-save-article-coding-system, and default to a
10585         certain coding system.
10586         (gnus-output-to-file): Add coding cookie and encode text according
10587         to gnus-article-save-coding-system; don't use mm-append-to-file.
10588
10589         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10590         gnus-art.el and rename to gnus-article-save-coding-system.
10591         (gnus-summary-save-article): Require gnus-art; don't show all
10592         headers if it decodes articles; don't add coding cookie here;
10593         don't bind mm-text-coding-system-for-write.
10594         (gnus-summary-save-article-file): Save decoded articles.
10595         (gnus-summary-write-article-file): When saving many files, use
10596         gnus-summary-write-to-file first and gnus-summary-save-in-file
10597         thereafter unless gnus-prompt-before-saving is always.
10598         (gnus-summary-save-article-body-file): Save decoded articles.
10599
10600         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10601
10602 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10603
10604         * nnrss.el (nnrss-check-group): Bind hash-index.
10605
10606 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10607
10608         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10609         its hash index.  Store this hash in `nnrss-group-data'.
10610         (nnrss-read-group-data): Update accordingly.
10611
10612 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10613
10614         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10615         entry.
10616
10617         * gnus-sum.el (gnus-summary-make-menu-bar):
10618         Add gnus-article-browse-html-article.
10619
10620 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10621
10622         * gnus-sum.el (gnus-summary-mime-map):
10623         Add gnus-article-browse-html-article.
10624
10625         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10626
10627 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10628
10629         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10630         suitable coding systems in customize.
10631
10632 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10633
10634         * mail-source.el (mail-sources): Fix custom type.
10635
10636 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10637
10638         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10639         (gnus-summary-expire-articles-now): Shorten prompt.
10640
10641         * gmm-utils.el (wid-edit): Require.
10642         (defun-gmm): Rename from `gmm-defun-compat'.
10643         (gmm-image-search-load-path): Use it.
10644         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10645
10646 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10647
10648         * gnus-sum.el (gnus-summary-save-article-coding-system):
10649         New variable.
10650         (gnus-summary-save-article): Add optional `decode' argument.
10651         If it is set and gnus-summary-save-article-coding-system is non-nil,
10652         save decoded article.
10653         (gnus-summary-write-article-file): Save decoded article if
10654         gnus-summary-save-article-coding-system is non-nil.
10655
10656         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10657         type.
10658
10659 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10660
10661         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10662
10663 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10664
10665         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10666         first to test gnus-single-article-buffer which may be buffer-local.
10667
10668         * gnus-sum.el (gnus-summary-setup-buffer):
10669         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10670         group; make gnus-article-buffer, gnus-article-current, and
10671         gnus-original-article-buffer always buffer-local.
10672         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10673         group.
10674         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10675
10676 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10677
10678         * nnml.el (nnml-request-compact-group): Compressed files might not
10679         have .gz extension.
10680
10681 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10682
10683         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10684         (mm-copy-to-buffer): Use with-current-buffer.
10685         (mm-display-part): Simplify.
10686         (mm-inlinable-p): Add optional arg `type'.
10687
10688 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10689
10690         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10691         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10692         Try harder to show the attachment internally or externally using
10693         gnus-mime-view-part-as-type.
10694
10695 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10696
10697         * message.el (message-from-style, message-signature-separator)
10698         (message-user-organization-file, message-send-mail-function)
10699         (message-citation-line-function, message-yank-prefix)
10700         (message-indent-citation-function, message-signature)
10701         (message-signature-file, message-signature-insert-empty-line):
10702         Remove autoloads.
10703
10704         * gnus-art.el (gnus-buttonized-mime-types):
10705         Remove "multipart/signed".  Revert 2006-04-26 change.
10706
10707 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10708
10709         * gnus.el (gnus-version-number): Bump version.
10710
10711 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10712
10713         * gnus.el: No Gnus v0.5 is released.
10714
10715 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10716
10717         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10718         fetching articles by message-id.
10719
10720 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10721
10722         * message.el (hashcash): Require hashcash as normal.
10723
10724         * ecomplete.el (ecomplete-highlight-match-line):
10725         Use point-at-eol.
10726         (ecomplete-highlight-match-line): Use `highlight', because that
10727         face exists in both Emacs and XEmacs.
10728
10729         * message.el (message-display-abbrev): Use point-at-bol.
10730
10731         * mail-source.el: Don't require timer/timer-funcs.
10732
10733         * gnus-async.el: Ditto.
10734
10735         * password.el: Ditto.
10736
10737         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10738
10739         * mm-url.el: Ditto.
10740
10741         * gnus-xmas.el: Don't require timer-funcs.
10742
10743         * mm-util.el: Require timer/timer-funcs.
10744
10745 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10746
10747         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10748         Close.
10749
10750 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10751
10752         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10753         unibyte after clear-decrypt function runs.
10754
10755         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10756         returns as a unibyte string.
10757
10758 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * lpath.el: Revert.
10761
10762         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10763         (pgg-gpg-process-sentinel): Revert.
10764
10765         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10766         (pgg-pgp-lookup-key): Revert.
10767
10768         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10769         (pgg-pgp5-lookup-key): Revert.
10770
10771         * pgg.el (pgg-fetch-key): Revert.
10772
10773 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10774
10775         * lpath.el: Fbind string-as-multibyte for XEmacs.
10776
10777         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10778         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10779         (mml1991-pgg-encrypt): Ditto.
10780
10781         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10782         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10783         a multibyte buffer.
10784
10785         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10786         (pgg-pgp-lookup-key): Ditto.
10787
10788         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10789         (pgg-pgp5-lookup-key): Ditto.
10790
10791         * pgg.el (pgg-fetch-key): Ditto.
10792
10793 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10794
10795         * message.el (message-user-organization-file): Check several
10796         locations of the organization file.
10797
10798         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10799         Add gnus-article-view-part-as-type.
10800
10801         * gnus-art.el (gnus-article-view-part-as-type): New function.
10802
10803         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10804         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10805
10806         * mml.el: Simplify autoload.
10807         (mml-mode): defvar dnd-protocol-alist instead of using
10808         symbol-value.
10809         (mml-default-directory): New variable.
10810         (mml-minibuffer-read-file): Use it.
10811         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10812
10813         * message.el (message-citation-line-format): New variable.
10814         (message-insert-formated-citation-line): New function.
10815         (message-citation-line-function):
10816         Add `message-insert-formated-citation-line' to custom type.
10817
10818         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10819         to doc string.
10820
10821         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10822         depending on mm-verify-option.
10823
10824 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10825
10826         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10827         binding pgg-* variables; reimplement the section which prevents
10828         MIME header from being signed.
10829         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10830         pgg-text-mode; remove a blank line at the top of body.
10831
10832         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10833         lines at the top of body; use gnus-newsgroup-charset if there's no
10834         Charset header.
10835
10836 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10837
10838         * message.el (message-self-insert-commands): Doc fix.
10839
10840         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10841         (mm-uu-pgp-encrypted-test): Ditto.
10842         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10843         between header and body; return application/pgp-encrypted handle
10844         if decryption failed; decode decrypted body by charset.
10845
10846         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10847         element match to application/pgp-*.
10848
10849 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10850
10851         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10852         HTML.
10853
10854 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10855
10856         * mail-source.el (mail-source-call-script): Message the error
10857         string.
10858
10859 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10860
10861         * gnus-util.el (gnus-byte-compile): Use it.
10862
10863 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10864
10865         * gnus-util.el (kill-empty-logs): New function.
10866
10867 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10868
10869         * message.el (message-mail-alias-type): Doc fix.
10870         (message-mail-alias-type-p): New function.
10871         (message-send): Use it.
10872         (message-mode): Ditto.
10873         (message-strip-forbidden-properties): Ditto.
10874
10875         * ecomplete.el (ecomplete-database-file-coding-system):
10876         New variable.
10877         (ecomplete-save): Use it.
10878         (ecomplete-setup): Use it.
10879
10880 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10881
10882         * message.el (message-self-insert-commands): New variable.
10883         (message-strip-forbidden-properties): Use it.
10884
10885 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10886
10887         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10888         that doesn't make XEmacs choke.
10889
10890 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10891
10892         * gnus-util.el (gnus-replace-in-string):
10893         Prefer replace-regexp-in-string over of replace-in-string.
10894
10895 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10896
10897         * gnus-util.el (gnus-select-frame-set-input-focus):
10898         Use select-frame-set-input-focus if it is available in XEmacs; use
10899         definition defined in Emacs 22 for old Emacsen.
10900
10901         * dgnushack.el: Autoload unmorse-region for XEmacs.
10902
10903         * lpath.el: Bind cursor-in-non-selected-windows and
10904         select-frame-set-input-focus for XEmacs.
10905
10906 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10907
10908         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10909
10910 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10911
10912         * gnus-registry.el (gnus-registry-cache-save): Remove text
10913         properties when saving via the temp buffer.
10914
10915 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10916
10917         * message.el (message-generate-hashcash): Honor custom type.
10918
10919 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10920
10921         * message.el (message-generate-hashcash): Default to non-nil when
10922         hashcash is found.
10923
10924         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10925         (gnus-refer-thread-limit): Increase default to 500.
10926
10927         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10928
10929         * flow-fill.el (fill-flowed): Allow delete-space.
10930
10931 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10932
10933         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10934         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10935         Remove autoloads.
10936
10937 2006-04-18  Simon Josefsson  <jas@extundo.com>
10938
10939         * message.el (message-generate-hashcash): Default to.
10940
10941 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10942
10943         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10944         concatenating segments rather than before concatenating them.
10945
10946 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10947
10948         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10949
10950 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10951
10952         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10953
10954         * message.el (message-forward-make-body-plain):
10955         Allow message-forward-ignored-headers to be a list.
10956         (message-remove-ignored-headers): Factor out into function.
10957         (message-forward-make-body-mml): Use it.
10958
10959         * imap.el (imap-quote-specials): New function.
10960         (imap-login-auth): Quote specials.
10961
10962         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10963         (rfc2231-parse-string): Allow concatanation of parameters that
10964         aren't contiguous.  The test case is
10965           (mail-header-parse-content-type "message/external-body;
10966             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10967             access-type=LOCAL-FILE;
10968             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10969
10970 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10971
10972         * nntp.el (nntp-accept-process-output): Return the value of
10973         `nnheader-accept-process-output'.
10974
10975 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10976
10977         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10978         (gnus-button-alist): Recognize more diff formats.
10979         (gnus-button-patch): Strip directory.
10980
10981 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10982
10983         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10984         Emacs 22 when setting focus.
10985
10986 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10987
10988         * gnus-art.el (gnus-article-treat-types): Do treatment of
10989         text/x-verbatim parts.
10990         (gnus-button-patch): New command.
10991
10992         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10993         addresses that contain invalid characters.
10994
10995 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10996
10997         * message.el (message-put-addresses-in-ecomplete):
10998         Use gnus-replace-in-string.
10999         (message-is-yours-p): Use the more correct
11000         mail-header-parse-address instead of
11001         mail-extract-address-components.
11002         (message-put-addresses-in-ecomplete): Fix typo.
11003
11004         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11005         keystroke.
11006
11007         * gnus-art.el (gnus-treatment-function-alist): Change order of
11008         newsgroups/generic header folding to avoid double-folding.
11009
11010         * message.el (message-hidden-headers): Add X-Draft-From.
11011
11012         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11013         New command.
11014         (gnus-summary-repeat-search-article-backward): New command.
11015
11016         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11017         groups in the parent topic.
11018
11019 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11020
11021         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11022         (spam-extra-header-to-number): Return the CRM114 number as a
11023         number instead of a string.
11024
11025 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11026
11027         * gnus-art.el (gnus-face-properties-alist): Move here from
11028         gnus-fun.
11029
11030         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11031
11032 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11033
11034         * message.el (message-strip-forbidden-properties): Only display on
11035         self-insert-command.
11036
11037         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11038         reindent.
11039         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11040
11041 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11042
11043         * smiley.el (smiley-style): Fix typo.
11044
11045 2006-03-23  Kenichi Handa  <handa@m17n.org>
11046
11047         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11048         instead of set-buffer-multibyte.
11049
11050 2006-03-23  Kenichi Handa  <handa@m17n.org>
11051
11052         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11053         buffer and then decode the buffer text if necessary.
11054         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11055         first, and after mm-encode-body, change the buffer to unibyte.
11056
11057 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11058
11059         * hashcash.el (hashcash-insert-payment-async-2):
11060         Use message-goto-eoh instead of doing it manually.
11061         (mail-add-payment): Use message-narrow-to-header instead of trying
11062         to do the same itself.
11063
11064         * message.el (message-hidden-headers): Add Face.
11065
11066         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11067         reparenting code.
11068         (gnus-summary-reparent-children): Refactored out code.
11069         (gnus-summary-thread-map): New keystroke.
11070         (gnus-summary-reparent-children): Make into command.
11071
11072         * smiley.el (smiley-style): Default to `medium' if using a large
11073         font.
11074
11075         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11076         does it itself.
11077
11078         * message.el (message-point-in-header-p): Simplify definition.
11079
11080 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11081
11082         * nnagent.el (nnagent-request-set-mark): Silence log file
11083         writing.
11084         (nnagent-request-set-mark): Use write-region instead of
11085         append-to-file.
11086
11087         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11088         strange select method.
11089
11090         * ecomplete.el (ecomplete-display-matches): Get highlightling
11091         right.
11092         (ecomplete-display-matches): Use literals.
11093         (ecomplete-display-matches): Disable message logging.
11094
11095         * message.el (message-display-abbrev): Small optimization.
11096
11097         * ecomplete.el (ecomplete-display-matches): Allow automatic
11098         display.
11099
11100         * message.el (message-strip-forbidden-properties):
11101         Display abbrevs.
11102         (message-display-abbrev): Get automatic display right.
11103
11104         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11105         keystrokes.
11106
11107 2006-04-13  Romain Francoise  <romain@orebokech.com>
11108
11109         TODO: Backport to v5-10!
11110
11111         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11112         Move here (and rename) from gnus-registry.el.
11113
11114         * gnus-registry.el: Require gnus-util.
11115         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11116
11117 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11118
11119         * gnus-group.el (gnus-group-catchup-current):
11120         Change if-then-else-if-then-else into cond.
11121         (gnus-group-catchup): Indent.
11122         (group-name-at-point): New function.
11123         (gnus-fetch-group): Provide default from thing at point.
11124
11125 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11126
11127         * message.el (message-display-abbrev): Fix regexp.
11128
11129         * ecomplete.el (ecomplete-highlight-match-line):
11130         Reimplement choosing.
11131         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11132         dead variables.
11133
11134         * message.el (message-newline-and-indent): Remove debugging.
11135         (message-display-abbrev): Use new implementation.
11136
11137 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11138
11139         * gnus-art.el (gnus-article-mode):
11140         Set cursor-in-non-selected-windows to nil.
11141
11142         * smiley.el: Revert previous change.
11143         (smiley-data-directory): defvar it before using it in the
11144         defcustom of `smiley-style'.
11145
11146 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11147
11148         * message.el (message-newline-and-indent): New function.
11149
11150         * ecomplete.el: Implement more bits.
11151
11152         * message.el (message-put-addresses-in-ecomplete): Clean up the
11153         string.
11154
11155         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11156
11157         * gnus-sum.el (gnus-summary-save-parts):
11158         Bind gnus-summary-save-parts-counter and use it to make unique file
11159         names.
11160
11161         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11162
11163         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11164         parameter to say whether to actually parse the individual
11165         addresses.
11166
11167         * message.el (message-put-addresses-in-ecomplete): New function.
11168         (ecomplete): Require.
11169         (message-mail-alias-type): Add ecomplete as an option.
11170
11171 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11172
11173         * flow-fill.el (fill-flowed): Remove trailing space from blank
11174         quoted lines.
11175
11176 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11177
11178         * smiley.el (smiley-style): Move definition later to avoid a
11179         compilation warning.
11180
11181 2006-04-12  Kenichi Handa  <handa@m17n.org>
11182
11183         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11184         buffer and then decode the buffer text if necessary.
11185         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11186         first, and after mm-encode-body, change the buffer to unibyte.
11187         Use mm-disable-multibyte instead of set-buffer-multibyte.
11188
11189 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11190
11191         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11192         Content-Type header instead of Content-Disposition header.
11193         (gnus-mime-inline-part): Ditto.
11194         (gnus-mime-view-part-as-charset): Ignore charset that the part
11195         specifies.
11196
11197         * mm-decode.el (mm-display-part): Work with external parts and
11198         usual parts similarly.
11199
11200         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11201         instead of gnus-display-mime.
11202
11203         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11204         instead of with-temp-buffer.
11205
11206         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11207         tag to summarized topics part in order to encode non-ASCII text.
11208
11209 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11210
11211         * smiley.el (smiley-style): New variable.
11212         (smiley-directory): New function.
11213         (smiley-data-directory): Derive from `smiley-style' using
11214         `smiley-directory'.
11215         (smiley-regexp-alist): Add new entries.
11216
11217         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11218         (gnus-article-browse-delete-temp): Add :version.
11219
11220 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11221
11222         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11223         the sieve region.
11224
11225 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11226
11227         * gnus.el (gnus-version-number): Bump version.
11228
11229 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11230
11231         * gnus.el: No Gnus v0.4 is released.
11232
11233 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11234
11235         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11236         layout.
11237
11238         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11239         unknown charset.
11240
11241         * message.el (message-header-synonyms): Add Original-To to the
11242         default.
11243
11244         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11245         optional parameter.
11246
11247 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11248
11249         * gnus-fun.el (gnus): Require it for gnus-directory.
11250
11251 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11252
11253         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11254
11255 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11256
11257         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11258
11259 2006-04-05  Simon Josefsson  <jas@extundo.com>
11260
11261         * password.el (password-reset): New function.
11262
11263 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11264
11265         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11266         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11267
11268 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11269
11270         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11271         Some whitespace was matched into the url, which broke browsing hits
11272         > 100 when mm-url-use-external was nil.
11273
11274 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11275
11276         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11277         Check gnus-extra-headers for 'Newsgroups.
11278
11279         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11280         bound.
11281
11282 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11283
11284         * pgg-gpg.el: Clean up process buffers every time gpg processes
11285         complete.
11286
11287 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11288
11289         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11290         doc string.
11291
11292 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11293
11294         * pgg-gpg.el (pgg-gpg-process-filter)
11295         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11296
11297         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11298         lines, temporary fix.
11299
11300 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11301
11302         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11303
11304 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11305
11306         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11307         default-enable-multibyte-characters.  This reverts the change from
11308         revision 6.17 which is no longer necessary because the passphrase
11309         is sent separately now.  GnuPG messages are unreadable under
11310         multibyte locales with default-enable-multibyte-characters set to
11311         nil.
11312
11313 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11314
11315         * message.el (message-tool-bar-gnome): Move "spell".
11316
11317 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11318
11319         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11320         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11321         instead.
11322
11323 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11324
11325         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11326         Improve newsgroups handling for NNTP overviews which don't include
11327         Newsgroups.
11328
11329 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11330
11331         * message.el (message-resend): Bind message-generate-hashcash to nil.
11332
11333 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11334
11335         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11336         when searching for already-paid recipients.
11337
11338 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11339
11340         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11341         passphrases when it is not needed.
11342         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11343         passphrase stuff from gpg, should only be necessary when you use
11344         gpg with a smartcard.
11345
11346 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11347
11348         * mml.el (mml-insert-mime): Ignore cached contents of
11349         message/external-body part.
11350
11351         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11352         (mm-insert-part): Ditto.
11353
11354 2006-03-23  Simon Josefsson  <jas@extundo.com>
11355
11356         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11357         Reiner.
11358         (pgg-gpg-use-agent-p): Use it again.
11359
11360 2006-03-23  Simon Josefsson  <jas@extundo.com>
11361
11362         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11363         older emacsen.
11364         (pgg-gpg-use-agent-p): Don't use it.
11365
11366 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11367
11368         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11369         if we can.
11370
11371 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11372
11373         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11374         (pgg-gpg-update-agent): New function.
11375         (pgg-gpg-use-agent-p): New function.
11376         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11377         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11378         (pgg-gpg-sign-region): Use it.
11379
11380 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11381
11382         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11383         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11384
11385 2006-03-21  Simon Josefsson  <jas@extundo.com>
11386
11387         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11388         <wilde@sha-bang.de>.
11389         (pgg-gpg-use-agent): New variable.
11390         (pgg-gpg-process-region): Use it.
11391         (pgg-gpg-encrypt-region): Likewise.
11392         (pgg-gpg-encrypt-symmetric-region): Likewise.
11393         (pgg-gpg-decrypt-region): Likewise.
11394         (pgg-gpg-sign-region): Likewise.
11395         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11396
11397 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11398
11399         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11400
11401         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11402         Add comment on version.
11403
11404 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11405
11406         * smiley.el: Add missing test smiley.
11407
11408 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * mm-decode.el (mm-with-part): New macro.
11411         (mm-get-part): Use it; work with message/external-body as well.
11412         (mm-save-part): Treat name and filename equally.
11413
11414         * mm-extern.el (mm-extern-cache-contents): New function.
11415         (mm-inline-external-body): Use it; force the part to be displayed;
11416         move undisplayer added to the cached handle to the parent.
11417
11418         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11419         (gnus-mime-view-part-as-type): Work with message/external-body.
11420
11421         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11422
11423 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11424
11425         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11426         images in image-load-path.  [Sync with image.el, revision 1.60, in
11427         Emacs.]
11428
11429 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11430
11431         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11432         path rather than symbol.  Always return list of directories.
11433         Guarantee that image directory comes first.  [Sync with image.el,
11434         revision 1.59, in Emacs.]
11435
11436         * message.el (message-make-tool-bar): Adjust to new API of
11437         `gmm-image-load-path-for-library'.
11438
11439         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11440
11441         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11442
11443 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11444
11445         * gnus-art.el (gnus-article-only-boring-p):
11446         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11447         intangible text.
11448         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11449
11450 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11451
11452         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11453         Use `defun' instead of `gmm-defun-compat'.
11454
11455 2006-03-14  Simon Josefsson  <jas@extundo.com>
11456
11457         * message.el (message-unique-id): Don't use message-number-base36
11458         if (user-uid) is a float.
11459         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11460
11461 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11462
11463         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11464
11465         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11466         empty line between a part and a message part.
11467
11468 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11469
11470         * smiley.el: Add more test smileys.
11471         (smiley-data-directory, smiley-regexp-alist)
11472         (gnus-smiley-file-types): Fix doc strings.
11473         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11474         adding new elements.
11475         (smiley-mouse-map): Unused code.  Make it a comment.
11476
11477 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11478
11479         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11480         scan latest NoCeM messages instead of old ones.
11481         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11482         delimiters that are recently used.
11483         (gnus-nocem-load-cache): Add autoload cookie.
11484
11485         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11486
11487         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11488         level which is larger than gnus-use-nocem is specified.
11489
11490         * gnus-group.el (gnus-group-get-new-news): Ditto.
11491
11492 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11493
11494         * gnus-util.el (gnus-tool-bar-update): New function.
11495
11496         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11497         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11498
11499         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11500
11501         * gnus-group.el (gnus-group-redraw-when-idle)
11502         (gnus-group-redraw-check): Remove.
11503         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11504
11505 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11506
11507         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11508         if optional last element is specified in splits (FIELD VALUE...).
11509
11510 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11511
11512         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11513         to gmm-image-load-path-for-library.  Call with no-error argument.
11514         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11515
11516         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11517
11518         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11519
11520         * gmm-utils.el (gmm-image-load-path): Remove alias.
11521
11522 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11523
11524         * gmm-utils.el (gmm-image-load-path): Add alias.
11525
11526         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11527         nnml-generate-nov-databases-1.
11528         (nnml-generate-nov-databases): Use it.
11529         (nnml-generate-nov-databases-directory): Document no-active
11530         argument.
11531
11532         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11533         directory if path is t.  Add no-error.
11534
11535         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11536         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11537
11538         * gnus-art.el (gnus-article-browse-delete-temp-files):
11539         Simplify resetting gnus-article-browse-html-temp-list.
11540
11541         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11542         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11543         Add example to docstring.  Rename local variables.  Move error
11544         checks to default case in cond and simplify.
11545
11546 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11547
11548         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11549         handle is multipart when calling it recursively.
11550         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11551
11552 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11553
11554         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11555         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11556
11557 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11558
11559         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11560         is loaded.
11561
11562         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11563         loaded.
11564
11565 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11566
11567         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11568         to "Emacs 23 (unicode)" in doc string.
11569
11570         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11571         "Emacs 23 (unicode)" in comment.
11572
11573 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11576
11577         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11578         characters 160 through 255 in Emacs 23.
11579
11580 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11581
11582         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11583         gnus-article-browse-html-temp.
11584         (gnus-article-browse-delete-temp): Make it customizable.
11585         Add `file'.  Adjust doc string.
11586         (gnus-article-browse-delete-temp-files): Add argument.
11587         Allow query for each file.  Adjust doc string.
11588         (gnus-article-browse-html-parts):
11589         Add `gnus-article-browse-delete-temp-files' to
11590         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11591
11592 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11593
11594         * gnus-art.el (gnus-article-browse-html-temp)
11595         (gnus-article-browse-delete-temp): New variables.
11596         (gnus-article-browse-delete-temp-files): New function.
11597         (gnus-article-browse-html-parts): Use it.
11598
11599 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11600
11601         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11602
11603         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11604         string.
11605
11606         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11607         gnus-summary-insert-new-articles when unplugged.
11608         Remove gnus-summary-search-article-forward.
11609
11610         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11611         display-visual-class instead of display-color-cells.
11612
11613 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11614
11615         * dgnushack.el: Autoload customize-group for XEmacs.
11616
11617         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11618         message/* containing non-ASCII text properly.
11619
11620 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11621
11622         * message.el: Require gmm-utils, remove autoloads.
11623         (message-tool-bar): Set default based on
11624         gmm-tool-bar-style.
11625         (message-tool-bar-gnome): Add gmm-customize-mode.
11626
11627         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11628         gmm-tool-bar-style.
11629         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11630
11631         * gnus-group.el (gnus-group-tool-bar): Set default based on
11632         gmm-tool-bar-style.
11633         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11634
11635         * gmm-utils.el (gmm-image-directory): Rename variable from
11636         gmm-image-load-path.
11637         (gmm-image-load-path): Use gmm-image-directory.
11638         (gmm-customize-mode): New function.
11639         (gmm-tool-bar-style): New variable.
11640
11641         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11642         gnus-group-redraw-line-number.
11643         (gnus-group-redraw-check): Simplify.
11644         (gnus-group-tool-bar-update): Remove redraw check.
11645         (gnus-group-make-tool-bar): Add redraw check.
11646
11647 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11648
11649         * gnus-art.el (gnus-button): Add missing parentheses.
11650
11651 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11652
11653         * lpath.el: Fbind line-number-at-pos.
11654
11655 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11656
11657         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11658
11659 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11660
11661         * gnus-art.el (gnus-button): New face.
11662         (gnus-article-button-face): Use it.
11663
11664         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11665         Add gnus-summary-next-page.  Re-order.
11666
11667         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11668         next-node are now included.
11669         (gnus-group-redraw-line-number): New internal variable.
11670         (gnus-group-redraw-check): Helper function for updating the tool
11671         bar.
11672         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11673
11674         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11675
11676         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11677         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11678         Use it to match format of Spamassassin 3.0 and later.
11679         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11680         (spam-check-bogofilter)
11681         (spam-bogofilter-register-with-bogofilter): Fix args of
11682         `gnus-error' calls.
11683
11684 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11685
11686         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11687         unnecessary interaction when sending queued mails.
11688         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11689
11690 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11691
11692         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11693         first or last are nil.
11694
11695 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11696
11697         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11698
11699 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11700
11701         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11702
11703 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11704
11705         * dns.el (query-dns): Protect more against buggy tcp output.
11706
11707 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11708
11709         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11710         nov.php.
11711
11712 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11713
11714         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11715         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11716         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11717         output on the server side.
11718         (nnweb-google-create-mapping): Update regexps and add some
11719         progress indication.
11720
11721 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11722
11723         * gnus-group.el (gnus-group-tool-bar-gnome):
11724         Fix gnus-agent-toggle-plugged.  Re-order icons.
11725         (gnus-group-tool-bar-gnome):
11726         Add gnus-group-{prev,next}-unread-group.
11727         (gnus-group-tool-bar-gnome): Re-order icons.
11728
11729         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11730         Move gnus-summary-insert-new-articles.
11731
11732         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11733         Fix comments.
11734
11735         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11736         also available in Emacs 21.3.
11737
11738         * message.el (message-fix-before-sending): Change "Emacs 22" to
11739         "Emacs 23 (unicode)" in comment.
11740
11741         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11742         "Emacs 23 (unicode)" in comment.
11743
11744         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11745         comment.
11746         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11747
11748         * mm-view.el (mm-fill-flowed): Add :version.
11749
11750 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11751
11752         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11753         and load-path.
11754
11755 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11756
11757         * message.el: Autoload gmm-image-load-path.
11758         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11759         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11760         consitency.
11761
11762         * gmm-utils.el (gmm-image-load-path): Also search in
11763         "../etc/images".  Don't set gmm-image-load-path if we don't find
11764         the image.
11765
11766 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11767
11768         * gmm-utils.el (gmm-image-load-path): Don't make
11769         `gmm-image-load-path' include subdirectories which the second arg
11770         `image' might specify.
11771
11772         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11773         subdirectory to icon file names.
11774
11775         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11776
11777 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11778
11779         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11780         gmm-image-load-path calls.
11781
11782         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11783
11784         * message.el (message-make-tool-bar): Ditto.
11785
11786         * mml.el (mml-preview): Add comment concerning tool bar icons.
11787
11788         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11789         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11790
11791         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11792         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11793
11794         * message.el (message-tool-bar-gnome): Use new icon names.
11795         (message-make-tool-bar): Use `gmm-image-load-path'.
11796
11797         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11798         New functions from MH-E.
11799         (gmm-image-load-path): New variable from MH-E.
11800         (gmm-image-load-path): New function from MH-E.  Add arguments
11801         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11802         *-image-load-path-called-flag.
11803
11804 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11805
11806         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11807
11808 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11809
11810         * nnimap.el (nnimap-request-move-article): Change folder back to
11811         source group before deleting.
11812
11813 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11814
11815         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11816
11817         * gnus-art.el (mm-url-insert-file-contents-external):
11818         Autoload mm-url.
11819
11820         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11821
11822 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11823
11824         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11825         coding system which mm-charset-to-coding-system returns for a
11826         given charset is valid.
11827
11828 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11829
11830         * html2text.el (html2text-remove-tag-list):
11831         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11832
11833 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11834
11835         * gnus-cus.el: Revert 2005-10-17 change.
11836
11837 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11838
11839         * gnus-art.el (article-strip-banner):
11840         Call article-really-strip-banner only when the regexp match is made.
11841
11842 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11843
11844         * gnus-art.el (article-strip-banner):
11845         Use gnus-extract-address-components instead of
11846         mail-header-parse-addresses to make it work with non-ASCII text;
11847         remove mail-encode-encoded-word-string.
11848
11849         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11850         values which are surrounded with \"...\"; make it never cause a
11851         Lisp error; give up parsing of parameters if it failed in
11852         extracting type.
11853
11854 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11855
11856         * smime.el (smime-cert-by-ldap-1): Fix bug where
11857         `smime-ldap-search' returns results without userCertificates.
11858
11859 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11862
11863 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11864
11865         * spam.el (spam-check-spamassassin-headers): Adapt format for
11866         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11867         <ari@mbf.ocn.ne.jp>.
11868         (spam-list-of-processors): Add spam-use-gmane.
11869
11870 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11873         make-temp-file; make it work with XEmacs as well.
11874
11875         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11876         mm-make-temp-file.
11877
11878         * mm-decode.el (mm-display-external): Use the 3rd arg of
11879         mm-make-temp-file.
11880         (mm-create-image-xemacs): Ditto.
11881
11882 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11883
11884         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11885         with message-narrow-to-headers.
11886         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11887         (gnus-draft-check-draft-articles): New function.
11888         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11889
11890 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11891
11892         * gnus-art.el (gnus-article-browse-html-parts):
11893         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11894         Don't use suffix argument for mm-make-temp-file for Emacs 21
11895         compatibility.  Remove useless `format'.
11896
11897 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11898
11899         * nnweb.el (nnweb-google-wash-article): Update regexps.
11900         (nnweb-group-alist): Use defvoo instead of defvar.
11901
11902 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11903
11904         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11905         re-loading nn* modules.
11906
11907 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11908
11909         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11910         for `tool-bar-mode' and don't check it's default-value.
11911
11912         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11913
11914         * message.el (message-make-tool-bar): Ditto.
11915
11916         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11917         `substring'.  Shorten tmp-file name.
11918
11919         * gnus.el: Remove bogus comment.
11920
11921 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11922
11923         * gnus-art.el (gnus-article-browse-html-parts): New function.
11924         (gnus-article-browse-html-article): New function for viewing html
11925         articles with a browser.
11926
11927 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11928
11929         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11930         in elisp.
11931         (pgg-gpg-encrypt-symmetric-region): Ditto.
11932         (pgg-gpg-sign-region): Ditto.
11933
11934         * pgg-def.el (pgg-text-mode): New variable.
11935
11936         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11937         (mml2015-pgg-encrypt): Ditto.
11938
11939         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11940         (mml1991-pgg-encrypt): Ditto.
11941
11942 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11943
11944         * nnfolder.el (nnfolder-insert-newsgroup-line):
11945         Use message-make-date instead of current-time-string.
11946
11947         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11948         to gnus-decoded which mm-uu might set.
11949
11950 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11951
11952         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11953         don't decode quoted parameters; remove misimported Emacs code.
11954         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11955         (rfc2231-decode-encoded-string): Don't use split-string which
11956         behaves differently according to Emacs version; use
11957         mm-decode-coding-region to convert charset to coding-system.
11958         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11959         (rfc2231-encode-string): Remove misimported Emacs code.
11960
11961 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11962
11963         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11964         when calling mail-header-parse-content-type.
11965         (article-de-quoted-unreadable): Ditto.
11966         (article-de-base64-unreadable): Ditto.
11967         (article-wash-html): Ditto.
11968
11969         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11970         calling mail-header-parse-content-type and
11971         mail-header-parse-content-disposition.
11972         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11973         mail-header-parse-content-type.
11974
11975         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11976         insert charset and format parameters; encode description after
11977         inserting it to buffer.
11978         (mml-insert-parameter): Fold lines properly even if a parameter is
11979         segmented into two or more lines; change the max column to 76.
11980
11981         * rfc1843.el (rfc1843-decode-article-body): Don't use
11982         ignore-errors when calling mail-header-parse-content-type.
11983
11984         * rfc2231.el (rfc2231-parse-string): Return at least type if
11985         possible; don't cause an error even if it fails in parsing of
11986         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11987         (rfc2231-encode-string): Don't break lines at the beginning, leave
11988         it to mml-insert-parameter.
11989
11990         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11991         calling mail-header-parse-content-type.
11992
11993 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11994
11995         * spam-report.el (spam-report-gmane-use-article-number):
11996         Improve doc string.
11997         (spam-report-gmane-internal): Check if a suitable header was found
11998         in the article.
11999
12000 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12001
12002         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12003         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12004
12005 2006-02-05  Romain Francoise  <romain@orebokech.com>
12006
12007         Update copyright notices of all files in the gnus directory.
12008
12009 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12010
12011         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12012
12013 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12014
12015         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12016         segmented lines of parameter value to cope with Thunderbird 1.5
12017         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12018         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12019         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12020
12021 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12022
12023         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12024         parts.
12025
12026 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12027
12028         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12029         there's only one active file for all servers.
12030         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12031         solid groups.  Gnus might have used a FAST request to select the group.
12032         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12033         and nnweb-search redundantly in the active file.
12034         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12035         (nnweb-request-create-group): Don't use ARGS.
12036         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12037         initialisations.  Let nnoo do the work.
12038
12039 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12040
12041         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12042         Say the part has been decoded.
12043
12044         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12045
12046 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12047
12048         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12049         mailcap-viewer-test-cache when there's no 'test clause, since that
12050         will invert the meaning of a "nil" test previously determined by
12051         mailcap-mailcap-entry-passes-test.
12052
12053 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12056         compiling.
12057
12058         * gnus-sum.el: Ditto.
12059
12060         * message.el: Don't bind tool-bar-map when compiling.
12061
12062 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12063
12064         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12065
12066 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12067
12068         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12069         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12070         current Google Groups.
12071
12072 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12073
12074         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12075         and tool-bar-mode.
12076
12077         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12078         and tool-bar-mode.
12079
12080         * message.el (message-tool-bar-update): Simplify.
12081         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12082
12083         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12084         gnus-summary-buffer.
12085         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12086         gnus-summary-reply.
12087
12088         * gmm-utils.el (gmm): Add :version.
12089
12090 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12091
12092         * Makefile.in (clean): New rule.
12093         (distclean): Use it.
12094
12095 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12096
12097         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12098         Don't autoload.
12099
12100 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12101
12102         * gmm-utils.el (gmm-verbose): Add :group.
12103
12104 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12105
12106         * message.el: Change some comments WRT tool-bars.
12107
12108         * gnus-sum.el (gnus-summary-tool-bar)
12109         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12110         (gnus-summary-tool-bar-zap-list): New variables.
12111         (gnus-summary-make-tool-bar): Complete rewrite using
12112         `gmm-tool-bar-from-list'.
12113
12114         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12115         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12116         New variables.
12117         (gnus-group-make-tool-bar): Complete rewrite using
12118         `gmm-tool-bar-from-list'.
12119         (gnus-group-tool-bar-update): New function.
12120
12121         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12122
12123 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12124
12125         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12126         is dissected into a single part of which the type is the same as
12127         the given one; decode charset.
12128
12129 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12130
12131         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12132         into alists as symbol not string, since that's what
12133         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12134         look for.
12135
12136 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12137
12138         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12139         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12140
12141         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12142
12143 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12144
12145         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12146         (gnus-xmas-mime-security-button-menu): New function.
12147
12148         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12149         (gnus-mime-security-button-menu): New definition.
12150         (gnus-mime-security-button-map): Use them.
12151         (gnus-mime-security-button-menu): New function.
12152         (gnus-insert-mime-security-button): Addition to help echo.
12153         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12154         (gnus-mime-security-pipe-part): New functions.
12155
12156         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12157         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12158
12159         * mm-decode.el (mm-handle-set-disposition): Remove.
12160         (mm-handle-set-description): Remove.
12161
12162 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12163
12164         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12165         (mm-w3m-standalone-supports-m17n-p): New function.
12166         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12167         w3m usage.
12168
12169         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12170         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12171
12172 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12173
12174         * message.el (message-tool-bar-zap-list):
12175         Use gmm-tool-bar-zap-list as custom type.
12176         (message-tool-bar-update): New function.
12177         (message-tool-bar, message-tool-bar-gnome)
12178         (message-tool-bar-retro): Add message-tool-bar-update.
12179         (message-tool-bar-gnome): Add flyspell-buffer.
12180
12181         * gnus-util.el (gnus-error): Describe `args'.
12182
12183         * gmm-utils.el (gmm-error): Describe `args'.
12184         (gmm-tool-bar-zap-list): New widget.
12185         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12186
12187 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12188
12189         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12190         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12191         the number of recursive calls.
12192
12193         * mm-decode.el (mm-handle-set-disposition): New macro.
12194         (mm-handle-set-description): New macro.
12195
12196 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12199         encoding.
12200
12201 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12202
12203         * message.el (message-tool-bar-zap-list, message-tool-bar)
12204         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12205         (message-tool-bar-local-item-from-menu): Remove.
12206         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12207         (message-make-tool-bar): New function.
12208         (message-mode): Use `message-make-tool-bar'.
12209
12210         * gmm-utils.el: New file.
12211         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12212         (gmm-lazy): New widget copied from `nnmail.el'.
12213         (gmm-tool-bar-from-list): New function for creating customizable
12214         tool bars.
12215         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12216         output.
12217         (gmm): Add :prefix to defgroup.
12218
12219 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12220
12221         * gmm-utils.el (gmm-widget-p): New function.
12222
12223 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12224
12225         * mml.el (mml-attach-file): Describe `description' in doc string.
12226         (mml-menu): Add Emacs MIME manual and PGG manual.
12227
12228 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12229
12230         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12231
12232 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12233
12234         * nntp.el (nntp-end-of-line): Doc fix.
12235
12236 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12237
12238         * imap.el (imap-open): Handle case where buffer is a buffer
12239         object.
12240
12241 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12242
12243         * gnus-delay.el (gnus-delay): Don't autoload.
12244         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12245         to be re-loaded when customizing the `gnus-delay' group.
12246
12247 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12248
12249         * message.el (message-insert-citation-line): Use newlines.
12250
12251 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12252
12253         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12254         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12255         these routines, so the passphrase can be managed externally and
12256         passed in to the system.
12257         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12258         pgg-add-passphrase-to-cache function.
12259
12260         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12261         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12262         these routines, so the passphrase can be managed externally and
12263         passed in to the system.
12264         (pgg-pgp5-sign-region): Use new name of
12265         pgg-add-passphrase-to-cache function.
12266
12267 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12268
12269         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12270         part of the decoded armor to find the key-identifier.
12271         (pgg-gpg-lookup-key-owner): New function to return the
12272         human-readable identifier of a key owner.
12273         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12274         itself.
12275         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12276         the key value) if we have a key and can match it against a secret
12277         key.  Also, added a note pointing out fact that the prompt only
12278         indicates the first matching key.
12279
12280         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12281         pgg-decrypt-region.
12282         (pgg-add-passphrase-to-cache): Rename from
12283         `pgg-add-passphrase-cache' to reduce confusion (all callers
12284         changed).
12285         (pgg-remove-passphrase-from-cache): Rename from
12286         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12287         changed).
12288         (pgg-read-passphrase, pgg-add-passphrase-cache)
12289         (pgg-remove-passphrase-cache): Add informative docstrings.
12290         (pgg-decrypt): Convey provided passphrase in subordinate call to
12291         pgg-decrypt-region.
12292
12293 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12294
12295         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12296         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12297         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12298         'passphrase' argument, so the passphrase can be managed externally
12299         and then passed in to the system.
12300
12301         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12302         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12303         so the passphrase cache can be used reliably with identifiers
12304         besides a pgp packet's key id.
12305
12306         * pgg-gpg.el (pgg-gpg-encrypt-region)
12307         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12308         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12309         these routines, so the passphrase can be managed externally and
12310         passed in to the system.
12311
12312         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12313         'notruncate' argument, so the passphrase cache can be used
12314         reliably with identifiers besides a pgp packet's key id.
12315
12316 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12317
12318         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12319         symmetric encryption.
12320         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12321         encrypted session key.
12322         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12323         message ask for the passphrase in a proper way.
12324
12325         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12326         New user commands for symmetric encryption.
12327
12328 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12331
12332         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12333
12334 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12335
12336         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12337
12338 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12339
12340         * mm-decode.el (mm-inlined-types): Add application/pgp.
12341         (mm-automatic-display): Ditto.
12342
12343         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12344         part as text.
12345
12346 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12347
12348         * nnrss.el: Update copyright.
12349         (nnrss-opml-import): Query whether to subscribe to each entry.
12350
12351         * gnus-art.el:
12352         * gnus-sum.el:
12353         * gnus-xmas.el:
12354         * messagexmas.el:
12355         * mm-uu.el:
12356         * mm-view.el: Update copyright.
12357
12358 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12359
12360         * message.el (message-info): New function.
12361         (message-mode-menu): Add it.
12362         Update copyright.
12363
12364         * ChangeLog: Fix and update copyright.
12365
12366 2006-01-13  Romain Francoise  <romain@orebokech.com>
12367
12368         * message.el (message-forward-subject-name-subject): Prefer the
12369         address to 'nowhere' if the sender has no name.
12370         Fix typo.  Update copyright year.
12371
12372 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12373
12374         * gnus-art.el (article-wash-html):
12375         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12376         (gnus-article-wash-html-with-w3m-standalone): New function.
12377
12378         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12379         mm-inline-text-html-render-with-w3m-standalone.
12380         (mm-text-html-washer-alist): Map w3m-standalone to
12381         gnus-article-wash-html-with-w3m-standalone.
12382         (mm-inline-text-html-render-with-w3m-standalone): New function.
12383
12384 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12385
12386         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12387         Improve LaTeX.
12388
12389 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12390
12391         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12392         (nnrss-request-article): Render text/plain parts as HTML.
12393
12394         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12395         the buffer.
12396
12397 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12398
12399         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12400         custom definition of `gnus-posting-styles'.
12401
12402         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12403         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12404
12405 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12406
12407         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12408         Use nntp for bug archive.
12409
12410 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12411
12412         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12413         parts.
12414         (nnrss-normalize-date): New function converts ISO 8601 date into
12415         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12416         (nnrss-check-group): Use it.
12417
12418 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12419
12420         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12421
12422         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12423         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12424         (nnrss-insert-w3): Ditto.
12425
12426 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12427
12428         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12429         the articles to be forwarded including the case where neither a
12430         number of articles nor a region is specified.
12431
12432 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12433
12434         * nnrss.el (nnrss-request-article): Fix last change; fill
12435         text/plain parts.
12436
12437 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12440         in text/plain part.
12441         (nnrss-check-group): Don't add excessive newline to dc:subject.
12442
12443 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12444
12445         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12446         article.
12447
12448 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12449
12450         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12451         (nnml-use-compressed-files, nnml-save-mail): Support other
12452         comression programs such as bzip2.
12453
12454 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12455
12456         * dns.el (query-dns): Make sure we check the buffer size before
12457         removing tcp headers.
12458
12459 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12460
12461         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12462         remove MIME buttons associated with multipart/alternative parts.
12463         (gnus-mime-display-alternative): Tag buttons using `article-type'
12464         text property.
12465
12466         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12467         associated with multipart/alternative parts.
12468
12469         * gnus-art.el (gnus-signature-separator): Fix custom type.
12470
12471         * mm-decode.el (mm-inlined-types): Fix custom type.
12472         (mm-keep-viewer-alive-types): Ditto.
12473         (mm-automatic-display): Ditto.
12474         (mm-attachment-override-types): Ditto.
12475         (mm-inline-override-types): Ditto.
12476         (mm-automatic-external-display): Ditto.
12477
12478 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12479
12480         * spam-report.el (spam-report-user-mail-address)
12481         (spam-report-user-agent): New variables.
12482         (spam-report-url-ping-plain): Use spam-report-user-agent.
12483
12484 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12485
12486         * gnus-art.el (gnus-button-handle-custom): Do not just use
12487         `customize-apropos' for any "M-x customize-*" button but the
12488         function called for.  Accept both the function name and its
12489         argument in order to achieve this.
12490         (gnus-button-alist): Remove support for "custom:" URL's.
12491         Pass function name to `gnus-button-handle-custom' in case of "M-x
12492         customize-*" buttons.
12493
12494 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12495
12496         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12497         multipart/alternative and add xref to mm-discouraged-alternatives
12498         in doc string.
12499
12500         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12501         gnus-buttonized-mime-types in doc string.
12502
12503 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12504
12505         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12506         Suggest image/.* in the doc string.
12507
12508 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12509
12510         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12511         message-marks (Debian bug #342521).
12512
12513 2005-12-12  Simon Josefsson  <jas@extundo.com>
12514
12515         * password.el (password-read-from-cache): Add.
12516         (password-read): Use it.
12517
12518 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12519
12520         * rfc2047.el (rfc2047-charset-to-coding-system):
12521         Recognize us-ascii as a MIME charset.
12522
12523         * mm-bodies.el (mm-decode-content-transfer-encoding):
12524         Protect against the case where the 2nd arg TYPE is nil.
12525
12526 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12527
12528         * pop3.el (pop3-stream-type): Fix custom version.
12529
12530         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12531
12532 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12533
12534         * mm-decode.el (mm-display-external): Add missing cdr.
12535
12536 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12537
12538         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12539         RFC1524) if it is in mailcap or add a suffix according to
12540         mailcap-mime-extensions when generating a temp filename; postpone
12541         deleting a temp file for 2 seconds for some wrappers, shell
12542         scripts, and so on, which might exit right after having started a
12543         viewer command as a background job.
12544
12545 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12546
12547         * nntp.el (nntp-marks-directory): Fix custom group.
12548
12549         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12550         steps when < 10.
12551
12552         * gnus-start.el (gnus-no-server-1):
12553         Mention `gnus-level-default-subscribed' in doc string.
12554
12555 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12556
12557         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12558         parens.
12559
12560 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12561
12562         * gnus-xmas.el (gnus-use-toolbar): Revert.
12563         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12564         gnus-use-toolbar is default.
12565
12566         * messagexmas.el (message-use-toolbar): Revert.
12567         (message-setup-toolbar): Use global default-toolbar if
12568         message-use-toolbar is default.
12569
12570 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12573         according to default-toolbar-visible-p.
12574
12575         * messagexmas.el (message-use-toolbar): Ditto.
12576
12577 2005-11-26  Dave Love  <fx@gnu.org>
12578
12579         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12580         (tls-program, tls-success): Provide openssl alternative.
12581
12582         * starttls.el: Doc fixes.
12583         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12584         SERVICE to PORT.
12585
12586         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12587         port null or service name.
12588         (starttls-negotiate): Autoload.
12589
12590 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12591
12592         * message.el (message-kill-to-signature): Fix interactive spec.
12593
12594 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12595
12596         * pop3.el (pop3-open-server): Recognize a string as a service name.
12597
12598 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12599
12600         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12601
12602 2005-11-23  Dave Love  <fx@gnu.org>
12603
12604         Add pop3s, pop3/starttls.
12605
12606         * pop3.el (pop3-authentication-scheme): Clarify doc.
12607         (open-tls-stream, starttls-open-stream): Autoload.
12608         (pop3-stream-type): New.
12609         (pop3-open-server): Use it.
12610
12611         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12612         for POP.
12613         (mail-source-keyword-map): Add :stream for POP.
12614         (mail-source-fetch-pop): Use pop3-stream-type.
12615
12616 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12617
12618         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12619         of current-time-string.
12620
12621 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12622
12623         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12624         date header.
12625
12626 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12627
12628         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12629         it can seriously impact performance as it bypasses the agent's
12630         local caches.
12631
12632 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12633
12634         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12635         must be explicitly online rather than "not explicitly offline" for
12636         its flags to be synchronized.
12637
12638         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12639         that gnus-uu-unmark-thread will function correctly.
12640
12641         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12642         1024K is instead displayed as 1M.
12643
12644 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12645
12646         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12647
12648 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12649
12650         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12651
12652 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12653
12654         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12655         error message to display actual error condition.
12656         (gnus-agent-save-local): Avoid saving symbols that are bound to
12657         nil as they simply result in a warning message in
12658         gnus-agent-read-local.
12659
12660 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12663         rather than make-variable-buffer-local for file-precious-flag.
12664
12665 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12666
12667         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12668         for duplicates which are removed.  The invalid sort check then
12669         triggers a rescan after the sort as sorting may have moved
12670         duplicate entries such that they can be cheaply detected.
12671
12672 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12673
12674         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12675
12676 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12677
12678         * gnus-agent.el (gnus-agent-article-alist-save-format):
12679         Change internal variable to a custom variable.  Change default value
12680         from compressed(2) to uncompressed(1).
12681         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12682         support for uncompressed agentview files.  Taken together, reading
12683         the agentview file should now be 6-7 times faster.
12684
12685 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12686
12687         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12688         as a buffer-local variable.  This avoids creating truncated
12689         dribble files as a result of a hang up, eg.
12690
12691 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12692
12693         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12694         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12695         XEmacs.
12696
12697 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12698
12699         * gnus-start.el (gnus-start-draft-setup):
12700         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12701
12702         * gnus.el (gnus-splash): Change custom group.
12703         (gnus-group-get-parameter, gnus-group-parameter-value):
12704         Describe allow-list argument.
12705
12706         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12707         string.
12708
12709 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12710
12711         * gnus-art.el (gnus-default-article-saver): Add user-defined
12712         `function' to custom type.
12713
12714 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12715
12716         * imap.el (imap-open): Handle case where buffer is a buffer
12717         object.
12718
12719 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12720
12721         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12722         long lines.
12723         (gnus-cache-delete-group): Wrap doc strings.
12724
12725         * gnus-agent.el (gnus-agent-rename-group)
12726         (gnus-agent-delete-group): Wrap doc strings.
12727
12728 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * messagexmas.el (message-use-toolbar): Change the valid values
12731         into default, top, bottom, left, and right.
12732         (message-toolbar-thickness): New variable.
12733         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12734         well.
12735         (message-setup-toolbar): Make it work.
12736
12737         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12738         (gnus-use-toolbar): Change the valid values into default, top,
12739         bottom, left, and right.
12740         (gnus-toolbar-thickness): New variable.
12741         (gnus-xmas-setup-toolbar): New function.
12742         (gnus-xmas-setup-group-toolbar): Use it.
12743         (gnus-xmas-setup-summary-toolbar): Use it.
12744
12745 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12746
12747         * gnus-start.el (gnus-1): Add "native" to
12748         gnus-predefined-server-alist.
12749
12750         * gnus.el (gnus-method-to-server): Don't add "native" to the
12751         lists here, because that leads to problems when
12752         gnus-select-method is bound.
12753
12754 2005-11-09  Simon Josefsson  <jas@extundo.com>
12755
12756         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12757         use (not sort-by-date) instead.
12758
12759 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12760
12761         * gnus-delay.el (gnus-delay-group): Don't autoload.
12762         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12763         to be re-loaded when customizing the `gnus-delay' group.
12764
12765 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12766
12767         * message.el: Revert last changes.
12768         (message-insert-citation-line): Use newlines.
12769
12770 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12771
12772         * message.el (message-courtesy-message)
12773         (message-mark-insert-begin, message-mark-insert-end)
12774         (message-elide-ellipsis, message-cancel-message)
12775         (message-add-header, message-change-subject)
12776         (message-cross-post-followup-to-header)
12777         (message-cross-post-insert-note, message-reduce-to-to-cc)
12778         (message-widen-reply, message-delete-not-region)
12779         (message-kill-to-signature, message-insert-signature)
12780         (message-insert-importance-high, message-insert-importance-low)
12781         (message-insert-or-toggle-importance)
12782         (message-insert-disposition-notification-to)
12783         (message-indent-citation, message-yank-original)
12784         (message-cite-original-without-signature, message-cite-original)
12785         (message-insert-citation-line, message-position-on-field)
12786         (message-fix-before-sending, message-send-mail-partially)
12787         (message-send-mail, message-send-mail-with-sendmail)
12788         (message-send-mail-with-qmail, message-send-news)
12789         (message-check-news-header-syntax, message-generate-headers)
12790         (message-insert-courtesy-copy, message-fill-address)
12791         (message-fill-header, message-shorten-references)
12792         (message-setup-1, message-cancel-news)
12793         (message-forward-make-body-plain, message-forward-make-body-mime)
12794         (message-forward-make-body-mml, message-encode-message-body)
12795         (message-forward-make-body-digest-plain)
12796         (message-forward-make-body-digest-mime)
12797         (message-use-alternative-email-as-from): Insert `hard-newline'
12798         instead of ordinary newlines.
12799
12800 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12801
12802         * message.el (message-generate-headers): Downcase the argument
12803         given to message-check-element.
12804
12805 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12806
12807         * nntp.el (nntp-authinfo-rejected): New error condition.
12808         (nntp-wait-for): Use new error condition to signal authentication
12809         error.
12810         (nntp-retrieve-data): Rethrow new error condition to break out of
12811         recursive call to nntp-send-authinfo.
12812
12813 2005-11-08  Romain Francoise  <romain@orebokech.com>
12814
12815         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12816         (gnus-summary-exit-map): Bind to `Z p'.
12817         (gnus-summary-make-menu-bar): Add menu item.
12818
12819 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12820
12821         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12822         (gnus-treat-*): Add `first' in all doc strings.
12823
12824         * gnus-group.el (gnus-group-compact-group): Fix typo.
12825
12826 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * gnus.el (gnus-parameters-case-fold-search): New variable.
12829         (gnus-parameters-get-parameter): Use it.
12830
12831         * gnus-score.el (gnus-home-score-file): Doc fix.
12832
12833 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12834
12835         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12836
12837 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12838
12839         * mm-util.el (mm-special-display-p): New function.
12840
12841         * mml.el (mml-preview): Use it; doc fix.
12842
12843 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12844
12845         * imap.el (imap-open): Handle case where buffer is a buffer object.
12846
12847 2005-10-29  Romain Francoise  <romain@orebokech.com>
12848
12849         * message.el (message-fix-before-sending): Fix comment.
12850
12851 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12852
12853         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12854
12855 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12856
12857         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12858         Used in gnus-score.el.
12859
12860 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12861
12862         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12863
12864 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12865
12866         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12867         whitespace removed in revision 7.8.  Use concatenated string to
12868         protect trailing whitespace.
12869
12870 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12871
12872         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12873         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12874         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12875         Courier IMAP ("some version from 2004").  Mostly based on similar
12876         code in the same function.
12877
12878 2005-10-26  Didier Verna  <didier@xemacs.org>
12879
12880         * gnus-group.el (gnus-group-compact-group): Invalidate original
12881         article buffer.
12882         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12883         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12884         NOV database and in article itself.
12885         Invalidate article backlog.
12886
12887 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12888
12889         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12890
12891 2005-10-26  Simon Josefsson  <jas@extundo.com>
12892
12893         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12894         part of 2004-07-25 change.
12895
12896 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12897
12898         * message.el (message-display-completion-list): New function.
12899         (message-expand-group): Use it; make sure the Completions buffer
12900         is modifiable.
12901 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12902
12903         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12904         user-mail-name is an empty string.
12905
12906 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12907
12908         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12909         depending on gnus-score-decay-constant.
12910
12911         * encrypt.el (encrypt-insert-file-contents)
12912         (encrypt-write-file-contents): Don't use `gnus-message'.
12913
12914         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12915         arguments.
12916         (mm-uu-type-alist): Add message-marks and insert-marks.
12917         Pass arguments to mm-uu-verbatim-marks-extract.
12918         (mm-uu-hide-markers): New variable.
12919         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12920
12921         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12922         (gnus-convert-image-to-face-command): Use "convert" by default to
12923         allow other input image formats.
12924         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12925         accordingly.
12926
12927 2005-10-23  Simon Josefsson  <jas@extundo.com>
12928
12929         * imap.el (imap-gssapi-program): Align command line parameters
12930         with latest GNU SASL.
12931         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12932
12933 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12934
12935         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12936         HTML.
12937         (nnslashdot-request-article): Ditto.
12938
12939         * lpath.el (featurep): Add nobreak-char-display.
12940
12941 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12942
12943         * mail-source.el (mail-source-fetch-pop): Require pop3.
12944         (mail-source-check-pop): Ditto.
12945
12946 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12947
12948         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12949         errors.
12950
12951 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12952
12953         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12954         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12955
12956         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12957
12958         * mm-bodies.el (mm-decode-string):
12959         Call `mm-charset-to-coding-system' with allow-override argument.
12960
12961 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12962
12963         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12964         (rfc2047-charset-to-coding-system): New function.
12965         (rfc2047-decode-encoded-words): New function.
12966         (rfc2047-decode-region): Use them.
12967         (rfc2047-decode-cte): Remove.
12968         (rfc2047-parse-and-decode): Remove.
12969         (rfc2047-decode): Remove.
12970
12971 2005-10-15  Kenichi Handa  <handa@m17n.org>
12972
12973         * rfc2047.el (rfc2047-decode-cte): New function.
12974         (rfc2047-decode-region): Change the way to decode successive
12975         encoded-words: decode B- or Q-encoding in each encoded-word,
12976         concatenate them, and decode it as charset.
12977
12978 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12979
12980         * lpath.el: Fbind codepage-setup for XEmacs.
12981
12982 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12983
12984         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12985         widget-move-and-invoke.
12986         (gnus-custom-mode): Use gnus-custom-map.
12987
12988 2005-10-15  Bill Wohler  <wohler@newt.com>
12989
12990         * message.el (message-tool-bar-map): Rename image file from
12991         mail_send to mail/send.
12992
12993 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12994
12995         * message.el (message-expand-group): Pass the common
12996         prefix substring of completion to `display-completion-list'.
12997
12998 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12999
13000         * mml-sec.el (mml-secure-method): New internal variable.
13001         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13002         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13003         New functions using mml-secure-method.
13004
13005         * mml.el (mml-mode-map): Add key bindings for those functions.
13006         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13007         Harder <harder@myrealbox.com>.
13008         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13009         Goto end of message if point is the headers of the message.
13010
13011         * message.el (message-in-body-p): New function.
13012
13013         * assistant.el: Autoload gnus-util and netrc.
13014
13015         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13016         Use `mm-charset-override-alist' only when decoding.
13017
13018         * mm-bodies.el (mm-decode-body):
13019         Call `mm-charset-to-coding-system' with allow-override argument.
13020
13021         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13022         `filename' from Content-Disposition if Content-Type doesn't
13023         provide `name'.
13024         (gnus-mime-view-part-as-type): Set default instead of
13025         initial-input.
13026
13027 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13028
13029         * format-spec.el (format-spec): Propagate text properties of % spec.
13030
13031 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13032
13033         * gnus-art.el (gnus-treat-predicate): Add `first'.
13034
13035 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13036
13037         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13038         (mm-charset-override-alist): New variable.
13039         (mm-charset-to-coding-system): Use it.
13040         (mm-codepage-setup): New helper function.
13041         (mm-charset-eval-alist): New variable.
13042         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13043         Warn about unknown charsets.
13044
13045         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13046
13047 2005-10-04  David Hansen  <david.hansen@gmx.net>
13048
13049         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13050         (nnrss-check-group): Ditto.
13051
13052 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13053
13054         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13055         Rename x-gnus-verbatim to x-verbatim.
13056         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13057
13058         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13059         x-verbatim.
13060
13061         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13062
13063         * gnus-util.el (gnus-remove-duplicates): Remove.
13064
13065         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13066         instead of gnus-remove-duplicates.
13067
13068         * message.el (message-remove-duplicates): Remove.
13069         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13070         message-remove-duplicates.
13071
13072         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13073         available, else use implementation from `delete-dups'.
13074
13075         * message.el (message-insert-expires): New function.
13076         (message-mode-map): Add key binding.
13077         (message-mode-field-menu): Add menu entry.
13078         (message-mode): Document it.
13079         (message-make-expires-date): Use `message-make-date'.
13080
13081 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13082
13083         * message.el (message-make-expires-date): New function.
13084
13085 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13086
13087         * Makefile.in (list-installed-shadows): New entry.
13088         (install): Use it.
13089         (remove-installed-shadows): New entry.
13090
13091         * dgnushack.el (dgnushack-default-load-path): New variable.
13092         (dgnushack-find-lisp-shadows): New function.
13093         (dgnushack-remove-lisp-shadows): New function.
13094
13095 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13096
13097         * Makefile.in (install-el-elc): New entry.
13098         (install): Use it so that .el files are necessarily installed.
13099
13100 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13101
13102         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13103
13104 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13105
13106         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13107         function rather than the diff-mode.el package.
13108         (mm-display-external): Use with-current-buffer.
13109         (mm-viewer-completion-map, mm-viewer-completion-map):
13110         Move initialization inside declaration.
13111
13112 2005-09-29  Simon Josefsson  <jas@extundo.com>
13113
13114         * spam.el: Load hashcash when compiling, to avoid warnings.
13115         Don't autoload mail-check-payment.
13116         (spam-check-hashcash): Define unconditionally, since hashcash.el
13117         is part of Gnus now.  Ignore errors from payment checking.
13118
13119 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13120
13121         * message.el (message-bold-region, message-unbold-region):
13122         Rename from `bold-region' and `unbold-region'.
13123
13124         * message.el: Remove useless autoloads.
13125
13126 2005-09-28  Simon Josefsson  <jas@extundo.com>
13127
13128         * message.el (message-use-idna): Default to t.
13129         (message-use-idna): Test whether encoding works too.  Doc fix.
13130
13131 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13132
13133         * nntp.el (nntp-warn-about-losing-connection): Remove.
13134
13135 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13136
13137         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13138         customizable.  Change default value.
13139         (mm-uu-diff-groups-regexp): Change default value.
13140         (mm-uu-type-alist): Add doc string.
13141         (mm-uu-configure): Add doc string.  Make it interactive.
13142         (mm-uu-tex-groups-regexp): New variable.
13143         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13144         (mm-uu-type-alist): Add LaTeX documents.
13145         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13146         of "text/verbatim".
13147         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13148
13149         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13150         instead of "text/verbatim".
13151
13152         * message.el (message-mark-inserted-region)
13153         (message-mark-insert-file): Use slrn style marks when called with
13154         prefix argument.
13155
13156 2005-09-27  Simon Josefsson  <jas@extundo.com>
13157
13158         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13159
13160 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13161
13162         * message.el (message-remove-duplicates): New function.
13163         Implementation borrowed from `gnus-remove-duplicates'.
13164         (message-idna-to-ascii-rhs): Also encode idna addresses in
13165         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13166         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13167         only ask about the same idna domain once per header and also tell
13168         in what header to replace the idna domain.
13169
13170         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13171         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13172         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13173         a header is decoded and not just the last one.
13174
13175 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13176
13177         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13178         has been decoded.
13179
13180         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13181         (mm-insert-part): Don't modify text if it has been decoded.
13182
13183         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13184         decoded.
13185
13186         * mm-view.el (mm-inline-text): Don't strip text props unless
13187         decoding enriched or richtext parts.
13188
13189 2005-09-25  Romain Francoise  <romain@orebokech.com>
13190
13191         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13192         * gnus-start.el (gnus-subscribe-interactively):
13193         * gnus-uu.el (gnus-uu-grab-articles):
13194         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13195         space.
13196
13197 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13198
13199         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13200         * mm-view.el (mm-view-pkcs7-decrypt):
13201         * gnus-sum.el (gnus-summary-limit-to-extra)
13202         (gnus-summary-respool-article, gnus-read-move-group-name):
13203         * gnus-score.el (gnus-summary-increase-score):
13204         * gnus-util.el (gnus-completing-read-with-default):
13205         * gnus-art.el (gnus-read-save-file-name)
13206         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13207         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13208         * message.el (message-check-news-header-syntax):
13209         Follow convention for reading with the minibuffer.
13210
13211 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13212
13213         * spam-report.el (spam-report-url-ping-plain):
13214         Use gnus-extended-version as User-Agent.
13215
13216         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13217         default value is nil.
13218
13219         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13220         (mm-uu-verbatim-marks-extract): New function.
13221         (mm-uu-extract): New face.
13222         (mm-uu-copy-to-buffer): Use it.
13223
13224         * spam-report.el (spam-report-gmane-ham): Rename from
13225         `spam-report-gmane-unspam'.
13226         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13227         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13228
13229         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13230         Autoload.
13231         (spam-report-gmane-unregister-routine):
13232         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13233
13234 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13235
13236         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13237         (spam-report-gmane-unregister-routine): Add support for gmane
13238         unregistration.
13239
13240         * spam-report.el (spam-report-gmane-unspam)
13241         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13242         (spam-report-gmane): Change to take a single article and do unspam
13243         registration.
13244
13245 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13246
13247         * mm-url.el (mm-url-decode-entities): Fix regexp.
13248
13249 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13250
13251         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13252         default to nil, to be able to use Gnus at all.  If the default
13253         switches to something else, then the function should be fixed not
13254         be exceedingly slow.
13255
13256 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13257
13258         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13259         fail hard.
13260
13261         * spam-report.el: Add better Keywords line.
13262
13263         * spam.el: Add Maintainer and better Keywords line.
13264
13265 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13266
13267         * gnus-art.el (gnus-article-replace-part)
13268         (gnus-mime-replace-part): New functions.
13269         (gnus-mime-action-alist, gnus-mime-button-commands)
13270         (gnus-mime-save-part-and-strip): Add file argument.
13271         (gnus-article-part-wrapper): Add interactive argument.
13272
13273         * gnus-sum.el (gnus-summary-mime-map):
13274         Add `gnus-article-replace-part'.
13275
13276 2005-09-19  Didier Verna  <didier@xemacs.org>
13277
13278         The nnml compaction feature:
13279         * nnml.el (nnml-request-compact-group): New function.
13280         * nnml.el (nnml-request-compact): New function.
13281         * gnus-int.el (gnus-request-compact-group): New function.
13282         * gnus-int.el (gnus-request-compact): New function.
13283         * gnus-group.el (gnus-group-compact-group): New function.
13284         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13285         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13286         * gnus-srvr.el (gnus-server-compact-server): New function.
13287         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13288         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13289
13290 2005-09-18  Deepak Goel  <deego@gnufans.org>
13291
13292         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13293         format spec.
13294
13295 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13296
13297         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13298
13299 2005-09-15  Romain Francoise  <romain@orebokech.com>
13300
13301         * message.el (message-fill-paragraph): Clarify docstring.
13302
13303 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13304
13305         * gnus-art.el (gnus-mime-display-part): Protect against broken
13306         MIME messages.
13307
13308 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13309
13310         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13311         before parsing header.
13312
13313 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13314
13315         * html2text.el (html2text-replace-list): Add new entities.
13316
13317 2005-09-11  Romain Francoise  <romain@orebokech.com>
13318
13319         * message.el (message-alternative-emails): Improve docstring.
13320         (message-setup-1): Call `message-use-alternative-email-as-from'
13321         after `message-setup-hook' to give it precedence over posting
13322         styles, etc.
13323         (message-use-alternative-email-as-from): Add docstring.
13324         Remove the original From header if present.
13325
13326         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13327         (nnml-save-mail): Use it.
13328
13329         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13330         articles.  Add new argument `silent'.
13331         (gnus-uu-mark-all): Report the total number of marked articles.
13332
13333 2005-09-10  Romain Francoise  <romain@orebokech.com>
13334
13335         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13336         (gnus-uu-mark-series): Likewise.
13337
13338 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13339
13340         * spam-report.el (spam-report-gmane): Fix generation of spam
13341         report URL.
13342
13343 2005-09-10  Simon Josefsson  <jas@extundo.com>
13344
13345         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13346         t, based on discussion on the ding list with Robert Epprecht
13347         <epprecht@solnet.ch>.
13348
13349 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13350
13351         * spam-report.el (spam-report-gmane): Make it work without
13352         X-Report-Spam header.  Gmane now only provides Archived-At.
13353         This is only used if `spam-report-gmane-use-article-number' is nil.
13354         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13355
13356         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13357         make `gnus-summary-sort-by-recipient' work with threading.
13358
13359         * nnweb.el (nnweb-google-wash-article): Print a message if article
13360         is not available.
13361
13362 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13363
13364         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13365         change.  Decode text/* parts content before displaying.
13366
13367 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13368
13369         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13370
13371 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13374
13375         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13376         url-package-name, url-package-version,
13377         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13378         w3m-display-inline-images, and w3m-minor-mode-map.
13379
13380 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13381
13382         * message.el (message-tab-body-function): Fix mismatched custom type.
13383
13384         * gnus.el (gnus-group-change-level-function): Ditto.
13385
13386         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13387
13388         * gnus-art.el (gnus-signature-limit)
13389         (gnus-article-mime-part-function): Ditto.
13390
13391 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13392
13393         * mml.el (mml-mode): Silence the byte compiler.
13394
13395         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13396         using `(sit-for 0)' before moving the point to the specified part;
13397         skip unbuttonized parts.
13398         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13399         return to the summary window if gnus-auto-select-part is non-nil.
13400
13401 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13402
13403         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13404         New variables.
13405         (mml-dnd-attach-file, mml-mode): Use them.
13406
13407         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13408         Make fetching article by MID work again for Google Groups.
13409         Add FIXME concerning gnus-group-make-web-group.
13410
13411         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13412         Don't depend on Gnus by using mail-extract-address-components if
13413         gnus-extract-address-components is not bound.
13414
13415 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13416
13417         * gnus-art.el (gnus-mime-display-security): Don't display the
13418         signature, but only the signed part.
13419
13420 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13421
13422         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13423
13424         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13425         list, not listp.
13426
13427 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13428
13429         * mm-encode.el (mm-encode-content-transfer-encoding):
13430         Likewise when encoding.
13431
13432         * mm-bodies.el (mm-decode-content-transfer-encoding):
13433         De-canonicalize CRLF for all text content types, not just
13434         text/plain.
13435
13436 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13437
13438         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13439         valid article; point arrow and cursor at the MIME button.
13440
13441 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13442
13443         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13444         Suggested by Dan Christensen <jdc@uwo.ca>.
13445
13446         * mm-decode.el (mm-save-part): Enable change of prompt.
13447
13448 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13449
13450         * gnus-msg.el (gnus-inews-add-send-actions):
13451         Make `message-post-method' lambda parameter ARG `&optional'.
13452
13453 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13454
13455         * gnus-sum.el (gnus-summary-mime-map):
13456         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13457         gnus-article-jump-to-part.
13458
13459         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13460         (gnus-article-edit-part): Use it.
13461         (gnus-article-part-wrapper): Add no-handle argument.
13462         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13463         New functions.
13464
13465 2005-08-29  Romain Francoise  <romain@orebokech.com>
13466
13467         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13468         docstring.
13469         (gnus-face-from-file): Likewise.
13470
13471 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13472
13473         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13474         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13475         non-nil.
13476         (gnus-auto-select-part): New variable.
13477         (gnus-article-jump-to-part): New function.
13478         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13479         (gnus-mime-delete-part): Allow selecting specified part after
13480         deleting or stripping parts.
13481         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13482         part if argument is bogus.
13483
13484 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13485
13486         * gnus-art.el (w3m-minor-mode-map):
13487         * gnus-spec.el (gnus-newsrc-file-version):
13488         * gnus-util.el (nnmail-active-file-coding-system)
13489         (gnus-original-article-buffer, gnus-user-agent):
13490         * gnus.el (gnus-ham-process-destinations)
13491         (gnus-parameter-ham-marks-alist)
13492         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13493         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13494         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13495         * mm-decode.el (gnus-current-window-configuration):
13496         * mm-extern.el (gnus-article-mime-handles):
13497         * mm-url.el (url-current-object, url-package-name)
13498         (url-package-version):
13499         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13500         (smime-keys, w3m-cid-retrieve-function-alist)
13501         (w3m-current-buffer, w3m-display-inline-images)
13502         (w3m-minor-mode-map):
13503         * mml-smime.el (gnus-extract-address-components):
13504         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13505         (gnus-newsrc-hashtb, message-default-charset)
13506         (message-deletable-headers, message-options)
13507         (message-posting-charset, message-required-mail-headers)
13508         (message-required-news-headers):
13509         * mml1991.el (mc-pgp-always-sign):
13510         * mml2015.el (mc-pgp-always-sign):
13511         * nnheader.el (nnmail-extra-headers):
13512         * rfc1843.el (gnus-decode-encoded-word-function)
13513         (gnus-decode-header-function, gnus-newsgroup-name):
13514         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13515
13516 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13517
13518         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13519         the end of the date treatments.
13520
13521 2005-08-15  Simon Josefsson  <jas@extundo.com>
13522
13523         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13524         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13525         Capello and Romain Francoise.
13526         (pgg-fetch-key-function): Remove, not used?
13527         (pgg-insert-url-with-w3): Require url, to get
13528         url-insert-file-contents regardless of where it is defined.
13529
13530 2005-08-13  Romain Francoise  <romain@orebokech.com>
13531
13532         * message.el (message-cite-original-1): New function.
13533         (message-cite-original): Use it.
13534         (message-cite-original-without-signature): Ditto.
13535
13536 2005-08-08  Romain Francoise  <romain@orebokech.com>
13537
13538         * message.el (message-yank-empty-prefix): New variable.
13539         (message-indent-citation): Use it.
13540         (message-cite-original-without-signature): Respect X-No-Archive.
13541
13542 2005-08-08  Simon Josefsson  <jas@extundo.com>
13543
13544         * pgg.el: Autoload url-insert-file-contents instead of loading
13545         w3/url.
13546         (pgg-insert-url-with-w3): Don't load url here.
13547
13548 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13549
13550         * message.el (message-kill-to-signature): Don't insert newline at
13551         bol.
13552         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13553
13554 2005-08-06  Romain Francoise  <romain@orebokech.com>
13555
13556         * message.el (message-user-fqdn): Fix typo in docstring.
13557
13558 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13559
13560         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13561
13562         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13563
13564 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13565
13566         * mm-bodies.el (mm-encode-body): Use coding system rather than
13567         charset to encode text.
13568
13569         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13570         number of charsets if utf-8 is available (XEmacs).
13571
13572 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13573
13574         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13575         taken from `gnus-button-mid-or-mail-regexp'.
13576         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13577         (gnus-button-alist): Improve regexp for domain part of the MIDs
13578         for news:localpart@domain buttons.
13579         (gnus-button-ctan-directory-regexp): Update.
13580
13581 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * sieve-manage.el (sieve-manage-interactive-login):
13584         Use make-local-variable rather than make-variable-buffer-local.
13585         (sieve-manage-open): Ditto.
13586         (sieve-manage-authenticate): Ditto.
13587
13588         * mml.el (mml-generate-mime-1): Make the content type default to
13589         text/plain if the filename is not specified.
13590
13591 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13592
13593         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13594         instead of insert-buffer.
13595
13596         * message.el (message-yank-original): Ditto; set the mark at the
13597         end of the yanked message.
13598
13599 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13600
13601         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13602         lines to scroll rather than to stop it.
13603
13604         * mml.el (mml-generate-default-type): Add doc string.
13605         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13606         default to application/octet-stream when determining the content
13607         type if it is not specified for the part or the mml contents; add
13608         a comment about mml-generate-default-type.
13609
13610 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13611
13612         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13613         make it default to application/octet-stream when determining the
13614         content type if it is not specified for the external contents.
13615
13616 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13617
13618         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13619         segmented parameter but also other parameters might be there.
13620
13621 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * mm-decode.el (mm-display-external): Delete temp file, directory
13624         and buffer immediately if the external process is exited.
13625
13626 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13627
13628         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13629         fewer lines than that of scroll-margin.
13630         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13631
13632 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13633
13634         * gnus-art.el (gnus-article-next-page): Revert.
13635         (gnus-article-beginning-of-window): New macro.
13636         (gnus-article-next-page-1): Use it.
13637         (gnus-article-prev-page): Ditto.
13638         (gnus-article-edit-part): Use insert-buffer-substring instead of
13639         insert-buffer.
13640         (gnus-article-edit-exit): Ditto.
13641
13642         * gnus-util.el (gnus-beginning-of-window): Remove.
13643         (gnus-end-of-window): Remove.
13644
13645         * lpath.el: Don't bind header-line-format and scroll-margin.
13646
13647 2005-07-25  Simon Josefsson  <jas@extundo.com>
13648
13649         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13650         to have the url package without w3.  Reported by Daiki Ueno
13651         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13652
13653 2005-07-20  Didier Verna  <didier@xemacs.org>
13654
13655         * gnus-diary.el: Remove the description comment (nndiary is now
13656         properly documented in the Gnus manual).
13657         Fix the spelling of "Back End".
13658         * nndiary.el: Ditto.
13659         Fix the copyright notice.
13660
13661 2005-07-18  Romain Francoise  <romain@orebokech.com>
13662
13663         * gnus-sum.el (gnus-summary-to-prefix)
13664         (gnus-summary-newsgroup-prefix): New variables.
13665         (gnus-summary-from-or-to-or-newsgroups): Use them.
13666
13667 2005-07-17  Romain Francoise  <romain@orebokech.com>
13668
13669         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13670         space as it's generally not especially interesting to the user.
13671
13672 2005-07-16  Romain Francoise  <romain@orebokech.com>
13673
13674         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13675         nil to avoid prompting and file modification if one of the
13676         messages at the top of the nnfolder file contains a copyright
13677         notice.
13678         Update copyright notice.
13679
13680         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13681         instead of `current-time-string' as the latter creates a time
13682         string that is not RFC 2822 compliant (it lacks the zone).
13683         Update copyright notice.
13684
13685 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13686
13687         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13688         for text/rtf.  Display default in prompt.  Pass default for M-n.
13689
13690         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13691
13692 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13693
13694         * gnus-msg.el (gnus-button-mailto):
13695         Remove save-selected-window-window hackery because it relies on
13696         save-selected-window internals.
13697
13698 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13699
13700         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13701         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13702         (gnus-article-prev-page): Ditto.
13703
13704         * gnus-util.el (gnus-beginning-of-window): New function.
13705         (gnus-end-of-window): New function.
13706
13707         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13708
13709 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13710
13711         * gnus-score.el (gnus-score-edit-all-score):
13712         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13713         gnus-message.
13714
13715 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13716
13717         * gnus-msg.el (gnus-button-mailto):
13718         Remove save-selected-window-window hackery because it relies on
13719         save-selected-window internals.
13720
13721 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13722
13723         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13724         add-minor-mode.
13725         (gnus-binary-mode): Ditto.
13726
13727         * gnus-topic.el (gnus-topic-mode): Ditto.
13728
13729 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13730
13731         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13732         (gnus-article-prev-page): Take scroll-margin into consideration.
13733
13734 2005-07-04  Lute Kamstra  <lute@gnu.org>
13735
13736         Update FSF's address in GPL notices.
13737
13738 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13739
13740         * gnus.el (gnus-exit):
13741         * gnus-group.el (gnus-group-icons):
13742         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13743
13744         * gnus-nocem.el (gnus-nocem):
13745         * message.el (message-various, message-buffers, message-sending)
13746         (message-interface, message-forwarding, message-insertion)
13747         (message-headers, message-news, message-mail):
13748         * pgg-gpg.el (pgg-gpg):
13749         * pgg-parse.el (pgg-parse):
13750         * pgg-pgp.el (pgg-pgp):
13751         * pgg-pgp5.el (pgg-pgp5):
13752         * pop3.el (pop3): Finish `defgroup' description with period.
13753
13754 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13755
13756         * gnus-art.el (article-display-face): Improve the efficiency.
13757         (article-display-x-face): Ditto; remove grey x-face stuff.
13758
13759 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13760
13761         * gnus-art.el (article-display-face): Correct the position in
13762         which Faces are inserted.
13763
13764 2005-06-29  Didier Verna  <didier@xemacs.org>
13765
13766         * gnus-art.el (article-display-face): Display faces in correct
13767         order.
13768
13769 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13770
13771         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13772         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13773         (gnus-nocem-check-article): Fetch the Type header.
13774         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13775         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13776         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13777         make sure gnus-nocem-hashtb is initialized.
13778         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13779         (gnus-nocem-unwanted-article-p): Ditto.
13780
13781         * pgg.el (pgg-verify): Return the verification result.
13782
13783 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13784
13785         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13786         is ascii.
13787
13788 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13789
13790         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13791         `show-nonbreak-escape'.
13792
13793 2005-06-23  Lute Kamstra  <lute@gnu.org>
13794
13795         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13796
13797         * dig.el (dig-mode):
13798         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13799
13800 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13801
13802         * nnimap.el (nnimap-split-download-body): Fix spellings.
13803
13804 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13805
13806         * gnus-art.el (gnus-article-encrypt-body):
13807         * gnus-cus.el (gnus-score-customize):
13808         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13809         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13810
13811 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13812
13813         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13814         header by looking for magic "MII" at the beginnig.
13815
13816 2005-06-16  Miles Bader  <miles@gnu.org>
13817
13818         * gnus-xmas.el (gnus-xmas-group-startup-message):
13819         Use renamed gnus-splash face.
13820
13821         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13822         (assistant-field-face): New backward-compatibility alias for renamed
13823         face.
13824         (assistant-render-text): Use renamed assistant-field face.
13825
13826         * spam.el (spam): Remove "-face" suffix from face name.
13827         (spam-face): New backward-compatibility alias for renamed face.
13828         (spam-face, spam-initialize): Use renamed spam face.
13829
13830         * message.el (message-header-to, message-header-cc)
13831         (message-header-subject, message-header-newsgroups)
13832         (message-header-other, message-header-name)
13833         (message-header-xheader, message-separator, message-cited-text)
13834         (message-mml): Remove "-face" suffix from face names.
13835         (message-header-to-face, message-header-cc-face)
13836         (message-header-subject-face, message-header-newsgroups-face)
13837         (message-header-other-face, message-header-name-face)
13838         (message-header-xheader-face, message-separator-face)
13839         (message-cited-text-face, message-mml-face):
13840         New backward-compatibility aliases for renamed faces.
13841         (message-font-lock-keywords): Use renamed message faces.
13842
13843         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13844         (sieve-test-commands, sieve-tagged-arguments):
13845         Remove "-face" suffix from face names.
13846         (sieve-control-commands-face, sieve-action-commands-face)
13847         (sieve-test-commands-face, sieve-tagged-arguments-face):
13848         New backward-compatibility aliases for renamed faces.
13849         (sieve-control-commands-face, sieve-action-commands-face)
13850         (sieve-test-commands-face, sieve-tagged-arguments-face):
13851         Use renamed sieve faces.
13852
13853         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13854         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13855         (gnus-group-news-3-empty, gnus-group-news-4)
13856         (gnus-group-news-4-empty, gnus-group-news-5)
13857         (gnus-group-news-5-empty, gnus-group-news-6)
13858         (gnus-group-news-6-empty, gnus-group-news-low)
13859         (gnus-group-news-low-empty, gnus-group-mail-1)
13860         (gnus-group-mail-1-empty, gnus-group-mail-2)
13861         (gnus-group-mail-2-empty, gnus-group-mail-3)
13862         (gnus-group-mail-3-empty, gnus-group-mail-low)
13863         (gnus-group-mail-low-empty, gnus-summary-selected)
13864         (gnus-summary-cancelled, gnus-summary-high-ticked)
13865         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13866         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13867         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13868         (gnus-summary-low-undownloaded)
13869         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13870         (gnus-summary-low-unread, gnus-summary-normal-unread)
13871         (gnus-summary-high-read, gnus-summary-low-read)
13872         (gnus-summary-normal-read, gnus-splash):
13873         Remove "-face" suffix from face names.
13874         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13875         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13876         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13877         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13878         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13879         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13880         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13881         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13882         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13883         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13884         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13885         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13886         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13887         (gnus-summary-normal-ticked-face)
13888         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13889         (gnus-summary-normal-ancient-face)
13890         (gnus-summary-high-undownloaded-face)
13891         (gnus-summary-low-undownloaded-face)
13892         (gnus-summary-normal-undownloaded-face)
13893         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13894         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13895         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13896         (gnus-splash-face):
13897         New backward-compatibility aliases for renamed faces.
13898         (gnus-group-startup-message): Use renamed gnus faces.
13899
13900         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13901         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13902         (gnus-server-agent): Remove "-face" suffix from face names.
13903         (gnus-server-agent-face, gnus-server-opened-face)
13904         (gnus-server-closed-face, gnus-server-denied-face)
13905         (gnus-server-offline-face):
13906         New backward-compatibility aliases for renamed faces.
13907         (gnus-server-agent-face, gnus-server-opened-face)
13908         (gnus-server-closed-face, gnus-server-denied-face)
13909         (gnus-server-offline-face): Use renamed gnus faces.
13910
13911         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13912         Remove "-face" suffix from face names.
13913         (gnus-picon-xbm-face, gnus-picon-face):
13914         New backward-compatibility aliases for renamed faces.
13915
13916         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13917         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13918         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13919         (gnus-cite-11): Remove "-face" suffix from face names.
13920         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13921         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13922         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13923         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13924         New backward-compatibility aliases for renamed faces.
13925         (gnus-cite-attribution-face, gnus-cite-face-list)
13926         (gnus-article-boring-faces): Use renamed gnus faces.
13927
13928         * gnus-art.el (gnus-signature, gnus-header-from)
13929         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13930         (gnus-header-content): Remove "-face" suffix from face names.
13931         (gnus-signature-face, gnus-header-from-face)
13932         (gnus-header-subject-face, gnus-header-newsgroups-face)
13933         (gnus-header-name-face, gnus-header-content-face):
13934         New backward-compatibility aliases for renamed faces.
13935         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13936
13937         * gnus-sum.el (gnus-summary-selected-face)
13938         (gnus-summary-highlight): Use renamed gnus faces.
13939         * gnus-group.el (gnus-group-highlight): Likewise.
13940
13941 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13942
13943         * gnus-sieve.el (gnus-sieve-article-add-rule):
13944         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13945         * spam-stat.el (spam-stat-buffer-change-to-spam)
13946         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13947
13948         * message.el (message-is-yours-p):
13949         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13950
13951 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13952
13953         * mm-view.el (mm-inline-text): Withdraw the last change.
13954
13955 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13956
13957         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13958         executing enriched-decode.
13959
13960 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13961
13962         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13963         charset of tar files.
13964
13965 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13966
13967         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13968
13969 2005-06-04  Lute Kamstra  <lute@gnu.org>
13970
13971         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13972         information is never recorded.
13973
13974 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13975
13976         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13977
13978 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13979
13980         * pop3.el (pop3-apop): Run md5 in the binary mode.
13981
13982         * starttls.el (starttls-set-process-query-on-exit-flag):
13983         Use eval-and-compile.
13984
13985 2005-05-31  Simon Josefsson  <jas@extundo.com>
13986
13987         * smime.el (smime-replace-in-string): Define.
13988         (smime-cert-by-ldap-1): Use it.
13989
13990 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13991
13992         * gnus-art.el (article-display-x-face): Replace
13993         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13994
13995         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13996         set-process-query-on-exit-flag or process-kill-without-query.
13997
13998         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13999         loop instead of replace-regexp.
14000
14001         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14002         instead of process-kill-without-query if it is available.
14003
14004         * lpath.el: Fbind ldap-search-entries.
14005
14006         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14007         instead of find-file-hooks if it is available.
14008
14009         * mml1991.el: Bind pgg-default-user-id when compiling.
14010
14011         * mml2015.el: Bind pgg-default-user-id when compiling.
14012
14013         * nndraft.el (nndraft-request-associate-buffer):
14014         Use write-contents-functions instead of write-contents-hooks if it is
14015         available.
14016
14017         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14018         instead of find-file-hooks if it is available.
14019
14020         * nntp.el (nntp-open-connection): Replace
14021         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14022         (nntp-open-ssl-stream): Ditto.
14023         (nntp-open-tls-stream): Ditto.
14024
14025         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14026         set-process-query-on-exit-flag or process-kill-without-query.
14027         (starttls-open-stream-gnutls): Use it instead of
14028         process-kill-without-query.
14029         (starttls-open-stream): Ditto.
14030
14031 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14032
14033         * smime.el (smime-cert-by-ldap-1): Don't use
14034         replace-regexp-in-string.
14035
14036 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14037
14038         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14039
14040         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14041         in PEM format.  Adjust to the XEmacs compability.
14042
14043 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14044
14045         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14046         by `string-to-number'.
14047         * gnus-agent.el (gnus-agent-regenerate-group)
14048         (gnus-agent-fetch-articles): Ditto.
14049         * gnus-art.el (gnus-button-fetch-group): Ditto.
14050         * gnus-cache.el (gnus-cache-generate-active)
14051         (gnus-cache-articles-in-group): Ditto.
14052         * gnus-group.el (gnus-group-set-current-level)
14053         (gnus-group-insert-group-line): Ditto.
14054         * gnus-score.el (gnus-score-set-expunge-below)
14055         (gnus-score-set-mark-below, gnus-summary-score-effect)
14056         (gnus-summary-score-entry): Ditto.
14057         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14058         (gnus-soup-pack): Ditto.
14059         * gnus-spec.el (gnus-xmas-format): Ditto.
14060         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14061         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14062         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14063         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14064         * nndb.el (nndb-get-remote-expire-response): Ditto.
14065         * nndiary.el (nndiary-parse-schedule-value)
14066         (nndiary-string-to-number, nndiary-request-replace-article)
14067         (nndiary-request-article): Ditto.
14068         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14069         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14070         * nneething.el (nneething-make-head): Ditto.
14071         * nnfolder.el (nnfolder-request-article)
14072         (nnfolder-retrieve-headers): Ditto.
14073         * nnheader.el (nnheader-file-to-number): Ditto.
14074         * nnkiboze.el (nnkiboze-request-article): Ditto.
14075         * nnmail.el (nnmail-process-unix-mail-format)
14076         (nnmail-process-babyl-mail-format): Ditto.
14077         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14078         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14079         (nnmh-request-create-group, nnmh-request-list-1)
14080         (nnmh-request-group, nnmh-request-article): Ditto.
14081         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14082         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14083         * nnsoup.el (nnsoup-make-active): Ditto.
14084         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14085         * nntp.el (nntp-find-group-and-number)
14086         (nntp-retrieve-headers-with-xover): Ditto.
14087         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14088         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14089         (pgg-format-key-identifier): Ditto.
14090         * pop3.el (pop3-last, pop3-stat): Ditto.
14091         * qp.el (quoted-printable-decode-region): Ditto.
14092
14093         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14094         of concat.
14095
14096 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14097
14098         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14099
14100         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14101
14102         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14103
14104         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14105
14106         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14107
14108         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14109
14110         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14111         (gnus-carpal-mode): Ditto.
14112
14113         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14114         (gnus-browse-mode): Ditto.
14115
14116         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14117
14118         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14119
14120 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14121
14122         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14123
14124 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14125
14126         * gnus-util.el (gnus-run-mode-hooks): New function.
14127
14128         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14129
14130         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14131         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14132
14133 2005-05-27  Lute Kamstra  <lute@gnu.org>
14134
14135         * dns-mode.el (dns-mode): Specify customization group.
14136
14137 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14138
14139         * gnus-agent.el (gnus-agent-make-mode-line-string):
14140         Use mode-line-highlight as mouse-face.
14141
14142 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14143
14144         * canlock.el (canlock): Change the parent group to news.
14145
14146         * deuglify.el (gnus-outlook-deuglify): Add :group.
14147
14148         * dig.el (dig): Add :group.
14149
14150         * dns-mode.el (dns-mode): Add :group.
14151
14152         * encrypt.el (encrypt): Add :group.
14153
14154         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14155         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14156         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14157         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14158         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14159
14160         * gnus-diary.el (gnus-diary): Add :group.
14161
14162         * gnus.el (gnus-group-news-1-face): Add :group.
14163         (gnus-group-news-1-empty-face): Ditto.
14164         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14165         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14166         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14167         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14168         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14169         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14170         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14171         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14172         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14173         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14174         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14175         (gnus-summary-high-ticked-face): Ditto.
14176         (gnus-summary-low-ticked-face): Ditto.
14177         (gnus-summary-normal-ticked-face): Ditto.
14178         (gnus-summary-high-ancient-face): Ditto.
14179         (gnus-summary-low-ancient-face): Ditto.
14180         (gnus-summary-normal-ancient-face): Ditto.
14181         (gnus-summary-high-undownloaded-face): Ditto.
14182         (gnus-summary-low-undownloaded-face): Ditto.
14183         (gnus-summary-normal-undownloaded-face): Ditto.
14184         (gnus-summary-high-unread-face): Ditto.
14185         (gnus-summary-low-unread-face): Ditto.
14186         (gnus-summary-normal-unread-face): Ditto.
14187         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14188         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14189
14190         * hashcash.el (hashcash): New custom group.
14191         (hashcash-default-payment): Add :group.
14192         (hashcash-payment-alist): Ditto.
14193         (hashcash-default-accept-payment): Ditto.
14194         (hashcash-accept-resources): Ditto.
14195         (hashcash-path): Ditto.
14196         (hashcash-extra-generate-parameters): Ditto.
14197         (hashcash-double-spend-database): Ditto.
14198         (hashcash-in-news): Ditto.
14199
14200         * message.el (message-minibuffer-local-map): Add :group.
14201
14202         * netrc.el (netrc): Add :group.
14203
14204         * sieve-manage.el (sieve-manage-log): Add :group.
14205         (sieve-manage-default-user): Diito.
14206         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14207         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14208         (sieve-manage-authenticators): Ditto.
14209         (sieve-manage-authenticator-alist): Ditto.
14210         (sieve-manage-default-port): Ditto.
14211
14212         * sieve-mode.el (sieve-control-commands-face): Add :group.
14213         (sieve-action-commands-face): Ditto.
14214         (sieve-test-commands-face): Ditto.
14215         (sieve-tagged-arguments-face): Ditto.
14216
14217         * smime.el (smime): Add :group.
14218
14219         * spam-report.el (spam-report): Add :group.
14220
14221         * spam.el (spam, spam-face): Add :group.
14222
14223 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14224
14225         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14226         return \n.\n.\n at the end of articles.  Protect against that.
14227         (nntp-with-open-group): Allow debugging.
14228
14229         * nnheader.el (mail-header-set-extra): Make into a function
14230         because I just could't understand how to quote the list properly.
14231
14232         * dns.el (query-dns-cached): New function.
14233
14234 2005-05-26  Lute Kamstra  <lute@gnu.org>
14235
14236         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14237
14238 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14239
14240         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14241
14242         * gnus-art.el: Don't autoload mail-extract-address-components.
14243
14244         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14245         eval-and-compile to evaluate it.
14246
14247         * hashcash.el: Don't autoload executable-find.
14248
14249         * nndb.el: Don't declare the nndb back end two or more times; don't
14250         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14251
14252         * nntp.el: Autoload format-spec instead of format; use
14253         eval-and-compile to evaluate autoload forms.
14254
14255 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14256
14257         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14258
14259 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14260
14261         * gnus.el (gnus-version-number): Bump version.
14262
14263 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14264
14265         * gnus.el: No Gnus v0.3 is released.
14266
14267 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14268
14269         * lpath.el (featurep): Bind show-nonbreak-escape.
14270
14271 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14272
14273         * gnus-art.el (gnus-article-edit-part): Disable undo.
14274
14275 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14276
14277         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14278         gnus-article-date-lapsed-new-header is t if date timer is active;
14279         skip headers in which the original date value is empty.
14280         (gnus-article-save-original-date): Redefine it as a macro.
14281         (gnus-display-mime): Use it.
14282
14283 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14284
14285         * gnus-art.el (article-date-ut): Support converting date in
14286         forwarded parts as well.
14287         (gnus-article-save-original-date): New function.
14288         (gnus-display-mime): Use it.
14289
14290 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14291
14292         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14293         enclosure element of <item>.
14294
14295 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14296
14297         * message.el (message-kill-buffer-query): Rename from
14298         `message-kill-buffer-query-if-modified'.  Add :version.
14299
14300 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14301
14302         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14303         window layout.
14304
14305 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14306
14307         * mml.el: Autoload dnd when compiling.
14308
14309 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14310
14311         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14312         x-dnd-*.
14313
14314 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14315
14316         * qp.el (quoted-printable-encode-region): Save excursion.
14317
14318 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14319
14320         * message.el (message-kill-buffer-query-if-modified): Add new variable
14321         so the user can kill a modified message buffer quickly.
14322         (message-kill-buffer): Use it.
14323
14324 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14325
14326         * lpath.el: Fbind display-time-event-handler; don't fbind
14327         string-to-multibyte.
14328
14329         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14330
14331 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14334         contained in text because xml.el decodes entities) with LFs.
14335
14336 2005-04-11  Lute Kamstra  <lute@gnu.org>
14337
14338         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14339         differently.
14340
14341 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14342
14343         * mm-util.el (mm-detect-coding-region): Typo.
14344
14345 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14346
14347         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14348
14349 2005-04-06  Deepak Goel  <deego@gnufans.org>
14350
14351         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14352         user-function allow user modifications of the scores.
14353         (spam-stat-score-buffer-user): New function, to allow
14354         user-computed modifications to the score.
14355         (spam-stat-score-buffer-user-functions): List of additional
14356         scoring functions.
14357         (spam-stat-error-holder): Global temporary error holder.
14358         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14359         variable.
14360
14361 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14362
14363         * gnus-registry.el (gnus-registry-clean-empty-function)
14364         (gnus-registry-trim, gnus-registry-fetch-groups)
14365         (gnus-registry-delete-group): Groups that match
14366         `gnus-registry-ignored-groups' are removed from the registry
14367         entries, not just ignored for splitting.  This helps clean up the
14368         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14369         to get all the groups a message ID is in.
14370
14371         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14372         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14373         (spam-stat-score-buffer-user-functions): Add :number custom type.
14374
14375 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14376
14377         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14378         argument in XEmacs.
14379
14380         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14381         (nnrss-request-group): Decode group name first.
14382         (nnrss-request-article): Make a text/plain article if mml-to-mime
14383         failed.
14384         (nnrss-get-encoding): Return a compatible encoding according to
14385         nnrss-compatible-encoding-alist.
14386         (nnrss-find-el): Use consp instead of listp.
14387         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14388
14389 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14392         which Emacs 20 doesn't support.
14393         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14394
14395 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14396
14397         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14398         silence the byte compiler inside the defun.
14399
14400         * gnus-demon.el (parse-time-string): Add autoload.
14401
14402         * gnus-delay.el (parse-time-string): Add autoload.
14403
14404         * gnus-art.el (parse-time-string): Add autoload.
14405
14406         * nnultimate.el (parse-time): Require for `parse-time-string'.
14407
14408 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14409
14410         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14411
14412         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14413
14414         * smime.el (smime-ldap-host-list): Add :version.
14415
14416 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14417
14418         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14419         pass it to `gnus-browse-read-group'.
14420         (gnus-browse-read-group): Add NUMBER argument and pass it to
14421         `gnus-group-read-ephemeral-group'.
14422
14423         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14424         argument and pass it to `gnus-group-read-group'.
14425
14426 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14427
14428         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14429         mm-xemacs-find-mime-charset-1 if we have the mule feature
14430         available at runtime.
14431
14432 2005-03-25  Werner Lemberg  <wl@gnu.org>
14433
14434         * nnmaildir.el: Replace `illegal' with `invalid'.
14435
14436 2005-03-23  Lute Kamstra  <lute@gnu.org>
14437
14438         * time-date.el: Add comment on time value formats.
14439         Don't require parse-time.
14440         (with-decoded-time-value): New macro.
14441         (encode-time-value): New function.
14442         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14443         (days-to-time): Return a valid time value when arg is huge.
14444         (time-since): Use time-subtract.
14445         (time-to-number-of-days): Use time-to-seconds.
14446
14447 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14448
14449         * gnus-start.el (gnus-display-time-event-handler):
14450         Check display-time-timer at runtime rather than only at load time
14451         in case display-time-mode is turned off in the mean time.
14452
14453 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14454
14455         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14456         used.
14457
14458         * nneething.el (nneething-map-file-directory): Derive from
14459         `gnus-directory'.
14460
14461         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14462         the To/Cc button.
14463
14464 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14465
14466         * nnmaildir.el (nnmaildir-request-accept-article):
14467         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14468
14469 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14470
14471         * gnus-async.el: Require timer-funcs at compile time when in
14472         XEmacs for `run-with-idle-timer'.
14473
14474 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14475
14476         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14477         autoloaded function.
14478
14479 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14480
14481         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14482
14483 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14484
14485         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14486
14487 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14488
14489         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14490         Add gnus-expert-user to default.
14491
14492 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14493
14494         * nnimap.el (nnimap-open-server): Ditto.
14495
14496         * imap.el (imap-authenticate): Fix typo.
14497
14498 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14499
14500         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14501         buffer (since IMAP server might return FETCH response out of
14502         order, and the nntp buffer must be sorted).
14503
14504 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14505
14506         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14507         comparison on string.
14508
14509         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14510         (gnus-agent-score): Rename category keywords to match gnus-cus.
14511         (gnus-agent-summary-fetch-series): Modify to protect against
14512         gnus-agent-summary-fetch-group clearing processable flags.
14513         (gnus-agent-synchronize-group-flags): Update live group buffer as
14514         synchronization may occur due to the user toggle the plugged
14515         status.
14516         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14517         successfully downloaded.
14518         (gnus-agent-expire-group-1): Avoid using markers when the overview
14519         is in ascending order; greatly improves performance.
14520         (gnus-agent-regenerate-group):
14521         Use gnus-agent-synchronize-group-flags to reset read status in both
14522         gnus and server.
14523         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14524
14525 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14526
14527         * message.el: Don't autoload former message-utils variables.
14528         (message-strip-subject-trailing-was): Change doc string.
14529
14530         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14531         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14532         (nnweb-google-search): Add "hl=en" here.
14533         (nnweb-google-parse-1, nnweb-google-create-mapping):
14534         Don't hardcode URL.
14535
14536 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14537
14538         * message.el (message-get-reply-headers, message-followup):
14539         Mention related variables `message-use-followup-to' and
14540         `message-use-mail-followup-to', in the information buffer.
14541
14542         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14543         of broken groups(-beta).google.com.
14544
14545 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14546
14547         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14548         parameter to invoked gnus-request-move-article; remove the
14549         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14550         all at once instead of once per article.
14551         (gnus-summary-remove-process-mark): Accept a list of articles as
14552         well as a single article for processing.
14553
14554         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14555         parameter.
14556
14557         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14558
14559         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14560
14561         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14562         parameter.
14563
14564         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14565         parameter.
14566
14567         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14568         parameter and remove the gnus-sum-hint-move-is-internal variable.
14569
14570         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14571         parameter.
14572
14573         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14574         parameter.
14575
14576         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14577         parameter.
14578
14579         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14580
14581         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14582         parameter.
14583
14584         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14585         parameter.
14586
14587 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14588
14589         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14590         a more conservative way.
14591
14592 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14593
14594         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14595         buffer, so it moves the window's cursor.
14596
14597 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14598
14599         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14600         `mm-dissect-multipart' and receive the from field as an (optional)
14601         argument from `mm-dissect-multipart'.
14602         (mm-dissect-multipart): Receive the from field as an argument and
14603         pass it on when we call `mm-dissect-buffer' on MIME parts.
14604         Fixes verification/decryption of signed/encrypted MIME parts.
14605
14606 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14607
14608         * gnus-sum.el (gnus-summary-move-article):
14609         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14610         whatever it calls (right now, only nnimap-request-move article
14611         respects it).
14612
14613         * nnimap.el (nnimap-request-move-article):
14614         When gnus-sum-hint-move-is-internal is set, don't do the extra
14615         nnimap-request-article.
14616
14617 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14618
14619         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14620
14621         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14622         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14623
14624         * gnus-sum.el (gnus-summary-caesar-message):
14625         Apply `gnus-treat-article' after rotation.
14626
14627         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14628         doc string.
14629
14630 2005-02-22  Simon Josefsson  <jas@extundo.com>
14631
14632         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14633         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14634         <arne@arnested.dk>.
14635         (encrypt): Add password-cache and password-cache-expiry as group
14636         members.
14637
14638 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14639
14640         * smime.el (smime-ldap-host-list): Doc fix.
14641         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14642         cache) password.
14643         (smime-sign-region): Use it.
14644         (smime-decrypt-region): Use it.
14645         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14646         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14647         fails.
14648         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14649         certificate from DER to PEM format rather than calling openssl.
14650
14651         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14652
14653         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14654         for signing/encryption.
14655
14656         * mml.el (mml-parse-1): Use them.
14657
14658 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14659
14660         * nnrss.el (nnrss-verbose): Remove.
14661         (nnrss-request-group): Use `nnheader-message' instead.
14662
14663 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14664
14665         * nnrss.el (nnrss-verbose): New variable.
14666         (nnrss-request-group): Make it say nnrss is requesting a group.
14667
14668 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14669
14670         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14671         Handle news URL with given port correctly.
14672
14673 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14674
14675         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14676         containing special characters.
14677
14678         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14679
14680         * mml.el (mime-to-mml): Ditto.
14681
14682         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14683         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14684         (rfc2047-decode-region): Quote decoded words containing special
14685         characters when rfc2047-quote-decoded-words-containing-tspecials
14686         is non-nil.
14687
14688 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14689
14690         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14691
14692         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14693
14694 2005-02-15  Simon Josefsson  <jas@extundo.com>
14695
14696         * nnimap.el (nnimap-debug): Doc fix.
14697
14698         * imap.el (imap-debug): Doc fix.
14699
14700 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14701
14702         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14703
14704 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14705
14706         * gnus.el (spam-contents): Improve docs for spam-contents
14707         parameter in its variable incarnation.
14708
14709 2005-02-14  Simon Josefsson  <jas@extundo.com>
14710
14711         * smime-ldap.el: Use require instead of load-library for ldap.
14712         (smime-ldap-search): Indent.
14713         (smime-ldap-search-internal): Shorten line.
14714
14715         * smime.el (smime-cert-by-dns): Add doc-string.
14716         (smime-cert-by-ldap-1): Indent.
14717
14718         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14719         mml-smime-get-dns-ldap.
14720         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14721
14722 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14723
14724         * smime.el: Require smime-ldap.
14725         (smime-ldap-host-list): New variable.
14726         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14727
14728         * mml-smime.el (mml-smime-encrypt-query): New function.
14729         (mml-smime-encrypt-query): Use it.
14730
14731         * smime-ldap.el: New file.
14732
14733 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14734
14735         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14736
14737 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14738
14739         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14740         argument in doc string.  Make query for type more clear.
14741
14742 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14743
14744         * gnus.el (gnus-group-startup-message): Search for gnus images in
14745         etc/images/gnus.
14746         * mm-util.el (mm-image-load-path): Likewise.
14747         * smiley.el (smiley-data-directory): Search for smilies in
14748         etc/images/smilies.
14749
14750 2005-02-09  Kim F. Storm  <storm@cua.dk>
14751
14752         Change Emacs release version from 21.4 to 22.1 throughout.
14753         Change Emacs development version from 21.3.50 to 22.0.50.
14754
14755 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14756
14757         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14758
14759         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14760         non-Mule XEmacs as well.
14761         (mm-decompress-buffer): Signal an error intentionally if it does
14762         not decompress compressed data because auto-compression-mode is
14763         disabled.
14764
14765 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14766
14767         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14768         an ID in the registry even if it has no groups.
14769
14770 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14771
14772         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14773         merge it into mm-decompress-buffer.
14774         (gnus-mime-copy-part): Use the MIME part charset, the value which
14775         a user specified or gnus-newsgroup-charset for decoding, like
14776         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14777         save-buffer what was used.  Suggested by Kevin Ryde
14778         <user42@zip.com.au>.
14779         (gnus-mime-inline-part): Allow the name parameter as well as the
14780         filename parameter; force decompressing of compressed data; always
14781         display contents being not decoded as unibyte.
14782
14783         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14784         as well as the filename parameter.
14785
14786         * mm-util.el (mm-decompress-buffer):
14787         Merge gnus-mime-jka-compr-maybe-uncompress.
14788         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14789         of compressed data.
14790
14791 2005-02-08  Simon Josefsson  <jas@extundo.com>
14792
14793         * imap.el (imap-log): Doc fix.
14794
14795 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14796
14797         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14798         the coding cookies; decompress compressed parts.
14799
14800         * mml.el (mml-generate-mime-1): Add the charset parameter according
14801         to the value which a user specified manually or the coding cookie.
14802
14803         * mm-util.el (mm-string-to-multibyte): New function.
14804         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14805         (mm-coding-system-to-mime-charset): New function.
14806         (mm-decompress-buffer): New function.
14807         (mm-find-buffer-file-coding-system): New function.
14808
14809         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14810         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14811         parts.
14812
14813 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14814
14815         * mm-view.el (mm-display-inline-fontify): Decode a part according
14816         to the charset parameter.
14817
14818 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14819
14820         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14821         prefix arg is neither nil nor a number, as info specifies.
14822
14823 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14824
14825         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14826         timestamps.
14827
14828 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14829
14830         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14831         groups error checking and notify user.
14832
14833 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14834
14835         * message.el (message-send-mail-function): Check existence of
14836         sendmail-program first before using default value
14837         `message-send-mail-with-sendmail'.  Otherwise use more generic
14838         `smtpmail-send-it'.
14839
14840 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14841
14842         * nntp.el (nntp-request-update-info): Always return nil.
14843
14844 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14845
14846         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14847
14848 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14849
14850         * message.el (message-beginning-of-line): Change the behavior when
14851         invoked between BOL and : so that it first moves backward.
14852
14853 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14854
14855         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14856         article buffer when editing of the article is discarded.
14857         (gnus-article-prepare): Revert.
14858
14859 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * gnus-art.el (gnus-article-prepare):
14862         Remove message-strip-forbidden-properties from the local hook.
14863
14864 2005-01-27  Simon Josefsson  <jas@extundo.com>
14865
14866         * password.el (password-cache-add): Only start one timer per key.
14867         Reported by Derek Atkins <warlord@MIT.EDU>.
14868
14869 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14870
14871         * run-at-time.el: Remove.  It is no longer needed as
14872         timer-funcs.el in the xemacs-base package has a working version of
14873         `run-at-time'.
14874
14875         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14876
14877         * password.el: Require timer-funcs instead of run-at-time in
14878         XEmacs.
14879         Remove `password-run-at-time' macro.
14880         (password-cache-add): Use `run-at-time' instead of
14881         `password-run-at-time'.
14882
14883         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14884         Remove `nnheader-cancel-function-timers' alias,
14885         `cancel-function-timers' exists in XEmacs in timer-funcs.
14886
14887         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14888         for `run-with-idle-timer'.
14889
14890         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14891         for `run-at-time'.
14892
14893         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14894         for `with-timeout'.
14895
14896         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14897         the same as for XEmacs 21.4.
14898         No need to ignore `run-with-idle-timer', this function exists in
14899         XEmacs now in timer-funcs.el in the xemacs-base package.
14900         (dgnushack-compile): No need to delete
14901         run-at-time.el from the list of files to compile because it
14902         doesn't exist anymore.
14903
14904 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14905
14906         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14907         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14908
14909 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14910
14911         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14912         sensitively.
14913
14914 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14915
14916         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14917
14918 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14919
14920         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14921         which will be inserted according to the multibyteness of a buffer
14922         rather than the type of contents.  Suggested by ARISAWA Akihiro
14923         <ari@mbf.ocn.ne.jp>.
14924
14925         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14926         of string which old xml.el may return rather than a string.
14927
14928 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14929
14930         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14931
14932 2005-01-16  Simon Josefsson  <jas@extundo.com>
14933
14934         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14935         idn/idna.el isn't available.
14936         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14937         <michael@waxrat.com>.
14938
14939         * hashcash.el: Remove non-FSF copyright header.
14940
14941         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14942         (hashcash-generate-payment): Use it.
14943         (hashcash-generate-payment-async): Use it.
14944
14945 2005-01-15  Simon Josefsson  <jas@extundo.com>
14946
14947         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14948         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14949
14950         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14951         gnus-summary-idna-message.
14952         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14953         (gnus-summary-idna-message): New function.
14954
14955 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14956
14957         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14958         gnus-novice-user.
14959
14960 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14961
14962         * nnrss.el (nnrss-request-delete-group): Delete entries in
14963         nnrss-group-alist as well.
14964         (nnrss-save-server-data): Insert newline.
14965
14966 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14967
14968         * gnus.el (gnus-user-agent): Use list of symbols instead of
14969         symbols.  Display full version number for (S)XEmacs.
14970         Optionally display (S)XEmacs codename.
14971
14972         * gnus-util.el (gnus-emacs-version): Update for new
14973         `gnus-user-agent'.
14974
14975         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14976         Gnus version.
14977
14978 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14979
14980         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14981         which is unreadable in some setups.
14982
14983 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14984
14985         * gnus-spec.el (gnus-update-format-specifications): Flush the
14986         group format spec cache if it doesn't support decoded group names.
14987
14988 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14989
14990         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14991         Allow to apply decay on score files matching a regexp.
14992
14993 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14994
14995         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14996         compatibility in %g and %c.
14997
14998 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14999
15000         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15001         name for only %g and %c.
15002         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15003         of gnus-tmp-group to decoded group name.
15004         (gnus-group-make-rss-group): Exclude `/'s from group names.
15005
15006 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15007
15008         * nnrss.el (nnrss-get-encoding): Fix regexp.
15009
15010 2004-12-27  Simon Josefsson  <jas@extundo.com>
15011
15012         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15013         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15014         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15015
15016 2004-12-17  Kim F. Storm  <storm@cua.dk>
15017
15018         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15019
15020         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15021
15022 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15023
15024         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15025
15026 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15027
15028         * nnrss.el: Require rfc2047 and mml.
15029         (nnrss-file-coding-system): New variable.
15030         (nnrss-format-string): Redefine it as an inline function.
15031         (nnrss-decode-group-name): New function.
15032         (nnrss-string-as-multibyte): Remove.
15033         (nnrss-retrieve-headers): Decode group name; don't use
15034         nnrss-format-string.
15035         (nnrss-request-group): Decode group name.
15036         (nnrss-request-article): Decode group name; allow a Message-ID as
15037         well as an article number; don't use nnrss-format-string; encode a
15038         Message-ID string which may contain non-ASCII characters; use
15039         mml-to-mime to compose a MIME article.
15040         (nnrss-request-expire-articles): Decode group name.
15041         (nnrss-request-delete-group): Decode group name.
15042         (nnrss-fetch): Clarify error message.
15043         (nnrss-read-server-data): Use insert-file-contents instead of load;
15044         bind file-name-coding-system; use multibyte buffer.
15045         (nnrss-save-server-data): Bind coding-system-for-write to the
15046         value of nnrss-file-coding-system; bind file-name-coding-system;
15047         add coding cookie.
15048         (nnrss-read-group-data): Use insert-file-contents instead of load;
15049         bind file-name-coding-system; use multibyte buffer.
15050         (nnrss-save-group-data): Bind coding-system-for-write to the
15051         value of nnrss-file-coding-system; bind file-name-coding-system.
15052         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15053         make it work with non-ASCII text.
15054         (nnrss-find-el): Make it work with old xml.el as well.
15055
15056 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15057
15058         * nnrss.el (nnrss-get-encoding): New function.
15059         (nnrss-fetch): Use unibyte buffer initially; bind
15060         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15061         decode contents according to the encoding attribute.
15062         (nnrss-save-group-data): Add coding cookie.
15063         (nnrss-mime-encode-string): New function.
15064         (nnrss-check-group): Use it to encode subject and author.
15065
15066 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15067
15068         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15069         imaginary variable.
15070
15071 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15072
15073         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15074         correctly even if there are wide characters.
15075
15076 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15077
15078         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15079         downcased symbol names; make a new cache instead of reusing
15080         bbdb-hashtable.
15081
15082 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15083
15084         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15085         concatenating segments rather than before concatenating them.
15086         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15087
15088         * message.el (message-get-reply-headers): Bind `extra'.
15089
15090 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15091
15092         * message.el (message-extra-wide-headers): New variable.
15093         (message-get-reply-headers): Use it.
15094
15095 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15096
15097         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15098         (gnus-agent-group-pathname): Ditto.
15099
15100         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15101
15102         * gnus-group.el (gnus-group-make-group): Decode group name.
15103         (gnus-group-make-rss-group): Register the group data after opening
15104         the nnrss group.
15105
15106 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15107
15108         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15109         by expiry now get marked as read.
15110
15111 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15114
15115 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15116
15117         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15118         unify Latin characters in XEmacs.
15119         (mm-find-mime-charset-region): Use it.
15120
15121 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * gnus-util.el (gnus-delete-directory): New function.
15124
15125         * gnus-agent.el (gnus-agent-delete-group): Use it.
15126
15127         * gnus-cache.el (gnus-cache-delete-group): Use it.
15128
15129 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15130
15131         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15132         names.
15133
15134 2004-12-16  Simon Josefsson  <jas@extundo.com>
15135
15136         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15137
15138 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15139
15140         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15141
15142         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15143         (gnus-group-set-current-level): Decode group name.
15144
15145 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15146
15147         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15148         failed.
15149
15150 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15151
15152         * gnus-group.el (gnus-group-delete-group): Decode group name.
15153         (gnus-group-make-rss-group): Encode group name.
15154         (gnus-group-catchup-current): Decode group name.
15155         (gnus-group-kill-group): Decode group name.
15156
15157 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15158
15159         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15160
15161 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15162
15163         * gnus-group.el (gnus-group-make-rss-group):
15164         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15165
15166         * gnus-start.el (gnus-setup-news): Honor user's setting to
15167         gnus-message-archive-method.  Suggested by Lute Kamstra
15168         <lute@gnu.org>.
15169
15170 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15171
15172         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15173         global counterparts of the buffer-local variables.
15174
15175 2004-11-16  Romain Francoise  <romain@orebokech.com>
15176
15177         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15178         counterparts of the buffer-local variables.
15179
15180 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15181
15182         * message.el (message-forbidden-properties): Fix typo in doc
15183         string.
15184
15185 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15186
15187         * gnus-util.el (gnus-replace-in-string): Add doc string.
15188
15189         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15190         to avoid problems when splitting mails with many recipients.
15191
15192 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15193
15194         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15195         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15196
15197 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15198
15199         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15200         if there is no hashtable in memory or file modification time is
15201         newer than cached timestamp.
15202
15203 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15204
15205         * gnus-sum.el (gnus-summary-limit-to-recipient):
15206         Implement not-matching option.
15207
15208 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15209
15210         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15211         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15212         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15213         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15214         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15215         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15216
15217 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15218
15219         * message.el (message-forward-make-body-mml): Remove headers
15220         according to message-forward-ignored-headers if a message is decoded.
15221
15222 2004-12-02  Romain Francoise  <romain@orebokech.com>
15223
15224         * message.el (message-forward-make-body-plain): Always remove
15225         headers according to message-forward-ignored-headers.
15226
15227 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15228
15229         * spam.el (spam-summary-prepare-exit): Remove the
15230         gnus-summary-limit pop for now, it has problems with ham marks for
15231         me.
15232
15233 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15234
15235         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15236         correctly.
15237
15238 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15239
15240         * format-spec.el (format-spec): Message the char.
15241
15242 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15243
15244         * gnus-art.el (gnus-split-methods): Reformat comments.
15245
15246         * spam.el (spam-summary-prepare-exit): Remove article limits
15247         before exiting the summary buffer.
15248
15249 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15252         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15253
15254         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15255         order to silence the byte compiler.
15256
15257         * spam.el: Fix the way to silence the byte compiler, which
15258         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15259         bbdb-search-simple, spam-BBDB-register-routine,
15260         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15261         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15262         spam-stat-buffer-is-spam, spam-stat-load,
15263         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15264         spam-stat-save and spam-stat-split-fancy.
15265
15266 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15267
15268         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15269         which may confuse users.
15270         (canlock-password-for-verify): Ditto.
15271
15272         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15273
15274         * gnus-art.el (gnus-emphasis-alist): Ditto.
15275
15276         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15277
15278         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15279
15280         * gnus-start.el (gnus-save-killed-list): Ditto.
15281
15282         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15283         (gnus-sum-thread-tree-root): Ditto.
15284         (gnus-sum-thread-tree-false-root): Ditto.
15285         (gnus-sum-thread-tree-single-indent): Ditto.
15286
15287         * message.el (message-courtesy-message): Ditto.
15288         (message-archive-note): Ditto.
15289         (message-subscribed-address-file): Ditto.
15290         (message-user-fqdn): Ditto.
15291
15292         * spam-report.el (spam-report-gmane-regex): Ditto.
15293
15294         * spam.el (spam-blackhole-good-server-regex): Ditto.
15295
15296 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15297
15298         * mml.el (mml-preview): Widen the message buffer before copying
15299         the contents to the preview buffer; sort headers before previewing.
15300
15301         * message.el (message-hidden-headers): Fix the way to avoid a bug
15302         in the `repeat' widget in Emacs 21.3 or earlier.
15303
15304 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15305
15306         * message.el (message-hidden-headers): Default to "^References:".
15307         Improve customization type.  Suggested by Reiner Steib
15308         <Reiner.Steib@gmx.de>.
15309
15310 2004-11-25  Romain Francoise  <romain@orebokech.com>
15311
15312         * message.el (message-strip-forbidden-properties): Remove check for
15313         obsolete `message-hidden' text property, hidden headers are not
15314         accessible in the buffer anymore.
15315
15316 2004-11-22  Romain Francoise  <romain@orebokech.com>
15317
15318         * message.el (message-header-format-alist): Add `From' in list
15319         so that it can be sorted.
15320         (message-fix-before-sending): Widen and sort headers before
15321         sending.
15322         (message-hide-headers): Use narrowing to hide headers by moving
15323         them to the top of the buffer and narrowing to the region
15324         underneath.
15325
15326 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15327
15328         * message.el (message-strip-forbidden-properties):
15329         Bind buffer-read-only (etc) to nil.
15330
15331 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15332
15333         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15334         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15335
15336 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15337
15338         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15339
15340 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15341
15342         * dns.el (query-dns): Use sit-for to time instead of
15343         accept-process-output, since that doesn't seem to work on udp
15344         sockets.
15345
15346 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15347
15348         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15349
15350 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15351
15352         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15353         doc string.  Improve doc string.
15354
15355 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15356
15357         * nntp.el (nntp-request-update-info): Return nil if
15358         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15359         may not call gnus-activate-group which uselessly issues the GROUP
15360         commands for all nntp groups and wastes time.  Reported by Romain
15361         Francoise <romain@orebokech.com>.
15362
15363         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15364
15365 2004-11-15  Simon Josefsson  <jas@extundo.com>
15366
15367         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15368         headers separately.
15369         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15370         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15371
15372 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15373
15374         * gnus-start.el (gnus-convert-old-newsrc):
15375         Assign legacy-gnus-agent to 5.10.7.
15376
15377 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15378
15379         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15380         start of the lines.
15381
15382 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15383
15384         * hashcash.el (hashcash-default-payment): Change default to 20.
15385         (hashcash-default-accept-payment): Change default to 20.
15386         (hashcash-process-alist): New variable.
15387         (hashcash-generate-payment-async): Add.
15388         (hashcash-already-paid-p): Add.
15389         (hashcash-insert-payment): Don't generate payments twice.
15390         (hashcash-insert-payment-async): Add.
15391         (hashcash-insert-payment-async-2): Add.
15392         (hashcash-cancel-async): Add.
15393         (hashcash-wait-async): Add.
15394         (hashcash-processes-running-p): Add.
15395         (hashcash-wait-or-cancel): Add.
15396         (mail-add-payment): New optional argument.  Conditionally start
15397         asynchronous calculation.
15398         (mail-add-payment-async): Add.
15399
15400         * message.el (message-send-mail): Wait for asynchronous hashcash
15401         results.  Don't clobber existing X-Hashcash headers.
15402         (message-setup-1): Call mail-add-payment-async when
15403         message-generate-hashcash is non-nil.
15404
15405 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15406
15407         * message.el (message-use-alternative-email-as-from): Examine the
15408         From header as well; use message-make-from in order to include a
15409         user's full name.
15410
15411 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15412
15413         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15414         default; improve customization type.
15415         (gnus-emphasis-custom-with-format): New macro.
15416         (gnus-emphasis-custom-value-to-external): New function.
15417         (gnus-emphasis-custom-value-to-internal): New function.
15418
15419 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15420
15421         * dns.el (query-dns): Resolve reverse addresses.
15422
15423 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15424
15425         * gnus-group.el (gnus-group-get-new-news): Use it.
15426
15427         * gnus-start.el (gnus-check-reasonable-setup): New function.
15428
15429 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15430
15431         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15432         "Args out of range" error.  Reported by Arnaud Giersch
15433         <arnaud.giersch@free.fr>.
15434
15435 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15436
15437         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15438
15439 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15440
15441         * spam.el (spam group): Add :version.
15442
15443         * pgg-def.el (pgg group): Add :version.
15444
15445 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * gnus-art.el (gnus-article-edit-article): Don't associate the
15448         article buffer with a draft file.  This is a temporary measure
15449         against the 2004-08-22 change to gnus-article-edit-mode.
15450
15451 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15452
15453         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15454         (html2text-format-tags): Remove unused variable `attr'.
15455
15456 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15457
15458         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15459
15460         * tls.el (tls-process-connection-type, tls-success)
15461         (tls-certtool-program): Add :version.
15462
15463         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15464         (starttls-extra-arguments, starttls-process-connection-type)
15465         (starttls-connect, starttls-failure, starttls-success): Add :version.
15466
15467         * spam-stat.el (spam-stat): Add :version.
15468
15469         * sieve.el (sieve): Add :version.
15470
15471         * sha1.el (sha1): Add :version.
15472         (sha1-use-external): Remove redundant version.
15473
15474         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15475         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15476         (nnmail-split-fancy-match-partial-words)
15477         (nnmail-split-lowercase-expanded): Add :version.
15478
15479         * nndiary.el (nndiary): Add :version.
15480
15481         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15482
15483         * mml-sec.el (mml-default-sign-method)
15484         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15485         Add :version.
15486
15487         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15488
15489         * mm-url.el (mm-url-use-external, mm-url-program)
15490         (mm-url-arguments): Add :version.
15491
15492         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15493         (mm-attachment-file-modes, mm-decrypt-option)
15494         (mm-w3m-safe-url-regexp): Add :version.
15495
15496         * message.el (message-cite-prefix-regexp)
15497         (message-sendmail-envelope-from, message-minibuffer-local-map)
15498         (message-user-fqdn, message-completion-alist): Add :version.
15499
15500         * gnus-win.el (gnus-configure-windows-hook)
15501         (gnus-use-frames-on-any-display): Add :version.
15502
15503         * gnus-art.el (gnus-article-address-banner-alist)
15504         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15505         (gnus-treat-from-picon, gnus-treat-mail-picon)
15506         (gnus-treat-x-pgp-sig): Add :version.
15507
15508         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15509         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15510         (gnus-summary-article-delete-hook)
15511         (gnus-summary-display-while-building): Add :version.
15512
15513         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15514         (gnus-get-top-new-news-hook): Add :version.
15515
15516         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15517         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15518
15519         * gnus-registry.el (gnus-registry): Add :version.
15520
15521         * gnus-spec.el (gnus-use-correct-string-widths)
15522         (gnus-make-format-preserve-properties): Add :version.
15523
15524         * gnus.el (gnus-group-charter-alist)
15525         (gnus-group-fetch-control-use-browse-url)
15526         (gnus-install-group-spam-parameters): Add :version.
15527
15528         * gnus-diary.el (gnus-diary): Add :version.
15529
15530         * gnus-delay.el (gnus-delay): Add :version.
15531
15532         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15533         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15534         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15535         Add :version.
15536
15537         * gnus-agent.el (gnus-agent-max-fetch-size)
15538         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15539         (gnus-agent-prompt-send-queue): Add :version.
15540
15541         * deuglify.el (gnus-outlook-deuglify): Add :version.
15542
15543         * html2text.el: Beautify code.  Improve doc strings.
15544         Some checkdoc cleanup.
15545         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15546
15547 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15548
15549         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15550
15551 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15552
15553         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15554         when package is loaded.
15555
15556         * spam.el (spam-summary-score-preferred-header): Add global preference
15557         for people who want to override the default SpamAssassin over
15558         Bogofilter preference (when both are set).
15559         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15560         (spam-user-format-function-S):
15561         Check spam-summary-score-preferred-header.
15562         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15563         (spam-user-format-function-S): Format the score correctly.
15564
15565 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15566
15567         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15568         signature file.  Suggested by Manoj Srivastava
15569         <srivasta@golden-gryphon.com>.
15570
15571         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15572         iso-2022-jp even in the Japanese language environment.
15573         Suggested by Jason Rumney <jasonr@gnu.org>.
15574
15575 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15576
15577         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15578         use the same characters as the dummy marks; make it free from
15579         getting affected by the language environment.
15580         (gnus-summary-read-group-1): Update mark positions only when the
15581         format spec is updated.
15582
15583         * gnus-spec.el (gnus-update-format-specifications): Return a list
15584         of updated types.
15585
15586 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15587
15588         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15589         of boundp to check if display-warning is available.
15590
15591 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15592
15593         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15594
15595 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15596
15597         * nnspool.el (nnspool-spool-directory): Use news-path if the
15598         news-directory variable is not bound.
15599
15600         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15601         function instead of display-warning if it is not available.
15602
15603 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15604
15605         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15606         v5-10: Use `point-at-bol'.
15607
15608 2004-10-26  Simon Josefsson  <jas@extundo.com>
15609
15610         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15611         <chenggao@gmail.com>.
15612
15613 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15614
15615         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15616         instead.
15617
15618 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15619
15620         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15621         to remove a server from the nnimap-server-buffer-alist.
15622         (nnimap-open-connection, nnimap-close-server): Use it.
15623
15624         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15625
15626 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15627
15628         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15629         running the major-mode function.
15630
15631 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15632
15633         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15634         dummy marks in the right way.
15635
15636 2004-10-18  David Edmondson  <dme@dme.org>
15637
15638         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15639         excessively.
15640
15641 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15642
15643         * gnus-util.el (gnus-split-references): Accept a nil references
15644         string and go on blissfully.
15645
15646         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15647         cases where the references string is non-nil but has no references.
15648
15649         * encrypt.el: Add autoload tags.
15650
15651         * spam.el (spam-resolve-registrations-routine): Remove article
15652         from unregistration list too.  Reported by David Hanak
15653         <dhanak@isis.vanderbilt.edu>
15654
15655 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15656
15657         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15658         nil.  Change custom type.
15659
15660 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15661
15662         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15663
15664         * gnus-sum.el (gnus-summary-move-article): Use it.
15665
15666 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15667
15668         * encrypt.el: Add autoload cookies.
15669
15670         * spam.el (spam-backend-article-list-property)
15671         (spam-backend-get-article-todo-list)
15672         (spam-backend-put-article-todo-list)
15673         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15674         Resolve registrations separately.
15675         (spam-register-routine): Format comments.
15676         (spam-unregister-routine, spam-register-routine): Always call with
15677         specific-articles, no default list.
15678         (spam-summary-prepare-exit): Use the spam-classifications function.
15679
15680         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15681         gnus-encrypt.el.
15682
15683         * encrypt.el: Copied from gnus-encrypt.el.
15684
15685         * gnus-encrypt.el: Commented that it's obsolete.
15686
15687 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15688
15689         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15690         (gnus-score-save): Use it.
15691
15692         * message.el (message-bury): Use `window-dedicated-p'.
15693
15694 2004-10-15  Simon Josefsson  <jas@extundo.com>
15695
15696         * pop3.el (top-level): Don't require nnheader.
15697         (pop3-read-timeout): Add.
15698         (pop3-accept-process-output): Add.
15699         (pop3-read-response, pop3-retr): Use it.
15700
15701 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15702
15703         * spam.el (spam-register-routine): Move comment.
15704         (spam-verify-bogofilter): Use 'unknown for the initial
15705         spam-bogofilter-valid state, not 'never.
15706
15707         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15708         for netrc-machine.
15709
15710         * nnimap.el (nnimap-open-connection):
15711         Use netrc-machine-user-or-password.
15712
15713 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15714
15715         * gnus-registry.el (gnus-registry-unload-hook):
15716         Set as a variable with add-hook.
15717
15718         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15719         of news-path.
15720
15721         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15722
15723         * spam.el: Delete duplicate `provide'.
15724         (spam-unload-hook): Set as a variable with add-hook.
15725
15726 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15727
15728         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15729         in the doc string.
15730
15731         * message.el (message-ignored-news-headers)
15732         (message-ignored-supersedes-headers)
15733         (message-ignored-resent-headers)
15734         (message-forward-ignored-headers): Improve custom type.
15735
15736 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * message.el (message-tokenize-header): Fix 2004-09-06 change
15739         which used point-min in the wrong place.
15740
15741 2004-10-12  Simon Josefsson  <jas@extundo.com>
15742
15743         * tls.el (tls-certtool-program): New variable.
15744         (tls-certificate-information): New function, based on
15745         ssl-certificate-information.
15746
15747 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15748
15749         * compface.el: Move the version of ELisp-based uncompface program
15750         to the contrib directory because of the copyright problem.
15751
15752 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15753
15754         * message.el (message-kill-buffer): Raise the current frame.
15755
15756 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15757
15758         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15759
15760         * gnus.el (message-y-or-n-p): Autoload.
15761
15762         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15763         (pop3-password-required, pop3-authentication-scheme)
15764         (pop3-leave-mail-on-server): Make customizable.
15765         (pop3): New custom group.
15766         (pop3-retr): Remove `sleep-for' statements.
15767         Suggested by Dave Love <fx@gnu.org>.
15768
15769         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15770         Windows/DOS.
15771
15772         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15773         (imap-parse-body): Fix incorrect use of `assert'.
15774         Suggested by Dave Love <fx@gnu.org>.
15775
15776         * mml.el (mml-minibuffer-read-disposition): Require match.
15777         Suggested by Dave Love <fx@gnu.org>.
15778
15779 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15780
15781         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15782         doc string.
15783
15784 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15785
15786         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15787
15788 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15789
15790         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15791         instead of calling `mm-insert-inline', to decode text/* parts
15792         before displaying them.
15793
15794 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15795
15796         * mm-uu.el (mm-uu-text-plain-type): New variable.
15797         (mm-uu-pgp-signed-extract-1): Use it.
15798         (mm-uu-pgp-encrypted-extract-1): Use it.
15799         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15800         bind mm-uu-text-plain-type with that value.
15801         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15802         mm-uu-dissect.
15803
15804 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15805
15806         * gnus-group.el (gnus-update-group-mark-positions):
15807         * gnus-sum.el (gnus-update-summary-mark-positions):
15808         * message.el (message-check-news-body-syntax):
15809         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15810         of string-as-multibyte.
15811
15812 2004-10-05  Juri Linkov  <juri@jurta.org>
15813
15814         * gnus-group.el (gnus-update-group-mark-positions):
15815         * gnus-sum.el (gnus-update-summary-mark-positions):
15816         * message.el (message-check-news-body-syntax):
15817         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15818         8-bit unibyte values to a multibyte string for search functions.
15819
15820 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15823         (mm-uu-dissect-text-parts): New function.
15824
15825         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15826         dissect text parts.
15827
15828         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15829         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15830
15831         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15832
15833         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15834         Use gnus-current-topics instead of gnus-current-topic.
15835
15836 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15837
15838         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15839
15840 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15841
15842         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15843         where approriate.
15844
15845         * nnml.el (nnml-generate-active-info): do.
15846
15847         * nndiary.el (nndiary-generate-active-info): do.
15848
15849         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15850         (gnus-topic-move): do.
15851
15852         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15853         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15854
15855         * gnus-srvr.el (gnus-server-prepare)
15856         (gnus-server-open-all-servers): do.
15857
15858         * gnus-msg.el (gnus-summary-cancel-article)
15859         (gnus-summary-resend-message)
15860         (gnus-summary-mail-crosspost-complaint): do.
15861
15862         * gnus-move.el (gnus-change-server): do.
15863
15864         * gnus-group.el (gnus-group-unmark-all-groups)
15865         (gnus-group-set-current-level): do.
15866
15867 2004-10-04  Simon Josefsson  <jas@extundo.com>
15868
15869         * message.el (message-generate-hashcash): Doc fix.
15870
15871 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15872
15873         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15874         avoid infinite recursion via gnus-get-function.
15875
15876 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15877
15878         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15879
15880         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15881
15882         * nnmail.el (nnmail-split-history): do.
15883
15884         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15885         (nnml-request-delete-group): do.
15886
15887         * nnslashdot.el (nnslashdot-read-groups): do.
15888
15889         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15890         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15891
15892         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15893         (nnspool-sift-nov-with-sed): Use last.
15894         (nnspool-retrieve-headers-with-nov): Use mapc.
15895         (nnspool-request-newgroups): Use dolist.
15896         (nnspool-request-group): Use last.
15897
15898         * nntp.el (nntp-read-server-type): Use dolist.
15899
15900         * nnvirtual.el (nnvirtual-create-mapping)
15901         (nnvirtual-update-read-and-marked): Use dolist.
15902         (nnvirtual-convert-headers): Simplify.
15903
15904 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15905
15906         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15907         Add support for sync'ing tick marks.
15908
15909 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15910
15911         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15912         there's no visible header.
15913
15914 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15915
15916         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15917         When necessary, pass full group name to gnus-request-set-marks.
15918
15919 2004-10-01  Simon Josefsson  <jas@extundo.com>
15920
15921         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15922         acroread.
15923
15924 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15925
15926         * spam-report.el (spam-report-gmane): Fix interactive.
15927
15928         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15929
15930         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15931         when writing file.
15932         (gnus-agent-synchronize-flags): Don't default to being
15933         interactive.
15934
15935 2004-09-30  Simon Josefsson  <jas@extundo.com>
15936
15937         * message.el (message-generate-hashcash): Add.
15938         (message-send-mail): Use it, call mail-add-payment.
15939
15940 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15941
15942         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15943
15944 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15945
15946         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15947         gnus-requst-update-info with explicit code to sync the in-memory
15948         info read flags with the marks being sync'd to the backend.
15949
15950         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15951
15952 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15953
15954         * spam.el (spam-verify-bogofilter): Add new function.
15955         (spam-check-bogofilter)
15956         (spam-bogofilter-register-with-bogofilter): Use it.
15957         (spam-verify-bogofilter): Add small fixes.
15958
15959 2004-09-28  Simon Josefsson  <jas@extundo.com>
15960
15961         * hashcash.el (hashcash-generate-payment): Revert.
15962
15963 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15964
15965         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15966         Use gnus-extract-references instead of gnus-split-references.
15967
15968         * gnus-util.el (gnus-extract-references): Add new function, analogous
15969         to gnus-split-references but extracts only the message-ID without
15970         anything extra.
15971
15972         * hashcash.el (hashcash-generate-payment)
15973         (hashcash-check-payment): Do the right thing if hashcash-path is
15974         nil (because the hashcash program could not be found).
15975
15976         * spam.el (spam-use-hashcash): Remove comment.
15977
15978 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15979
15980         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15981         (gnus-cache-enter-article, gnus-cache-remove-article)
15982         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15983
15984         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15985
15986         * gnus-art.el (article-hide-boring-headers)
15987         (article-translate-strings, article-display-face)
15988         (gnus-article-mime-match-handle-first)
15989         (gnus-article-highlight-headers)
15990         (gnus-article-add-buttons-to-head): do.
15991
15992 2004-09-27  Simon Josefsson  <jas@extundo.com>
15993
15994         * hashcash.el: New version, from
15995         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15996         ../contrib/.
15997
15998 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15999
16000         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16001
16002 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16003
16004         * gnus-dup.el (gnus-dup-open): Use mapc.
16005         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16006
16007         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16008         Reported by Stefan Wiens <s.wi@gmx.net>.
16009
16010         * gnus.el (gnus-shutdown): Use dolist.
16011
16012         * gnus-undo.el (gnus-undo): Use mapc.
16013
16014         * nnrss.el (nnrss-generate-active): do.
16015
16016         * message.el (message-cite-original-without-signature)
16017         (message-cite-original): Use mapc.
16018         (message-do-actions, message-make-forward-subject): Use dolist.
16019
16020 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16021
16022         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16023         deletion to remove entire duplicate line.  Fixes merged article
16024         number bug.
16025
16026 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16027
16028         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16029         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16030         first ask if you want to open a server and then, even when you
16031         responded with no, asking if you want to synchronize the server's
16032         flags.
16033         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16034         multi-line expressions.
16035         (gnus-agent-synchronize-group-flags): New internal function.
16036         Updates marks in memory (in the info structure) AND in the
16037         backend.
16038
16039         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16040
16041         * nnagent.el (nnagent-request-set-mark):
16042         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16043         method, to ensure that synchronization updates marks in the
16044         backend and in the info (in memory) structure.
16045
16046 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16047
16048         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16049         convention fully; don't miss the root article of a thread; make
16050         the X-Draft-From header with correct article numbers.
16051
16052 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16053
16054         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16055         unless plugged.  Disable the agent so that an open failure causes
16056         an error.
16057
16058         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16059         Revert 2004-09-21 change.  The backend must be opened while
16060         synchronizing flags even when the backend stores the flags
16061         locally.
16062
16063 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16064
16065         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16066         in `header' match.  Reported by Svend Tollak Munkejord.
16067
16068         * message.el (message-cite-original): Fix use of
16069         `message-cite-articles-with-x-no-archive'.
16070
16071 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16072
16073         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16074         (gnus-window-to-buffer): Ditto.
16075
16076         * mml.el (mml-preview-buffer): New variable.
16077         (mml-preview): Manage window layout with gnus-buffer-configuration.
16078
16079         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16080         X-Draft-From header even if those articles aren't quoted.
16081
16082 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16083
16084         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16085         (gnus-request-set-mark, gnus-request-update-mark): Use new
16086         g-s-t-u-l-m to decide to use backend even when unplugged.
16087
16088 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16089
16090         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16091         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16092
16093 2004-09-20  Simon Josefsson  <jas@extundo.com>
16094
16095         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16096         "utf-16-le".
16097
16098 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16099
16100         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16101
16102 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16103
16104         * uudecode.el (uudecode-use-external): Add :version.
16105
16106         * smime.el (smime-CA-file, smime-encrypt-cipher)
16107         (smime-dns-server): Add :version.
16108
16109         * smiley.el (gnus-smiley-file-types): Add :version.
16110
16111         * sha1.el (sha1-use-external): Add :version.
16112
16113         * pgg-def.el (pgg-query-keyserver): Add :version.
16114
16115         * nnmail.el (nnmail-fancy-expiry-targets)
16116         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16117         Add :version.
16118
16119         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16120         (nnimap-retrieve-groups-asynchronous): Add :version.
16121         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16122
16123         * mml.el (mml-content-disposition-parameters)
16124         (mml-insert-mime-headers-always): Add :version.
16125
16126         * mm-util.el (mm-coding-system-priorities): Add :version.
16127
16128         * mm-decode.el (mm-inline-text-html-with-images)
16129         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16130         (mm-verify-option): Add :version.
16131         (mm-text-html-renderer): Change :version.
16132
16133         * message.el (message-fcc-externalize-attachments)
16134         (message-required-headers, message-draft-headers)
16135         (message-subject-trailing-was-query)
16136         (message-subject-trailing-was-ask-regexp)
16137         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16138         (message-mark-insert-end, message-archive-header)
16139         (message-archive-note, message-cross-post-default)
16140         (message-cross-post-note, message-followup-to-note)
16141         (message-cross-post-note-function, message-use-mail-followup-to)
16142         (message-subscribed-address-functions)
16143         (message-subscribed-address-file, message-subscribed-addresses)
16144         (message-subscribed-regexps, message-allow-no-recipients)
16145         (message-yank-cited-prefix, message-signature-insert-empty-line)
16146         (message-hidden-headers, message-hierarchical-addresses)
16147         (message-mail-user-agent, message-use-idna)
16148         (message-valid-fqdn-regexp)
16149         (message-strip-special-text-properties, message-header-synonyms)
16150         (message-beginning-of-line, message-tab-body-function): Add :version.
16151         (message-insert-canlock, message-wide-reply-confirm-recipients):
16152         Change :version.
16153
16154         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16155         and :version.
16156         (mail-source-delete-old-incoming-confirm)
16157         (mail-source-movemail-program): Add :version.
16158
16159         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16160         (gnus-agent-cache, gnus-agent): Change :version.
16161
16162         * gnus-util.el (gnus-use-byte-compile): Change :version.
16163
16164         * gnus-sum.el (gnus-summary-make-false-root-always)
16165         (gnus-summary-default-high-score)
16166         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16167         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16168         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16169         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16170         (gnus-sum-thread-tree-single-indent)
16171         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16172         (gnus-sum-thread-tree-leaf-with-other)
16173         (gnus-sum-thread-tree-single-leaf): Add :version.
16174         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16175         (gnus-article-loose-mime): Change :version.
16176
16177         * gnus-start.el (gnus-backup-startup-file)
16178         (gnus-save-startup-file-via-temp-buffer): Add :version.
16179
16180         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16181         (gnus-server-offline-face): Add :version.
16182
16183         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16184
16185         * gnus-msg.el (gnus-gcc-externalize-attachments)
16186         (gnus-debug-files, gnus-debug-exclude-variables)
16187         (gnus-discouraged-post-methods): Change :version.
16188         (gnus-confirm-mail-reply-to-news)
16189         (gnus-confirm-treat-mail-like-news): Add :version.
16190
16191         * gnus-int.el (gnus-server-unopen-status): Add :version.
16192
16193         * gnus-group.el (gnus-group-jump-to-group-prompt)
16194         (gnus-large-ephemeral-newsgroup)
16195         (gnus-fetch-old-ephemeral-headers): Add :version.
16196
16197         * gnus-fun.el (gnus-x-face-directory)
16198         (gnus-convert-pbm-to-x-face-command)
16199         (gnus-convert-image-to-x-face-command)
16200         (gnus-convert-image-to-face-command): Add :version.
16201
16202         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16203
16204         * gnus-cite.el (gnus-cite-blank-line-after-header)
16205         (gnus-article-boring-faces): Add :version.
16206
16207         * gnus-art.el (gnus-buttonized-mime-types)
16208         (gnus-inhibit-mime-unbuttonizing)
16209         (gnus-treat-display-face)
16210         (gnus-treat-body-boundary): Change :version.
16211         (gnus-body-boundary-delimiter, gnus-picon-databases)
16212         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16213         (gnus-treat-date-english, gnus-treat-fold-headers)
16214         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16215         (gnus-treat-mail-picon, gnus-treat-wash-html)
16216         (gnus-article-encrypt-protocol)
16217         (gnus-use-idna, gnus-article-over-scroll)
16218         (gnus-mime-display-multipart-alternative-as-mixed)
16219         (gnus-mime-display-multipart-related-as-mixed)
16220         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16221         (gnus-ctan-url, gnus-button-ctan-handler)
16222         (gnus-button-handle-ctan-bogus-regexp)
16223         (gnus-button-ctan-directory-regexp)
16224         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16225         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16226         (gnus-button-man-level, gnus-button-emacs-level)
16227         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16228
16229         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16230         (gnus-agent-go-online): Change :version.
16231         (gnus-agent-expire-unagentized-dirs)
16232         (gnus-agent-auto-agentize-methods): Add :version.
16233
16234         * flow-fill.el (fill-flowed-display-column)
16235         (fill-flowed-encode-column): Add :version.
16236
16237         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16238         (gnus-outlook-deuglify-unwrap-max)
16239         (gnus-outlook-deuglify-cite-marks)
16240         (gnus-outlook-deuglify-unwrap-stop-chars)
16241         (gnus-outlook-deuglify-no-wrap-chars)
16242         (gnus-outlook-deuglify-attrib-cut-regexp)
16243         (gnus-outlook-deuglify-attrib-verb-regexp)
16244         (gnus-outlook-deuglify-attrib-end-regexp)
16245         (gnus-outlook-display-hook): Add :version.
16246
16247         * binhex.el (binhex-use-external): Add :version.
16248
16249 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16250
16251         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16252         and `invisible'.
16253
16254 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16255
16256         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16257         in gnus-registry-trim.
16258
16259 2004-09-13  Simon Josefsson  <jas@extundo.com>
16260
16261         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16262
16263         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16264
16265         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16266         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16267         <yamaoka@jpl.org>.
16268         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16269         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16270         <yamaoka@jpl.org>.
16271
16272         * sieve.el (sieve-manage-mode): Ditto.
16273
16274 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16275
16276         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16277
16278 2004-09-11  Simon Josefsson  <jas@extundo.com>
16279
16280         * dns-mode.el: Add.
16281
16282         * mm-view.el (mm-display-dns-inline): Add.
16283
16284         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16285         (mm-automatic-display): Ditto.
16286
16287         * mailcap.el (mailcap-mime-data): Add text/dns.
16288         (mailcap-mime-extensions): Map .soa to text/dns.
16289
16290 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16291
16292         * gnus-art.el (article-decode-mime-words, article-babel)
16293         (gnus-article-highlight-signature, gnus-article-add-buttons)
16294         (gnus-signature-toggle): Remove unnecessary bindings of
16295         `inhibit-read-only' inherited from v5.10 merge.
16296
16297 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16298
16299         * nntp.el (nntp): New customization group.
16300         (nntp-authinfo-file): Add customization group.
16301
16302         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16303
16304         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16305
16306         * gnus.el (to-address, to-list, subscribed)
16307         (large-newsgroup-initial): Ditto.
16308
16309         * flow-fill.el (fill-flowed-display-column)
16310         (fill-flowed-encode-column): Ditto.
16311
16312 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16313
16314         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16315         Use point-min rather than 1.
16316         (message-send-mail): Use buffer-size rather than point-max.
16317
16318         * gnus-sum.el (gnus-summary-search-article-forward):
16319         Signal a specific `search-failed' rather than a generic `error'.
16320
16321         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16322         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16323         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16324
16325 2004-09-10  Simon Josefsson  <jas@extundo.com>
16326
16327         * nndb.el (require): Remove tcp and duplicate cl.
16328
16329 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16330
16331         * gnus-agent.el (directory-files-and-attributes): Move forward.
16332
16333 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16334
16335         * gnus-agent.el (directory-files-and-attributes):
16336         Optionally defined to support XEmacs.
16337
16338 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16339
16340         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16341         to avoid run-time CL dependencies.
16342         (gnus-agent-unfetch-articles): New function.
16343         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16344         article numbers even when local .overview file is missing.
16345         (gnus-agent-read-article-number): New function.  Only accepts
16346         27-bit article numbers.
16347         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16348         Use gnus-agent-read-article-number.
16349         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16350         from backend while recognizing that article numbers in .overview
16351         must be valid.
16352         (gnus-agent-update-files-total-fetched-for):
16353         Use directory-files-and-attributes to improve performance.
16354         * gnus-int.el (gnus-request-move-article):
16355         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16356         improve performance.
16357
16358         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16359         some users confused by references to .newsrc when they only have a
16360         .newsrc.eld file.
16361         (gnus-convert-mark-converter-prompt)
16362         (gnus-convert-converter-needs-prompt): Fix use of property list.
16363         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16364         New function.  Used internally to only display 'gnus converting
16365         files' message when actually necessary.
16366
16367         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16368         methods now autoloaded.
16369
16370 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16371
16372         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16373         identifiers.
16374
16375 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16376
16377         * gnus-picon.el: Fix indentation and closing parenthesis.
16378
16379 2004-09-01  Simon Josefsson  <jas@extundo.com>
16380
16381         * message.el (message-canlock-generate): Require sha1, not
16382         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16383         to require within a function.  Sadly, if sha1.el isn't loaded, the
16384         let binding in m-c-g will hide the defcustom definition, which is
16385         bad.)
16386
16387         * canlock.el: Require sha1, not sha1-el.
16388
16389         * message.el: Don't autoload sha1 (there is a autoload cookie in
16390         sha1.el).
16391
16392         * sha1-el.el: Rename to sha1.el.
16393
16394 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16395
16396         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16397
16398 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16399
16400         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16401
16402 2004-08-30  Kim F. Storm  <storm@cua.dk>
16403
16404         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16405
16406         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16407         Add :group 'nnimap.
16408
16409 2004-08-30  Andreas Schwab  <schwab@suse.de>
16410
16411         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16412         ?* and ?\;.
16413
16414         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16415         and ?\' to symbol instead of whitespace.
16416
16417 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16418
16419         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16420
16421         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16422         instead of re-search-forward.
16423
16424         * gnus-uu.el (gnus-uu-save-article): Ditto.
16425         (gnus-uu-post-encode-uuencode): Ditto.
16426
16427         * html2text.el (html2text-clean-list-items): Ditto.
16428         (html2text-clean-dtdd): Ditto.
16429         (html2text-format-tags): Ditto.
16430
16431         * message.el (message-send-mail-with-sendmail): Fix regexp.
16432         (message-fill-field-general): Use search-forward instead of
16433         re-search-forward.
16434         (unbold-region): Ditto.
16435
16436         * nnrss.el (nnrss-request-article): Ditto.
16437
16438         * nnslashdot.el (nnslashdot-request-article): Ditto.
16439
16440         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16441
16442         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16443         "Unrecognized menu descriptor" error in XEmacs.
16444
16445 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16446
16447         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16448         parent article of a sparse article in the thread hashtb.
16449
16450 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16451
16452         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16453         (nnmail-expand-newtext): Lowercase expanded entries if
16454         nnmail-split-lowercase-expanded is non-nil.
16455
16456 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16457
16458         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16459
16460         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16461         of gnus-tmp-news-method into string under XEmacs.  It will be
16462         passed to gnus-correct-length which takes only a string argument.
16463
16464 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16465
16466         * gnus-util.el (gnus-bind-print-variables): New macro.
16467         (gnus-prin1): Use it.
16468         (gnus-prin1-to-string): Use it.
16469         (gnus-pp): New function.
16470         (gnus-pp-to-string): New function.
16471
16472         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16473         Replace pp-to-string with gnus-pp-to-string.
16474         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16475         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16476         * gnus-msg.el (gnus-debug): Ditto.
16477         * gnus-score.el (gnus-score-save): Ditto.
16478         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16479         gnus-pp-to-string.
16480         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16481         with gnus-pp.
16482         * score-mode.el (gnus-score-pretty-print): Ditto.
16483         * webmail.el (webmail-debug): Ditto.
16484
16485 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16486
16487         * gnus-art.el (article-display-face, article-display-x-face):
16488         Use buffer-read-only.
16489
16490 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16491
16492         * gnus-art.el (article-hide-list-identifiers):
16493         Bind inhibit-read-only as t.
16494
16495 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16496
16497         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16498
16499 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16500
16501         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16502         (gnus-narrow-to-page): Don't assume point-min == 1.
16503         (gnus-article-edit-mode): Derive from message-mode.
16504
16505         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16506         point-min == 1.
16507
16508         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16509         Disable incorrect use of `assert'.
16510
16511         * message.el (message-mode): Set comment-start-skip.
16512
16513
16514 2004-08-22  Sam Steingold  <sds@gnu.org>
16515
16516         * pop3.el (pop3-leave-mail-on-server): New user variable.
16517         (pop3-movemail): Delete mail only when it is nil.
16518
16519 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16520
16521         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16522
16523         * mml.el (mml-preview): Use `pop-to-buffer'.
16524
16525         * message.el (message-goto-mail-followup-to): Insert after "To".
16526         (message-carefully-insert-headers): Add comment.
16527
16528         * gnus.el: Remove unused variable `gnus-article-check-size'.
16529
16530         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16531
16532         * gnus-art.el (gnus-button-alist):
16533         Improve `gnus-button-handle-library' entry.
16534
16535 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16536
16537         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16538         Use downcase, since XEmacs capitalizes error messages differently.
16539
16540 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16541
16542         * nntp.el: Add (require 'gnus) due to reference to
16543         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16544
16545 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16546
16547         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16548         Bind `mm-fill-flowed'.
16549
16550         * mm-decode.el (mm-dissect-singlepart): Check it.
16551
16552 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16553
16554         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16555         'imap' for netrc parsing.
16556
16557 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16558
16559         * mailcap.el (mailcap-mime-data): Mark as risky.
16560
16561 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16562
16563         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16564         may be included in the encoded word.
16565         (rfc2047-encode): Don't append a space if the encoded word
16566         includes close parenthesis.
16567
16568 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16569
16570         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16571         of text within parentheses.
16572
16573 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16574
16575         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16576         (gnus-encrypt-write-file-contents): Make the password key the file
16577         name PLUS the cipher, not just the cipher.  Also remove failed
16578         passwords from the cache.
16579
16580 2004-08-06  Simon Josefsson  <jas@extundo.com>
16581
16582         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16583         Doc fix.
16584
16585 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16586
16587         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16588         LWSP.
16589
16590 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16591
16592         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16593         Try to append in-reply-to: data to the references: header.
16594
16595         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16596         (netrc-parse): Use gnus-encrypt.el functions.
16597
16598         * gnus-encrypt.el: Add new file for encryption support; currently
16599         does only a few GPG ciphers and an internal XOR cipher.
16600
16601         * password.el: Add comments on using password-read-and-add.
16602         (password-read-and-add): Add function to read and add the
16603         password to the cache at once.
16604
16605 2004-07-28  Simon Josefsson  <jas@extundo.com>
16606
16607         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16608         parameter (but don't use it, for now).
16609
16610         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16611         instead of hard coding to nil.
16612
16613 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16614
16615         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16616         as mm-inline-image-xemacs does.
16617
16618 2004-07-26  Simon Josefsson  <jas@extundo.com>
16619
16620         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16621         Revert part of 2004-07-17 change below.
16622
16623 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16624
16625         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16626         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16627
16628 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16629
16630         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16631         quotes that actually start with ">" at the beginning of the
16632         lines.
16633
16634 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16635
16636         * rfc2047.el (rfc2047-encode-region): Fix last change.
16637         (rfc2047-encode-parameter): Remove useless concat.
16638
16639 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16640
16641         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16642         encode special characters; fix some kind of misconfigured headers;
16643         signal a real error if debug-on-quit or debug-on-error is non-nil.
16644         (rfc2047-encode-max-chars): New variable.
16645         (rfc2047-encode-1): Use it.
16646         (rfc2047-encode-parameter): New function.
16647
16648         * mml.el (mml-insert-parameter): Remove an excessive space.
16649
16650 2004-07-17  Simon Josefsson  <jas@extundo.com>
16651
16652         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16653         Kai Grossjohann <kai@emptydomain.de>.
16654         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16655         (gnus-group-make-menu-bar): Ditto.
16656
16657         * gnus-util.el (gnus-group-server): Add.
16658
16659 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16660
16661         * message.el (message-clone-locals): Clone sendmail and smtp
16662         variables.
16663
16664 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16665
16666         * rfc2047.el (rfc2047-encode-region): Fix last change.
16667
16668 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16669
16670         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16671         characters as non-special.
16672
16673 2004-07-09  Simon Josefsson  <jas@extundo.com>
16674
16675         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16676         Users will lose all flag changes made while unplugged with
16677         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16678         good default.  See numerous reports on ding mailing list.
16679
16680 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16681
16682         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16683         add generate-head-function and generate-article-function to the
16684         rfc822-forward entry.
16685         (nndoc-rfc822-forward-generate-article): New function.
16686         (nndoc-rfc822-forward-generate-head): New function.
16687
16688         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16689
16690 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16691
16692         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16693         respect display group parameter and gnus-summary-expunge-below.
16694         (gnus-articles-to-read): Remove unused reference to display group
16695         parameter.
16696
16697 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16698
16699         * nnheader.el (nnheader-uniquify-message-id): New experimental
16700         variable.
16701         (nnheader-nov-read-message-id): Use it.
16702
16703         * spam-report.el (spam-report-gmane): Add interactive.
16704
16705 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16706
16707         * mm-encode.el (mm-content-transfer-encoding-defaults):
16708         Use qp-or-base64 for the application/* types.
16709
16710 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16711
16712         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16713
16714 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16715
16716         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16717         trim value.
16718
16719 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16720
16721         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16722         New macro and function.
16723         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16724
16725 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16726
16727         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16728         after-load-alist.
16729
16730 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16731
16732         * gnus-group.el (gnus-group-get-new-news-this-group):
16733         Don't update info that isn't there.
16734
16735 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16736
16737         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16738         entry.
16739
16740 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16741
16742         * mm-view.el (mm-inline-render-with-function): Use multibyte
16743         buffer; decode html source by charset.
16744
16745         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16746
16747         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16748         Mule-UCS is loaded under XEmacs.
16749         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16750
16751 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16752
16753         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16754
16755 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16756
16757         * mm-util.el (mm-coding-system-p): Return a coding-system.
16758         (mm-mime-mule-charset-alist): Use shift_jis instead of
16759         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16760         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16761         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16762         instead of japanese-shift-jis and iso-latin-1 respectively in
16763         order to share the default value with both Emacs and XEmacs-mule.
16764         (mm-mule-charset-to-mime-charset):
16765         Make mm-coding-system-priorities effective.
16766         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16767         while predicating of candidates upon the priorities.
16768
16769 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16770
16771         * gnus-sum.el (gnus-summary-make-menu-bar):
16772         Add gnus-uu-invert-processable.
16773
16774         * gnus.el: Autoload gnus-uu-invert-processable.
16775
16776 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16777
16778         * mm-util.el (mm-with-multibyte-buffer): New macro.
16779
16780         * rfc2047.el (rfc2047-encode-string): Use it.
16781         (rfc2047-encode-region): Move point to the end of the region after
16782         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16783
16784 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16785
16786         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16787         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16788
16789 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16790
16791         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16792         (gnus-cite-parse): Ignore quoted envelope From_.
16793         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16794
16795 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16796
16797         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16798         invalid addresses.
16799
16800 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16801
16802         * spam.el: Change section markers, revise TODO list.
16803         (spam-backends): Make new master list of all installed backends.
16804         (spam-summary-exit-behavior): Add new variable to determine how
16805         messages moves are done at summary exit.
16806         (spam-move-spam-nonspam-groups-only)
16807         (spam-process-ham-in-nonham-groups)
16808         (spam-process-ham-in-spam-groups): Remove variables, the
16809         spam-summary-exit-behavior variable should be used to manage this
16810         behavior.
16811         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16812         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16813         and spam-old-spam-articles.
16814         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16815         Add empty variables, placeholders for the backends they represent.
16816         (spam-set-difference): Move, unchanged.
16817         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16818         unless the user has a processor variable.
16819         (spam-classifications, spam-classification-valid-p)
16820         (spam-backend-properties, spam-backend-property-valid-p)
16821         (spam-backend-function-type-valid-p)
16822         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16823         (spam-report-articles-gmane, spam-report-articles-resend):
16824         Remove functions, they are not needed.
16825         (spam-install-backend-super, spam-backend-list)
16826         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16827         (spam-backend-function, spam-backend-ham-registration-function)
16828         (spam-backend-spam-registration-function)
16829         (spam-backend-ham-unregistration-function)
16830         (spam-backend-spam-unregistration-function)
16831         (spam-backend-statistical-p, spam-backend-mover-p)
16832         (spam-install-backend-alias, spam-install-checkonly-backend)
16833         (spam-install-mover-backend, spam-install-nocheck-backend)
16834         (spam-install-backend, spam-install-statistical-backend)
16835         (spam-install-statistical-checkonly-backend): Add backend installation
16836         support.
16837         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16838         (spam-group-processor-p): Use the new backend code and respect the
16839         summary exit behavior.
16840         (spam-mark-spam-as-expired-and-move-routine): Remove.
16841         (spam-summary-prepare): Change to use the new spam-old-articles
16842         variable.
16843         (spam-copy-or-move-routine, spam-copy-spam-routine)
16844         (spam-move-spam-routine, spam-copy-ham-routine)
16845         (spam-move-ham-routine): Add code to copy/move ham or spam.
16846         (spam-fetch-field-fast): Improve doc and code, plus allow the
16847         'number request.
16848         (spam-list-of-checks, spam-list-of-statistical-checks):
16849         Remove variables.
16850         (spam-split, spam-find-spam): Use the new backend code.
16851         (spam-registration-functions): Remove variable.
16852         (spam-unregister-routine): Add convenience wrapper.
16853         (spam-log-undo-registration, spam-register-routine)
16854         (spam-log-processing-to-registry)
16855         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16856         where possible.
16857         (spam-check-gmane-xref, spam-check-regex-headers)
16858         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16859         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16860         (spam-check-bogofilter-headers, spam-check-spamoracle)
16861         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16862         (spam-check-crm114-headers): Use the spam-split-group that
16863         spam-split prepares, no need to determine it every time.
16864
16865         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16866         to the nnheader-parse-naked-head call.
16867
16868         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16869
16870         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16871         the nnheader-nov-read-message-id call.
16872
16873 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16874
16875         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16876         gnus-activate-group twice.  Suggested by Markus Peter
16877         <warp@spin.de>.
16878
16879 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16880
16881         * gnus-art.el (gnus-article-time-format): Exchange the order of
16882         day and month in the default value; fix customization type.
16883         (article-date-ut): Use add-text-properties.
16884         (article-make-date-line): Use message-make-date instead of
16885         current-time-string.
16886
16887         * message.el (message-fetch-field): Don't use set-text-properties.
16888         (message-make-date): Simplify.
16889
16890         * messagexmas.el (message-xmas-make-date): New function.
16891         (message-xmas-redefine): Defalias message-make-date to it.
16892
16893 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16894
16895         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16896         (rfc2047-encode-region): Treat text within parentheses as special;
16897         show the original text when error has occurred.
16898
16899         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16900         already-computed method to gnus-activate-group.
16901
16902         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16903         same select-methods identical Lisp objects.
16904
16905         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16906         object when modifying the info.
16907
16908 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16909
16910         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16911         gnus-opened-servers since it has never been opened with the new
16912         configuration yet.
16913
16914 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16915
16916         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16917         arg to nnheader-generate-fake-message-id.
16918
16919 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16920
16921         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16922         number and build a fake message ID localized to a group and
16923         article number (so it's repeatable from that point on).
16924         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16925         ID format.
16926
16927         * gnus-sum.el (gnus-get-newsgroup-headers):
16928         Call nnheader-generate-fake-message-id with the article number.
16929
16930 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16931
16932         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16933         end-of-buffer.
16934
16935 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16936
16937         * message.el (message-ignored-supersedes-headers): Add Approved.
16938
16939 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16940
16941         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16942         goto-char.
16943         (rfc2047-encode): Fold the line before encoding.
16944
16945 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16946
16947         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16948         folding -- not all headers can be folded, and this should be done
16949         by the message composition mode.  Probably.  I think.
16950
16951 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16952
16953         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16954         fast.
16955
16956         * gnus-ems.el (gnus-remove-image): Don't use
16957         message-text-with-property; remove only the image found first.
16958
16959         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16960         found first.
16961
16962 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16963
16964         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16965
16966 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16967
16968         * message.el (message-text-with-property): Make it fast and accept
16969         optional arguments.
16970         (message-strip-forbidden-properties): Use it.
16971         (message-fix-before-sending): Follow the m-t-w-p change.
16972
16973         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16974
16975 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16976
16977         * gnus-art.el (article-hide-headers): Don't change the buffer
16978         mistakenly when performing mml-preview even if
16979         gnus-single-article-buffer is nil.
16980
16981 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16982
16983         * message.el (message-expand-name-databases): New user option.
16984         (message-expand-name): Use it.
16985
16986 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16987
16988         * spam.el (spam-report-articles-resend)
16989         (spam-report-resend-register-routine): Allow ham reporting.
16990         (spam-report-resend-register-ham-routine): Add wrapper.
16991         (spam-registration-functions): Add ham resending functions.
16992         (spam-list-of-processors): Add ham resend processor.
16993
16994         * gnus.el (ham-resend-to): Add new group parameter.
16995         (spam-process): Add ham resend option.
16996
16997         * spam-report.el (spam-report-resend): Allow reporting ham.
16998         (spam-report-resend-ham): Add wrapper.
16999
17000 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17001
17002         * message.el (message-cite-articles-with-x-no-archive):
17003         New variable.
17004         (message-cite-original): Use it.
17005
17006 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17007
17008         * message.el (message-cite-original): Respect X-No-Archive.
17009
17010 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17011
17012         * gnus-art.el (article-hide-headers): Refer to the values for
17013         gnus-ignored-headers and gnus-visible-headers in the summary
17014         buffer since a user may have set them as group parameters.
17015
17016 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17017
17018         * assistant.el (assistant-node-name): Add convenience function.
17019         (assistant-render-text, assistant-render-node): Add error handling,
17020         plus handle multiple next nodes.
17021         (assistant-find-next-node): Comment out for now.
17022         (assistant-find-next-nodes): Add function, returns list of next
17023         nodes.
17024
17025 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17026
17027         * mail-source.el (mail-source-directory): Fix doc-string.
17028
17029 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17030
17031         * assistant.el (assistant-render-text, assistant-eval): Add :set
17032         widget type, which is different because it takes and returns a
17033         list.  Much hilarity ensues.
17034
17035 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17036
17037         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17038
17039         * gnus-group.el (gnus-group-get-new-news-this-group):
17040         Add doc-string.
17041
17042         * gnus-start.el (gnus-activate-group): Add doc-string.
17043
17044 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17045
17046         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17047
17048 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17049
17050         * assistant.el (assistant-render-text): Try to add a :set
17051         widget, more to come.
17052
17053         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17054         strings.
17055         (spam-report-articles-resend)
17056         (spam-register-routine): Do registration iff any articles warrant
17057         it.
17058         (spam-summary-prepare-exit): Change log message for nil group
17059         destinations.
17060
17061 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17062
17063         * spam.el (spam-report-resend-register-routine):
17064         Allow spam-report-resend-to to be a group parameter or a global value.
17065
17066 2004-05-26  Simon Josefsson  <jas@extundo.com>
17067
17068         * starttls.el: Merge with my GNUTLS based starttls.el.
17069         (starttls-gnutls-program, starttls-use-gnutls)
17070         (starttls-extra-arguments, starttls-process-connection-type)
17071         (starttls-connect, starttls-failure, starttls-success):
17072         New variables.
17073         (starttls-program, starttls-extra-args): Doc fix.
17074         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17075         New functions.
17076         (starttls-negotiate, starttls-open-stream):
17077         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17078         function if it is set.
17079
17080 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17081
17082         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17083         structured fields.
17084
17085 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17086
17087         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17088
17089 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17090
17091         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17092         Add variable.
17093         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17094         assigning the spam-mark to new messages.
17095
17096 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17097
17098         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17099
17100 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17101
17102         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17103
17104         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17105         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17106         default.
17107
17108 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17109
17110         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17111         correct data.
17112
17113 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17114
17115         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17116         (spam-group-processor-p): Fix function.
17117         (spam-group-processor-multiple-p)
17118         (spam-group-spam-processor-report-gmane-p)
17119         (spam-group-spam-processor-report-resend-p)
17120         (spam-group-spam-processor-bogofilter-p)
17121         (spam-group-spam-processor-blacklist-p)
17122         (spam-group-spam-processor-ifile-p)
17123         (spam-group-ham-processor-ifile-p)
17124         (spam-group-spam-processor-spamoracle-p)
17125         (spam-group-spam-processor-crm114-p)
17126         (spam-group-ham-processor-bogofilter-p)
17127         (spam-group-spam-processor-stat-p)
17128         (spam-group-ham-processor-stat-p)
17129         (spam-group-ham-processor-whitelist-p)
17130         (spam-group-ham-processor-BBDB-p)
17131         (spam-group-ham-processor-spamoracle-p)
17132         (spam-group-ham-processor-copy-p): Remove functions with some
17133         prejudice against unneeded code.
17134         (spam-report-articles-resend)
17135         (spam-report-resend-register-routine): Allow the group/topic
17136         spam-resend-to value to override spam-report-resend-to.
17137         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17138         properly now.
17139
17140         * gnus.el (spam-resend-to): Add group/topic parameter.
17141         (spam-process): Move the OBSOLETE processors to the end of the
17142         choices.
17143
17144 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17145
17146         * spam-report.el (spam-report-resend-to, spam-report-resend):
17147         Start with resend-to set to nil, and then ask the user if necessary.
17148         (spam-report-resend): spam-report-resend takes a list of articles, not
17149         separate article numbers.
17150
17151 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17152
17153         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17154         addition to emacs-w3m.
17155
17156 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17157
17158         * assistant.el (assistant-authinfo-data): New function.
17159         (assistant-eval): Eval for entire assistant.
17160
17161         * netrc.el (netrc-services-file): New variable.
17162         (netrc-parse-services): New function.
17163         (netrc-find-service-name): New function.
17164         (netrc-find-service-number): New function.
17165         (netrc-port-equal): New function.
17166         (netrc-machine): Use it.
17167
17168         * nnimap.el (nnimap-open-connection): Use netrc.
17169
17170         * gnus-util.el (gnus-netrc-get): Remove aliases.
17171
17172         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17173
17174         * assistant.el (wid-edit): Fix compilation.
17175
17176         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17177
17178 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17179
17180         * gnus-util.el (gnus-set-file-modes): New function.  (small
17181         patch).
17182
17183 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17184
17185         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17186
17187         * assistant.el (assistant-render-node): Fix up rendering and
17188         read-only text.
17189         (assistant-render-node): Reset.
17190         (assistant-make-read-only): Not sticky.
17191
17192 2004-05-20  Danny Siu  <dsiu@adobe.com>
17193
17194         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17195         centered even when gnus-auto-center-summary is t.
17196
17197 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17198
17199         * dns.el (dns-get-txt-answer): New function.
17200         (dns-read-txt): Ditto.
17201         (query-dns): Use it.
17202
17203 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17204
17205         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17206         active for foreign groups even if the group level is higher than
17207         the specified value.
17208
17209 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17210
17211         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17212         non-active groups.
17213
17214         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17215
17216 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17217
17218         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17219
17220 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17221
17222         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17223         (spam-crm114-header, spam-crm114-spam-switch)
17224         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17225         (spam-crm114-positive-spam-header)
17226         (spam-crm114-database-directory, spam-list-of-processors)
17227         (spam-group-spam-processor-crm114-p)
17228         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17229         (spam-generic-score, spam-list-of-checks)
17230         (spam-list-of-statistical-checks, spam-registration-functions)
17231         (spam-check-crm114-headers, spam-crm114-score)
17232         (spam-check-crm114, spam-crm114-register-with-crm114)
17233         (spam-crm114-register-spam-routine)
17234         (spam-crm114-unregister-spam-routine)
17235         (spam-crm114-register-ham-routine)
17236         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17237         From asjo@koldfront.dk (Adam Sjøgren).
17238
17239         * gnus.el: Add spam-use-crm114.
17240
17241         * spam.el (spam-list-of-processors, spam-registration-functions):
17242         Add spam-use-resend.
17243         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17244         (spam-report-articles-gmane): Add doc fix.
17245         (spam-report-articles-resend, spam-report-resend-register-routine):
17246         Add wrappers around spam-report-resend-to.
17247
17248         * spam-report.el (spam-report-resend-to, spam-report-resend):
17249         Add support for resending spam.
17250         (spam-report-gmane): Fix line length >80.
17251
17252         * gnus.el (spam-process): Add spam-use-resend.
17253
17254 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17255
17256         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17257         number of processed spam messages.
17258         (spam-ham-copy-or-move-routine): Return the number of processed
17259         ham messages.
17260         (spam-summary-prepare-exit): Use the above values to decide
17261         whether status messages shouled be displayed.
17262
17263 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17264
17265         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17266         `rfc2047-encoding-function-alist' in order to avoid conflicting
17267         with the old version.
17268         (rfc2047-encode-region): Concatenate words containing non-ASCII
17269         characters in structured fields; don't encode space-delimited
17270         ASCII words even in unstructured fields; don't break words at
17271         char-category boundaries.
17272         (rfc2047-encode-1): New function.
17273         (rfc2047-encode): Use it; encode text so that it occupies the
17274         maximum width within 76-column; work correctly on Q encoding for
17275         iso-2022-* charsets.
17276         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17277         sure not to break a line just after the header name.
17278         (rfc2047-b-encode-region): Remove.
17279         (rfc2047-b-encode-string): New function.
17280         (rfc2047-q-encode-region): Remove.
17281         (rfc2047-q-encode-string): New function.
17282
17283         * mm-util.el (mm-replace-in-string): New function.
17284
17285 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17286
17287         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17288         Really get it right.
17289         (gnus-inews-make-draft): Really.
17290
17291 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17292
17293         * nnmh.el (nnmh-request-list-1): Don't check the link count
17294         before descending.  (small patch)
17295
17296 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17297
17298         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17299         stuff.
17300
17301         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17302         Match on real group name.
17303
17304         * gnus-art.el (gnus-signature-limit): Doc fix.
17305
17306         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17307
17308         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17309
17310 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17311
17312         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17313         isn't a string.
17314
17315 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17316
17317         * gnus-draft.el (gnus-draft-send):
17318         Bind rfc2047-encode-encoded-words.
17319
17320         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17321         (rfc2047-encodable-p): Say that =? needs encoding.
17322         (rfc2047-encode-encoded-words): New variable.
17323
17324         * gnus-group.el (gnus-group-select-group): Doc fix.
17325
17326         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17327
17328         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17329         to nil.
17330
17331         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17332
17333         * nnheader.el (nnheader-get-lines-and-char): New function.
17334
17335 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17336
17337         * gnus-msg.el (gnus-summary-followup-with-original):
17338         Document yanking of region when active.
17339
17340 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17341
17342         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17343         groups if the group level is higher than the specified value.
17344
17345 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17346
17347         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17348         (gnus-group-jump-to-group): Add prefix argument using
17349         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17350         non-active group.
17351
17352         * compface.el (uncompface): Be verbose when changing
17353         `uncompface-use-external'.
17354
17355         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17356         handle manual section.
17357
17358 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17359
17360         * gnus-art.el (gnus-button-alist): Revert previous change.
17361
17362 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17363
17364         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17365
17366 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17367
17368         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17369         whether backend can accept message.
17370
17371         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17372
17373 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17374
17375         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17376         Avoid creating directory when nntp-marks-is-evil is true.
17377         Reported by Reiner Steib.
17378
17379 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17380
17381         * gnus-picon.el (gnus-picon-style): New variable.
17382         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17383         (gnus-picon-transform-address): Support `gnus-picon-style'.
17384         From Jesper Harder <harder@ifa.au.dk>.
17385
17386 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17387
17388         * message.el (message-fill-field): Return point.
17389         (message-generate-headers): Go to end of field.
17390
17391         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17392         stuff for non-living groups.
17393
17394 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17395
17396         * gnus-art.el (gnus-article-followup-with-original)
17397         (gnus-article-reply-with-original): gnus-mark-active-p ->
17398         gnus-region-active-p.
17399
17400 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17401
17402         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17403         only when there is spam or ham to be processed.
17404
17405 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17406
17407         * mail-source.el (mail-source-delete-crash-box): Refactor.
17408         (mail-source-fetch): Use it.
17409         (mail-source-fetch-file): Ditto.
17410         (mail-source-fetch-directory): Run postscript in loop.
17411         (mail-source-fetch-pop): Delete.
17412         (mail-source-fetch-maildir): Ditto.
17413         (mail-source-fetch-imap): Ditto.
17414
17415         * imap.el (imap-authenticators): Comment out sasl.
17416
17417         * message.el (message-skip-to-next-address): New function.
17418         (message-fill-header-address): Refactor.
17419         (message-fill-address): Use it.
17420         (message-delete-address): Use it.
17421         (message-fill-header-general): Refactor.
17422         (message-fill-field-address): Rename.
17423         (message-narrow-to-field): Find the start of the header.
17424         (message-header-format-alist): Don't pre-fill.
17425         (message-fill-header): Remove.
17426         (message-insert-header): New function.
17427         (message-shorten-references): Use it.
17428
17429         * rfc2047.el (rfc2047-field-value): Strip props.
17430
17431         * mail-parse.el (mail-header-make-address): New alias.
17432
17433         * ietf-drums.el (ietf-drums-make-address): New function.
17434
17435         * imap.el: Add compiler directives.
17436
17437         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17438
17439         * gnus-art.el (article-decode-idna-rhs): Don't use
17440         message-idna-inside-rhs-p.
17441
17442 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17443
17444         * message.el (message-idna-inside-rhs-p): Remove.
17445         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17446
17447         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17448         false positives.
17449
17450 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17451
17452         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17453
17454 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17455
17456         * nneething.el (nneething-file-name): Don't create spurious
17457         files.
17458
17459         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17460         (gnus-inews-do-gcc): Remove sleep.
17461
17462         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17463         part under point.
17464
17465         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17466         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17467
17468 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17469
17470         * spam.el (spam-summary-prepare-exit): Fix (length).
17471
17472 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17473
17474         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17475         as expired without moving it" message when there are spam
17476         messages left.
17477
17478 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17479
17480         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17481         header is not nil.
17482
17483 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17484
17485         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17486         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17487         (nntp-marks-changed-p): New arg SERVER.
17488         (nntp-request-update-info): Adjust caller.
17489
17490 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17491
17492         * nntp.el (nntp-save-marks): Pass missing arg.
17493
17494 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17495
17496         * nntp.el: Support marks.
17497         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17498         (nntp-marks-modtime, nntp-marks-directory): New variables.
17499         (nntp-request-set-mark, nntp-request-update-info)
17500         (nntp-possibly-create-directory, nntp-marks-changed-p)
17501         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17502         New functions.
17503
17504 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17505
17506         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17507         (gnus-xmas-redefine): Rename.
17508
17509         * gnus-score.el (gnus-score-insert-help):
17510         Use gnus-select-lowest-window.
17511
17512         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17513         appt-select-lowest-window and rename to gnus-select-lowest-window.
17514
17515         * gnus.el: do.
17516
17517 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17518
17519         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17520         encodings of MIME-encoded words, in order to improve
17521         interoperability with several broken MUAs.
17522
17523 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17524
17525         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17526         tags, only when charsets are not specified in headers.
17527         (mm-inline-text-html-render-with-w3m): Ditto.
17528
17529         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17530         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17531
17532 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17533
17534         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17535         instead of MIME-decoded from fields when checking
17536         `gnus-article-address-banner-alist'.
17537
17538 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17539
17540         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17541         description rather than subject.
17542
17543 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17544
17545         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17546
17547 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17548
17549         * gnus.el (gnus-version-number): Bump.
17550
17551 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17552
17553         * gnus.el: No Gnus v0.2 is released.
17554
17555 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17556
17557         * gnus-agent.el (gnus-agent-read-agentview):
17558         Inline gnus-uncompress-range.
17559
17560 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17561
17562         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17563         `exec-installed-p'.
17564
17565 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17566
17567         * gnus.el (spam-process, spam-autodetect-methods):
17568         Add bsfilter and bsfilter-headers.
17569
17570         * spam.el (spam-bsfilter): New customize group.
17571         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17572         (spam-bsfilter-header, spam-bsfilter-probability-header)
17573         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17574         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17575         (spam-bsfilter-database-directory): New options.
17576         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17577         (spam-list-of-statistical-checks, spam-registration-functions):
17578         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17579         (spam-bsfilter-score): New command.
17580         (spam-check-bsfilter-headers, spam-check-bsfilter)
17581         (spam-bsfilter-register-with-bsfilter)
17582         (spam-bsfilter-register-spam-routine)
17583         (spam-bsfilter-unregister-spam-routine)
17584         (spam-bsfilter-register-ham-routine)
17585         (spam-bsfilter-unregister-ham-routine): New functions.
17586         (spam-generic-score): Support bsfilter; Accept an optional argument
17587         to recalcurate spam score even if scoring header has already been
17588         added.
17589         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17590         optional argument to recalcurate spam score even if scoring header
17591         has already been added.
17592
17593 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17594
17595         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17596         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17597         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17598         link is missing.
17599
17600 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17601
17602         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17603         (html2text-get-attr): Rewrite.
17604
17605         * message.el (message-setup-1): Remove redundant put-text-property
17606         on mail-header-separator.
17607
17608 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17609
17610         * gnus-registry.el (gnus-registry-cache-whitespace)
17611         (gnus-registry-action, gnus-registry-spool-action)
17612         (gnus-registry-split-fancy-with-parent): Change message levels
17613         from 5 to 3 or 7, as needed.
17614
17615         * spam.el (spam-summary-prepare-exit)
17616         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17617         (spam-split, spam-find-spam, spam-log-undo-registration)
17618         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17619         level from 5 to 6.
17620
17621 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17622
17623         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17624         2004-03-04 change).
17625
17626 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17627
17628         * sieve-manage.el (sieve-manage-open):
17629         * nnweb.el (nnweb-insert-html):
17630         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17631         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17632         * nnspool.el (nnspool-request-group):
17633         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17634         * nnml.el (nnml-request-update-info):
17635         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17636         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17637         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17638         (nnimap-request-set-mark):
17639         * nnfolder.el (nnfolder-request-update-info):
17640         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17641         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17642         * gnus-uu.el (gnus-uu-find-articles-matching):
17643         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17644         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17645         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17646         * gnus-nocem.el (gnus-nocem-scan-groups):
17647         * gnus-int.el (gnus-start-news-server):
17648         * gnus-group.el (gnus-group-make-kiboze-group)
17649         (gnus-group-browse-foreign-server):
17650         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17651         Use mapc when appropriate.
17652
17653 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17654
17655         FIXME: Make separate entries for each person.
17656
17657         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17658         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17659         <shields@msrl.com>:
17660
17661         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17662         may need for spam sorting and scoring.
17663         (spam-user-format-function-S): Add user format function suitable for
17664         general use.
17665         (spam-article-sort-by-spam-status): Add sorting function for summary
17666         sorting.
17667         (spam-extra-header-to-number): Add function to get a score from a
17668         header.
17669         (spam-summary-score): Add function to get a numeric score from the
17670         headers.
17671         (spam-generic-score): Fix function doc, was in wrong place.
17672         (spam-initialize): Take symbols when it's run, and install the
17673         extra headers that spam-necessary-extra-headers thinks we need.
17674
17675 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17676
17677         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17678         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17679
17680 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17681
17682         * gnus-sum.el (gnus-set-global-variables)
17683         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17684         (gnus-article-get-xrefs, gnus-summary-best-group)
17685         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17686         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17687         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17688         Use with-current-buffer.
17689
17690 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17691
17692         * spam.el (spam-summary-prepare-exit): Simplify logic.
17693         (spam-fetch-article-header): Read the article header if it's not
17694         available.
17695         (spam-list-articles): Simplify logic.
17696         (spam-filelist-register-routine): Fix bug with unregister-list.
17697
17698         * gnus-registry.el: Fix comments at beginning.
17699
17700 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17701
17702         * message.el (message-cater-to-broken-inn): Remove.
17703         (message-shorten-references): Make sure the total folded length of
17704         References is shorter than 998 characters to cater to a bug in INN
17705         2.3.  Also, don't pretend that references aren't folded -- this
17706         hasn't worked for a while.
17707
17708 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17709
17710         * gnus-agent.el (gnus-agentize):
17711         gnus-agent-send-mail-real-function no longer set to current value
17712         of message-send-mail-function but rather a lambda that calls
17713         message-send-mail-function.  The change makes the agent real-time
17714         responsive to user changes to message-send-mail-function.
17715
17716 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17717
17718         * legacy-gnus-agent.el
17719         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17720         help from Florian Weimer <fw@deneb.enyo.de>
17721
17722 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17723
17724         * nnmail.el (nnmail-cache-insert): Revert last change.
17725
17726 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17727
17728         * nnmail.el (nnmail-cache-insert): Always check whether
17729         nnmail-cache-ignore-groups matches a group name.
17730
17731 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17732
17733         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17734         (spam-find-spam, spam-log-processing-to-registry)
17735         (spam-log-registered-p, spam-log-unregistration-needed-p)
17736         (spam-log-undo-registration): Use gnus-message instead of
17737         gnus-error, none of these errors are fatal.
17738
17739         * gnus-registry.el (gnus-registry-clean-empty-function)
17740         (gnus-registry-clean-empty): Remove only empty entries without
17741         extra data.
17742
17743 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17744
17745         * spam-stat.el (spam-stat-buffer-change-to-spam)
17746         (spam-stat-buffer-change-to-non-spam): Change (error) to
17747         (gnus-message 8) invocation.
17748
17749 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17750
17751         * nntp.el (nntp-via-netcat-command): New variable.
17752         (nntp-via-netcat-switches): New variable.
17753         (nntp-open-via-rlogin-and-netcat): New function.
17754         (nntp-open-connection-function): Doc fix.
17755         (nntp-telnet-command): Doc fix.
17756         (nntp-end-of-line): Doc fix.
17757         (nntp-via-rlogin-command): Doc fix.
17758         (nntp-via-user-name): Doc fix.
17759         (nntp-via-address): Doc fix.
17760
17761 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17762
17763         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17764         error in Emacs 21.1.
17765
17766 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17767
17768         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17769
17770 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17771
17772         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17773         (gnus-agent-with-refreshed-group): New macro.
17774         (gnus-agent-rename-group): New function.
17775         (gnus-agent-delete-group): New function.
17776         (gnus-agent-save-group-info): Use gnus-command-method when
17777         `method' parameter is nil.  Don't write nil entries into the
17778         active file.
17779         (gnus-agent-get-group-info): New function.
17780         (gnus-agent-fetch-articles):
17781         Use gnus-agent-update-files-total-fetched-for to increment disk space
17782         used.
17783         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17784         Use gnus-agent-update-view-total-fetched-for to increment disk space
17785         used.
17786         (gnus-agent-get-local): Add optional parameters to avoid calling
17787         gnus-group-real-name and gnus-find-method-for-group.
17788         (gnus-agent-set-local): Delete stored entry if either min, or max,
17789         are nil.
17790         (gnus-agent-fetch-session): Reworded error/quit messages.
17791         On quit, use gnus-agent-regenerate-group to record existance of any
17792         articles fetched to disk before the quit occurred.
17793         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17794         gnus-agent-update-view-total-fetched-for, and
17795         gnus-agent-update-files-total-fetched-for to decrement disk space
17796         used.
17797         (gnus-agent-retrieve-headers):
17798         Use gnus-agent-update-view-total-fetched-for to increment disk space
17799         used.
17800         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17801         with gnus-agent-update-files-total-fetched-for to decrement disk
17802         space and fresh group buffer.
17803         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17804         (gnus-agent-need-update-total-fetched-for): New variable.
17805         (gnus-agent-update-files-total-fetched-for): New function.
17806         (gnus-agent-update-view-total-fetched-for): New function.
17807         (gnus-agent-total-fetched-for): New function.
17808
17809         * gnus-cache.el (gnus-cache-save-buffers):
17810         Use gnus-cache-update-overview-total-fetched-for to change disk space
17811         used by this group.
17812         (gnus-cache-possibly-enter-article):
17813         Use gnus-cache-update-file-total-fetched-for to increment disk space
17814         used by this group.
17815         (gnus-cache-possibly-remove-article):
17816         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17817         used by this group.
17818         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17819         (gnus-cache-rename-group): New function.
17820         (gnus-cache-delete-group): New function.
17821         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17822         (gnus-cache-need-update-total-fetched-for): New variable.
17823         (gnus-cache-with-refreshed-group): New macro.
17824         (gnus-cache-update-file-total-fetched-for): New function.
17825         (gnus-cache-update-overview-total-fetched-for): New function.
17826         (gnus-cache-rename-group-total-fetched-for): New function.
17827         (gnus-cache-delete-group-total-fetched-for): New function.
17828         (gnus-cache-total-fetched-for): New function.
17829
17830         * gnus-group.el: Require gnus-sum and autoload functions to
17831         resolve warnings when gnus-group.el compiled alone.
17832         (gnus-group-line-format): Documented new %F.
17833         (size of Fetched data) group line format; identifies disk space
17834         used by agent and cache.
17835         (gnus-group-line-format-alist): Defined new F format.
17836         (gnus-total-fetched-for): New function.
17837         (gnus-group-delete-group): No longer update
17838         gnus-cache-active-altered as gnus-request-delete-group now keeps
17839         the cache in sync.
17840         (gnus-group-list-active): Let the agent store a server's active
17841         list if currently plugged.
17842
17843         * gnus-int.el (gnus-request-delete-group):
17844         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17845         local disk in sync with the server.
17846         (gnus-request-rename-group):
17847         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17848         local disk in sync with the server.
17849
17850         * gnus-start.el (gnus-get-unread-articles):
17851         Cosmetic simplification to logic.
17852
17853         * gnus-util.el (gnus-rename-file): New function.
17854
17855 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17856
17857         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17858
17859 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17860
17861         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17862         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17863
17864 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17865
17866         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17867         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17868
17869 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17870
17871         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17872
17873 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17874
17875         * spam.el (spam-set-difference): Add function to replace
17876         gnus-set-difference in spam.el.
17877         (spam-summary-prepare-exit): Use spam-set-difference.
17878
17879 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17880
17881         * gnus-registry.el (gnus-registry-cache-file): Update to use
17882         gnus-dribble-directory OR gnus-home-directory OR ~.
17883         (gnus-registry-split-fancy-with-parent): Fix doc.
17884
17885 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17886
17887         * message.el (message-exchange-point-and-mark):
17888         Use message-mark-active-p.  Suggested by Jesper Harder
17889         <harder@ifa.au.dk>.
17890
17891 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17892
17893         * message.el (message-exchange-point-and-mark): Don't activate
17894         region if it was inactive.  Suggested by Hiroshi Fujishima
17895         <pooh@nature.tsukuba.ac.jp>.
17896
17897 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17898
17899         * gnus-art.el (article-display-face): Display Faces in the same
17900         order as X-Faces.
17901
17902 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17903
17904         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17905
17906 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17907
17908         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17909         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17910         (gnus-article-mime-hierarchy): Remove.
17911         (gnus-article-mime-hierarchy-next): Remove.
17912         (gnus-article-mode): Revert 2004-03-19 change.
17913         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17914         (gnus-insert-mime-button): Revert 2004-03-19 change.
17915         (gnus-mime-accumulate-hierarchy): Remove.
17916         (gnus-mime-enter-multipart): Remove.
17917         (gnus-mime-leave-multipart): Remove.
17918         (gnus-mime-display-part): Revert 2004-03-19 change.
17919         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17920
17921         * mml.el (mml-preview): Revert 2004-03-19 change.
17922
17923 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17924
17925         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17926
17927 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17928
17929         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17930         t while entering a file name using the mm-with-multibyte macro.
17931         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17932
17933         * mm-util.el (mm-with-multibyte): New macro.
17934
17935 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17936
17937         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17938         New user option.
17939         (gnus-mime-multipart-functions): Doc and customization fix.
17940         (gnus-article-mime-hierarchy): New variable.
17941         (gnus-article-mime-hierarchy-next): New variable.
17942         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17943         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17944         gnus-article-mime-hierarchy-next to nil.
17945         (gnus-insert-mime-button): Show hierarchy numbers.
17946         (gnus-mime-accumulate-hierarchy): New function.
17947         (gnus-mime-enter-multipart): New function.
17948         (gnus-mime-leave-multipart): New function.
17949         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17950         (gnus-mime-display-alternative): Show hierarchy numbers.
17951
17952         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17953         gnus-article-mime-hierarchy-next to nil.
17954
17955 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17956
17957         * dns.el: Don't require gnus-xmas.
17958
17959 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17960
17961         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17962         inline PGP.
17963         (mml-menu): Disable mml-quote-region if mark is inactive.
17964
17965 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17966
17967         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17968         when the group's active is not available.
17969
17970 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17971
17972         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17973         error.
17974
17975 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17976
17977         * imap.el (imap-store-password): New variable.
17978         (imap-interactive-login): Use it.
17979         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17980
17981 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17982
17983         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17984         window-start and hscroll to summary window.
17985
17986 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17987
17988         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17989         conversion message to newsrc-dribble when an actual conversion is
17990         performed.
17991
17992 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17993
17994         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17995
17996 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17997
17998         * mm-decode.el (mm-complicated-handles): New function reviving
17999         former definition of mm-multiple-handles.
18000
18001         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18002         (gnus-mime-delete-part): Use it.
18003
18004 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18005
18006         * gnus-agent.el (gnus-agent-read-local):
18007         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18008         avoid the implicit assumption that they will always be equal.
18009         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18010         coding-system-for-write, as the with-temp-file macro first prints
18011         to a buffer then saves the buffer.
18012
18013 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18014
18015         * gnus-art.el (gnus-article-edit-part): New function.
18016         (gnus-mime-save-part-and-strip): Use it; do query instead of
18017         signaling an error; don't use mm-multiple-handles.
18018         (gnus-mime-delete-part): Ditto.
18019
18020 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18021
18022         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18023         old file versions.
18024         (gnus-group-prepare-hook): Remove function that converted list
18025         form of gnus-agent-expire-days to group properties.
18026
18027         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18028         (gnus-request-accept-article): Re-indented.
18029
18030         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18031         converters to handle old agent file formats.  Add logic for a
18032         "backup before upgrading warning".
18033         (gnus-convert-mark-converter-prompt): Developers can mark
18034         functions as needing (default), or not needing,
18035         gnus-convert-old-newsrc's "backup before upgrading warning".
18036         (gnus-convert-converter-needs-prompt): Tests whether the user
18037         should be protected from potentially irreversable changes by the
18038         function.
18039
18040         * legacy-gnus-agent.el: New.  Provides converters that are only
18041         loaded when gnus-convert-old-newsrc needs to call them.
18042
18043 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18044
18045         * mail-source.el (mail-source-touch-pop): Doc fix.
18046
18047         * message.el (message-smtpmail-send-it): Doc fix.
18048
18049 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18050
18051         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18052
18053         * nnmail.el (nnmail-split-fancy): do.
18054
18055         * gnus-kill.el (gnus-kill, gnus-execute): do.
18056
18057 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18058
18059         * gnus-sum.el (gnus-widget-reversible-match)
18060         (gnus-widget-reversible-to-internal)
18061         (gnus-widget-reversible-to-external): New functions.
18062         (gnus-widget-reversible): New widget.
18063         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18064
18065 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18066
18067         * gnus-sum.el (gnus-thread-sort-functions)
18068         (gnus-article-sort-functions): Document `(not F)' items.
18069
18070 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18071
18072         * spam.el (spam-use-gmane-xref): Add new backend.
18073         (spam-gmane-xref-spam-group): Add variable to control the name of the
18074         Gmane spam group.
18075         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18076         (spam-regex-headers-spam, spam-regex-headers-ham)
18077         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18078         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18079         backends and checks.
18080         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18081
18082         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18083         an autodetect method.
18084
18085 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18086
18087         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18088         articles are being added to a group.
18089         (gnus-request-replace-article): Inform the agent that articles
18090         need to be uncached as the cached contents are no longer valid.
18091
18092 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18093
18094         * binhex.el: Don't autoload executable-find.
18095
18096         * canlock.el: Don't autoload mail-fetch-field.
18097
18098         * dgnushack.el: Autoload c-mode for XEmacs.
18099
18100         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18101
18102         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18103         rmail-dont-reply-to and rmail-output.
18104
18105         * gnus-score.el: Don't autoload ffap-string-at-point.
18106
18107         * gnus-setup.el: Don't autoload sc-cite-original.
18108
18109         * imap.el: Don't autoload base64-decode-string,
18110         base64-encode-string and md5.
18111
18112         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18113         and rmail-msg-restore-non-pruned-header.
18114
18115         * mm-decode.el: Don't autoload executable-find.
18116
18117         * mm-url.el: Don't autoload executable-find.
18118
18119         * mm-view.el: Don't autoload diff-mode.
18120
18121         * nndb.el: Don't autoload news-reply-mode, news-setup,
18122         cancel-timer and telnet.
18123
18124         * password.el: Don't autoload run-at-time for Emacs.
18125
18126         * sha1-el.el: Don't autoload executable-find.
18127
18128         * sieve-mode.el: Don't autoload c-mode.
18129
18130         * uudecode.el: Don't autoload executable-find.
18131
18132 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18133
18134         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18135         (gnus-agent-possibly-alter-active): Avoid null in numeric
18136         comparison.
18137         (gnus-agent-set-local): Refuse to save null in local object table.
18138         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18139         list of articles that will be marked as unread.
18140
18141 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18142
18143         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18144
18145 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18146
18147         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18148         language tags.
18149
18150 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18151
18152         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18153         Don't bind "obarray".
18154
18155         * gnus-sum.el (gnus-thread-sort-functions):
18156         Add `gnus-thread-sort-by-most-recent-number' and
18157         `gnus-thread-sort-by-most-recent-date'.
18158         Reported by Kai Grossjohann <kai@emptydomain.de>.
18159
18160 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18161
18162         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18163
18164 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18165
18166         * gnus-cus.el (gnus-agent-customize-category):
18167         Remove ignore-errors macro reference that required cl to be loaded at
18168         run-time.
18169
18170         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18171         single-interval range of the form (min . max).  Previously the
18172         range had to look like ((min . max)).  Likewise, return
18173         (min . max) rather than ((min . max)).
18174         (gnus-range-map): Use gnus-range-normalize to accept
18175         single-interval range.
18176
18177         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18178         the cache, but not the agent, now appear with their usual face.
18179
18180         * dgnushack.el (loaddir): New variable that is bound to the
18181         directory containing the dgnushack.el file. Use loaddir, rather
18182         than srcdir, to update load-path. Change lets dgnushack compile
18183         code in directories other than GNUS/lisp.
18184
18185 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18186
18187         * lpath.el: Don't bind w3m-safe-url-regexp.
18188
18189         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18190         w3m-safe-url-regexp variable buffer-local.
18191
18192         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18193
18194 2004-02-27  Simon Josefsson  <jas@extundo.com>
18195
18196         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18197         gnus-group-real-prefix.
18198         (gnus-summary-move-article): Use it, instead of
18199         gnus-group-real-prefix.
18200
18201 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18202
18203         * lpath.el: Bind w3m-safe-url-regexp.
18204
18205         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18206         w3m-safe-url-regexp variable buffer-local and set it as the value
18207         of mm-w3m-safe-url-regexp.
18208
18209         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18210
18211         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18212         parsing gnus-posting-styles when the message is not for replying.
18213
18214         * dgnushack.el: Autoload sgml-mode for XEmacs.
18215
18216         * nnrss.el (nnrss-opml-export):
18217         Use mm-set-buffer-file-coding-system instead of
18218         set-buffer-file-coding-system.
18219
18220 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18221
18222         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18223         of checkdoc.el).
18224         * nnrss.el: do.
18225         * gnus-mlspl.el: do.
18226         * gnus-ml.el: do.
18227         * gnus-srvr.el: do.
18228
18229         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18230
18231 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18232
18233         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18234         Corrections to custom-manual links.
18235
18236         * gnus-art.el (gnus-article): Ditto.
18237
18238         * mm-decode.el (mime-display, mime-security): Ditto.
18239
18240 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18241
18242         * flow-fill.el: Typo.
18243
18244 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18245
18246         * spam-wash.el: New file.
18247
18248 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18249
18250         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18251
18252 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18253
18254         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18255         to be run with new-articles as LIST1, not LIST2.
18256         (spam-registration-functions): Add spam-use-ham-copy as a nil
18257         registration backend.
18258
18259 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18260
18261         * spam-stat.el (spam-stat-washing-hook): New option.
18262         (spam-stat-buffer-words): Use it.
18263         (spam-stat-process-directory, spam-stat-test-directory):
18264         Use insert-file-contents-literally.
18265         (spam-stat-coding-system): New variable.
18266         (spam-stat-load, spam-stat-save): Use it.
18267
18268 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18269
18270         * spam-report.el (spam-report-plug-agent):
18271         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18272
18273 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18274
18275         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18276         Allow / in mailto URLs.
18277
18278 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18279
18280         * spam-report.el (spam-report-process-queue): Fix interactive use.
18281         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18282         (spam-report-unplug-agent): Doc fixes.
18283         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18284         (spam-report-agentize, spam-report-deagentize): Autoload.
18285
18286 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18287
18288         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18289
18290         * message.el (message-setup-fill-variables): Add mml tags to
18291         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18292         <ajk@iu.edu>.
18293         (message-mode): Don't modify paragraph-separate there.
18294
18295 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18296
18297         * compface.el (uncompface-use-external): Default to undecided.
18298         (uncompface-use-external-threshold): New variable.
18299         (uncompface-float-time): New macro.
18300         (uncompface): Determine whether to use the external decoder if
18301         uncompface-use-external is undecided.
18302
18303 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18304
18305         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18306         after images.
18307
18308         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18309
18310 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18311
18312         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18313
18314         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18315
18316         * gnus-sum.el (gnus-summary-limit-to-age)
18317         (gnus-summary-limit-children): do.
18318
18319         * gnus-int.el (gnus-request-scan): do.
18320
18321         * gnus-group.el (gnus-group-suspend): do.
18322
18323         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18324
18325         * gnus-cite.el (gnus-cite-parse-attributions): do.
18326
18327         * gnus-agent.el (gnus-summary-set-agent-mark)
18328         (gnus-agent-regenerate-group): do.
18329
18330         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18331
18332         * binhex.el (binhex-decode-region-internal): do.
18333
18334 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18335
18336         * gnus-fun.el (gnus-face-properties-alist): New user option.
18337         (gnus-display-x-face-in-from): Use it.
18338
18339         * gnus-art.el (article-display-face): Ditto.
18340
18341         * compface.el (uncompface-use-external): Default to nil.
18342
18343 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18344
18345         * nntp.el (nntp-erase-buffer): New function.
18346         (nntp-retrieve-data, nntp-send-command)
18347         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18348         (nntp-possibly-change-group): Use it.
18349
18350         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18351         Use with-current-buffer.
18352
18353 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18354
18355         * compface.el: Merge the ELisp-based uncompface program.
18356         (compface): New customization group.
18357         (uncompface-use-external): New user option.
18358         (uncompface): Call uncompface-internal if uncompface-use-external
18359         is nil.
18360         (uncompface-internal): New function.  Note that there are also
18361         some other functions and variables added for this function.
18362
18363 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18364
18365         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18366         if necessary.
18367
18368 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18369
18370         * spam-report.el (spam-report-unplug-agent)
18371         (spam-report-plug-agent, spam-report-deagentize)
18372         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18373         Add support for the Agent in spam-report: when unplugged, report to a
18374         file; when plugged, submit all the requests.
18375
18376         * spam.el (spam-register-routine): Fix message about
18377         registration.
18378
18379 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18380
18381         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18382         dependencies.
18383         (rfc2047-encode): Use it.
18384
18385         * gnus-art.el (gnus-button-marker-list): Move before first
18386         reference.
18387
18388         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18389         (imap-parse-body): Fix format string mismatch.
18390
18391         * gnus-score.el (gnus-summary-increase-score): do.
18392
18393         * nnrss.el (nnrss-close): New function.
18394
18395 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18396
18397         * nnrss.el (nnrss-make-filename): New function.
18398         (nnrss-request-delete-group, nnrss-read-server-data)
18399         (nnrss-save-server-data, nnrss-read-group-data)
18400         (nnrss-save-group-data): Use it.
18401         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18402         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18403         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18404
18405 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18406
18407         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18408
18409 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18410
18411         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18412         files.
18413
18414         * message.el (message-generate-headers-first): Don't quote nil
18415         and t in docstrings.
18416
18417         * imap.el (imap-id): do.
18418
18419         * gnus-agent.el (gnus-agent-consider-all-articles)
18420         (gnus-agent-queue-mail): do.
18421
18422 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18423
18424         * spam-report.el (spam-report-process-queue): New function.
18425         Process requests from `spam-report-requests-file'.
18426         (spam-report-process-queue): Doc fix.
18427
18428 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18429
18430         * spam.el (spam-register-routine)
18431         (spam-log-processing-to-registry, spam-log-registered-p)
18432         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18433         Change "check" to "spam-check" for semi-clarity.
18434
18435 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18436
18437         * pop3.el: Require nnheader.
18438
18439         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18440
18441         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18442
18443         * gnus-picon.el: Require cl.
18444
18445         * gnus-fun.el: Require gnus-ems and gnus-util.
18446
18447         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18448
18449         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18450
18451         * gnus-art.el (gnus-article-edit-mode): Define before first
18452         reference.
18453
18454 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18455
18456         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18457         (gnus-uu-post-encoded): Use point-at-bol.
18458
18459         * gnus-topic.el (gnus-group-active-topic-p): do.
18460
18461         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18462
18463         * gnus-group.el (gnus-group-kill-region): do.
18464
18465         * gnus-art.el (article-date-ut): do.
18466
18467         * message.el (message-fetch-field): Remove redundant
18468         case-fold-search binding.
18469         (message-narrow-to-field): Simplify.
18470
18471 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18472
18473         * spam.el (spam-directory): Derive from `gnus-directory'.
18474
18475         * spam-report.el (spam-report-url-to-file)
18476         (spam-report-requests-file): New function and variable for offline
18477         reporting.
18478         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18479         and user defined function.
18480         (spam-report-url-ping-mm-url): Remove doubled slash.
18481
18482 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18483
18484         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18485
18486 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18487
18488         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18489         Fix format string mismatch.
18490
18491         * sieve.el (sieve-deactivate-all): do.
18492
18493         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18494
18495         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18496
18497         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18498
18499         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18500
18501 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18502
18503         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18504         the list of checks.
18505
18506 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18507
18508         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18509         padding.
18510
18511 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18512
18513         * mm-view.el (mm-fill-flowed): New variable.
18514         (mm-inline-text): Use it.
18515
18516 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18517
18518         * spam.el (spam-spamassassin-register-ham-routine)
18519         (spam-spamassassin-register-spam-routine): Fix function names.
18520
18521 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18522
18523         * gnus.el (gnus-tmp-grouplens): Remove.
18524         (gnus-summary-line-format): Remove grouplens.
18525
18526         * gnus-group.el (gnus-group-line-format): Ditto.
18527
18528         * gnus-spec.el (gnus-format-specs): Ditto.
18529         (gnus-update-format-specifications): Flush the group format spec
18530         cache if there's the grouplens stuff.
18531         (gnus-parse-simple-format): Replace %l with the empty string.
18532
18533 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18534
18535         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18536         omission.
18537
18538 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18539
18540         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18541         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18542
18543 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18544
18545         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18546         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18547         New macros and functions.
18548         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18549         Handle > NLINK_MAX messages.
18550         * nnmaildir.el (nnmaildir-request-set-mark):
18551         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18552
18553 2004-01-25  Alex Schroeder  <alex@gnu.org>
18554
18555         * spam-stat.el (spam-stat-process-directory-age): New option.
18556         (spam-stat-process-directory): Use it.
18557
18558 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18559
18560         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18561         (spam-stat-save): Accept prefix argument.
18562
18563 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18564
18565         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18566         links" error.
18567
18568 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18569
18570         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18571         the rest of the and/or forms.
18572
18573 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18574
18575         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18576         compatibility with old .newsrc.eld files.
18577
18578         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18579
18580         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18581
18582         * gnus-start.el (gnus-1): do.
18583
18584         * gnus-group.el (gnus-group-line-format-alist): do.
18585
18586         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18587
18588         * gnus-gl.el: Remove.
18589
18590 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18591
18592         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18593         marks consisting of a single range {for example, (3 . 5)} rather
18594         than a list of a single range { ((3 . 5)) }.
18595
18596 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18597
18598         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18599         Use with-current-buffer.
18600         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18601         avoid consing a string.
18602
18603         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18604         Remove obsolete entries for big5 and gb2312.
18605
18606 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18607
18608         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18609         uncompressed list.
18610
18611 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18612
18613         * spam-stat.el (spam-stat-strip-xref): New function.
18614         (spam-stat-process-directory): Use it.
18615
18616         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18617         here -- it's done in message-fetch-field.
18618
18619 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18620
18621         * gnus-agent.el (gnus-agent-queue-mail)
18622         (gnus-agent-prompt-send-queue): New variables.
18623         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18624         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18625         "nndraft:queue" along to gnus-draft-send.
18626         Use gnus-agent-prompt-send-queue.
18627         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18628         is "nndraft:queue".  Suggested by Gaute Strokkenes
18629         <gs234@srcf.ucam.org>
18630
18631         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18632         (agent-enable-undownloaded-faces): Add.
18633         (gnus-agent-cat-groups): Use eval-and-compile, not
18634         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18635         method of gnus-agent-cat-groups even when the buffer has been
18636         evaled.
18637         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18638         delete gnus-agent-save-active-1.
18639         (gnus-agent-save-groups): Delete.  Identical to
18640         gnus-agent-save-active.
18641         (gnus-agent-write-active): No longer adjust agent's copy of active
18642         file as agent's adjustments are now stored in their own
18643         file.  Remove optional parameter.
18644         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18645         servers.  Add use of min/max range limits from server's local
18646         file.
18647         (gnus-agent-save-alist): Remove unused optional argument.
18648         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18649         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18650         (gnus-agent-set-local): A per-server file that keeps min/max range
18651         limits for articles known to the agent.  Provides a fast mechanism
18652         for altering many active ranges.
18653         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18654         active file (local makes it unnecessary).
18655         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18656
18657         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18658         (agent-enable-undownloaded-faces): Add.
18659
18660         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18661         disable it when sending to "nndraft:queue".
18662         (gnus-group-send-queue): Add safety check to avoid sending queue
18663         when unplugged.
18664
18665         * gnus-group.el (gnus-group-catchup): Use new
18666         gnus-sequence-of-unread-articles, not
18667         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18668         numbers of articles.  Use gnus-range-map to avoid having to
18669         uncompress the unread list.
18670         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18671         Fix invalid ange-ftp reference.
18672
18673         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18674         (gnus-sorted-range-intersection): Intersection of two ranges
18675         without requiring that they first be uncompressed.
18676
18677         * gnus-start.el (gnus-activate-group): Unless blocked by the
18678         caller, possibly expand the active range to include both cached
18679         and agentized articles.
18680         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18681         multiple version-dependent converters.
18682         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18683         gnus-agent-save-active.
18684         (gnus-save-newsrc-file): Save dirty agent range limits.
18685
18686         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18687         gnus-agent-possibly-alter-active.
18688         (gnus-adjust-marked-articles): Faster handling of simple lists.
18689
18690 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18691
18692         * spam-stat.el (spam-stat-test-directory): New optional argument
18693         displays a list of files detected.  Suggested by Andrew Cohen
18694         <cohen@andy.bu.edu>.
18695         (spam-stat-buffer-words-with-scores): Don't narrow and change
18696         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18697
18698 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18699
18700         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18701         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18702         (spam-spamassassin-arguments)
18703         (spam-spamassassin-spam-flag-header)
18704         (spam-spamassassin-positive-spam-flag-header)
18705         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18706         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18707         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18708         (spam-list-of-processors, spam-list-of-checks)
18709         (spam-list-of-statistical-checks, spam-registration-functions)
18710         (spam-check-spamassassin-headers, spam-check-spamassassin)
18711         (spam-spamassassin-score)
18712         (spam-spamassassin-register-with-sa-learn)
18713         (spam-spamassassin-register-spam-routine)
18714         (spam-spamassassin-register-ham-routine)
18715         (spam-assassin-register-spam-routine)
18716         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18717         (spam-bogofilter-score): Fix to show article before scoring.
18718
18719 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18720
18721         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18722         default scoring function.
18723         (spam-generic-score): Call spam-spamassassin-score if
18724         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18725         spam-bogofilter-score otherwise.
18726
18727         * gnus.el (spam-process, spam-autodetect-methods):
18728         Add spamassassin and spamassassin-headers.
18729
18730 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18731
18732         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18733         Suppress unnecessary messages.
18734
18735 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18736
18737         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18738         make-hash-table.
18739
18740 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18741
18742         * canlock.el (base64-encode-string): Don't autoload it.
18743
18744 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18745
18746         * run-at-time.el: Remove useless (require 'itimer),
18747         eval-and-compile and (featurep 'xemacs).
18748
18749 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18750
18751         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18752         GROUP is a virtual group.
18753
18754 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18755
18756         * gnus.el: Autoload `message-y-or-n-p'.
18757
18758 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18759
18760         * pgg-parse.el: Remove unnecessary (require 'custom).
18761
18762         * pgg-def.el: do.
18763
18764         * nnmail.el: do.
18765
18766         * gnus-undo.el: do.
18767
18768         * gnus-picon.el: do.
18769
18770         * gnus-util.el: do.
18771
18772 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18773
18774         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18775
18776 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18777
18778         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18779         handle, as well as a list.
18780
18781         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18782         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18783         (mm-w3m-cid-retrieve): Simplify.
18784
18785 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18786
18787         * message.el (message-kill-to-signature): Allow prefix arg to
18788         specify number of lines to keep before signature.
18789
18790 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18791
18792         * message.el (message-kill-to-signature): Change docstring.
18793
18794 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18795
18796         * canlock.el: Always require sha1-el.
18797         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18798
18799         * message.el: Autoload sha1 only when compiling.
18800
18801         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18802         eudc-expand-inline for XEmacs.
18803
18804 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18805
18806         * message.el (message-canlock-generate): Require sha1-el.
18807
18808 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18809
18810         * message.el (message-expand-name): Silence the byte compiler.
18811
18812         * lpath.el: Add detect-coding-system.
18813
18814         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18815         cus-edit.
18816
18817 2004-01-13  Simon Josefsson  <jas@extundo.com>
18818
18819         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18820         Invoke gnus-score-mode.
18821         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18822
18823         * gnus-range.el (gnus-compress-sequence): Doc fix.
18824         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18825
18826 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18827
18828         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18829
18830 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18831
18832         * spam.el (spam-get-article-as-string): Update to use
18833         gnus-request-article-this-buffer, much simpler.
18834         (spam-get-article-as-buffer): Remove.
18835
18836 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18837
18838         * message.el (message-expand-name): Use EUDC if the user uses that.
18839
18840 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18841
18842         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18843         character for the encoding to avoid consing a string.
18844
18845         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18846         unnecessarily.
18847
18848         * mm-util.el (mm-replace-chars-in-string): Remove.
18849
18850         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18851         of mm-replace-chars-in-string.
18852
18853 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18854
18855         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18856
18857         * mm-util.el (mm-subst-char-in-string): Support inplace.
18858
18859         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18860         a new string in every iteration.  Use shy groups.
18861
18862 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18863
18864         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18865         * gnus-soup.el (gnus-soup-group-brew):
18866         * gnus-msg.el (gnus-put-message):
18867         * gnus-move.el (gnus-group-move-group-to-server):
18868         * gnus-kill.el (gnus-batch-score):
18869         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18870         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18871         (gnus-group-update-group, gnus-group-read-group)
18872         (gnus-group-make-group, gnus-group-make-help-group)
18873         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18874         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18875         (gnus-group-sort-by-unread, gnus-group-catchup)
18876         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18877         (gnus-group-yank-group, gnus-group-set-info)
18878         (gnus-group-list-groups):
18879         * gnus.el (gnus-generate-new-group-name):
18880         * gnus-delay.el (gnus-delay-send-queue):
18881         * nnvirtual.el (nnvirtual-catchup-group):
18882         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18883         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18884         (gnus-group-prepare-topics, gnus-topic-check-topology):
18885         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18886         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18887         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18888         (gnus-group-make-articles-read):
18889         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18890         (gnus-group-change-level, gnus-kill-newsgroup)
18891         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18892         (gnus-get-unread-articles, gnus-make-articles-unread)
18893         (gnus-make-ascending-articles-unread): Use accessor
18894         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18895         to get group information for improved readability.
18896
18897
18898 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18899
18900         * gnus-art.el (article-decode-mime-words, article-babel)
18901         (gnus-article-highlight-signature, gnus-article-add-buttons)
18902         (gnus-signature-toggle): Use gnus-with-article-buffer.
18903
18904         * gnus-art.el (gnus-article-highlight-headers)
18905         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18906
18907         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18908         (gnus-article-set-globals, gnus-request-article-this-buffer)
18909         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18910         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18911         (gnus-mime-display-alternative): Use with-current-buffer.
18912
18913 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18914
18915         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18916         also under 80 char limit, and call gnus-error if needed.
18917         (spam-fetch-article-header): Fix - it was a
18918         buffer-local variable (gnus-newsgroup-data).
18919         (spam-find-spam): Use spam-generate-fake-headers, forget about
18920         spam-insert-fake-headers.
18921         (spam-insert-fake-headers): Remove.
18922
18923 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18924
18925         * deuglify.el (gnus-article-outlook-unwrap-lines)
18926         (gnus-outlook-rearrange-article)
18927         (gnus-outlook-repair-attribution-outlook)
18928         (gnus-outlook-repair-attribution-block)
18929         (gnus-outlook-repair-attribution-other): Remove redundant
18930         save-excursion.
18931
18932 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18933
18934         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18935         (spam-fetch-field-subject-fast)
18936         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18937         (spam-fetch-article-header): Add functions to deal with Gnus
18938         internals for fast retrieval of article header data.
18939         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18940
18941 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18942
18943         * pop3.el (pop3-md5): Remove.
18944         (pop3-apop): Replace pop3-md5 with md5.
18945
18946         * mm-bodies.el: base64 is always built-in.
18947
18948         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18949         Use with-current-buffer.
18950
18951 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18952
18953         * canlock.el (canlock-insert-header): Remove excessive grouping in
18954         regexp.
18955
18956         * gnus-sum.el (gnus-summary-read-document): Ditto.
18957
18958         * gnus-uu.el (gnus-uu-part-number): Ditto.
18959
18960         * html2text.el (html2text-remove-tags): Ditto.
18961         (html2text-format-tags): Ditto.
18962         (html2text-format-single-elements): Ditto.
18963
18964         * mml.el (mml-parse-1): Ditto.
18965
18966 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18967
18968         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18969
18970         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18971
18972         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18973
18974         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18975
18976 2003-11-15  Simon Josefsson  <jas@extundo.com>
18977
18978         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18979         (pgg-gpg-lookup-key): Use regexp match instead of
18980         split-string (split-string is different between emacs 21.2 and
18981         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18982
18983 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18984
18985         * gnus-art.el (gnus-mime-view-all-parts)
18986         (gnus-article-part-wrapper, gnus-article-view-part):
18987         Use with-current-buffer.
18988
18989 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18990
18991         * spam.el (spam-disable-spam-split-during-ham-respool)
18992         (spam-spamoracle-database, spam-cache-lookups)
18993         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18994         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18995         (spam-group-ham-marks, spam-group-spam-marks)
18996         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18997         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18998         also add spam-use-blackholes to the statistical checks.
18999         (spam-fetch-field-fast): Add interface to fetching fields, may
19000         become a macro.
19001         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19002         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19003         (spam-insert-fake-headers): Fake an article when needed.
19004         (spam-find-spam): Fake article when possible.
19005         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19006         (spam-check-bogofilter-headers): Use message-fetch-field instead
19007         of nnmail-fetch-field.
19008
19009 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19010
19011         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19012
19013 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19014
19015         * spam.el (spam-split): Do not require spam-use-CHECK to be
19016         enabled if that check is passed to spam-split explicitly; also
19017         fix so 'spam doesn't get converted to spam-split-group when
19018         spam-split-symbolic-return is t.
19019         (spam-find-spam): Find registrations of the article and use those
19020         instead of re-running spam-split to find the spam/ham
19021         classification of the article.
19022         (spam-log-processing-to-registry, spam-log-registered-p)
19023         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19024         Use gnus-error instead of gnus-message.
19025         (spam-log-registration-type): Add function to determine the
19026         classification of a message based on registry entries; will
19027         return nil if both 'spam and 'ham are found.
19028         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19029         a reasonably fast local cache without the loading errors.
19030         (spam-cache-lookups): Set to t by default.
19031         (spam-find-spam): Don't try to guess spam-cache-lookups.
19032         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19033         spam-caches entry.
19034         (spam-filelist-build-cache, spam-filelist-check-cache):
19035         Fix caching of whitelist/blacklist entries.
19036         (spam-check-whitelist, spam-check-blacklist):
19037         Invoke spam-from-listed-p with a type, not a cache variable.
19038         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19039
19040 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19041
19042         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19043
19044         * nnmail.el (nnmail-split-fancy): do.
19045
19046         * mml.el (mml-parse): do.
19047
19048         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19049         (gnus-score-adaptive): do.
19050
19051 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19052
19053         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19054         (gnus-mime-button-map): Don't set keymap parent.
19055         (gnus-button-ctan-directory-regexp): Use shy grouping.
19056         (gnus-prev-page-map): Don't set keymap parent.
19057         (gnus-prev-page-map): Remove duplicated one.
19058         (gnus-next-page-map): Don't set keymap parent.
19059         (gnus-mime-security-button-map): Ditto.
19060
19061         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19062         version number.
19063
19064         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19065
19066 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19067
19068         * canlock.el (canlock-sha1-function): Remove.
19069         (canlock-sha1-function-for-verify): Remove.
19070         (canlock-openssl-program): Remove.
19071         (canlock-openssl-args): Remove.
19072         (canlock-ignore-errors): Remove.
19073         (canlock-sha1-with-openssl): Remove.
19074         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19075         (canlock-verify): Don't use canlock-ignore-errors.
19076
19077         * sha1-el.el (sha1-string-external): Make it can return a string
19078         in binary form.
19079         (sha1-region-external): Ditto.
19080         (sha1-string-internal): Ditto.
19081         (sha1-region-internal): Ditto.
19082         (sha1-region): Ditto.
19083         (sha1-string): Ditto.
19084         (sha1): Ditto.
19085
19086 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19087
19088         * spam.el (spam-report-articles-gmane): New command.
19089
19090 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19091
19092         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19093
19094         * run-at-time.el (run-at-time-saved): Remove.
19095         (run-at-time): Doc fix.
19096
19097 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19098
19099         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19100         (gnus-summary-limit-map): Add it.
19101         (gnus-summary-make-menu-bar): do.
19102
19103 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19104
19105         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19106         Make attempt at some caching support (done for BBDB only now).
19107         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19108         addresses to be checked.
19109         (spam-clear-cache-BBDB): Add function, to be invoked by
19110         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19111         (spam-check-BBDB): Check and use the caches, if
19112         spam-cache-lookups is on, remove superfluous (provide).
19113
19114 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19115
19116         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19117
19118 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19119
19120         * run-at-time.el (run-at-time-saved): Move to after the definition
19121         of `run-at-time'.
19122
19123         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19124
19125 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19126
19127         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19128         mm-w3m-local-map-property.
19129
19130         * mm-view.el (mm-w3m-mode-map): Remove.
19131         (mm-w3m-local-map-property): Remove.
19132         (mm-inline-text-html-render-with-w3m): Don't use
19133         mm-w3m-local-map-property.
19134
19135 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19136
19137         * run-at-time.el: New file.
19138
19139         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19140         under Emacs.
19141
19142         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19143         of gnus-set-text-properties.
19144
19145         * gnus-uu.el (gnus-uu-save-article): Ditto.
19146
19147         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19148
19149         * gnus-cite.el (gnus-cite-parse): Ditto.
19150
19151         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19152         of gnus-.
19153
19154         * gnus-xmas.el (run-at-time): Require run-at-time.
19155
19156         * gnus.el: Change calls to nnheader-run-at-time and
19157         password-run-at-time throughout to use run-at-time directly.
19158
19159         * password.el: Remove definition of run-at-time.
19160
19161         * nnheaderxm.el: Remove definition of run-at-time.
19162
19163 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19164
19165         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19166         in prompt.
19167
19168 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19169
19170         * messagexmas.el (message-xmas-redefine): Alias
19171         `message-make-caesar-translation-table' to
19172         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19173         version.
19174
19175         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19176         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19177         `gnus-xmas-set-text-properties'.
19178         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19179         `gnus-xmas-completing-read'.
19180         (gnus-xmas-completing-read): Removed.
19181         (gnus-xmas-open-network-stream): Removed.
19182
19183         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19184         XEmacs version.
19185
19186         * dns.el (dns-make-network-process): Use `open-network-stream'
19187         instead of `gnus-xmas-open-network-stream'.
19188
19189         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19190
19191         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19192
19193 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19194
19195         * gnus-art.el (gnus-mime-display-alternative)
19196         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19197         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19198         Don't use gnus-local-map-property.
19199
19200         * gnus-util.el (gnus-local-map-property): Remove.
19201
19202         * mm-view.el (mm-view-pkcs7-decrypt):
19203         Replace gnus-completing-read-maybe-default with completing-read.
19204
19205         * gnus-util.el (gnus-completing-read): do.
19206         (gnus-completing-read-maybe-default): Remove.
19207
19208 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19209
19210         * password.el: Only autoload `run-at-time' if not XEmacs.
19211         Only autoload the itimer functions if XEmacs.
19212
19213 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19214
19215         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19216         XEmacsen.
19217
19218         * dgnushack.el: Autoload executable-find for XEmacs.
19219
19220 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19221
19222         * gnus-art.el (gnus-read-string): Remove.
19223         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19224         read-string.
19225
19226 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19227
19228         * netrc.el: Autoload password-read.
19229         (netrc): Add configuration group.
19230         (netrc-encoding-method, netrc-openssl-path):
19231         Add variables for encoding and decoding of files with symmetric
19232         ciphers.
19233         (netrc-encode): Add assistant function to encode a file with
19234         netrc-encoding-method.
19235         (netrc-parse): Add interactive parameter, added optional
19236         decoding if netrc-encoding-method is non-nil but otherwise
19237         behavior is standard.
19238         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19239         Do s/encode/encrypt/ everywhere.
19240
19241         * spam.el: Remove executable-find autoload.
19242
19243 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19244
19245         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19246
19247         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19248
19249 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19250
19251         * gnus-art.el (gnus-treat-ansi-sequences)
19252         (article-treat-ansi-sequences): New variable and function.
19253         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19254
19255         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19256         Use it.
19257
19258 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19259
19260         * mm-util.el (mm-quote-arg): Remove.
19261
19262         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19263         shell-quote-argument.
19264
19265         * gnus-uu.el (gnus-uu-command): do.
19266
19267         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19268
19269         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19270         with make-char.
19271
19272         * mm-util.el (mm-make-char): Remove.
19273
19274         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19275         add-minor-mode.
19276
19277         * gnus-undo.el (gnus-undo-mode): do.
19278
19279         * gnus-topic.el (gnus-topic-mode): do.
19280
19281         * gnus-sum.el (gnus-dead-summary-mode): do.
19282
19283         * gnus-start.el (gnus-slave-mode): do.
19284
19285         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19286
19287         * gnus-ml.el (gnus-mailing-list-mode): do.
19288
19289         * gnus-gl.el (gnus-grouplens-mode): do.
19290
19291         * gnus-draft.el (gnus-draft-mode): do.
19292
19293         * gnus-dired.el (gnus-dired-mode): do.
19294
19295         * gnus-ems.el (gnus-add-minor-mode): Remove.
19296
19297         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19298         Replace gnus-char-width with char-width.
19299
19300         * gnus-ems.el (gnus-char-width): Remove.
19301
19302         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19303         Replace gnus-char-width with char-width.
19304
19305         * gnus-ems.el (gnus-char-width): Remove.
19306
19307         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19308         definition.
19309         Remove Emacs 20 hash table compatibility code.
19310
19311         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19312         20 compatibility code.
19313
19314         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19315
19316         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19317
19318         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19319         Replace with point-at-{eol,bol}.
19320
19321         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19322
19323         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19324
19325         * flow-fill.el (fill-flowed-point-at-bol)
19326         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19327
19328         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19329         Replace with point-at-{eol,bol} throughout all files.
19330
19331 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19332
19333         * ntlm.el (ntlm-string-as-unibyte): New macro.
19334         (ntlm-build-auth-response): Use it.
19335
19336         Remove Emacs 20 stuff:
19337         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19338         (butlast, mapc, remove): Remove the compiler macros.
19339         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19340         of delq and copy-sequence.
19341         * gnus-art.el (popup-menu): Remove the compiler macro.
19342         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19343         Emacs 20.
19344
19345 2004-01-05  Simon Josefsson  <jas@extundo.com>
19346
19347         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19348         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19349         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19350         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19351         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19352         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19353         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19354         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19355         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19356         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19357         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19358         string-xor into ntlm-string-xor.
19359         Suggested by Jesper Harder <harder@myrealbox.com>.
19360
19361         * ntlm.el: Don't include poem.
19362
19363         * md4.el (print-int32, print-string-hexa): Remove.
19364         Suggested by Jesper Harder <harder@myrealbox.com>.
19365
19366         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19367
19368         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19369         probably breaks emacs with DL patch, but do we care? Is anyone
19370         still using the DL stuff?)
19371
19372         * sieve-manage.el: Use the password package.
19373         (sieve-manage-read-passwd): Remove.
19374         (sieve-manage-interactive-login): Use password.  Re-add
19375         condition-case around loop.
19376
19377         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19378         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19379         Use the password package.
19380
19381 2003-02-19  Simon Josefsson  <jas@extundo.com>
19382
19383         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19384         token.
19385
19386 2002-08-07  Simon Josefsson  <jas@extundo.com>
19387
19388         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19389         (sieve-manage-authenticators):
19390         (sieve-manage-authenticator-alist): Add some SASL mechs.
19391         (sieve-sasl-auth): New function.
19392         (sieve-manage-cram-md5-auth):
19393         (sieve-manage-plain-auth): Rewrite using SASL library.
19394         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19395         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19396         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19397         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19398
19399 2004-01-05  Simon Josefsson  <jas@extundo.com>
19400
19401         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19402         New files.
19403
19404 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19405
19406         * gnus-group.el (gnus-no-groups-message): Update.
19407
19408         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19409
19410 2003-11-09  Simon Josefsson  <jas@extundo.com>
19411
19412         * imap.el: Support for ID IMAP extension (RFC 2971).
19413         (imap-local-variables): Add imap-id.
19414         (imap-id): New variable.
19415         (imap-id): New function.
19416         (imap-parse-response): Parse untagged ID response.
19417         * nnimap.el (nnimap-id): New variable.
19418         (nnimap-open-connection): Use it.
19419
19420 2003-12-28  Simon Josefsson  <jas@extundo.com>
19421
19422         * gnus-score.el (gnus-score-edit-all-score): New.
19423         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19424
19425 2004-01-04  Simon Josefsson  <jas@extundo.com>
19426
19427         * password.el: Add.
19428
19429 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19430
19431         * dns.el (dns-query-types): Fix typo.
19432         (dns-query-types): New function.
19433         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19434         PTR and SOA replies, see RFC 1035.
19435
19436 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19437
19438         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19439
19440         * Move to Changelog.2.
19441
19442 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19443
19444         * gnus.el (gnus-version-number): Bump version.
19445
19446 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19447
19448         * gnus.el: No Gnus v0.1 is released.
19449
19450 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19451
19452         * gnus.el: No Gnus v0.0 is released.
19453
19454 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19455
19456         * gnus.el (gnus-version-number): Bump.
19457         (gnus-version): No.
19458
19459 See ChangeLog.2 for earlier changes.
19460
19461     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19462       Free Software Foundation, Inc.
19463
19464   This file is part of GNU Emacs.
19465
19466   GNU Emacs is free software: you can redistribute it and/or modify
19467   it under the terms of the GNU General Public License as published by
19468   the Free Software Foundation, either version 3 of the License, or
19469   (at your option) any later version.
19470
19471   GNU Emacs is distributed in the hope that it will be useful,
19472   but WITHOUT ANY WARRANTY; without even the implied warranty of
19473   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19474   GNU General Public License for more details.
19475
19476   You should have received a copy of the GNU General Public License
19477   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19478
19479 ;; Local Variables:
19480 ;; coding: utf-8
19481 ;; fill-column: 79
19482 ;; add-log-time-zone-rule: t
19483 ;; End: