nnir.el: Batch header retrieval.
[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-26  Julien Danjou  <julien@danjou.info>
19
20         * color.el: Rename various rgb functions to srgb.
21
22 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23
24         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
25         names.
26
27 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
28
29         * shr.el (shr-insert): Revert last change.
30         (shr-find-fill-point): Never leave point being at bol;
31         relax the kinsoku limitation when rendering tables.
32
33 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
36         results from -accept-article.
37
38         * shr-color.el: Require cl when compiling.
39
40         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
41         checkin.
42
43         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
44
45         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
46
47         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
48         'add and 'delete to set backend marks.
49
50         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
51
52         * nnheader.el (nnheader-update-marks-actions): Refactor out.
53
54         * nntp.el (nntp-request-set-mark): Use it.
55
56         * nnfolder.el (nnfolder-request-set-mark): Ditto.
57
58         * nnml.el (nnml-request-set-mark): Ditto.
59
60         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
61         introduces regressions in article selection.
62         (nnimap-find-uid-response): New function.
63         (nnimap-request-accept-article): Use the UID returned, if any.
64         (nnimap-request-move-article): Use the UID returned, if any.
65         (nnimap-get-groups): Reimplement to work with folded lines.
66         (nnimap-find-uid-response): The UID is the last element in the list.
67         (nnimap-request-set-mark): Extend syntax with 'set.
68
69         * nnml.el (nnml-request-set-mark): Ditto.
70
71         * nnfolder.el (nnfolder-request-set-mark): Ditto.
72
73         * nntp.el (nntp-request-set-mark): Ditto.
74
75 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
76
77         * message.el (message-called-interactively-p): A temporary macro.
78         (message-goto-body): Use it temporarily.
79
80 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
81
82         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
83         (nnimap-last-response-string): Unfold quoted lines, if they exist.
84         (nnimap-last-response-string): Fix last unfolding fix.
85
86 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
87
88         * shr.el (shr-insert): Fix the way to fold lines.
89
90 2010-11-25  Julien Danjou  <julien@danjou.info>
91
92         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
93
94         * color.el: Rename from color-lab.el
95         (color-rgb->hex): Add.
96         (color-complement): Add.
97         (color-complement-hex): Add.
98
99         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
100
101 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
102
103         * shr-color.el (shr-color-visible): Don't bug out if the colour names
104         don't exist.
105
106 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
107
108         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
109         assuming that article displaying or another mml-preview may be
110         interrupted for an error or for the like.
111
112         * shr.el (shr-get-background): Fix argument name.
113
114 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115
116         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
117
118         * gnus-sum.el (gnus-summary-include-articles): New function.
119
120         * message.el (message-goto-body): called-interactively-p needs a
121         parameter, so use `any'.
122
123         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
124         clear marks before moving, since they're synced from the Gnus side
125         first.
126
127         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
128         (gnus-summary-move-article): Copy over all marks before moving, so that
129         IMAP doesn't think a new article has arrived.
130
131 2010-11-24  Julien Danjou  <julien@danjou.info>
132
133         * shr.el (shr-insert-background-overlay): Fix typo.
134         (shr-render-td): Copy the background before rendering.
135
136         * shr-color.el (shr-color-visible): Fix docstring.
137
138         * shr.el (shr-tag-table): Add bgcolor support.
139         (shr-render-td): Add bgcolor support.
140         (shr-get-background): Add.
141         (shr-insert-foreground-overlay): Use shr-get-background.
142
143         * message.el (message-goto-body): Use called-interactively-p.
144         (message-in-body-p): message-goto-body returns point.
145
146 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
147
148         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
149         Fixes something or other in Emacs 23, and is backwards compatible.
150
151         * message.el (message-goto-body): Remove the <#secure special-casing,
152         which is too special.
153
154         * shr.el (shr-parse-style): Drop !important from styles.
155
156 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
157
158         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
159         this function to return incorrect results when calling it with an
160         explicit article argument different from
161         (gnus-summary-article-number).
162
163 2010-11-24  Julien Danjou  <julien@danjou.info>
164
165         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
166         (shr-tag-body): Add background support.
167         (shr-descend): Add background support.
168         (shr-tag-title): Add.
169
170         * shr-color.el (shr-color-visible): Really return original background
171         if fixed.
172
173 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
174
175         * shr.el (shr-color-check): Protect against non-existant colour names.
176
177 2010-11-24  Julien Danjou  <julien@danjou.info>
178
179         * color-lab.el: Require 'cl when compiling.
180
181         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
182
183         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
184         matched part.
185
186         * color-lab.el: Fix all expt calls to use float type.
187
188 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
189
190         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
191         expression to shr-color-check as is.
192
193         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
194
195         * color-lab.el: Add coding cookie.
196         (float-pi): Use eval-and-compile.
197
198         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
199         compiled for Emacsen having no `libxml-parse-html-region' support.
200
201 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
202
203         * shr.el (shr-insert-color-overlay): Split stuff like
204         "#444444 !important" to find the real colour.
205         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
206         parse <font color="red"> entries.
207
208 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
209
210         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
211         point when parsing headers.
212
213         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
214         is positioned properly when parsing headers.
215
216 2010-11-23  Julien Danjou  <julien@danjou.info>
217
218         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
219
220         * shr-color.el (shr-color->hexadecimal): Add support for color names.
221
222         * shr.el (shr-parse-style): Replace \n with space in style parsing.
223
224         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
225         shr-color-hue-to-rgb.
226         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
227
228 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
229
230         * shr.el (shr-color->hexadecimal): Autoload.
231         (shr-descend): Add color to all tags.
232
233 2010-11-22  Julien Danjou  <julien@danjou.info>
234
235         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
236         shr-color->hexadecimal.
237
238         * shr-color.el (shr-color->hexadecimal): Add converting functions for
239         RGB() or HSL() color representation.
240
241         * shr.el (shr-tag-font): Add.
242         (shr-tag-color-check): New function to get better colors.
243         (shr-tag-insert-color-overlay): Factorize code between tag-font and
244         tag-span.
245
246         * shr-color.el: New file.
247
248         * color-lab.el: New file.
249
250         * gnus-art.el (gnus-url-mailto): Do not downcase args.
251
252 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
253
254         * nnir.el: Fix typo in comments.
255         (nnir-run-imap): Simplify code. No need to reverse artlist.
256         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
257
258 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
259
260         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
261
262         * nnimap.el (nnimap-get-capabilities): Refactor out.
263         (nnimap-open-connection): Re-request capabilities after STARTTLS.
264
265 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
266
267         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
268         appearing when `mm-uu-hide-markers' is nil.
269
270 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
271
272         * nnimap.el (nnimap-unselect-group): Make into its own function.
273         (nnimap-request-rename-group): Unselect group before renaming.
274         This had gotten lost somewhere.
275         (nnimap-request-accept-article): Keep track of examined groups, and
276         unselect the group before APPENDing to read-only groups.
277         (nnimap-request-move-article): Clear flags before moving so that they
278         can be re-set later.
279
280 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
281
282         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
283         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
284
285 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
286
287         * gnus-art.el (gnus-mime-display-single)
288         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
289         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
290         parameter.
291
292 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
293
294         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
295         (shr-table-vertical-line): New variable.
296         (shr-insert-table): Use it.
297
298 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
299
300         * gnus-html.el (gnus-html-wash-images): Don't display images if
301         gnus-inhibit-images is non-nil; register displayer for cid images.
302         (gnus-html-display-image): Work for cid image.
303         (gnus-html-insert-image): Allow arguments.
304         (gnus-html-put-image): Inhibit read-only.
305         (gnus-html-prefetch-images): Don't prefetch images if
306         gnus-inhibit-images is non-nil.
307
308 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
309
310         * shr.el (shr-put-image): Break lines when inserting big pictures.
311
312 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
313
314         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
315         sender, thanks Katsumi Yamaoka.
316
317 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
318
319         * nnir.el (nnir-run-imap): Reverse the article list for each group
320         rather than the whole list.
321
322 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
323
324         * shr.el (shr-image-displayer): Protect function against non-existent
325         image source.
326
327         * gnus-art.el (gnus-inhibit-images): New user option.
328         (gnus-mime-display-single): Don't display image if it is non-nil.
329
330         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
331         gnus-inhibit-images.
332
333         * shr.el (shr-image-displayer): New function.
334         (shr-tag-img): Use it.
335
336 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
337
338         * mml2015.el (mml2015-epg-sign): Use From header.
339
340 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
341
342         * gnus-html.el (gnus-html-wash-images): Register a displayer.
343
344         * gnus-util.el (gnus-find-text-property-region): Return markers.
345
346         * shr.el (shr-tag-img): Put a displayer in the text property.
347
348         * gnus-util.el (gnus-find-text-property-region): New utility function.
349
350         * gnus-html.el (gnus-html-display-image): Make the alt optional.
351         (gnus-html-show-images): Remove.
352
353         * gnus-art.el (gnus-article-show-images): New, more general function.
354
355         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
356         image url text properties.
357
358         * shr.el: Ditto.
359
360         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
361         gnus-agent-auto-agentize-methods is set.  Which it isn't.
362
363 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
364
365         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
366         work for two or more articles.
367
368 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
369
370         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
371         divide an image that's in an html article to two or more when washing
372         non-ASCII characters in alt text of it.
373
374 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
375
376         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
377         smime-decrypt-region using function argument.
378         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
379
380         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
381
382         * smime.el (smime-decrypt-region): Catch it.
383
384 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
385
386         * smime.el (smime-mode-map): Move initialization into declaration.
387         (gnus-run-mode-hooks): Don't autoload.
388         (smime-mode): Use define-derived-mode.
389
390 2010-11-11  Glenn Morris  <rgm@gnu.org>
391
392         * smime.el (from): Restrict declaration to XEmacs.
393
394         * nnir.el (gnus-group-topic-name): Autoload.
395
396 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * shr.el (shr-insert): Don't break long line if it is because of
399         kinsoku-bol characters in the line end.
400
401 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
402
403         * nnir.el (nnir-request-move-article): Fix to provide original group
404         and subject.
405         (nnir-warp-to-article): Don't fail on articles whose headers haven't
406         been retrieved.
407
408         * gnus-sum.el (gnus-summary-move-article): Use original group and
409         subject for virtual articles such as those in an nnir summary buffer.
410
411 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
412
413         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
414         least 21.5).
415
416         * smime.el (from): Declare it again for XEmacs.
417
418 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
419
420         * message.el (message-resend): Don't disable encoding unless it's
421         already encoded.
422
423         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
424         low-numbered articles.
425
426 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
427
428         * rfc2047.el (rfc2047-syntax-table): Simplify.
429
430         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
431
432         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
433         set-char-table-range for XEmacs.
434
435 2010-11-10  Glenn Morris  <rgm@gnu.org>
436
437         * time-date.el (time-to-seconds): Always an alias on Emacs,
438         never a real function.
439         (with-no-warnings): Remove compat stub, now unused.
440         (time-less-p): Doc fix.
441         (time-to-number-of-days): Simplify.
442
443         * smime.el (from): Remove unused declaration.
444
445         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
446         (gnus-float-time): On Emacs, always an alias.
447
448         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
449         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
450
451 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
452
453         * dgnushack.el: Don't use ignore-errors in the top level form since it
454         is unavailable in XEmacs even if cl is loaded.
455
456         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
457
458 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
459
460         * shr.el (browse-url-mailto): Autoload.
461
462         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
463
464         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
465         regexp doesn't need quoting.
466
467 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
468
469         * message.el (message-subject-trailing-was-ask-regexp)
470         (message-subject-trailing-was-regexp): Match was: in addition to was.
471
472 2010-11-09  Glenn Morris  <rgm@gnu.org>
473
474         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
475         (nnbabyl-check-mbox): Use point-at-bol.
476
477 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
478
479         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
480
481         * message.el (message-mailto): New function.
482         (message-mailto): Should accept other parameters.
483         (message-mailto): Remove since it duplicates browse-url-mailto
484         functionality.
485
486 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
487
488         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
489         methods.
490         (gnus-read-active-file): Ditto.
491
492         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
493         ": " from the prompt.
494         (gnus-group-make-group): Ditto.
495
496 2010-11-07  Glenn Morris  <rgm@gnu.org>
497
498         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
499         (gnus-bookmark-kill-line): Use point-at-eol.
500
501 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
502
503         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
504         asterisks in From header.
505
506 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
507
508         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
509         string to avoid making the From headers syntactically invalid.
510
511         * message.el (message-send-mail): Don't insert courtesy messages if the
512         message already has List-Post and List-ID messages.
513
514 2010-11-06  Glenn Morris  <rgm@gnu.org>
515
516         * gnus-art.el (gnus-treat-article): Give dynamic local variables
517         `condition', `type', `length' a prefix.
518         (gnus-treat-predicate): Update for above name changes.
519
520 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
521
522         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
523         binding.  Handled by `gnus-summary-refer-thread' instead.
524         (nnir-warp-to-article): New backend function.
525
526         * nnimap.el (nnimap-request-thread): Force dependency updating.
527
528         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
529         (gnus-summary-refer-thread): Rework to improve thread-referral.
530
531         * gnus-int.el (gnus-warp-to-article): New function.
532
533         * gnus-sum.el (gnus-summary-article-map): Bind it.
534
535 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
536
537         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
538         gnus-summary-refer-thread.
539
540         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
541         headers.
542         (gnus-summary-limit-include-thread): Prevent articles in thread from
543         being cut in gnus-cut-threads.
544         (gnus-summary-refer-thread): Limit retrieved headers to those in
545         thread.
546
547 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
548
549         * message.el (message-send-mail): Use the value of
550         message-courtesy-message from the message buffer.
551
552         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
553
554         * shr.el (shr-browse-url): Implement mailto: URLs.
555
556         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
557         "raw".
558
559         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
560         if it's already selected.
561
562         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
563
564 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
565
566         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
567         to measure the length and truncate alt text.
568
569 2010-11-03  Glenn Morris  <rgm@gnu.org>
570
571         * nndiary.el (nndiary-generate-nov-databases-1)
572         (nndiary-generate-active-info): Rename dynamic variable `files' to
573         something less generic.
574
575 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
576
577         * nnir.el (nnir-request-move-article): Call the underlying backend to
578         move articles from nnir.
579
580 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
581
582         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
583
584 2010-11-02  Julien Danjou  <julien@danjou.info>
585
586         * nnir.el: Remove wais support.
587
588 2010-11-02  Glenn Morris  <rgm@gnu.org>
589
590         * gnus-html.el: Reorder requirements to quieten compiler.
591
592 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
593
594         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
595         properly for XEmacs as well.
596         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
597         (gnus-article-natural-long-line-p): Use window-width rather than
598         frame-width.
599
600 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
601
602         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
603         (nnir-read-parms): Don't modify query.
604         (nnir-run-query): Add ability to search topic on current line.
605         (nnir-get-active): Clean up.
606
607 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
608
609         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
610         degenerate articles.
611
612         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
613         (gnus-print-buffer): Just print the buffer as is, without any copying
614         to a buffer and then re-highlighting.
615
616         * nnimap.el (nnimap-request-group): Store the new updated info.
617         (nnimap-request-group): Select the group when we don't know whether it
618         exists or not.
619
620         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
621         groups.
622
623         * gnus-group.el (gnus-group-find-new-groups): Display all the new
624         groups.
625
626         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
627         groups.
628
629         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
630         long-lines case by only filling the long lines.
631
632         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
633         (bug #7311).
634
635 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
636
637         * shr.el: No need to declare `declare-function' since shr.el is for
638         only Emacsen that provide `libxml-parse-html-region'.
639
640         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
641         effective only in a file it is referred to.
642
643 2010-11-01  Glenn Morris  <rgm@gnu.org>
644
645         * mm-util.el (gnus-completing-read): Autoload.
646         (mm-read-coding-system): Simplify Emacs definition.
647
648         * nnmail.el (gnus-activate-group):
649         * nnimap.el (gnutls-negotiate):
650         * nntp.el (netrc-parse): Fix declarations.
651
652 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
653
654         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
655         string-match-p in Emacs >=23.
656
657         * gnus-msg.el (gnus-configure-posting-styles)
658         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
659
660 2010-11-01  Glenn Morris  <rgm@gnu.org>
661
662         * nnir.el (declare-function): Add compat stub.
663         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
664         (nnir-run-gmane): Require 'mm-url.
665
666         * mm-util.el (mm-string-to-multibyte): Simplify.
667
668         * shr.el (declare-function): Add compat stub.
669         (url-cache-create-filename): Declare.
670         (mm-disable-multibyte, widget-convert-button): Autoload.
671
672         * smime.el (ldap-search): Declare.
673         (smime-cert-by-ldap-1): Require ldap on Emacs.
674
675         * nnimap.el: Require nnmail, and gnus-sum when compiling.
676         (nnimap-keepalive): Use gnus-float-time.
677
678         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
679         (mail-source-delete-crash-box): Use gnus-float-time.
680
681         * gnus-dired.el (gnus-completing-read): Autoload.
682
683         * mm-view.el (gnus-rescale-image): Autoload.
684
685         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
686
687         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
688
689         * sieve-manage.el: Require 'cl when compiling.
690
691         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
692         (gnus-iswitchb-completing-read): Require iswitchb.
693         (gnus-select-frame-set-input-focus): Silence compiler.
694
695 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
696
697         * message.el (message-subject-trailing-was-query): Change default to t,
698         since I think that's what most people want.
699
700         * nnimap.el (nnimap-request-accept-article): Erase buffer before
701         appending for easier debugging.
702         (nnimap-wait-for-connection): Take a regexp.
703         (nnimap-request-accept-article): Wait for the continuation line before
704         sending anything unless we're streaming.
705
706         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
707         leave the header washing to take place.
708
709 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
710
711         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
712         regular expression match and replace in posting styles.
713
714 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
715
716         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
717         an entire server.
718         (nnir-get-active): New function.
719         (nnir-run-imap): Use it.
720         (nnir-run-gmane): Who knew, gmane search returns an article score!
721
722         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
723         server on the current line with nnir.
724
725 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
726
727         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
728         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
729         left edge.
730         (gnus-article-foldable-buffer): Skip past the prefix when determining
731         raggedness.
732
733         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
734         the raw article, and change `C-u g' to show the article without doing
735         treatments.
736
737         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
738         on to `gnus-treat-article'.
739         (gnus-inhibit-article-treatments): New variable.
740
741         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
742
743         * gnus-art.el (gnus-treatment-function-alist): Have
744         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
745         (gnus-treat-fill-long-lines): Change default to fill all text/plain
746         sections.
747
748         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
749         parameter.
750         (gnus-article-fill-cited-long-lines): New function.
751         (gnus-article-fill-cited-article): Allow filling only long sections.
752
753         * shr.el (shr-find-fill-point): Don't break lines between punctuation
754         and non-punctuation (like after the apostrophe in "'We").
755
756         * gnus-sum.el (gnus-summary-select-article): Make sure
757         gnus-original-article-buffer is alive.
758
759         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
760         reflect the order they're in in the digest.
761
762         * gnus.el (gnus-group-startup-message): Move point to the start of the
763         buffer.
764
765         * nnimap.el (nnimap-capability): New function.
766         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
767         is set.
768
769 2010-10-31  David Engster  <dengste@eml.cc>
770
771         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
772         conform with changes to gnus-completing-read.
773
774 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
775
776         * shr.el (shr-tag-img): Output "*" instead of "[img]".
777
778 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
779
780         * nnir.el: Move defvar, defcustom around to keep file organized
781         and keep byte-compiler quiet.
782         (nnir-read-parms): Accept search-engine as arg.
783         (nnir-run-query): Pass search-engine as arg.
784         (nnir-search-engine): Remove.
785
786 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
787
788         * shr.el (shr-generic): The text nodes should be text, not :text.
789
790         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
791         later in the file.
792
793 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
794
795         * nnir.el: General clean up.  Allow searching with multiple engines.
796         Allow separate extra-parameters for each engine.
797         Batch queries when possible.
798         (nnir-imap-default-search-key,nnir-method-default-engines):
799         Add customize interface.
800         (nnir-run-gmane): New engine.
801         (nnir-engines): Use it.  Qualify all prompts with engine name.
802         (nnir-search-engine): Remove global variable.
803         (nnir-run-hyrex): Restore for now.
804         (nnir-extra-parms,nnir-search-history): New variables.
805         (gnus-group-make-nnir-group): Use them.
806         (nnir-group-server): Remove in favor of gnus-group-server.
807         (nnir-request-group): Avoid searching twice.
808         (nnir-sort-groups-by-server): New function.
809
810 2010-10-30  Julien Danjou  <julien@danjou.info>
811
812         * gnus-group.el: Remove gnus-group-fetch-control.
813
814         * gnus-start.el (gnus-find-new-newsgroups):
815         Remove gnus-check-first-time-used.
816
817         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
818
819 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
820
821         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
822         set on groups that don't have \* permanentflags.
823
824 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825
826         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
827         control the background color.
828         (shr-tag-img): Ignore very small web bug type images.
829         (shr-put-image): Add help-echo alt texts to the images.
830         (shr-tag-video): Show the video poster image.
831
832 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
833
834         * shr.el (shr-table-depth): New variable.
835         (shr-tag-table-1): Only insert the images after the top-level table.
836
837         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
838
839         * gnus-util.el (gnus-list-memq-of-list): New function.
840
841         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
842         selected.
843         (nnimap-unsplittable-articles): New slot.
844         (nnimap-new-articles): Use it.
845
846 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
847
848         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
849         move to the previous line on `M-g'.
850
851 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
852
853         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
854         *-request-group, which seems unnecessary.
855
856         * nnimap.el (nnimap-quote-specials): Function copied over from
857         imap.el.
858         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
859         they support that.  Suggested by Tom Regner.
860
861 2010-10-29  Julien Danjou  <julien@danjou.info>
862
863         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
864         defalias.
865         (gnus-summary-delete-marked-with): Remove obsolete defalias.
866
867         * gnus.el: Remove `gnus-nntp-service' variable.
868         (gnus-secondary-servers): Make obsolete.
869         (gnus-nntp-server): Make obsolete.
870
871         * gnus-start.el (gnus-1): Remove x-splash calls.
872
873         * gnus-ems.el (gnus-x-splash): Remove.
874
875         * gnus.el (gnus-group-startup-message): Simplify/update code.
876
877         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
878         definition.
879
880         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
881         capability before doing anything.
882         (gnus-group-insert-group-line): Remove useless
883         gnus-group-remove-excess-properties.
884
885 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
886
887         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
888
889 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
890
891         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
892         config after reselecting.
893
894 2010-10-28  Julien Danjou  <julien@danjou.info>
895
896         * shr.el (shr-put-image): Use point even if only inserting text.
897         (shr-put-image): Save excursion when inserting alt text on non-graphic
898         display, so the behaviour is the same when we are on a graphic display.
899
900         * nnir.el (nnir-run-swish-e): Remove hyrex support.
901
902 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
903
904         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
905         (gnus-mime-copy-part): Check coding system, not charset.
906         (gnus-mime-view-part-externally): Never remove part.
907         (gnus-mime-view-part-internally): Don't remove part here.
908         (gnus-article-part-wrapper): Make sure MIME tag is visible.
909         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
910         multipart/alternative.
911
912         * mm-decode.el (mm-display-part): Take optional arg `force'.
913
914 2010-10-26  Julien Danjou  <julien@danjou.info>
915
916         * gnus-group.el (gnus-group-default-list-level): Add this function to
917         compute the default list level.
918         (gnus-group-default-list-level): Add possibility to use a function.
919
920 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
921
922         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
923
924         * gnus-group.el (gnus-group-completing-read)
925         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
926         gnus-replace-in-string.
927
928 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
929
930         * shr.el (shr-tag-div): Add.
931
932         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
933
934 2010-10-25  Julien Danjou  <julien@danjou.info>
935
936         * gnus-util.el: Remove `gnus-with-local-quit'.
937
938         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
939
940 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
941
942         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
943         the original article buffer.
944
945 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
946
947         * nnimap.el (nnimap-request-head): New function.
948         (nnimap-request-move-article): Try to be slighly faster by not
949         requesting the entire message when moving.
950         (nnimap-transform-headers): Don't bug out on bodiless articles.
951         (nnimap-send-command): Have no outstanding messages if the IMAP server
952         doesn't support streaming.
953         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
954
955 2010-10-24  Julien Danjou  <julien@danjou.info>
956
957         * message.el (message-default-headers): Fix type.
958
959 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
960
961         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
962         prefetching images.
963
964         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
965         backend for unknown groups.  This is mainly useful for nnimap groups.
966
967         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
968         group isn't covered by the agent.
969
970 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
971
972         * nnir.el (nnir-method-default-engines): New variable.
973         (nnir-run-query): Use it.
974         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
975         (gnus-summary-nnir-goto-thread): Change group if needed.
976
977         * gnus-group.el (gnus-group-group-map): Add key binding for
978         gnus-group-make-nnir-group.
979
980 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
981
982         * shr.el (shr-tag-object): Add.
983
984         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
985         original article buffer live.
986         (gnus-summary-select-article-buffer):
987         Mention gnus-widen-article-buffer.
988
989 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
990
991         * shr.el (shr-tag-strong): Add.
992
993 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
994
995         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
996         group names.  They mess up the group buffer badly.
997
998         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
999
1000         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1001         instead of the summary one.
1002
1003 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1004
1005         * mml.el (mml-preview): Work properly when editing article.
1006
1007         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1008         gnus-have-read-active-file if it's already been in.
1009
1010 2010-10-22  Tom Tromey  <tromey@redhat.com>
1011
1012         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1013         gnus-group-completing-read.
1014
1015 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1016
1017         * message.el (message-mode-map): Don't bind M-; to comment region, to
1018         allow the global comment-dwim to work.
1019
1020 2010-10-21  Julien Danjou  <julien@danjou.info>
1021
1022         * message.el (message-setup-1): Allow message-default-headers to be a
1023         function.
1024
1025 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1026
1027         * shr.el (shr-tag-table): Simplify.
1028
1029 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1030
1031         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1032         to avoid trying to snarf invalid stuff.
1033
1034         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1035
1036         * gnus.el (gnus-message-archive-group): Quote value.
1037         (gnus-message-archive-group): Mark as changed.
1038
1039         * shr.el (shr-add-font): Don't put the font properties on the newline
1040         or the indentation.
1041
1042         * message.el (message-fix-before-sending): Change options when sending
1043         non-printable characters.
1044
1045         * gnus.el (gnus-message-archive-method): Change the default to
1046         monthly outgoing groups.
1047
1048         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1049         that have gotten new numbers.
1050
1051         * nnimap.el (nnimap-request-replace-article): New function.
1052
1053 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1054
1055         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1056         (nnrss-request-article): Don't use special html washing code.
1057
1058 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1059
1060         * shr.el (shr-tag-table): Remove useless nconc.
1061
1062 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063
1064         * gnus-art.el (article-wash-html): Simplify and remove the charset
1065         stuff.  Use the normal html rendering code instead of the special html
1066         washing code.
1067
1068         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1069         `gnus-w3m' symbols.
1070         (mm-text-html-washer-alist): Remove.
1071
1072         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1073         (mm-inline-media-tests): Remove use.
1074         (mm-text-html-renderer): Change default to the `shr' symbol.
1075
1076         * mm-view.el (mm-inline-text-html): Remove use.
1077
1078         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1079         `gnus-blocked-images' to be a function.
1080         (gnus-article-wash-function): Remove.
1081
1082 2010-10-20  Julien Danjou  <julien@danjou.info>
1083
1084         * spam.el (spam-list-of-processors): Mark as obsolete.
1085
1086         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1087         (nnimap-insert-partial-structure): Fix boundary detection.
1088
1089 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1090
1091         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1092         run file-truename on remote files.  This can be expensive and even
1093         prevent one from editing drafts if some unrelated buffer has a stale
1094         connection.
1095
1096 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1097
1098         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1099         kinsoku-eol regardless of shr-kinsoku-shorten.
1100         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1101         (shr-tag-table): Support caption, thead, and tfoot.
1102
1103 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1104
1105         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1106         lines.
1107         (shr-save-contents): New command and keystroke.
1108
1109         * nndoc.el (nndoc-type-alist): Add git support.
1110         (nndoc-git-type-p): New function.
1111         (nndoc-transform-git-article): Ditto.
1112         (nndoc-transform-git-headers): Ditto.
1113         (nndoc-transform-git-headers): Generate Subject headers.
1114
1115         * shr.el (shr-parse-style): New function.
1116         (shr-tag-span): Ditto.
1117
1118         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1119         to `G G' to avoid collisions.
1120
1121 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1122
1123         * shr.el: Load kinsoku if necessary.
1124         (shr-kinsoku-shorten): New internal variable.
1125         (shr-find-fill-point): Make kinsoku shorten text line if
1126         shr-kinsoku-shorten is bound to non-nil.
1127         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1128         shr-indentation too when testing if table is wider than frame width.
1129         (shr-insert-table): Use `string-width' instead of `length' to measure
1130         text width.
1131         (shr-insert-table-ruler): Make sure indentation is done at bol.
1132
1133 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1134
1135         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1136         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1137         undecoded network data.
1138
1139 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140
1141         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1142         name in the mode line spec so that the mode line menu works
1143         (bug #2431).
1144
1145         * message.el (message-get-reply-headers): If we're fed `to-address',
1146         then always use that.
1147
1148         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1149         aren't so wide as to need to switch off the edit menu.
1150
1151         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1152         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1153
1154         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1155         `M-g'.
1156         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1157         the permanent marks.
1158
1159 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1160
1161         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1162         Splitting according to references/in-reply-to obeys the ignore-groups
1163         variable, while splitting by sender and subject do not.
1164
1165 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1166
1167         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1168         alist, so that we can look for non-Unicode chars.
1169         (article-translate-strings): Allow both character and string maps.
1170
1171 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1172
1173         * shr.el (shr-insert): Don't insert space behind a wide character
1174         categorized as kinsoku-bol, or between characters both categorized as
1175         nospace.
1176
1177 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1178
1179         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1180         headers to gnus-newsgroup-headers.
1181
1182 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1183
1184         * shr.el (shr-tag-img): Don't align images -- since we're not
1185         rescaling, this often leads to ugly displays.
1186
1187 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1188
1189         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1190         duplicates.
1191
1192 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1193
1194         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1195         call.
1196
1197 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1198
1199         * gnus.el: Autoload gnus-html-show-images.
1200
1201         * nnimap.el: Use nnheader-message throughout.
1202
1203         * shr.el (shr-tag-img): Ignore images with no data.
1204
1205 2010-10-15  Julien Danjou  <julien@danjou.info>
1206
1207         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1208         a possibility to disable format=flow encoding when using hard newlines.
1209
1210 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1211
1212         * shr.el (shr-insert): Remove space inserted before or after a
1213         breakable character or at the beginning or the end of a line.
1214         (shr-find-fill-point): Do kinsoku; find the second best point or give
1215         it up if there's no breakable point.
1216
1217 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1218
1219         * nnimap.el (nnimap-open-connection): Message when opening connection
1220         for debugging purposes.
1221
1222         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1223         on every setup buffer call to allow this to change from article to
1224         article.
1225
1226         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1227         buffers where we have a wide table.
1228
1229 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1230
1231         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1232         uses *-request-thread.
1233
1234 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1235
1236         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1237         incantation, which is no longer valid.
1238
1239 2010-10-14  Julien Danjou  <julien@danjou.info>
1240
1241         * shr.el: Fix defcustom type (char -> character).
1242
1243 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1244
1245         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1246         programs.
1247
1248 2010-10-14  Julien Danjou  <julien@danjou.info>
1249
1250         * shr.el (shr-tag-a): Use url-link as widget type.
1251
1252         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1253         `gnus-group-get-icon'.
1254
1255 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1256
1257         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1258         This should make server editing work better.
1259
1260         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1261
1262         * tls.el (tls-program): Remove spurious %s from openssl.
1263
1264         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1265         (nnimap-parse-flags): Fix regexp.
1266
1267         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1268         probably work for CJVK text, too.
1269
1270         * nnimap.el (nnimap-extend-tls-programs): Remove.
1271         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1272
1273         * tls.el (tls-starttls-switches): Remove starttls hack.
1274         (open-tls-stream): Ditto.
1275         (tls-find-starttls-argument): Ditto.
1276
1277 2010-10-13  Julien Danjou  <julien@danjou.info>
1278
1279         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1280         responses.
1281
1282 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1283
1284         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1285
1286         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1287         anything in Emacs.
1288
1289         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1290
1291 2010-10-13  Julien Danjou  <julien@danjou.info>
1292
1293         * shr.el (shr-width): Make shr-width a defcustom with default to
1294         fill-column.
1295         (shr-tag-img): Use shr-width rather than fill-column.
1296
1297 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1298
1299         * dgnushack.el (byte-optimize-apply)
1300         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1301
1302         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1303         position when (X-)Faces exist.
1304         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1305         avatars when called interactively.
1306
1307 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1308
1309         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1310         gnus-article-x-face-too-ugly is bound.
1311
1312 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1313
1314         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1315
1316         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1317         mailbox that doesn't exist.
1318
1319 2010-10-12  Julien Danjou  <julien@danjou.info>
1320
1321         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1322         (shr-get-image-data): Encode URL properly when fetching from cache.
1323         (shr-tag-img): Use aligned-to spaces to align correctly images.
1324
1325         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1326         before inserting the Gravatar.
1327
1328         * shr.el (shr-tag-img): Add align attribute support for <img>.
1329
1330 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1331
1332         * gnus-gravatar.el (gnus-art): Require.
1333
1334         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1335         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1336         Remove long obsoleted functions.
1337
1338 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1339
1340         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1341
1342         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1343
1344         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1345         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1346         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1347         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1348         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1349         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1350         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1351
1352 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1353
1354         * nnimap.el (nnimap-request-rename-group): Select group read-only
1355         before renaming it.
1356
1357         * shr.el (shr-insert): Fix up the white space only regexp.
1358
1359         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1360         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1361
1362         * shr.el (shr-current-column): New function.
1363         (shr-find-fill-point): New function.
1364
1365 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1366
1367         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1368         numbers.
1369
1370 2010-10-11  Julien Danjou  <julien@danjou.info>
1371
1372         * shr.el (shr-hr-line): Add.
1373         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1374         display hr lines.
1375         (shr-max-columns): Do not change state to nil if we just inserting
1376         spaces.
1377
1378 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379
1380         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1381         select the last group.
1382
1383 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1384
1385         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1386
1387 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1388
1389         * dig.el (dig-mode-map): Declare and define in one step.
1390
1391 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1392
1393         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1394         for Gnus.
1395         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1396         (nnimap-update-qresync-info): Mark \Seen articles as read.
1397
1398         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1399         non-variable, too.
1400
1401         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1402         available.
1403         (nnimap-update-info): Rely more on the current active than the param
1404         active to avoid marking articles as read too much.
1405
1406         * auth-source.el (auth-source-create): Use (user-login-name) for the
1407         user name default.
1408
1409         * nnimap.el (nnimap-update-info): If the server doesn't return any
1410         useful info, just use the previous info.
1411         (nnimap-update-info): Prefer old info over start-article.
1412         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1413
1414 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1415
1416         * nnir.el (autoload): Clean up autoloads.
1417         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1418         Use key rather than value.
1419         (nnir-imap-search-other): New variable.
1420         (nnir-read-parm): Use it.
1421         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1422         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1423
1424 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1425
1426         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1427         the process, too.
1428
1429 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1430
1431         * spam.el (gnus-summary-mode-map): Bind to "$".
1432         Suggested by Russ Allbery.
1433
1434         * shr.el: Rework the way things are indented by <li> slightly.
1435
1436         * gnus.el (gnus-group-set-parameter): Fix typo.
1437
1438         * nnimap.el: Start implementing QRESYNC support.
1439
1440 2010-10-09  Julien Danjou  <julien@danjou.info>
1441
1442         * nnir.el (nnir-engines): Fix too many arguments.
1443
1444 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1445
1446         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1447         group is the "last", so that the backends like nnfolder actually save
1448         their folders.
1449
1450         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1451         try to use that for the tls stream.
1452         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1453         UIDVALIDITY and find out which groups are read-only and not.
1454         (nnimap-get-flags): Use the same marks parsing code as the rest of
1455         nnimap.
1456
1457 2010-10-09  Julien Danjou  <julien@danjou.info>
1458
1459         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1460
1461         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1462         retrieving gravatars.
1463
1464         * shr.el (shr-table-corner): Add.
1465         (shr-table-line): Add.
1466         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1467
1468 2010-10-08  Julien Danjou  <julien@danjou.info>
1469
1470         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1471
1472 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1473
1474         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1475
1476         * gnus-sum.el (gnus-mark-article-as-unread)
1477         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1478         (gnus-summary-set-bookmark): Use it.
1479
1480         * gnus-msg.el (gnus-setup-message): Use it.
1481
1482         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1483
1484         * gnus.el (gnus-group-remove-parameter): Use it.
1485
1486         * gnus-group.el (gnus-group-make-web-group): Use it.
1487
1488         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1489
1490         * nnregistry.el: Update docs to mention manual.
1491
1492         * gnus-registry.el: Update docs to mention nnregistry.el.
1493         (gnus-registry-initialize): Don't install nnregistry refer method
1494         automatically.
1495         (gnus-registry-install-nnregistry): Remove it.
1496
1497 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1498
1499         * shr.el (shr-insert): Don't insert double spaces.
1500
1501 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1502
1503         * gnus-gravatar.el (gnus-treat-from-gravatar)
1504         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1505         called interactively.
1506
1507         * gnus-art.el (gnus-mime-view-part-externally)
1508         (gnus-mime-view-part-internally): Make predicate function passed to
1509         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1510         of a mime type.
1511
1512         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1513
1514 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1515
1516         * shr.el (require): Require cl when compiling.
1517         (shr-tag-hr): New function.
1518
1519         * nnimap.el (nnimap-update-info): Remove double setting of high.
1520         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1521         This makes nnimap work properly on Courier again.
1522
1523         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1524         the variable for backwards compatability.
1525
1526         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1527         the file name before using to avoid setting mm-default-directory to
1528         nil.
1529
1530         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1531         bidning gnus-agent variables.
1532
1533         * shr.el (shr-render-td): Use a cache for the table rendering function
1534         to avoid getting an exponential rendering behaviour in nested tables.
1535         (shr-insert): Rework the line-breaking algorithm.
1536         (shr-insert): Don't leave trailing spaces.
1537         (shr-insert-table): Also insert empty TDs.
1538         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1539
1540 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1541
1542         * gnus-sum.el (gnus-number): Rename from `number'.
1543         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1544         (gnus-summary-limit-children): Update uses correspondingly.
1545
1546 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1547
1548         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1549         (gnus-gravatar-transform-address): Don't show avatars of people of
1550         which mail addresses match gnus-gravatar-too-ugly.
1551
1552 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1553
1554         * shr.el (shr-table-widths): Expand TD elements to fill available
1555         space.
1556
1557 2010-10-07  Julien Danjou  <julien@danjou.info>
1558
1559         * nnimap.el (nnimap-request-rename-group): Add this method.
1560
1561 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1562
1563         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1564         name from XEmacs' function-arglist.
1565
1566         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1567         gravatar under XEmacs.
1568
1569 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1570
1571         * auth-source.el: Update docs with TODO items.
1572
1573         * gnus-sync.el: Update docs to explain state and plans.
1574
1575         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1576         Hooks for mark updates.
1577         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1578
1579         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1580         hooks with arguments, which is needed for mark update hooks.
1581
1582 2010-10-06  Julien Danjou  <julien@danjou.info>
1583
1584         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1585         was matched.
1586
1587         * sieve-manage.el: Update example in `Commentary'.
1588
1589         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1590
1591         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1592         not 2000.
1593         (sieve-manage-authenticate): Re-add function.
1594
1595 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1596
1597         * shr.el (shr-insert): Get 'space transition right.
1598         (shr-render-td): Only delete space at the end of the TD.
1599
1600         * nnimap.el (nnimap-open-connection): Prepare to support
1601         open-gnutls-stream.
1602
1603         * shr.el: Rearrange function order to be more logical.
1604
1605 2010-10-06  Julien Danjou  <julien@danjou.info>
1606
1607         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1608         (nnrss-discover-feed): Remove 404 URL in docstring.
1609
1610         * nnir.el: Fix Swish-E URL.
1611         Fix Namazu URL.
1612
1613         * message.el (message-change-subject): Remove 404 URL in a comment.
1614
1615 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1616
1617         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1618         called interactively.
1619
1620         * gnus-util.el (gnus-remove-if): Allow hash table.
1621         (gnus-remove-if-not): New function.
1622
1623         * gnus-art.el (gnus-mime-view-part-as-type)
1624         * gnus-score.el (gnus-summary-score-effect)
1625         * gnus-sum.el (gnus-read-move-group-name):
1626         Replace remove-if-not with gnus-remove-if-not.
1627
1628         * gnus-group.el (gnus-group-completing-read):
1629         Regard collection as a hash table if it is not a list.
1630
1631 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1632
1633         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1634
1635         * shr.el: Document the table-rendering algorithm.
1636
1637 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1638
1639         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1640         for Emacsen having no `libxml-parse-html-region' support.
1641
1642 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1643
1644         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1645         invalid URLs.
1646
1647         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1648         line-broken.
1649         (shr-tag-img): Ignore image fetching errors.
1650         (shr-overlays-in-region): Compute overlay positions correctly.
1651
1652         * mm-decode.el (mm-shr): Require shr.
1653
1654         * gnus-art.el (gnus-blocked-images): Move variable here.
1655
1656         * shr.el (shr-insert-table): Bind free variable.
1657
1658         * mm-decode.el (mm-shr): Bind shr-content-function.
1659
1660         * shr.el (shr-content-function): New variable.
1661
1662         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1663         added for symmetry.
1664
1665         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1666
1667         * gnus-group.el (gnus-group-make-group): Doc fix.
1668
1669         * nnimap.el (nnimap-request-newgroups): Return success.
1670
1671         * shr.el (shr-find-elements): New function.
1672         (shr-tag-table): Put all the images after the table.
1673         (shr-tag-table): Really inhibit images inside the table.
1674         (shr-collect-overlays): Copy over overlays from the TD elements to the
1675         main document.
1676
1677         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1678         gnus-blocked-images.
1679
1680 2010-10-05  Julien Danjou  <julien@danjou.info>
1681
1682         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1683
1684         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1685         (gnus-html-maximum-image-size): Add this function.
1686         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1687
1688         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1689         server-value of the capability is nil.
1690
1691 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692
1693         * shr.el (shr-tag-em): Add <EM> tag.
1694
1695 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1696
1697         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1698         customizable.
1699
1700         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1701         handing broken links to browse-url.
1702
1703 2010-10-05  Julien Danjou  <julien@danjou.info>
1704
1705         * gnus-util.el (gnus-emacs-completing-read)
1706         (gnus-iswitchb-completing-read): Use autoload rather than require.
1707
1708 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1709
1710         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1711         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1712         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1713         iswitchb-temp-buflist for XEmacs.
1714
1715         * gnus-util.el (gnus-completing-read-function): Exclude
1716         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1717         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1718         XEmacs.
1719
1720         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1721         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1722
1723         * gnus-html.el: Don't require help-fns under XEmacs.
1724         (gnus-html-schedule-image-fetching): Work for XEmacs.
1725
1726         * mm-decode.el (mm-shr): Decode contents by charset.
1727
1728 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1729
1730         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1731         unknown.
1732
1733         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1734         (shr-get-image-data): Ensure against the cache file missing.
1735
1736         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1737         for data.
1738
1739         * spam-report.el (spam-report-url-ping-plain): Don't query about
1740         killing the process.
1741
1742         * shr.el (shr-render-td): Protect against too-wide text.
1743
1744 2010-10-04  Julien Danjou  <julien@danjou.info>
1745
1746         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1747         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1748
1749         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1750         retrieved.
1751
1752 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753
1754         * shr.el (browse-url): Require.
1755         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1756         lines.
1757         (shr-show-alt-text, shr-browse-image): New commands.
1758         (shr-browse-url, shr-copy-url): New commands.
1759
1760         * gnus-sum.el (gnus-widen-article-window): New variable.
1761         (gnus-summary-select-article-buffer): Use it.
1762
1763         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1764         without @ signs.
1765
1766 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1767
1768         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1769
1770 2010-10-04  Julien Danjou  <julien@danjou.info>
1771
1772         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1773         for XEmacs.
1774
1775 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1776
1777         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1778
1779         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1780         (nnimap-close-server): Implement.
1781
1782         * dgnushack.el (iswitchb): Require to shut up the compiler.
1783
1784         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1785         (shr-insert): Tweak line breaking.
1786         (shr-insert): Handle <pre> better.
1787         (shr-tag-li): Get <li> indentation right.
1788         (shr-tag-li): Get <li> indentation even righter.
1789         (shr-tag-blockquote): Ensure paragraph start.
1790         (shr-make-table): Tweak table generation.
1791         (shr-make-table): Fix typo.
1792
1793         * shr.el: Implement table rendering.
1794
1795 2010-10-04  Julien Danjou  <julien@danjou.info>
1796
1797         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1798
1799 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1800
1801         * shr.el (shr-insert): Use string anchors instead of line anchors.
1802
1803 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1804
1805         * shr.el: Add headings.
1806         (shr-ensure-paragraph): Actually work.
1807         (shr-tag-li): Make <ul> prettier.
1808         (shr-insert): Get white space at the beginning/end of elements right.
1809         (shr-tag-p): Collapse subsequent <p>s.
1810         (shr-ensure-paragraph): Don't insert double line feeds after blank
1811         lines.
1812         (shr-insert): \t is also space.
1813         (shr-tag-s): Fix "s" tag name function.
1814         (shr-tag-s): Fix face prop name.
1815
1816 2010-10-03  Julien Danjou  <julien@danjou.info>
1817
1818         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1819
1820         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1821         gnus-window-inside-pixel-edges.
1822
1823         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1824         gnus-ems.
1825
1826         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1827
1828         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1829         function.
1830
1831         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1832         resize choice.
1833
1834 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1835
1836         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1837         beginning of the buffer.
1838
1839         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1840         article buffer again.
1841
1842         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1843
1844         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1845         when it's at the start of the buffer.
1846
1847         * shr.el (shr-tag-blockquote): Convert name.
1848         (shr-rescale-image): Use the right image-size variant.
1849
1850         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1851         buffer isn't shown, then select the current article first instead of
1852         bugging out.
1853         (gnus-summary-select-article-buffer): Show both the article and summary
1854         buffers again.
1855
1856         * shr.el (shr-fontize-cont): Protect against regions with no text.
1857         Rename tag functions to shr-tag-* for enhanced security.
1858         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1859
1860 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1861
1862         * shr.el (shr-insert):
1863         * pop3.el (pop3-movemail):
1864         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1865         loaded.
1866
1867 2010-10-03  Glenn Morris  <rgm@gnu.org>
1868
1869         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1870
1871         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1872
1873         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1874
1875         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1876
1877         * gnus-util.el (gnus-make-local-hook): Simplify.
1878
1879 2010-10-02  Julien Danjou  <julien@danjou.info>
1880
1881         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1882         (gnus-ido-completing-read): New function.
1883         (gnus-emacs-completing-read): New function.
1884         (gnus-completing-read): Use gnus-completing-read-function.
1885         Add gnus-completing-read-function.
1886
1887 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1888
1889         * shr.el (shr-insert-document): Autoload.
1890         (shr-img): Be silent.
1891         (shr-insert): Add a newline after every picture before text.
1892         (shr-add-font): Use overlays for combining faces.
1893         (shr-insert): Pass upwards the text start point.
1894
1895         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1896         possible.
1897         (mm-shr): New function.
1898
1899 2010-10-02  Julien Danjou  <julien@danjou.info>
1900
1901         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1902         should go backward.
1903
1904 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1905
1906         * shr.el (shr): Fix typo in provide call.
1907
1908 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1909
1910         * shr.el: New file.
1911
1912         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1913
1914         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1915         completing read.
1916
1917 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1918
1919         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1920         we're being queried about.  Suggested by Dan Jacobson.
1921
1922         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1923         Suggested by Jason Eisner.
1924
1925         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1926         table, too.  Suggested by Stefan Wiens.
1927         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1928         the table unnecessary.  Suggested by Stefan Wiens.
1929
1930         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1931         longer needed, and probably doesn't work either, as pointed out by
1932         Stefan Wiens.
1933         (gnus-summary-exit): Remove call to the clearing function.
1934         (gnus-summary-exit-no-update): Ditto.
1935
1936         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1937         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1938         Reported by Stefan Monnier.
1939         (gnus-summary-save-in-rmail): Ditto.
1940
1941         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1942         article buffer, instead of both the article buffer and the summary
1943         buffer.  Sort of suggested by Dan Jacobson.
1944
1945         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1946
1947         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1948         Suggested by Dan Jacobson.
1949
1950         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1951         documentation clearer.
1952
1953         * message.el (message-shorten-references): Comment on the number "21".
1954         Suggested by Stefan Monnier.
1955
1956         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1957         Suggested by Dan Jacobson.
1958
1959         * gnus.el (gnus-large-newsgroup):
1960         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1961
1962         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1963         externalize attachments.  Bug reported by Steve Wen.
1964
1965         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1966         really message anything to the user.
1967
1968         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1969         directly.
1970
1971         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1972         messages in empty groups.
1973
1974 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1975
1976         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1977         non-UIDNEXT group.
1978
1979 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1980
1981         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1982         not the value from the collection.
1983
1984         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1985         values.  This sometimes happens on some groups that have no info.
1986         (nnimap-request-newgroups): New function.
1987
1988 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1989
1990         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1991         check into `gnus-registry-initialize'.
1992         (gnus-registry-initialize): Ditto.
1993         Fix and extend header docs.
1994
1995 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1996
1997         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1998         regexp backtrace overflows.
1999
2000         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2001         for starttls that tls.el implements; i.e. openssl.
2002
2003         * tls.el (tls-starttls-switches): Give up on using starttls with
2004         gnutls-cli.
2005         (tls-program): Add --insecure to be consistent with the defaults from
2006         openssl s_client.  Now all three commands are insecure.
2007
2008 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2009
2010         * lpath.el: Bind completion-styles-alist for XEmacs.
2011
2012         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2013         (gravatar-create-image): New function that's an alias to
2014         gnus-xmas-create-image, gnus-create-image, or create-image.
2015         (gravatar-data->image): Use it.
2016
2017 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2018
2019         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2020         install the nnregistry refer method.
2021         (gnus-registry-install-hooks): Use it.
2022         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2023         unfollowed groups.
2024
2025 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2026
2027         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2028         expanding threads.
2029
2030 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2031
2032         * nnir.el: Use the server names without suffixes (bug #7009).
2033
2034         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2035         unencrypted to STARTTLS, if possible.
2036
2037 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2038
2039         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2040         headers before superseding.
2041
2042 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2043
2044         * nnrss.el (nnrss-use-local): Add documentation.
2045
2046         * nnimap.el (nnimap-extend-tls-programs): New function.
2047         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2048         (nnimap-wait-for-connection): Accept the greeting from the stupid
2049         output from openssl s_client -starttls, too.
2050
2051         * tls.el (tls-starttls-switches): New variable.
2052         (tls-find-starttls-argument): Use it.
2053         (open-tls-stream): Ditto.
2054
2055         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2056         (netrc-machine): Ditto.
2057
2058         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2059         article number.
2060         (nnimap-split-fancy): New variable.
2061         (nnimap-split-incoming-mail): Use it.
2062
2063         * nntp.el (nntp-server-list-active-group): Document.
2064
2065         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2066         SELECT to get the message-id.
2067
2068         * mail-source.el (mail-sources): Remove webmail support.
2069         (defvar): Ditto.
2070         (mail-source-fetcher-alist): Ditto.
2071         (mail-source-fetch-webmail): Remove.
2072
2073         * webmail.el: Remove -- doesn't seem relevant any more.
2074
2075         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2076
2077         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2078         the \r.
2079
2080 2010-09-30  Julien Danjou  <julien@danjou.info>
2081
2082         * gnus-agent.el (gnus-agent-add-group): Fix call to
2083         gnus-completing-read.
2084
2085 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2086
2087         * nndoc.el (nndoc-retrieve-groups): New function.
2088
2089         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2090         `default', use nnmail-split-methods.
2091         (nnimap-request-article): Downcase the NILs so that they are nil.
2092
2093         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2094         symbol.
2095
2096         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2097         code, since if the user has requested network, that's what they ought
2098         to get.
2099         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2100         (nnimap-split-rule): Mark as obsolete.
2101
2102         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2103         New variable.
2104
2105         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2106         correct slot, too.
2107
2108 2010-09-29  Julien Danjou  <julien@danjou.info>
2109
2110         * gnus.el (gnus-local-domain): Declare variable obsolete.
2111
2112         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2113         Fix history computing.
2114         (gnus-ido-completing-read): Require ido.
2115
2116 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2117
2118         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2119         build Gnus.
2120
2121         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2122         when interpreting the structures.
2123         (nnimap-request-accept-article): Add \r\n to the lines to make this
2124         work with Cyrus.
2125
2126         * nndraft.el (nndraft-request-expire-articles): Use the group name
2127         instead if "nndraft".  Fix found by Nils Ackermann.
2128
2129 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2130
2131         * nnregistry.el: Add.
2132
2133 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2134
2135         * nnmail.el (group, group-art-list, group-art):
2136         Remove unneeded directives.
2137
2138 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2139
2140         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2141         (mm-mime-charset)
2142         * rfc2047.el (rfc2047-syntax-table)
2143         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2144
2145         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2146         rather than `insert-file-contents' and `eval-region'.
2147
2148         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2149         construction.
2150
2151         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2152
2153         * time-date.el: No need to require cl for Emacs 21.
2154
2155 2010-09-29  Julien Danjou  <julien@danjou.info>
2156
2157         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2158         replacement of `gnus-gravatar-relief' to mimic
2159         `gnus-faces-properties-alist'.
2160         Add :version property.
2161
2162 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2163
2164         * mail-source.el (mail-source-report-new-mail)
2165         * message.el (message-default-mail-headers)
2166         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2167
2168         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2169
2170 2010-09-28  Julien Danjou  <julien@danjou.info>
2171
2172         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2173         mail-address contains the same string as real-name.
2174
2175         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2176         non-blank in header, otherwise it'll get stripped.
2177
2178         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2179         real-name, and then for mail address rather than doing : or , search.
2180
2181 2010-09-27  Julien Danjou  <julien@danjou.info>
2182
2183         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2184         right completing-read function.
2185         (gnus-use-ido): New variable
2186         (gnus-completing-read-with-default): Remove.
2187         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2188         (gnus-agent-add-group):
2189         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2190         * mm-view.el (mm-view-pkcs7-decrypt):
2191         * mm-util.el (mm-codepage-setup):
2192         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2193         * mml-smime.el (mml-smime-openssl-sign-query):
2194         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2195         (mml-insert-multipart):
2196         * gnus-msg.el (gnus-summary-yank-message):
2197         * gnus-int.el (gnus-start-news-server):
2198         * mm-decode.el (mm-interactively-view-part):
2199         * gnus-dired.el (gnus-dired-attach):
2200         * gnus.el (gnus-read-method):
2201         * gnus-bookmark.el (gnus-bookmark-jump):
2202         * gnus-art.el (gnus-mime-view-part-as-type)
2203         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2204         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2205         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2206         * nnmairix.el (nnmairix-create-server-and-default-group)
2207         (nnmairix-update-groups, nnmairix-get-server)
2208         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2209         (nnmairix-get-group-from-file-path):
2210         * nnrss.el (nnrss-find-rss-via-syndic8):
2211         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2212         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2213         (gnus-group-browse-foreign-server):
2214         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2215         (gnus-summary-execute-command, gnus-summary-respool-article)
2216         (gnus-read-move-group-name):
2217         * gnus-score.el (gnus-summary-increase-score)
2218         (gnus-summary-score-effect):
2219         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2220
2221 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2222
2223         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2224         x-focus-frame.
2225
2226         * nnimap.el (auth-source-forget-user-or-password)
2227         (auth-source-user-or-password): Autoload.
2228
2229         * message.el (message-from-style, message-interactive)
2230         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2231         (message-yank-prefix, message-indentation-spaces, message-signature)
2232         (message-signature-file): Add comment.
2233
2234 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2235
2236         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2237         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2238         new articles.
2239
2240         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2241         parts.
2242         (nnimap-request-article): Work with the t setting, too.
2243
2244         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2245         that you don't get flashes of other buffers.
2246         (gnus-summary-show-complete-article): Intern before setting.
2247
2248 2010-09-27  David Engster  <dengste@eml.cc>
2249
2250         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2251         well as HEADERS.
2252         (nnmairix-retrieve-headers): Provide new argument for the above.
2253
2254 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2255
2256         * gnus-sum.el (gnus-summary-move-article): Don't alter
2257         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2258         group.
2259
2260         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2261
2262         * message.el (message-cite-prefix-regexp): Revert my last edit.
2263
2264         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2265         variable instead of the Gnus variable.
2266
2267         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2268
2269         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2270
2271         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2272         since some servers don't like it.
2273         (nnimap-open-connection): Forget credentials if the server says the
2274         password was wrong.
2275         (nnimap-parse-line): Protect against invalid data.
2276
2277         * gnus-sum.el (gnus-summary-move-article): Add comment.
2278         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2279         nothing alters it while scanning for new messages.
2280
2281         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2282         which may or may not help.
2283         (nnimap-open-connection): If we're doing a stream connection, and then
2284         discover we're on a STARTTLS-capable server, then open a STARTTLS
2285         connection instead.
2286
2287 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2288
2289         * nnimap.el (utf7): Require.
2290
2291         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2292         prefix.
2293
2294 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2295
2296         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2297
2298 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2299
2300         * nnimap.el (nnimap-request-accept-article): Message the error on
2301         error.
2302
2303 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2304
2305         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2306
2307 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2308
2309         * nndoc.el (nndoc-request-list): Return success always.
2310
2311         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2312         `fetch-old' -- we only want to fetch the articles we've requested.
2313         The rest are in the agent, probably.
2314         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2315         disappeared server" to something low.  It's not important.
2316
2317         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2318         arrived before the FETCH data.
2319
2320         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2321         target here, because we don't know the Gnus name of the group.
2322
2323         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2324         for the correct group.
2325
2326         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2327
2328         * gnus.el (gnus): Give a final warning after startup.
2329
2330         * gnus-util.el (gnus-action-message-log): New variable.
2331         (gnus-message): Use it.
2332         (gnus-final-warning): New function.
2333
2334         * nnimap.el (nnimap-open-connection): Record the greeting.
2335         (nnimap): Add greeting.
2336
2337 2010-09-26  Julien Danjou  <julien@danjou.info>
2338
2339         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2340         arguments.
2341         (gnus-html-wash-images): Fix spec computing to include start/end.
2342
2343         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2344
2345 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2346
2347         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2348         deletion.
2349         (nnimap-retrieve-headers): Don't select the group, because that's
2350         already done by nnimap-possibly-change-group.
2351
2352         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2353         (gnus-picon-transform-address): Use it.
2354
2355         * mail-source.el (mail-source-value): Revert previous patch.
2356
2357         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2358         on failure.
2359         (nnimap-open-connection): Look up both virtual and physical server name
2360         credentials.
2361
2362         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2363
2364 2009-02-07  Dave Love  <fx@gnu.org>
2365
2366         * tls.el (open-tls-stream): Don't query killing process.
2367
2368 2009-02-08  Dave Love  <fx@gnu.org>
2369
2370         * gnus-win.el (gnus-window-to-buffer-helper)
2371         (gnus-all-windows-visible-p): Function needn't be a symbol.
2372
2373         * mail-source.el (mail-source-value): Function needn't be a symbol.
2374
2375 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2376
2377         * message.el (message-cite-prefix-regexp): Remove } from the cite
2378         prefix.
2379
2380         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2381         highlight again, so that the highlight is correct.
2382
2383         * gnus-picon.el (gnus-picon): Remove again.
2384         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2385
2386         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2387         doing the header highlightling, so that the background colour of the
2388         picon is correct.
2389
2390         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2391         (gnus-picon): Ditto.
2392         (gnus-picon): Reinstate.  The background colour for picons is white.
2393         (gnus-picon-insert-glyph): Make the background white.
2394
2395         * nnml.el (nnml-open-nov): Don't return dead buffers.
2396
2397         * auth-source.el (auth-source-create): Query the user for whether to
2398         store the credentials.
2399
2400         * netrc.el (netrc-store-data): New function.
2401
2402         * auth-source.el (auth-source-user-or-password): Use the existing auth
2403         sources, if any, for creation.
2404
2405         * gnus.el (gnus-group-fast-parameter): Return the last matching
2406         parameter instead of the first matching parameter.
2407
2408 2010-09-26  Julien Danjou  <julien@danjou.info>
2409
2410         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2411
2412 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2413
2414         * mml2015.el (mml2015-use): Remove gpg support.
2415
2416         * mml1991.el (mml1991-function-alist): Remove gpg function.
2417         (mml1991-gpg-sign): Remove.
2418
2419 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2420
2421         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2422         (gnus-browse-unsubscribe-current-group): Document it.
2423         (gnus-browse-unsubscribe-group): Use it.
2424
2425 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2426
2427         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2428         address to the To list for easier response.
2429
2430         * gnus.el (gnus-play-startup-jingle): Remove.
2431         (gnus-splash): Don't play jingle.
2432         (gnus): Silence gnus-load message.
2433
2434         * gnus-art.el (gnus-treat-play-sounds): Remove.
2435
2436         * gnus.el (gnus-play-jingle): Remove audio support.
2437
2438         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2439
2440         * earcon.el: Remove -- no users.
2441
2442         * gnus-audio.el: Remove -- no users of this package.
2443
2444         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2445
2446         * gnus-start.el (gnus-setup-news): Remove nocem support.
2447
2448         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2449
2450         * gnus.el (gnus-use-nocem): Remove.
2451
2452         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2453         Remove.
2454
2455         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2456         uses NoCeM any more.
2457
2458         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2459         (gnus-button-ctan-handler): Ditto.
2460         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2461         (gnus-button-ctan-directory-regexp): Ditto.
2462         (gnus-button-handle-ctan): Ditto.
2463         (gnus-button-tex-level): Ditto.
2464         (gnus-button-alist): Remove CTAN stuff.
2465
2466 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2469         nnimap-streaming test.
2470
2471         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2472         servers twice.
2473
2474         * nnimap.el (nnimap-open-connection): Add more error reporting when
2475         nnimap fails early.
2476
2477         * nnheader.el (nnheader-get-report-string): New function.
2478         (nnheader-get-report): Use it.
2479
2480         * gnus-int.el (gnus-check-server): Say what the error was when opening
2481         failed.
2482
2483         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2484         using streaming.
2485
2486 2010-09-25  Julien Danjou  <julien@danjou.info>
2487
2488         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2489         gnus-window-inside-pixel-edges.
2490
2491 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2492
2493         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2494
2495         * mm-decode.el (mm-save-part): Allow saving to other directories the
2496         normal Emacs way.
2497
2498         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2499         Suggested by Jay Berkenbilt.
2500
2501         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2502         there isn't a single byte.
2503
2504         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2505         just do it.  It doesn't really seem to matter what the user responds
2506         here, I think, so it's just a confusing question.
2507
2508         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2509         non-streaming case.
2510
2511         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2512         (gnus-article-encrypt-body): Use it.
2513
2514         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2515         keystroke.
2516
2517         * nnimap.el (nnimap-find-wanted-parts-1):
2518         Use gnus-fetch-partial-articles.
2519
2520         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2521
2522         * nnimap.el (nnimap-insert-partial-structure): New function.
2523         (nnimap-get-partial-article): New function.
2524         (nnimap-request-article): Use it.
2525         (nnimap-wait-for-response): Return whether the wait was successful.
2526         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2527         retrieval wasn't successful.
2528         (nnimap-retrieve-group-data-early): Allow throttling servers.
2529         (nnimap-streaming): New variable.
2530         (nnimap-fetch-partial-articles): Remove.
2531
2532         * mm-decode.el (mm-with-part): Protect against killed buffers.
2533
2534         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2535         for prettier summary display.
2536
2537 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2538
2539         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2540
2541 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2542
2543         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2544         apparently third-party libraries depend on it.
2545
2546         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2547         before starting negotiation.
2548
2549         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2550         privacy reasons.
2551         (gnus-treat-mail-gravatar): Ditto.
2552
2553         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2554         buffer when inserting images.  Inserting text into the headers, for
2555         instance, can make them invalid.
2556
2557 2010-09-25  Julien Danjou  <julien@danjou.info>
2558
2559         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2560         variables.
2561
2562         * nnheader.el: Remove useless variables news-reply-yank-from and
2563         news-reply-yank-message-id.
2564
2565         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2566         variables.
2567
2568         * mml1991.el: Remove useless mml1991-verbose.
2569
2570         * gnus.el: Remove useless variable gnus-use-generic-from.
2571         Remove obsolete variable gnus-topic-indentation.
2572
2573         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2574
2575         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2576
2577         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2578
2579         * gnus-group.el: Remove useless gnus-group-icon-cache.
2580         Remove useless gnus-ephemeral-group-server.
2581
2582         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2583
2584         * mml2015.el: Remove useless mml2015-verbose.
2585
2586         * mml-smime.el: Remove useless mml-smime-verbose.
2587
2588         * gnus.el: Remove useless gnus-local-domain.
2589
2590         * gnus-gravatar.el (gnus-gravatar-transform-address):
2591         Use gnus-gravatar-size.
2592
2593         * gnus-art.el: Remove useless gnus-treat-translate.
2594
2595 2010-09-24  Julien Danjou  <julien@danjou.info>
2596
2597         * gnus-sum.el: Add support for Gravatars.
2598
2599         * gnus-art.el: Add support for Gravatars.
2600
2601         * gnus-gravatar.el: Add this file.
2602
2603         * gravatar.el: Add this file.
2604
2605 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2606
2607         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2608
2609         * gnus-group.el (gnus-group-fetch-faq): Remove.
2610
2611         * gnus.el (gnus-group-faq-directory): Remove.
2612
2613         * gnus-group.el (gnus-group-fetch-charter): Remove.
2614
2615         * gnus.el (gnus-group-charter-alist): Remove.
2616
2617         * gnus-group.el (gnus-group-archive-directory): Remove.
2618         (gnus-group-recent-archive-directory): Ditto.
2619         (gnus-group-make-archive-group): Remove.
2620
2621         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2622
2623         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2624         use the same article number for all the cached articles.
2625
2626         * nnimap.el (nnimap-command): Register the last command time so
2627         that we can use it for idling NOOPs.
2628         (nnimap-open-connection): Start the keeplive timer.
2629         (nnimap-make-process-buffer): Store all the process buffers.
2630         (nnimap-keepalive): New function.
2631
2632         * starttls.el (starttls-open-stream): Add autoload cookie.
2633
2634 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2635
2636         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2637         handling.
2638
2639 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2640
2641         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2642         its data structures.
2643
2644         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2645         instead of the cl.el copy-list.
2646         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2647         equalp.
2648
2649 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2650
2651         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2652         and tool-bar-local-item-from-menu.
2653
2654         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2655         mode-line-highlight face for Emacs.
2656
2657         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2658         loading gnus-sum.elc; fix comment for canlock-verify.
2659         (gnus-article-jump-to-part): Use read-number.
2660         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2661         Remove Emacs pre-21 compatible code for help-echo.
2662         (gnus-article-next-page-1): No need to adjust the number of lines.
2663         (gnus-article-describe-bindings): Always use help-buffer.
2664
2665         * gnus-audio.el (gnus-audio-inline-sound)
2666         * gnus-cus.el (gnus-custom-mode)
2667         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2668
2669         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2670
2671         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2672         compatible code.
2673
2674 2010-09-24  Glenn Morris  <rgm@gnu.org>
2675
2676         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2677         visiting the fcc file in rmail-mode.
2678
2679         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2680
2681 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2682
2683         * nnir.el: Silence the byte compiler.
2684
2685         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2686         alias to browse-url-url-encode-chars if any.
2687         (gnus-html-encode-url): Use it.
2688
2689 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2690
2691         * gnus-start.el (gnus-use-backend-marks): New variable.
2692         (gnus-get-unread-articles-in-group): Use it.
2693
2694         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2695         makeover.
2696
2697 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2698
2699         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2700
2701 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2702
2703         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2704         Remove.
2705         (gnus-setup-news-hook):
2706         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2707
2708         * gnus-int.el (gnus-request-update-info): Protect against backends not
2709         having the function.
2710
2711         * nnimap.el (nnimap-stream): Mention starttls.
2712         (nnimap-open-connection): Add starttls support.
2713
2714 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2715
2716         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2717
2718 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2719
2720         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2721         BODYSTRUCTUREs.
2722         (nnimap-transform-headers): Unfold quoted {42} headers.
2723
2724         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2725         the info.
2726         (gnus-get-unread-articles): Only call updatep on backends that support
2727         it.
2728
2729         * nnweb.el (nnweb-request-update-info): NOOP.
2730
2731         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2732
2733         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2734         since it only deals with marks.
2735
2736         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2737         gnus-request-marks, and make a new gnus-request-update-info.
2738
2739         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2740         the active instead of the high number, which is usually too low.
2741
2742 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2743
2744         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2745         * encrypt.el: Remove.
2746
2747 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2748
2749         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2750         server in symbolic form.
2751
2752         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2753
2754 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2755
2756         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2757         (nnimap-update-info): Fix up code slightly.
2758
2759         * gnus-int.el (gnus-open-server): Add tracing for performance
2760         debugging.
2761
2762         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2763         (gnus-group-insert-group-line): Pass the real group name so that it
2764         gets the right data.
2765
2766         * gnus-start.el (gnus-get-unread-articles): Don't have
2767         `gnus-get-unread-articles-in-group' update info, since that can be
2768         really slow and doesn't seem to be needed?
2769
2770 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2771
2772         * time-date.el (date-to-time): Try using parse-time-string first before
2773         using the slower timezone-make-date-arpa-standard.
2774
2775 2010-09-22  Julien Danjou  <julien@danjou.info>
2776
2777         * gnus-group.el (gnus-group-insert-group-line):
2778         Call gnus-group-highlight-line.
2779         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2780         default hook list.
2781         (gnus-group-update-eval-form): Add new function.
2782         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2783         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2784
2785 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2786
2787         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2788         immediate, then expire all articles.
2789         (nnimap-update-info): Fix off-by-one errors.
2790         (nnimap-flags-to-marks): Would return no marks lists for group with no
2791         flags.  Instead return the other data.
2792
2793 2010-09-22  Julien Danjou  <julien@danjou.info>
2794
2795         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2796         Only return an icon.
2797         (gnus-group-insert-group-line): Compute icon to return.
2798
2799         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2800         (gnus-html-image-fetched): Only cache if
2801         gnus-html-image-automatic-caching is set.
2802         (gnus-html-image-fetched): Check for errors.
2803
2804 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2805
2806         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2807         once per method on `g'.  This ensures that backends like nnfolder don't
2808         open all their folders.
2809
2810         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2811         (nnimap-request-list): Nix out group in the correct buffer.
2812         (nnimap-parse-flags): Implement by using `read' instead of
2813         hand-parsing.
2814         (nnimap-flags-to-marks): Pass on permanent-flags.
2815         (nnimap-make-process-buffer): Record the server name.
2816         (nnimap-parse-flags): Fix typo.
2817         (nnimap-request-scan): Run split on the server in general, not just a
2818         single group.
2819
2820         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2821         parameter, and propagate this downwards.
2822
2823         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2824         since EXAMINE changes it on the server.
2825
2826         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2827         this command might take a while.
2828
2829 2010-09-22  Julien Danjou  <julien@danjou.info>
2830
2831         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2832         harmful if you have 2 images side-by-side, they can't be properly
2833         update on text deletion.  Using text-property is safer here.
2834         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2835         data.
2836
2837 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2838
2839         * nnimap.el (nnimap-expunge-inbox): Remove.
2840         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2841         (nnimap-expunge): Flip default to t.
2842
2843         * gnus.el (gnus-method-to-server): Don't push things to the cache
2844         unless it's unique.
2845         (gnus-server-to-method): Ditto.
2846
2847 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2848
2849         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2850
2851 2010-09-22  Julien Danjou  <julien@danjou.info>
2852
2853         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2854         get the start of data.
2855         (gnus-html-encode-url): Add this function to encode special chars in
2856         URL.
2857         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2858         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2859
2860         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2861         default.
2862         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2863
2864         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2865         images alt-text.
2866         (gnus-html-put-image): Put alt-text as help-echo.
2867
2868 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2869
2870         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2871         * mm-util.el (mm-decompress-buffer)
2872         * nnir.el (nnir-run-find-grep)
2873         * pop3.el (pop3-list): Use 3rd arg of split-string.
2874
2875         * time-date.el (format-seconds): Comment fix.
2876
2877         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2878         and byte-optimize-form-code-walker.
2879         (dgnushack-make-auto-load): Don't advise make-autoload.
2880
2881         * lpath.el: Remove Emacs 21 stuff.
2882
2883 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2884
2885         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2886         outside the active range.  Suggested by Dan Christensen.
2887
2888         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2889         slightly later to avoid double-getting it.
2890
2891         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2892         previous patch.
2893
2894         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2895
2896 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2897
2898         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2899
2900 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2901
2902         * gnus-int.el (gnus-open-server): Give a better error message in the
2903         "go offline" case.
2904
2905         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2906         marks for nnimap, which is seldom the right thing to do.
2907
2908         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2909         (gnus-same-method-different-name): New function.
2910
2911         * nnimap.el (parse-time): Require.
2912
2913         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2914         method in the presence of many similar methods.
2915
2916         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2917
2918         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2919         nnml-inhibit-expiry.
2920
2921         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2922         find out whether methods are equal.
2923
2924         * nnimap.el (nnimap-find-expired-articles): New function.
2925         (nnimap-process-expiry-targets): New function.
2926         (nnimap-request-move-article): Request the article before looking at
2927         what the Message-ID is.  Fix found by Andrew Cohen.
2928         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2929
2930         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2931         for oldness in addition to being a predicate.
2932
2933         * nnimap.el (nnimap-request-group): When we have zero articles, return
2934         the right data to Gnus.
2935         (nnimap-request-expire-articles): Only delete articles immediately if
2936         the target is 'delete.
2937
2938         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2939         method, this would bug out.
2940
2941         * gnus-group.el (gnus-group-expunge-group): Rename from
2942         gnus-group-nnimap-expunge, and implemented as a normal interface
2943         function.
2944
2945         * gnus-int.el (gnus-request-expunge-group): New function.
2946
2947         * nnimap.el (nnimap-request-create-group): Implement.
2948         (nnimap-request-expunge-group): New function.
2949
2950 2010-09-21  Julien Danjou  <julien@danjou.info>
2951
2952         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2953         (gnus-html-cache-expired): Add new function.
2954         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2955         wethever we should display image for fetch it.
2956         Compute alt-text earlier to pass it to the fetching function too.
2957         (gnus-html-schedule-image-fetching): Change function argument to only
2958         get one image at a time, not a list.
2959         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2960         cache.
2961         (gnus-html-get-image-data): New function to retrieve image data from
2962         cache.
2963         (gnus-html-put-image): Change buffer argument to use image data rather
2964         than file, and place image above region rather than inserting a new
2965         one.  Do not take alt-text as argument, since it's useless now: we place
2966         the image above alt-text.
2967         (gnus-html-prune-cache): Remove.
2968         (gnus-html-show-images): Start to fetch image when we find one, do not
2969         push into a temporary list.
2970         (gnus-html-prefetch-images): Only fetch image if they have expired.
2971         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2972         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2973
2974 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2975
2976         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2977
2978 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2979
2980         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2981         spec inser "*" if the group isn't active instead of 0.
2982
2983         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2984         opening the server.
2985         (nnimap-request-delete-group): Implement group deletion.
2986         (nnimap-transform-headers): Return the size of the entire message in
2987         the Bytes header, not just the size of the first part.
2988         (nnimap-request-move-article): When moving an article from nnimap,
2989         request the article first so the accepting form has an article to
2990         accept.  Reported by Dan Christensen.
2991         (nnimap-command): Make sure that the error message doesn't error out.
2992
2993 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2994
2995         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2996         we haven't requested anything.
2997
2998 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2999
3000         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3001         "".  Fix found by Andrew Cohen.
3002
3003         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3004         instead of -encode-string.
3005
3006 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3007
3008         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3009
3010         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3011         by mm-subst-char-in-string.
3012
3013 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3014
3015         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3016         waiting for the connection string.
3017
3018         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3019         arriving.
3020
3021         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3022         bogus characters.  This allows selecting certain Gmail groups.
3023
3024         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3025         (nnimap-fetch-partial-articles): New variable.
3026         (nnimap-open-connection): When looking for credentials, also use the
3027         nnimap-server-port.
3028         (nnimap-request-article): Return the group/article number, so that Gnus
3029         `^' works as expected.
3030         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3031
3032         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3033         comments.
3034         (gnus-methods-sloppily-equal): New function.
3035         (gnus): When using the development version of Gnus, load the gnus-load
3036         file.
3037
3038         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3039         `gnus-open-server' on each method before trying to scan them etc.
3040         This ensures that all the backend parameters are set correctly.
3041
3042         * nnimap.el (nnimap-authenticator): New variable.
3043         (nnimap-open-connection): Allow anonymous login.
3044         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3045         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3046
3047         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3048         patch, found by Knut Anders Hatlen.
3049
3050 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3051
3052         * gnus-agent.el (gnus-agent-batch-confirmation)
3053         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3054         to gnus-message.
3055         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3056         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3057         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3058         * gnus-int.el (gnus-open-server): Likewise.
3059         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3060         (gnus-score-check-syntax): Likewise.
3061         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3062         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3063         Likewise.
3064         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3065
3066 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3067
3068         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3069         calling conventions so that prefetch doesn't bug out.
3070
3071 2010-09-19  Julien Danjou  <julien@danjou.info>
3072
3073         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3074         rather than `subst-char-in-region' in order to be able to replace ASCII
3075         char by UTF-8 ones.
3076
3077         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3078         than curl.
3079         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3080         the right URL and ALT text on images.
3081         (gnus-html-wash-tags): Fix tag case.
3082         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3083         (gnus-article-html): Add -o display_ins_del=2 option.
3084         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3085
3086 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3087
3088         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3089         the extra mail headers, which sometimes seem to happen for unknown
3090         reasons.
3091
3092         * mail-parse.el (mail-header-encode-parameter): Define as
3093         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3094         (or most, perhaps?) mail readers don't understand the latter, but do
3095         understand the former.
3096
3097         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3098         to nil, so that no methods are automatically agentized.  I think this
3099         is probably what most users want.
3100
3101         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3102         from url-retrieve, for instance about invalid URLs.
3103
3104         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3105         groups that have no articles.
3106         (nnimap-request-article): Check that we really got an article when we
3107         requested one.
3108
3109         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3110         doesn't exist.
3111
3112         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3113         nntp buffer so the agent can save it.
3114         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3115         that CRLF doesn't get translated to \n.
3116         (nnimap-open-connection): Don't make 'shell commands only send \n.
3117
3118 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3119
3120         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3121         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3122         Update var name.
3123         (nnml-generate-nov-file): Use dolist.
3124         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3125         Use with-current-buffer.
3126
3127 2010-09-18  Julien Danjou  <julien@danjou.info>
3128
3129         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3130         parallel.
3131
3132 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3133
3134         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3135         the range update right.
3136         (nnimap-request-group): Don't make `M-g' bug out on group with no
3137         marks.
3138         (nnoo): Require, so that other packages can require nnimap.
3139         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3140         command we're looking for.  This helps when the server sends more
3141         responses after we've gotten everything we expected.
3142         (nnimap): Add a `newlinep' field to keep track of end-of-line
3143         conventions.
3144         Don't send CRLF to things that don't want it.
3145         (nnimap-request-accept-article): Ditto.
3146
3147 2010-09-18  Julien Danjou  <julien@danjou.info>
3148
3149         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3150         than curl to retrieve images.
3151
3152 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3153
3154         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3155         the marks.
3156         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3157         (nnimap-wait-for-connection): New function.
3158         (nnimap-open-connection): If we have PREAUTH, don't query for login
3159         credentials.
3160         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3161         when doing a partial update.
3162
3163 2010-09-18  Julien Danjou  <julien@danjou.info>
3164
3165         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3166         tags.
3167
3168 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3169
3170         * nnimap.el (nnimap-credentials): New function.
3171         (nnimap-open-connection): Use the new function to look for credentials
3172         also on the numeric equivalents of "imap" and "imaps".
3173
3174         * gnus-start.el (gnus-activate-group): Send the info to
3175         gnus-request-group.
3176
3177         * nnimap.el (nnimap-request-group): Have the "check" version of the
3178         function parse flags and update the info, so that a `M-g' get a total
3179         resync of all flags from the group.
3180
3181         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3182         to allow backends to alter the info on group selection.  Also alter all
3183         the backend -request-group functions to take the parameter.
3184
3185         * nnimap.el (nnimap-store-info): New function.
3186         (nnimap-update-info): Store the info for later usage.
3187         (nnimap-request-group): Use the stored info for the dont-check case, so
3188         that we don't retrieve all marks when we enter a group.
3189
3190         * nnimap.el: Use deffoo instead of defun for interface functions.
3191
3192         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3193         update the group info.  This makes the nndraft groups, for instance, go
3194         back to their old behaviour.
3195
3196         * gnus-sum.el (gnus-select-newsgroup): Indent.
3197
3198         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3199         in.
3200         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3201         nothing.
3202
3203         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3204         from methods that are denied.
3205
3206         * gnus-int.el (gnus-method-denied-p): New function.
3207
3208         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3209         store the password instead of netrc.
3210         (nnimap-open-connection): Don't error out when we can't make a
3211         connections.
3212
3213         * auth-source.el (auth-source-create): In the password prompt, say what
3214         we're querying for.  Also prompt for user name if that hasn't been
3215         given.
3216
3217         * nnimap.el (nnimap-with-process-buffer): Remove.
3218
3219 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3220
3221         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3222         method when we're reading from the agent.
3223
3224         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3225
3226         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3227         that's probably most useful for users.
3228
3229         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3230         "failed" all the time.
3231
3232         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3233         ...)) with (with-current-buffer ... ).
3234
3235         * nntp.el (nntp-open-server): Return whether the open was successful or
3236         not.
3237
3238         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3239         select an unread unseen article first.
3240
3241         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3242         /etc/services, supply some sensible port defaults.
3243
3244         * dgnushack.el: Define netrc-credentials.
3245
3246 2010-09-17  Julien Danjou  <julien@danjou.info>
3247
3248         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3249
3250 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3251
3252         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3253         doesn't have any parameters.
3254
3255 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3256
3257         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3258         only upcased checks.
3259
3260         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3261
3262         * nnimap.el (nnimap-open-shell-stream): New function.
3263         (nnimap-open-connection): Use it.
3264         (nnimap-transform-headers): Get the number of lines in each message.
3265         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3266         number of lines.
3267         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3268         problem.
3269
3270         * utf7.el (utf7-encode): Autoload.
3271
3272         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3273         to allow the mail splitting to not return a default group.  This is
3274         useful for nnimap, which will leave unmatched mail in the inbox.
3275
3276         * nnimap.el: Rewritten.
3277
3278         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3279         nnimap usage.
3280
3281         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3282         if the move is internal, so that nnimap can do fast internal moves.
3283
3284         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3285         data.
3286         (gnus-read-active-for-groups): Support finishing the early retrieval of
3287         data.
3288
3289         * gnus-range.el (gnus-range-nconcat): New function.
3290
3291         * gnus-int.el (gnus-finish-retrieve-group-infos)
3292         (gnus-retrieve-group-data-early): New functions.
3293
3294 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3295
3296         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3297         (nnrss-retrieve-groups):
3298         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3299         (pop3-quit): Use with-current-buffer.
3300
3301 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3302
3303         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3304         instead of nnheader-accept-process-output.
3305
3306         * dgnushack.el (dgnushack-compile): Add comment.
3307
3308         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3309
3310         * gnus-html.el (gnus-html-schedule-image-fetching)
3311         (gnus-html-prefetch-images): Replace process-kill-without-query by
3312         gnus-set-process-query-on-exit-flag.
3313
3314 2010-09-16  Romain Francoise  <romain@orebokech.com>
3315
3316         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3317
3318 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3319
3320         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3321         parameter to unintern is mandatory-ish in Emacs 24.
3322
3323         * gnus-html.el (gnus-html-schedule-image-fetching)
3324         (gnus-html-prefetch-images): Check for curl before using it.
3325
3326         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3327         depend on curl, which isn't essential.
3328
3329         * imap.el: Revert back to version
3330         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3331         seem problematic.
3332
3333 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3334
3335         * gnus-registry.el (gnus-registry-install-shortcuts):
3336         Explicitly pass `obarray' to `unintern' to avoid a warning.
3337
3338 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3339
3340         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3341         change.
3342
3343         * nnrss.el (nnrss-request-list): Remove this function and related
3344         functions, including the moreover stuff.
3345
3346 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3347
3348         * nnrss.el (nnrss-retrieve-groups): New function.
3349
3350 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3351
3352         * .dir-locals.el: Add no-byte-compile cookie.
3353
3354 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3355
3356         * time-date.el (format-seconds): Comment fix.
3357
3358         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3359         for back end that doesn't support request-scan.
3360
3361 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3362
3363         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3364         then do request scans from the backends.
3365
3366         * netrc.el (netrc-credentials): New conveniency function.
3367
3368         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3369         avoid running a hook per line, since this takes a lot of time,
3370         profiling shows.
3371         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3372         directly if gnus-visual-p is true.
3373
3374 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3375
3376         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3377         groups; replace mapcar with dolist which is a bit faster; pass groups
3378         info to gnus-read-active-file-1.
3379         (gnus-read-active-file-1): Scan only specified groups if the new
3380         optional arg `infos' is given.
3381
3382 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3383
3384         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3385
3386         * pop3.el (pop3-movemail): Remove.
3387         (pop3-streaming-movemail): Rename to pop3-movemail.
3388
3389         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3390         don't restrict end-tag searches to the end of the line.
3391
3392 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3393
3394         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3395         articles of every unchecked group to t, which means unknown since the
3396         server has never been opened.
3397
3398 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3399
3400         * gnus-html.el (gnus-html-show-alt-text): New command.
3401         (gnus-html-browse-image): Ditto.
3402         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3403         to browse the image directly.
3404         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3405         better.
3406
3407         * gnus-async.el (gnus-async-article-callback):
3408         Call `gnus-html-prefetch-images' unconditionally.
3409
3410         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3411         before feeding URLs to curl.
3412
3413 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3414
3415         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3416         internal images as deletable by `W D D'.
3417
3418         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3419         (gnus-async-article-callback): Fix typo.
3420
3421 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3422
3423         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3424         current line to work around bugs in the output from w3m.
3425
3426         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3427         for groups that want that.
3428
3429         * nntp.el (nntp-wait-for-string): Supply a timeout for
3430         accept-process-output to ensure progress.
3431
3432         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3433         level to get unread articles from, then use that for foreign groups,
3434         too.
3435
3436         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3437         confuses the rest of the function.
3438
3439         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3440         for the methods that support -retrieve-groups, too.
3441
3442         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3443
3444 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3445
3446         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3447         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3448
3449         * pop3.el: Require cl when compiling.
3450         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3451
3452 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3453
3454         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3455         that aren't going to be activated.
3456         (gnus-get-unread-articles): Fix up the last commit.
3457
3458         * gnus-html.el (gnus-article-html): Allow calling without specifying
3459         the handle.  In that case, dissect the buffer first.
3460
3461         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3462
3463         * nnimap.el (nnimap-open-connection): Revert the change that would look
3464         into authinfo for imaps instead of imap.
3465
3466         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3467         say that you don't want to call gnus-request-group with don-check, but
3468         do check the reponse.  This is for virtual groups only.
3469         (gnus-get-unread-articles): Count the archive groups as secondary, so
3470         that they're activated the same way as before.
3471
3472         * imap.el (imap-message-map): Removed optional buffer parameter, since
3473         no callers use it.
3474         (imap-message-get): Ditto.
3475         (imap-message-put): Ditto.
3476         (imap-mailbox-map): Ditto.
3477         (imap-mailbox-put): Ditto.
3478         (imap-mailbox-get): Ditto.
3479         (imap-mailbox-get): Revert last change for this function.
3480
3481         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3482         case-insensitively.
3483         (nnimap-debug): Remove.
3484
3485         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3486         to use `imap-fetch' instead.  According to the comments, this should be
3487         safe, since all other IMAP clients use the 1:* syntax.
3488         (imap-enable-exchange-bug-workaround): Removed.
3489         (imap-debug): Removed -- doesn't seem very useful.
3490
3491         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3492         mail from a file, and the file doesn't exist.
3493
3494         * imap.el (imap-log): New convenience function used throughout instead
3495         of repeating the same code all over the place.
3496
3497         * pop3.el (pop3-streaming-movemail): Return t for success.
3498
3499         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3500         .authinfo if we're using ssl connection.
3501
3502         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3503         already have if we're in a main Gnus `g' run.
3504
3505         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3506
3507 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3508
3509         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3510
3511         * nnmh.el (nnmh-request-list-1): Bind `file'.
3512
3513         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3514         alias to set-process-query-on-exit-flag or process-kill-without-query.
3515         (pop3-open-server): Use it.
3516
3517 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3518
3519         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3520         box to the Incoming file.  Fixes mistake in previous checkin.
3521
3522         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3523         request loop (for debugging purposes) removed.
3524
3525         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3526         culprit is more visible.
3527         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3528         (nnml-add-incremental-nov): New functions to do "incremental" nov
3529         updates, where we just append to the end of the existing nov files
3530         without reading/writing them in full.
3531
3532         * mail-source.el (mail-source-delete-crash-box): Really only check the
3533         incoming files once in a while.
3534
3535         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3536
3537         * mail-source.el (mail-source-delete-crash-box): Only check the
3538         incoming files for deletion once per day to save a lot of file
3539         accesses.
3540
3541         * pop3.el (pop3-logon): Fix up unbound variable typo.
3542
3543         * mail-source.el (pop3-streaming-movemail): Autoload.
3544
3545         * pop3.el (pop3-streaming-movemail):
3546         Respect pop3-leave-mail-on-server.
3547
3548         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3549         retrieval.
3550
3551         * pop3.el (pop3-process-filter): Remove unused function.
3552         (pop3-streaming-movemail, pop3-send-streaming-command)
3553         (pop3-wait-for-messages, pop3-write-to-file)
3554         (pop3-number-of-responses): New functions for streaming pop3
3555         retrieval.
3556
3557         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3558         come from no known methods.
3559         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3560         list.
3561
3562         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3563         message sizes.
3564         (pop3-movemail): Use erase-buffer instead of looping and deleting
3565         regions, which seems rather odd.
3566
3567         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3568         file once per `g' run.
3569
3570         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3571         directories.  This makes the draft queue directory work.
3572
3573         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3574         data from the backends, so that we only request the list of groups from
3575         each method once.  This should speed things up considerably.
3576
3577         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3578         detect that it's not implemented.
3579
3580         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3581         we actually do recurse down into the tree, but don't stat all leaf
3582         nodes.
3583
3584         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3585         then say so instead of bugging out.
3586
3587         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3588         files exist before trying to read them.
3589
3590         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3591         around <pre_int>.
3592
3593         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3594
3595         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3596
3597 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3598
3599         * mm-util.el (mm-image-load-path): Just return the image directories,
3600         not all directories in the path in addition to the image directories.
3601         (mm-image-load-path): Maintain a cache of the image directories so that
3602         the `g' command in Gnus doesn't have to stat dozens of directories each
3603         time.
3604
3605         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3606         (gnus-html-wash-tags): Add a new `i' command to insert images.
3607         (gnus-html-insert-image): New command and keystroke.
3608         (gnus-html-redisplay-with-images): New command and keystroke.
3609         (gnus-html-show-images): Rename command.
3610         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3611         spacers.
3612         (gnus-html-wash-tags): Decode entities at the end, so that entities
3613         inside the tags don't mess up the rest of the "parsing".
3614
3615         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3616         so that nnimap methods aren't agentized by default.  There's apparently
3617         many problems related to agent/imap behaviour.
3618
3619         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3620
3621         * gnus-html.el: Doc fix.
3622
3623 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3624
3625         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3626         specifier-spec-list for Emacs 21.
3627
3628         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3629         glyph-width and glyph-height instead of display-graphic-p and
3630         image-size; make avoidance of displaying small images work for XEmacs.
3631
3632         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3633         for XEmacs.
3634
3635         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3636         of symbol that holds plist data.
3637         (gnus-process-plist): Remove plist of process after getting it.
3638
3639 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3640
3641         * message.el (message-generate-hashcash): Change default to
3642         'opportunistic if hashcash is installed.
3643
3644         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3645         (gnus-html-put-image): Only call image-size once, since it's somewhat
3646         time-consuming on remote X servers.
3647
3648 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3649
3650         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3651         type on data, not a file name.
3652
3653         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3654         window-pixel-edges for Emacs 21.
3655
3656         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3657         decoded contents.
3658         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3659
3660 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3661
3662         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3663         group line format, since it isn't very interesting.
3664
3665         * gnus-agent.el (gnus-agent-short-article),
3666         (gnus-agent-long-article): Increase values for these two variables,
3667         since most people are likely to have more network connection and
3668         storage than before.
3669
3670         * gnus.el (gnus-refer-article-method): Change default to 'current.
3671         When referring an article, the common behaviour is to refer it from the
3672         current select method, not the native select method.  The chances of
3673         the native select method having the message in question is rather slim
3674         these days.
3675
3676         * gnus-sum.el (gnus-auto-select-subject): Change default to
3677         `unseen-or-unread'.  I think it's likely that most people want to
3678         select an unseen article over a previously seen, but unread one.
3679
3680         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3681         means that in the article buffer none of the minor mode elements will
3682         be shown, usually, and this is not desirable in most cases.
3683
3684         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3685         that commands like `d' (and the like) go to the next line in the
3686         buffer, instead of the next unread article.  I think this is the
3687         behaviour that is most natural for most users.
3688         (gnus-single-article-buffer): Change default to nil, so that people can
3689         have as many article buffers open as they have summary buffer.  I think
3690         this is the most natural way for the groups to behave.
3691
3692         * message.el (message-generate-new-buffers): Change default to
3693         `unsent', so that all new message buffers start their names with the
3694         string "*unsent", and it's easier to find the buffers if you move from
3695         them.
3696
3697 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3698
3699         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3700         small.  They're probably tracking images.
3701         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3702         (gnus-html-rescale-image): Yet another try at getting the image sizing
3703         right.
3704
3705         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3706         nntp-marks-file-name is nil.
3707
3708 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3709
3710         * gnus-html.el (gnus-html-wash-tags)
3711         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3712         Better logging.
3713
3714 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3715
3716         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3717
3718         * gnus-html.el (gnus-html-wash-tags): Check the value of
3719         gnus-blocked-images in the summary buffer.
3720
3721 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3722
3723         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3724
3725 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3726
3727         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3728         like "a", it seems like.
3729         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3730         since it needs to be picked from the correct buffer.
3731
3732         * nnwfm.el: Remove.
3733
3734         * nnlistserv.el: Remove.
3735
3736 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3737
3738         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3739         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3740
3741 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3742
3743         * nnkiboze.el: Remove.
3744
3745         * nndb.el: Remove.
3746
3747         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3748         alt text.
3749         (gnus-html-rescale-image): Try to get the rescaling logic right for
3750         images that are just wide and not tall.
3751
3752         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3753         overshadow variable bindings.
3754
3755 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3756
3757         * gnus-html.el (gnus-html-wash-tags)
3758         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3759         Add extra logging.
3760
3761 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3762
3763         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3764         (gnus-max-image-proportion): New variable.
3765         (gnus-html-rescale-image): New function.
3766         (gnus-html-put-image): Rescale images.
3767
3768 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3769
3770         Fix up some byte-compiler warnings.
3771         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3772         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3773         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3774         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3775         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3776         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3777         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3778
3779 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3780
3781         * gnus-html.el (gnus-article-html): Decode contents by charset.
3782
3783 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3784
3785         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3786         (gnus-html-frame-width, gnus-blocked-images)
3787         * message.el (message-prune-recipient-rules): Add custom version.
3788         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3789
3790         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3791         functions.
3792
3793         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3794         gnus-process-get.
3795
3796 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3797
3798         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3799         instead of lsub directly.
3800
3801 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3802
3803         * nnwarchive.el: Remove.
3804
3805         * gnus-soup.el: Remove.
3806
3807         * nnsoup.el: Remove.
3808
3809         * nnultimate.el: Remove.
3810
3811         * gnus-html.el (gnus-blocked-images): New variable.
3812
3813         * message.el (message-prune-recipients): New function.
3814         (message-prune-recipient-rules): New variable.
3815
3816         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3817         guess whether a long line is natural text or not.
3818
3819         * gnus-html.el (gnus-html-schedule-image-fetching):
3820         Use gnus-process-plist and friends for compatibility.
3821
3822 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3823
3824         * gnus-html.el: Require packages that define macros used in this file.
3825         (gnus-article-mouse-face): Declare to silence byte-compiler.
3826         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3827         process-get.
3828         (gnus-html-put-image): Use plist-get to avoid getf.
3829         (gnus-html-prefetch-images): Use with-current-buffer.
3830
3831 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * gnus-ems.el: Provide compatibility functions for
3834         gnus-set-process-plist.
3835
3836         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3837         header-line-format for XEmacs 21.4.
3838
3839         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3840         * gnus.el (gnus-valid-select-methods)
3841         * message.el (message-send-mail-partially-limit)
3842         * mm-decode.el (mm-text-html-renderer)
3843         * mml.el (mml-insert-mime-headers-always)
3844         * smiley.el (smiley-regexp-alist): Bump custom version.
3845
3846 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3847
3848         * gnus-html.el: require mm-url.
3849         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3850         with the url to `url'.
3851         (gnus-html-wash-tags): Support cid: URLs/images.
3852
3853 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3854
3855         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3856         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3857         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3858
3859         * gnus-move.el: Remove file, since it doesn't really work.
3860
3861         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3862         UTF-8.  This seems to fix problems with some German web feeds.
3863
3864         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3865         at the top so that the proper colours are applied.
3866
3867         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3868         don't have dots in their names.
3869
3870         * gnus-art.el (gnus-article-view-part): Doc fix.
3871
3872         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3873         XEmacs-compatible.
3874         (gnus-html-put-image): Don't do images on non-graphic displays.
3875
3876         * nnslashdot.el: Remove this unused backend.
3877
3878         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3879         actions.
3880         (gnus-undo-register-1): Revert last change.
3881
3882         * gnus-group.el (gnus-group-completing-read): Protect against not
3883         having completion-styles bound.
3884
3885         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3886         make broken recipients happier.
3887
3888         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3889
3890         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3891         point parameter.
3892
3893         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3894
3895         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3896         completion-styles for group selection.
3897
3898 2009-02-04  Andreas Schwab  <schwab@suse.de>
3899
3900         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3901         headers and regexp-quote the match if necessary.
3902
3903 2009-03-24  Miles Bader  <miles@gnu.org>
3904
3905         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3906         the blinking smiley.
3907
3908 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3909
3910         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3911         blink smiley.
3912
3913 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3914
3915         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3916         where the dribbel file lives exists.
3917
3918         * message.el (message-send-mail-partially-limit): Change the default to
3919         nil, since most people don't want this.
3920
3921         * mm-url.el (mm-url-decode-entities): Also decode entities like
3922         &#x3212.
3923
3924 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3925
3926         * gnus-sum.el (gnus-summary-idna-message):
3927         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3928         Hyperlink urls in docstrings with URL `...'.
3929
3930 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3931
3932         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3933         functions.
3934
3935 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3936
3937         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3938         say what the mouseover text should be.
3939
3940         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3941         version of the mm-w3m-safe-url-regexp variable to only download images
3942         in the groups where we want that to happen.
3943
3944         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3945
3946         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3947         easier debugging.
3948         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3949         big pictures in the article buffer.
3950
3951         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3952         gnus-article-html.
3953         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3954         w3m.
3955
3956         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3957
3958 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3959
3960         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3961         which doesn't exist.
3962
3963         * message.el (message-inhibit-ecomplete): New variable to allow some
3964         function to inhibit ecomplete address storage.
3965         (message-resend): Disable ecomplete message storage when resending
3966         messages.
3967
3968         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3969
3970 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3971
3972         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3973         Save excursion while copying, moving, and deleting articles in order to
3974         prevent the cursor from jumping to unforeseen place.
3975
3976 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3977
3978         * lpath.el: No need to bind bookmark-current-buffer,
3979         bookmark-yank-point and bookmark-make-record-function.
3980
3981 2010-08-17  Glenn Morris  <rgm@gnu.org>
3982
3983         * gnus-sync.el: Require gnus components whose functions are used.
3984
3985         * gnus-art.el (bookmark-make-record-function):
3986         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3987         Declare for compiler.
3988
3989         * mm-url.el (mml-compute-boundary): Autoload.
3990
3991 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3992
3993         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3994
3995 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3996
3997         Typo fix "hoo4a" -> "hook".
3998
3999         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4000
4001 2010-08-14  Glenn Morris  <rgm@gnu.org>
4002
4003         * gnus-sync.el (gnus-sync): Fix defgroup version.
4004
4005 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4006
4007         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4008
4009         * gnus-sync.el: Fix docs.
4010         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4011         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4012
4013 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4014
4015         Optimizations for gnus-sync.el.
4016
4017         * gnus-sync.el: Add docs about gnus-sync-backend
4018         possibilities.
4019         (gnus-sync-save): Remove unnecessary message.
4020         (gnus-sync-read): Optimize and show what groups were skipped.
4021
4022 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4023
4024         Minor bug fixes for gnus-sync.el.
4025
4026         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4027         Don't read the sync on get-new-news.
4028
4029         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4030         quiet.
4031
4032         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4033         (fix typo).
4034
4035 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4036
4037         Make saving and restoring of hidden threads work with overlays.
4038         Patch applied by Ted Zlatanov.
4039
4040         * gnus-sum.el (gnus-hidden-threads-configuration)
4041         (gnus-restore-hidden-threads-configuration): Update to deal with text
4042         properties, rather than searching for a magic character.
4043
4044 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4045
4046         New gnus-sync.el library for synchronization of marks.
4047
4048         * gnus-sync.el: New library for synchronization of marks.
4049
4050         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4051         renamed from `gnus-registry-grep-in-list'.
4052
4053         * gnus-registry.el (gnus-registry-follow-group-p):
4054         Use `gnus-grep-in-list'.
4055
4056         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4057
4058 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4059
4060         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4061         determining charset of text fails.
4062
4063 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * nnmail.el (nnmail-get-new-mail-1): Revert.
4066
4067         * nnml.el (nnml-active-number): Make sure names of newly created groups
4068         in nnml-group-alist are encoded.
4069
4070 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4071
4072         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4073         containing non-ASCII characters in active file for nnml back end.
4074
4075 2010-07-24  David Engster  <dengste@eml.cc>
4076
4077         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4078         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4079
4080 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4081
4082         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4083         tag (Bug#6654).
4084
4085 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4086
4087         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4088         the article buffer, not the summary buffer.
4089
4090 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4091
4092         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4093         Emacs 23 as well.
4094
4095 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4096
4097         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4098         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4099
4100 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4101
4102         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4103         Patch applied by Karl Fogel.
4104
4105         * gnus-sum.el (gnus-summary-bookmark-make-record):
4106         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4107
4108 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4109
4110         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4111         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4112         C-w still not working correctly from Article buffers; Thierry's
4113         patch to fix that will be applied after this.
4114
4115         * gnus-art.el (bookmark-make-record-function): New local variable.
4116
4117         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4118         article buffer.
4119         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4120
4121 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4122
4123         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4124         on changes in bookmark.el.
4125
4126 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4129         `no-log' instead of message not to log prompt string.
4130
4131 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4132
4133         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4134         the *other* type of HTML form submission.
4135
4136 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4137
4138         * auth-source.el (auth-source-pick): If choice does not contain a
4139         questioned keyword, set the check to t.
4140
4141 2010-06-12  Romain Francoise  <romain@orebokech.com>
4142
4143         * gnus-util.el (gnus-date-get-time): Move up before first use.
4144
4145 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4146
4147         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4148         (gnus-article-edit-part): Bind it to make last part that is substituted
4149         or deleted visible.
4150         (gnus-mime-display-single): Buttonize part of which id equals to
4151         gnus-mime-buttonized-part-id.
4152
4153 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4154
4155         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4156         (gnus-dd-mmm): Use gnus-date-get-time.
4157         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4158         simplify logic.
4159         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4160         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4161
4162 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4163
4164         * auth-source.el (top): Autoload `secrets-list-collections',
4165         `secrets-create-item', `secrets-delete-item'.
4166         (auth-sources): Fix tag string.
4167         (auth-get-source, auth-source-retrieve, auth-source-create)
4168         (auth-source-delete): New defuns.
4169         (auth-source-pick): Rewrite in order to avoid 2 passes.
4170         (auth-source-forget-user-or-password): New parameter USERNAME.
4171         (auth-source-user-or-password): New parameters CREATE-MISSING and
4172         DELETE-EXISTING.  Retrieve password interactively, if needed.
4173
4174 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4175
4176         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4177         deleting unused directories when gnus-expert-user is t.
4178
4179 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4180
4181         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4182         for each temp file when gnus-article-browse-delete-temp is ask.
4183
4184 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4185
4186         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4187         Lisp calls to delete-backward-char by calls to delete-char.
4188
4189 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4190
4191         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4192
4193 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4194
4195         * password-cache.el (password-cache-remove): Fix docstring.
4196
4197 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4198
4199         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4200         article unless decoding article to be saved.
4201
4202 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4203
4204         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4205         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4206         generated within the mm-with-unibyte-current-buffer macro.
4207
4208 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4209
4210         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4211         to nil when we're in a mml-preview buffer and no group is selected.
4212
4213 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4214
4215         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4216         when catching the `C-g'.  Reported by "Leo".
4217
4218 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4219
4220         * message.el (message-forward-make-body-plain)
4221         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4222         multibyte-string-p.
4223
4224         * lpath.el: Revert.
4225
4226 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4227
4228         * message.el (message-forward-make-body-mml): Assume original message
4229         is multibyte string; error on unibyte.
4230         (message-forward-make-body-plain): Ditto; don't add excessive newline
4231         in body end.
4232
4233         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4234
4235 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4236
4237         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4238         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4239
4240 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4241
4242         * mm-extern.el (mm-extern-url): Don't use
4243         mm-with-unibyte-current-buffer.
4244         (mm-extern-cache-contents): Use with-current-buffer instead of
4245         save-excursion + set-buffer.
4246
4247 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4248
4249         * mm-util.el (mm-emacs-mule): Remove.
4250
4251 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4252
4253         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4254         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4255         change.
4256
4257 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4258
4259         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4260         bind the default value of enable-multibyte-characters to nil.
4261
4262 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * message.el (message-forward-make-body-plain)
4265         (message-forward-make-body-mml):
4266         Don't use mm-with-unibyte-current-buffer.
4267
4268 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4269
4270         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4271
4272 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4273
4274         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4275         (Bug#5592).
4276
4277 2010-05-07  Julien Danjou  <julien@danjou.info>
4278
4279         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4280         it to mm-pipe-part.
4281
4282         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4283         it is given.
4284
4285 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4286
4287         * binhex.el (binhex-decode-region-internal)
4288         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4289         (dns-query)
4290         * nnweb.el (nnweb-gmane-search)
4291         * pgg-parse.el (pgg-parse-armor)
4292         * pgg.el (pgg-verify-region)
4293         * sha1.el (sha1-string-external)
4294         * uudecode.el (uudecode-decode-region-internal)
4295         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4296         XEmacs.
4297
4298         * gnus-art.el (gnus-article-browse-html-parts)
4299         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4300         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4301         make-temp-file.
4302
4303         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4304         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4305         compiling.
4306
4307         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4308         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4309         XEmacs when compiling.
4310
4311         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4312         gnus-pick-mode-off-hook for XEmacs when compiling.
4313         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4314         gnus-binary-mode-off-hook for XEmacs when compiling.
4315
4316         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4317         Return nil if char-charset is not available.
4318
4319         * imap.el (imap-disable-multibyte)
4320         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4321         macros.
4322
4323         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4324         instead of encode-coding-string.
4325
4326         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4327         'xemacs) instead of mm-emacs-mule to switch function definitions.
4328         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4329
4330         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4331         bind temporary-file-directory for XEmacs;
4332         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4333         timer-set-function for XEmacs 21.4 and SXEmacs;
4334         bind timer-list for XEmacs 21.4 and SXEmacs;
4335         fbind char-charset and find-charset-region for non-Mule XEmacs;
4336         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4337         encode-coding-region and encode-coding-string for XEmacs having no
4338         file-coding feature.
4339
4340 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4341
4342         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4343
4344 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4345
4346         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4347         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4348
4349 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4350
4351         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4352         alias `jka-compr-delete-temp-file' no longer exists.
4353
4354 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4355
4356         Use define-minor-mode in Gnus where applicable.
4357         * mml.el (mml-mode): Use define-minor-mode.
4358         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4359         (gnus-undo-mode): Use define-minor-mode.
4360         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4361         (gnus-dead-summary-mode): Use define-minor-mode.
4362         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4363         Initialize in declaration.
4364         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4365         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4366         (gnus-mailing-list-mode): Use define-minor-mode.
4367         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4368         (gnus-draft-mode): Use define-minor-mode.
4369         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4370         (gnus-dired-mode): Use define-minor-mode.
4371
4372 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4373
4374         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4375         handles on recursive mml-to-mime translation and check them for
4376         boundary delimiter collisions.  Reported by Greg Troxel.
4377
4378 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4381
4382 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4383
4384         * mm-util.el (mm-find-buffer-file-coding-system):
4385         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4386
4387 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4388
4389         * message.el (message-generate-headers): Record insertion of optional
4390         headers as well.  Otherwise the check to prevent repeated insertion of
4391         optional headers is a no-op.
4392
4393 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4394
4395         * smime.el: Don't mention CVS.
4396
4397         * nnrss.el (nnrss-fetch): Don't mention CVS.
4398
4399         * nnir.el: Don't mention CVS.
4400
4401 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4402
4403         * gnus-sum.el (gnus-summary-bookmark-make-record):
4404         Add `location' field.
4405
4406 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4407
4408         * lpath.el: Fbind bookmark-default-handler,
4409         bookmark-get-bookmark-record, bookmark-make-record-default,
4410         bookmark-prop-get for Emacs <23 and XEmacs.
4411
4412 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4413
4414         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4415         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4416         Use with-current-buffer to silence the byte-compiler.
4417         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4418         bother to require `gnus'.
4419         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4420
4421 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4422
4423         * gnus-sum.el (gnus-summary-bookmark-make-record)
4424         (gnus-summary-bookmark-jump): New functions.
4425         (gnus-summary-mode): Setup bookmark support.
4426
4427 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4428
4429         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4430         if set.
4431
4432 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4433
4434         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4435         gnus-article-browse-html-save-cid-image; make it work recursively for
4436         forwarded messages as well.
4437         (gnus-article-browse-html-parts): Work when prefix arg is given.
4438         (gnus-article-browse-html-article): Doc fix.
4439
4440 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4441
4442         * message.el (message-default-mail-headers):
4443         (message-default-headers): Carry the value mail-default-headers over
4444         into message-default-mail-headers, rather than message-default-headers.
4445
4446 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4447
4448         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4449         charset.
4450
4451         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4452         charset into the <meta> tag when the article is encoded to utf-8.
4453
4454 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4455
4456         * gnus-art.el (gnus-article-browse-delete-temp-files):
4457         Delete directories as well.
4458         (gnus-article-browse-html-parts): Work for images that do not specify
4459         file names; delete temp directory when quitting; insert header at the
4460         right place; use file: scheme for image files.
4461
4462 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4463
4464         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4465         (gnus-article-browse-html-parts): Use it to make temporary cid image
4466         files in addition to html file so that browser may display them.
4467
4468 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4469
4470         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4471
4472 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4473
4474         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4475
4476 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4477
4478         * auth-source.el (auth-sources): Change default to be simpler.
4479         Explain about Secret Service API sources.  Improve Customize options.
4480         (auth-source-pick): Change to accept any number of search parameters.
4481         Implement fallbacks iteratively, not recursively.  Add scoring on the
4482         second pass and sort by score.  Call Secret Service API when needed.
4483         (auth-source-user-or-password): Use it.  Call Secret Service API
4484         directly when needed to get the user name and the password.
4485
4486 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4487
4488         * message.el (message-interactive): Doc fix.
4489         (message-qmail-inject-args): Reflow.
4490         (message-kill-to-signature): Fix typo in docstring.
4491
4492         * smiley.el (smiley-buffer): Fix typo in docstring.
4493
4494 2010-03-24  Glenn Morris  <rgm@gnu.org>
4495
4496         * mail-source.el (gnus-message): Declare.
4497         (mail-source-delete-old-incoming): Require gnus-util.
4498
4499 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4500
4501         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4502
4503         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4504
4505         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4506         password-cache's default if it is not bound.
4507         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4508         password-cache-expiry's default if it is not bound.
4509
4510         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4511         available in Emacs 21.
4512
4513         * lpath.el: Suppress compiler warnings for:
4514         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4515         XEmacs;
4516         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4517         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4518         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4519
4520 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4521
4522         * auth-source.el (auth-sources): Fix up definition so extra parameters
4523         are always inline.
4524
4525 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4526
4527         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4528         wasn't updated after mismatch.  Clear cached mailbox info correctly
4529         when uidvalidity changes.
4530         (nnimap-group-prefixed-name): New function to avoid some code
4531         duplication.
4532         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4533         (nnimap-request-group): Use it.
4534         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4535         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4536         with many imap folders.  This is done by caching the group status from
4537         the imap server persistently in a group parameter `imap-status'.  (This
4538         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4539         but not persistently, so every Gnus startup was still very slow.)
4540
4541 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4542
4543         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4544         delete the extra newline.  Otherwise editing of :string and :number
4545         types don't work.
4546
4547 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4548
4549         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4550         secrets.el dependency.
4551         (auth-sources): Add optional user name.  Add secrets.el configuration
4552         choice (unused right now).
4553
4554 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4555
4556         * gnus-sum.el (gnus-summary-make-menu-bar):
4557         Let `gnus-registry-install-shortcuts' fill in the functions.
4558
4559         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4560         warnings.
4561         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4562         (gnus-registry-install-shortcuts): Populate and use it in a
4563         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4564
4565 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4566
4567         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4568         In-place substitutions for the group name encoding/decoding.
4569         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4570         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4571         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4572         (nnimap-update-unseen, nnimap-request-list)
4573         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4574         (nnimap-request-set-mark, nnimap-split-to-groups)
4575         (nnimap-split-articles, nnimap-request-newgroups)
4576         (nnimap-request-create-group, nnimap-request-accept-article)
4577         (nnimap-request-delete-group, nnimap-request-rename-group)
4578         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4579         `encoded-mbx' for consistency.
4580         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4581         variable `imap-current-mailbox'.
4582
4583         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4584         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4585
4586 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4587
4588         * pop3.el (pop3-display-message-size-flag): Display message size byte
4589         counts during POP3 download.
4590         (pop3-movemail): Use it.
4591         (pop3-list): Implement listing of available messages.
4592
4593 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4594
4595         * nnir.el (nnir-get-article-nov-override-function): New function to
4596         override the normal NOV retrieval.
4597         (nnir-retrieve-headers): Use it.
4598
4599 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4600
4601         * auth-source.el (netrc-machine-user-or-password): Autoload.
4602
4603 2010-03-19  Glenn Morris  <rgm@gnu.org>
4604
4605         Stop message.el from loading about 40 libraries it doesn't always need.
4606         The general approach is to autoload rather than require, and to
4607         require in the specific functions rather than the file.  (Bug#5642)
4608
4609         * gmm-utils.el: Don't require wid-edit.
4610         (widget-create-child-value, widget-convert, widget-default-get):
4611         Autoload.
4612
4613         * gnus-util.el: Don't require time-date, netrc.
4614         (message-fetch-field, gnus-group-name-decode): Declare rather than
4615         autoloading.
4616         (gnus-fetch-field): Require message.
4617         (gnus-decode-newsgroups): Require gnus-group.
4618
4619         * ietf-drums.el: Don't require time-date.
4620
4621         * message.el: Don't require hashcash, canlock, ecomplete.
4622         Do require mail-utils.  Require nnheader only when compiling.
4623         (smtpmail-default-smtp-server): Remove declaration.
4624         (message-send-mail-function): Check smtpmail-default-smtp-server
4625         is bound rather than requiring smtpmail.
4626         (message-auto-save-directory, message-insert-signature):
4627         Use expand-file-name rather than nnheader-concat.
4628         (nnheader-insert-file-contents): Autoload.
4629         (hashcash-wait-async): Declare.
4630         (message-send-mail): Only call gnus-setup-posting-charset if
4631         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4632         (message-send-mail-with-sendmail): Require sendmail.
4633         (canlock-password, canlock-password-for-verify): Declare.
4634         (message-canlock-password): Require canlock.
4635         (nnheader-get-report): Autoload.
4636         (gnus-setup-posting-charset): Declare.
4637         (message-send-news): Require gnus-msg.
4638         (message-make-references, message-make-in-reply-to): Use mail-header-id
4639         rather than the alias mail-header-message-id.
4640         (ecomplete-add-item, ecomplete-save): Declare.
4641         (message-put-addresses-in-ecomplete): Require ecomplete.
4642         (ecomplete-display-matches): Autoload.
4643
4644         * mm-decode.el: Don't require mailcap, gnus-util.
4645         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4646         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4647         Autoload.
4648         (mailcap-mime-extensions): Declare.
4649
4650         * mm-encode.el: Don't require mailcap.
4651         (mailcap-extension-to-mime): Autoload.
4652
4653         * mml-sec.el: Don't require password-cache.
4654
4655         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4656         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4657         (mml-minibuffer-read-type): Require mailcap.
4658         (mml-preview): Require gnus-msg.
4659
4660         * mml1991.el: Require password-cache.
4661         (password-cache-expiry): Remove declaration.
4662
4663         * mml2015.el: Require password-cache.
4664         (password-cache-expiry): Remove declaration.
4665
4666         * nneething.el (mailcap): Require mailcap.
4667
4668         * nnheader.el (declare-function): Add compatibility stub.
4669         (message-remove-header): Declare rather than autoload.
4670         (nnheader-replace-header): Require message.
4671
4672         * nnimap.el (declare-function): Add compatibility stub.
4673         (netrc-parse, netrc-machine-user-or-password): Declare.
4674         (nnimap-open-connection): Require netrc.
4675
4676         * nntp.el (declare-function): Add compatibility stub.
4677         (netrc-parse, netrc-machine, netrc-get): Declare.
4678         (nntp-send-authinfo): Require netrc.
4679
4680         * rfc2047.el: Don't require qp.
4681         (quoted-printable-encode-region, quoted-printable-decode-string):
4682         Autoload.
4683
4684         * sieve-mode.el: Don't require easymenu.
4685         (easy-menu-add-item): Autoload it.
4686
4687         * spam-stat.el (time-to-number-of-days): Autoload it.
4688
4689 2010-03-19  Glenn Morris  <rgm@gnu.org>
4690
4691         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4692
4693 2010-03-18  Glenn Morris  <rgm@gnu.org>
4694
4695         * hashcash.el (declare-function): Remove duplicate definition.
4696
4697 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4698
4699         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4700         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4701         value if any backslash escapes).
4702
4703 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4706         if it is available.  (bug#5647)
4707
4708         * lpath.el: Suppress compiler warning for coding-system-from-name for
4709         Emacs 21 and XEmacs.
4710
4711 2010-03-14  Juri Linkov  <juri@jurta.org>
4712
4713         * hmac-def.el:
4714         * hmac-md5.el:
4715         * netrc.el: Fix keywords.
4716
4717 2010-02-26  Glenn Morris  <rgm@gnu.org>
4718
4719         * message.el (message-send-mail-function): Change the default, so that
4720         it inherits from a customized send-mail-function.  (Bug#5643)
4721
4722 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4723
4724         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4725         shell-command-to-string signals an error (bug#5299).
4726
4727 2010-02-24  Glenn Morris  <rgm@gnu.org>
4728
4729         * message.el (message-smtpmail-send-it)
4730         (message-send-mail-with-mailclient): Doc fixes.
4731
4732 2010-02-16  Glenn Morris  <rgm@gnu.org>
4733
4734         * message.el (message-default-mail-headers): Change the default value
4735         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4736
4737 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4738
4739         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4740         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4741
4742 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4743
4744         * time-date.el (date-to-time): Doc fix (Bug#5408).
4745
4746 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4747
4748         * message.el (message-mail): Just pass yank-action on to message-setup.
4749         (message-setup): Handle (FUN . ARGS) form of yank-action.
4750         (message-with-reply-buffer, message-widen-reply)
4751         (message-yank-original): Handle non-buffer values of
4752         message-reply-buffer (Bug#4080).
4753         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4754
4755 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4756
4757         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4758         Fix typo in docstring.
4759
4760 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4761
4762         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4763         response.
4764
4765 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4766
4767         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4768
4769         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4770
4771         * message.el (message-check-news-header-syntax): Protect against a
4772         string that `rfc822-addresses' returns when parsing fails.
4773
4774 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4775
4776         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4777         (gnus-previous-char-property-change): New functions.
4778
4779         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4780
4781 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4782
4783         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4784         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4785
4786 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4787
4788         * message.el (message-exchange-point-and-mark): Rework last change to
4789         avoid using optional arg of exchange-point-and-mark, for backward
4790         compatibility.
4791
4792 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4793
4794         * message.el (message-exchange-point-and-mark):
4795         Call exchange-point-and-mark with an argument rather than setting
4796         mark-active by hand (Bug#5175).
4797
4798 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4799
4800         * nntp.el (nntp-service-to-port): Work for service expressed with
4801         numeric string; replace [:digit:] with [0-9] for XEmacs.
4802
4803 2009-12-17  Glenn Morris  <rgm@gnu.org>
4804
4805         * gnus-group.el (gnus-bug-group-download-format-alist):
4806         Change emacs entry to debbugs.gnu.org.  Bump :version.
4807
4808 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4809
4810         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4811
4812 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4813
4814         * message.el (message-info): Explain why we use `Info-goto-node'.
4815
4816 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4819
4820 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4821
4822         * message.el (message-completion-in-region): New compatibility function.
4823         (message-expand-group): Use it.
4824
4825 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4826
4827         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4828         with no unread article should be listed if the 2nd arg `predicate' is
4829         given.
4830
4831 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4832
4833         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4834
4835 2009-11-29  Juri Linkov  <juri@jurta.org>
4836
4837         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4838         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4839         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4840
4841 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4842
4843         * sha1.el (sha1-string-external): default-directory "/" in case
4844         otherwise non-existent.  process-connection-type pipe for touch of
4845         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4846
4847 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4848
4849         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4850         it's comms related and sgml-mode.el has "comm" on that basis too.
4851
4852 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4853
4854         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4855         containing tspecial characters if they have been already quoted.
4856
4857 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4858
4859         * dns-mode.el (auto-mode-alist): Purecopy string.
4860
4861 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4862
4863         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4864
4865 2009-10-24  Glenn Morris  <rgm@gnu.org>
4866
4867         * gnus-art.el (help-xref-stack-item): Define for compiler.
4868
4869 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4870
4871         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4872
4873 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4874
4875         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4876
4877 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4880         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4881
4882 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4883
4884         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4885         (gnus-overlays-in): New alias to overlays-in.
4886
4887         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4888         gnus-overlay-get, and gnus-delete-overlay.
4889         (gnus-summary-show-thread): Make it work as well for systems in which
4890         next-single-char-property-change is not available.
4891         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4892
4893         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4894         (gnus-overlay-get): New alias to extent-property.
4895         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4896
4897         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4898         SXEmacs.
4899
4900         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4901         SXEmacs.
4902
4903 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4904
4905         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4906
4907 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4908
4909         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4910         and XEmacs that don't have `remove-overlays'.
4911
4912 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4913
4914         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4915         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4916         selective display.  Use overlays instead.
4917
4918 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4919
4920         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4921
4922 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4923
4924         * spam-stat.el (spam-stat-load): Fix typo in message.
4925
4926 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4927
4928         * dig.el (dig-invoke): Fix typo in docstring.
4929         (query-dig): Reflow docstring.
4930
4931 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4932
4933         * gnus-art.el (gnus-article-encrypt-body):
4934         * message.el (message-check-recipients):
4935         * mm-util.el (mm-codepage-setup):
4936         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4937         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4938
4939 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4940
4941         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4942         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4943         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4944         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4945         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4946
4947 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4948
4949         * dig.el: Add "Keywords: comm", as per net-utils.el.
4950
4951 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4952
4953         * dig.el (dig-mode): Use define-derived-mode.
4954
4955 2009-09-19  Glenn Morris  <rgm@gnu.org>
4956
4957         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4958
4959 2009-09-18  Glenn Morris  <rgm@gnu.org>
4960
4961         * gnus-diary.el (gnus-diary-check-message):
4962         * message.el (message-insert-formatted-citation-line):
4963         * nnbabyl.el (top-level):
4964         * nndiary.el (nndiary-schedule):
4965         Fix typos in condition-case handlers.
4966
4967 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4968
4969         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4970         configuration that provides the sole article window in a frame;
4971         position point correctly after deleting a part.
4972
4973 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4974
4975         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4976         (spam-resolve-registrations-routine): Use it to unregister articles
4977         that change status.
4978
4979 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4980
4981         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4982         with XEmacs.
4983         (parse-time-string-chars): Use it.
4984
4985 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4986
4987         * imap.el (imap-interactive-login): Better messages.
4988         (imap-open): Fix bug with renamed buffer on reconnect.
4989         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4990         for easier debugging and cleaner code.  On successful (guessed based on
4991         server capabilities) secondary authentication, set imap-state
4992         correctly.
4993         (imap-last-authenticator): Define imap-last-authenticator as a variable
4994         to avoid warnings.
4995
4996 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * nnrss.el (nnrss-request-article): Remove binding of
4999         default-enable-multibyte-characters that has gotten needless by
5000         the 2007-07-13 change in rfc2047-encode-message-header.
5001
5002         * mml.el (mml-insert-multipart): Error on the message header.
5003         (mml-insert-part): Error on the message header; position point at
5004         the end of a MIME tag.
5005
5006 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5007
5008         * time-date.el (autoload): Expand define-obsolete-function-alias into
5009         defalias and make-obsolete for old Emacsen that Gnus supports.
5010         (with-no-warnings): Define it for old Emacsen.
5011         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5012         is available.
5013         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5014         float-time is available; suppress compile warning for time-to-seconds.
5015
5016         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5017         (gnus-float-time): Alias to float-time if it exists.
5018
5019         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5020         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5021         float-time is available; suppress compile warning for time-to-seconds.
5022
5023         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5024         XEmacs.
5025
5026 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5027
5028         * imap.el (imap-message-map): Docstring fix.
5029
5030 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5031
5032         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5033         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5034         Add the optional argument `encoding' that overrides the default.
5035
5036         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5037         mm-encode-buffer.
5038
5039 2009-09-04  Glenn Morris  <rgm@gnu.org>
5040
5041         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5042         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5043         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5044         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5045         * mm-util.el (mm-with-unibyte-current-buffer)
5046         (mm-find-buffer-file-coding-system):
5047         * yenc.el (yenc-decode-region): Use default-value rather than
5048         default-enable-multibyte-characters.
5049
5050 2009-09-03  Glenn Morris  <rgm@gnu.org>
5051
5052         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5053         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5054         than default-enable-multibyte-characters.
5055
5056 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5057
5058         * gnus-art.el (gnus-article-read-summary-keys):
5059         Fix gnus-buffer-configuration's value temporarily used.
5060
5061 2009-09-02  Glenn Morris  <rgm@gnu.org>
5062
5063         * gnus-util.el (gnus-float-time): New function.
5064         * gnus-delay.el (gnus-delay-article):
5065         * gnus-sum.el (gnus-thread-latest-date):
5066         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5067         * nnspool.el (nnspool-request-newgroups):
5068         Use gnus-float-time rather than time-to-seconds.
5069         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5070
5071         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5072         (gnus-header-subject-face, gnus-header-newsgroups-face)
5073         (gnus-header-name-face, gnus-header-content-face):
5074         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5075         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5076         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5077         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5078         (gnus-cite-face-11):
5079         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5080         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5081         (gnus-server-closed-face, gnus-server-denied-face)
5082         (gnus-server-offline-face):
5083         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5084         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5085         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5086         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5087         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5088         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5089         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5090         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5091         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5092         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5093         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5094         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5095         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5096         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5097         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5098         (gnus-summary-high-undownloaded-face)
5099         (gnus-summary-low-undownloaded-face)
5100         (gnus-summary-normal-undownloaded-face)
5101         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5102         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5103         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5104         (gnus-splash-face):
5105         * message.el (message-header-to-face, message-header-cc-face)
5106         (message-header-subject-face, message-header-newsgroups-face)
5107         (message-header-other-face, message-header-name-face)
5108         (message-header-xheader-face, message-separator-face)
5109         (message-cited-text-face, message-mml-face):
5110         * sieve-mode.el (sieve-control-commands-face)
5111         (sieve-action-commands-face, sieve-test-commands-face)
5112         (sieve-tagged-arguments-face):
5113         * spam.el (spam-face):
5114         Mark face aliases with "-face" in the name as obsolete.
5115
5116 2009-09-01  Glenn Morris  <rgm@gnu.org>
5117
5118         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5119         than goto-line.
5120
5121 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5124         Don't move point if the command is invoked inside the message header.
5125
5126 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5127
5128         * imap.el (imap-send-command): Simplify.
5129         (imap-wait-for-tag): point-max -> buffer-size.
5130
5131 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5132
5133         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5134         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5135         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5136         * nnir.el (nnir-swish-e-index-file):
5137         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5138         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5139         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5140         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5141         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5142         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5143
5144 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5145
5146         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5147         Don't save excursion.
5148
5149 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5150
5151         * nnheader.el (nnheader-find-file-noselect):
5152         * mm-util.el (mm-insert-file-contents):
5153         Use (default-value 'major-mode) instead of default-major-mode.
5154
5155 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5156
5157         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5158
5159 2009-08-26  Glenn Morris  <rgm@gnu.org>
5160
5161         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5162         than placing in files.el.
5163
5164 2009-08-25  Glenn Morris  <rgm@gnu.org>
5165
5166         * nnir.el (top-level): Don't require cl at run-time.
5167         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5168         Replace cl-function substitute with gnus-replace-in-string.
5169         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5170         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5171         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5172         simplified expansions.
5173
5174 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5175
5176         * dig.el (dig): Add autoload cookie.
5177
5178 2009-08-22  Glenn Morris  <rgm@gnu.org>
5179
5180         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5181         goto-line.
5182
5183 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5184
5185         * parse-time.el (parse-time-string-chars): Save match data.
5186
5187 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5188
5189         * parse-time.el (parse-time-string-chars): Compute using character
5190         classes, to handle non-ascii characters (Bug#3190).
5191
5192 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5195
5196         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5197         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5198         (gnus-mm-display-part, gnus-mime-display-single)
5199         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5200         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5201
5202         * gnus-sum.el
5203         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5204         (gnus-summary-move-article): Add expirable mark to articles copied or
5205         moved to group that has auto-expire turned on if the option is non-nil.
5206
5207 2009-07-24  Glenn Morris  <rgm@gnu.org>
5208
5209         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5210         Fix typo.  (Bug#3903)
5211
5212 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5213
5214         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5215         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5216         that should not be used for draft articles.
5217         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5218         that has no concern in minor mode keys.
5219         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5220         Abolish.
5221
5222 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5225         article without making inquiry to a user for unknown encoding.
5226
5227         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5228         (nnmaildir--scan): Assume i-node and device number that file-attributes
5229         returns might be cons-cell.
5230
5231         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5232
5233         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5234
5235 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5236
5237         * auth-source.el: Remove docs now in auth.texi.  Don't use
5238         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5239         `auth-source-hide-passwords' and use them.
5240
5241 2009-07-15  Glenn Morris  <rgm@gnu.org>
5242
5243         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5244
5245 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5246
5247         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5248         excessive whitespace from the default values of title and description.
5249
5250 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5251
5252         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5253         mail-fetch-field to fetch Content-Description header in order to
5254         exclude newlines.
5255
5256 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5257
5258         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5259         format used by GnuPG 2.0.11.
5260
5261 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5262
5263         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5264         to deleted part.
5265
5266 2009-05-30  David Engster  <dengste@eml.cc>
5267
5268         * nnmairix.el: Remove old documentation in the commentary block.
5269         (nnmairix-request-group): Do not update active file for nnml back ends.
5270         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5271         end so that overview files are ignored.
5272         (nnmairix-update-groups): Make updating the groups more robust by using
5273         marks.
5274         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5275         with dollar characters in message-id.
5276
5277 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5278
5279         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5280         2008-12-25 in dns.el.
5281
5282 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5283
5284         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5285         could happen if the text is only composed of spaces and/or tabs.
5286
5287 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5288
5289         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5290         when sending a queued message to avoid extra mml tags.
5291
5292 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5293
5294         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5295
5296 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5299         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5300         rmail-toggle-header for XEmacs;
5301         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5302
5303 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5304
5305         * gnus-dired.el: Remove autoload for gnus-setup-message.
5306         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5307         displaying Gnus logo; always use compose-mail.
5308
5309 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5310
5311         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5312
5313 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5314
5315         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5316         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5317         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5318         available.
5319         (gnus-nocem-epg-verify): New function.
5320
5321 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5322
5323         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5324
5325 2009-02-15  Glenn Morris  <rgm@gnu.org>
5326
5327         * gnus-util.el (rmail-insert-rmail-file-header)
5328         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5329         autoloads.
5330         (rmail-default-rmail-file): Remove unnecessary declaration.
5331         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5332
5333 2009-02-14  Glenn Morris  <rgm@gnu.org>
5334
5335         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5336         variable (only used in gnus-util, which declares it anyway).
5337         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5338         which was only needed by gnus-art (changed to not use it any more).
5339         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5340         only used in gnus-util, which autoloads it itself.
5341         (rmail-update-summary): Fix autoload.
5342
5343         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5344         rather than rmail-output-to-rmail-file.
5345
5346 2009-02-07  Glenn Morris  <rgm@gnu.org>
5347
5348         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5349         autoload of function that no longer exists.
5350         (rmail-toggle-header): Declare.
5351         (message-forward-rmail-make-body): Handle mbox Rmail.
5352
5353 2009-01-31  Glenn Morris  <rgm@gnu.org>
5354
5355         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5356         2009-01-09 change.
5357
5358 2009-01-31  Dave Love  <fx@gnu.org>
5359
5360         * imap.el (imap-fetch-safe): Bind debug-on-error.
5361         (imap-debug): Add imap-fetch-safe.
5362
5363 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5364
5365         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5366         (auth-source-forget-all-cached): New convenience function.
5367         (auth-source-user-or-password): Accept list of modes or a single mode.
5368
5369         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5370         auth-source modes.
5371
5372         * netrc.el (netrc-machine-user-or-password): Use list of
5373         auth-source modes.
5374
5375         * nnimap.el (nnimap-open-connection): Use list of
5376         auth-source modes.
5377
5378         * nntp.el (nntp-send-authinfo): Use list of
5379         auth-source modes.
5380
5381 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5382
5383         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5384         now.
5385
5386 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5389         coding system in XEmacs; add a workaround for XEmacs.
5390
5391         * lpath.el: Fbind coding-system-aliasee.
5392
5393 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5394
5395         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5396         of current-language-environment.
5397
5398 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5399
5400         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5401         available at runtime.
5402
5403 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5404
5405         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5406
5407 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5408
5409         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5410         the greatest positive fixnum value doesn't work under an XEmacs with
5411         bignum support; use the most-positive-fixnum constant instead,
5412         available since Emacs 21.1 with cl and XEmacs 21.1.
5413
5414 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5415
5416         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5417         XEmacs gets not to work.
5418
5419 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5420
5421         * mm-util.el (mm-coding-system-priorities): Allow the value like
5422         "Japanese (UTF-8)" of current-language-environment.
5423
5424 2009-01-09  Glenn Morris  <rgm@gnu.org>
5425
5426         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5427         with last-command-event.
5428
5429 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5430
5431         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5432         in the doc string.
5433
5434         * message.el (message-fix-before-sending): Amend comment.
5435
5436 2009-01-08  Dave Love  <fx@gnu.org>
5437
5438         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5439
5440 2009-01-07  David Engster  <dengste@eml.cc>
5441
5442         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5443         simplified server definitions by converting it via
5444         gnus-server-to-method.
5445
5446 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5449         parameter's operands.
5450
5451 2009-01-06  David Engster  <dengste@eml.cc>
5452
5453         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5454         primary select method (for gnus-group-mark-article-as-read).
5455
5456 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5457
5458         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5459         `(gnus)Face', not `(gnus)X-Face'.
5460
5461 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5462
5463         * mm-util.el (mm-ucs-to-char): New function.
5464
5465         * mm-url.el (mm-url-decode-entities): Use it.
5466
5467         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5468         unicode-to-char.
5469
5470 2009-01-05  Dave Love  <fx@gnu.org>
5471
5472         * time-date.el: Require cl for `declare'.
5473
5474 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5475
5476         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5477         Dave Love.
5478
5479 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5480
5481         * message.el (message-fix-before-sending): Add `eight-bit' to
5482         illegible-text check.
5483
5484 2009-01-03  Michael Olson  <mwolson@gnu.org>
5485
5486         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5487         `headers' is nil.  This can occur if the IMAP server does not have
5488         permissions to read messages from a folder, but can write new messages
5489         to the folder.
5490         (nnimap-request-article-part): Do not insert `data' if it is nil.
5491
5492         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5493         characters which will confuse `read', so skip past them.
5494
5495 2009-01-01  Dave Love  <fx@gnu.org>
5496
5497         * imap.el (imap-string-to-integer): Fix typo.
5498         (imap-fetch-safe): New function.
5499         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5500
5501         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5502
5503         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5504         (imap-parse-greeting): Fix doc strings.
5505         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5506         (imap-parse-flag-list): Make messages unique.
5507         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5508
5509         * nnimap.el: Fix author email.
5510         (nnimap-split-rule): Add FIXME comment.
5511         (nnimap-debug): Fix doc string.
5512
5513 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5514
5515         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5516
5517 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5518
5519         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5520         nslookup if resolv.conf isn't available.
5521         (dns-query): Rename from query-dns.
5522         (dns-query-cached): Rename from query-dns-cached.
5523
5524 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5525
5526         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5527         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5528         to check if those variables exist (first appeared in Emacs 18.50).
5529
5530 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5531
5532         * mm-util.el (mm-line-number-at-pos): New function.
5533
5534         * spam-report.el (spam-report-process-queue): Use it.
5535
5536 2008-12-24  David Engster  <dengste@eml.cc>
5537
5538         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5539         parameters that haven't existed as variables as buffer-local variables.
5540
5541 2008-12-23  Dave Love  <fx@gnu.org>
5542
5543         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5544         cadar.
5545
5546         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5547         imap-starttls-p.
5548         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5549
5550 2008-12-22  Dave Love  <fx@gnu.org>
5551
5552         * imap.el: Fix author email.  Doc fixes.
5553         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5554         reply.
5555
5556 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5557
5558         * spam-report.el (spam-report-gmane-max-requests): New constant.
5559         (spam-report-gmane-wait): New variable.
5560         (spam-report-gmane-ham, spam-report-gmane-spam)
5561         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5562         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5563         the server.
5564
5565         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5566         Add explanations.
5567
5568         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5569         nnheader-accept-process-output and nnheader-read-timeout if available.
5570         (pop3-movemail): Use it.
5571
5572         * message.el (message-check-news-body-syntax): Fix signature check if
5573         there's an attachment.
5574
5575 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5576
5577         * mm-util.el: Add comments to the mm- emulating functions.
5578
5579 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5580
5581         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5582         Reported by Stephen Berman <stephen.berman@gmx.net>.
5583
5584 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5585
5586         * mm-util.el (mm-substring-no-properties): New function.
5587         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5588         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5589         (mm-string-to-multibyte): Doc fix.
5590
5591         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5592
5593 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5594
5595         * mml.el (mml-attach-file): Strip text properties from file name.
5596         (Bug#1574)
5597
5598 2008-12-16  Glenn Morris  <rgm@gnu.org>
5599
5600         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5601
5602 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5603
5604         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5605         knows since the charset specified might be a bogus alias that
5606         mm-charset-synonym-alist provides.
5607
5608 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5609
5610         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5611         "ISO_8859-1".
5612
5613         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5614
5615 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * mm-util.el (mm-charset-eval-alist):
5618         Define it before mm-charset-to-coding-system.
5619         (mm-charset-to-coding-system): Add optional argument `silent';
5620         define it before mm-charset-override-alist.
5621         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5622         default value if it can be used in Emacs currently running;
5623         silence mm-charset-to-coding-system.
5624
5625 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5626
5627         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5628         `allow-override' which says whether to use `mm-charset-override-alist'.
5629         (rfc2047-decode-encoded-words): Use it.
5630
5631         * mm-util.el (mm-charset-override-alist): Fix custom type;
5632         add `(gb2312 . gbk)' to choices.
5633
5634 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5635
5636         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5637         fast.
5638
5639         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5640
5641         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5642
5643 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5644
5645         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5646         on links.
5647
5648         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5649
5650 2008-12-03  Lute Kamstra  <lute@gnu.org>
5651
5652         * sha1.el: Remove leading * from docstrings of defcustoms,
5653         deffaces, defconsts and defuns.
5654
5655 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5656
5657         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5658         users' addresses that don't have domain parts.
5659         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5660         rather than message-narrow-to-head since there will be the message
5661         header separator.
5662
5663 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5664
5665         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5666         since the result is inserted in a unibyte buffer anyway.
5667         (nnimap-demule-use-string-to-multibyte): Remove.
5668         (nnimap-demule): Alias it to mm-string-to-multibyte.
5669
5670 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5671
5672         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5673         variable for debugging bug#464 and bug#1174.
5674         (nnimap-demule): Use it.
5675
5676 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5677
5678         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5679         score calculation correctly.
5680
5681 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5682
5683         * message.el (message-send-mail): Just set the buffer to unibyte
5684         rather than use mm-with-unibyte-current-buffer which does a lot more.
5685         (message-send-mail-partially): Don't bother with
5686         mm-with-unibyte-current-buffer since it's already been made unibyte by
5687         message-send-mail.
5688
5689 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5690
5691         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5692
5693 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5694
5695         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5696
5697 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5700         require itself and to remove `with-no-warnings'.
5701
5702 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5703
5704         * starttls.el (starttls-any-program-available): Get the name of the
5705         available TLS layer program.
5706         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5707         well as the host name in the "opening" message.
5708
5709         * auth-source.el (auth-source-cache, auth-source-do-cache)
5710         (auth-source-user-or-password): Cache passwords and logins by default,
5711         allow override with `auth-source-do-cache'.
5712         (auth-source-forget-user-or-password): Allow users to remove cache
5713         entries if needed.
5714
5715 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5716
5717         * md4.el (md4-buffer): Fix typo in docstring.
5718         (md4, md4-64): Doc fixes.
5719         (md4-pack-int32): Reflow docstring.
5720
5721 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5722
5723         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5724         condition-case to only the forward-sexp call.
5725
5726 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5727
5728         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5729         quotes contained.  Make it more robust regardless by an extra
5730         condition-case wrapper.
5731
5732 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5733
5734         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5735
5736 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5737
5738         * nnml.el (nnml-request-expire-articles): Check if the function set to
5739         `nnmail-expiry-target' returns the symbol `delete'.
5740
5741         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5742
5743         * nnmail.el (nnmail-expiry-target): Fix custom type.
5744
5745 2008-10-02  Glenn Morris  <rgm@gnu.org>
5746
5747         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5748         Silence compiler warning.
5749
5750 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5751
5752         * tls.el (open-tls-stream): Show the actual command being
5753         executed, instead of the format string.
5754
5755 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5756
5757         * lpath.el: Fbind codepage-setup for Emacs 23.
5758
5759 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5760
5761         * mml.el (mml-menu): Don't assume mml2015 is bound.
5762
5763 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5764
5765         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5766         exists.
5767
5768 2008-09-27  Glenn Morris  <rgm@gnu.org>
5769
5770         * gnus-util.el (mail-header-remove-comments): Autoload it.
5771
5772 2008-09-27  Andreas Schwab  <schwab@suse.de>
5773
5774         * gnus-util.el (gnus-split-references): Strip comments.
5775         (gnus-parent-id): Likewise.
5776
5777 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5778
5779         * message.el (message-confirm-send): Fix version.
5780
5781 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5782
5783         * message.el (message-idna-to-ascii-rhs-1): Use
5784         mail-extract-address-components rather than mail-header-parse-addresses
5785         that is an alias by default to ietf-drums-parse-addresses that does not
5786         support non-ASCII names in headers' contents.
5787
5788 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5789
5790         * message.el (message-confirm-send): Fix variable documentation to
5791         avoid the "y/n" wording.
5792
5793 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5794
5795         * message.el (message-set-auto-save-file-name): Save to a different
5796         filename so multiple messages (especially drafts) can be recovered.
5797
5798 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5799
5800         * message.el (message-confirm-send): Add appropriate version.
5801
5802 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5803
5804         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5805         defvar.
5806
5807 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5808
5809         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5810         (mm-pkcs7-enveloped-magic): Ditto.
5811
5812 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5813
5814         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5815         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5816
5817 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5818
5819         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5820         default, it's better.
5821
5822 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5823
5824         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5825         summary line gnus-number property and ignore them (with a warning
5826         message).
5827
5828 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5831         macro caddr in the interactive form since it won't be expanded.
5832
5833 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5834
5835         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5836         `charset'; fix name of function called recursively.
5837         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5838
5839 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5840
5841         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5842         (gnus-mime-set-charset-parameters): New function.
5843         (gnus-mime-view-part-as-charset): Use it to correctly display part
5844         specifying wrong charset.
5845
5846 2008-09-08  David Engster  <dengste@eml.cc>
5847
5848         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5849         in completing-read for back end server.
5850
5851 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5852
5853         * message.el (message-confirm-send): New variable to confirm sending a
5854         message.
5855         (message-send): Use it.
5856
5857 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5858
5859         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5860
5861 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5864
5865 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5866
5867         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5868         prevent tracking too many groups.
5869         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5870         Use it.
5871
5872 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5873
5874         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5875         moving point to the bottom of the window in order to avoid recentering.
5876
5877 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5880
5881         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5882         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5883         (gnus-article-beginning-of-window): Fix calculation.
5884
5885 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5886
5887         * gnus-msg.el (gnus-summary-supersede-article)
5888         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5889         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5890         message header.
5891
5892 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5893
5894         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5895         pending output coming after the status change.
5896
5897 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5898
5899         * message.el:
5900         * gnus-start.el:
5901         * gnus-registry.el: Remove VMS support.
5902
5903 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5904
5905         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5906         macro.
5907         (rfc2104-hash): Use it.
5908
5909 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5910
5911         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5912         (gnus-summary-sort-by-most-recent-date): New commands.
5913         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5914         and menu entries.
5915
5916 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5919         don't redisplay article for raw contents; remove plural articles stuff.
5920
5921         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5922         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5923         on gnus-summary-save-article; display results properly.
5924
5925 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5926
5927         * lpath.el: No need to fbind ns-focus-frame.
5928
5929 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5930
5931         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5932
5933 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * gnus-art.el (gnus-summary-save-in-pipe):
5936         Consider gnus-save-all-headers.
5937
5938 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5939
5940         * gnus-util.el (ns-focus-frame): Remove declaration.
5941         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5942         like x.
5943
5944 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5945
5946         * rfc2104.el (rfc2104-zero): Delete defconst.
5947         (rfc2104-hex-alist): Likewise.
5948         (rfc2104-hex-to-int): Delete func.
5949         (rfc2104-hexstring-to-bitstring): Likewise.
5950         (rfc2104-nybbles): New defconst.
5951         (rfc2104-hash): Rewrite for speed.
5952
5953 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * tls.el (open-tls-stream): Make it work with the 2nd argument
5956         BUFFER that is a string but does not exist as a buffer object, as
5957         mentioned in the doc-string.
5958
5959 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5960
5961         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5962         SXEmacs.
5963
5964 2008-07-16  Glenn Morris  <rgm@gnu.org>
5965
5966         * gnus-util.el (ns-focus-frame): Declare for compiler.
5967
5968 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5971         set as a group parameter.
5972         (gnus-summary-save-in-pipe): Work when it is called independently.
5973         (gnus-summary-pipe-to-muttprint): Don't modify
5974         gnus-summary-pipe-output-default-command.
5975
5976 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5977
5978         * message.el (message-send-mail-with-sendmail):
5979         Display the error message.
5980
5981 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5982
5983         * gnus-art.el (gnus-default-article-saver):
5984         Add gnus-summary-save-in-pipe to choices.
5985         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5986         gnus-summary-pipe-output-default-command as the default command.
5987         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5988         instead of gnus-last-shell-command.
5989
5990         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5991         New user option.
5992         (gnus-summary-muttprint-program): Mention the value will be changed.
5993         (gnus-summary-save-article): Force showing of all headers.
5994         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5995
5996 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5997
5998         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5999
6000 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6001
6002         * nnimap.el (nnimap-id):
6003         * sieve-manage.el (sieve-manage-open): Doc fixes.
6004
6005 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6006
6007         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6008         if available.
6009
6010 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6011
6012         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6013
6014         * nnkiboze.el (nnkiboze-generate-group):
6015         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6016
6017         * nnmairix.el: Require CL.
6018
6019 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * dgnushack.el: Autoload get-display-table and put-display-table for
6022         XEmacs 21.5.
6023
6024         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6025         21.4 and SXEmacs.
6026
6027 2008-06-15  David Engster  <dengste@eml.cc>
6028
6029         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6030
6031 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6032
6033         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6034         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6035         runtime choice under XEmacs.
6036
6037         * gnus-sum.el (gnus-summary-set-display-table):
6038         Use `gnus-put-display-table', `gnus-get-display-table',
6039         `gnus-set-display-table' for the display table, instead of `aset'.
6040
6041         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6042         Use `gnus-put-display-table', `gnus-get-display-table',
6043         `gnus-set-display-table' for the display table.
6044
6045 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6046
6047         * nnmairix.el: Add autoloads.
6048
6049 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6050
6051         * nnmairix.el (nnmairix-delete-recreate-group)
6052         (nnmairix-update-and-clear-marks): Fix error messages.
6053
6054 2008-06-14  David Engster  <dengste@eml.cc>
6055
6056         * nnmairix.el: Upgrade to version 0.6.
6057         (nnmairix-group-toggle-propmarks-this-group)
6058         (nnmairix-group-toggle-readmarks-this-group)
6059         (nnmairix-group-delete-recreate-this-group)
6060         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6061         (nnmairix-remove-tick-mark-original-article): New commands.
6062         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6063         (nnmairix-propagate-marks-to-nnmairix-groups)
6064         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6065         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6066         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6067         functions needed for marks propagation and manipulation of read marks.
6068         (nnmairix-update-groups): New function.
6069         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6070         (nnmairix-determine-original-group-from-registry)
6071         (nnmairix-determine-original-group-from-path)
6072         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6073         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6074         New helper functions.
6075         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6076         keystrokes for new commands.
6077         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6078         (nnmairix-request-group): Check allow-fast group parameter.
6079         (nnmairix-request-create-group): Set allow-fast group parameter if
6080         nnmairix-allowfast-default is set.
6081         (nnmairix-close-group): Propagate marks upon closing if needed.
6082         (nnmairix-group-toggle-threads-this-group): Use new.
6083         nnmairix-group-toggle-parameter helper function.
6084         (nnmairix-search): Better check for empty search result.
6085         (nnmairix-goto-original-article): Use new helper functions for
6086         determining original article.
6087         (nnmairix-show-original-article): Make sure message-id is in brackets.
6088         (nnmairix-call-mairix-binary): Change variable name.
6089         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6090         helper function.
6091         (nnmairix-widget-toggle-activate): Fix doc string.
6092
6093 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6094
6095         * nnir.el: Require edmacro when compiling with XEmacs.
6096         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6097         available in Emacs 21.
6098
6099 2008-06-11  Glenn Morris  <rgm@gnu.org>
6100
6101         * gnus-util.el (x-focus-frame):
6102         * gnus.el (image-size):
6103         * mm-decode.el (image-size): Declare.
6104
6105         * gnus-picon.el (declare-function): Add compat definition.
6106         (image-size): Declare.
6107
6108         * gnus-group.el (tool-bar-map):
6109         * gnus-sum.el (tool-bar-map): Define for compiler.
6110
6111         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6112
6113         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6114
6115         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6116         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6117         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6118         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6119         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6120         * sieve-manage.el, spam-report.el, spam.el:
6121         Remove unnecessary eval-and-compile of autoloads.
6122
6123 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6124
6125         * auth-source.el: Precise Tramp doc.
6126
6127 2008-06-07  Glenn Morris  <rgm@gnu.org>
6128
6129         * nnmairix.el: Remove unnecessary eval-when-compile.
6130
6131 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6132
6133         * lpath.el: Fbind propertize for XEmacs 21.4.
6134
6135 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6136
6137         * nnir.el: Move here from ../contrib.
6138
6139 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6140
6141         * gnus-util.el (gnus-read-shell-command): New function.
6142         * mm-decode.el (mm-pipe-part):
6143         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6144
6145 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6146
6147         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6148
6149 2008-06-03  Glenn Morris  <rgm@gnu.org>
6150
6151         * pop3.el (nnheader-accept-process-output): Autoload it.
6152
6153 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6154
6155         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6156         are not 2-digit hexadecimal characters that follow `%'s.
6157
6158 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6159
6160         * message.el (message-bogus-recipient-p): Fix type in doc string.
6161         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6162         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6163         Improve custom options.
6164         (message-bogus-recipient-p): Adjust accordingly.
6165
6166 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6167
6168         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6169         long-form month and day names.
6170
6171 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6172
6173         * dgnushack.el: Autoload debug, eudc-expand-inline and
6174         pgg-snarf-keys-region for XEmacs.
6175
6176         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6177
6178         * nnmairix.el: Require edmacro when compiling with XEmacs.
6179
6180 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6181
6182         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6183         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6184
6185 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6186
6187         * auth-source.el: Add more docs.
6188
6189         * netrc.el (netrc-machine): Always match if the port is not given.
6190
6191 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6192
6193         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6194         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6195         retrieval faster in some cases, but might make CPU usage larger.
6196         If this has any bad side effects, we might revert this change.
6197
6198         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6199         seems to make mail retrieval much, much faster.
6200         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6201         unconditionally.
6202
6203         * gnus-draft.el (gnus-group-send-queue):
6204         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6205
6206 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6207
6208         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6209
6210         * message.el (message-bogus-address-regexp): Fix and improve custom
6211         type.
6212         (message-setup-hook): Add message-check-recipients as custom option.
6213
6214 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6215
6216         * message.el (message-cite-function): Remove bogus autoload which crept
6217         in during merge from v5-10.
6218
6219 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6220
6221         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6222
6223         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6224
6225         * auth-source.el: Preliminary Tramp docs.
6226         (auth-sources): Change the default auth-sources to use
6227         EPA .gpg files.
6228
6229 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6230
6231         * nntp.el: Autoload `auth-source-user-or-password'.
6232         (nntp-send-authinfo): Use it.
6233
6234         * nnimap.el: Autoload `auth-source-user-or-password'.
6235         (nnimap-open-connection): Use it.
6236
6237         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6238         for the gnus-message function.
6239         (auth-source-user-or-password): Use it.
6240
6241 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6242
6243         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6244         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6245         (rfc2104-hash): Use it.
6246
6247 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6248
6249         * gnus-art.el (gnus-article-toggle-truncate-lines):
6250         Don't use `iff' in docstring.
6251
6252 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6253
6254         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6255
6256         * gnus-util.el (gnus-extract-address-component-name)
6257         (gnus-extract-address-component-email): Convenience functions around
6258         `gnus-extract-address-components'.
6259
6260         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6261         Use `gnus-extract-address-component-email' to fix bug of comparing full
6262         sender name to `user-mail-address'.
6263
6264 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6265
6266         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6267         catch/throw to optimize.
6268         (gnus-registry-find-keywords): Just use member to find a keyword.
6269
6270 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6271
6272         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6273         is current before calling gnus-server-prepare.
6274         (gnus-server-setup-buffer, gnus-server-update-server)
6275         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6276
6277 2008-05-04  Juri Linkov  <juri@jurta.org>
6278
6279         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6280         (mailcap-file-default-commands): Use mailcap-replace-in-string
6281         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6282         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6283
6284 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6285
6286         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6287
6288 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6289
6290         * gnus.el: Bump version to 0.11.
6291
6292 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6293
6294         * gnus.el: No Gnus v0.10 is released.
6295
6296 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6297
6298         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6299         hooks.
6300         (gnus-update-read-articles): Speed up non-marks-using users.
6301         (gnus-use-marks): Define gnus-use-marks.
6302         (gnus-propagate-marks): Rename variable to something more sensible.
6303
6304 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6305
6306         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6307         (gmm-image-load-path-for-library): Fix typos in docstrings.
6308         (gmm-message): Reflow docstring.
6309
6310 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6311
6312         * mail-source.el (mail-source-set-1, mail-source-bind):
6313         Move auth-source code out of the macro to clean it up and fix bugs.
6314
6315 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6316
6317         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6318         by sender if it's equal to user-mail-address, it's likely to be
6319         useless.
6320
6321         * mail-source.el (mail-source-bind): Don't use user or password if they
6322         are not bound.  Unintern them if they are nil.  Don't use server unless
6323         it's bound, and default it to empty string otherwise.
6324
6325 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6326
6327         * mail-source.el: Load auth-source.el.
6328         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6329         get user name or password, if auth-sources is set up.
6330
6331         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6332         strategy of splitting with parent.
6333         (gnus-registry-split-fancy-with-parent)
6334         (gnus-registry-post-process-groups): Use it and fix prior
6335         bug (returning a list as the split result).
6336
6337         * auth-source.el (auth-sources): Remove server parameter.
6338         (auth-source-pick, auth-source-user-or-password)
6339         (auth-source-user-or-password-imap)
6340         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6341         (auth-source-user-or-password-sftp)
6342         (auth-source-user-or-password-smtp): Remove server parameter.
6343
6344 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6345
6346         * smime.el (smime-sign-region, smime-encrypt-region)
6347         (smime-decrypt-region):
6348         Remove redundant calls to `generate-new-buffer-name'.
6349
6350 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6351
6352         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6353         Don't use QP for message/rfc822.
6354         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6355
6356 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6357
6358         * sieve-manage.el (sieve-string-bytes): Remove.
6359         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6360         correct byte-length only if the process's coding-system is the same as
6361         the one used internally by Emacs to represent strings.
6362
6363 2008-04-22  Juri Linkov  <juri@jurta.org>
6364
6365         * mailcap.el (mailcap-file-default-commands): New function.
6366
6367 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6368
6369         * message.el (message-signature-separator, message-cite-function):
6370         Change custom version.
6371
6372 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6373
6374         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6375         commands.
6376         (tls-checktrust): Ditto.
6377
6378 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6379
6380         * mm-decode.el (mm-display-external): Make temp file read-only.
6381
6382 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6383
6384         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6385         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6386         `C-c C-f d'.
6387
6388 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6389
6390         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6391
6392 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6393
6394         * gnus.el: Bump version to 0.9.
6395
6396 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6397
6398         * gnus.el: No Gnus v0.8 is released.
6399
6400 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6401
6402         * mail-source.el (mail-source-value):
6403         Prefer fboundp to functionp so it works with macros as well.
6404
6405 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6406
6407         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6408         Fix last change in case the element is not even a symbol.
6409
6410 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6411
6412         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6413         Prefer fboundp to functionp so it works with macros as well.
6414
6415 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6416
6417         * auth-source.el: Add docs.
6418         (auth-sources): Modify format to support server.
6419         (auth-source-pick, auth-source-user-or-password)
6420         (auth-source-user-or-password-imap)
6421         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6422         (auth-source-user-or-password-sftp)
6423         (auth-source-user-or-password-smtp): Add server parameter.
6424
6425 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6426
6427         * gnus-registry.el: Initialize the registry when gnus-registry-install
6428         is t.
6429
6430 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6431
6432         * compface.el (uncompface): Make buffer unibyte.
6433
6434 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6435
6436         * mail-source.el (mail-source-value):
6437         Prefer fboundp to functionp so it works with macros as well.
6438
6439 2008-04-05  Glenn Morris  <rgm@gnu.org>
6440
6441         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6442
6443 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6444
6445         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6446         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6447
6448         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6449         multibyteness after rather than before erasing it.
6450
6451         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6452         mm-with-multibyte.
6453         (gnus-request-article-this-buffer): Make sure the proper decoding is
6454         used if gnus-original-article-buffer happens to be unibyte.
6455
6456         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6457         default-enable-multibyte-characters.
6458
6459         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6460         default-enable-multibyte-characters.
6461
6462         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6463
6464         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6465
6466 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6467
6468         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6469         Fix last change in case the element is not even a symbol.
6470
6471 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6472
6473         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6474         (imap-message-copyuid-1): Use it.
6475         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6476         J. Williams in
6477         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6478
6479         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6480         imap-enable-exchange-bug-workaround.
6481         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6482
6483 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6484
6485         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6486         a 100 byte status-checks into a 2-3MB transfer for each group.
6487         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6488         to enable bug workaround or not.
6489         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6490
6491 2008-03-31  Glenn Morris  <rgm@gnu.org>
6492
6493         * message.el (mml2015-use): Declare for compiler.
6494         (message-info): Require mml2015 when appropriate.
6495
6496 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6497
6498         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6499         whitespace.
6500
6501 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6502
6503         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6504         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6505         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6506         (nntp-service-to-port): New function.
6507         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6508         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6509         (nntp-open-netcat-stream): New function.
6510         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6511
6512 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6513
6514         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6515
6516 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6517
6518         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6519
6520 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6521
6522         * dns.el (dns-write): Use set-buffer-multibyte.
6523
6524 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6525
6526         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6527
6528 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6529
6530         * message.el (message-signature-separator): Change default.
6531         Improve custom type.
6532         (message-cite-function): Change default to
6533         message-cite-original-without-signature.
6534
6535         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6536         toggle.
6537
6538         * message.el (message-check-news-body-syntax): Fix signature check.
6539         (message-setup-1): Mark buffer as unmodified _after_ running
6540         message-setup-hook and handling message-alternative-emails.
6541         (message-shorten-references): Be more strict when building list of
6542         valid references to comply with GNKSA.
6543
6544         * gnus-group.el (gnus-read-ephemeral-bug-group)
6545         (gnus-read-ephemeral-debian-bug-group)
6546         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6547
6548         * message.el (message-info): Don't use booleanp which isn't supported
6549         in Emacs 21 and XEmacs.
6550
6551 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6552
6553         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6554         gnus-group-gmane-group-download-format.
6555         (gnus-group-read-ephemeral-gmane-group): Rename from
6556         gnus-group-read-ephemeral-gmane-group.
6557         (gnus-read-ephemeral-gmane-group-url): Rename from
6558         gnus-group-read-ephemeral-gmane-group-url.
6559         (gnus-bug-group-download-format-alist): New variable.
6560         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6561         (gnus-read-ephemeral-emacs-bug-group): New commands.
6562
6563 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6564
6565         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6566         (gnus-visible-headers): Improve custom type.
6567
6568 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6569
6570         * mml.el (mml-menu): Add workarounds for XEmacs.
6571
6572         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6573         X-Boundary header.
6574
6575         * message.el (message-simplify-recipients): Fix previous commit.
6576
6577 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6578
6579         * mm-util.el (mm-set-buffer-multibyte): New function.
6580         * mm-decode.el (mm-copy-to-buffer): Use it.
6581
6582         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6583         Prefer fboundp to functionp so it works with macros as well.
6584
6585 2008-03-19  Glenn Morris  <rgm@gnu.org>
6586
6587         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6588         Accidentally removed in the sync process with Emacs.
6589
6590 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6591
6592         * message.el (message-alter-recipients-discard-bogus-full-name):
6593         New function.
6594         (message-alter-recipients-function): New variable.
6595         (message-get-reply-headers): Use it.
6596         (message-replace-header): New helper function.
6597         (message-recipients-without-full-name): New variable.
6598         (message-simplify-recipients): New command.
6599
6600         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6601
6602         * message.el (message-info): Handle EasyPG manual.
6603
6604         * mml.el (mml-menu): Add entry for EasyPG.
6605
6606 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6607
6608         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6609         parameter.
6610
6611         * message.el (message-disassociate-draft): Specify drafts group name
6612         fully.
6613
6614 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6615
6616         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6617         Eliminate unnecessary duplicates from the match list.
6618
6619 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6622
6623         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6624
6625         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6626         args of `how-many' of which the XEmacs version doesn't take; declare
6627         Info-index-next as function.
6628
6629 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6630
6631         * gnus-score.el (gnus-score-headers): Fix handling of
6632         gnus-inhibit-slow-scoring.
6633
6634         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6635         string.
6636         (gnus-button-url-regexp): Improve handling of parenthesis.
6637         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6638         (gnus-button-handle-info-keystrokes): Handle index entries.
6639
6640 2008-03-15  Glenn Morris  <rgm@gnu.org>
6641
6642         * parse-time.el (parse-time-string): Simplify.
6643
6644 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6647         Incoming* files.
6648
6649 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6650
6651         * auth-source.el (auth-sources): Rename from auth-source-choices.
6652         (auth-source-pick): Use it.
6653
6654 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6655
6656         * binhex.el (binhex-decode-region-internal):
6657         * uudecode.el (uudecode-decode-region-internal):
6658         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6659         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6660         setting default-enable-multibyte-characters.
6661
6662 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6663
6664         * auth-source.el (auth-source-protocols)
6665         (auth-source-protocols-customize, auth-source-choices): Add and
6666         modified variable customizations and defaults.
6667         (auth-source-pick, auth-source-user-or-password)
6668         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6669         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6670         (auth-source-user-or-password-sftp)
6671         (auth-source-user-or-password-smtp): Use new variables and provide an
6672         interface to netrc.el.
6673
6674 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6675
6676         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6677         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6678         Make sure the nntp port to specify is a string.
6679
6680 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6681
6682         * nntp.el: Use with-current-buffer.
6683         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6684         dubious mm-with-unibyte-current-buffer.
6685         (nntp-with-open-group-function): New function extracted from
6686         nntp-with-open-group macro.
6687         (nntp-with-open-group): Use the function, so it's easier to debug.
6688         Add indentation and debugging info.
6689         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6690         Recommend the use of the netcat alternatives.
6691
6692         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6693         Avoid mm-string-as-multibyte as well.
6694
6695         * nnweb.el (nnweb-insert-html):
6696         Remove use of nnheader-string-as-multibyte.
6697
6698         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6699         (nnheader-string-as-multibyte): Remove.
6700
6701         * mm-view.el: Use inhibit-read-only.
6702         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6703         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6704         or unibyte-string.
6705
6706         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6707         (mm-uu-yenc-extract): Use with-current-buffer.
6708
6709         * gnus-soup.el (gnus-soup-send-packet): Don't use
6710         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6711
6712         * nnmh.el: Use with-current-buffer.
6713         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6714         mm-string-as-multibyte on the output of mm-encode-coding-string.
6715
6716         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6717         (nnimap-request-move-article): Use with-current-buffer.
6718
6719         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6720         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6721         conversion uses string-make-unibyte rather than string-as-unibyte.
6722
6723         * gnus-msg.el: Use with-current-buffer.
6724
6725         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6726
6727 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6728
6729         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6730         string for caching if it is 'PIN.
6731
6732 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6733
6734         * lpath.el: Consider the case without Emacs/W3.
6735
6736 2008-03-08  Glenn Morris  <rgm@gnu.org>
6737
6738         * time-date.el (date-to-time, time-subtract, time-add)
6739         (safe-date-to-time): Doc fixes.
6740
6741 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6742
6743         * mail-source.el (mail-source-delete-old-incoming-confirm):
6744         Change default to nil.
6745         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6746
6747 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6748
6749         * lpath.el: Rearrange.
6750
6751         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6752         (gnus-article-goto-prev-page): Work for articles having ^L's.
6753
6754         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6755
6756         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6757
6758 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6759
6760         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6761         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6762         (gnus-bookmark-jump): Adjust some variable names.
6763
6764 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6765
6766         * auth-source.el: New package.
6767         (auth-source-choices): Add customization entry point variable.
6768
6769         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6770         bug.
6771
6772 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6773
6774         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6775         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6776         (gnus-registry-install-shortcuts): Rename from
6777         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6778         the `gnus-registry-mark-map' keymap dynamically from
6779         `gnus-registry-marks'.  The generated functions update the summary line
6780         when a registry mark is added or deleted, and will call
6781         `gnus-registry-install-p' (see the comments in the code).
6782         (gnus-registry-user-format-function-M): Use concat intelligently.
6783
6784         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6785         the registry mark functions.
6786
6787 2008-03-05  Glenn Morris  <rgm@gnu.org>
6788
6789         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6790         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6791         gnus-art.
6792         (top-level): No need to load own source when compiling.
6793
6794 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6795
6796         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6797         Suggested by <chris.anderton@zetnet.co.uk>.
6798
6799 2008-03-04  Glenn Morris  <rgm@gnu.org>
6800
6801         * gnus-sum.el (top-level): No need to require gnus when compiling,
6802         since unconditionally required near start of file.
6803         (gnus-summary-display-while-building): Move definition before use.
6804
6805 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6806
6807         * gnus-registry.el (gnus-registry-user-format-function-M):
6808         Add formatting function.
6809
6810 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6811
6812         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6813         with plists.
6814         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6815         Use new format.
6816
6817 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6818
6819         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6820         `where-is-internal' that returns a range of key sequences.
6821
6822 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6823
6824         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6825
6826         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6827         (gnus-summary-jump-to-group): Consider windows on other displayed
6828         frames as well.  Similar changes might be needed elsewhere, but that's
6829         the one I've bumped into during my use.
6830
6831         * nndoc.el (nndoc-oe-dbx-type-p):
6832         * gnus-msg.el (gnus-debug):
6833         * gnus-group.el (gnus-update-group-mark-positions):
6834         Use mm-string-to-multibyte.
6835
6836 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6837
6838         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6839         doesn't handle NotDashEscaped.
6840
6841         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6842         (mml-dnd-attach-options): Fix typo in custom choice.
6843
6844         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6845         Change nndoc-article-type to mbox.
6846         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6847
6848         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6849         to nil, instead of html2text.
6850
6851         * imap.el (imap-debug): Add `imap-ping-server'.
6852
6853         * gnus-bookmark.el: Add FIXMEs.
6854
6855         * message.el (message-form-letter-separator)
6856         (message-send-form-letter-delay): New variables.
6857         (message-send-form-letter): Use them.  New command to send form
6858         letters.  Requested by Uwe Siart.
6859         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6860
6861 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6862
6863         * Update copyright years.
6864
6865 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6866
6867         Sync from EMACS_22_BASE.
6868
6869         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6870
6871 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6872
6873         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6874         empty author.
6875
6876 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6877
6878         * gnus-registry.el (gnus-registry-marks): Add variable for
6879         customization of marks and their appearance.
6880         (gnus-registry-read-mark): Use it.
6881         (gnus-registry-do-marks): Add utility function to loop through
6882         `gnus-registry-marks'.
6883         (gnus-registry-install-shortcuts-and-menus): Add function to install
6884         shortcuts and menus.
6885         (gnus-registry-initialize): Use it.
6886         (gnus-registry-default-mark): Clarify documentation.
6887
6888 2008-02-29  Glenn Morris  <rgm@gnu.org>
6889
6890         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6891         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6892         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6893         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6894         Change defcustom :version from 23.0 to 23.1.
6895
6896 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6897
6898         * gnus-registry.el (gnus-registry-follow-group-p)
6899         (gnus-registry-post-process-groups): Add functions to aid registry
6900         splitting and improve logging.  Clarify behavior in function
6901         documentation.
6902         (gnus-registry-split-fancy-with-parent): Use them.
6903
6904 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6905
6906         * gnus-art.el: Use with-current-buffer.
6907
6908 2008-02-27  David Engster  <dengste@eml.cc>
6909
6910         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6911         Express real group name in the response.
6912
6913 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6916         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6917         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6918         autoload gnus-registry-fetch-group when compiling.
6919         (nnmairix-request-group-with-article-number-correction):
6920         Remove unreferenced argument passed to nnmairix-call-backend.
6921
6922 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6923
6924         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6925         (mm-uu-extract): Improve face for low color ttys.
6926         Reported by Sascha Wilde.
6927
6928 2008-02-27  Glenn Morris  <rgm@gnu.org>
6929
6930         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6931         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6932         variables to defconsts.  Convert comments to doc-strings.
6933         (nnmairix-last-server, nnmairix-current-server): Convert from free
6934         variables to defvars.  Convert comments to doc-strings.
6935         (gnus-registry-fetch-group): Autoload.
6936         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6937         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6938         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6939         caddr.
6940         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6941         nnmairix-request-group-with-article-number-correction call.
6942         (nnmairix-fast, nnmairix-group): New, less general names, for free
6943         variables passed from nnmairix-request-group to
6944         nnmairix-request-group-with-article-number-correction.  Declare.
6945         (nnmairix-request-group-with-article-number-correction):
6946         Use nnmairix-fast, nnmairix-group rather than fast, group.
6947
6948 2008-02-26  David Engster  <dengste@eml.cc>
6949
6950         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6951         version 0.5.
6952
6953 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6954
6955         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6956         instead of making an extra function call.  Don't add the current group
6957         to articles only when they have the group.  Use
6958         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6959         Reported by David <de_bb@arcor.de>.
6960
6961 2008-02-24  Miles Bader  <miles@gnu.org>
6962
6963         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6964         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6965         (mm-find-mime-charset-region):
6966         * mm-bodies.el (mm-encode-body):
6967         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6968
6969 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6970
6971         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6972         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6973
6974 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6975
6976         * mail-source.el (mail-source-delete-incoming): Change default.
6977         Supplement doc string.
6978
6979         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6980
6981 2008-02-14  Glenn Morris  <rgm@gnu.org>
6982
6983         * time-date.el (format-seconds): New function.
6984
6985 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6986
6987         * nnmail.el (nnmail-message-id-cache-file): Derive from
6988         `gnus-home-directory'.
6989
6990 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6991
6992         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6993         Document negative prefix.
6994
6995         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6996
6997 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6998
6999         * message.el (message-unsent-separator): Add the Exim bounce
7000         separator.
7001
7002 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7003
7004         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7005         list.
7006         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7007         recipient/signer list.
7008
7009 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * Makefile.in (datarootdir): Define.
7012         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7013         name that might contain whitespace.
7014
7015 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7016
7017         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7018         fbound (Emacs 23 unicode), signal an error.
7019
7020 2008-02-08  Glenn Morris  <rgm@gnu.org>
7021
7022         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7023
7024 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7025
7026         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7027         ports to the calls to `netrc-machine-user-or-password' in addition to
7028         "imap" and "imaps".
7029
7030 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7031
7032         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7033
7034         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7035
7036 2008-02-01  Kenichi Handa  <handa@m17n.org>
7037
7038         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7039         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7040         (rfc2104-hash): Convert the result of concat to unibyte string.
7041
7042 2008-02-01  Dave Love  <fx@gnu.org>
7043
7044         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7045         coding-system-for-read.
7046         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7047
7048 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7049
7050         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7051         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7052         <hanche@math.ntnu.no>.
7053
7054 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7057
7058         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7059
7060 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7061
7062         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7063         * message.el (message-beginning-of-line): Use featurep instead of bound
7064         tests in order to resolve conditionals at compile time.
7065
7066 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7067
7068         * mail-source.el (mail-sources): Add `group' choice.
7069
7070         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7071         parameter `in-group' to control into which group the articles go.
7072         Add treatment of `group' mail-source.
7073
7074 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7077
7078         * mm-decode.el (mm-dissect-buffer): Decode description.
7079
7080         * mml.el (mml-to-mime): Encode message header first.
7081
7082 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7083
7084         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7085         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7086
7087         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7088         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7089
7090 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7091
7092         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7093
7094 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7095
7096         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7097         prefix keys.
7098         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7099         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7100         gnus-xmas.el.
7101
7102         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7103         (gnus-xmas-article-describe-bindings): New function.
7104         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7105         gnus-xmas-article-describe-bindings.
7106
7107         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7108
7109 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7110
7111         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7112         Add new variables for article mark management.
7113         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7114         list of extra data entries which, when present, will indicate that the
7115         article ID should not be trimmed from the registry.
7116         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7117         functions.
7118         (gnus-registry-read-mark): New function to read a mark name from the
7119         user.
7120         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7121         (gnus-registry-set-article-mark-internal): New functions to add and
7122         remove marks.
7123         (gnus-registry-get-article-marks): New function to show the marks for
7124         an article, or retrieve them for further use.
7125
7126 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7127
7128         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7129         keys when no argument is given.
7130
7131 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7132
7133         * imap.el (imap-ping-server): New variable.
7134         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7135         (imap-ping-server): Minor doc string fixes.
7136
7137 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7138
7139         * imap.el (imap-ping-server): New function.
7140         (imap-opened): Call imap-ping-server.
7141
7142 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7143
7144         * gnus-sum.el (gnus-article-sort-by-random)
7145         (gnus-thread-sort-by-random): Fix doc strings.
7146         Reported by jidanni@jidanni.org.
7147
7148 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7149
7150         * gnus-art.el (gnus-article-describe-bindings): New function.
7151         (gnus-article-read-summary-keys): Use it.
7152         (gnus-article-mode-map): Bind `C-h b' to it.
7153
7154 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7155
7156         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7157         XEmacs.
7158         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7159         Protect against non-character events.
7160
7161         * lpath.el: Fbind map-keymap for Emacs 21.
7162
7163 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7164
7165         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7166         New command.
7167         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7168         instead of END.  Change name of the temp file.
7169         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7170         customizable.
7171
7172 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7175         bind `S W' to gnus-article-wide-reply-with-original; set default
7176         binding to gnus-article-read-summary-send-keys.
7177         (gnus-article-read-summary-keys): Fix the order of keys; display
7178         continuation keys correctly in the echo area; describe bindings
7179         correctly when keys end with `C-h'.
7180         (gnus-article-read-summary-send-keys): New function.
7181         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7182         Work for gnus-article-read-summary-send-keys; display continuation keys
7183         correctly in the echo area.
7184         (gnus-article-reply-with-original): Ignore prefix argument.
7185         (gnus-article-wide-reply-with-original): New function.
7186
7187         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7188         Emacs 21.
7189
7190 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7193         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7194
7195 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7196
7197         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7198         (gnus-group-read-ephemeral-gmane-group): New command.
7199
7200 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7201
7202         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7203
7204 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7205
7206         * message.el (message-send-mail-function): Increase custom version.
7207
7208         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7209         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7210
7211 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7212
7213         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7214         for the cases where imap-authenticate is called with a nil buffer
7215         parameter.
7216
7217 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7220         html parts correctly; support forwarded messages.
7221         (gnus-article-browse-html-article): Remove work buffers.
7222
7223         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7224         compiling.
7225         (netrc-bound-and-true-p): New macro.
7226         (netrc-parse): Use it instead of bound-and-true-p that is not available
7227         in XEmacs 21.4.
7228
7229 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7230
7231         * gnus-registry.el (gnus-registry-mark-article)
7232         (gnus-registry-article-marks): Add functionality to mark articles
7233         through the Gnus registry.
7234
7235         * encrypt.el: Clarify documentation for the new pgg method.
7236         (encrypt-file-alist): Add PGG option.
7237         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7238         functionality.  Abstract password key and messaging to external
7239         functions.
7240         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7241         (encrypt-message-method-and-cipher): Add new convenience external
7242         functions.
7243         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7244         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7245
7246         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7247         (netrc-parse): Use encrypt-file-alist to determine if
7248         encrypt-find-model or encrypt-insert-file-contents should be used.
7249
7250         * encrypt.el: Clarify documentation.  Load password-cache or
7251         password, whichever one is found first, instead of autoloading.
7252
7253 2007-12-19  Glenn Morris  <rgm@gnu.org>
7254
7255         * mml.el (message-options-set, message-narrow-to-head)
7256         (message-in-body-p, message-mail-p, message-encode-message-body):
7257         Autoload.
7258         (message-remove-header, message-narrow-to-headers-or-head)
7259         (message-subscribed-p, message-make-mail-followup-to)
7260         (message-position-on-field, message-news-p)
7261         (message-options-set-recipient, message-generate-headers)
7262         (message-sort-headers): Declare as functions.
7263
7264 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7265
7266         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7267         convention in doc string.
7268
7269 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7270
7271         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7272         title to html parts.
7273         (gnus-article-browse-html-article): Pass message header to it.
7274
7275         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7276
7277 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7278
7279         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7280         or password compatible with XEmacs.
7281
7282 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7283
7284         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7285         format document.
7286         (gnus-mime-delete-part): Don't write description line if empty.
7287         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7288
7289 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7290
7291         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7292         (gnus-summary-mark-read-and-unread-as-read)
7293         (gnus-summary-mark-current-read-and-unread-as-read)
7294         (gnus-summary-mark-unread-as-ticked): Doc fix.
7295         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7296
7297 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7298
7299         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7300         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7301
7302 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7303
7304         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7305         yes-or-no-p.
7306
7307 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7308
7309         * mm-decode.el (mm-add-meta-html-tag): New function.
7310         (mm-save-part-to-file, mm-pipe-part): Use it.
7311
7312         * gnus-art.el (gnus-article-browse-delete-temp-files):
7313         Use gnus-y-or-n-p instead of y-or-n-p.
7314         (gnus-article-browse-html-parts): Work with message/external-body; use
7315         mm-add-meta-html-tag.
7316
7317 2007-12-11  Glenn Morris  <rgm@gnu.org>
7318
7319         * gnus-cache.el: Require gnus-sum not just when compiling.
7320
7321         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7322
7323         * gnus-int.el (gnus-server-opened, gnus-status-message):
7324         Move definitions before use.
7325
7326         * mm-decode.el: Require gnus-util.
7327         (mm-remove-part): Only call delete-annotation on XEmacs.
7328
7329         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7330
7331         * nnmail.el: Require gnus-int.
7332
7333         * spam.el: Move `require's before `eval-when-compile's.
7334
7335         * gnus-ems.el (gnus-alive-p):
7336         * gnus-fun.el (message-goto-eoh):
7337         * gnus-util.el (gnus-group-name-decode):
7338         * mail-source.el (gnus-compress-sequence):
7339         * message.el (Info-goto-node, format-spec):
7340         * mm-bodies.el (message-options-get):
7341         * mm-decode.el (mm-view-pkcs7):
7342         * mm-util.el (gmm-write-region):
7343         * mml-smime.el (mml-compute-boundary)
7344         (gnus-completing-read-with-default):
7345         * mml.el (widget-button-press, gnus-make-hashtable):
7346         * mml1991.el (mm-decode-content-transfer-encoding)
7347         (mm-encode-content-transfer-encoding)
7348         (message-options-get, message-options-set):
7349         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7350         * nnfolder.el (gnus-request-group):
7351         * nnheader.el (ietf-drums-unfold-fws):
7352         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7353         * smime.el (gnus-run-mode-hooks):
7354         * spam-stat.el (gnus-message): Autoload.
7355
7356         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7357         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7358         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7359         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7360         Add declare-function compatibility definition.
7361
7362         * gnus-cache.el (nnvirtual-find-group-art):
7363         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7364         (gnus-add-image, gnus-add-wash-type):
7365         * gnus-group.el (nnkiboze-score-file):
7366         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7367         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7368         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7369         (message-tokenize-header, gnus-get-buffer-create)
7370         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7371         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7372         * gnus.el (gnus-group-decoded-name):
7373         * mail-source.el (imap-capability):
7374         * mm-bodies.el (message-options-set):
7375         * mm-decode.el (gnus-configure-windows):
7376         * mm-extern.el (message-goto-body):
7377         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7378         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7379         (epg-sub-key-validity, message-options-set):
7380         * mml.el (widget-event-point, gnus-configure-windows):
7381         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7382         * mml2015.el (epg-check-configuration, epg-configuration)
7383         (message-options-set):
7384         * nndb.el (nndb-request-article):
7385         * nnfolder.el (gnus-request-create-group):
7386         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7387         * nnmaildir.el (gnus-group-mark-article-read):
7388         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7389         * rfc1843.el (message-fetch-field):
7390         * spam.el (gnus-extract-address-components):
7391         Declare as functions.
7392
7393 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7394
7395         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7396
7397         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7398
7399         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7400         bind show-trailing-whitespace for XEmacs.
7401
7402 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7403
7404         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7405         new no-op macro for backward compatibility.
7406
7407         * imap.el (imap-string-to-integer): New function.
7408
7409 2007-12-09  Glenn Morris  <rgm@gnu.org>
7410
7411         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7412
7413         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7414         * message.el, mm-view.el, sieve-manage.el, smime.el:
7415         Add declare-function compatibility definition.
7416
7417         * gnus-art.el (w3-region, w3m-region, Info-menu):
7418         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7419         * gnus-sum.el (gnus-get-predicate):
7420         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7421         * message.el (mail-abbrev-in-expansion-header-p):
7422         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7423         (w3m-detect-meta-charset, w3m-region):
7424         * sieve-manage.el (password-read, password-cache-add)
7425         (password-cache-remove):
7426         * smime.el (password-read-and-add): Declare as functions.
7427
7428 2007-12-08  David Kastrup  <dak@gnu.org>
7429
7430         * gnus-sum.el (gnus-summary-simplify-subject-query):
7431         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7432         `message'.
7433
7434 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7437         it to bind idna-program, installation-directory, defined-colors, and
7438         face-attribute for XEmacs of the version that compiles defcustom forms.
7439
7440 2007-12-07  Glenn Morris  <rgm@gnu.org>
7441
7442         * gnus-art.el (article-make-date-line): Revert previous change.
7443
7444 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7445
7446         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7447
7448 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7449
7450         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7451         Call gnus-add-to-range ranges only once with a prepared article-list.
7452
7453 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7454
7455         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7456         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7457         group names with backslashes.
7458         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7459
7460 2007-12-06  Deepak Goel  <deego3@gmail.com>
7461
7462         * gnus-art.el (article-make-date-line):
7463         * gnus-start.el (gnus-load):
7464         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7465
7466 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7467
7468         * gnus-art.el (gnus-use-idna)
7469         * gnus-start.el (gnus-site-init-file)
7470         * message.el (message-use-idna)
7471         * mm-uu.el (mm-uu-hide-markers)
7472         * smiley.el (smiley-style): Revert changes that suppress warnings.
7473
7474 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7475
7476         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7477         specify charset to html source.
7478         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7479
7480 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7483         idna-program in order to suppress byte compile warning issued by XEmacs
7484         that came to byte compile the default value section of defcustom forms
7485         recently.
7486
7487         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7488         value of installation-directory.
7489
7490         * message.el (message-use-idna): Don't directly refer to the value of
7491         idna-program.
7492
7493         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7494
7495         * smiley.el (smiley-style): Don't directly call face-attribute.
7496
7497 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7498
7499         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7500
7501         * gnus-dired.el: Reduce Gnus dependencies.
7502         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7503         Don't require.  Use autoloads instead.
7504         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7505         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7506         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7507         (gnus-dired-mode): Adjust doc string.
7508         (gnus-dired-mail-mode): New variable.
7509         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7510         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7511         (gnus-dired-mail-buffers): New function.  Return mail or message
7512         composition buffers.
7513         (gnus-dired-attach): Use it.
7514         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7515         NO-DECODE.
7516         (gnus-dired-print): Use `gnus-print-buffer' depending on
7517         `gnus-dired-mail-mode'.
7518
7519 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7520
7521         * rfc2047.el (rfc2047-encoded-word-regexp)
7522         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7523         explaining what regexp patterns are for.
7524
7525 2007-12-04  Glenn Morris  <rgm@gnu.org>
7526
7527         * password.el: Move to password-cache.el.
7528
7529         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7530         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7531         * mml-smime.el (password-read, password-cache-add)
7532         (password-cache-remove):
7533         No need to autoload, since mml-sec requires password.
7534
7535         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7536         * message.el (gnus-extract-address-components):
7537         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7538
7539         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7540         password.
7541
7542 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7543
7544         * mailcap.el: Reduce dependencies.
7545         (mail-header-parse-content-type): Autoload.
7546         (mailcap-delete-duplicates): New alias.
7547         (mailcap-mime-info): Add optional argument NO-DECODE.
7548         (mailcap-mime-types): Use mailcap-delete-duplicates.
7549
7550         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7551
7552 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7553
7554         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7555         (imap-parse-status): Upcase status-att for servers that sends them
7556         lower-case (e.g., MS Exchange 2007).
7557
7558 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7559
7560         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7561         function.
7562
7563         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7564         (gnus-uu-yenc-article): New function.
7565
7566         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7567
7568         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7569
7570 2007-12-02  Glenn Morris  <rgm@gnu.org>
7571
7572         * binhex.el (binhex): New custom group.
7573         (binhex-decoder-program, binhex-decoder-switches)
7574         (binhex-use-external): Move to the binhex custom group.
7575
7576         * uudecode.el (uudecode): New custom group.
7577         (uudecode-decoder-program, uudecode-decoder-switches)
7578         (uudecode-use-external): Move to the uudecode custom group.
7579
7580         * netrc.el (top-level): Don't load `encrypt' features.
7581         (netrc-parse): Don't use encrypt.
7582         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7583
7584         * encrypt.el: Remove file.
7585
7586 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7587
7588         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7589         matches on patches.
7590
7591         * gnus-art.el (gnus-article-browse-html-article):
7592         Mention `mm-text-html-renderer' in the doc string.
7593
7594         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7595         string.  Add comments.
7596
7597         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7598         if rhs is ASCII.
7599
7600 2007-12-01  Glenn Morris  <rgm@gnu.org>
7601
7602         * mail-source.el (top-level): Require format-spec before
7603         eval-when-compile.
7604
7605 2007-11-30  Glenn Morris  <rgm@gnu.org>
7606
7607         * encrypt.el: Require password, rather than autoloading password-read.
7608
7609 2007-11-29  Glenn Morris  <rgm@gnu.org>
7610
7611         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7612         (sasl-make-client, sasl-next-step, sasl-step-data)
7613         (sasl-step-set-data): Declare as functions.
7614
7615 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7616
7617         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7618
7619 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7620
7621         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7622         certs should be verified and what is to be done in the event of a
7623         verification failure.
7624
7625         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7626         caller can indicate whether the cache should be disregarded for this
7627         call.  This way the result of the call is reproducible at all times and
7628         can be considered a canonical server name for the supplied method.
7629         (gnus-agent-method-p): Canonicalize server names by pushing their
7630         method through `gnus-method-to-server' using the no-cache argument.
7631
7632         * gnus-srvr.el (gnus-server-insert-server-line):
7633         Call `gnus-method-to-server' with `no-cache' argument.
7634
7635         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7636         gnus-agent-possibly-synchronize-flags as this should be called when the
7637         server is actually being opened.
7638         (gnus-agent-possibly-synchronize-flags)
7639         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7640         flags file of an agentized server to the latter function.
7641
7642         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7643         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7644         after a connection has been established successfully.
7645
7646 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7647
7648         * gnus-art.el (article-display-face): Force to display face if called
7649         interactively; check if gnus-article-x-face-too-ugly matches author.
7650         (article-display-x-face): Display face even if From header is missing
7651         as article-display-face does.
7652
7653 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7654
7655         * hashcash.el (message-narrow-to-headers-or-head)
7656         (message-fetch-field, message-goto-eoh)
7657         (message-narrow-to-headers): Declare as functions.
7658
7659 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7660
7661         * mail-source.el (mail-sources): Default to fetch from file for
7662         compatibility with default of nnmail-spool-file.
7663
7664 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7665
7666         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7667         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7668         to look for encoded word that should be encoded again.
7669         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7670         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7671         encoding pattern.
7672         (rfc2047-decode-region): Switch strict regexp and loose one according
7673         to rfc2047-allow-irregular-q-encoded-words.
7674
7675 2007-11-25  Romain Francoise  <romain@orebokech.com>
7676
7677         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7678
7679 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7680
7681         * tls.el (tls-program): Provide more custom choices from
7682         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7683         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7684
7685 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7686
7687         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7688         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7689
7690         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7691         `nnmail-spool-file'.
7692
7693         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7694         `nnmail-spool-file'.
7695
7696         * gnus-move.el (gnus-change-server): Ditto.
7697
7698         * gnus-kill.el (gnus-batch-score): Ditto.
7699
7700         * gnus-cache.el (gnus-jog-cache): Ditto.
7701
7702         * gnus-msg.el (gnus-summary-reply):
7703         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7704
7705 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7706
7707         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7708         version.  Minor improvement to doc strings.
7709         (tls-program): Add comment.
7710
7711 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7712
7713         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7714         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7715         mismatch between the hostname provided in the certificate and the name
7716         of the host connnecting to.
7717         (open-tls-stream): Use them.  Check certificates against trusted root
7718         certificates.
7719
7720 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7721
7722         * gnus-cache.el (gnus-cache-generate-nov-databases):
7723         Use nnml-generate-nov-databases-directory instead of
7724         nnml-generate-nov-databases-1.
7725
7726 2007-11-24  Glenn Morris  <rgm@gnu.org>
7727
7728         * message.el (message-tool-bar-retro): Update for rename
7729         mail_send.xpm->mail-send.xpm.
7730
7731 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7732
7733         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7734         `smime-ldap-search' for Emacs 22 and up.
7735
7736 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7737
7738         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7739
7740         * message.el (message-send-mail-function): Fix error convention.
7741         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7742         (message-widen-reply, message-send-mail, message-talkative-question)
7743         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7744         (message-clone-locals, message-send-news): Use with-current-buffer.
7745         (message-insert-or-toggle-importance): Remove unused var `valid'.
7746         (message-make-references): Remove unused var `new-references'.
7747         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7748
7749 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7750
7751         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7752         (spam-split-symbolic-return-positive): Reflow docstring.
7753         (spam-backends, spam-summary-exit-behavior)
7754         (spam-mark-ham-unread-before-move-from-spam-group)
7755         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7756         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7757         (spam-clear-cache, spam-backend-check, spam-install-backend)
7758         (spam-install-statistical-backend, spam-list-of-processors)
7759         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7760         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7761         (spam-check-crm114, spam-initialize, spam-unload-hook):
7762         Fix typos in docstrings.
7763
7764 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7767         been checked if they have never been read and those group levels are
7768         higher than the one that a user specified.
7769
7770 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7771
7772         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7773         foreign groups unless a group level is specified by a user.
7774         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7775
7776 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7777
7778         * message.el (message-send-mail-function): Require sendmail.
7779
7780 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7781
7782         * message.el (message-send-mail-function): Check for smtpmail too.
7783
7784         * utf7.el (utf7-encode, utf7-decode): Use coding system
7785         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7786
7787         * message.el (message-send-mail-function): New function.
7788         (message-send-mail-function): Set default using
7789         message-send-mail-function.  Adjust doc string.
7790         (message-send-mail-with-mailclient): New function.
7791
7792 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7793
7794         * smime.el (from):
7795         * rfc2047.el (message-posting-charset):
7796         * qp.el (mm-use-ultra-safe-encoding):
7797         * pop3.el (parse-time-months):
7798         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7799         * nnml.el (files):
7800         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7801         (jka-compr-compression-info-list, ange-ftp-path-format)
7802         (efs-path-regexp):
7803         * nndiary.el (files):
7804         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7805         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7806         (epg-digest-algorithm-alist, inhibit-redisplay)
7807         (password-cache-expiry):
7808         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7809         (pgg-output-buffer, password-cache-expiry):
7810         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7811         (efs-path-regexp):
7812         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7813         (inhibit-redisplay):
7814         * mm-uu.el (file-name, start-point, end-point, entry)
7815         (gnus-newsgroup-name, gnus-newsgroup-charset):
7816         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7817         (latin-unity-ucs-list):
7818         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7819         (mm-uu-binhex-decode-function):
7820         * message.el (gnus-message-group-art, gnus-list-identifiers)
7821         (rmail-enable-mime-composing, gnus-local-organization)
7822         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7823         (gnus-read-active-file, facemenu-add-face-function)
7824         (facemenu-remove-face-function, gnus-article-decoded-p)
7825         (tool-bar-mode):
7826         * mail-source.el (display-time-mail-function):
7827         * gnus-util.el (nnmail-pathname-coding-system)
7828         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7829         (gnus-original-article-buffer, gnus-user-agent)
7830         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7831         (xemacs-codename, sxemacs-codename, emacs-program-version):
7832         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7833         * gnus-start.el (gnus-agent-covered-methods)
7834         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7835         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7836         (gnus-newsgroup-headers, gnus-group-list-mode)
7837         (gnus-group-mark-positions, gnus-newsgroup-data)
7838         (gnus-newsgroup-unreads, nnoo-state-alist)
7839         (gnus-current-select-method, mail-sources)
7840         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7841         (nnmail-spool-file, gnus-cache-active-hashtb):
7842         * gnus-mh.el (mh-lib-progs):
7843         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7844         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7845         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7846         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7847         (gnus-group-buffer):
7848         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7849         (font-lock-set-defaults):
7850         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7851         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7852         (gnus-summary-post-menu, total-parts, type, condition, length):
7853         * gnus-agent.el (gnus-agent-read-agentview):
7854         * flow-fill.el (show-trailing-whitespace):
7855         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7856         eval-and-compile wrappers for byte compiler pacifiers.
7857
7858         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7859         (mm-display-inline-fontify): Check for featurep 'xemacs not
7860         extent-list.
7861
7862         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7863         itimer-list.
7864         (mm-create-image-xemacs): Only do something for XEmacs.
7865         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7866
7867         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7868
7869         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7870         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7871
7872 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7873
7874         * nnimap.el (nnimap-split-download-body):
7875         * gnus-demon.el (gnus-demon):
7876         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7877
7878 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7879
7880         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7881         New macros.
7882         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7883         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7884         copy data from unibyte buffer to multibyte current buffer.
7885         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7886         to copy data from unibyte current buffer to multibyte buffer.
7887         (nntp-make-process-buffer): Make process buffer unibyte.
7888
7889         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7890
7891 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7892
7893         * pop3.el (pop3-open-server): Accept and process data more robustly at
7894         connexion start to avoid spurious "POP SSL connexion failed" errors.
7895
7896 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7897
7898         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7899         read group names.
7900
7901 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7902
7903         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7904
7905 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7908         (nnmail-save-active): Use a unibyte buffer when saving active file,
7909         which may contain non-ASCII group names.
7910
7911         * nnml.el (nnml-request-group): Decode group names in messages.
7912
7913 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7914
7915         * message.el (message-citation-line-function)
7916         (message-insert-formatted-citation-line): Fix spelling of
7917         `message-insert-formated-citation-line'.
7918
7919 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7920
7921         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7922
7923 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7924
7925         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7926         nnmail-pathname-coding-system.
7927
7928         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7929         that a user enters; decode group names in messages.
7930
7931         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7932
7933 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7934
7935         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7936
7937         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7938
7939         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7940         risky local variable.
7941
7942         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7943
7944 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7945
7946         * encrypt.el: Improve documentation to fix function name typo.
7947         Reported by Daiki Ueno <ueno@unixuser.org>.
7948
7949 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7950
7951         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7952         even if the point is not in the last page of an article.
7953         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7954         back to the previous page.
7955
7956 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7957
7958         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7959
7960 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7961
7962         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7963
7964 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7965
7966         * message.el (message-check-news-body-syntax):
7967         Avoid mm-string-as-multibyte.
7968         (message-hide-headers): Don't assume (point-min)==1.
7969
7970 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7971
7972         * message.el (message-remove-blank-cited-lines): Fix if remove is
7973         given.
7974         (message-bogus-address-regexp): New variable.
7975         (message-bogus-recipient-p): New function.
7976         (message-check-recipients): New command.
7977         (message-syntax-checks): Add `bogus-recipient'.
7978         (message-fix-before-sending): Add `bogus-recipient'.
7979
7980         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7981         (gnus-treat-body-boundary): Don't test window-system.
7982
7983 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7984
7985         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7986
7987 2007-10-28  Miles Bader  <miles@gnu.org>
7988
7989         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7990         at compile-time too.
7991
7992 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7993
7994         * gnus-msg.el (gnus-message-setup-hook):
7995         Add `message-remove-blank-cited-lines' to options.
7996
7997 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7998
7999         * message.el (message-remove-blank-cited-lines): New function.
8000         Suggested by Karl Plästerer.
8001
8002 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8003
8004         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8005         mapc.
8006
8007         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8008         (top-level): Use mapc to set functions to be traced for debugging.
8009
8010         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8011         called for effect with while loop.
8012
8013         * message.el (message-talkative-question): Replace mapcar called for
8014         effect with mapc.
8015
8016         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8017         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8018         called for effect with dolist.
8019
8020         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8021
8022         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8023         gnus-extra-headers and nnmail-extra-headers.
8024
8025         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8026         called for effect with dolist.
8027         (top-level): Use mapc to set functions to be traced for debugging.
8028
8029         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8030         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8031         dolist.
8032
8033         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8034         Replace mapcar called for effect with mapc.
8035         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8036         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8037         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8038         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8039
8040         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8041         remove-if that's a cl function.
8042
8043         * webmail.el (webmail-debug): Replace mapcar called for effect with
8044         dolist.
8045
8046         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8047         with mapc.
8048
8049 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8052         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8053         with while loop.
8054
8055         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8056         functions from article-* functions.
8057         (gnus-multi-decode-header): Replace mapcar called for effect with
8058         dolist.
8059
8060         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8061         (gnus-bookmark-show-details): Replace mapcar called for effect with
8062         while loop.
8063
8064         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8065         called for effect with while loop.
8066
8067         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8068         with dolist.
8069
8070         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8071         Replace mapcar called for effect with dolist.
8072
8073         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8074
8075         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8076         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8077         Replace mapcar called for effect with dolist.
8078         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8079         mapc.
8080
8081         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8082         Replace mapcar called for effect with dolist.
8083         (gnus-topic-list): Replace mapcar called for effect with mapc.
8084
8085         * gnus.el: Use mapc instead of mapcar to add autoloads.
8086
8087 2007-10-23  Richard Stallman  <rms@gnu.org>
8088
8089         * gnus-group.el (gnus-group-highlight): Mark as risky.
8090
8091 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8092
8093         * gnus.el (gnus-server-to-method): Return method found first in
8094         gnus-newsrc-alist.
8095
8096         * gnus-art.el (gnus-article-highlight-signature)
8097         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8098         button overlay without the front stickiness.
8099
8100 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8101
8102         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8103         overview buffer needed a catch to receive its throw.
8104         (gnus-agent-flush-cache): Declare as interactive to make this function
8105         easier to use.
8106
8107 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8108
8109         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8110         `next-line'.
8111
8112 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8113
8114         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8115         exclude address matching message-dont-reply-to-names.
8116
8117 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * gnus-util.el (gnus-string<): New function.
8120
8121         * gnus-sum.el (gnus-article-sort-by-author)
8122         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8123
8124 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8127         the frame-focus tag is set in gnus-buffer-configuration.
8128
8129 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8132         the front stickiness.
8133
8134 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8135
8136         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8137         url pattern; remove duplicate one.
8138         (gnus-article-extend-url-button): New function.
8139         (gnus-article-add-buttons): Use it.
8140         (gnus-button-push): Use concatenated url that it makes.
8141
8142 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8143
8144         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8145
8146 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8147
8148         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8149         Don't hardcode point-min==1.
8150
8151 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8152
8153         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8154         Fix comment about "iso8859-1".
8155
8156 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8157
8158         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8159         ones returned from the verify-function.
8160
8161         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8162         Call mml2015-extract-cleartext-signature if extraction failed.
8163
8164 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8165
8166         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8167         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8168         failed.
8169
8170 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8171
8172         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8173
8174 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8175
8176         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8177         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8178         recommends to use EasyPG instead of PGG.
8179
8180         * pgg.el: Revert to revision 6.23.2.16.
8181
8182         * pgg-def.el: Revert to revision 6.6.2.14.
8183
8184         * pgg-gpg.el: Revert to revision 6.23.2.34.
8185
8186 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8187
8188         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8189         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8190         thread for both the null and zero (kill/expire thread) universal prefix
8191         cases.
8192         (gnus-summary-expire-thread): Add new function to expire a thread,
8193         using gnus-summary-kill-thread.
8194         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8195         shortcuts for gnus-summary-expire-thread.
8196         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8197         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8198
8199 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8200
8201         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8202         extras value, so an extras entry can be deleted.
8203         (gnus-registry-delete-extra-entry): Use it.
8204         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8205         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8206         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8207         storage through the gnus-registry, and provide an appropriate API for
8208         it.
8209
8210 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8211
8212         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8213         Suggested by Leo <sdl.web@gmail.com>.
8214
8215         * gnus.el: Do.
8216
8217 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8218
8219         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8220         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8221
8222         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8223
8224         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8225         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8226
8227 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8230         newline.
8231         (nnmbox-request-accept-article): Don't change article in source buffer;
8232         narrow to header to use message-fetch-field rather than
8233         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8234         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8235         as delimiters; make sure article ends with newline.
8236         (nnmbox-delete-mail): Correct last position of article to be deleted;
8237         ignore X-Gnus-Newsgroup header in article body.
8238         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8239         positions; make sure article ends with newline.
8240
8241         * message.el (message-display-abbrev): Don't infloop when a user
8242         inserts SPC in the beginning of header.
8243
8244         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8245         coding-system-for-read and coding-system-for-write for XEmacs having no
8246         file-coding feature.
8247
8248         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8249
8250 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8251
8252         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8253         list of groups not followed by default.  Fix type to be regexp.
8254         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8255
8256 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8257
8258         * hmac-def.el (define-hmac-function): Switch from old-style to
8259         new-style backquotes.
8260
8261         * md4.el (md4-make-step): Likewise.
8262
8263 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8264
8265         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8266         raw-text coding system when saving .newsrc file, which may contain
8267         non-ASCII group names.
8268
8269 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8270
8271         * gnus-cus.el (gnus-score-extra): New widget.
8272         (gnus-score-extra-convert): New function.
8273         (gnus-score-customize): Use it for Extra.
8274
8275 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8276
8277         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8278         (mml2015-mailcrypt-clear-verify): Use it.
8279         (mml2015-gpg-clear-verify): Use it.
8280         (mml2015-pgg-clear-verify): Use it.
8281         (mml2015-epg-clear-verify): Replace the current part with the output
8282         from GnuPG; don't extract the plaintext by itself.
8283
8284         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8285         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8286         mml2015-clear-verify-function; don't touch the armor headers or
8287         dash-escaped text here.
8288
8289 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8290
8291         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8292         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8293         parts, or application/octet-stream as a last resort.
8294         (gnus-mime-view-part-as-type): Don't toggle display.
8295         (gnus-mime-view-part-as-charset): Don't turn off display before
8296         querying charset.
8297
8298         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8299         stuff to undisplayer function in Emacs.
8300         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8301
8302         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8303         text/calendar parts.
8304
8305 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8306
8307         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8308         decoding text/calendar parts.
8309
8310         * message.el (message-forward-make-body-mime): Always mark body as
8311         having no illegible text; remove signed-or-encrypted argument.
8312         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8313
8314         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8315         (mml-generate-mime-1): Don't encode body if it is specified to be in
8316         raw form; don't make buffer be unibyte when inserting multibyte string.
8317
8318 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8319
8320         * sha1.el: Fix up comment style.
8321         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8322         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8323
8324         * hex-util.el: Fix up comment style.
8325         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8326
8327         * gnus-salt.el: Use with-current-buffer.
8328         (gnus-pick-setup-message): Fix long-standing typo.
8329
8330 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8331
8332         * imap.el (imap-logout-timeout): New variable.
8333         (imap-logout, imap-logout-wait): New functions.
8334         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8335
8336         * nnimap.el (nnimap-logout-timeout): New server variable.
8337         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8338         nnimap-logout-timeout.
8339
8340         * gnus-art.el (gnus-article-summary-command-nosave)
8341         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8342
8343 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8344
8345         * gnus.el (gnus-maximum-newsgroup): New variable.
8346
8347         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8348         according to gnus-maximum-newsgroup.
8349
8350         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8351         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8352         Limit the range of articles according to gnus-maximum-newsgroup.
8353
8354 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8355
8356         * gnus-art.el (gnus-sticky-article): Fix problems described in
8357         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8358         Don't perform gnus-configure-windows here; reuse existing sticky
8359         article buffer.
8360
8361         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8362         it doesn't exist in gnus-article-mode.
8363
8364 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8365
8366         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8367         (gnus-agent-decoded-group-name): New function.
8368         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8369         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8370
8371 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8372
8373         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8374         Add binding for gnus-sticky-article.
8375         (gnus-summary-exit): Don't kill sticky article buffers.
8376
8377         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8378         article buffer.
8379         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8380         (gnus-kill-sticky-article-buffers): New commands.
8381
8382 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8383
8384         * nntp.el (nntp-xref-number-is-evil): New server variable.
8385         (nntp-find-group-and-number): If it is non-nil, don't trust article
8386         numbers in the Xref header.
8387
8388 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * gnus-agent.el (gnus-agent-read-group): New function.
8391         (gnus-agent-flush-group, gnus-agent-expire-group)
8392         (gnus-agent-regenerate-group): Use it.
8393         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8394         nnmail-pathname-coding-system.
8395
8396 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8399
8400         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8401         that are unread as unread, and also as selected so that information of
8402         marks having been changed by a user may be updated when exiting group.
8403
8404 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8405
8406         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8407
8408 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8409
8410         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8411         calculated ignoring signature parts to gnus-treat-article.
8412
8413 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8414
8415         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8416         a point here in order to keep the window start.
8417         (gnus-insert-mime-security-button): Make a button overlay without the
8418         front stickiness.
8419         (gnus-mime-display-security): Goto the end of a button.
8420
8421         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8422
8423 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8424
8425         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8426         group-name-at-point.
8427         (gnus-group-completing-read): New function that offers decoded
8428         non-ASCII group names for completion.
8429         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8430         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8431         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8432         (gnus-group-fetch-control): Use it.
8433         (gnus-fetch-group): Use group-name-at-point for the initial value
8434         rather than the default value; use gnus-alive-p.
8435
8436         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8437         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8438         (gnus-summary-post-news): Use gnus-group-completing-read.
8439
8440         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8441         (gnus-read-move-group-name): Decode group name for completion.
8442
8443 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8444
8445         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8446         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8447         Yamaoka slightly modified the code).
8448
8449 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8450
8451         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8452         (nnmail-split-incoming): Bind it.
8453
8454         * nnml.el (nnml-group-name-charset): New function.
8455         (nnml-decoded-group-name): Use it; don't decode group name if
8456         nnmail-group-names-not-encoded-p is non-nil.
8457         (nnml-encoded-group-name): New function.
8458         (nnml-group-pathname): Inline nnml-decoded-group-name.
8459         (nnml-request-expire-articles): Decode group name in message.
8460         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8461         nnmail-pathname-coding-system.
8462         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8463         not decoded ones according to nnmail-group-names-not-encoded-p.
8464         (nnml-generate-active-info): Use nnml-encoded-group-name.
8465
8466 2007-08-08  Glenn Morris  <rgm@gnu.org>
8467
8468         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8469         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8470         doc-strings and comments.
8471
8472 2007-07-25  Glenn Morris  <rgm@gnu.org>
8473
8474         * Relicense all FSF files to GPLv3 or later.
8475
8476 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8477
8478         * gnus-sum.el (gnus-summary-move-article):
8479         Make gnus-summary-respool-article work.
8480
8481 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8482
8483         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8484         string.
8485
8486 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8487
8488         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8489         that should be ignored when comparing distant RSS articles with local
8490         ones.
8491         (nnrss-make-hash-index): New function.  Create a hash index according
8492         to the ignored fields.
8493         (nnrss-check-group): Use it.
8494
8495 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8496
8497         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8498
8499         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8500
8501         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8502         the new optional argument ENCODED is non-nil.
8503         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8504         coding system for encoding group name.
8505         (gnus-group-make-rss-group): Pass un-encoded group name to
8506         gnus-group-make-group.
8507         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8508         encoded.
8509
8510         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8511         Encode group name to which articles are moved or copied.
8512         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8513         coding system for encoding Newsgroup, Followup-To and Xref headers.
8514
8515         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8516         marks; use nnheader-file-coding-system to write a file.
8517         (nnagent-retrieve-headers): Bind file-name-coding-system to
8518         nnmail-pathname-coding-system.
8519
8520         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8521
8522         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8523         (nnml-request-article, nnml-request-create-group)
8524         (nnml-request-rename-group, nnml-find-id)
8525         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8526         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8527         (nnml-save-marks): Use nnml-group-pathname instead of
8528         nnmail-group-pathname.
8529
8530         (nnml-request-create-group, nnml-request-expire-articles)
8531         (nnml-request-move-article, nnml-request-delete-group)
8532         (nnml-deletable-article-p, nnml-possibly-create-directory)
8533         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8534         (nnml-open-marks): Bind file-name-coding-system to
8535         nnmail-pathname-coding-system.
8536
8537         (nnml-request-article): Pass server argument to nnml-find-group-number.
8538         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8539         Pass server argument to nnml-possibly-create-directory.
8540         (nnml-request-accept-article): Pass server argument to
8541         nnml-active-number and nnml-save-mail.
8542         (nnml-find-group-number): Pass server argument to nnml-find-id.
8543         (nnml-request-update-info): Pass server argument to
8544         nnml-marks-changed-p.
8545
8546         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8547         (nnml-save-mail, nnml-active-number): Add server argument.
8548
8549         (nnml-request-delete-group): Warn if group is missing.
8550         (nnml-get-nov-buffer): Decode group name.
8551         (nnml-generate-active-info): Encode group name.
8552         (nnml-open-marks): Decode group name in messages.
8553
8554 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8555
8556         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8557         if it is not specified.
8558         (gnus-article-pipe-part, gnus-article-save-part)
8559         (gnus-article-interactively-view-part, gnus-article-copy-part)
8560         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8561         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8562         (gnus-article-replace-part, gnus-article-delete-part)
8563         (gnus-article-view-part-as-type): Pass raw prefix argument to
8564         gnus-article-part-wrapper.
8565
8566 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8567
8568         * gnus-agent.el (gnus-agent-save-active):
8569         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8570
8571         * gnus-cache.el (gnus-cache-save-buffers)
8572         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8573         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8574         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8575         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8576         (gnus-cache-generate-active, gnus-cache-rename-group)
8577         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8578         (gnus-cache-update-overview-total-fetched-for):
8579         Bind file-name-coding-system to nnmail-pathname-coding-system.
8580         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8581         New variables.
8582         (gnus-cache-decoded-group-name): New function.
8583         (gnus-cache-file-name): Use it.
8584         (gnus-cache-generate-active): Use non-decoded group name for active.
8585
8586         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8587         right place.
8588         (gnus-write-active-file): Don't break non-ASCII group names.
8589
8590         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8591         nnmail-pathname-coding-system.
8592
8593         * lpath.el: Bind default-file-name-coding-system,
8594         file-name-coding-system and language-info-alist for XEmacs.
8595
8596         * gnus-uu.el (gnus-uu-decode-save): Typo.
8597
8598 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8601
8602 2007-07-14  David Kastrup  <dak@gnu.org>
8603
8604         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8605         finishing actions if we did not edit the article.
8606
8607 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8608
8609         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8610         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8611         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8612         (gnus-agent-flush-group, gnus-agent-flush-cache)
8613         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8614         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8615         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8616         (gnus-agent-regenerate-group)
8617         (gnus-agent-update-files-total-fetched-for)
8618         (gnus-agent-update-view-total-fetched-for):
8619         Bind file-name-coding-system to nnmail-pathname-coding-system.
8620         (gnus-agent-group-pathname): Don't encode file names by
8621         nnmail-pathname-coding-system.
8622         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8623         coding-system-for-write instead of buffer-file-coding-system to
8624         gnus-agent-file-coding-system.
8625
8626         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8627         Decode group name.
8628
8629         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8630
8631         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8632         (gnus-read-newsrc-el-file): Make group names unibyte.
8633
8634         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8635         nnmail-pathname-coding-system.
8636
8637         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8638         (nnrss-request-delete-group): Bind file-name-coding-system to
8639         nnmail-pathname-coding-system.
8640         (nnrss-read-server-data, nnrss-read-group-data):
8641         Bind file-name-coding-system correctly.
8642         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8643
8644         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8645         (nntp-server-to-method-cache): New variable.
8646         (nntp-group-pathname): New function that decodes non-ASCII group names.
8647         (nntp-possibly-create-directory, nntp-marks-changed-p)
8648         (nntp-save-marks, nntp-open-marks): Use it.
8649         (nntp-possibly-create-directory, nntp-open-marks):
8650         Bind file-name-coding-system to nnmail-pathname-coding-system.
8651         (nntp-open-marks): Decode group names when bootstrapping marks.
8652
8653         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8654         Newsgroups and Folowup-To headers.
8655
8656 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8657
8658         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8659         (gnus-server-closed-face, gnus-server-denied-face)
8660         (gnus-server-offline-face): Remove variable.
8661         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8662
8663         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8664         of modifying message-stack directly for XEmacs.
8665
8666         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8667         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8668         if the coding-system argument is nil for XEmacs.
8669
8670         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8671         mm-charset-override-alist.
8672
8673         * rfc2047.el: Don't require base64; require rfc2045 for the function
8674         rfc2045-encode-string.
8675         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8676         to quote the parameter value.
8677
8678 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8679
8680         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8681         form in gnus-group-name-charset-method-alist.
8682
8683         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8684         overrides the default layout edit-form.
8685
8686         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8687
8688         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8689
8690 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8693         as unfetched articles.
8694
8695 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8696
8697         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8698
8699 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8702         original back end that keeps marks in the local system.
8703
8704 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8705
8706         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8707         arg of pop-to-buffer for XEmacs.
8708         (gnus-article-read-summary-keys): Ditto; don't restore window
8709         configuration if summary command ends up with neither article buffer
8710         nor summary buffer; describe bindings if summary keys end with C-h.
8711
8712 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * message.el (message-fix-before-sending): Skip raw message part to be
8715         forwarded while checking illegible text.
8716         (message-forward-make-body-mime, message-forward-make-body):
8717         Mark signed or encrypted raw message as having no illegible text.
8718
8719 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8722         (gnus-message-with-timestamp-1): New macro.
8723         (gnus-message-with-timestamp): New function.
8724         (gnus-message): Use them.
8725
8726         * nnheader.el (nnheader-message): Use them.
8727
8728 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8729
8730         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8731         .newsrc.eld file.
8732
8733 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * gnus-agent.el (gnus-agent-fetch-headers)
8736         (gnus-agent-retrieve-headers):
8737         Bind gnus-decode-encoded-address-function to identity.
8738
8739         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8740         available also when the server returns simply a dot.
8741
8742         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8743
8744 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8745
8746         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8747
8748 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8749
8750         * gnus-ems.el (gnus-x-splash): Make it work.
8751
8752         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8753         from being used.
8754
8755         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8756
8757 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8760         4th and the 5th arguments.
8761
8762         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8763         the front stickiness.
8764         (gnus-article-summary-command-nosave): Correct the order of the
8765         arguments passed to pop-to-buffer.
8766         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8767         summary command ends up with the article buffer.
8768
8769         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8770         the same faces.
8771
8772 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8773
8774         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8775
8776 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8777
8778         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8779         * gnus-sum.el (gnus-summary-highlight):
8780         * pgg.el (pgg-sign-region, pgg-sign):
8781         * mail-source.el (mail-source-delete-old-incoming-confirm):
8782         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8783
8784 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8785
8786         * gnus-art.el (gnus-mime-view-part-externally)
8787         (gnus-mime-view-part-internally): Fix predicate function passed to
8788         completing-read.
8789
8790         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8791
8792         * gnus.el (gnus-update-message-archive-method): Add :version.
8793
8794 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * gnus.el (gnus-update-message-archive-method): New variable.
8797
8798         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8799         according to gnus-message-archive-method if
8800         gnus-update-message-archive-method is non-nil.
8801
8802 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8803
8804         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8805         Suggested by Loic Dachary <loic@dachary.org>.
8806         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8807
8808 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * message.el (message-pop-to-buffer): Add switch-function argument.
8811         (message-mail): Pass switch-function argument to it.
8812
8813 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8814
8815         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8816         Improve doc string.
8817
8818 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8821         (gnus-header-content)
8822         * gnus-cite.el (gnus-cite-10)
8823         * gnus-srvr.el (gnus-server-closed)
8824         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8825         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8826         (gnus-group-mail-3-empty, gnus-group-mail-low)
8827         (gnus-group-mail-low-empty, gnus-splash)
8828         * message.el (message-header-to, message-header-cc)
8829         (message-header-subject, message-header-other, message-header-name)
8830         (message-header-xheader, message-separator, message-cited-text)
8831         (message-mml): Lighten colors of faces used for dark background.
8832
8833 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8834
8835         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8836         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8837
8838 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8839
8840         * message.el (message-narrow-to-headers-or-head):
8841         Ignore mail-header-separator in the body.
8842
8843 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8844
8845         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8846         same as window size.
8847
8848 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8849
8850         * message.el (message-font-lock-keywords): Use message-header-xheader
8851         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8852         ahead of the anything pattern, to get it recognised.
8853
8854 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8855
8856         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8857         spam.el loads uses it in the compiled defadvice form.
8858
8859 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8860
8861         * gnus-sum.el (gnus-articles-to-read)
8862         (gnus-summary-insert-old-articles): Don't truncate group name for
8863         `read-string'.
8864
8865         * gnus-util.el (gnus-limit-string): Delete this function.
8866
8867         * gnus-sum.el (gnus-simplify-subject-fully):
8868         Use `truncate-string-to-width' instead.
8869
8870 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8871
8872         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8873         Tell if, on summary exit, the next group has to be selected.
8874         (gnus-summary-exit): Use it.
8875
8876 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8877
8878         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8879         non-break space.
8880
8881 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8882
8883         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8884         Check if group is not a directory.
8885         (nnfolder-request-expire-articles): Don't delete articles if the target
8886         group is not available.
8887
8888         * nnml.el (nnml-request-create-group): Properly check if group is not a
8889         file.
8890         (nnml-request-expire-articles): Don't delete articles if the target
8891         group is not available.
8892
8893         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8894         Don't quote characters that are within parentheses.
8895
8896 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8899         (gnus-handle-ephemeral-exit): Select article according to it.
8900
8901 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8902
8903         * message.el (message-insert-formated-citation-line): Remove newline.
8904         (message-citation-line-format): Add final \n here so that the user can
8905         avoid a blank line.
8906
8907 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8908
8909         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8910         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8911         Update lanl/arXiv support.
8912
8913 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8914
8915         * gnus.el: Bump version number.
8916
8917 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8918
8919         * gnus.el (gnus-version-number): Bump version.
8920
8921 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8922
8923         * gnus.el: No Gnus v0.6 is released.
8924
8925 2007-04-27  Didier Verna  <didier@xemacs.org>
8926
8927         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8928         * gmm-utils.el (gmm-regexp-concat): ... here.
8929         * message.el: Don't require 'gnus-util.
8930         (message-dont-reply-to-names): Handle name change above.
8931         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8932
8933 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8934
8935         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8936         since the initial value varies according to the system.
8937
8938 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8939
8940         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8941
8942 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8943
8944         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8945
8946 2007-04-24  Didier Verna  <didier@xemacs.org>
8947
8948         Improve the type of gnus-ignored-from-addresses.
8949         * gnus-util.el (gnus-orify-regexp): New function.
8950         * message.el (gnus-util): Require it.
8951         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8952         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8953         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8954
8955 2007-04-24  Didier Verna  <didier@xemacs.org>
8956
8957         * gnus-sum.el:
8958         * gnus-utils.el: Fix some trailing whitespaces.
8959
8960 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8961
8962         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8963         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8964         article's Message-ID; refer parent article in summary buffer.
8965
8966         * message.el (message-bounce): Call mime-to-mml.
8967
8968         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8969         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8970         optimize and/or forms properly.
8971
8972 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8973
8974         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8975         URL.
8976
8977 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8978
8979         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8980
8981 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8982
8983         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8984         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8985         displayed of multipart/alternative part if it is invoked from summary
8986         buffer.
8987
8988         * mm-view.el (mm-inline-text-html-render-with-w3m)
8989         (mm-inline-text-html-render-with-w3m-standalone)
8990         (mm-inline-render-with-function): Use mail-parse-charset by default.
8991
8992 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8993
8994         * parse-time.el (parse-time-string-chars): Check if CHAR
8995         is less than the length of parse-time-syntax.
8996
8997 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8998
8999         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9000         from gnus-newsgroup-processable.
9001
9002 2007-04-16  Didier Verna  <didier@xemacs.org>
9003
9004         * gnus-msg.el (gnus-configure-posting-styles):
9005         Handle message-signature-directory properly with :file syntax.
9006         Reported by "Leo".
9007
9008 2007-04-11  Didier Verna  <didier@xemacs.org>
9009
9010         New user option: message-signature-directory.
9011         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9012         * message.el (message-insert-signature): Ditto.
9013         * message.el (message-signature-file): Doc update.
9014         * message.el (message-signature-directory): New.
9015
9016 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9017
9018         * gnus-msg.el (gnus-inews-yank-articles):
9019         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9020
9021 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * message.el (message-yank-original): Make sure cited text ends with
9024         newline; don't exchange point and mark.
9025
9026 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9027
9028         * tls.el (open-tls-stream): Properly handle case where there
9029         is no associated buffer.
9030
9031 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9032
9033         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9034         message-yank-original, make sure (< mark TEXT point).
9035
9036 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9037
9038         * message.el (message-fill-column): New variable.
9039         (message-mode): Use it.  Add comment on a possible new hook.
9040
9041         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9042         (nnmail-get-new-mail): Reformat.
9043
9044         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9045
9046         * gmm-utils.el: Fix Commentary.
9047         (gmm-tool-bar-from-list): Fix typo in doc string.
9048
9049 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9050
9051         * message.el (message-yank-original): Don't switch point and mark
9052         unnecessarily to put point and mark as documented.
9053
9054 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9055
9056         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9057         from the message heads.
9058
9059 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9060
9061         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9062         article buffer does not have a window.  This may not be the best
9063         solution but is certainly better than setting the start of the null,
9064         that is the current, window.
9065
9066 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9067
9068         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9069         (gnus-draft-setup): Run it.
9070
9071         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9072         gnus-score-fast-scoring.  Allow regexp.
9073         (gnus-score-headers): Use it.
9074
9075         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9076         XEmacs.
9077
9078         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9079         string.
9080         (gnus-button-alist): Also catch `<f1> k ...'.
9081         (gnus-treat-display-x-face): Fix doc string.
9082
9083 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9084
9085         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9086         evaluation of gnus-extended-version to ensure correct generation of the
9087         User-Agent header when message-generate-headers-first is used.
9088
9089 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9090
9091         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9092         hashcash-path is nil.  Don't call callback with incorrect number of
9093         parameters if val is 0.
9094
9095 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9096
9097         * message.el (message-required-news-headers):
9098         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9099
9100 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9101
9102         * tls.el (open-tls-stream): In handshake-waiting loop,
9103         don't wait more if there is output available to process.
9104
9105 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9106
9107         * tls.el (tls-program): Doc fix.
9108
9109 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9110
9111         * message.el (message-generate-new-buffers): Change the meaning of the
9112         nil value; add `standard' to the choices; treat t as `unique'; improve
9113         doc string.
9114         (gnus-select-frame-set-input-focus): Autoload.
9115         (message-buffer-name): Search for the existing message buffer if
9116         message-generate-new-buffers is nil or `standard'; treat the value t of
9117         message-generate-new-buffers as `unique'.
9118         (message-pop-to-buffer): Raise the frame already displaying the message
9119         buffer; clear the echo area after querying.
9120         (message-setup): Pass the `continue' argument to compose-mail.
9121         (message-mail): Prefer `switch-function' if it is given; search for the
9122         existing message buffer if the `continue' argument is non-nil; pass
9123         continue and switch-function arguments to compose-mail by way of
9124         message-setup.
9125         (message-mail-other-window): Adjust argument of message-setup.
9126         (message-mail-other-frame): Ditto.
9127
9128 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9129
9130         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9131         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9132         to turn font-lock on when turning gnus-message-citation-mode on.
9133
9134 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9135
9136         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9137         (mml-smime-function-alist): New variable; add epg as the backend.
9138         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9139         mml-smime- functions instead.
9140         * mm-view.el: Require smime.
9141
9142 2007-03-05  Didier Verna  <didier@xemacs.org>
9143
9144         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9145         instead of just inheritance for posting styles.
9146         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9147
9148 2007-02-24  Chris Moore  <dooglus@gmail.com>
9149
9150         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9151         * pgg-pgp.el (pgg-pgp-encrypt-region):
9152         * pgg-gpg.el (pgg-gpg-encrypt-region):
9153         Check pgg-encrypt-for-me if no other recipients.
9154
9155 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9156
9157         * tls.el (tls-certtool-program): Fix custom type.
9158
9159 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9160
9161         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9162         and point-at-eol instead of line-(beginning|end)-position.
9163
9164         * assistant.el (assistant-parse-buffer): Ditto.
9165
9166         * netrc.el (netrc-parse-services): Ditto.
9167
9168 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9169
9170         * mml2015.el (mml2015-epg-find-usable-key): New function.
9171         (mml2015-epg-sign): Use it.
9172         (mml2015-epg-encrypt): Use it.
9173
9174 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9175
9176         * message.el (message-make-in-reply-to): Quote name containing
9177         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9178         if there are special characters.  Reported by NAKAJI Hiroyuki
9179         <nakaji@jp.freebsd.org>.
9180
9181 2007-02-27  Didier Verna  <didier@xemacs.org>
9182
9183         Include the group parameters as well as the topic ones in the
9184         inheritance filter process.
9185         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9186         argument GROUP-PARAMS-LIST.
9187         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9188
9189 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9190
9191         * nntp.el (nntp-never-echoes-commands)
9192         (nntp-open-connection-functions-never-echo-commands): New variables.
9193         (nntp-send-command): Use them.
9194
9195 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9196
9197         * mml2015.el (mml2015-epg-verify): Simplify.
9198
9199 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9200
9201         * mml.el (mml-content-disposition-alist): New user option.
9202         (mml-content-disposition): New function.
9203         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9204         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9205
9206 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9207
9208         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9209         verification.
9210
9211 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9212
9213         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9214         articles posted in the last 24 hours.
9215
9216 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9217
9218         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9219
9220 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9221
9222         * nntp.el (nntp-send-command): Don't wait for echoes when
9223         nntp-open-ssl-stream is used.
9224
9225 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9228         (gnus-message-add-citation-keywords)
9229         (gnus-message-remove-citation-keywords): Remove.
9230         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9231         directly, make the variables in font-lock-defaults buffer-local, add
9232         gnus-message-citation-keywords to them and then update the value of
9233         font-lock-keywords.
9234
9235 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * message.el (message-cite-original-1): Don't call
9238         gnus-article-highlight-citation.
9239
9240         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9241         citations; fix line count.
9242
9243 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9246         (gnus-message-add-citation-keywords)
9247         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9248         versions of font-lock-add-keywords and font-lock-remove-keywords to
9249         work with XEmacs correctly.
9250
9251 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9252
9253         * gnus-cite.el (gnus-cite-face-list): Set the values of
9254         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9255         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9256         (gnus-message-cite-prefix-regexp): New variable.
9257         (gnus-message-search-citation-line): Use it; protect against long
9258         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9259         the 0th match data for Emacs.
9260         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9261         (gnus-message-add-citation-keywords): Append keywords rather than
9262         prepending; emulate font-lock-add-keywords if it is not available.
9263         (gnus-message-remove-citation-keywords):
9264         Emulate font-lock-remove-keywords if it is not available.
9265
9266         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9267
9268         * message.el (message-cite-prefix-regexp): Set the value of
9269         gnus-message-cite-prefix-regexp.
9270
9271 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9272
9273         * nnweb.el (nnweb-google-parse-1): Update parser.
9274
9275 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9276
9277         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9278
9279 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9280
9281         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9282         regexp.
9283
9284 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9285
9286         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9287         string-to-multibyte.
9288         (uudecode-decode-region-internal): Use it.
9289
9290         * lpath.el: Fbind string-as-multibyte for XEmacs.
9291
9292 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9293
9294         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9295         Fix custom choice.
9296
9297         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9298
9299 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9300
9301         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9302
9303         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9304         `write-region' to respect `mm-inhibit-file-name-handlers'.
9305
9306 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9307
9308         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9309         Use gnus-home-directory instead of "~/" or "$HOME".
9310
9311 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9312
9313         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9314         to mention filename.
9315         Add comments at beginning regarding usage.
9316         (encrypt-write-file-contents): Change interactive so a string is
9317         acceptable.  If the file has no associated model, show an error instead
9318         of a nonsense prompt.
9319
9320 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9321
9322         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9323         Thanks to Yoshihiko Yamada for kind notification of this typo.
9324
9325 2007-01-12  Kenichi Handa  <handa@m17n.org>
9326
9327         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9328         multibyte buffer.
9329
9330 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9331
9332         * gnus-score.el (gnus-score-fast-scoring): New variable.
9333         (gnus-score-headers): Use it.
9334
9335         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9336
9337         * message.el (message-cite-original-1):
9338         Call gnus-article-highlight-citation if requested.
9339         (message-make-from): Allow name and address as optional arguments.
9340
9341         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9342
9343         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9344         bugs to doc string.
9345         (gnus-button-alist): Add mid\\|message-id.
9346         (gnus-button-fetch-group): Extend for use in
9347         `browse-url-browser-function'.
9348         (gnus-button-url-regexp): Try to catch paired parentheses like in
9349         Wikipedia URLs.
9350
9351         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9352         Suggested by Simon Krahnke <overlord@gmx.li>.
9353
9354 2007-01-13  Romain Francoise  <romain@orebokech.com>
9355
9356         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9357         Update copyright.
9358
9359 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9360
9361         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9362
9363 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9364
9365         * gnus-registry.el (gnus-registry-unfollowed-groups)
9366         (gnus-registry-split-fancy-with-parent): Fix documentation.
9367
9368 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9369
9370         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9371         from nnweb groups.
9372
9373 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9374
9375         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9376         Xref urls.  Erase buffer before requesting head.
9377
9378         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9379
9380 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9381
9382         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9383         customizable.
9384
9385 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9386
9387         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9388         no signing key is found.
9389         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9390         no encrypting and/or signing key is found.
9391
9392 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9393
9394         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9395
9396 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9397
9398         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9399         headers read from disk with the ones newly found in the current search.
9400         This should no longer cause problems, because the article numbers in
9401         Gmane's `nov.php' output are ignored since the previous change.
9402
9403 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9404
9405         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9406
9407 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9408
9409         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9410         replace-regexp-in-string; bind url-version; fbind display-images-p and
9411         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9412         find-face and set-itimer-function for Emacs; bind itimer-list for
9413         Emacs.
9414
9415         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9416
9417 2007-01-01  Romain Francoise  <romain@orebokech.com>
9418
9419         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9420
9421 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9422
9423         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9424         `define-minor-mode' macro definition expanded properly.
9425         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9426         exclude it there.
9427
9428         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9429         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9430         `fboundp' test.
9431         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9432         This is OK to autoload in (S)XEmacs now.
9433
9434 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9435
9436         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9437         keystroke.
9438         (gnus-summary-limit-to-singletons): Fix typo.
9439
9440         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9441         else fails.
9442
9443 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9444
9445         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9446         docstring.
9447
9448         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9449         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9450         (gnus-summary-insert-dormant-articles): Fix typo in message.
9451
9452 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9453
9454         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9455         nil for XEmacs.
9456         (gnus-message-citation-mode): Don't autoload in XEmacs.
9457
9458         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9459
9460 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9461
9462         * nnimap.el (nnimap-expunge-search-string):
9463         Mention nnimap-search-uids-not-since-is-evil in docstring.
9464
9465 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9466
9467         * spam.el: Revert to make-obsolete-variable because
9468         define-obsolete-variable-alias is not supported in Emacs 21.
9469
9470         * spam.el (spam-ifile-path, spam-ifile-database-path)
9471         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9472         make-obsolete-variable.
9473         (spam-bsfilter-path, spam-bsfilter-program)
9474         (spam-spamassassin-path, spam-spamassassin-program)
9475         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9476         Don't use "path" inappropriately.
9477         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9478         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9479         variable names.
9480
9481 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9482
9483         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9484         summary buffer.
9485
9486         * password.el (password-cache-remove): Use clear-string to burn
9487         password, if available.
9488
9489 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9490
9491         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9492
9493         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9494
9495         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9496         (gnus-message-highlight-citation): Move defcustom here from
9497         gnus-cite.el.
9498         (gnus-message-citation-mode): Autoload.
9499
9500         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9501         checks to make it compile with XEmacs.
9502         (gnus-message-citation-mode): New minor mode.
9503         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9504         (gnus-message-highlight-citation): New variables.
9505         (gnus-message-search-citation-line)
9506         (gnus-message-add-citation-keywords)
9507         (gnus-message-remove-citation-keywords)
9508         (turn-on-gnus-message-citation-mode)
9509         (turn-off-gnus-message-citation-mode): New functions.
9510
9511 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9512
9513         * gnus-cite.el: Enable highlighting of different citation levels in
9514         message-mode.
9515
9516 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9517
9518         * message.el (message-make-fqdn): Fix comment.
9519         (message-bogus-system-names): Add ".local".
9520
9521         * spam.el (spam-ifile-path, spam-ifile-program)
9522         (spam-ifile-database-path, spam-ifile-database)
9523         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9524         Don't use "path" inappropriately.
9525         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9526         strings.
9527         (spam-check-ifile, spam-ifile-register-with-ifile)
9528         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9529         Use new variable names.
9530
9531         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9532         (gnus-treat-display-smileys): Simplify using
9533         gnus-image-type-available-p.
9534
9535         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9536         available.
9537
9538         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9539         Use `display-images-p' if available.
9540
9541 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9542
9543         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9544         one after turning on the buffer's multibyteness instead of decoding
9545         them directly in the unibyte buffer that causes unexpected conversion
9546         in Emacs 23 (unicode).
9547
9548 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9549
9550         * message.el (message-generate-hashcash): Fix custom type.
9551
9552 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9553
9554         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9555
9556 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9557
9558         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9559         disconnect icons.  Add help text.
9560
9561 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9562
9563         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9564         negated to be consistent with the others we handle.
9565
9566 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9567
9568         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9569         version of gnus-summary-buffer to something, so that we can use two
9570         article buffers at the same time.
9571
9572 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9573
9574         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9575         trigger all the extra headers.
9576         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9577         sorting.
9578
9579 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9580
9581         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9582         solid groups.
9583
9584 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9585
9586         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9587
9588 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9589
9590         * legacy-gnus-agent.el: Add Copyright notice.
9591
9592 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9593
9594         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9595
9596 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9597
9598         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9599
9600         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9601         to make it work reliably in CVS Emacs.
9602         (gnus-summary-limit-strange-charsets-predicate)
9603         (gnus-summary-limit-to-predicate): New functions.
9604
9605 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9606
9607         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9608         specifying array size.
9609         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9610         array if it is too small.
9611         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9612         (gnus-sort-threads-loop): New function.
9613
9614 2006-12-06  Chris Moore  <dooglus@gmail.com>
9615
9616         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9617         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9618
9619 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9620
9621         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9622         options.
9623
9624 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9625
9626         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9627         DOS-ing the recipient.
9628
9629         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9630         the headers when creating the mapping to avoid mismappings.
9631         (nnweb-gmane-create-mapping): Always nix out old mapping.
9632
9633 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9634
9635         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9636         and mm-verify-option to never.
9637
9638 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9639
9640         * message.el (message-signed-or-encrypted-p): New function.
9641         (message-forward-make-body): Use it.
9642
9643         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9644         Replace encode-coding-string with mm-encode-coding-string.
9645
9646 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9647
9648         * nneething.el (nneething-decode-file-name):
9649         Replace decode-coding-string with mm-decode-coding-string.
9650
9651         * gnus-int.el (gnus-open-server): Say failed server's name.
9652
9653 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9654
9655         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9656         strings to a single string.  Quote `errors-file-name'.
9657         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9658         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9659         Adjust calls.  Use `shell-quote-argument'.
9660
9661 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9662
9663         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9664         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9665
9666         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9667         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9668         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9669         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9670         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9671         (gnus-subscribe-newsgroup, gnus-1):
9672         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9673         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9674         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9675         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9676
9677 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9678
9679         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9680         keystroke.
9681         (gnus-summary-limit-to-bodies): Implement headersp.
9682
9683 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9684
9685         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9686
9687 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9690
9691 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9692
9693         * message.el (message-generate-hashcash): Expand range of values to
9694         include `opportunistic'.
9695         (message-send-mail): Use it.
9696
9697 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9698
9699         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9700         and comment it.
9701
9702         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9703
9704 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9705
9706         * gnus-util.el (gnus-extract-address-components): Improve comment.
9707
9708 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9709
9710         * gnus-util.el (gnus-extract-address-components): Work with address in
9711         which the name portion contains @.
9712
9713         * lpath.el: Fbind custom-autoload.
9714
9715 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9716
9717         * gnus.el (gnus-start): Move custom group up.
9718         (gnus-select-method): Don't autoload, but make it available for
9719         `customize-variable'.
9720         (gnus-getenv-nntpserver): Don't autoload.
9721
9722 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9723
9724         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9725
9726 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9727
9728         * message.el (message-sendmail-extra-arguments): New variable.
9729         (message-send-mail-with-sendmail): Use it.
9730
9731 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9734         mm-with-unibyte-current-buffer to make string unibyte.
9735
9736         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9737         mm-string-as-multibyte.
9738
9739 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9740
9741         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9742         Reported by Werner Koch <wk@gnupg.org>.
9743
9744 2006-11-14  Daiki Ueno  <ueno@p360>
9745
9746         * mml2015.el: Autoload epa-select-keys when compiling.
9747
9748 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9749
9750         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9751         message-options.
9752         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9753
9754 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9755
9756         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9757         EasyPG (< 0.0.6).
9758         (mml2015-always-trust): New user option.
9759         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9760         prompt.
9761
9762 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * nntp.el (nntp-authinfo-force): New variable.
9765         (nntp-send-authinfo): Use it.
9766
9767 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9768
9769         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9770         decode encoded words.  Improve prompt.  Add comment about forwarding.
9771         (message-replacement-char): Move up.
9772
9773 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9774
9775         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9776         instead of gnus-intersection because arguments of gnus-sorted-nunion
9777         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9778
9779 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9780
9781         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9782         (message-simplify-subject-functions):
9783         Enable message-strip-subject-encoded-words by default.
9784
9785 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9786
9787         * message.el (message-strip-subject-encoded-words): New function.
9788         (message-simplify-subject-functions): New variable.
9789         (message-simplify-subject): Use it.  Fix typo in doc string.
9790         Support message-strip-subject-encoded-words.
9791
9792 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9793
9794         * gnus-diary.el (gnus-diary-delay-format-function):
9795         * nndiary.el (nndiary-reminders):
9796         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9797
9798 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9799
9800         * gnus-art.el (article-hide-boring-headers): Fetch date from
9801         gnus-original-article-buffer to avoid problems with localized date
9802         strings.
9803
9804 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9805
9806         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9807
9808 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9809
9810         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9811         New variables.
9812         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9813         (mm-charset-synonym-alist): Move some entries to
9814         mm-codepage-iso-8859-list.
9815         (mm-charset-synonym-alist, mm-charset-override-alist):
9816         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9817
9818 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9819
9820         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9821
9822 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9823
9824         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9825         with Emacs 21 and XEmacs.
9826
9827 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9828
9829         * spam.el (spam-parse-address): New function for better parsing,
9830         catching errors, etc.
9831         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9832
9833 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9834
9835         * mm-view.el: Add interactive arg to html2text autoload.
9836
9837 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9838
9839         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9840
9841 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9842
9843         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9844         New variables.
9845         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9846         (mm-charset-synonym-alist): Move some entries to
9847         mm-codepage-iso-8859-list.
9848
9849         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9850
9851 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9852
9853         * message.el (message-citation-line-format)
9854         (message-insert-formated-citation-line): Fix implementation of %E, %N
9855         and %n according to the doc string.
9856
9857 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9858
9859         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9860         Use car-safe to avoid bad parses.
9861
9862 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9865         names.
9866
9867         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9868
9869 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9870
9871         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9872         header.
9873
9874         * message.el (message-draft-headers): Add Date.
9875         (message-headers-to-generate): Fix typo in docstring.
9876
9877         * nndraft.el (nndraft-required-headers): New variable.
9878         (nndraft-generate-headers): Use it.
9879
9880         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9881
9882 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9883
9884         * gnus-registry.el (gnus-registry-wash-for-keywords)
9885         (gnus-registry-find-keywords): New functions to allow easy searching of
9886         articles that are in the registry.
9887
9888 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9889
9890         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9891         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9892         Reported by Damien Elmes <damien@repose.cx>.
9893
9894 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9895
9896         * gnus.el (gnus-mime): Remove unused custom group.
9897
9898 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9899
9900         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9901         "blank line" when searching for end of armor headers.
9902
9903 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9904
9905         * gmm-utils.el (gmm-write-region): Fix variable name.
9906
9907 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9908
9909         * gmm-utils.el (gmm-write-region): New function based on compatibility
9910         code from `mm-make-temp-file'.
9911
9912         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9913
9914         * nnmaildir.el (nnmaildir--update-nov)
9915         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9916         Use `gmm-write-region'.
9917
9918 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9919
9920         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9921         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9922
9923         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9924
9925         * message.el (message-replacement-char): New variable.
9926         (message-fix-before-sending): Use it.
9927         (message-simplify-subject): New function to remove duplicate code.
9928         (message-reply, message-followup): Use it.
9929
9930         * gnus-sum.el (gnus-summary-make-menu-bar):
9931         Clarify gnus-summary-limit-to-articles.
9932
9933 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9934
9935         * gnus-util.el (gnus-with-local-quit): New macro.
9936
9937         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9938
9939 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9940
9941         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9942         ignore non-string data.
9943
9944 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9945
9946         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9947         non-string data (needs to be done in the registry too).
9948
9949 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9950
9951         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9952         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9953         (gnus-registry-split-fancy-with-parent)
9954         (gnus-registry-fetch-simplified-message-subject-fast)
9955         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9956         Remove text properties on ingress into the registry and when it's saved.
9957         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9958         registry from entries with no groups.
9959
9960 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9961
9962         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9963         function to remove string properties.
9964
9965 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9966
9967         * gmm-utils.el (gmm): Adjust custom version.
9968
9969         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9970         Adjust custom version.
9971
9972         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9973
9974 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9975
9976         * gnus-art.el (gnus-insert-prev-page-button)
9977         (gnus-insert-next-page-button): Simplify.  Reformat.
9978
9979 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9980
9981         * gnus-art.el (gnus-insert-prev-page-button)
9982         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9983
9984 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9985
9986         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9987
9988 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9989
9990         * gnus-art.el (gnus-insert-mime-button)
9991         (gnus-insert-mime-security-button):
9992         Apply gnus-article-button-face to MIME and security buttons.
9993
9994 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9995
9996         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9997         readable.
9998
9999 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10002
10003 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10004
10005         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10006         `browse-url-of-file' instead of `browse-url'.
10007
10008 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10009
10010         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10011         regexp.  Articles containing quotation were cut prematurely.
10012
10013 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10014
10015         * message.el (message-cite-original-1): Use nobody by default for the
10016         value of From header.
10017         (message-reply): Ditto.
10018
10019 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10020
10021         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10022         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10023         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10024
10025 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10026
10027         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10028         mails in the doc string.  Add some URLs in comment.
10029         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10030
10031 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10032
10033         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10034         backslashes handling and the way to find boundaries of quoted strings.
10035
10036 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10037
10038         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10039         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10040         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10041         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10042
10043 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10044
10045         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10046         doc string.
10047         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10048
10049 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10050
10051         * lpath.el: Fbind epg-check-configuration.
10052
10053 2006-09-06  Simon Josefsson  <jas@extundo.com>
10054
10055         * mml2015.el (mml2015-use): Doc fix, mention epg.
10056
10057 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10058
10059         * mml2015.el (mml2015-use): Default to epg, if available.
10060
10061 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10062
10063         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10064         message-sender.
10065         (mml1991-epg-encrypt): Ditto.
10066         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10067         message-sender.
10068         (mml2015-epg-encrypt): Ditto.
10069
10070 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10071
10072         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10073         several common directories.
10074
10075 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10076
10077         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10078         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10079
10080 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10081
10082         * gnus-art.el (article-decode-encoded-words): Make it fast.
10083
10084 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10085
10086         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10087
10088         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10089         in quoted string into `\'.
10090
10091 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10092
10093         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10094         Use standard-syntax-table.
10095
10096 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * gnus-art.el (gnus-decode-address-function): New variable.
10099         (article-decode-encoded-words): Use it to decode headers which are
10100         assumed to contain addresses.
10101         (gnus-mime-delete-part): Remove useless `or'.
10102
10103         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10104         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10105         (gnus-nov-parse-line): Use it to decode From header.
10106         (gnus-get-newsgroup-headers): Ditto.
10107         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10108
10109         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10110         (mail-decode-encoded-address-string): New alias.
10111
10112         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10113         New function.
10114         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10115         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10116         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10117         (rfc2047-decode-string): Ditto.
10118         (rfc2047-decode-address-region): New function.
10119         (rfc2047-decode-address-string): New function.
10120
10121 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10122
10123         * message.el (message-caesar-buffer-body): Allow rotating headers.
10124
10125         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10126
10127         * message.el (message-insert-formated-citation-line): Fix %f.
10128         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10129
10130 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10131
10132         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10133         (gnus-bookmark-mouse-available-p): New macro.
10134         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10135         (gnus-bookmark-bmenu-show-infos): Use it.
10136         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10137         (gnus-bookmark-bmenu-hide-infos): Ditto.
10138         (gnus-bookmark-remove-properties): New function.
10139         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10140         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10141         (gnus-bookmark-write-file): Bind coding-system-for-write.
10142         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10143         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10144         group before selecting it.
10145         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10146         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10147         quit-window if it is not available; use gnus-mouse-2 and bind it to
10148         gnus-bookmark-bmenu-select-by-mouse.
10149         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10150         (gnus-bookmark-bmenu-select-by-mouse): New function.
10151
10152 2006-08-13  Romain Francoise  <romain@orebokech.com>
10153
10154         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10155         space.
10156
10157 2006-08-10  Romain Francoise  <romain@orebokech.com>
10158
10159         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10160         (dns-mode-soa-auto-increment-serial): New user option.
10161         (dns-mode-soa-maybe-increment-serial): New function.
10162         (dns-mode): Add the latter to `write-contents-functions'.
10163
10164 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10165
10166         * compface.el (uncompface): Use binary rather than raw-text-unix.
10167
10168 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10169
10170         * compface.el (uncompface): Make sure the eol conversion doesn't take
10171         place when communicating with the external programs.
10172         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10173
10174 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10175
10176         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10177
10178 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10179
10180         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10181         Make it more robust by parsing author and date independently.
10182
10183 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10184
10185         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10186
10187 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10188
10189         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10190         first matching secret key.
10191         (mml2015-epg-encrypt): Ditto.
10192
10193         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10194         first matching secret key.
10195         (mml1991-epg-encrypt): Ditto.
10196
10197         * mml2015.el (mml2015-encrypt-to-self): New user option.
10198         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10199         mml2015-epg-encrypt-to-self is set.
10200
10201         * mml1991.el (mml1991-encrypt-to-self): New variable.
10202         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10203         mml1991-epg-encrypt-to-self is set.
10204
10205         * mml2015.el (mml2015-signers): New user option.
10206         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10207         (mml2015-epg-encrypt): Allow to select signing keys.
10208
10209         * mml1991.el (mml1991-signers): New variable.
10210         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10211         (mml1991-epg-encrypt): Allow to select signing keys.
10212
10213 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10214
10215         * nnheader.el (nnheader-insert-head): Make it work even if the file
10216         uses CRLF for the line-break code.
10217
10218 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10219
10220         * mml2015.el: Require mml-sec instead of password.
10221         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10222         (mml2015-cache-passphrase): Inherit the default value from
10223         mml-secure-cache-passphrase.
10224         (mml2015-passphrase-cache-expiry): Inherit the default value from
10225         mml-secure-passphrase-cache-expiry.
10226
10227         * mml1991.el: Require mml-sec instead of password.
10228         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10229         (mml1991-cache-passphrase): Inherit the default value from
10230         mml-secure-cache-passphrase.
10231         (mml1991-passphrase-cache-expiry): Inherit the default value from
10232         mml-secure-passphrase-cache-expiry.
10233
10234         * mml-sec.el: Require password.
10235         (mml-secure-verbose): New user option.
10236         (mml-secure-cache-passphrase): New user option.
10237         (mml-secure-passphrase-cache-expiry): New user option.
10238
10239 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10240
10241         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10242         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10243         andreas@altroot.de (Andreas Vögele).
10244
10245         FIXME: Use `tiny change'?
10246
10247 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10248
10249         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10250         workaround for the url package included with Emacs.
10251
10252         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10253
10254 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10255
10256         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10257         correctly.  This fixes a bug caused by the 2006-05-12 change.
10258
10259 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10260
10261         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10262         some information about the error when saying that the `bogus' mail
10263         group will be used.
10264
10265 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10266
10267         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10268         string.
10269
10270 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10271
10272         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10273
10274 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10275
10276         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10277
10278 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10279
10280         * mml1991.el (mml1991-function-alist): Add epg.
10281         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10282         (mml1991-epg-encrypt): New functions.
10283
10284 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10285
10286         * mml2015.el (mml2015-verbose): New variable.
10287         (mml2015-cache-passphrase): Ditto.
10288         (mml2015-passphrase-cache-expiry): Ditto.
10289         (mml2015-function-alist): Add epg.
10290         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10291         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10292         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10293         New functions.
10294
10295 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10296
10297         * message.el (message-cite-original-1): Preserve region when removing
10298         quoted text due to X-No-Archive in order to avoid bogus attribution
10299         when citing multiple messages.
10300
10301 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10302
10303         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10304         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10305
10306 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10307
10308         * gnus-diary.el (gnus-user-format-function-d)
10309         (gnus-user-format-function-D): Autoload.
10310
10311         * imap.el (Commentary): Fix typo.
10312
10313         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10314         2006-04-22 contribution.
10315
10316 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10317
10318         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10319         It didn't really fix the bogosity I'm seeing with solid web groups.
10320
10321 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10322
10323         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10324         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10325         created using server names.  If we use the feature without declaring
10326         it, Gnus does not properly manage server and group state.
10327
10328         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10329         bound.
10330
10331 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10332
10333         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10334         looking up the method using GROUP's prefix before inventing a new one.
10335         It is used on killed/unknown groups in various places where returning
10336         an all-new method isn't expected by the caller.
10337
10338         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10339         and match semantics of gnus-group-real-prefix.
10340
10341 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10342
10343         * nnmail.el (nnmail-broken-references-mailers): New variable.
10344         (nnmail-ignore-broken-references): New function generalizing
10345         nnmail-fix-eudora-headers.
10346         (nnmail-fix-eudora-headers): Now obsolete.
10347
10348         * gnus-art.el (gnus-button-handle-custom):
10349         Support `customize-apropos*'.
10350
10351 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10352
10353         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10354
10355         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10356         articles.
10357
10358 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10359
10360         * message.el (message-cite-reply-above): New variable.
10361         (message-yank-original): Use it.
10362
10363 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10366
10367 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10368
10369         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10370         as read.
10371
10372         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10373
10374 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10375
10376         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10377         (gnus-bookmark-default-file): Use gnus-directory.
10378         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10379         Remove "*" in doc string.
10380         (gnus-bookmark-write-file): Simplify.
10381         (gnus-bookmark-maybe-sort-alist): Use `when'.
10382         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10383         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10384         Add FIXME about Emacs 21 and XEmacs compatibility.
10385         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10386         compatibility.
10387         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10388         compatibility.
10389         (gnus-bookmark-menu-heading): Fix version.
10390
10391 2006-06-19  Bastien Guerry  <bzg@altern.org>
10392
10393         * gnus-bookmark.el: New file.
10394
10395 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10396
10397         * message.el (message-syntax-checks): Doc fix.
10398
10399 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10400
10401         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10402         unsubscribed groups as if they were killed ones.  It causes duplicate
10403         entries in gnus-newsrc-alist.
10404
10405 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * message.el (message-syntax-checks): Doc fix.
10408         (message-send-mail): Add check for continuation headers.
10409         (message-check-news-header-syntax): Fix regexp used to check for
10410         continuation headers.
10411
10412 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10413
10414         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10415
10416 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10417
10418         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10419
10420 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10423         default-truncate-lines.
10424
10425 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10426
10427         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10428         to fill the utf-8 entry.
10429
10430         * lpath.el: Fbind unicode-precedence-list.
10431
10432 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10433
10434         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10435
10436 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10437
10438         * gnus-agent.el (directory-files-and-attributes): Move all the way
10439         forward (the third and final move).
10440         (gnus-agent-read-agentview): Trap reconstruction errors due to
10441         nonexistent directory.  Handle by returning nil.
10442
10443 2006-05-30  Didier Verna  <didier@xemacs.org>
10444
10445         * message.el (message-dont-reply-to-names): Update the custom type.
10446         * message.el (message-dont-reply-to-names): New defsubst: potentially
10447         convert a list of regexps into a single one.
10448         * message.el (message-get-reply-headers): Use it.
10449         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10450
10451 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10452
10453         * gnus-agent.el (directory-files-and-attributes): Move forward.
10454
10455 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10456
10457         * gnus-ml.el (gnus-mailing-list-subscribe)
10458         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10459         (gnus-mailing-list-message): Fix doc strings.
10460
10461 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10462
10463         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10464         of doing it manually.
10465
10466 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10467
10468         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10469         comment.
10470
10471 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10472
10473         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10474         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10475         (gnus-agent-read-local): All symbols allocated in my-obarray.
10476         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10477         (gnus-agent-regenerate-group): Check numeric names to see if they are
10478         messages or groups.
10479         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10480         better way of do this...)
10481
10482         * gnus-cache.el (gnus-agent-total-fetched-for):
10483         Ignore 'dummy.group' (there should be a better way of do this...)
10484
10485 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10486
10487         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10488         (gnus-saved-headers): Ditto.
10489         (gnus-default-article-saver): Mention functions may have properties.
10490         (gnus-article-save): Override gnus-save-all-headers and
10491         gnus-saved-headers by :headers property which saver function may have.
10492         (gnus-summary-save-in-file): Add :headers property.
10493         (gnus-summary-write-to-file): Ditto.
10494
10495         * gnus-sum.el (gnus-summary-save-article): Bind
10496         gnus-prompt-before-saving to t when saving many articles in a file;
10497         always show all headers.
10498
10499         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10500
10501 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10502
10503         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10504         marks.
10505
10506         * message.el (message-indent-citation): Add optional arguments to allow
10507         using it outside of message buffers.
10508
10509         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10510         (gnus-article-treat-unfold-headers): Use it.
10511         (gnus-article-truncate-lines): New variable.
10512         (gnus-article-mode): Use it.
10513         (gnus-article-toggle-truncate-lines): New function.
10514
10515         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10516         Add gnus-article-toggle-truncate-lines.
10517
10518         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10519         coding system in XEmacs, use binary.
10520
10521 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10522
10523         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10524         after-load-alist.
10525
10526         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10527         this function should save decoded articles.
10528         (gnus-summary-write-to-file): Use property to specify this function
10529         should save decoded articles and specify gnus-summary-save-in-file
10530         should be used to save articles other than the first one when saving
10531         many articles.
10532         (gnus-summary-save-body-in-file): Use property to specify this
10533         function should save decoded articles.
10534         (gnus-summary-write-body-to-file): Use property to specify this
10535         function should save decoded articles and specify
10536         gnus-summary-save-body-in-file should be used to save articles other
10537         than the first one when saving many articles.
10538
10539         * gnus-sum.el (gnus-summary-save-article): Simplify.
10540
10541 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10542
10543         * gnus-art.el (gnus-default-article-saver):
10544         Add gnus-summary-write-body-to-file.
10545         (gnus-article-save-coding-system): Don't use coding system object
10546         in XEmacs.
10547         (gnus-read-save-file-name): Add optional `dir-var' argument which
10548         specifies directory in which files are saved; work even if optional
10549         `variable' argument is not specified.
10550         (gnus-summary-write-to-file): Read file name.
10551         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10552         (gnus-summary-write-body-to-file): New function.
10553
10554         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10555         (gnus-summary-local-variables): Add it.
10556         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10557         (gnus-summary-save-article): Remove optional `decode' argument;
10558         determine whether to decode articles by the value of
10559         gnus-default-article-saver; when saving many files using
10560         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10561         it first and use gnus-summary-save-in-file or
10562         gnus-summary-save-body-in-file thereafter unless
10563         gnus-prompt-before-saving is always; move point to article which
10564         will be saved.
10565         (gnus-summary-save-article-file): Revert.
10566         (gnus-summary-write-article-file): Revert.
10567         (gnus-summary-save-article-body-file): Revert.
10568         (gnus-summary-write-article-body-file): New function.
10569
10570 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10571
10572         * gnus-art.el (gnus-default-article-saver): Doc fix.
10573         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10574         from gnus-summary-save-article-coding-system, and default to a
10575         certain coding system.
10576         (gnus-output-to-file): Add coding cookie and encode text according
10577         to gnus-article-save-coding-system; don't use mm-append-to-file.
10578
10579         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10580         gnus-art.el and rename to gnus-article-save-coding-system.
10581         (gnus-summary-save-article): Require gnus-art; don't show all
10582         headers if it decodes articles; don't add coding cookie here;
10583         don't bind mm-text-coding-system-for-write.
10584         (gnus-summary-save-article-file): Save decoded articles.
10585         (gnus-summary-write-article-file): When saving many files, use
10586         gnus-summary-write-to-file first and gnus-summary-save-in-file
10587         thereafter unless gnus-prompt-before-saving is always.
10588         (gnus-summary-save-article-body-file): Save decoded articles.
10589
10590         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10591
10592 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10593
10594         * nnrss.el (nnrss-check-group): Bind hash-index.
10595
10596 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10597
10598         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10599         its hash index.  Store this hash in `nnrss-group-data'.
10600         (nnrss-read-group-data): Update accordingly.
10601
10602 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10603
10604         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10605         entry.
10606
10607         * gnus-sum.el (gnus-summary-make-menu-bar):
10608         Add gnus-article-browse-html-article.
10609
10610 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10611
10612         * gnus-sum.el (gnus-summary-mime-map):
10613         Add gnus-article-browse-html-article.
10614
10615         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10616
10617 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10618
10619         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10620         suitable coding systems in customize.
10621
10622 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10623
10624         * mail-source.el (mail-sources): Fix custom type.
10625
10626 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10627
10628         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10629         (gnus-summary-expire-articles-now): Shorten prompt.
10630
10631         * gmm-utils.el (wid-edit): Require.
10632         (defun-gmm): Rename from `gmm-defun-compat'.
10633         (gmm-image-search-load-path): Use it.
10634         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10635
10636 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10637
10638         * gnus-sum.el (gnus-summary-save-article-coding-system):
10639         New variable.
10640         (gnus-summary-save-article): Add optional `decode' argument.
10641         If it is set and gnus-summary-save-article-coding-system is non-nil,
10642         save decoded article.
10643         (gnus-summary-write-article-file): Save decoded article if
10644         gnus-summary-save-article-coding-system is non-nil.
10645
10646         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10647         type.
10648
10649 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10650
10651         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10652
10653 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10654
10655         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10656         first to test gnus-single-article-buffer which may be buffer-local.
10657
10658         * gnus-sum.el (gnus-summary-setup-buffer):
10659         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10660         group; make gnus-article-buffer, gnus-article-current, and
10661         gnus-original-article-buffer always buffer-local.
10662         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10663         group.
10664         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10665
10666 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10667
10668         * nnml.el (nnml-request-compact-group): Compressed files might not
10669         have .gz extension.
10670
10671 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10672
10673         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10674         (mm-copy-to-buffer): Use with-current-buffer.
10675         (mm-display-part): Simplify.
10676         (mm-inlinable-p): Add optional arg `type'.
10677
10678 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10679
10680         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10681         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10682         Try harder to show the attachment internally or externally using
10683         gnus-mime-view-part-as-type.
10684
10685 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10686
10687         * message.el (message-from-style, message-signature-separator)
10688         (message-user-organization-file, message-send-mail-function)
10689         (message-citation-line-function, message-yank-prefix)
10690         (message-indent-citation-function, message-signature)
10691         (message-signature-file, message-signature-insert-empty-line):
10692         Remove autoloads.
10693
10694         * gnus-art.el (gnus-buttonized-mime-types):
10695         Remove "multipart/signed".  Revert 2006-04-26 change.
10696
10697 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10698
10699         * gnus.el (gnus-version-number): Bump version.
10700
10701 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10702
10703         * gnus.el: No Gnus v0.5 is released.
10704
10705 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10706
10707         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10708         fetching articles by message-id.
10709
10710 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10711
10712         * message.el (hashcash): Require hashcash as normal.
10713
10714         * ecomplete.el (ecomplete-highlight-match-line):
10715         Use point-at-eol.
10716         (ecomplete-highlight-match-line): Use `highlight', because that
10717         face exists in both Emacs and XEmacs.
10718
10719         * message.el (message-display-abbrev): Use point-at-bol.
10720
10721         * mail-source.el: Don't require timer/timer-funcs.
10722
10723         * gnus-async.el: Ditto.
10724
10725         * password.el: Ditto.
10726
10727         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10728
10729         * mm-url.el: Ditto.
10730
10731         * gnus-xmas.el: Don't require timer-funcs.
10732
10733         * mm-util.el: Require timer/timer-funcs.
10734
10735 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10736
10737         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10738         Close.
10739
10740 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10741
10742         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10743         unibyte after clear-decrypt function runs.
10744
10745         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10746         returns as a unibyte string.
10747
10748 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * lpath.el: Revert.
10751
10752         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10753         (pgg-gpg-process-sentinel): Revert.
10754
10755         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10756         (pgg-pgp-lookup-key): Revert.
10757
10758         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10759         (pgg-pgp5-lookup-key): Revert.
10760
10761         * pgg.el (pgg-fetch-key): Revert.
10762
10763 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10764
10765         * lpath.el: Fbind string-as-multibyte for XEmacs.
10766
10767         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10768         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10769         (mml1991-pgg-encrypt): Ditto.
10770
10771         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10772         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10773         a multibyte buffer.
10774
10775         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10776         (pgg-pgp-lookup-key): Ditto.
10777
10778         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10779         (pgg-pgp5-lookup-key): Ditto.
10780
10781         * pgg.el (pgg-fetch-key): Ditto.
10782
10783 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10784
10785         * message.el (message-user-organization-file): Check several
10786         locations of the organization file.
10787
10788         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10789         Add gnus-article-view-part-as-type.
10790
10791         * gnus-art.el (gnus-article-view-part-as-type): New function.
10792
10793         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10794         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10795
10796         * mml.el: Simplify autoload.
10797         (mml-mode): defvar dnd-protocol-alist instead of using
10798         symbol-value.
10799         (mml-default-directory): New variable.
10800         (mml-minibuffer-read-file): Use it.
10801         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10802
10803         * message.el (message-citation-line-format): New variable.
10804         (message-insert-formated-citation-line): New function.
10805         (message-citation-line-function):
10806         Add `message-insert-formated-citation-line' to custom type.
10807
10808         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10809         to doc string.
10810
10811         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10812         depending on mm-verify-option.
10813
10814 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10815
10816         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10817         binding pgg-* variables; reimplement the section which prevents
10818         MIME header from being signed.
10819         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10820         pgg-text-mode; remove a blank line at the top of body.
10821
10822         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10823         lines at the top of body; use gnus-newsgroup-charset if there's no
10824         Charset header.
10825
10826 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10827
10828         * message.el (message-self-insert-commands): Doc fix.
10829
10830         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10831         (mm-uu-pgp-encrypted-test): Ditto.
10832         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10833         between header and body; return application/pgp-encrypted handle
10834         if decryption failed; decode decrypted body by charset.
10835
10836         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10837         element match to application/pgp-*.
10838
10839 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10840
10841         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10842         HTML.
10843
10844 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10845
10846         * mail-source.el (mail-source-call-script): Message the error
10847         string.
10848
10849 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10850
10851         * gnus-util.el (gnus-byte-compile): Use it.
10852
10853 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10854
10855         * gnus-util.el (kill-empty-logs): New function.
10856
10857 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10858
10859         * message.el (message-mail-alias-type): Doc fix.
10860         (message-mail-alias-type-p): New function.
10861         (message-send): Use it.
10862         (message-mode): Ditto.
10863         (message-strip-forbidden-properties): Ditto.
10864
10865         * ecomplete.el (ecomplete-database-file-coding-system):
10866         New variable.
10867         (ecomplete-save): Use it.
10868         (ecomplete-setup): Use it.
10869
10870 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10871
10872         * message.el (message-self-insert-commands): New variable.
10873         (message-strip-forbidden-properties): Use it.
10874
10875 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10876
10877         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10878         that doesn't make XEmacs choke.
10879
10880 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10881
10882         * gnus-util.el (gnus-replace-in-string):
10883         Prefer replace-regexp-in-string over of replace-in-string.
10884
10885 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10886
10887         * gnus-util.el (gnus-select-frame-set-input-focus):
10888         Use select-frame-set-input-focus if it is available in XEmacs; use
10889         definition defined in Emacs 22 for old Emacsen.
10890
10891         * dgnushack.el: Autoload unmorse-region for XEmacs.
10892
10893         * lpath.el: Bind cursor-in-non-selected-windows and
10894         select-frame-set-input-focus for XEmacs.
10895
10896 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10897
10898         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10899
10900 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10901
10902         * gnus-registry.el (gnus-registry-cache-save): Remove text
10903         properties when saving via the temp buffer.
10904
10905 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10906
10907         * message.el (message-generate-hashcash): Honor custom type.
10908
10909 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10910
10911         * message.el (message-generate-hashcash): Default to non-nil when
10912         hashcash is found.
10913
10914         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10915         (gnus-refer-thread-limit): Increase default to 500.
10916
10917         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10918
10919         * flow-fill.el (fill-flowed): Allow delete-space.
10920
10921 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10922
10923         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10924         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10925         Remove autoloads.
10926
10927 2006-04-18  Simon Josefsson  <jas@extundo.com>
10928
10929         * message.el (message-generate-hashcash): Default to.
10930
10931 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10932
10933         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10934         concatenating segments rather than before concatenating them.
10935
10936 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10937
10938         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10939
10940 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10941
10942         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10943
10944         * message.el (message-forward-make-body-plain):
10945         Allow message-forward-ignored-headers to be a list.
10946         (message-remove-ignored-headers): Factor out into function.
10947         (message-forward-make-body-mml): Use it.
10948
10949         * imap.el (imap-quote-specials): New function.
10950         (imap-login-auth): Quote specials.
10951
10952         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10953         (rfc2231-parse-string): Allow concatanation of parameters that
10954         aren't contiguous.  The test case is
10955           (mail-header-parse-content-type "message/external-body;
10956             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10957             access-type=LOCAL-FILE;
10958             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10959
10960 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10961
10962         * nntp.el (nntp-accept-process-output): Return the value of
10963         `nnheader-accept-process-output'.
10964
10965 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10966
10967         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10968         (gnus-button-alist): Recognize more diff formats.
10969         (gnus-button-patch): Strip directory.
10970
10971 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10972
10973         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10974         Emacs 22 when setting focus.
10975
10976 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10977
10978         * gnus-art.el (gnus-article-treat-types): Do treatment of
10979         text/x-verbatim parts.
10980         (gnus-button-patch): New command.
10981
10982         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10983         addresses that contain invalid characters.
10984
10985 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10986
10987         * message.el (message-put-addresses-in-ecomplete):
10988         Use gnus-replace-in-string.
10989         (message-is-yours-p): Use the more correct
10990         mail-header-parse-address instead of
10991         mail-extract-address-components.
10992         (message-put-addresses-in-ecomplete): Fix typo.
10993
10994         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10995         keystroke.
10996
10997         * gnus-art.el (gnus-treatment-function-alist): Change order of
10998         newsgroups/generic header folding to avoid double-folding.
10999
11000         * message.el (message-hidden-headers): Add X-Draft-From.
11001
11002         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11003         New command.
11004         (gnus-summary-repeat-search-article-backward): New command.
11005
11006         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11007         groups in the parent topic.
11008
11009 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11010
11011         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11012         (spam-extra-header-to-number): Return the CRM114 number as a
11013         number instead of a string.
11014
11015 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11016
11017         * gnus-art.el (gnus-face-properties-alist): Move here from
11018         gnus-fun.
11019
11020         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11021
11022 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11023
11024         * message.el (message-strip-forbidden-properties): Only display on
11025         self-insert-command.
11026
11027         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11028         reindent.
11029         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11030
11031 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11032
11033         * smiley.el (smiley-style): Fix typo.
11034
11035 2006-03-23  Kenichi Handa  <handa@m17n.org>
11036
11037         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11038         instead of set-buffer-multibyte.
11039
11040 2006-03-23  Kenichi Handa  <handa@m17n.org>
11041
11042         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11043         buffer and then decode the buffer text if necessary.
11044         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11045         first, and after mm-encode-body, change the buffer to unibyte.
11046
11047 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11048
11049         * hashcash.el (hashcash-insert-payment-async-2):
11050         Use message-goto-eoh instead of doing it manually.
11051         (mail-add-payment): Use message-narrow-to-header instead of trying
11052         to do the same itself.
11053
11054         * message.el (message-hidden-headers): Add Face.
11055
11056         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11057         reparenting code.
11058         (gnus-summary-reparent-children): Refactored out code.
11059         (gnus-summary-thread-map): New keystroke.
11060         (gnus-summary-reparent-children): Make into command.
11061
11062         * smiley.el (smiley-style): Default to `medium' if using a large
11063         font.
11064
11065         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11066         does it itself.
11067
11068         * message.el (message-point-in-header-p): Simplify definition.
11069
11070 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11071
11072         * nnagent.el (nnagent-request-set-mark): Silence log file
11073         writing.
11074         (nnagent-request-set-mark): Use write-region instead of
11075         append-to-file.
11076
11077         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11078         strange select method.
11079
11080         * ecomplete.el (ecomplete-display-matches): Get highlightling
11081         right.
11082         (ecomplete-display-matches): Use literals.
11083         (ecomplete-display-matches): Disable message logging.
11084
11085         * message.el (message-display-abbrev): Small optimization.
11086
11087         * ecomplete.el (ecomplete-display-matches): Allow automatic
11088         display.
11089
11090         * message.el (message-strip-forbidden-properties):
11091         Display abbrevs.
11092         (message-display-abbrev): Get automatic display right.
11093
11094         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11095         keystrokes.
11096
11097 2006-04-13  Romain Francoise  <romain@orebokech.com>
11098
11099         TODO: Backport to v5-10!
11100
11101         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11102         Move here (and rename) from gnus-registry.el.
11103
11104         * gnus-registry.el: Require gnus-util.
11105         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11106
11107 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11108
11109         * gnus-group.el (gnus-group-catchup-current):
11110         Change if-then-else-if-then-else into cond.
11111         (gnus-group-catchup): Indent.
11112         (group-name-at-point): New function.
11113         (gnus-fetch-group): Provide default from thing at point.
11114
11115 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11116
11117         * message.el (message-display-abbrev): Fix regexp.
11118
11119         * ecomplete.el (ecomplete-highlight-match-line):
11120         Reimplement choosing.
11121         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11122         dead variables.
11123
11124         * message.el (message-newline-and-indent): Remove debugging.
11125         (message-display-abbrev): Use new implementation.
11126
11127 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11128
11129         * gnus-art.el (gnus-article-mode):
11130         Set cursor-in-non-selected-windows to nil.
11131
11132         * smiley.el: Revert previous change.
11133         (smiley-data-directory): defvar it before using it in the
11134         defcustom of `smiley-style'.
11135
11136 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11137
11138         * message.el (message-newline-and-indent): New function.
11139
11140         * ecomplete.el: Implement more bits.
11141
11142         * message.el (message-put-addresses-in-ecomplete): Clean up the
11143         string.
11144
11145         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11146
11147         * gnus-sum.el (gnus-summary-save-parts):
11148         Bind gnus-summary-save-parts-counter and use it to make unique file
11149         names.
11150
11151         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11152
11153         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11154         parameter to say whether to actually parse the individual
11155         addresses.
11156
11157         * message.el (message-put-addresses-in-ecomplete): New function.
11158         (ecomplete): Require.
11159         (message-mail-alias-type): Add ecomplete as an option.
11160
11161 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11162
11163         * flow-fill.el (fill-flowed): Remove trailing space from blank
11164         quoted lines.
11165
11166 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11167
11168         * smiley.el (smiley-style): Move definition later to avoid a
11169         compilation warning.
11170
11171 2006-04-12  Kenichi Handa  <handa@m17n.org>
11172
11173         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11174         buffer and then decode the buffer text if necessary.
11175         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11176         first, and after mm-encode-body, change the buffer to unibyte.
11177         Use mm-disable-multibyte instead of set-buffer-multibyte.
11178
11179 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11180
11181         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11182         Content-Type header instead of Content-Disposition header.
11183         (gnus-mime-inline-part): Ditto.
11184         (gnus-mime-view-part-as-charset): Ignore charset that the part
11185         specifies.
11186
11187         * mm-decode.el (mm-display-part): Work with external parts and
11188         usual parts similarly.
11189
11190         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11191         instead of gnus-display-mime.
11192
11193         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11194         instead of with-temp-buffer.
11195
11196         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11197         tag to summarized topics part in order to encode non-ASCII text.
11198
11199 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11200
11201         * smiley.el (smiley-style): New variable.
11202         (smiley-directory): New function.
11203         (smiley-data-directory): Derive from `smiley-style' using
11204         `smiley-directory'.
11205         (smiley-regexp-alist): Add new entries.
11206
11207         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11208         (gnus-article-browse-delete-temp): Add :version.
11209
11210 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11211
11212         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11213         the sieve region.
11214
11215 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11216
11217         * gnus.el (gnus-version-number): Bump version.
11218
11219 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11220
11221         * gnus.el: No Gnus v0.4 is released.
11222
11223 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11224
11225         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11226         layout.
11227
11228         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11229         unknown charset.
11230
11231         * message.el (message-header-synonyms): Add Original-To to the
11232         default.
11233
11234         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11235         optional parameter.
11236
11237 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11238
11239         * gnus-fun.el (gnus): Require it for gnus-directory.
11240
11241 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11242
11243         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11244
11245 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11246
11247         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11248
11249 2006-04-05  Simon Josefsson  <jas@extundo.com>
11250
11251         * password.el (password-reset): New function.
11252
11253 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11254
11255         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11256         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11257
11258 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11259
11260         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11261         Some whitespace was matched into the url, which broke browsing hits
11262         > 100 when mm-url-use-external was nil.
11263
11264 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11265
11266         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11267         Check gnus-extra-headers for 'Newsgroups.
11268
11269         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11270         bound.
11271
11272 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11273
11274         * pgg-gpg.el: Clean up process buffers every time gpg processes
11275         complete.
11276
11277 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11278
11279         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11280         doc string.
11281
11282 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11283
11284         * pgg-gpg.el (pgg-gpg-process-filter)
11285         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11286
11287         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11288         lines, temporary fix.
11289
11290 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11291
11292         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11293
11294 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11295
11296         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11297         default-enable-multibyte-characters.  This reverts the change from
11298         revision 6.17 which is no longer necessary because the passphrase
11299         is sent separately now.  GnuPG messages are unreadable under
11300         multibyte locales with default-enable-multibyte-characters set to
11301         nil.
11302
11303 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11304
11305         * message.el (message-tool-bar-gnome): Move "spell".
11306
11307 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11308
11309         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11310         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11311         instead.
11312
11313 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11314
11315         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11316         Improve newsgroups handling for NNTP overviews which don't include
11317         Newsgroups.
11318
11319 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11320
11321         * message.el (message-resend): Bind message-generate-hashcash to nil.
11322
11323 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11324
11325         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11326         when searching for already-paid recipients.
11327
11328 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11329
11330         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11331         passphrases when it is not needed.
11332         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11333         passphrase stuff from gpg, should only be necessary when you use
11334         gpg with a smartcard.
11335
11336 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11337
11338         * mml.el (mml-insert-mime): Ignore cached contents of
11339         message/external-body part.
11340
11341         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11342         (mm-insert-part): Ditto.
11343
11344 2006-03-23  Simon Josefsson  <jas@extundo.com>
11345
11346         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11347         Reiner.
11348         (pgg-gpg-use-agent-p): Use it again.
11349
11350 2006-03-23  Simon Josefsson  <jas@extundo.com>
11351
11352         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11353         older emacsen.
11354         (pgg-gpg-use-agent-p): Don't use it.
11355
11356 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11357
11358         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11359         if we can.
11360
11361 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11362
11363         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11364         (pgg-gpg-update-agent): New function.
11365         (pgg-gpg-use-agent-p): New function.
11366         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11367         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11368         (pgg-gpg-sign-region): Use it.
11369
11370 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11373         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11374
11375 2006-03-21  Simon Josefsson  <jas@extundo.com>
11376
11377         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11378         <wilde@sha-bang.de>.
11379         (pgg-gpg-use-agent): New variable.
11380         (pgg-gpg-process-region): Use it.
11381         (pgg-gpg-encrypt-region): Likewise.
11382         (pgg-gpg-encrypt-symmetric-region): Likewise.
11383         (pgg-gpg-decrypt-region): Likewise.
11384         (pgg-gpg-sign-region): Likewise.
11385         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11386
11387 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11388
11389         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11390
11391         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11392         Add comment on version.
11393
11394 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11395
11396         * smiley.el: Add missing test smiley.
11397
11398 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * mm-decode.el (mm-with-part): New macro.
11401         (mm-get-part): Use it; work with message/external-body as well.
11402         (mm-save-part): Treat name and filename equally.
11403
11404         * mm-extern.el (mm-extern-cache-contents): New function.
11405         (mm-inline-external-body): Use it; force the part to be displayed;
11406         move undisplayer added to the cached handle to the parent.
11407
11408         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11409         (gnus-mime-view-part-as-type): Work with message/external-body.
11410
11411         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11412
11413 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11414
11415         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11416         images in image-load-path.  [Sync with image.el, revision 1.60, in
11417         Emacs.]
11418
11419 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11420
11421         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11422         path rather than symbol.  Always return list of directories.
11423         Guarantee that image directory comes first.  [Sync with image.el,
11424         revision 1.59, in Emacs.]
11425
11426         * message.el (message-make-tool-bar): Adjust to new API of
11427         `gmm-image-load-path-for-library'.
11428
11429         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11430
11431         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11432
11433 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11434
11435         * gnus-art.el (gnus-article-only-boring-p):
11436         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11437         intangible text.
11438         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11439
11440 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11441
11442         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11443         Use `defun' instead of `gmm-defun-compat'.
11444
11445 2006-03-14  Simon Josefsson  <jas@extundo.com>
11446
11447         * message.el (message-unique-id): Don't use message-number-base36
11448         if (user-uid) is a float.
11449         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11450
11451 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11452
11453         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11454
11455         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11456         empty line between a part and a message part.
11457
11458 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11459
11460         * smiley.el: Add more test smileys.
11461         (smiley-data-directory, smiley-regexp-alist)
11462         (gnus-smiley-file-types): Fix doc strings.
11463         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11464         adding new elements.
11465         (smiley-mouse-map): Unused code.  Make it a comment.
11466
11467 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11468
11469         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11470         scan latest NoCeM messages instead of old ones.
11471         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11472         delimiters that are recently used.
11473         (gnus-nocem-load-cache): Add autoload cookie.
11474
11475         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11476
11477         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11478         level which is larger than gnus-use-nocem is specified.
11479
11480         * gnus-group.el (gnus-group-get-new-news): Ditto.
11481
11482 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11483
11484         * gnus-util.el (gnus-tool-bar-update): New function.
11485
11486         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11487         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11488
11489         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11490
11491         * gnus-group.el (gnus-group-redraw-when-idle)
11492         (gnus-group-redraw-check): Remove.
11493         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11494
11495 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11496
11497         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11498         if optional last element is specified in splits (FIELD VALUE...).
11499
11500 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11501
11502         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11503         to gmm-image-load-path-for-library.  Call with no-error argument.
11504         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11505
11506         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11507
11508         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11509
11510         * gmm-utils.el (gmm-image-load-path): Remove alias.
11511
11512 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11513
11514         * gmm-utils.el (gmm-image-load-path): Add alias.
11515
11516         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11517         nnml-generate-nov-databases-1.
11518         (nnml-generate-nov-databases): Use it.
11519         (nnml-generate-nov-databases-directory): Document no-active
11520         argument.
11521
11522         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11523         directory if path is t.  Add no-error.
11524
11525         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11526         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11527
11528         * gnus-art.el (gnus-article-browse-delete-temp-files):
11529         Simplify resetting gnus-article-browse-html-temp-list.
11530
11531         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11532         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11533         Add example to docstring.  Rename local variables.  Move error
11534         checks to default case in cond and simplify.
11535
11536 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11537
11538         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11539         handle is multipart when calling it recursively.
11540         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11541
11542 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11543
11544         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11545         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11546
11547 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11548
11549         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11550         is loaded.
11551
11552         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11553         loaded.
11554
11555 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11556
11557         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11558         to "Emacs 23 (unicode)" in doc string.
11559
11560         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11561         "Emacs 23 (unicode)" in comment.
11562
11563 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11564
11565         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11566
11567         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11568         characters 160 through 255 in Emacs 23.
11569
11570 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11571
11572         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11573         gnus-article-browse-html-temp.
11574         (gnus-article-browse-delete-temp): Make it customizable.
11575         Add `file'.  Adjust doc string.
11576         (gnus-article-browse-delete-temp-files): Add argument.
11577         Allow query for each file.  Adjust doc string.
11578         (gnus-article-browse-html-parts):
11579         Add `gnus-article-browse-delete-temp-files' to
11580         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11581
11582 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11583
11584         * gnus-art.el (gnus-article-browse-html-temp)
11585         (gnus-article-browse-delete-temp): New variables.
11586         (gnus-article-browse-delete-temp-files): New function.
11587         (gnus-article-browse-html-parts): Use it.
11588
11589 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11590
11591         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11592
11593         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11594         string.
11595
11596         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11597         gnus-summary-insert-new-articles when unplugged.
11598         Remove gnus-summary-search-article-forward.
11599
11600         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11601         display-visual-class instead of display-color-cells.
11602
11603 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11604
11605         * dgnushack.el: Autoload customize-group for XEmacs.
11606
11607         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11608         message/* containing non-ASCII text properly.
11609
11610 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11611
11612         * message.el: Require gmm-utils, remove autoloads.
11613         (message-tool-bar): Set default based on
11614         gmm-tool-bar-style.
11615         (message-tool-bar-gnome): Add gmm-customize-mode.
11616
11617         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11618         gmm-tool-bar-style.
11619         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11620
11621         * gnus-group.el (gnus-group-tool-bar): Set default based on
11622         gmm-tool-bar-style.
11623         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11624
11625         * gmm-utils.el (gmm-image-directory): Rename variable from
11626         gmm-image-load-path.
11627         (gmm-image-load-path): Use gmm-image-directory.
11628         (gmm-customize-mode): New function.
11629         (gmm-tool-bar-style): New variable.
11630
11631         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11632         gnus-group-redraw-line-number.
11633         (gnus-group-redraw-check): Simplify.
11634         (gnus-group-tool-bar-update): Remove redraw check.
11635         (gnus-group-make-tool-bar): Add redraw check.
11636
11637 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11638
11639         * gnus-art.el (gnus-button): Add missing parentheses.
11640
11641 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11642
11643         * lpath.el: Fbind line-number-at-pos.
11644
11645 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11648
11649 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11650
11651         * gnus-art.el (gnus-button): New face.
11652         (gnus-article-button-face): Use it.
11653
11654         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11655         Add gnus-summary-next-page.  Re-order.
11656
11657         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11658         next-node are now included.
11659         (gnus-group-redraw-line-number): New internal variable.
11660         (gnus-group-redraw-check): Helper function for updating the tool
11661         bar.
11662         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11663
11664         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11665
11666         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11667         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11668         Use it to match format of Spamassassin 3.0 and later.
11669         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11670         (spam-check-bogofilter)
11671         (spam-bogofilter-register-with-bogofilter): Fix args of
11672         `gnus-error' calls.
11673
11674 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11675
11676         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11677         unnecessary interaction when sending queued mails.
11678         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11679
11680 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11681
11682         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11683         first or last are nil.
11684
11685 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11686
11687         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11688
11689 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11690
11691         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11692
11693 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11694
11695         * dns.el (query-dns): Protect more against buggy tcp output.
11696
11697 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11698
11699         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11700         nov.php.
11701
11702 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11703
11704         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11705         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11706         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11707         output on the server side.
11708         (nnweb-google-create-mapping): Update regexps and add some
11709         progress indication.
11710
11711 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11712
11713         * gnus-group.el (gnus-group-tool-bar-gnome):
11714         Fix gnus-agent-toggle-plugged.  Re-order icons.
11715         (gnus-group-tool-bar-gnome):
11716         Add gnus-group-{prev,next}-unread-group.
11717         (gnus-group-tool-bar-gnome): Re-order icons.
11718
11719         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11720         Move gnus-summary-insert-new-articles.
11721
11722         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11723         Fix comments.
11724
11725         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11726         also available in Emacs 21.3.
11727
11728         * message.el (message-fix-before-sending): Change "Emacs 22" to
11729         "Emacs 23 (unicode)" in comment.
11730
11731         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11732         "Emacs 23 (unicode)" in comment.
11733
11734         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11735         comment.
11736         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11737
11738         * mm-view.el (mm-fill-flowed): Add :version.
11739
11740 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11741
11742         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11743         and load-path.
11744
11745 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11746
11747         * message.el: Autoload gmm-image-load-path.
11748         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11749         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11750         consitency.
11751
11752         * gmm-utils.el (gmm-image-load-path): Also search in
11753         "../etc/images".  Don't set gmm-image-load-path if we don't find
11754         the image.
11755
11756 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11757
11758         * gmm-utils.el (gmm-image-load-path): Don't make
11759         `gmm-image-load-path' include subdirectories which the second arg
11760         `image' might specify.
11761
11762         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11763         subdirectory to icon file names.
11764
11765         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11766
11767 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11768
11769         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11770         gmm-image-load-path calls.
11771
11772         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11773
11774         * message.el (message-make-tool-bar): Ditto.
11775
11776         * mml.el (mml-preview): Add comment concerning tool bar icons.
11777
11778         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11779         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11780
11781         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11782         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11783
11784         * message.el (message-tool-bar-gnome): Use new icon names.
11785         (message-make-tool-bar): Use `gmm-image-load-path'.
11786
11787         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11788         New functions from MH-E.
11789         (gmm-image-load-path): New variable from MH-E.
11790         (gmm-image-load-path): New function from MH-E.  Add arguments
11791         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11792         *-image-load-path-called-flag.
11793
11794 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11795
11796         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11797
11798 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11799
11800         * nnimap.el (nnimap-request-move-article): Change folder back to
11801         source group before deleting.
11802
11803 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11804
11805         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11806
11807         * gnus-art.el (mm-url-insert-file-contents-external):
11808         Autoload mm-url.
11809
11810         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11811
11812 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11815         coding system which mm-charset-to-coding-system returns for a
11816         given charset is valid.
11817
11818 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11819
11820         * html2text.el (html2text-remove-tag-list):
11821         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11822
11823 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11824
11825         * gnus-cus.el: Revert 2005-10-17 change.
11826
11827 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11828
11829         * gnus-art.el (article-strip-banner):
11830         Call article-really-strip-banner only when the regexp match is made.
11831
11832 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11833
11834         * gnus-art.el (article-strip-banner):
11835         Use gnus-extract-address-components instead of
11836         mail-header-parse-addresses to make it work with non-ASCII text;
11837         remove mail-encode-encoded-word-string.
11838
11839         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11840         values which are surrounded with \"...\"; make it never cause a
11841         Lisp error; give up parsing of parameters if it failed in
11842         extracting type.
11843
11844 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11845
11846         * smime.el (smime-cert-by-ldap-1): Fix bug where
11847         `smime-ldap-search' returns results without userCertificates.
11848
11849 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11850
11851         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11852
11853 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11854
11855         * spam.el (spam-check-spamassassin-headers): Adapt format for
11856         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11857         <ari@mbf.ocn.ne.jp>.
11858         (spam-list-of-processors): Add spam-use-gmane.
11859
11860 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11861
11862         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11863         make-temp-file; make it work with XEmacs as well.
11864
11865         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11866         mm-make-temp-file.
11867
11868         * mm-decode.el (mm-display-external): Use the 3rd arg of
11869         mm-make-temp-file.
11870         (mm-create-image-xemacs): Ditto.
11871
11872 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11873
11874         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11875         with message-narrow-to-headers.
11876         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11877         (gnus-draft-check-draft-articles): New function.
11878         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11879
11880 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11881
11882         * gnus-art.el (gnus-article-browse-html-parts):
11883         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11884         Don't use suffix argument for mm-make-temp-file for Emacs 21
11885         compatibility.  Remove useless `format'.
11886
11887 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11888
11889         * nnweb.el (nnweb-google-wash-article): Update regexps.
11890         (nnweb-group-alist): Use defvoo instead of defvar.
11891
11892 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11893
11894         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11895         re-loading nn* modules.
11896
11897 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11898
11899         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11900         for `tool-bar-mode' and don't check it's default-value.
11901
11902         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11903
11904         * message.el (message-make-tool-bar): Ditto.
11905
11906         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11907         `substring'.  Shorten tmp-file name.
11908
11909         * gnus.el: Remove bogus comment.
11910
11911 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11912
11913         * gnus-art.el (gnus-article-browse-html-parts): New function.
11914         (gnus-article-browse-html-article): New function for viewing html
11915         articles with a browser.
11916
11917 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11918
11919         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11920         in elisp.
11921         (pgg-gpg-encrypt-symmetric-region): Ditto.
11922         (pgg-gpg-sign-region): Ditto.
11923
11924         * pgg-def.el (pgg-text-mode): New variable.
11925
11926         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11927         (mml2015-pgg-encrypt): Ditto.
11928
11929         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11930         (mml1991-pgg-encrypt): Ditto.
11931
11932 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11933
11934         * nnfolder.el (nnfolder-insert-newsgroup-line):
11935         Use message-make-date instead of current-time-string.
11936
11937         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11938         to gnus-decoded which mm-uu might set.
11939
11940 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11941
11942         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11943         don't decode quoted parameters; remove misimported Emacs code.
11944         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11945         (rfc2231-decode-encoded-string): Don't use split-string which
11946         behaves differently according to Emacs version; use
11947         mm-decode-coding-region to convert charset to coding-system.
11948         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11949         (rfc2231-encode-string): Remove misimported Emacs code.
11950
11951 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11952
11953         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11954         when calling mail-header-parse-content-type.
11955         (article-de-quoted-unreadable): Ditto.
11956         (article-de-base64-unreadable): Ditto.
11957         (article-wash-html): Ditto.
11958
11959         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11960         calling mail-header-parse-content-type and
11961         mail-header-parse-content-disposition.
11962         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11963         mail-header-parse-content-type.
11964
11965         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11966         insert charset and format parameters; encode description after
11967         inserting it to buffer.
11968         (mml-insert-parameter): Fold lines properly even if a parameter is
11969         segmented into two or more lines; change the max column to 76.
11970
11971         * rfc1843.el (rfc1843-decode-article-body): Don't use
11972         ignore-errors when calling mail-header-parse-content-type.
11973
11974         * rfc2231.el (rfc2231-parse-string): Return at least type if
11975         possible; don't cause an error even if it fails in parsing of
11976         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11977         (rfc2231-encode-string): Don't break lines at the beginning, leave
11978         it to mml-insert-parameter.
11979
11980         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11981         calling mail-header-parse-content-type.
11982
11983 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11984
11985         * spam-report.el (spam-report-gmane-use-article-number):
11986         Improve doc string.
11987         (spam-report-gmane-internal): Check if a suitable header was found
11988         in the article.
11989
11990 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11991
11992         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11993         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11994
11995 2006-02-05  Romain Francoise  <romain@orebokech.com>
11996
11997         Update copyright notices of all files in the gnus directory.
11998
11999 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12000
12001         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12002
12003 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12004
12005         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12006         segmented lines of parameter value to cope with Thunderbird 1.5
12007         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12008         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12009         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12010
12011 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12012
12013         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12014         parts.
12015
12016 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12017
12018         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12019         there's only one active file for all servers.
12020         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12021         solid groups.  Gnus might have used a FAST request to select the group.
12022         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12023         and nnweb-search redundantly in the active file.
12024         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12025         (nnweb-request-create-group): Don't use ARGS.
12026         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12027         initialisations.  Let nnoo do the work.
12028
12029 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12030
12031         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12032         Say the part has been decoded.
12033
12034         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12035
12036 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12037
12038         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12039         mailcap-viewer-test-cache when there's no 'test clause, since that
12040         will invert the meaning of a "nil" test previously determined by
12041         mailcap-mailcap-entry-passes-test.
12042
12043 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12044
12045         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12046         compiling.
12047
12048         * gnus-sum.el: Ditto.
12049
12050         * message.el: Don't bind tool-bar-map when compiling.
12051
12052 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12053
12054         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12055
12056 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12057
12058         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12059         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12060         current Google Groups.
12061
12062 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12063
12064         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12065         and tool-bar-mode.
12066
12067         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12068         and tool-bar-mode.
12069
12070         * message.el (message-tool-bar-update): Simplify.
12071         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12072
12073         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12074         gnus-summary-buffer.
12075         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12076         gnus-summary-reply.
12077
12078         * gmm-utils.el (gmm): Add :version.
12079
12080 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12081
12082         * Makefile.in (clean): New rule.
12083         (distclean): Use it.
12084
12085 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12086
12087         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12088         Don't autoload.
12089
12090 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12091
12092         * gmm-utils.el (gmm-verbose): Add :group.
12093
12094 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12095
12096         * message.el: Change some comments WRT tool-bars.
12097
12098         * gnus-sum.el (gnus-summary-tool-bar)
12099         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12100         (gnus-summary-tool-bar-zap-list): New variables.
12101         (gnus-summary-make-tool-bar): Complete rewrite using
12102         `gmm-tool-bar-from-list'.
12103
12104         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12105         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12106         New variables.
12107         (gnus-group-make-tool-bar): Complete rewrite using
12108         `gmm-tool-bar-from-list'.
12109         (gnus-group-tool-bar-update): New function.
12110
12111         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12112
12113 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12114
12115         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12116         is dissected into a single part of which the type is the same as
12117         the given one; decode charset.
12118
12119 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12120
12121         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12122         into alists as symbol not string, since that's what
12123         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12124         look for.
12125
12126 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12127
12128         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12129         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12130
12131         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12132
12133 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12134
12135         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12136         (gnus-xmas-mime-security-button-menu): New function.
12137
12138         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12139         (gnus-mime-security-button-menu): New definition.
12140         (gnus-mime-security-button-map): Use them.
12141         (gnus-mime-security-button-menu): New function.
12142         (gnus-insert-mime-security-button): Addition to help echo.
12143         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12144         (gnus-mime-security-pipe-part): New functions.
12145
12146         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12147         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12148
12149         * mm-decode.el (mm-handle-set-disposition): Remove.
12150         (mm-handle-set-description): Remove.
12151
12152 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12153
12154         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12155         (mm-w3m-standalone-supports-m17n-p): New function.
12156         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12157         w3m usage.
12158
12159         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12160         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12161
12162 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12163
12164         * message.el (message-tool-bar-zap-list):
12165         Use gmm-tool-bar-zap-list as custom type.
12166         (message-tool-bar-update): New function.
12167         (message-tool-bar, message-tool-bar-gnome)
12168         (message-tool-bar-retro): Add message-tool-bar-update.
12169         (message-tool-bar-gnome): Add flyspell-buffer.
12170
12171         * gnus-util.el (gnus-error): Describe `args'.
12172
12173         * gmm-utils.el (gmm-error): Describe `args'.
12174         (gmm-tool-bar-zap-list): New widget.
12175         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12176
12177 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12178
12179         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12180         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12181         the number of recursive calls.
12182
12183         * mm-decode.el (mm-handle-set-disposition): New macro.
12184         (mm-handle-set-description): New macro.
12185
12186 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12187
12188         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12189         encoding.
12190
12191 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12192
12193         * message.el (message-tool-bar-zap-list, message-tool-bar)
12194         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12195         (message-tool-bar-local-item-from-menu): Remove.
12196         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12197         (message-make-tool-bar): New function.
12198         (message-mode): Use `message-make-tool-bar'.
12199
12200         * gmm-utils.el: New file.
12201         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12202         (gmm-lazy): New widget copied from `nnmail.el'.
12203         (gmm-tool-bar-from-list): New function for creating customizable
12204         tool bars.
12205         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12206         output.
12207         (gmm): Add :prefix to defgroup.
12208
12209 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12210
12211         * gmm-utils.el (gmm-widget-p): New function.
12212
12213 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12214
12215         * mml.el (mml-attach-file): Describe `description' in doc string.
12216         (mml-menu): Add Emacs MIME manual and PGG manual.
12217
12218 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12219
12220         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12221
12222 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12223
12224         * nntp.el (nntp-end-of-line): Doc fix.
12225
12226 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12227
12228         * imap.el (imap-open): Handle case where buffer is a buffer
12229         object.
12230
12231 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12232
12233         * gnus-delay.el (gnus-delay): Don't autoload.
12234         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12235         to be re-loaded when customizing the `gnus-delay' group.
12236
12237 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12238
12239         * message.el (message-insert-citation-line): Use newlines.
12240
12241 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12242
12243         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12244         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12245         these routines, so the passphrase can be managed externally and
12246         passed in to the system.
12247         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12248         pgg-add-passphrase-to-cache function.
12249
12250         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12251         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12252         these routines, so the passphrase can be managed externally and
12253         passed in to the system.
12254         (pgg-pgp5-sign-region): Use new name of
12255         pgg-add-passphrase-to-cache function.
12256
12257 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12258
12259         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12260         part of the decoded armor to find the key-identifier.
12261         (pgg-gpg-lookup-key-owner): New function to return the
12262         human-readable identifier of a key owner.
12263         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12264         itself.
12265         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12266         the key value) if we have a key and can match it against a secret
12267         key.  Also, added a note pointing out fact that the prompt only
12268         indicates the first matching key.
12269
12270         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12271         pgg-decrypt-region.
12272         (pgg-add-passphrase-to-cache): Rename from
12273         `pgg-add-passphrase-cache' to reduce confusion (all callers
12274         changed).
12275         (pgg-remove-passphrase-from-cache): Rename from
12276         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12277         changed).
12278         (pgg-read-passphrase, pgg-add-passphrase-cache)
12279         (pgg-remove-passphrase-cache): Add informative docstrings.
12280         (pgg-decrypt): Convey provided passphrase in subordinate call to
12281         pgg-decrypt-region.
12282
12283 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12284
12285         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12286         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12287         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12288         'passphrase' argument, so the passphrase can be managed externally
12289         and then passed in to the system.
12290
12291         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12292         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12293         so the passphrase cache can be used reliably with identifiers
12294         besides a pgp packet's key id.
12295
12296         * pgg-gpg.el (pgg-gpg-encrypt-region)
12297         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12298         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12299         these routines, so the passphrase can be managed externally and
12300         passed in to the system.
12301
12302         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12303         'notruncate' argument, so the passphrase cache can be used
12304         reliably with identifiers besides a pgp packet's key id.
12305
12306 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12307
12308         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12309         symmetric encryption.
12310         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12311         encrypted session key.
12312         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12313         message ask for the passphrase in a proper way.
12314
12315         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12316         New user commands for symmetric encryption.
12317
12318 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12321
12322         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12323
12324 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12325
12326         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12327
12328 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * mm-decode.el (mm-inlined-types): Add application/pgp.
12331         (mm-automatic-display): Ditto.
12332
12333         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12334         part as text.
12335
12336 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12337
12338         * nnrss.el: Update copyright.
12339         (nnrss-opml-import): Query whether to subscribe to each entry.
12340
12341         * gnus-art.el:
12342         * gnus-sum.el:
12343         * gnus-xmas.el:
12344         * messagexmas.el:
12345         * mm-uu.el:
12346         * mm-view.el: Update copyright.
12347
12348 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12349
12350         * message.el (message-info): New function.
12351         (message-mode-menu): Add it.
12352         Update copyright.
12353
12354         * ChangeLog: Fix and update copyright.
12355
12356 2006-01-13  Romain Francoise  <romain@orebokech.com>
12357
12358         * message.el (message-forward-subject-name-subject): Prefer the
12359         address to 'nowhere' if the sender has no name.
12360         Fix typo.  Update copyright year.
12361
12362 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * gnus-art.el (article-wash-html):
12365         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12366         (gnus-article-wash-html-with-w3m-standalone): New function.
12367
12368         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12369         mm-inline-text-html-render-with-w3m-standalone.
12370         (mm-text-html-washer-alist): Map w3m-standalone to
12371         gnus-article-wash-html-with-w3m-standalone.
12372         (mm-inline-text-html-render-with-w3m-standalone): New function.
12373
12374 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12375
12376         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12377         Improve LaTeX.
12378
12379 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12380
12381         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12382         (nnrss-request-article): Render text/plain parts as HTML.
12383
12384         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12385         the buffer.
12386
12387 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12388
12389         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12390         custom definition of `gnus-posting-styles'.
12391
12392         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12393         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12394
12395 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12396
12397         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12398         Use nntp for bug archive.
12399
12400 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12403         parts.
12404         (nnrss-normalize-date): New function converts ISO 8601 date into
12405         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12406         (nnrss-check-group): Use it.
12407
12408 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12409
12410         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12411
12412         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12413         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12414         (nnrss-insert-w3): Ditto.
12415
12416 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12417
12418         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12419         the articles to be forwarded including the case where neither a
12420         number of articles nor a region is specified.
12421
12422 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12423
12424         * nnrss.el (nnrss-request-article): Fix last change; fill
12425         text/plain parts.
12426
12427 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12428
12429         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12430         in text/plain part.
12431         (nnrss-check-group): Don't add excessive newline to dc:subject.
12432
12433 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12434
12435         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12436         article.
12437
12438 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12439
12440         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12441         (nnml-use-compressed-files, nnml-save-mail): Support other
12442         comression programs such as bzip2.
12443
12444 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12445
12446         * dns.el (query-dns): Make sure we check the buffer size before
12447         removing tcp headers.
12448
12449 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12450
12451         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12452         remove MIME buttons associated with multipart/alternative parts.
12453         (gnus-mime-display-alternative): Tag buttons using `article-type'
12454         text property.
12455
12456         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12457         associated with multipart/alternative parts.
12458
12459         * gnus-art.el (gnus-signature-separator): Fix custom type.
12460
12461         * mm-decode.el (mm-inlined-types): Fix custom type.
12462         (mm-keep-viewer-alive-types): Ditto.
12463         (mm-automatic-display): Ditto.
12464         (mm-attachment-override-types): Ditto.
12465         (mm-inline-override-types): Ditto.
12466         (mm-automatic-external-display): Ditto.
12467
12468 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12469
12470         * spam-report.el (spam-report-user-mail-address)
12471         (spam-report-user-agent): New variables.
12472         (spam-report-url-ping-plain): Use spam-report-user-agent.
12473
12474 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12475
12476         * gnus-art.el (gnus-button-handle-custom): Do not just use
12477         `customize-apropos' for any "M-x customize-*" button but the
12478         function called for.  Accept both the function name and its
12479         argument in order to achieve this.
12480         (gnus-button-alist): Remove support for "custom:" URL's.
12481         Pass function name to `gnus-button-handle-custom' in case of "M-x
12482         customize-*" buttons.
12483
12484 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12485
12486         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12487         multipart/alternative and add xref to mm-discouraged-alternatives
12488         in doc string.
12489
12490         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12491         gnus-buttonized-mime-types in doc string.
12492
12493 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12494
12495         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12496         Suggest image/.* in the doc string.
12497
12498 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12499
12500         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12501         message-marks (Debian bug #342521).
12502
12503 2005-12-12  Simon Josefsson  <jas@extundo.com>
12504
12505         * password.el (password-read-from-cache): Add.
12506         (password-read): Use it.
12507
12508 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12509
12510         * rfc2047.el (rfc2047-charset-to-coding-system):
12511         Recognize us-ascii as a MIME charset.
12512
12513         * mm-bodies.el (mm-decode-content-transfer-encoding):
12514         Protect against the case where the 2nd arg TYPE is nil.
12515
12516 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12517
12518         * pop3.el (pop3-stream-type): Fix custom version.
12519
12520         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12521
12522 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12523
12524         * mm-decode.el (mm-display-external): Add missing cdr.
12525
12526 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12527
12528         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12529         RFC1524) if it is in mailcap or add a suffix according to
12530         mailcap-mime-extensions when generating a temp filename; postpone
12531         deleting a temp file for 2 seconds for some wrappers, shell
12532         scripts, and so on, which might exit right after having started a
12533         viewer command as a background job.
12534
12535 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12536
12537         * nntp.el (nntp-marks-directory): Fix custom group.
12538
12539         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12540         steps when < 10.
12541
12542         * gnus-start.el (gnus-no-server-1):
12543         Mention `gnus-level-default-subscribed' in doc string.
12544
12545 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12546
12547         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12548         parens.
12549
12550 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12551
12552         * gnus-xmas.el (gnus-use-toolbar): Revert.
12553         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12554         gnus-use-toolbar is default.
12555
12556         * messagexmas.el (message-use-toolbar): Revert.
12557         (message-setup-toolbar): Use global default-toolbar if
12558         message-use-toolbar is default.
12559
12560 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12561
12562         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12563         according to default-toolbar-visible-p.
12564
12565         * messagexmas.el (message-use-toolbar): Ditto.
12566
12567 2005-11-26  Dave Love  <fx@gnu.org>
12568
12569         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12570         (tls-program, tls-success): Provide openssl alternative.
12571
12572         * starttls.el: Doc fixes.
12573         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12574         SERVICE to PORT.
12575
12576         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12577         port null or service name.
12578         (starttls-negotiate): Autoload.
12579
12580 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12581
12582         * message.el (message-kill-to-signature): Fix interactive spec.
12583
12584 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * pop3.el (pop3-open-server): Recognize a string as a service name.
12587
12588 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12589
12590         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12591
12592 2005-11-23  Dave Love  <fx@gnu.org>
12593
12594         Add pop3s, pop3/starttls.
12595
12596         * pop3.el (pop3-authentication-scheme): Clarify doc.
12597         (open-tls-stream, starttls-open-stream): Autoload.
12598         (pop3-stream-type): New.
12599         (pop3-open-server): Use it.
12600
12601         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12602         for POP.
12603         (mail-source-keyword-map): Add :stream for POP.
12604         (mail-source-fetch-pop): Use pop3-stream-type.
12605
12606 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12607
12608         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12609         of current-time-string.
12610
12611 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12612
12613         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12614         date header.
12615
12616 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12617
12618         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12619         it can seriously impact performance as it bypasses the agent's
12620         local caches.
12621
12622 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12623
12624         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12625         must be explicitly online rather than "not explicitly offline" for
12626         its flags to be synchronized.
12627
12628         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12629         that gnus-uu-unmark-thread will function correctly.
12630
12631         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12632         1024K is instead displayed as 1M.
12633
12634 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12635
12636         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12637
12638 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12639
12640         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12641
12642 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12643
12644         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12645         error message to display actual error condition.
12646         (gnus-agent-save-local): Avoid saving symbols that are bound to
12647         nil as they simply result in a warning message in
12648         gnus-agent-read-local.
12649
12650 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12651
12652         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12653         rather than make-variable-buffer-local for file-precious-flag.
12654
12655 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12656
12657         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12658         for duplicates which are removed.  The invalid sort check then
12659         triggers a rescan after the sort as sorting may have moved
12660         duplicate entries such that they can be cheaply detected.
12661
12662 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12663
12664         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12665
12666 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12667
12668         * gnus-agent.el (gnus-agent-article-alist-save-format):
12669         Change internal variable to a custom variable.  Change default value
12670         from compressed(2) to uncompressed(1).
12671         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12672         support for uncompressed agentview files.  Taken together, reading
12673         the agentview file should now be 6-7 times faster.
12674
12675 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12676
12677         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12678         as a buffer-local variable.  This avoids creating truncated
12679         dribble files as a result of a hang up, eg.
12680
12681 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12682
12683         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12684         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12685         XEmacs.
12686
12687 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12688
12689         * gnus-start.el (gnus-start-draft-setup):
12690         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12691
12692         * gnus.el (gnus-splash): Change custom group.
12693         (gnus-group-get-parameter, gnus-group-parameter-value):
12694         Describe allow-list argument.
12695
12696         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12697         string.
12698
12699 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12700
12701         * gnus-art.el (gnus-default-article-saver): Add user-defined
12702         `function' to custom type.
12703
12704 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12705
12706         * imap.el (imap-open): Handle case where buffer is a buffer
12707         object.
12708
12709 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12710
12711         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12712         long lines.
12713         (gnus-cache-delete-group): Wrap doc strings.
12714
12715         * gnus-agent.el (gnus-agent-rename-group)
12716         (gnus-agent-delete-group): Wrap doc strings.
12717
12718 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12719
12720         * messagexmas.el (message-use-toolbar): Change the valid values
12721         into default, top, bottom, left, and right.
12722         (message-toolbar-thickness): New variable.
12723         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12724         well.
12725         (message-setup-toolbar): Make it work.
12726
12727         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12728         (gnus-use-toolbar): Change the valid values into default, top,
12729         bottom, left, and right.
12730         (gnus-toolbar-thickness): New variable.
12731         (gnus-xmas-setup-toolbar): New function.
12732         (gnus-xmas-setup-group-toolbar): Use it.
12733         (gnus-xmas-setup-summary-toolbar): Use it.
12734
12735 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12736
12737         * gnus-start.el (gnus-1): Add "native" to
12738         gnus-predefined-server-alist.
12739
12740         * gnus.el (gnus-method-to-server): Don't add "native" to the
12741         lists here, because that leads to problems when
12742         gnus-select-method is bound.
12743
12744 2005-11-09  Simon Josefsson  <jas@extundo.com>
12745
12746         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12747         use (not sort-by-date) instead.
12748
12749 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12750
12751         * gnus-delay.el (gnus-delay-group): Don't autoload.
12752         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12753         to be re-loaded when customizing the `gnus-delay' group.
12754
12755 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12756
12757         * message.el: Revert last changes.
12758         (message-insert-citation-line): Use newlines.
12759
12760 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12761
12762         * message.el (message-courtesy-message)
12763         (message-mark-insert-begin, message-mark-insert-end)
12764         (message-elide-ellipsis, message-cancel-message)
12765         (message-add-header, message-change-subject)
12766         (message-cross-post-followup-to-header)
12767         (message-cross-post-insert-note, message-reduce-to-to-cc)
12768         (message-widen-reply, message-delete-not-region)
12769         (message-kill-to-signature, message-insert-signature)
12770         (message-insert-importance-high, message-insert-importance-low)
12771         (message-insert-or-toggle-importance)
12772         (message-insert-disposition-notification-to)
12773         (message-indent-citation, message-yank-original)
12774         (message-cite-original-without-signature, message-cite-original)
12775         (message-insert-citation-line, message-position-on-field)
12776         (message-fix-before-sending, message-send-mail-partially)
12777         (message-send-mail, message-send-mail-with-sendmail)
12778         (message-send-mail-with-qmail, message-send-news)
12779         (message-check-news-header-syntax, message-generate-headers)
12780         (message-insert-courtesy-copy, message-fill-address)
12781         (message-fill-header, message-shorten-references)
12782         (message-setup-1, message-cancel-news)
12783         (message-forward-make-body-plain, message-forward-make-body-mime)
12784         (message-forward-make-body-mml, message-encode-message-body)
12785         (message-forward-make-body-digest-plain)
12786         (message-forward-make-body-digest-mime)
12787         (message-use-alternative-email-as-from): Insert `hard-newline'
12788         instead of ordinary newlines.
12789
12790 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12791
12792         * message.el (message-generate-headers): Downcase the argument
12793         given to message-check-element.
12794
12795 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12796
12797         * nntp.el (nntp-authinfo-rejected): New error condition.
12798         (nntp-wait-for): Use new error condition to signal authentication
12799         error.
12800         (nntp-retrieve-data): Rethrow new error condition to break out of
12801         recursive call to nntp-send-authinfo.
12802
12803 2005-11-08  Romain Francoise  <romain@orebokech.com>
12804
12805         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12806         (gnus-summary-exit-map): Bind to `Z p'.
12807         (gnus-summary-make-menu-bar): Add menu item.
12808
12809 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12810
12811         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12812         (gnus-treat-*): Add `first' in all doc strings.
12813
12814         * gnus-group.el (gnus-group-compact-group): Fix typo.
12815
12816 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12817
12818         * gnus.el (gnus-parameters-case-fold-search): New variable.
12819         (gnus-parameters-get-parameter): Use it.
12820
12821         * gnus-score.el (gnus-home-score-file): Doc fix.
12822
12823 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12824
12825         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12826
12827 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12828
12829         * mm-util.el (mm-special-display-p): New function.
12830
12831         * mml.el (mml-preview): Use it; doc fix.
12832
12833 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12834
12835         * imap.el (imap-open): Handle case where buffer is a buffer object.
12836
12837 2005-10-29  Romain Francoise  <romain@orebokech.com>
12838
12839         * message.el (message-fix-before-sending): Fix comment.
12840
12841 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12842
12843         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12844
12845 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12846
12847         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12848         Used in gnus-score.el.
12849
12850 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12851
12852         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12853
12854 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12855
12856         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12857         whitespace removed in revision 7.8.  Use concatenated string to
12858         protect trailing whitespace.
12859
12860 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12861
12862         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12863         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12864         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12865         Courier IMAP ("some version from 2004").  Mostly based on similar
12866         code in the same function.
12867
12868 2005-10-26  Didier Verna  <didier@xemacs.org>
12869
12870         * gnus-group.el (gnus-group-compact-group): Invalidate original
12871         article buffer.
12872         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12873         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12874         NOV database and in article itself.
12875         Invalidate article backlog.
12876
12877 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12878
12879         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12880
12881 2005-10-26  Simon Josefsson  <jas@extundo.com>
12882
12883         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12884         part of 2004-07-25 change.
12885
12886 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12887
12888         * message.el (message-display-completion-list): New function.
12889         (message-expand-group): Use it; make sure the Completions buffer
12890         is modifiable.
12891 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12892
12893         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12894         user-mail-name is an empty string.
12895
12896 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12897
12898         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12899         depending on gnus-score-decay-constant.
12900
12901         * encrypt.el (encrypt-insert-file-contents)
12902         (encrypt-write-file-contents): Don't use `gnus-message'.
12903
12904         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12905         arguments.
12906         (mm-uu-type-alist): Add message-marks and insert-marks.
12907         Pass arguments to mm-uu-verbatim-marks-extract.
12908         (mm-uu-hide-markers): New variable.
12909         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12910
12911         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12912         (gnus-convert-image-to-face-command): Use "convert" by default to
12913         allow other input image formats.
12914         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12915         accordingly.
12916
12917 2005-10-23  Simon Josefsson  <jas@extundo.com>
12918
12919         * imap.el (imap-gssapi-program): Align command line parameters
12920         with latest GNU SASL.
12921         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12922
12923 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12924
12925         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12926         HTML.
12927         (nnslashdot-request-article): Ditto.
12928
12929         * lpath.el (featurep): Add nobreak-char-display.
12930
12931 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12932
12933         * mail-source.el (mail-source-fetch-pop): Require pop3.
12934         (mail-source-check-pop): Ditto.
12935
12936 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12937
12938         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12939         errors.
12940
12941 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12942
12943         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12944         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12945
12946         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12947
12948         * mm-bodies.el (mm-decode-string):
12949         Call `mm-charset-to-coding-system' with allow-override argument.
12950
12951 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12952
12953         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12954         (rfc2047-charset-to-coding-system): New function.
12955         (rfc2047-decode-encoded-words): New function.
12956         (rfc2047-decode-region): Use them.
12957         (rfc2047-decode-cte): Remove.
12958         (rfc2047-parse-and-decode): Remove.
12959         (rfc2047-decode): Remove.
12960
12961 2005-10-15  Kenichi Handa  <handa@m17n.org>
12962
12963         * rfc2047.el (rfc2047-decode-cte): New function.
12964         (rfc2047-decode-region): Change the way to decode successive
12965         encoded-words: decode B- or Q-encoding in each encoded-word,
12966         concatenate them, and decode it as charset.
12967
12968 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * lpath.el: Fbind codepage-setup for XEmacs.
12971
12972 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12973
12974         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12975         widget-move-and-invoke.
12976         (gnus-custom-mode): Use gnus-custom-map.
12977
12978 2005-10-15  Bill Wohler  <wohler@newt.com>
12979
12980         * message.el (message-tool-bar-map): Rename image file from
12981         mail_send to mail/send.
12982
12983 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12984
12985         * message.el (message-expand-group): Pass the common
12986         prefix substring of completion to `display-completion-list'.
12987
12988 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12989
12990         * mml-sec.el (mml-secure-method): New internal variable.
12991         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12992         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12993         New functions using mml-secure-method.
12994
12995         * mml.el (mml-mode-map): Add key bindings for those functions.
12996         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12997         Harder <harder@myrealbox.com>.
12998         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12999         Goto end of message if point is the headers of the message.
13000
13001         * message.el (message-in-body-p): New function.
13002
13003         * assistant.el: Autoload gnus-util and netrc.
13004
13005         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13006         Use `mm-charset-override-alist' only when decoding.
13007
13008         * mm-bodies.el (mm-decode-body):
13009         Call `mm-charset-to-coding-system' with allow-override argument.
13010
13011         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13012         `filename' from Content-Disposition if Content-Type doesn't
13013         provide `name'.
13014         (gnus-mime-view-part-as-type): Set default instead of
13015         initial-input.
13016
13017 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13018
13019         * format-spec.el (format-spec): Propagate text properties of % spec.
13020
13021 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13022
13023         * gnus-art.el (gnus-treat-predicate): Add `first'.
13024
13025 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13026
13027         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13028         (mm-charset-override-alist): New variable.
13029         (mm-charset-to-coding-system): Use it.
13030         (mm-codepage-setup): New helper function.
13031         (mm-charset-eval-alist): New variable.
13032         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13033         Warn about unknown charsets.
13034
13035         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13036
13037 2005-10-04  David Hansen  <david.hansen@gmx.net>
13038
13039         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13040         (nnrss-check-group): Ditto.
13041
13042 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13043
13044         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13045         Rename x-gnus-verbatim to x-verbatim.
13046         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13047
13048         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13049         x-verbatim.
13050
13051         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13052
13053         * gnus-util.el (gnus-remove-duplicates): Remove.
13054
13055         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13056         instead of gnus-remove-duplicates.
13057
13058         * message.el (message-remove-duplicates): Remove.
13059         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13060         message-remove-duplicates.
13061
13062         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13063         available, else use implementation from `delete-dups'.
13064
13065         * message.el (message-insert-expires): New function.
13066         (message-mode-map): Add key binding.
13067         (message-mode-field-menu): Add menu entry.
13068         (message-mode): Document it.
13069         (message-make-expires-date): Use `message-make-date'.
13070
13071 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13072
13073         * message.el (message-make-expires-date): New function.
13074
13075 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13076
13077         * Makefile.in (list-installed-shadows): New entry.
13078         (install): Use it.
13079         (remove-installed-shadows): New entry.
13080
13081         * dgnushack.el (dgnushack-default-load-path): New variable.
13082         (dgnushack-find-lisp-shadows): New function.
13083         (dgnushack-remove-lisp-shadows): New function.
13084
13085 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13086
13087         * Makefile.in (install-el-elc): New entry.
13088         (install): Use it so that .el files are necessarily installed.
13089
13090 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13091
13092         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13093
13094 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13095
13096         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13097         function rather than the diff-mode.el package.
13098         (mm-display-external): Use with-current-buffer.
13099         (mm-viewer-completion-map, mm-viewer-completion-map):
13100         Move initialization inside declaration.
13101
13102 2005-09-29  Simon Josefsson  <jas@extundo.com>
13103
13104         * spam.el: Load hashcash when compiling, to avoid warnings.
13105         Don't autoload mail-check-payment.
13106         (spam-check-hashcash): Define unconditionally, since hashcash.el
13107         is part of Gnus now.  Ignore errors from payment checking.
13108
13109 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13110
13111         * message.el (message-bold-region, message-unbold-region):
13112         Rename from `bold-region' and `unbold-region'.
13113
13114         * message.el: Remove useless autoloads.
13115
13116 2005-09-28  Simon Josefsson  <jas@extundo.com>
13117
13118         * message.el (message-use-idna): Default to t.
13119         (message-use-idna): Test whether encoding works too.  Doc fix.
13120
13121 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13122
13123         * nntp.el (nntp-warn-about-losing-connection): Remove.
13124
13125 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13126
13127         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13128         customizable.  Change default value.
13129         (mm-uu-diff-groups-regexp): Change default value.
13130         (mm-uu-type-alist): Add doc string.
13131         (mm-uu-configure): Add doc string.  Make it interactive.
13132         (mm-uu-tex-groups-regexp): New variable.
13133         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13134         (mm-uu-type-alist): Add LaTeX documents.
13135         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13136         of "text/verbatim".
13137         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13138
13139         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13140         instead of "text/verbatim".
13141
13142         * message.el (message-mark-inserted-region)
13143         (message-mark-insert-file): Use slrn style marks when called with
13144         prefix argument.
13145
13146 2005-09-27  Simon Josefsson  <jas@extundo.com>
13147
13148         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13149
13150 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13151
13152         * message.el (message-remove-duplicates): New function.
13153         Implementation borrowed from `gnus-remove-duplicates'.
13154         (message-idna-to-ascii-rhs): Also encode idna addresses in
13155         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13156         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13157         only ask about the same idna domain once per header and also tell
13158         in what header to replace the idna domain.
13159
13160         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13161         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13162         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13163         a header is decoded and not just the last one.
13164
13165 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13166
13167         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13168         has been decoded.
13169
13170         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13171         (mm-insert-part): Don't modify text if it has been decoded.
13172
13173         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13174         decoded.
13175
13176         * mm-view.el (mm-inline-text): Don't strip text props unless
13177         decoding enriched or richtext parts.
13178
13179 2005-09-25  Romain Francoise  <romain@orebokech.com>
13180
13181         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13182         * gnus-start.el (gnus-subscribe-interactively):
13183         * gnus-uu.el (gnus-uu-grab-articles):
13184         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13185         space.
13186
13187 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13188
13189         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13190         * mm-view.el (mm-view-pkcs7-decrypt):
13191         * gnus-sum.el (gnus-summary-limit-to-extra)
13192         (gnus-summary-respool-article, gnus-read-move-group-name):
13193         * gnus-score.el (gnus-summary-increase-score):
13194         * gnus-util.el (gnus-completing-read-with-default):
13195         * gnus-art.el (gnus-read-save-file-name)
13196         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13197         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13198         * message.el (message-check-news-header-syntax):
13199         Follow convention for reading with the minibuffer.
13200
13201 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13202
13203         * spam-report.el (spam-report-url-ping-plain):
13204         Use gnus-extended-version as User-Agent.
13205
13206         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13207         default value is nil.
13208
13209         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13210         (mm-uu-verbatim-marks-extract): New function.
13211         (mm-uu-extract): New face.
13212         (mm-uu-copy-to-buffer): Use it.
13213
13214         * spam-report.el (spam-report-gmane-ham): Rename from
13215         `spam-report-gmane-unspam'.
13216         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13217         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13218
13219         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13220         Autoload.
13221         (spam-report-gmane-unregister-routine):
13222         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13223
13224 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13225
13226         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13227         (spam-report-gmane-unregister-routine): Add support for gmane
13228         unregistration.
13229
13230         * spam-report.el (spam-report-gmane-unspam)
13231         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13232         (spam-report-gmane): Change to take a single article and do unspam
13233         registration.
13234
13235 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13236
13237         * mm-url.el (mm-url-decode-entities): Fix regexp.
13238
13239 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13240
13241         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13242         default to nil, to be able to use Gnus at all.  If the default
13243         switches to something else, then the function should be fixed not
13244         be exceedingly slow.
13245
13246 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13247
13248         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13249         fail hard.
13250
13251         * spam-report.el: Add better Keywords line.
13252
13253         * spam.el: Add Maintainer and better Keywords line.
13254
13255 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13256
13257         * gnus-art.el (gnus-article-replace-part)
13258         (gnus-mime-replace-part): New functions.
13259         (gnus-mime-action-alist, gnus-mime-button-commands)
13260         (gnus-mime-save-part-and-strip): Add file argument.
13261         (gnus-article-part-wrapper): Add interactive argument.
13262
13263         * gnus-sum.el (gnus-summary-mime-map):
13264         Add `gnus-article-replace-part'.
13265
13266 2005-09-19  Didier Verna  <didier@xemacs.org>
13267
13268         The nnml compaction feature:
13269         * nnml.el (nnml-request-compact-group): New function.
13270         * nnml.el (nnml-request-compact): New function.
13271         * gnus-int.el (gnus-request-compact-group): New function.
13272         * gnus-int.el (gnus-request-compact): New function.
13273         * gnus-group.el (gnus-group-compact-group): New function.
13274         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13275         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13276         * gnus-srvr.el (gnus-server-compact-server): New function.
13277         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13278         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13279
13280 2005-09-18  Deepak Goel  <deego@gnufans.org>
13281
13282         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13283         format spec.
13284
13285 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13286
13287         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13288
13289 2005-09-15  Romain Francoise  <romain@orebokech.com>
13290
13291         * message.el (message-fill-paragraph): Clarify docstring.
13292
13293 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13294
13295         * gnus-art.el (gnus-mime-display-part): Protect against broken
13296         MIME messages.
13297
13298 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13299
13300         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13301         before parsing header.
13302
13303 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13304
13305         * html2text.el (html2text-replace-list): Add new entities.
13306
13307 2005-09-11  Romain Francoise  <romain@orebokech.com>
13308
13309         * message.el (message-alternative-emails): Improve docstring.
13310         (message-setup-1): Call `message-use-alternative-email-as-from'
13311         after `message-setup-hook' to give it precedence over posting
13312         styles, etc.
13313         (message-use-alternative-email-as-from): Add docstring.
13314         Remove the original From header if present.
13315
13316         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13317         (nnml-save-mail): Use it.
13318
13319         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13320         articles.  Add new argument `silent'.
13321         (gnus-uu-mark-all): Report the total number of marked articles.
13322
13323 2005-09-10  Romain Francoise  <romain@orebokech.com>
13324
13325         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13326         (gnus-uu-mark-series): Likewise.
13327
13328 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13329
13330         * spam-report.el (spam-report-gmane): Fix generation of spam
13331         report URL.
13332
13333 2005-09-10  Simon Josefsson  <jas@extundo.com>
13334
13335         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13336         t, based on discussion on the ding list with Robert Epprecht
13337         <epprecht@solnet.ch>.
13338
13339 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13340
13341         * spam-report.el (spam-report-gmane): Make it work without
13342         X-Report-Spam header.  Gmane now only provides Archived-At.
13343         This is only used if `spam-report-gmane-use-article-number' is nil.
13344         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13345
13346         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13347         make `gnus-summary-sort-by-recipient' work with threading.
13348
13349         * nnweb.el (nnweb-google-wash-article): Print a message if article
13350         is not available.
13351
13352 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13353
13354         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13355         change.  Decode text/* parts content before displaying.
13356
13357 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13358
13359         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13360
13361 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13364
13365         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13366         url-package-name, url-package-version,
13367         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13368         w3m-display-inline-images, and w3m-minor-mode-map.
13369
13370 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13371
13372         * message.el (message-tab-body-function): Fix mismatched custom type.
13373
13374         * gnus.el (gnus-group-change-level-function): Ditto.
13375
13376         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13377
13378         * gnus-art.el (gnus-signature-limit)
13379         (gnus-article-mime-part-function): Ditto.
13380
13381 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * mml.el (mml-mode): Silence the byte compiler.
13384
13385         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13386         using `(sit-for 0)' before moving the point to the specified part;
13387         skip unbuttonized parts.
13388         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13389         return to the summary window if gnus-auto-select-part is non-nil.
13390
13391 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13392
13393         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13394         New variables.
13395         (mml-dnd-attach-file, mml-mode): Use them.
13396
13397         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13398         Make fetching article by MID work again for Google Groups.
13399         Add FIXME concerning gnus-group-make-web-group.
13400
13401         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13402         Don't depend on Gnus by using mail-extract-address-components if
13403         gnus-extract-address-components is not bound.
13404
13405 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13406
13407         * gnus-art.el (gnus-mime-display-security): Don't display the
13408         signature, but only the signed part.
13409
13410 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13411
13412         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13413
13414         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13415         list, not listp.
13416
13417 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13418
13419         * mm-encode.el (mm-encode-content-transfer-encoding):
13420         Likewise when encoding.
13421
13422         * mm-bodies.el (mm-decode-content-transfer-encoding):
13423         De-canonicalize CRLF for all text content types, not just
13424         text/plain.
13425
13426 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13427
13428         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13429         valid article; point arrow and cursor at the MIME button.
13430
13431 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13432
13433         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13434         Suggested by Dan Christensen <jdc@uwo.ca>.
13435
13436         * mm-decode.el (mm-save-part): Enable change of prompt.
13437
13438 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13439
13440         * gnus-msg.el (gnus-inews-add-send-actions):
13441         Make `message-post-method' lambda parameter ARG `&optional'.
13442
13443 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13444
13445         * gnus-sum.el (gnus-summary-mime-map):
13446         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13447         gnus-article-jump-to-part.
13448
13449         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13450         (gnus-article-edit-part): Use it.
13451         (gnus-article-part-wrapper): Add no-handle argument.
13452         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13453         New functions.
13454
13455 2005-08-29  Romain Francoise  <romain@orebokech.com>
13456
13457         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13458         docstring.
13459         (gnus-face-from-file): Likewise.
13460
13461 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13462
13463         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13464         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13465         non-nil.
13466         (gnus-auto-select-part): New variable.
13467         (gnus-article-jump-to-part): New function.
13468         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13469         (gnus-mime-delete-part): Allow selecting specified part after
13470         deleting or stripping parts.
13471         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13472         part if argument is bogus.
13473
13474 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13475
13476         * gnus-art.el (w3m-minor-mode-map):
13477         * gnus-spec.el (gnus-newsrc-file-version):
13478         * gnus-util.el (nnmail-active-file-coding-system)
13479         (gnus-original-article-buffer, gnus-user-agent):
13480         * gnus.el (gnus-ham-process-destinations)
13481         (gnus-parameter-ham-marks-alist)
13482         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13483         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13484         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13485         * mm-decode.el (gnus-current-window-configuration):
13486         * mm-extern.el (gnus-article-mime-handles):
13487         * mm-url.el (url-current-object, url-package-name)
13488         (url-package-version):
13489         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13490         (smime-keys, w3m-cid-retrieve-function-alist)
13491         (w3m-current-buffer, w3m-display-inline-images)
13492         (w3m-minor-mode-map):
13493         * mml-smime.el (gnus-extract-address-components):
13494         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13495         (gnus-newsrc-hashtb, message-default-charset)
13496         (message-deletable-headers, message-options)
13497         (message-posting-charset, message-required-mail-headers)
13498         (message-required-news-headers):
13499         * mml1991.el (mc-pgp-always-sign):
13500         * mml2015.el (mc-pgp-always-sign):
13501         * nnheader.el (nnmail-extra-headers):
13502         * rfc1843.el (gnus-decode-encoded-word-function)
13503         (gnus-decode-header-function, gnus-newsgroup-name):
13504         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13505
13506 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13507
13508         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13509         the end of the date treatments.
13510
13511 2005-08-15  Simon Josefsson  <jas@extundo.com>
13512
13513         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13514         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13515         Capello and Romain Francoise.
13516         (pgg-fetch-key-function): Remove, not used?
13517         (pgg-insert-url-with-w3): Require url, to get
13518         url-insert-file-contents regardless of where it is defined.
13519
13520 2005-08-13  Romain Francoise  <romain@orebokech.com>
13521
13522         * message.el (message-cite-original-1): New function.
13523         (message-cite-original): Use it.
13524         (message-cite-original-without-signature): Ditto.
13525
13526 2005-08-08  Romain Francoise  <romain@orebokech.com>
13527
13528         * message.el (message-yank-empty-prefix): New variable.
13529         (message-indent-citation): Use it.
13530         (message-cite-original-without-signature): Respect X-No-Archive.
13531
13532 2005-08-08  Simon Josefsson  <jas@extundo.com>
13533
13534         * pgg.el: Autoload url-insert-file-contents instead of loading
13535         w3/url.
13536         (pgg-insert-url-with-w3): Don't load url here.
13537
13538 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13539
13540         * message.el (message-kill-to-signature): Don't insert newline at
13541         bol.
13542         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13543
13544 2005-08-06  Romain Francoise  <romain@orebokech.com>
13545
13546         * message.el (message-user-fqdn): Fix typo in docstring.
13547
13548 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13549
13550         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13551
13552         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13553
13554 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13555
13556         * mm-bodies.el (mm-encode-body): Use coding system rather than
13557         charset to encode text.
13558
13559         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13560         number of charsets if utf-8 is available (XEmacs).
13561
13562 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13563
13564         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13565         taken from `gnus-button-mid-or-mail-regexp'.
13566         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13567         (gnus-button-alist): Improve regexp for domain part of the MIDs
13568         for news:localpart@domain buttons.
13569         (gnus-button-ctan-directory-regexp): Update.
13570
13571 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13572
13573         * sieve-manage.el (sieve-manage-interactive-login):
13574         Use make-local-variable rather than make-variable-buffer-local.
13575         (sieve-manage-open): Ditto.
13576         (sieve-manage-authenticate): Ditto.
13577
13578         * mml.el (mml-generate-mime-1): Make the content type default to
13579         text/plain if the filename is not specified.
13580
13581 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13584         instead of insert-buffer.
13585
13586         * message.el (message-yank-original): Ditto; set the mark at the
13587         end of the yanked message.
13588
13589 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13590
13591         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13592         lines to scroll rather than to stop it.
13593
13594         * mml.el (mml-generate-default-type): Add doc string.
13595         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13596         default to application/octet-stream when determining the content
13597         type if it is not specified for the part or the mml contents; add
13598         a comment about mml-generate-default-type.
13599
13600 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13601
13602         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13603         make it default to application/octet-stream when determining the
13604         content type if it is not specified for the external contents.
13605
13606 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13609         segmented parameter but also other parameters might be there.
13610
13611 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13612
13613         * mm-decode.el (mm-display-external): Delete temp file, directory
13614         and buffer immediately if the external process is exited.
13615
13616 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13617
13618         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13619         fewer lines than that of scroll-margin.
13620         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13621
13622 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * gnus-art.el (gnus-article-next-page): Revert.
13625         (gnus-article-beginning-of-window): New macro.
13626         (gnus-article-next-page-1): Use it.
13627         (gnus-article-prev-page): Ditto.
13628         (gnus-article-edit-part): Use insert-buffer-substring instead of
13629         insert-buffer.
13630         (gnus-article-edit-exit): Ditto.
13631
13632         * gnus-util.el (gnus-beginning-of-window): Remove.
13633         (gnus-end-of-window): Remove.
13634
13635         * lpath.el: Don't bind header-line-format and scroll-margin.
13636
13637 2005-07-25  Simon Josefsson  <jas@extundo.com>
13638
13639         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13640         to have the url package without w3.  Reported by Daiki Ueno
13641         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13642
13643 2005-07-20  Didier Verna  <didier@xemacs.org>
13644
13645         * gnus-diary.el: Remove the description comment (nndiary is now
13646         properly documented in the Gnus manual).
13647         Fix the spelling of "Back End".
13648         * nndiary.el: Ditto.
13649         Fix the copyright notice.
13650
13651 2005-07-18  Romain Francoise  <romain@orebokech.com>
13652
13653         * gnus-sum.el (gnus-summary-to-prefix)
13654         (gnus-summary-newsgroup-prefix): New variables.
13655         (gnus-summary-from-or-to-or-newsgroups): Use them.
13656
13657 2005-07-17  Romain Francoise  <romain@orebokech.com>
13658
13659         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13660         space as it's generally not especially interesting to the user.
13661
13662 2005-07-16  Romain Francoise  <romain@orebokech.com>
13663
13664         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13665         nil to avoid prompting and file modification if one of the
13666         messages at the top of the nnfolder file contains a copyright
13667         notice.
13668         Update copyright notice.
13669
13670         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13671         instead of `current-time-string' as the latter creates a time
13672         string that is not RFC 2822 compliant (it lacks the zone).
13673         Update copyright notice.
13674
13675 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13676
13677         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13678         for text/rtf.  Display default in prompt.  Pass default for M-n.
13679
13680         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13681
13682 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13683
13684         * gnus-msg.el (gnus-button-mailto):
13685         Remove save-selected-window-window hackery because it relies on
13686         save-selected-window internals.
13687
13688 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13689
13690         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13691         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13692         (gnus-article-prev-page): Ditto.
13693
13694         * gnus-util.el (gnus-beginning-of-window): New function.
13695         (gnus-end-of-window): New function.
13696
13697         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13698
13699 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13700
13701         * gnus-score.el (gnus-score-edit-all-score):
13702         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13703         gnus-message.
13704
13705 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13706
13707         * gnus-msg.el (gnus-button-mailto):
13708         Remove save-selected-window-window hackery because it relies on
13709         save-selected-window internals.
13710
13711 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13712
13713         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13714         add-minor-mode.
13715         (gnus-binary-mode): Ditto.
13716
13717         * gnus-topic.el (gnus-topic-mode): Ditto.
13718
13719 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13720
13721         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13722         (gnus-article-prev-page): Take scroll-margin into consideration.
13723
13724 2005-07-04  Lute Kamstra  <lute@gnu.org>
13725
13726         Update FSF's address in GPL notices.
13727
13728 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13729
13730         * gnus.el (gnus-exit):
13731         * gnus-group.el (gnus-group-icons):
13732         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13733
13734         * gnus-nocem.el (gnus-nocem):
13735         * message.el (message-various, message-buffers, message-sending)
13736         (message-interface, message-forwarding, message-insertion)
13737         (message-headers, message-news, message-mail):
13738         * pgg-gpg.el (pgg-gpg):
13739         * pgg-parse.el (pgg-parse):
13740         * pgg-pgp.el (pgg-pgp):
13741         * pgg-pgp5.el (pgg-pgp5):
13742         * pop3.el (pop3): Finish `defgroup' description with period.
13743
13744 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13745
13746         * gnus-art.el (article-display-face): Improve the efficiency.
13747         (article-display-x-face): Ditto; remove grey x-face stuff.
13748
13749 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13750
13751         * gnus-art.el (article-display-face): Correct the position in
13752         which Faces are inserted.
13753
13754 2005-06-29  Didier Verna  <didier@xemacs.org>
13755
13756         * gnus-art.el (article-display-face): Display faces in correct
13757         order.
13758
13759 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13760
13761         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13762         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13763         (gnus-nocem-check-article): Fetch the Type header.
13764         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13765         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13766         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13767         make sure gnus-nocem-hashtb is initialized.
13768         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13769         (gnus-nocem-unwanted-article-p): Ditto.
13770
13771         * pgg.el (pgg-verify): Return the verification result.
13772
13773 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13774
13775         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13776         is ascii.
13777
13778 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13779
13780         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13781         `show-nonbreak-escape'.
13782
13783 2005-06-23  Lute Kamstra  <lute@gnu.org>
13784
13785         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13786
13787         * dig.el (dig-mode):
13788         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13789
13790 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13791
13792         * nnimap.el (nnimap-split-download-body): Fix spellings.
13793
13794 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13795
13796         * gnus-art.el (gnus-article-encrypt-body):
13797         * gnus-cus.el (gnus-score-customize):
13798         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13799         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13800
13801 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13802
13803         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13804         header by looking for magic "MII" at the beginnig.
13805
13806 2005-06-16  Miles Bader  <miles@gnu.org>
13807
13808         * gnus-xmas.el (gnus-xmas-group-startup-message):
13809         Use renamed gnus-splash face.
13810
13811         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13812         (assistant-field-face): New backward-compatibility alias for renamed
13813         face.
13814         (assistant-render-text): Use renamed assistant-field face.
13815
13816         * spam.el (spam): Remove "-face" suffix from face name.
13817         (spam-face): New backward-compatibility alias for renamed face.
13818         (spam-face, spam-initialize): Use renamed spam face.
13819
13820         * message.el (message-header-to, message-header-cc)
13821         (message-header-subject, message-header-newsgroups)
13822         (message-header-other, message-header-name)
13823         (message-header-xheader, message-separator, message-cited-text)
13824         (message-mml): Remove "-face" suffix from face names.
13825         (message-header-to-face, message-header-cc-face)
13826         (message-header-subject-face, message-header-newsgroups-face)
13827         (message-header-other-face, message-header-name-face)
13828         (message-header-xheader-face, message-separator-face)
13829         (message-cited-text-face, message-mml-face):
13830         New backward-compatibility aliases for renamed faces.
13831         (message-font-lock-keywords): Use renamed message faces.
13832
13833         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13834         (sieve-test-commands, sieve-tagged-arguments):
13835         Remove "-face" suffix from face names.
13836         (sieve-control-commands-face, sieve-action-commands-face)
13837         (sieve-test-commands-face, sieve-tagged-arguments-face):
13838         New backward-compatibility aliases for renamed faces.
13839         (sieve-control-commands-face, sieve-action-commands-face)
13840         (sieve-test-commands-face, sieve-tagged-arguments-face):
13841         Use renamed sieve faces.
13842
13843         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13844         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13845         (gnus-group-news-3-empty, gnus-group-news-4)
13846         (gnus-group-news-4-empty, gnus-group-news-5)
13847         (gnus-group-news-5-empty, gnus-group-news-6)
13848         (gnus-group-news-6-empty, gnus-group-news-low)
13849         (gnus-group-news-low-empty, gnus-group-mail-1)
13850         (gnus-group-mail-1-empty, gnus-group-mail-2)
13851         (gnus-group-mail-2-empty, gnus-group-mail-3)
13852         (gnus-group-mail-3-empty, gnus-group-mail-low)
13853         (gnus-group-mail-low-empty, gnus-summary-selected)
13854         (gnus-summary-cancelled, gnus-summary-high-ticked)
13855         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13856         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13857         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13858         (gnus-summary-low-undownloaded)
13859         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13860         (gnus-summary-low-unread, gnus-summary-normal-unread)
13861         (gnus-summary-high-read, gnus-summary-low-read)
13862         (gnus-summary-normal-read, gnus-splash):
13863         Remove "-face" suffix from face names.
13864         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13865         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13866         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13867         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13868         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13869         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13870         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13871         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13872         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13873         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13874         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13875         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13876         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13877         (gnus-summary-normal-ticked-face)
13878         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13879         (gnus-summary-normal-ancient-face)
13880         (gnus-summary-high-undownloaded-face)
13881         (gnus-summary-low-undownloaded-face)
13882         (gnus-summary-normal-undownloaded-face)
13883         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13884         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13885         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13886         (gnus-splash-face):
13887         New backward-compatibility aliases for renamed faces.
13888         (gnus-group-startup-message): Use renamed gnus faces.
13889
13890         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13891         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13892         (gnus-server-agent): Remove "-face" suffix from face names.
13893         (gnus-server-agent-face, gnus-server-opened-face)
13894         (gnus-server-closed-face, gnus-server-denied-face)
13895         (gnus-server-offline-face):
13896         New backward-compatibility aliases for renamed faces.
13897         (gnus-server-agent-face, gnus-server-opened-face)
13898         (gnus-server-closed-face, gnus-server-denied-face)
13899         (gnus-server-offline-face): Use renamed gnus faces.
13900
13901         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13902         Remove "-face" suffix from face names.
13903         (gnus-picon-xbm-face, gnus-picon-face):
13904         New backward-compatibility aliases for renamed faces.
13905
13906         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13907         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13908         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13909         (gnus-cite-11): Remove "-face" suffix from face names.
13910         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13911         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13912         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13913         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13914         New backward-compatibility aliases for renamed faces.
13915         (gnus-cite-attribution-face, gnus-cite-face-list)
13916         (gnus-article-boring-faces): Use renamed gnus faces.
13917
13918         * gnus-art.el (gnus-signature, gnus-header-from)
13919         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13920         (gnus-header-content): Remove "-face" suffix from face names.
13921         (gnus-signature-face, gnus-header-from-face)
13922         (gnus-header-subject-face, gnus-header-newsgroups-face)
13923         (gnus-header-name-face, gnus-header-content-face):
13924         New backward-compatibility aliases for renamed faces.
13925         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13926
13927         * gnus-sum.el (gnus-summary-selected-face)
13928         (gnus-summary-highlight): Use renamed gnus faces.
13929         * gnus-group.el (gnus-group-highlight): Likewise.
13930
13931 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13932
13933         * gnus-sieve.el (gnus-sieve-article-add-rule):
13934         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13935         * spam-stat.el (spam-stat-buffer-change-to-spam)
13936         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13937
13938         * message.el (message-is-yours-p):
13939         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13940
13941 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13942
13943         * mm-view.el (mm-inline-text): Withdraw the last change.
13944
13945 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13946
13947         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13948         executing enriched-decode.
13949
13950 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13951
13952         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13953         charset of tar files.
13954
13955 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13956
13957         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13958
13959 2005-06-04  Lute Kamstra  <lute@gnu.org>
13960
13961         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13962         information is never recorded.
13963
13964 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13965
13966         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13967
13968 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13969
13970         * pop3.el (pop3-apop): Run md5 in the binary mode.
13971
13972         * starttls.el (starttls-set-process-query-on-exit-flag):
13973         Use eval-and-compile.
13974
13975 2005-05-31  Simon Josefsson  <jas@extundo.com>
13976
13977         * smime.el (smime-replace-in-string): Define.
13978         (smime-cert-by-ldap-1): Use it.
13979
13980 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13981
13982         * gnus-art.el (article-display-x-face): Replace
13983         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13984
13985         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13986         set-process-query-on-exit-flag or process-kill-without-query.
13987
13988         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13989         loop instead of replace-regexp.
13990
13991         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13992         instead of process-kill-without-query if it is available.
13993
13994         * lpath.el: Fbind ldap-search-entries.
13995
13996         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13997         instead of find-file-hooks if it is available.
13998
13999         * mml1991.el: Bind pgg-default-user-id when compiling.
14000
14001         * mml2015.el: Bind pgg-default-user-id when compiling.
14002
14003         * nndraft.el (nndraft-request-associate-buffer):
14004         Use write-contents-functions instead of write-contents-hooks if it is
14005         available.
14006
14007         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14008         instead of find-file-hooks if it is available.
14009
14010         * nntp.el (nntp-open-connection): Replace
14011         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14012         (nntp-open-ssl-stream): Ditto.
14013         (nntp-open-tls-stream): Ditto.
14014
14015         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14016         set-process-query-on-exit-flag or process-kill-without-query.
14017         (starttls-open-stream-gnutls): Use it instead of
14018         process-kill-without-query.
14019         (starttls-open-stream): Ditto.
14020
14021 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14022
14023         * smime.el (smime-cert-by-ldap-1): Don't use
14024         replace-regexp-in-string.
14025
14026 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14027
14028         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14029
14030         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14031         in PEM format.  Adjust to the XEmacs compability.
14032
14033 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14034
14035         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14036         by `string-to-number'.
14037         * gnus-agent.el (gnus-agent-regenerate-group)
14038         (gnus-agent-fetch-articles): Ditto.
14039         * gnus-art.el (gnus-button-fetch-group): Ditto.
14040         * gnus-cache.el (gnus-cache-generate-active)
14041         (gnus-cache-articles-in-group): Ditto.
14042         * gnus-group.el (gnus-group-set-current-level)
14043         (gnus-group-insert-group-line): Ditto.
14044         * gnus-score.el (gnus-score-set-expunge-below)
14045         (gnus-score-set-mark-below, gnus-summary-score-effect)
14046         (gnus-summary-score-entry): Ditto.
14047         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14048         (gnus-soup-pack): Ditto.
14049         * gnus-spec.el (gnus-xmas-format): Ditto.
14050         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14051         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14052         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14053         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14054         * nndb.el (nndb-get-remote-expire-response): Ditto.
14055         * nndiary.el (nndiary-parse-schedule-value)
14056         (nndiary-string-to-number, nndiary-request-replace-article)
14057         (nndiary-request-article): Ditto.
14058         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14059         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14060         * nneething.el (nneething-make-head): Ditto.
14061         * nnfolder.el (nnfolder-request-article)
14062         (nnfolder-retrieve-headers): Ditto.
14063         * nnheader.el (nnheader-file-to-number): Ditto.
14064         * nnkiboze.el (nnkiboze-request-article): Ditto.
14065         * nnmail.el (nnmail-process-unix-mail-format)
14066         (nnmail-process-babyl-mail-format): Ditto.
14067         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14068         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14069         (nnmh-request-create-group, nnmh-request-list-1)
14070         (nnmh-request-group, nnmh-request-article): Ditto.
14071         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14072         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14073         * nnsoup.el (nnsoup-make-active): Ditto.
14074         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14075         * nntp.el (nntp-find-group-and-number)
14076         (nntp-retrieve-headers-with-xover): Ditto.
14077         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14078         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14079         (pgg-format-key-identifier): Ditto.
14080         * pop3.el (pop3-last, pop3-stat): Ditto.
14081         * qp.el (quoted-printable-decode-region): Ditto.
14082
14083         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14084         of concat.
14085
14086 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14089
14090         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14091
14092         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14093
14094         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14095
14096         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14097
14098         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14099
14100         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14101         (gnus-carpal-mode): Ditto.
14102
14103         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14104         (gnus-browse-mode): Ditto.
14105
14106         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14107
14108         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14109
14110 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14111
14112         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14113
14114 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14115
14116         * gnus-util.el (gnus-run-mode-hooks): New function.
14117
14118         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14119
14120         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14121         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14122
14123 2005-05-27  Lute Kamstra  <lute@gnu.org>
14124
14125         * dns-mode.el (dns-mode): Specify customization group.
14126
14127 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14128
14129         * gnus-agent.el (gnus-agent-make-mode-line-string):
14130         Use mode-line-highlight as mouse-face.
14131
14132 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14133
14134         * canlock.el (canlock): Change the parent group to news.
14135
14136         * deuglify.el (gnus-outlook-deuglify): Add :group.
14137
14138         * dig.el (dig): Add :group.
14139
14140         * dns-mode.el (dns-mode): Add :group.
14141
14142         * encrypt.el (encrypt): Add :group.
14143
14144         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14145         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14146         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14147         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14148         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14149
14150         * gnus-diary.el (gnus-diary): Add :group.
14151
14152         * gnus.el (gnus-group-news-1-face): Add :group.
14153         (gnus-group-news-1-empty-face): Ditto.
14154         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14155         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14156         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14157         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14158         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14159         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14160         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14161         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14162         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14163         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14164         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14165         (gnus-summary-high-ticked-face): Ditto.
14166         (gnus-summary-low-ticked-face): Ditto.
14167         (gnus-summary-normal-ticked-face): Ditto.
14168         (gnus-summary-high-ancient-face): Ditto.
14169         (gnus-summary-low-ancient-face): Ditto.
14170         (gnus-summary-normal-ancient-face): Ditto.
14171         (gnus-summary-high-undownloaded-face): Ditto.
14172         (gnus-summary-low-undownloaded-face): Ditto.
14173         (gnus-summary-normal-undownloaded-face): Ditto.
14174         (gnus-summary-high-unread-face): Ditto.
14175         (gnus-summary-low-unread-face): Ditto.
14176         (gnus-summary-normal-unread-face): Ditto.
14177         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14178         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14179
14180         * hashcash.el (hashcash): New custom group.
14181         (hashcash-default-payment): Add :group.
14182         (hashcash-payment-alist): Ditto.
14183         (hashcash-default-accept-payment): Ditto.
14184         (hashcash-accept-resources): Ditto.
14185         (hashcash-path): Ditto.
14186         (hashcash-extra-generate-parameters): Ditto.
14187         (hashcash-double-spend-database): Ditto.
14188         (hashcash-in-news): Ditto.
14189
14190         * message.el (message-minibuffer-local-map): Add :group.
14191
14192         * netrc.el (netrc): Add :group.
14193
14194         * sieve-manage.el (sieve-manage-log): Add :group.
14195         (sieve-manage-default-user): Diito.
14196         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14197         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14198         (sieve-manage-authenticators): Ditto.
14199         (sieve-manage-authenticator-alist): Ditto.
14200         (sieve-manage-default-port): Ditto.
14201
14202         * sieve-mode.el (sieve-control-commands-face): Add :group.
14203         (sieve-action-commands-face): Ditto.
14204         (sieve-test-commands-face): Ditto.
14205         (sieve-tagged-arguments-face): Ditto.
14206
14207         * smime.el (smime): Add :group.
14208
14209         * spam-report.el (spam-report): Add :group.
14210
14211         * spam.el (spam, spam-face): Add :group.
14212
14213 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14214
14215         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14216         return \n.\n.\n at the end of articles.  Protect against that.
14217         (nntp-with-open-group): Allow debugging.
14218
14219         * nnheader.el (mail-header-set-extra): Make into a function
14220         because I just could't understand how to quote the list properly.
14221
14222         * dns.el (query-dns-cached): New function.
14223
14224 2005-05-26  Lute Kamstra  <lute@gnu.org>
14225
14226         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14227
14228 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14229
14230         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14231
14232         * gnus-art.el: Don't autoload mail-extract-address-components.
14233
14234         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14235         eval-and-compile to evaluate it.
14236
14237         * hashcash.el: Don't autoload executable-find.
14238
14239         * nndb.el: Don't declare the nndb back end two or more times; don't
14240         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14241
14242         * nntp.el: Autoload format-spec instead of format; use
14243         eval-and-compile to evaluate autoload forms.
14244
14245 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14246
14247         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14248
14249 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14250
14251         * gnus.el (gnus-version-number): Bump version.
14252
14253 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14254
14255         * gnus.el: No Gnus v0.3 is released.
14256
14257 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14258
14259         * lpath.el (featurep): Bind show-nonbreak-escape.
14260
14261 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * gnus-art.el (gnus-article-edit-part): Disable undo.
14264
14265 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14266
14267         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14268         gnus-article-date-lapsed-new-header is t if date timer is active;
14269         skip headers in which the original date value is empty.
14270         (gnus-article-save-original-date): Redefine it as a macro.
14271         (gnus-display-mime): Use it.
14272
14273 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14274
14275         * gnus-art.el (article-date-ut): Support converting date in
14276         forwarded parts as well.
14277         (gnus-article-save-original-date): New function.
14278         (gnus-display-mime): Use it.
14279
14280 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14281
14282         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14283         enclosure element of <item>.
14284
14285 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14286
14287         * message.el (message-kill-buffer-query): Rename from
14288         `message-kill-buffer-query-if-modified'.  Add :version.
14289
14290 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14291
14292         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14293         window layout.
14294
14295 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * mml.el: Autoload dnd when compiling.
14298
14299 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14300
14301         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14302         x-dnd-*.
14303
14304 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14305
14306         * qp.el (quoted-printable-encode-region): Save excursion.
14307
14308 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14309
14310         * message.el (message-kill-buffer-query-if-modified): Add new variable
14311         so the user can kill a modified message buffer quickly.
14312         (message-kill-buffer): Use it.
14313
14314 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14315
14316         * lpath.el: Fbind display-time-event-handler; don't fbind
14317         string-to-multibyte.
14318
14319         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14320
14321 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14322
14323         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14324         contained in text because xml.el decodes entities) with LFs.
14325
14326 2005-04-11  Lute Kamstra  <lute@gnu.org>
14327
14328         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14329         differently.
14330
14331 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14332
14333         * mm-util.el (mm-detect-coding-region): Typo.
14334
14335 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14336
14337         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14338
14339 2005-04-06  Deepak Goel  <deego@gnufans.org>
14340
14341         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14342         user-function allow user modifications of the scores.
14343         (spam-stat-score-buffer-user): New function, to allow
14344         user-computed modifications to the score.
14345         (spam-stat-score-buffer-user-functions): List of additional
14346         scoring functions.
14347         (spam-stat-error-holder): Global temporary error holder.
14348         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14349         variable.
14350
14351 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14352
14353         * gnus-registry.el (gnus-registry-clean-empty-function)
14354         (gnus-registry-trim, gnus-registry-fetch-groups)
14355         (gnus-registry-delete-group): Groups that match
14356         `gnus-registry-ignored-groups' are removed from the registry
14357         entries, not just ignored for splitting.  This helps clean up the
14358         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14359         to get all the groups a message ID is in.
14360
14361         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14362         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14363         (spam-stat-score-buffer-user-functions): Add :number custom type.
14364
14365 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14368         argument in XEmacs.
14369
14370         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14371         (nnrss-request-group): Decode group name first.
14372         (nnrss-request-article): Make a text/plain article if mml-to-mime
14373         failed.
14374         (nnrss-get-encoding): Return a compatible encoding according to
14375         nnrss-compatible-encoding-alist.
14376         (nnrss-find-el): Use consp instead of listp.
14377         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14378
14379 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14380
14381         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14382         which Emacs 20 doesn't support.
14383         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14384
14385 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14386
14387         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14388         silence the byte compiler inside the defun.
14389
14390         * gnus-demon.el (parse-time-string): Add autoload.
14391
14392         * gnus-delay.el (parse-time-string): Add autoload.
14393
14394         * gnus-art.el (parse-time-string): Add autoload.
14395
14396         * nnultimate.el (parse-time): Require for `parse-time-string'.
14397
14398 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14399
14400         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14401
14402         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14403
14404         * smime.el (smime-ldap-host-list): Add :version.
14405
14406 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14407
14408         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14409         pass it to `gnus-browse-read-group'.
14410         (gnus-browse-read-group): Add NUMBER argument and pass it to
14411         `gnus-group-read-ephemeral-group'.
14412
14413         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14414         argument and pass it to `gnus-group-read-group'.
14415
14416 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14417
14418         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14419         mm-xemacs-find-mime-charset-1 if we have the mule feature
14420         available at runtime.
14421
14422 2005-03-25  Werner Lemberg  <wl@gnu.org>
14423
14424         * nnmaildir.el: Replace `illegal' with `invalid'.
14425
14426 2005-03-23  Lute Kamstra  <lute@gnu.org>
14427
14428         * time-date.el: Add comment on time value formats.
14429         Don't require parse-time.
14430         (with-decoded-time-value): New macro.
14431         (encode-time-value): New function.
14432         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14433         (days-to-time): Return a valid time value when arg is huge.
14434         (time-since): Use time-subtract.
14435         (time-to-number-of-days): Use time-to-seconds.
14436
14437 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14438
14439         * gnus-start.el (gnus-display-time-event-handler):
14440         Check display-time-timer at runtime rather than only at load time
14441         in case display-time-mode is turned off in the mean time.
14442
14443 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14444
14445         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14446         used.
14447
14448         * nneething.el (nneething-map-file-directory): Derive from
14449         `gnus-directory'.
14450
14451         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14452         the To/Cc button.
14453
14454 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14455
14456         * nnmaildir.el (nnmaildir-request-accept-article):
14457         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14458
14459 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14460
14461         * gnus-async.el: Require timer-funcs at compile time when in
14462         XEmacs for `run-with-idle-timer'.
14463
14464 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14465
14466         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14467         autoloaded function.
14468
14469 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14470
14471         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14472
14473 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14474
14475         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14476
14477 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14478
14479         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14480         Add gnus-expert-user to default.
14481
14482 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14483
14484         * nnimap.el (nnimap-open-server): Ditto.
14485
14486         * imap.el (imap-authenticate): Fix typo.
14487
14488 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14489
14490         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14491         buffer (since IMAP server might return FETCH response out of
14492         order, and the nntp buffer must be sorted).
14493
14494 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14495
14496         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14497         comparison on string.
14498
14499         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14500         (gnus-agent-score): Rename category keywords to match gnus-cus.
14501         (gnus-agent-summary-fetch-series): Modify to protect against
14502         gnus-agent-summary-fetch-group clearing processable flags.
14503         (gnus-agent-synchronize-group-flags): Update live group buffer as
14504         synchronization may occur due to the user toggle the plugged
14505         status.
14506         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14507         successfully downloaded.
14508         (gnus-agent-expire-group-1): Avoid using markers when the overview
14509         is in ascending order; greatly improves performance.
14510         (gnus-agent-regenerate-group):
14511         Use gnus-agent-synchronize-group-flags to reset read status in both
14512         gnus and server.
14513         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14514
14515 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14516
14517         * message.el: Don't autoload former message-utils variables.
14518         (message-strip-subject-trailing-was): Change doc string.
14519
14520         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14521         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14522         (nnweb-google-search): Add "hl=en" here.
14523         (nnweb-google-parse-1, nnweb-google-create-mapping):
14524         Don't hardcode URL.
14525
14526 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14527
14528         * message.el (message-get-reply-headers, message-followup):
14529         Mention related variables `message-use-followup-to' and
14530         `message-use-mail-followup-to', in the information buffer.
14531
14532         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14533         of broken groups(-beta).google.com.
14534
14535 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14536
14537         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14538         parameter to invoked gnus-request-move-article; remove the
14539         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14540         all at once instead of once per article.
14541         (gnus-summary-remove-process-mark): Accept a list of articles as
14542         well as a single article for processing.
14543
14544         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14545         parameter.
14546
14547         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14548
14549         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14550
14551         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14552         parameter.
14553
14554         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14555         parameter.
14556
14557         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14558         parameter and remove the gnus-sum-hint-move-is-internal variable.
14559
14560         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14561         parameter.
14562
14563         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14564         parameter.
14565
14566         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14567         parameter.
14568
14569         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14570
14571         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14572         parameter.
14573
14574         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14575         parameter.
14576
14577 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14578
14579         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14580         a more conservative way.
14581
14582 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14583
14584         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14585         buffer, so it moves the window's cursor.
14586
14587 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14588
14589         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14590         `mm-dissect-multipart' and receive the from field as an (optional)
14591         argument from `mm-dissect-multipart'.
14592         (mm-dissect-multipart): Receive the from field as an argument and
14593         pass it on when we call `mm-dissect-buffer' on MIME parts.
14594         Fixes verification/decryption of signed/encrypted MIME parts.
14595
14596 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14597
14598         * gnus-sum.el (gnus-summary-move-article):
14599         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14600         whatever it calls (right now, only nnimap-request-move article
14601         respects it).
14602
14603         * nnimap.el (nnimap-request-move-article):
14604         When gnus-sum-hint-move-is-internal is set, don't do the extra
14605         nnimap-request-article.
14606
14607 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14608
14609         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14610
14611         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14612         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14613
14614         * gnus-sum.el (gnus-summary-caesar-message):
14615         Apply `gnus-treat-article' after rotation.
14616
14617         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14618         doc string.
14619
14620 2005-02-22  Simon Josefsson  <jas@extundo.com>
14621
14622         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14623         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14624         <arne@arnested.dk>.
14625         (encrypt): Add password-cache and password-cache-expiry as group
14626         members.
14627
14628 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14629
14630         * smime.el (smime-ldap-host-list): Doc fix.
14631         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14632         cache) password.
14633         (smime-sign-region): Use it.
14634         (smime-decrypt-region): Use it.
14635         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14636         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14637         fails.
14638         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14639         certificate from DER to PEM format rather than calling openssl.
14640
14641         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14642
14643         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14644         for signing/encryption.
14645
14646         * mml.el (mml-parse-1): Use them.
14647
14648 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14649
14650         * nnrss.el (nnrss-verbose): Remove.
14651         (nnrss-request-group): Use `nnheader-message' instead.
14652
14653 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14654
14655         * nnrss.el (nnrss-verbose): New variable.
14656         (nnrss-request-group): Make it say nnrss is requesting a group.
14657
14658 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14659
14660         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14661         Handle news URL with given port correctly.
14662
14663 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14664
14665         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14666         containing special characters.
14667
14668         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14669
14670         * mml.el (mime-to-mml): Ditto.
14671
14672         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14673         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14674         (rfc2047-decode-region): Quote decoded words containing special
14675         characters when rfc2047-quote-decoded-words-containing-tspecials
14676         is non-nil.
14677
14678 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14679
14680         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14681
14682         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14683
14684 2005-02-15  Simon Josefsson  <jas@extundo.com>
14685
14686         * nnimap.el (nnimap-debug): Doc fix.
14687
14688         * imap.el (imap-debug): Doc fix.
14689
14690 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14693
14694 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14695
14696         * gnus.el (spam-contents): Improve docs for spam-contents
14697         parameter in its variable incarnation.
14698
14699 2005-02-14  Simon Josefsson  <jas@extundo.com>
14700
14701         * smime-ldap.el: Use require instead of load-library for ldap.
14702         (smime-ldap-search): Indent.
14703         (smime-ldap-search-internal): Shorten line.
14704
14705         * smime.el (smime-cert-by-dns): Add doc-string.
14706         (smime-cert-by-ldap-1): Indent.
14707
14708         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14709         mml-smime-get-dns-ldap.
14710         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14711
14712 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14713
14714         * smime.el: Require smime-ldap.
14715         (smime-ldap-host-list): New variable.
14716         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14717
14718         * mml-smime.el (mml-smime-encrypt-query): New function.
14719         (mml-smime-encrypt-query): Use it.
14720
14721         * smime-ldap.el: New file.
14722
14723 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14724
14725         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14726
14727 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14728
14729         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14730         argument in doc string.  Make query for type more clear.
14731
14732 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14733
14734         * gnus.el (gnus-group-startup-message): Search for gnus images in
14735         etc/images/gnus.
14736         * mm-util.el (mm-image-load-path): Likewise.
14737         * smiley.el (smiley-data-directory): Search for smilies in
14738         etc/images/smilies.
14739
14740 2005-02-09  Kim F. Storm  <storm@cua.dk>
14741
14742         Change Emacs release version from 21.4 to 22.1 throughout.
14743         Change Emacs development version from 21.3.50 to 22.0.50.
14744
14745 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14746
14747         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14748
14749         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14750         non-Mule XEmacs as well.
14751         (mm-decompress-buffer): Signal an error intentionally if it does
14752         not decompress compressed data because auto-compression-mode is
14753         disabled.
14754
14755 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14756
14757         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14758         an ID in the registry even if it has no groups.
14759
14760 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14761
14762         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14763         merge it into mm-decompress-buffer.
14764         (gnus-mime-copy-part): Use the MIME part charset, the value which
14765         a user specified or gnus-newsgroup-charset for decoding, like
14766         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14767         save-buffer what was used.  Suggested by Kevin Ryde
14768         <user42@zip.com.au>.
14769         (gnus-mime-inline-part): Allow the name parameter as well as the
14770         filename parameter; force decompressing of compressed data; always
14771         display contents being not decoded as unibyte.
14772
14773         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14774         as well as the filename parameter.
14775
14776         * mm-util.el (mm-decompress-buffer):
14777         Merge gnus-mime-jka-compr-maybe-uncompress.
14778         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14779         of compressed data.
14780
14781 2005-02-08  Simon Josefsson  <jas@extundo.com>
14782
14783         * imap.el (imap-log): Doc fix.
14784
14785 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14786
14787         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14788         the coding cookies; decompress compressed parts.
14789
14790         * mml.el (mml-generate-mime-1): Add the charset parameter according
14791         to the value which a user specified manually or the coding cookie.
14792
14793         * mm-util.el (mm-string-to-multibyte): New function.
14794         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14795         (mm-coding-system-to-mime-charset): New function.
14796         (mm-decompress-buffer): New function.
14797         (mm-find-buffer-file-coding-system): New function.
14798
14799         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14800         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14801         parts.
14802
14803 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14804
14805         * mm-view.el (mm-display-inline-fontify): Decode a part according
14806         to the charset parameter.
14807
14808 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14809
14810         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14811         prefix arg is neither nil nor a number, as info specifies.
14812
14813 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14814
14815         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14816         timestamps.
14817
14818 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14819
14820         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14821         groups error checking and notify user.
14822
14823 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14824
14825         * message.el (message-send-mail-function): Check existence of
14826         sendmail-program first before using default value
14827         `message-send-mail-with-sendmail'.  Otherwise use more generic
14828         `smtpmail-send-it'.
14829
14830 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14831
14832         * nntp.el (nntp-request-update-info): Always return nil.
14833
14834 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14835
14836         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14837
14838 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14839
14840         * message.el (message-beginning-of-line): Change the behavior when
14841         invoked between BOL and : so that it first moves backward.
14842
14843 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14844
14845         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14846         article buffer when editing of the article is discarded.
14847         (gnus-article-prepare): Revert.
14848
14849 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14850
14851         * gnus-art.el (gnus-article-prepare):
14852         Remove message-strip-forbidden-properties from the local hook.
14853
14854 2005-01-27  Simon Josefsson  <jas@extundo.com>
14855
14856         * password.el (password-cache-add): Only start one timer per key.
14857         Reported by Derek Atkins <warlord@MIT.EDU>.
14858
14859 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14860
14861         * run-at-time.el: Remove.  It is no longer needed as
14862         timer-funcs.el in the xemacs-base package has a working version of
14863         `run-at-time'.
14864
14865         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14866
14867         * password.el: Require timer-funcs instead of run-at-time in
14868         XEmacs.
14869         Remove `password-run-at-time' macro.
14870         (password-cache-add): Use `run-at-time' instead of
14871         `password-run-at-time'.
14872
14873         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14874         Remove `nnheader-cancel-function-timers' alias,
14875         `cancel-function-timers' exists in XEmacs in timer-funcs.
14876
14877         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14878         for `run-with-idle-timer'.
14879
14880         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14881         for `run-at-time'.
14882
14883         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14884         for `with-timeout'.
14885
14886         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14887         the same as for XEmacs 21.4.
14888         No need to ignore `run-with-idle-timer', this function exists in
14889         XEmacs now in timer-funcs.el in the xemacs-base package.
14890         (dgnushack-compile): No need to delete
14891         run-at-time.el from the list of files to compile because it
14892         doesn't exist anymore.
14893
14894 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14897         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14898
14899 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14900
14901         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14902         sensitively.
14903
14904 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14905
14906         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14907
14908 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14909
14910         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14911         which will be inserted according to the multibyteness of a buffer
14912         rather than the type of contents.  Suggested by ARISAWA Akihiro
14913         <ari@mbf.ocn.ne.jp>.
14914
14915         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14916         of string which old xml.el may return rather than a string.
14917
14918 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14919
14920         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14921
14922 2005-01-16  Simon Josefsson  <jas@extundo.com>
14923
14924         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14925         idn/idna.el isn't available.
14926         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14927         <michael@waxrat.com>.
14928
14929         * hashcash.el: Remove non-FSF copyright header.
14930
14931         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14932         (hashcash-generate-payment): Use it.
14933         (hashcash-generate-payment-async): Use it.
14934
14935 2005-01-15  Simon Josefsson  <jas@extundo.com>
14936
14937         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14938         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14939
14940         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14941         gnus-summary-idna-message.
14942         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14943         (gnus-summary-idna-message): New function.
14944
14945 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14946
14947         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14948         gnus-novice-user.
14949
14950 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14951
14952         * nnrss.el (nnrss-request-delete-group): Delete entries in
14953         nnrss-group-alist as well.
14954         (nnrss-save-server-data): Insert newline.
14955
14956 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14957
14958         * gnus.el (gnus-user-agent): Use list of symbols instead of
14959         symbols.  Display full version number for (S)XEmacs.
14960         Optionally display (S)XEmacs codename.
14961
14962         * gnus-util.el (gnus-emacs-version): Update for new
14963         `gnus-user-agent'.
14964
14965         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14966         Gnus version.
14967
14968 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14969
14970         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14971         which is unreadable in some setups.
14972
14973 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14974
14975         * gnus-spec.el (gnus-update-format-specifications): Flush the
14976         group format spec cache if it doesn't support decoded group names.
14977
14978 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14979
14980         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14981         Allow to apply decay on score files matching a regexp.
14982
14983 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14984
14985         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14986         compatibility in %g and %c.
14987
14988 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14989
14990         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14991         name for only %g and %c.
14992         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14993         of gnus-tmp-group to decoded group name.
14994         (gnus-group-make-rss-group): Exclude `/'s from group names.
14995
14996 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14997
14998         * nnrss.el (nnrss-get-encoding): Fix regexp.
14999
15000 2004-12-27  Simon Josefsson  <jas@extundo.com>
15001
15002         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15003         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15004         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15005
15006 2004-12-17  Kim F. Storm  <storm@cua.dk>
15007
15008         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15009
15010         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15011
15012 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15013
15014         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15015
15016 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15017
15018         * nnrss.el: Require rfc2047 and mml.
15019         (nnrss-file-coding-system): New variable.
15020         (nnrss-format-string): Redefine it as an inline function.
15021         (nnrss-decode-group-name): New function.
15022         (nnrss-string-as-multibyte): Remove.
15023         (nnrss-retrieve-headers): Decode group name; don't use
15024         nnrss-format-string.
15025         (nnrss-request-group): Decode group name.
15026         (nnrss-request-article): Decode group name; allow a Message-ID as
15027         well as an article number; don't use nnrss-format-string; encode a
15028         Message-ID string which may contain non-ASCII characters; use
15029         mml-to-mime to compose a MIME article.
15030         (nnrss-request-expire-articles): Decode group name.
15031         (nnrss-request-delete-group): Decode group name.
15032         (nnrss-fetch): Clarify error message.
15033         (nnrss-read-server-data): Use insert-file-contents instead of load;
15034         bind file-name-coding-system; use multibyte buffer.
15035         (nnrss-save-server-data): Bind coding-system-for-write to the
15036         value of nnrss-file-coding-system; bind file-name-coding-system;
15037         add coding cookie.
15038         (nnrss-read-group-data): Use insert-file-contents instead of load;
15039         bind file-name-coding-system; use multibyte buffer.
15040         (nnrss-save-group-data): Bind coding-system-for-write to the
15041         value of nnrss-file-coding-system; bind file-name-coding-system.
15042         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15043         make it work with non-ASCII text.
15044         (nnrss-find-el): Make it work with old xml.el as well.
15045
15046 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15047
15048         * nnrss.el (nnrss-get-encoding): New function.
15049         (nnrss-fetch): Use unibyte buffer initially; bind
15050         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15051         decode contents according to the encoding attribute.
15052         (nnrss-save-group-data): Add coding cookie.
15053         (nnrss-mime-encode-string): New function.
15054         (nnrss-check-group): Use it to encode subject and author.
15055
15056 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15057
15058         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15059         imaginary variable.
15060
15061 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15062
15063         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15064         correctly even if there are wide characters.
15065
15066 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15067
15068         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15069         downcased symbol names; make a new cache instead of reusing
15070         bbdb-hashtable.
15071
15072 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15073
15074         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15075         concatenating segments rather than before concatenating them.
15076         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15077
15078         * message.el (message-get-reply-headers): Bind `extra'.
15079
15080 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15081
15082         * message.el (message-extra-wide-headers): New variable.
15083         (message-get-reply-headers): Use it.
15084
15085 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15086
15087         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15088         (gnus-agent-group-pathname): Ditto.
15089
15090         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15091
15092         * gnus-group.el (gnus-group-make-group): Decode group name.
15093         (gnus-group-make-rss-group): Register the group data after opening
15094         the nnrss group.
15095
15096 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15097
15098         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15099         by expiry now get marked as read.
15100
15101 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15102
15103         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15104
15105 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15106
15107         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15108         unify Latin characters in XEmacs.
15109         (mm-find-mime-charset-region): Use it.
15110
15111 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * gnus-util.el (gnus-delete-directory): New function.
15114
15115         * gnus-agent.el (gnus-agent-delete-group): Use it.
15116
15117         * gnus-cache.el (gnus-cache-delete-group): Use it.
15118
15119 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15120
15121         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15122         names.
15123
15124 2004-12-16  Simon Josefsson  <jas@extundo.com>
15125
15126         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15127
15128 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15129
15130         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15131
15132         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15133         (gnus-group-set-current-level): Decode group name.
15134
15135 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15136
15137         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15138         failed.
15139
15140 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15141
15142         * gnus-group.el (gnus-group-delete-group): Decode group name.
15143         (gnus-group-make-rss-group): Encode group name.
15144         (gnus-group-catchup-current): Decode group name.
15145         (gnus-group-kill-group): Decode group name.
15146
15147 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15148
15149         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15150
15151 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15152
15153         * gnus-group.el (gnus-group-make-rss-group):
15154         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15155
15156         * gnus-start.el (gnus-setup-news): Honor user's setting to
15157         gnus-message-archive-method.  Suggested by Lute Kamstra
15158         <lute@gnu.org>.
15159
15160 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15161
15162         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15163         global counterparts of the buffer-local variables.
15164
15165 2004-11-16  Romain Francoise  <romain@orebokech.com>
15166
15167         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15168         counterparts of the buffer-local variables.
15169
15170 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15171
15172         * message.el (message-forbidden-properties): Fix typo in doc
15173         string.
15174
15175 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15176
15177         * gnus-util.el (gnus-replace-in-string): Add doc string.
15178
15179         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15180         to avoid problems when splitting mails with many recipients.
15181
15182 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15183
15184         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15185         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15186
15187 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15188
15189         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15190         if there is no hashtable in memory or file modification time is
15191         newer than cached timestamp.
15192
15193 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15194
15195         * gnus-sum.el (gnus-summary-limit-to-recipient):
15196         Implement not-matching option.
15197
15198 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15199
15200         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15201         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15202         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15203         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15204         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15205         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15206
15207 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15208
15209         * message.el (message-forward-make-body-mml): Remove headers
15210         according to message-forward-ignored-headers if a message is decoded.
15211
15212 2004-12-02  Romain Francoise  <romain@orebokech.com>
15213
15214         * message.el (message-forward-make-body-plain): Always remove
15215         headers according to message-forward-ignored-headers.
15216
15217 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15218
15219         * spam.el (spam-summary-prepare-exit): Remove the
15220         gnus-summary-limit pop for now, it has problems with ham marks for
15221         me.
15222
15223 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15224
15225         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15226         correctly.
15227
15228 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15229
15230         * format-spec.el (format-spec): Message the char.
15231
15232 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15233
15234         * gnus-art.el (gnus-split-methods): Reformat comments.
15235
15236         * spam.el (spam-summary-prepare-exit): Remove article limits
15237         before exiting the summary buffer.
15238
15239 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15240
15241         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15242         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15243
15244         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15245         order to silence the byte compiler.
15246
15247         * spam.el: Fix the way to silence the byte compiler, which
15248         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15249         bbdb-search-simple, spam-BBDB-register-routine,
15250         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15251         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15252         spam-stat-buffer-is-spam, spam-stat-load,
15253         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15254         spam-stat-save and spam-stat-split-fancy.
15255
15256 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15257
15258         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15259         which may confuse users.
15260         (canlock-password-for-verify): Ditto.
15261
15262         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15263
15264         * gnus-art.el (gnus-emphasis-alist): Ditto.
15265
15266         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15267
15268         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15269
15270         * gnus-start.el (gnus-save-killed-list): Ditto.
15271
15272         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15273         (gnus-sum-thread-tree-root): Ditto.
15274         (gnus-sum-thread-tree-false-root): Ditto.
15275         (gnus-sum-thread-tree-single-indent): Ditto.
15276
15277         * message.el (message-courtesy-message): Ditto.
15278         (message-archive-note): Ditto.
15279         (message-subscribed-address-file): Ditto.
15280         (message-user-fqdn): Ditto.
15281
15282         * spam-report.el (spam-report-gmane-regex): Ditto.
15283
15284         * spam.el (spam-blackhole-good-server-regex): Ditto.
15285
15286 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15287
15288         * mml.el (mml-preview): Widen the message buffer before copying
15289         the contents to the preview buffer; sort headers before previewing.
15290
15291         * message.el (message-hidden-headers): Fix the way to avoid a bug
15292         in the `repeat' widget in Emacs 21.3 or earlier.
15293
15294 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * message.el (message-hidden-headers): Default to "^References:".
15297         Improve customization type.  Suggested by Reiner Steib
15298         <Reiner.Steib@gmx.de>.
15299
15300 2004-11-25  Romain Francoise  <romain@orebokech.com>
15301
15302         * message.el (message-strip-forbidden-properties): Remove check for
15303         obsolete `message-hidden' text property, hidden headers are not
15304         accessible in the buffer anymore.
15305
15306 2004-11-22  Romain Francoise  <romain@orebokech.com>
15307
15308         * message.el (message-header-format-alist): Add `From' in list
15309         so that it can be sorted.
15310         (message-fix-before-sending): Widen and sort headers before
15311         sending.
15312         (message-hide-headers): Use narrowing to hide headers by moving
15313         them to the top of the buffer and narrowing to the region
15314         underneath.
15315
15316 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15317
15318         * message.el (message-strip-forbidden-properties):
15319         Bind buffer-read-only (etc) to nil.
15320
15321 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15322
15323         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15324         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15325
15326 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15327
15328         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15329
15330 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15331
15332         * dns.el (query-dns): Use sit-for to time instead of
15333         accept-process-output, since that doesn't seem to work on udp
15334         sockets.
15335
15336 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15337
15338         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15339
15340 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15341
15342         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15343         doc string.  Improve doc string.
15344
15345 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15346
15347         * nntp.el (nntp-request-update-info): Return nil if
15348         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15349         may not call gnus-activate-group which uselessly issues the GROUP
15350         commands for all nntp groups and wastes time.  Reported by Romain
15351         Francoise <romain@orebokech.com>.
15352
15353         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15354
15355 2004-11-15  Simon Josefsson  <jas@extundo.com>
15356
15357         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15358         headers separately.
15359         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15360         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15361
15362 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15363
15364         * gnus-start.el (gnus-convert-old-newsrc):
15365         Assign legacy-gnus-agent to 5.10.7.
15366
15367 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15368
15369         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15370         start of the lines.
15371
15372 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15373
15374         * hashcash.el (hashcash-default-payment): Change default to 20.
15375         (hashcash-default-accept-payment): Change default to 20.
15376         (hashcash-process-alist): New variable.
15377         (hashcash-generate-payment-async): Add.
15378         (hashcash-already-paid-p): Add.
15379         (hashcash-insert-payment): Don't generate payments twice.
15380         (hashcash-insert-payment-async): Add.
15381         (hashcash-insert-payment-async-2): Add.
15382         (hashcash-cancel-async): Add.
15383         (hashcash-wait-async): Add.
15384         (hashcash-processes-running-p): Add.
15385         (hashcash-wait-or-cancel): Add.
15386         (mail-add-payment): New optional argument.  Conditionally start
15387         asynchronous calculation.
15388         (mail-add-payment-async): Add.
15389
15390         * message.el (message-send-mail): Wait for asynchronous hashcash
15391         results.  Don't clobber existing X-Hashcash headers.
15392         (message-setup-1): Call mail-add-payment-async when
15393         message-generate-hashcash is non-nil.
15394
15395 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15396
15397         * message.el (message-use-alternative-email-as-from): Examine the
15398         From header as well; use message-make-from in order to include a
15399         user's full name.
15400
15401 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15402
15403         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15404         default; improve customization type.
15405         (gnus-emphasis-custom-with-format): New macro.
15406         (gnus-emphasis-custom-value-to-external): New function.
15407         (gnus-emphasis-custom-value-to-internal): New function.
15408
15409 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15410
15411         * dns.el (query-dns): Resolve reverse addresses.
15412
15413 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15414
15415         * gnus-group.el (gnus-group-get-new-news): Use it.
15416
15417         * gnus-start.el (gnus-check-reasonable-setup): New function.
15418
15419 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15420
15421         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15422         "Args out of range" error.  Reported by Arnaud Giersch
15423         <arnaud.giersch@free.fr>.
15424
15425 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15426
15427         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15428
15429 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15430
15431         * spam.el (spam group): Add :version.
15432
15433         * pgg-def.el (pgg group): Add :version.
15434
15435 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15436
15437         * gnus-art.el (gnus-article-edit-article): Don't associate the
15438         article buffer with a draft file.  This is a temporary measure
15439         against the 2004-08-22 change to gnus-article-edit-mode.
15440
15441 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15442
15443         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15444         (html2text-format-tags): Remove unused variable `attr'.
15445
15446 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15447
15448         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15449
15450         * tls.el (tls-process-connection-type, tls-success)
15451         (tls-certtool-program): Add :version.
15452
15453         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15454         (starttls-extra-arguments, starttls-process-connection-type)
15455         (starttls-connect, starttls-failure, starttls-success): Add :version.
15456
15457         * spam-stat.el (spam-stat): Add :version.
15458
15459         * sieve.el (sieve): Add :version.
15460
15461         * sha1.el (sha1): Add :version.
15462         (sha1-use-external): Remove redundant version.
15463
15464         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15465         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15466         (nnmail-split-fancy-match-partial-words)
15467         (nnmail-split-lowercase-expanded): Add :version.
15468
15469         * nndiary.el (nndiary): Add :version.
15470
15471         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15472
15473         * mml-sec.el (mml-default-sign-method)
15474         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15475         Add :version.
15476
15477         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15478
15479         * mm-url.el (mm-url-use-external, mm-url-program)
15480         (mm-url-arguments): Add :version.
15481
15482         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15483         (mm-attachment-file-modes, mm-decrypt-option)
15484         (mm-w3m-safe-url-regexp): Add :version.
15485
15486         * message.el (message-cite-prefix-regexp)
15487         (message-sendmail-envelope-from, message-minibuffer-local-map)
15488         (message-user-fqdn, message-completion-alist): Add :version.
15489
15490         * gnus-win.el (gnus-configure-windows-hook)
15491         (gnus-use-frames-on-any-display): Add :version.
15492
15493         * gnus-art.el (gnus-article-address-banner-alist)
15494         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15495         (gnus-treat-from-picon, gnus-treat-mail-picon)
15496         (gnus-treat-x-pgp-sig): Add :version.
15497
15498         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15499         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15500         (gnus-summary-article-delete-hook)
15501         (gnus-summary-display-while-building): Add :version.
15502
15503         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15504         (gnus-get-top-new-news-hook): Add :version.
15505
15506         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15507         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15508
15509         * gnus-registry.el (gnus-registry): Add :version.
15510
15511         * gnus-spec.el (gnus-use-correct-string-widths)
15512         (gnus-make-format-preserve-properties): Add :version.
15513
15514         * gnus.el (gnus-group-charter-alist)
15515         (gnus-group-fetch-control-use-browse-url)
15516         (gnus-install-group-spam-parameters): Add :version.
15517
15518         * gnus-diary.el (gnus-diary): Add :version.
15519
15520         * gnus-delay.el (gnus-delay): Add :version.
15521
15522         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15523         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15524         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15525         Add :version.
15526
15527         * gnus-agent.el (gnus-agent-max-fetch-size)
15528         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15529         (gnus-agent-prompt-send-queue): Add :version.
15530
15531         * deuglify.el (gnus-outlook-deuglify): Add :version.
15532
15533         * html2text.el: Beautify code.  Improve doc strings.
15534         Some checkdoc cleanup.
15535         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15536
15537 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15538
15539         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15540
15541 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15542
15543         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15544         when package is loaded.
15545
15546         * spam.el (spam-summary-score-preferred-header): Add global preference
15547         for people who want to override the default SpamAssassin over
15548         Bogofilter preference (when both are set).
15549         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15550         (spam-user-format-function-S):
15551         Check spam-summary-score-preferred-header.
15552         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15553         (spam-user-format-function-S): Format the score correctly.
15554
15555 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15556
15557         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15558         signature file.  Suggested by Manoj Srivastava
15559         <srivasta@golden-gryphon.com>.
15560
15561         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15562         iso-2022-jp even in the Japanese language environment.
15563         Suggested by Jason Rumney <jasonr@gnu.org>.
15564
15565 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15566
15567         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15568         use the same characters as the dummy marks; make it free from
15569         getting affected by the language environment.
15570         (gnus-summary-read-group-1): Update mark positions only when the
15571         format spec is updated.
15572
15573         * gnus-spec.el (gnus-update-format-specifications): Return a list
15574         of updated types.
15575
15576 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15577
15578         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15579         of boundp to check if display-warning is available.
15580
15581 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15582
15583         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15584
15585 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15586
15587         * nnspool.el (nnspool-spool-directory): Use news-path if the
15588         news-directory variable is not bound.
15589
15590         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15591         function instead of display-warning if it is not available.
15592
15593 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15594
15595         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15596         v5-10: Use `point-at-bol'.
15597
15598 2004-10-26  Simon Josefsson  <jas@extundo.com>
15599
15600         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15601         <chenggao@gmail.com>.
15602
15603 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15604
15605         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15606         instead.
15607
15608 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15609
15610         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15611         to remove a server from the nnimap-server-buffer-alist.
15612         (nnimap-open-connection, nnimap-close-server): Use it.
15613
15614         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15615
15616 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15617
15618         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15619         running the major-mode function.
15620
15621 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15624         dummy marks in the right way.
15625
15626 2004-10-18  David Edmondson  <dme@dme.org>
15627
15628         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15629         excessively.
15630
15631 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15632
15633         * gnus-util.el (gnus-split-references): Accept a nil references
15634         string and go on blissfully.
15635
15636         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15637         cases where the references string is non-nil but has no references.
15638
15639         * encrypt.el: Add autoload tags.
15640
15641         * spam.el (spam-resolve-registrations-routine): Remove article
15642         from unregistration list too.  Reported by David Hanak
15643         <dhanak@isis.vanderbilt.edu>
15644
15645 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15646
15647         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15648         nil.  Change custom type.
15649
15650 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15651
15652         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15653
15654         * gnus-sum.el (gnus-summary-move-article): Use it.
15655
15656 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15657
15658         * encrypt.el: Add autoload cookies.
15659
15660         * spam.el (spam-backend-article-list-property)
15661         (spam-backend-get-article-todo-list)
15662         (spam-backend-put-article-todo-list)
15663         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15664         Resolve registrations separately.
15665         (spam-register-routine): Format comments.
15666         (spam-unregister-routine, spam-register-routine): Always call with
15667         specific-articles, no default list.
15668         (spam-summary-prepare-exit): Use the spam-classifications function.
15669
15670         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15671         gnus-encrypt.el.
15672
15673         * encrypt.el: Copied from gnus-encrypt.el.
15674
15675         * gnus-encrypt.el: Commented that it's obsolete.
15676
15677 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15678
15679         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15680         (gnus-score-save): Use it.
15681
15682         * message.el (message-bury): Use `window-dedicated-p'.
15683
15684 2004-10-15  Simon Josefsson  <jas@extundo.com>
15685
15686         * pop3.el (top-level): Don't require nnheader.
15687         (pop3-read-timeout): Add.
15688         (pop3-accept-process-output): Add.
15689         (pop3-read-response, pop3-retr): Use it.
15690
15691 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15692
15693         * spam.el (spam-register-routine): Move comment.
15694         (spam-verify-bogofilter): Use 'unknown for the initial
15695         spam-bogofilter-valid state, not 'never.
15696
15697         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15698         for netrc-machine.
15699
15700         * nnimap.el (nnimap-open-connection):
15701         Use netrc-machine-user-or-password.
15702
15703 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15704
15705         * gnus-registry.el (gnus-registry-unload-hook):
15706         Set as a variable with add-hook.
15707
15708         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15709         of news-path.
15710
15711         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15712
15713         * spam.el: Delete duplicate `provide'.
15714         (spam-unload-hook): Set as a variable with add-hook.
15715
15716 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15717
15718         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15719         in the doc string.
15720
15721         * message.el (message-ignored-news-headers)
15722         (message-ignored-supersedes-headers)
15723         (message-ignored-resent-headers)
15724         (message-forward-ignored-headers): Improve custom type.
15725
15726 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15727
15728         * message.el (message-tokenize-header): Fix 2004-09-06 change
15729         which used point-min in the wrong place.
15730
15731 2004-10-12  Simon Josefsson  <jas@extundo.com>
15732
15733         * tls.el (tls-certtool-program): New variable.
15734         (tls-certificate-information): New function, based on
15735         ssl-certificate-information.
15736
15737 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * compface.el: Move the version of ELisp-based uncompface program
15740         to the contrib directory because of the copyright problem.
15741
15742 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15743
15744         * message.el (message-kill-buffer): Raise the current frame.
15745
15746 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15747
15748         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15749
15750         * gnus.el (message-y-or-n-p): Autoload.
15751
15752         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15753         (pop3-password-required, pop3-authentication-scheme)
15754         (pop3-leave-mail-on-server): Make customizable.
15755         (pop3): New custom group.
15756         (pop3-retr): Remove `sleep-for' statements.
15757         Suggested by Dave Love <fx@gnu.org>.
15758
15759         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15760         Windows/DOS.
15761
15762         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15763         (imap-parse-body): Fix incorrect use of `assert'.
15764         Suggested by Dave Love <fx@gnu.org>.
15765
15766         * mml.el (mml-minibuffer-read-disposition): Require match.
15767         Suggested by Dave Love <fx@gnu.org>.
15768
15769 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15770
15771         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15772         doc string.
15773
15774 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15775
15776         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15777
15778 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15779
15780         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15781         instead of calling `mm-insert-inline', to decode text/* parts
15782         before displaying them.
15783
15784 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15785
15786         * mm-uu.el (mm-uu-text-plain-type): New variable.
15787         (mm-uu-pgp-signed-extract-1): Use it.
15788         (mm-uu-pgp-encrypted-extract-1): Use it.
15789         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15790         bind mm-uu-text-plain-type with that value.
15791         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15792         mm-uu-dissect.
15793
15794 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15795
15796         * gnus-group.el (gnus-update-group-mark-positions):
15797         * gnus-sum.el (gnus-update-summary-mark-positions):
15798         * message.el (message-check-news-body-syntax):
15799         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15800         of string-as-multibyte.
15801
15802 2004-10-05  Juri Linkov  <juri@jurta.org>
15803
15804         * gnus-group.el (gnus-update-group-mark-positions):
15805         * gnus-sum.el (gnus-update-summary-mark-positions):
15806         * message.el (message-check-news-body-syntax):
15807         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15808         8-bit unibyte values to a multibyte string for search functions.
15809
15810 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15811
15812         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15813         (mm-uu-dissect-text-parts): New function.
15814
15815         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15816         dissect text parts.
15817
15818         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15819         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15820
15821         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15822
15823         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15824         Use gnus-current-topics instead of gnus-current-topic.
15825
15826 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15827
15828         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15829
15830 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15831
15832         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15833         where approriate.
15834
15835         * nnml.el (nnml-generate-active-info): do.
15836
15837         * nndiary.el (nndiary-generate-active-info): do.
15838
15839         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15840         (gnus-topic-move): do.
15841
15842         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15843         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15844
15845         * gnus-srvr.el (gnus-server-prepare)
15846         (gnus-server-open-all-servers): do.
15847
15848         * gnus-msg.el (gnus-summary-cancel-article)
15849         (gnus-summary-resend-message)
15850         (gnus-summary-mail-crosspost-complaint): do.
15851
15852         * gnus-move.el (gnus-change-server): do.
15853
15854         * gnus-group.el (gnus-group-unmark-all-groups)
15855         (gnus-group-set-current-level): do.
15856
15857 2004-10-04  Simon Josefsson  <jas@extundo.com>
15858
15859         * message.el (message-generate-hashcash): Doc fix.
15860
15861 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15862
15863         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15864         avoid infinite recursion via gnus-get-function.
15865
15866 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15867
15868         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15869
15870         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15871
15872         * nnmail.el (nnmail-split-history): do.
15873
15874         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15875         (nnml-request-delete-group): do.
15876
15877         * nnslashdot.el (nnslashdot-read-groups): do.
15878
15879         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15880         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15881
15882         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15883         (nnspool-sift-nov-with-sed): Use last.
15884         (nnspool-retrieve-headers-with-nov): Use mapc.
15885         (nnspool-request-newgroups): Use dolist.
15886         (nnspool-request-group): Use last.
15887
15888         * nntp.el (nntp-read-server-type): Use dolist.
15889
15890         * nnvirtual.el (nnvirtual-create-mapping)
15891         (nnvirtual-update-read-and-marked): Use dolist.
15892         (nnvirtual-convert-headers): Simplify.
15893
15894 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15895
15896         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15897         Add support for sync'ing tick marks.
15898
15899 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15900
15901         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15902         there's no visible header.
15903
15904 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15905
15906         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15907         When necessary, pass full group name to gnus-request-set-marks.
15908
15909 2004-10-01  Simon Josefsson  <jas@extundo.com>
15910
15911         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15912         acroread.
15913
15914 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15915
15916         * spam-report.el (spam-report-gmane): Fix interactive.
15917
15918         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15919
15920         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15921         when writing file.
15922         (gnus-agent-synchronize-flags): Don't default to being
15923         interactive.
15924
15925 2004-09-30  Simon Josefsson  <jas@extundo.com>
15926
15927         * message.el (message-generate-hashcash): Add.
15928         (message-send-mail): Use it, call mail-add-payment.
15929
15930 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15931
15932         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15933
15934 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15935
15936         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15937         gnus-requst-update-info with explicit code to sync the in-memory
15938         info read flags with the marks being sync'd to the backend.
15939
15940         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15941
15942 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15943
15944         * spam.el (spam-verify-bogofilter): Add new function.
15945         (spam-check-bogofilter)
15946         (spam-bogofilter-register-with-bogofilter): Use it.
15947         (spam-verify-bogofilter): Add small fixes.
15948
15949 2004-09-28  Simon Josefsson  <jas@extundo.com>
15950
15951         * hashcash.el (hashcash-generate-payment): Revert.
15952
15953 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15954
15955         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15956         Use gnus-extract-references instead of gnus-split-references.
15957
15958         * gnus-util.el (gnus-extract-references): Add new function, analogous
15959         to gnus-split-references but extracts only the message-ID without
15960         anything extra.
15961
15962         * hashcash.el (hashcash-generate-payment)
15963         (hashcash-check-payment): Do the right thing if hashcash-path is
15964         nil (because the hashcash program could not be found).
15965
15966         * spam.el (spam-use-hashcash): Remove comment.
15967
15968 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15969
15970         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15971         (gnus-cache-enter-article, gnus-cache-remove-article)
15972         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15973
15974         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15975
15976         * gnus-art.el (article-hide-boring-headers)
15977         (article-translate-strings, article-display-face)
15978         (gnus-article-mime-match-handle-first)
15979         (gnus-article-highlight-headers)
15980         (gnus-article-add-buttons-to-head): do.
15981
15982 2004-09-27  Simon Josefsson  <jas@extundo.com>
15983
15984         * hashcash.el: New version, from
15985         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15986         ../contrib/.
15987
15988 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15989
15990         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15991
15992 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15993
15994         * gnus-dup.el (gnus-dup-open): Use mapc.
15995         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15996
15997         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15998         Reported by Stefan Wiens <s.wi@gmx.net>.
15999
16000         * gnus.el (gnus-shutdown): Use dolist.
16001
16002         * gnus-undo.el (gnus-undo): Use mapc.
16003
16004         * nnrss.el (nnrss-generate-active): do.
16005
16006         * message.el (message-cite-original-without-signature)
16007         (message-cite-original): Use mapc.
16008         (message-do-actions, message-make-forward-subject): Use dolist.
16009
16010 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16011
16012         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16013         deletion to remove entire duplicate line.  Fixes merged article
16014         number bug.
16015
16016 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16017
16018         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16019         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16020         first ask if you want to open a server and then, even when you
16021         responded with no, asking if you want to synchronize the server's
16022         flags.
16023         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16024         multi-line expressions.
16025         (gnus-agent-synchronize-group-flags): New internal function.
16026         Updates marks in memory (in the info structure) AND in the
16027         backend.
16028
16029         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16030
16031         * nnagent.el (nnagent-request-set-mark):
16032         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16033         method, to ensure that synchronization updates marks in the
16034         backend and in the info (in memory) structure.
16035
16036 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16037
16038         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16039         convention fully; don't miss the root article of a thread; make
16040         the X-Draft-From header with correct article numbers.
16041
16042 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16043
16044         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16045         unless plugged.  Disable the agent so that an open failure causes
16046         an error.
16047
16048         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16049         Revert 2004-09-21 change.  The backend must be opened while
16050         synchronizing flags even when the backend stores the flags
16051         locally.
16052
16053 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16054
16055         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16056         in `header' match.  Reported by Svend Tollak Munkejord.
16057
16058         * message.el (message-cite-original): Fix use of
16059         `message-cite-articles-with-x-no-archive'.
16060
16061 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16062
16063         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16064         (gnus-window-to-buffer): Ditto.
16065
16066         * mml.el (mml-preview-buffer): New variable.
16067         (mml-preview): Manage window layout with gnus-buffer-configuration.
16068
16069         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16070         X-Draft-From header even if those articles aren't quoted.
16071
16072 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16073
16074         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16075         (gnus-request-set-mark, gnus-request-update-mark): Use new
16076         g-s-t-u-l-m to decide to use backend even when unplugged.
16077
16078 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16079
16080         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16081         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16082
16083 2004-09-20  Simon Josefsson  <jas@extundo.com>
16084
16085         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16086         "utf-16-le".
16087
16088 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16089
16090         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16091
16092 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16093
16094         * uudecode.el (uudecode-use-external): Add :version.
16095
16096         * smime.el (smime-CA-file, smime-encrypt-cipher)
16097         (smime-dns-server): Add :version.
16098
16099         * smiley.el (gnus-smiley-file-types): Add :version.
16100
16101         * sha1.el (sha1-use-external): Add :version.
16102
16103         * pgg-def.el (pgg-query-keyserver): Add :version.
16104
16105         * nnmail.el (nnmail-fancy-expiry-targets)
16106         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16107         Add :version.
16108
16109         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16110         (nnimap-retrieve-groups-asynchronous): Add :version.
16111         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16112
16113         * mml.el (mml-content-disposition-parameters)
16114         (mml-insert-mime-headers-always): Add :version.
16115
16116         * mm-util.el (mm-coding-system-priorities): Add :version.
16117
16118         * mm-decode.el (mm-inline-text-html-with-images)
16119         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16120         (mm-verify-option): Add :version.
16121         (mm-text-html-renderer): Change :version.
16122
16123         * message.el (message-fcc-externalize-attachments)
16124         (message-required-headers, message-draft-headers)
16125         (message-subject-trailing-was-query)
16126         (message-subject-trailing-was-ask-regexp)
16127         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16128         (message-mark-insert-end, message-archive-header)
16129         (message-archive-note, message-cross-post-default)
16130         (message-cross-post-note, message-followup-to-note)
16131         (message-cross-post-note-function, message-use-mail-followup-to)
16132         (message-subscribed-address-functions)
16133         (message-subscribed-address-file, message-subscribed-addresses)
16134         (message-subscribed-regexps, message-allow-no-recipients)
16135         (message-yank-cited-prefix, message-signature-insert-empty-line)
16136         (message-hidden-headers, message-hierarchical-addresses)
16137         (message-mail-user-agent, message-use-idna)
16138         (message-valid-fqdn-regexp)
16139         (message-strip-special-text-properties, message-header-synonyms)
16140         (message-beginning-of-line, message-tab-body-function): Add :version.
16141         (message-insert-canlock, message-wide-reply-confirm-recipients):
16142         Change :version.
16143
16144         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16145         and :version.
16146         (mail-source-delete-old-incoming-confirm)
16147         (mail-source-movemail-program): Add :version.
16148
16149         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16150         (gnus-agent-cache, gnus-agent): Change :version.
16151
16152         * gnus-util.el (gnus-use-byte-compile): Change :version.
16153
16154         * gnus-sum.el (gnus-summary-make-false-root-always)
16155         (gnus-summary-default-high-score)
16156         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16157         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16158         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16159         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16160         (gnus-sum-thread-tree-single-indent)
16161         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16162         (gnus-sum-thread-tree-leaf-with-other)
16163         (gnus-sum-thread-tree-single-leaf): Add :version.
16164         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16165         (gnus-article-loose-mime): Change :version.
16166
16167         * gnus-start.el (gnus-backup-startup-file)
16168         (gnus-save-startup-file-via-temp-buffer): Add :version.
16169
16170         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16171         (gnus-server-offline-face): Add :version.
16172
16173         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16174
16175         * gnus-msg.el (gnus-gcc-externalize-attachments)
16176         (gnus-debug-files, gnus-debug-exclude-variables)
16177         (gnus-discouraged-post-methods): Change :version.
16178         (gnus-confirm-mail-reply-to-news)
16179         (gnus-confirm-treat-mail-like-news): Add :version.
16180
16181         * gnus-int.el (gnus-server-unopen-status): Add :version.
16182
16183         * gnus-group.el (gnus-group-jump-to-group-prompt)
16184         (gnus-large-ephemeral-newsgroup)
16185         (gnus-fetch-old-ephemeral-headers): Add :version.
16186
16187         * gnus-fun.el (gnus-x-face-directory)
16188         (gnus-convert-pbm-to-x-face-command)
16189         (gnus-convert-image-to-x-face-command)
16190         (gnus-convert-image-to-face-command): Add :version.
16191
16192         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16193
16194         * gnus-cite.el (gnus-cite-blank-line-after-header)
16195         (gnus-article-boring-faces): Add :version.
16196
16197         * gnus-art.el (gnus-buttonized-mime-types)
16198         (gnus-inhibit-mime-unbuttonizing)
16199         (gnus-treat-display-face)
16200         (gnus-treat-body-boundary): Change :version.
16201         (gnus-body-boundary-delimiter, gnus-picon-databases)
16202         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16203         (gnus-treat-date-english, gnus-treat-fold-headers)
16204         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16205         (gnus-treat-mail-picon, gnus-treat-wash-html)
16206         (gnus-article-encrypt-protocol)
16207         (gnus-use-idna, gnus-article-over-scroll)
16208         (gnus-mime-display-multipart-alternative-as-mixed)
16209         (gnus-mime-display-multipart-related-as-mixed)
16210         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16211         (gnus-ctan-url, gnus-button-ctan-handler)
16212         (gnus-button-handle-ctan-bogus-regexp)
16213         (gnus-button-ctan-directory-regexp)
16214         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16215         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16216         (gnus-button-man-level, gnus-button-emacs-level)
16217         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16218
16219         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16220         (gnus-agent-go-online): Change :version.
16221         (gnus-agent-expire-unagentized-dirs)
16222         (gnus-agent-auto-agentize-methods): Add :version.
16223
16224         * flow-fill.el (fill-flowed-display-column)
16225         (fill-flowed-encode-column): Add :version.
16226
16227         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16228         (gnus-outlook-deuglify-unwrap-max)
16229         (gnus-outlook-deuglify-cite-marks)
16230         (gnus-outlook-deuglify-unwrap-stop-chars)
16231         (gnus-outlook-deuglify-no-wrap-chars)
16232         (gnus-outlook-deuglify-attrib-cut-regexp)
16233         (gnus-outlook-deuglify-attrib-verb-regexp)
16234         (gnus-outlook-deuglify-attrib-end-regexp)
16235         (gnus-outlook-display-hook): Add :version.
16236
16237         * binhex.el (binhex-use-external): Add :version.
16238
16239 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16240
16241         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16242         and `invisible'.
16243
16244 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16245
16246         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16247         in gnus-registry-trim.
16248
16249 2004-09-13  Simon Josefsson  <jas@extundo.com>
16250
16251         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16252
16253         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16254
16255         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16256         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16257         <yamaoka@jpl.org>.
16258         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16259         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16260         <yamaoka@jpl.org>.
16261
16262         * sieve.el (sieve-manage-mode): Ditto.
16263
16264 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16265
16266         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16267
16268 2004-09-11  Simon Josefsson  <jas@extundo.com>
16269
16270         * dns-mode.el: Add.
16271
16272         * mm-view.el (mm-display-dns-inline): Add.
16273
16274         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16275         (mm-automatic-display): Ditto.
16276
16277         * mailcap.el (mailcap-mime-data): Add text/dns.
16278         (mailcap-mime-extensions): Map .soa to text/dns.
16279
16280 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16281
16282         * gnus-art.el (article-decode-mime-words, article-babel)
16283         (gnus-article-highlight-signature, gnus-article-add-buttons)
16284         (gnus-signature-toggle): Remove unnecessary bindings of
16285         `inhibit-read-only' inherited from v5.10 merge.
16286
16287 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16288
16289         * nntp.el (nntp): New customization group.
16290         (nntp-authinfo-file): Add customization group.
16291
16292         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16293
16294         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16295
16296         * gnus.el (to-address, to-list, subscribed)
16297         (large-newsgroup-initial): Ditto.
16298
16299         * flow-fill.el (fill-flowed-display-column)
16300         (fill-flowed-encode-column): Ditto.
16301
16302 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16303
16304         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16305         Use point-min rather than 1.
16306         (message-send-mail): Use buffer-size rather than point-max.
16307
16308         * gnus-sum.el (gnus-summary-search-article-forward):
16309         Signal a specific `search-failed' rather than a generic `error'.
16310
16311         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16312         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16313         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16314
16315 2004-09-10  Simon Josefsson  <jas@extundo.com>
16316
16317         * nndb.el (require): Remove tcp and duplicate cl.
16318
16319 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16320
16321         * gnus-agent.el (directory-files-and-attributes): Move forward.
16322
16323 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16324
16325         * gnus-agent.el (directory-files-and-attributes):
16326         Optionally defined to support XEmacs.
16327
16328 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16329
16330         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16331         to avoid run-time CL dependencies.
16332         (gnus-agent-unfetch-articles): New function.
16333         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16334         article numbers even when local .overview file is missing.
16335         (gnus-agent-read-article-number): New function.  Only accepts
16336         27-bit article numbers.
16337         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16338         Use gnus-agent-read-article-number.
16339         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16340         from backend while recognizing that article numbers in .overview
16341         must be valid.
16342         (gnus-agent-update-files-total-fetched-for):
16343         Use directory-files-and-attributes to improve performance.
16344         * gnus-int.el (gnus-request-move-article):
16345         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16346         improve performance.
16347
16348         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16349         some users confused by references to .newsrc when they only have a
16350         .newsrc.eld file.
16351         (gnus-convert-mark-converter-prompt)
16352         (gnus-convert-converter-needs-prompt): Fix use of property list.
16353         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16354         New function.  Used internally to only display 'gnus converting
16355         files' message when actually necessary.
16356
16357         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16358         methods now autoloaded.
16359
16360 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16361
16362         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16363         identifiers.
16364
16365 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16366
16367         * gnus-picon.el: Fix indentation and closing parenthesis.
16368
16369 2004-09-01  Simon Josefsson  <jas@extundo.com>
16370
16371         * message.el (message-canlock-generate): Require sha1, not
16372         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16373         to require within a function.  Sadly, if sha1.el isn't loaded, the
16374         let binding in m-c-g will hide the defcustom definition, which is
16375         bad.)
16376
16377         * canlock.el: Require sha1, not sha1-el.
16378
16379         * message.el: Don't autoload sha1 (there is a autoload cookie in
16380         sha1.el).
16381
16382         * sha1-el.el: Rename to sha1.el.
16383
16384 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16385
16386         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16387
16388 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16389
16390         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16391
16392 2004-08-30  Kim F. Storm  <storm@cua.dk>
16393
16394         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16395
16396         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16397         Add :group 'nnimap.
16398
16399 2004-08-30  Andreas Schwab  <schwab@suse.de>
16400
16401         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16402         ?* and ?\;.
16403
16404         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16405         and ?\' to symbol instead of whitespace.
16406
16407 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16408
16409         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16410
16411         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16412         instead of re-search-forward.
16413
16414         * gnus-uu.el (gnus-uu-save-article): Ditto.
16415         (gnus-uu-post-encode-uuencode): Ditto.
16416
16417         * html2text.el (html2text-clean-list-items): Ditto.
16418         (html2text-clean-dtdd): Ditto.
16419         (html2text-format-tags): Ditto.
16420
16421         * message.el (message-send-mail-with-sendmail): Fix regexp.
16422         (message-fill-field-general): Use search-forward instead of
16423         re-search-forward.
16424         (unbold-region): Ditto.
16425
16426         * nnrss.el (nnrss-request-article): Ditto.
16427
16428         * nnslashdot.el (nnslashdot-request-article): Ditto.
16429
16430         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16431
16432         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16433         "Unrecognized menu descriptor" error in XEmacs.
16434
16435 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16436
16437         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16438         parent article of a sparse article in the thread hashtb.
16439
16440 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16441
16442         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16443         (nnmail-expand-newtext): Lowercase expanded entries if
16444         nnmail-split-lowercase-expanded is non-nil.
16445
16446 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16447
16448         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16449
16450         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16451         of gnus-tmp-news-method into string under XEmacs.  It will be
16452         passed to gnus-correct-length which takes only a string argument.
16453
16454 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16455
16456         * gnus-util.el (gnus-bind-print-variables): New macro.
16457         (gnus-prin1): Use it.
16458         (gnus-prin1-to-string): Use it.
16459         (gnus-pp): New function.
16460         (gnus-pp-to-string): New function.
16461
16462         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16463         Replace pp-to-string with gnus-pp-to-string.
16464         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16465         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16466         * gnus-msg.el (gnus-debug): Ditto.
16467         * gnus-score.el (gnus-score-save): Ditto.
16468         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16469         gnus-pp-to-string.
16470         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16471         with gnus-pp.
16472         * score-mode.el (gnus-score-pretty-print): Ditto.
16473         * webmail.el (webmail-debug): Ditto.
16474
16475 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16476
16477         * gnus-art.el (article-display-face, article-display-x-face):
16478         Use buffer-read-only.
16479
16480 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16481
16482         * gnus-art.el (article-hide-list-identifiers):
16483         Bind inhibit-read-only as t.
16484
16485 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16486
16487         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16488
16489 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16490
16491         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16492         (gnus-narrow-to-page): Don't assume point-min == 1.
16493         (gnus-article-edit-mode): Derive from message-mode.
16494
16495         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16496         point-min == 1.
16497
16498         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16499         Disable incorrect use of `assert'.
16500
16501         * message.el (message-mode): Set comment-start-skip.
16502
16503
16504 2004-08-22  Sam Steingold  <sds@gnu.org>
16505
16506         * pop3.el (pop3-leave-mail-on-server): New user variable.
16507         (pop3-movemail): Delete mail only when it is nil.
16508
16509 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16510
16511         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16512
16513         * mml.el (mml-preview): Use `pop-to-buffer'.
16514
16515         * message.el (message-goto-mail-followup-to): Insert after "To".
16516         (message-carefully-insert-headers): Add comment.
16517
16518         * gnus.el: Remove unused variable `gnus-article-check-size'.
16519
16520         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16521
16522         * gnus-art.el (gnus-button-alist):
16523         Improve `gnus-button-handle-library' entry.
16524
16525 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16526
16527         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16528         Use downcase, since XEmacs capitalizes error messages differently.
16529
16530 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16531
16532         * nntp.el: Add (require 'gnus) due to reference to
16533         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16534
16535 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16536
16537         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16538         Bind `mm-fill-flowed'.
16539
16540         * mm-decode.el (mm-dissect-singlepart): Check it.
16541
16542 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16543
16544         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16545         'imap' for netrc parsing.
16546
16547 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16548
16549         * mailcap.el (mailcap-mime-data): Mark as risky.
16550
16551 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16552
16553         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16554         may be included in the encoded word.
16555         (rfc2047-encode): Don't append a space if the encoded word
16556         includes close parenthesis.
16557
16558 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16559
16560         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16561         of text within parentheses.
16562
16563 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16564
16565         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16566         (gnus-encrypt-write-file-contents): Make the password key the file
16567         name PLUS the cipher, not just the cipher.  Also remove failed
16568         passwords from the cache.
16569
16570 2004-08-06  Simon Josefsson  <jas@extundo.com>
16571
16572         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16573         Doc fix.
16574
16575 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16576
16577         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16578         LWSP.
16579
16580 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16581
16582         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16583         Try to append in-reply-to: data to the references: header.
16584
16585         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16586         (netrc-parse): Use gnus-encrypt.el functions.
16587
16588         * gnus-encrypt.el: Add new file for encryption support; currently
16589         does only a few GPG ciphers and an internal XOR cipher.
16590
16591         * password.el: Add comments on using password-read-and-add.
16592         (password-read-and-add): Add function to read and add the
16593         password to the cache at once.
16594
16595 2004-07-28  Simon Josefsson  <jas@extundo.com>
16596
16597         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16598         parameter (but don't use it, for now).
16599
16600         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16601         instead of hard coding to nil.
16602
16603 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16604
16605         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16606         as mm-inline-image-xemacs does.
16607
16608 2004-07-26  Simon Josefsson  <jas@extundo.com>
16609
16610         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16611         Revert part of 2004-07-17 change below.
16612
16613 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16614
16615         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16616         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16617
16618 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16619
16620         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16621         quotes that actually start with ">" at the beginning of the
16622         lines.
16623
16624 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16625
16626         * rfc2047.el (rfc2047-encode-region): Fix last change.
16627         (rfc2047-encode-parameter): Remove useless concat.
16628
16629 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16630
16631         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16632         encode special characters; fix some kind of misconfigured headers;
16633         signal a real error if debug-on-quit or debug-on-error is non-nil.
16634         (rfc2047-encode-max-chars): New variable.
16635         (rfc2047-encode-1): Use it.
16636         (rfc2047-encode-parameter): New function.
16637
16638         * mml.el (mml-insert-parameter): Remove an excessive space.
16639
16640 2004-07-17  Simon Josefsson  <jas@extundo.com>
16641
16642         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16643         Kai Grossjohann <kai@emptydomain.de>.
16644         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16645         (gnus-group-make-menu-bar): Ditto.
16646
16647         * gnus-util.el (gnus-group-server): Add.
16648
16649 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16650
16651         * message.el (message-clone-locals): Clone sendmail and smtp
16652         variables.
16653
16654 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16655
16656         * rfc2047.el (rfc2047-encode-region): Fix last change.
16657
16658 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16659
16660         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16661         characters as non-special.
16662
16663 2004-07-09  Simon Josefsson  <jas@extundo.com>
16664
16665         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16666         Users will lose all flag changes made while unplugged with
16667         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16668         good default.  See numerous reports on ding mailing list.
16669
16670 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16671
16672         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16673         add generate-head-function and generate-article-function to the
16674         rfc822-forward entry.
16675         (nndoc-rfc822-forward-generate-article): New function.
16676         (nndoc-rfc822-forward-generate-head): New function.
16677
16678         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16679
16680 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16681
16682         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16683         respect display group parameter and gnus-summary-expunge-below.
16684         (gnus-articles-to-read): Remove unused reference to display group
16685         parameter.
16686
16687 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16688
16689         * nnheader.el (nnheader-uniquify-message-id): New experimental
16690         variable.
16691         (nnheader-nov-read-message-id): Use it.
16692
16693         * spam-report.el (spam-report-gmane): Add interactive.
16694
16695 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16696
16697         * mm-encode.el (mm-content-transfer-encoding-defaults):
16698         Use qp-or-base64 for the application/* types.
16699
16700 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16701
16702         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16703
16704 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16705
16706         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16707         trim value.
16708
16709 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16710
16711         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16712         New macro and function.
16713         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16714
16715 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16716
16717         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16718         after-load-alist.
16719
16720 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16721
16722         * gnus-group.el (gnus-group-get-new-news-this-group):
16723         Don't update info that isn't there.
16724
16725 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16726
16727         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16728         entry.
16729
16730 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16731
16732         * mm-view.el (mm-inline-render-with-function): Use multibyte
16733         buffer; decode html source by charset.
16734
16735         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16736
16737         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16738         Mule-UCS is loaded under XEmacs.
16739         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16740
16741 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16742
16743         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16744
16745 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16746
16747         * mm-util.el (mm-coding-system-p): Return a coding-system.
16748         (mm-mime-mule-charset-alist): Use shift_jis instead of
16749         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16750         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16751         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16752         instead of japanese-shift-jis and iso-latin-1 respectively in
16753         order to share the default value with both Emacs and XEmacs-mule.
16754         (mm-mule-charset-to-mime-charset):
16755         Make mm-coding-system-priorities effective.
16756         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16757         while predicating of candidates upon the priorities.
16758
16759 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16760
16761         * gnus-sum.el (gnus-summary-make-menu-bar):
16762         Add gnus-uu-invert-processable.
16763
16764         * gnus.el: Autoload gnus-uu-invert-processable.
16765
16766 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16767
16768         * mm-util.el (mm-with-multibyte-buffer): New macro.
16769
16770         * rfc2047.el (rfc2047-encode-string): Use it.
16771         (rfc2047-encode-region): Move point to the end of the region after
16772         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16773
16774 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16775
16776         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16777         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16778
16779 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16780
16781         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16782         (gnus-cite-parse): Ignore quoted envelope From_.
16783         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16784
16785 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16786
16787         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16788         invalid addresses.
16789
16790 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16791
16792         * spam.el: Change section markers, revise TODO list.
16793         (spam-backends): Make new master list of all installed backends.
16794         (spam-summary-exit-behavior): Add new variable to determine how
16795         messages moves are done at summary exit.
16796         (spam-move-spam-nonspam-groups-only)
16797         (spam-process-ham-in-nonham-groups)
16798         (spam-process-ham-in-spam-groups): Remove variables, the
16799         spam-summary-exit-behavior variable should be used to manage this
16800         behavior.
16801         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16802         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16803         and spam-old-spam-articles.
16804         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16805         Add empty variables, placeholders for the backends they represent.
16806         (spam-set-difference): Move, unchanged.
16807         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16808         unless the user has a processor variable.
16809         (spam-classifications, spam-classification-valid-p)
16810         (spam-backend-properties, spam-backend-property-valid-p)
16811         (spam-backend-function-type-valid-p)
16812         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16813         (spam-report-articles-gmane, spam-report-articles-resend):
16814         Remove functions, they are not needed.
16815         (spam-install-backend-super, spam-backend-list)
16816         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16817         (spam-backend-function, spam-backend-ham-registration-function)
16818         (spam-backend-spam-registration-function)
16819         (spam-backend-ham-unregistration-function)
16820         (spam-backend-spam-unregistration-function)
16821         (spam-backend-statistical-p, spam-backend-mover-p)
16822         (spam-install-backend-alias, spam-install-checkonly-backend)
16823         (spam-install-mover-backend, spam-install-nocheck-backend)
16824         (spam-install-backend, spam-install-statistical-backend)
16825         (spam-install-statistical-checkonly-backend): Add backend installation
16826         support.
16827         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16828         (spam-group-processor-p): Use the new backend code and respect the
16829         summary exit behavior.
16830         (spam-mark-spam-as-expired-and-move-routine): Remove.
16831         (spam-summary-prepare): Change to use the new spam-old-articles
16832         variable.
16833         (spam-copy-or-move-routine, spam-copy-spam-routine)
16834         (spam-move-spam-routine, spam-copy-ham-routine)
16835         (spam-move-ham-routine): Add code to copy/move ham or spam.
16836         (spam-fetch-field-fast): Improve doc and code, plus allow the
16837         'number request.
16838         (spam-list-of-checks, spam-list-of-statistical-checks):
16839         Remove variables.
16840         (spam-split, spam-find-spam): Use the new backend code.
16841         (spam-registration-functions): Remove variable.
16842         (spam-unregister-routine): Add convenience wrapper.
16843         (spam-log-undo-registration, spam-register-routine)
16844         (spam-log-processing-to-registry)
16845         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16846         where possible.
16847         (spam-check-gmane-xref, spam-check-regex-headers)
16848         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16849         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16850         (spam-check-bogofilter-headers, spam-check-spamoracle)
16851         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16852         (spam-check-crm114-headers): Use the spam-split-group that
16853         spam-split prepares, no need to determine it every time.
16854
16855         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16856         to the nnheader-parse-naked-head call.
16857
16858         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16859
16860         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16861         the nnheader-nov-read-message-id call.
16862
16863 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16864
16865         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16866         gnus-activate-group twice.  Suggested by Markus Peter
16867         <warp@spin.de>.
16868
16869 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16870
16871         * gnus-art.el (gnus-article-time-format): Exchange the order of
16872         day and month in the default value; fix customization type.
16873         (article-date-ut): Use add-text-properties.
16874         (article-make-date-line): Use message-make-date instead of
16875         current-time-string.
16876
16877         * message.el (message-fetch-field): Don't use set-text-properties.
16878         (message-make-date): Simplify.
16879
16880         * messagexmas.el (message-xmas-make-date): New function.
16881         (message-xmas-redefine): Defalias message-make-date to it.
16882
16883 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16884
16885         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16886         (rfc2047-encode-region): Treat text within parentheses as special;
16887         show the original text when error has occurred.
16888
16889         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16890         already-computed method to gnus-activate-group.
16891
16892         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16893         same select-methods identical Lisp objects.
16894
16895         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16896         object when modifying the info.
16897
16898 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16899
16900         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16901         gnus-opened-servers since it has never been opened with the new
16902         configuration yet.
16903
16904 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16905
16906         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16907         arg to nnheader-generate-fake-message-id.
16908
16909 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16910
16911         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16912         number and build a fake message ID localized to a group and
16913         article number (so it's repeatable from that point on).
16914         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16915         ID format.
16916
16917         * gnus-sum.el (gnus-get-newsgroup-headers):
16918         Call nnheader-generate-fake-message-id with the article number.
16919
16920 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16921
16922         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16923         end-of-buffer.
16924
16925 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16926
16927         * message.el (message-ignored-supersedes-headers): Add Approved.
16928
16929 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16930
16931         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16932         goto-char.
16933         (rfc2047-encode): Fold the line before encoding.
16934
16935 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16936
16937         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16938         folding -- not all headers can be folded, and this should be done
16939         by the message composition mode.  Probably.  I think.
16940
16941 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16942
16943         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16944         fast.
16945
16946         * gnus-ems.el (gnus-remove-image): Don't use
16947         message-text-with-property; remove only the image found first.
16948
16949         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16950         found first.
16951
16952 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16953
16954         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16955
16956 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16957
16958         * message.el (message-text-with-property): Make it fast and accept
16959         optional arguments.
16960         (message-strip-forbidden-properties): Use it.
16961         (message-fix-before-sending): Follow the m-t-w-p change.
16962
16963         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16964
16965 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16966
16967         * gnus-art.el (article-hide-headers): Don't change the buffer
16968         mistakenly when performing mml-preview even if
16969         gnus-single-article-buffer is nil.
16970
16971 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16972
16973         * message.el (message-expand-name-databases): New user option.
16974         (message-expand-name): Use it.
16975
16976 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16977
16978         * spam.el (spam-report-articles-resend)
16979         (spam-report-resend-register-routine): Allow ham reporting.
16980         (spam-report-resend-register-ham-routine): Add wrapper.
16981         (spam-registration-functions): Add ham resending functions.
16982         (spam-list-of-processors): Add ham resend processor.
16983
16984         * gnus.el (ham-resend-to): Add new group parameter.
16985         (spam-process): Add ham resend option.
16986
16987         * spam-report.el (spam-report-resend): Allow reporting ham.
16988         (spam-report-resend-ham): Add wrapper.
16989
16990 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16991
16992         * message.el (message-cite-articles-with-x-no-archive):
16993         New variable.
16994         (message-cite-original): Use it.
16995
16996 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16997
16998         * message.el (message-cite-original): Respect X-No-Archive.
16999
17000 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17001
17002         * gnus-art.el (article-hide-headers): Refer to the values for
17003         gnus-ignored-headers and gnus-visible-headers in the summary
17004         buffer since a user may have set them as group parameters.
17005
17006 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17007
17008         * assistant.el (assistant-node-name): Add convenience function.
17009         (assistant-render-text, assistant-render-node): Add error handling,
17010         plus handle multiple next nodes.
17011         (assistant-find-next-node): Comment out for now.
17012         (assistant-find-next-nodes): Add function, returns list of next
17013         nodes.
17014
17015 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17016
17017         * mail-source.el (mail-source-directory): Fix doc-string.
17018
17019 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17020
17021         * assistant.el (assistant-render-text, assistant-eval): Add :set
17022         widget type, which is different because it takes and returns a
17023         list.  Much hilarity ensues.
17024
17025 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17026
17027         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17028
17029         * gnus-group.el (gnus-group-get-new-news-this-group):
17030         Add doc-string.
17031
17032         * gnus-start.el (gnus-activate-group): Add doc-string.
17033
17034 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17035
17036         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17037
17038 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17039
17040         * assistant.el (assistant-render-text): Try to add a :set
17041         widget, more to come.
17042
17043         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17044         strings.
17045         (spam-report-articles-resend)
17046         (spam-register-routine): Do registration iff any articles warrant
17047         it.
17048         (spam-summary-prepare-exit): Change log message for nil group
17049         destinations.
17050
17051 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17052
17053         * spam.el (spam-report-resend-register-routine):
17054         Allow spam-report-resend-to to be a group parameter or a global value.
17055
17056 2004-05-26  Simon Josefsson  <jas@extundo.com>
17057
17058         * starttls.el: Merge with my GNUTLS based starttls.el.
17059         (starttls-gnutls-program, starttls-use-gnutls)
17060         (starttls-extra-arguments, starttls-process-connection-type)
17061         (starttls-connect, starttls-failure, starttls-success):
17062         New variables.
17063         (starttls-program, starttls-extra-args): Doc fix.
17064         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17065         New functions.
17066         (starttls-negotiate, starttls-open-stream):
17067         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17068         function if it is set.
17069
17070 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17071
17072         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17073         structured fields.
17074
17075 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17076
17077         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17078
17079 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17080
17081         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17082         Add variable.
17083         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17084         assigning the spam-mark to new messages.
17085
17086 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17087
17088         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17089
17090 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17091
17092         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17093
17094         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17095         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17096         default.
17097
17098 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17099
17100         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17101         correct data.
17102
17103 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17104
17105         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17106         (spam-group-processor-p): Fix function.
17107         (spam-group-processor-multiple-p)
17108         (spam-group-spam-processor-report-gmane-p)
17109         (spam-group-spam-processor-report-resend-p)
17110         (spam-group-spam-processor-bogofilter-p)
17111         (spam-group-spam-processor-blacklist-p)
17112         (spam-group-spam-processor-ifile-p)
17113         (spam-group-ham-processor-ifile-p)
17114         (spam-group-spam-processor-spamoracle-p)
17115         (spam-group-spam-processor-crm114-p)
17116         (spam-group-ham-processor-bogofilter-p)
17117         (spam-group-spam-processor-stat-p)
17118         (spam-group-ham-processor-stat-p)
17119         (spam-group-ham-processor-whitelist-p)
17120         (spam-group-ham-processor-BBDB-p)
17121         (spam-group-ham-processor-spamoracle-p)
17122         (spam-group-ham-processor-copy-p): Remove functions with some
17123         prejudice against unneeded code.
17124         (spam-report-articles-resend)
17125         (spam-report-resend-register-routine): Allow the group/topic
17126         spam-resend-to value to override spam-report-resend-to.
17127         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17128         properly now.
17129
17130         * gnus.el (spam-resend-to): Add group/topic parameter.
17131         (spam-process): Move the OBSOLETE processors to the end of the
17132         choices.
17133
17134 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17135
17136         * spam-report.el (spam-report-resend-to, spam-report-resend):
17137         Start with resend-to set to nil, and then ask the user if necessary.
17138         (spam-report-resend): spam-report-resend takes a list of articles, not
17139         separate article numbers.
17140
17141 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17142
17143         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17144         addition to emacs-w3m.
17145
17146 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17147
17148         * assistant.el (assistant-authinfo-data): New function.
17149         (assistant-eval): Eval for entire assistant.
17150
17151         * netrc.el (netrc-services-file): New variable.
17152         (netrc-parse-services): New function.
17153         (netrc-find-service-name): New function.
17154         (netrc-find-service-number): New function.
17155         (netrc-port-equal): New function.
17156         (netrc-machine): Use it.
17157
17158         * nnimap.el (nnimap-open-connection): Use netrc.
17159
17160         * gnus-util.el (gnus-netrc-get): Remove aliases.
17161
17162         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17163
17164         * assistant.el (wid-edit): Fix compilation.
17165
17166         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17167
17168 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17169
17170         * gnus-util.el (gnus-set-file-modes): New function.  (small
17171         patch).
17172
17173 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17174
17175         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17176
17177         * assistant.el (assistant-render-node): Fix up rendering and
17178         read-only text.
17179         (assistant-render-node): Reset.
17180         (assistant-make-read-only): Not sticky.
17181
17182 2004-05-20  Danny Siu  <dsiu@adobe.com>
17183
17184         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17185         centered even when gnus-auto-center-summary is t.
17186
17187 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17188
17189         * dns.el (dns-get-txt-answer): New function.
17190         (dns-read-txt): Ditto.
17191         (query-dns): Use it.
17192
17193 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17194
17195         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17196         active for foreign groups even if the group level is higher than
17197         the specified value.
17198
17199 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17200
17201         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17202         non-active groups.
17203
17204         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17205
17206 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17207
17208         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17209
17210 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17211
17212         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17213         (spam-crm114-header, spam-crm114-spam-switch)
17214         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17215         (spam-crm114-positive-spam-header)
17216         (spam-crm114-database-directory, spam-list-of-processors)
17217         (spam-group-spam-processor-crm114-p)
17218         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17219         (spam-generic-score, spam-list-of-checks)
17220         (spam-list-of-statistical-checks, spam-registration-functions)
17221         (spam-check-crm114-headers, spam-crm114-score)
17222         (spam-check-crm114, spam-crm114-register-with-crm114)
17223         (spam-crm114-register-spam-routine)
17224         (spam-crm114-unregister-spam-routine)
17225         (spam-crm114-register-ham-routine)
17226         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17227         From asjo@koldfront.dk (Adam Sjøgren).
17228
17229         * gnus.el: Add spam-use-crm114.
17230
17231         * spam.el (spam-list-of-processors, spam-registration-functions):
17232         Add spam-use-resend.
17233         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17234         (spam-report-articles-gmane): Add doc fix.
17235         (spam-report-articles-resend, spam-report-resend-register-routine):
17236         Add wrappers around spam-report-resend-to.
17237
17238         * spam-report.el (spam-report-resend-to, spam-report-resend):
17239         Add support for resending spam.
17240         (spam-report-gmane): Fix line length >80.
17241
17242         * gnus.el (spam-process): Add spam-use-resend.
17243
17244 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17245
17246         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17247         number of processed spam messages.
17248         (spam-ham-copy-or-move-routine): Return the number of processed
17249         ham messages.
17250         (spam-summary-prepare-exit): Use the above values to decide
17251         whether status messages shouled be displayed.
17252
17253 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17254
17255         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17256         `rfc2047-encoding-function-alist' in order to avoid conflicting
17257         with the old version.
17258         (rfc2047-encode-region): Concatenate words containing non-ASCII
17259         characters in structured fields; don't encode space-delimited
17260         ASCII words even in unstructured fields; don't break words at
17261         char-category boundaries.
17262         (rfc2047-encode-1): New function.
17263         (rfc2047-encode): Use it; encode text so that it occupies the
17264         maximum width within 76-column; work correctly on Q encoding for
17265         iso-2022-* charsets.
17266         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17267         sure not to break a line just after the header name.
17268         (rfc2047-b-encode-region): Remove.
17269         (rfc2047-b-encode-string): New function.
17270         (rfc2047-q-encode-region): Remove.
17271         (rfc2047-q-encode-string): New function.
17272
17273         * mm-util.el (mm-replace-in-string): New function.
17274
17275 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17276
17277         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17278         Really get it right.
17279         (gnus-inews-make-draft): Really.
17280
17281 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17282
17283         * nnmh.el (nnmh-request-list-1): Don't check the link count
17284         before descending.  (small patch)
17285
17286 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17287
17288         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17289         stuff.
17290
17291         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17292         Match on real group name.
17293
17294         * gnus-art.el (gnus-signature-limit): Doc fix.
17295
17296         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17297
17298         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17299
17300 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17301
17302         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17303         isn't a string.
17304
17305 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17306
17307         * gnus-draft.el (gnus-draft-send):
17308         Bind rfc2047-encode-encoded-words.
17309
17310         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17311         (rfc2047-encodable-p): Say that =? needs encoding.
17312         (rfc2047-encode-encoded-words): New variable.
17313
17314         * gnus-group.el (gnus-group-select-group): Doc fix.
17315
17316         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17317
17318         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17319         to nil.
17320
17321         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17322
17323         * nnheader.el (nnheader-get-lines-and-char): New function.
17324
17325 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17326
17327         * gnus-msg.el (gnus-summary-followup-with-original):
17328         Document yanking of region when active.
17329
17330 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17331
17332         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17333         groups if the group level is higher than the specified value.
17334
17335 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17336
17337         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17338         (gnus-group-jump-to-group): Add prefix argument using
17339         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17340         non-active group.
17341
17342         * compface.el (uncompface): Be verbose when changing
17343         `uncompface-use-external'.
17344
17345         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17346         handle manual section.
17347
17348 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17349
17350         * gnus-art.el (gnus-button-alist): Revert previous change.
17351
17352 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17353
17354         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17355
17356 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17357
17358         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17359         whether backend can accept message.
17360
17361         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17362
17363 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17364
17365         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17366         Avoid creating directory when nntp-marks-is-evil is true.
17367         Reported by Reiner Steib.
17368
17369 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17370
17371         * gnus-picon.el (gnus-picon-style): New variable.
17372         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17373         (gnus-picon-transform-address): Support `gnus-picon-style'.
17374         From Jesper Harder <harder@ifa.au.dk>.
17375
17376 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17377
17378         * message.el (message-fill-field): Return point.
17379         (message-generate-headers): Go to end of field.
17380
17381         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17382         stuff for non-living groups.
17383
17384 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17385
17386         * gnus-art.el (gnus-article-followup-with-original)
17387         (gnus-article-reply-with-original): gnus-mark-active-p ->
17388         gnus-region-active-p.
17389
17390 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17391
17392         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17393         only when there is spam or ham to be processed.
17394
17395 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17396
17397         * mail-source.el (mail-source-delete-crash-box): Refactor.
17398         (mail-source-fetch): Use it.
17399         (mail-source-fetch-file): Ditto.
17400         (mail-source-fetch-directory): Run postscript in loop.
17401         (mail-source-fetch-pop): Delete.
17402         (mail-source-fetch-maildir): Ditto.
17403         (mail-source-fetch-imap): Ditto.
17404
17405         * imap.el (imap-authenticators): Comment out sasl.
17406
17407         * message.el (message-skip-to-next-address): New function.
17408         (message-fill-header-address): Refactor.
17409         (message-fill-address): Use it.
17410         (message-delete-address): Use it.
17411         (message-fill-header-general): Refactor.
17412         (message-fill-field-address): Rename.
17413         (message-narrow-to-field): Find the start of the header.
17414         (message-header-format-alist): Don't pre-fill.
17415         (message-fill-header): Remove.
17416         (message-insert-header): New function.
17417         (message-shorten-references): Use it.
17418
17419         * rfc2047.el (rfc2047-field-value): Strip props.
17420
17421         * mail-parse.el (mail-header-make-address): New alias.
17422
17423         * ietf-drums.el (ietf-drums-make-address): New function.
17424
17425         * imap.el: Add compiler directives.
17426
17427         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17428
17429         * gnus-art.el (article-decode-idna-rhs): Don't use
17430         message-idna-inside-rhs-p.
17431
17432 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17433
17434         * message.el (message-idna-inside-rhs-p): Remove.
17435         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17436
17437         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17438         false positives.
17439
17440 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17441
17442         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17443
17444 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17445
17446         * nneething.el (nneething-file-name): Don't create spurious
17447         files.
17448
17449         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17450         (gnus-inews-do-gcc): Remove sleep.
17451
17452         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17453         part under point.
17454
17455         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17456         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17457
17458 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17459
17460         * spam.el (spam-summary-prepare-exit): Fix (length).
17461
17462 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17463
17464         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17465         as expired without moving it" message when there are spam
17466         messages left.
17467
17468 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17469
17470         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17471         header is not nil.
17472
17473 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17474
17475         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17476         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17477         (nntp-marks-changed-p): New arg SERVER.
17478         (nntp-request-update-info): Adjust caller.
17479
17480 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17481
17482         * nntp.el (nntp-save-marks): Pass missing arg.
17483
17484 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17485
17486         * nntp.el: Support marks.
17487         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17488         (nntp-marks-modtime, nntp-marks-directory): New variables.
17489         (nntp-request-set-mark, nntp-request-update-info)
17490         (nntp-possibly-create-directory, nntp-marks-changed-p)
17491         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17492         New functions.
17493
17494 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17495
17496         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17497         (gnus-xmas-redefine): Rename.
17498
17499         * gnus-score.el (gnus-score-insert-help):
17500         Use gnus-select-lowest-window.
17501
17502         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17503         appt-select-lowest-window and rename to gnus-select-lowest-window.
17504
17505         * gnus.el: do.
17506
17507 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17508
17509         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17510         encodings of MIME-encoded words, in order to improve
17511         interoperability with several broken MUAs.
17512
17513 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17514
17515         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17516         tags, only when charsets are not specified in headers.
17517         (mm-inline-text-html-render-with-w3m): Ditto.
17518
17519         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17520         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17521
17522 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17523
17524         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17525         instead of MIME-decoded from fields when checking
17526         `gnus-article-address-banner-alist'.
17527
17528 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17529
17530         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17531         description rather than subject.
17532
17533 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17534
17535         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17536
17537 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17538
17539         * gnus.el (gnus-version-number): Bump.
17540
17541 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17542
17543         * gnus.el: No Gnus v0.2 is released.
17544
17545 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17546
17547         * gnus-agent.el (gnus-agent-read-agentview):
17548         Inline gnus-uncompress-range.
17549
17550 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17551
17552         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17553         `exec-installed-p'.
17554
17555 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17556
17557         * gnus.el (spam-process, spam-autodetect-methods):
17558         Add bsfilter and bsfilter-headers.
17559
17560         * spam.el (spam-bsfilter): New customize group.
17561         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17562         (spam-bsfilter-header, spam-bsfilter-probability-header)
17563         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17564         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17565         (spam-bsfilter-database-directory): New options.
17566         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17567         (spam-list-of-statistical-checks, spam-registration-functions):
17568         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17569         (spam-bsfilter-score): New command.
17570         (spam-check-bsfilter-headers, spam-check-bsfilter)
17571         (spam-bsfilter-register-with-bsfilter)
17572         (spam-bsfilter-register-spam-routine)
17573         (spam-bsfilter-unregister-spam-routine)
17574         (spam-bsfilter-register-ham-routine)
17575         (spam-bsfilter-unregister-ham-routine): New functions.
17576         (spam-generic-score): Support bsfilter; Accept an optional argument
17577         to recalcurate spam score even if scoring header has already been
17578         added.
17579         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17580         optional argument to recalcurate spam score even if scoring header
17581         has already been added.
17582
17583 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17584
17585         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17586         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17587         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17588         link is missing.
17589
17590 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17591
17592         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17593         (html2text-get-attr): Rewrite.
17594
17595         * message.el (message-setup-1): Remove redundant put-text-property
17596         on mail-header-separator.
17597
17598 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17599
17600         * gnus-registry.el (gnus-registry-cache-whitespace)
17601         (gnus-registry-action, gnus-registry-spool-action)
17602         (gnus-registry-split-fancy-with-parent): Change message levels
17603         from 5 to 3 or 7, as needed.
17604
17605         * spam.el (spam-summary-prepare-exit)
17606         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17607         (spam-split, spam-find-spam, spam-log-undo-registration)
17608         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17609         level from 5 to 6.
17610
17611 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17612
17613         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17614         2004-03-04 change).
17615
17616 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17617
17618         * sieve-manage.el (sieve-manage-open):
17619         * nnweb.el (nnweb-insert-html):
17620         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17621         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17622         * nnspool.el (nnspool-request-group):
17623         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17624         * nnml.el (nnml-request-update-info):
17625         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17626         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17627         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17628         (nnimap-request-set-mark):
17629         * nnfolder.el (nnfolder-request-update-info):
17630         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17631         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17632         * gnus-uu.el (gnus-uu-find-articles-matching):
17633         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17634         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17635         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17636         * gnus-nocem.el (gnus-nocem-scan-groups):
17637         * gnus-int.el (gnus-start-news-server):
17638         * gnus-group.el (gnus-group-make-kiboze-group)
17639         (gnus-group-browse-foreign-server):
17640         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17641         Use mapc when appropriate.
17642
17643 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17644
17645         FIXME: Make separate entries for each person.
17646
17647         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17648         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17649         <shields@msrl.com>:
17650
17651         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17652         may need for spam sorting and scoring.
17653         (spam-user-format-function-S): Add user format function suitable for
17654         general use.
17655         (spam-article-sort-by-spam-status): Add sorting function for summary
17656         sorting.
17657         (spam-extra-header-to-number): Add function to get a score from a
17658         header.
17659         (spam-summary-score): Add function to get a numeric score from the
17660         headers.
17661         (spam-generic-score): Fix function doc, was in wrong place.
17662         (spam-initialize): Take symbols when it's run, and install the
17663         extra headers that spam-necessary-extra-headers thinks we need.
17664
17665 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17666
17667         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17668         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17669
17670 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17671
17672         * gnus-sum.el (gnus-set-global-variables)
17673         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17674         (gnus-article-get-xrefs, gnus-summary-best-group)
17675         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17676         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17677         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17678         Use with-current-buffer.
17679
17680 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17681
17682         * spam.el (spam-summary-prepare-exit): Simplify logic.
17683         (spam-fetch-article-header): Read the article header if it's not
17684         available.
17685         (spam-list-articles): Simplify logic.
17686         (spam-filelist-register-routine): Fix bug with unregister-list.
17687
17688         * gnus-registry.el: Fix comments at beginning.
17689
17690 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17691
17692         * message.el (message-cater-to-broken-inn): Remove.
17693         (message-shorten-references): Make sure the total folded length of
17694         References is shorter than 998 characters to cater to a bug in INN
17695         2.3.  Also, don't pretend that references aren't folded -- this
17696         hasn't worked for a while.
17697
17698 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17699
17700         * gnus-agent.el (gnus-agentize):
17701         gnus-agent-send-mail-real-function no longer set to current value
17702         of message-send-mail-function but rather a lambda that calls
17703         message-send-mail-function.  The change makes the agent real-time
17704         responsive to user changes to message-send-mail-function.
17705
17706 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17707
17708         * legacy-gnus-agent.el
17709         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17710         help from Florian Weimer <fw@deneb.enyo.de>
17711
17712 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17713
17714         * nnmail.el (nnmail-cache-insert): Revert last change.
17715
17716 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17717
17718         * nnmail.el (nnmail-cache-insert): Always check whether
17719         nnmail-cache-ignore-groups matches a group name.
17720
17721 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17722
17723         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17724         (spam-find-spam, spam-log-processing-to-registry)
17725         (spam-log-registered-p, spam-log-unregistration-needed-p)
17726         (spam-log-undo-registration): Use gnus-message instead of
17727         gnus-error, none of these errors are fatal.
17728
17729         * gnus-registry.el (gnus-registry-clean-empty-function)
17730         (gnus-registry-clean-empty): Remove only empty entries without
17731         extra data.
17732
17733 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17734
17735         * spam-stat.el (spam-stat-buffer-change-to-spam)
17736         (spam-stat-buffer-change-to-non-spam): Change (error) to
17737         (gnus-message 8) invocation.
17738
17739 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17740
17741         * nntp.el (nntp-via-netcat-command): New variable.
17742         (nntp-via-netcat-switches): New variable.
17743         (nntp-open-via-rlogin-and-netcat): New function.
17744         (nntp-open-connection-function): Doc fix.
17745         (nntp-telnet-command): Doc fix.
17746         (nntp-end-of-line): Doc fix.
17747         (nntp-via-rlogin-command): Doc fix.
17748         (nntp-via-user-name): Doc fix.
17749         (nntp-via-address): Doc fix.
17750
17751 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17752
17753         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17754         error in Emacs 21.1.
17755
17756 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17757
17758         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17759
17760 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17761
17762         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17763         (gnus-agent-with-refreshed-group): New macro.
17764         (gnus-agent-rename-group): New function.
17765         (gnus-agent-delete-group): New function.
17766         (gnus-agent-save-group-info): Use gnus-command-method when
17767         `method' parameter is nil.  Don't write nil entries into the
17768         active file.
17769         (gnus-agent-get-group-info): New function.
17770         (gnus-agent-fetch-articles):
17771         Use gnus-agent-update-files-total-fetched-for to increment disk space
17772         used.
17773         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17774         Use gnus-agent-update-view-total-fetched-for to increment disk space
17775         used.
17776         (gnus-agent-get-local): Add optional parameters to avoid calling
17777         gnus-group-real-name and gnus-find-method-for-group.
17778         (gnus-agent-set-local): Delete stored entry if either min, or max,
17779         are nil.
17780         (gnus-agent-fetch-session): Reworded error/quit messages.
17781         On quit, use gnus-agent-regenerate-group to record existance of any
17782         articles fetched to disk before the quit occurred.
17783         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17784         gnus-agent-update-view-total-fetched-for, and
17785         gnus-agent-update-files-total-fetched-for to decrement disk space
17786         used.
17787         (gnus-agent-retrieve-headers):
17788         Use gnus-agent-update-view-total-fetched-for to increment disk space
17789         used.
17790         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17791         with gnus-agent-update-files-total-fetched-for to decrement disk
17792         space and fresh group buffer.
17793         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17794         (gnus-agent-need-update-total-fetched-for): New variable.
17795         (gnus-agent-update-files-total-fetched-for): New function.
17796         (gnus-agent-update-view-total-fetched-for): New function.
17797         (gnus-agent-total-fetched-for): New function.
17798
17799         * gnus-cache.el (gnus-cache-save-buffers):
17800         Use gnus-cache-update-overview-total-fetched-for to change disk space
17801         used by this group.
17802         (gnus-cache-possibly-enter-article):
17803         Use gnus-cache-update-file-total-fetched-for to increment disk space
17804         used by this group.
17805         (gnus-cache-possibly-remove-article):
17806         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17807         used by this group.
17808         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17809         (gnus-cache-rename-group): New function.
17810         (gnus-cache-delete-group): New function.
17811         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17812         (gnus-cache-need-update-total-fetched-for): New variable.
17813         (gnus-cache-with-refreshed-group): New macro.
17814         (gnus-cache-update-file-total-fetched-for): New function.
17815         (gnus-cache-update-overview-total-fetched-for): New function.
17816         (gnus-cache-rename-group-total-fetched-for): New function.
17817         (gnus-cache-delete-group-total-fetched-for): New function.
17818         (gnus-cache-total-fetched-for): New function.
17819
17820         * gnus-group.el: Require gnus-sum and autoload functions to
17821         resolve warnings when gnus-group.el compiled alone.
17822         (gnus-group-line-format): Documented new %F.
17823         (size of Fetched data) group line format; identifies disk space
17824         used by agent and cache.
17825         (gnus-group-line-format-alist): Defined new F format.
17826         (gnus-total-fetched-for): New function.
17827         (gnus-group-delete-group): No longer update
17828         gnus-cache-active-altered as gnus-request-delete-group now keeps
17829         the cache in sync.
17830         (gnus-group-list-active): Let the agent store a server's active
17831         list if currently plugged.
17832
17833         * gnus-int.el (gnus-request-delete-group):
17834         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17835         local disk in sync with the server.
17836         (gnus-request-rename-group):
17837         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17838         local disk in sync with the server.
17839
17840         * gnus-start.el (gnus-get-unread-articles):
17841         Cosmetic simplification to logic.
17842
17843         * gnus-util.el (gnus-rename-file): New function.
17844
17845 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17846
17847         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17848
17849 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17850
17851         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17852         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17853
17854 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17855
17856         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17857         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17858
17859 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17860
17861         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17862
17863 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17864
17865         * spam.el (spam-set-difference): Add function to replace
17866         gnus-set-difference in spam.el.
17867         (spam-summary-prepare-exit): Use spam-set-difference.
17868
17869 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17870
17871         * gnus-registry.el (gnus-registry-cache-file): Update to use
17872         gnus-dribble-directory OR gnus-home-directory OR ~.
17873         (gnus-registry-split-fancy-with-parent): Fix doc.
17874
17875 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17876
17877         * message.el (message-exchange-point-and-mark):
17878         Use message-mark-active-p.  Suggested by Jesper Harder
17879         <harder@ifa.au.dk>.
17880
17881 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17882
17883         * message.el (message-exchange-point-and-mark): Don't activate
17884         region if it was inactive.  Suggested by Hiroshi Fujishima
17885         <pooh@nature.tsukuba.ac.jp>.
17886
17887 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17888
17889         * gnus-art.el (article-display-face): Display Faces in the same
17890         order as X-Faces.
17891
17892 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17893
17894         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17895
17896 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17897
17898         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17899         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17900         (gnus-article-mime-hierarchy): Remove.
17901         (gnus-article-mime-hierarchy-next): Remove.
17902         (gnus-article-mode): Revert 2004-03-19 change.
17903         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17904         (gnus-insert-mime-button): Revert 2004-03-19 change.
17905         (gnus-mime-accumulate-hierarchy): Remove.
17906         (gnus-mime-enter-multipart): Remove.
17907         (gnus-mime-leave-multipart): Remove.
17908         (gnus-mime-display-part): Revert 2004-03-19 change.
17909         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17910
17911         * mml.el (mml-preview): Revert 2004-03-19 change.
17912
17913 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17914
17915         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17916
17917 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17918
17919         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17920         t while entering a file name using the mm-with-multibyte macro.
17921         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17922
17923         * mm-util.el (mm-with-multibyte): New macro.
17924
17925 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17926
17927         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17928         New user option.
17929         (gnus-mime-multipart-functions): Doc and customization fix.
17930         (gnus-article-mime-hierarchy): New variable.
17931         (gnus-article-mime-hierarchy-next): New variable.
17932         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17933         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17934         gnus-article-mime-hierarchy-next to nil.
17935         (gnus-insert-mime-button): Show hierarchy numbers.
17936         (gnus-mime-accumulate-hierarchy): New function.
17937         (gnus-mime-enter-multipart): New function.
17938         (gnus-mime-leave-multipart): New function.
17939         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17940         (gnus-mime-display-alternative): Show hierarchy numbers.
17941
17942         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17943         gnus-article-mime-hierarchy-next to nil.
17944
17945 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17946
17947         * dns.el: Don't require gnus-xmas.
17948
17949 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17950
17951         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17952         inline PGP.
17953         (mml-menu): Disable mml-quote-region if mark is inactive.
17954
17955 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17956
17957         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17958         when the group's active is not available.
17959
17960 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17961
17962         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17963         error.
17964
17965 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17966
17967         * imap.el (imap-store-password): New variable.
17968         (imap-interactive-login): Use it.
17969         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17970
17971 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17972
17973         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17974         window-start and hscroll to summary window.
17975
17976 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17977
17978         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17979         conversion message to newsrc-dribble when an actual conversion is
17980         performed.
17981
17982 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17983
17984         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17985
17986 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17987
17988         * mm-decode.el (mm-complicated-handles): New function reviving
17989         former definition of mm-multiple-handles.
17990
17991         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17992         (gnus-mime-delete-part): Use it.
17993
17994 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17995
17996         * gnus-agent.el (gnus-agent-read-local):
17997         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17998         avoid the implicit assumption that they will always be equal.
17999         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18000         coding-system-for-write, as the with-temp-file macro first prints
18001         to a buffer then saves the buffer.
18002
18003 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18004
18005         * gnus-art.el (gnus-article-edit-part): New function.
18006         (gnus-mime-save-part-and-strip): Use it; do query instead of
18007         signaling an error; don't use mm-multiple-handles.
18008         (gnus-mime-delete-part): Ditto.
18009
18010 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18011
18012         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18013         old file versions.
18014         (gnus-group-prepare-hook): Remove function that converted list
18015         form of gnus-agent-expire-days to group properties.
18016
18017         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18018         (gnus-request-accept-article): Re-indented.
18019
18020         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18021         converters to handle old agent file formats.  Add logic for a
18022         "backup before upgrading warning".
18023         (gnus-convert-mark-converter-prompt): Developers can mark
18024         functions as needing (default), or not needing,
18025         gnus-convert-old-newsrc's "backup before upgrading warning".
18026         (gnus-convert-converter-needs-prompt): Tests whether the user
18027         should be protected from potentially irreversable changes by the
18028         function.
18029
18030         * legacy-gnus-agent.el: New.  Provides converters that are only
18031         loaded when gnus-convert-old-newsrc needs to call them.
18032
18033 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18034
18035         * mail-source.el (mail-source-touch-pop): Doc fix.
18036
18037         * message.el (message-smtpmail-send-it): Doc fix.
18038
18039 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18040
18041         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18042
18043         * nnmail.el (nnmail-split-fancy): do.
18044
18045         * gnus-kill.el (gnus-kill, gnus-execute): do.
18046
18047 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18048
18049         * gnus-sum.el (gnus-widget-reversible-match)
18050         (gnus-widget-reversible-to-internal)
18051         (gnus-widget-reversible-to-external): New functions.
18052         (gnus-widget-reversible): New widget.
18053         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18054
18055 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18056
18057         * gnus-sum.el (gnus-thread-sort-functions)
18058         (gnus-article-sort-functions): Document `(not F)' items.
18059
18060 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18061
18062         * spam.el (spam-use-gmane-xref): Add new backend.
18063         (spam-gmane-xref-spam-group): Add variable to control the name of the
18064         Gmane spam group.
18065         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18066         (spam-regex-headers-spam, spam-regex-headers-ham)
18067         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18068         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18069         backends and checks.
18070         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18071
18072         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18073         an autodetect method.
18074
18075 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18076
18077         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18078         articles are being added to a group.
18079         (gnus-request-replace-article): Inform the agent that articles
18080         need to be uncached as the cached contents are no longer valid.
18081
18082 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18083
18084         * binhex.el: Don't autoload executable-find.
18085
18086         * canlock.el: Don't autoload mail-fetch-field.
18087
18088         * dgnushack.el: Autoload c-mode for XEmacs.
18089
18090         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18091
18092         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18093         rmail-dont-reply-to and rmail-output.
18094
18095         * gnus-score.el: Don't autoload ffap-string-at-point.
18096
18097         * gnus-setup.el: Don't autoload sc-cite-original.
18098
18099         * imap.el: Don't autoload base64-decode-string,
18100         base64-encode-string and md5.
18101
18102         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18103         and rmail-msg-restore-non-pruned-header.
18104
18105         * mm-decode.el: Don't autoload executable-find.
18106
18107         * mm-url.el: Don't autoload executable-find.
18108
18109         * mm-view.el: Don't autoload diff-mode.
18110
18111         * nndb.el: Don't autoload news-reply-mode, news-setup,
18112         cancel-timer and telnet.
18113
18114         * password.el: Don't autoload run-at-time for Emacs.
18115
18116         * sha1-el.el: Don't autoload executable-find.
18117
18118         * sieve-mode.el: Don't autoload c-mode.
18119
18120         * uudecode.el: Don't autoload executable-find.
18121
18122 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18123
18124         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18125         (gnus-agent-possibly-alter-active): Avoid null in numeric
18126         comparison.
18127         (gnus-agent-set-local): Refuse to save null in local object table.
18128         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18129         list of articles that will be marked as unread.
18130
18131 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18132
18133         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18134
18135 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18136
18137         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18138         language tags.
18139
18140 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18141
18142         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18143         Don't bind "obarray".
18144
18145         * gnus-sum.el (gnus-thread-sort-functions):
18146         Add `gnus-thread-sort-by-most-recent-number' and
18147         `gnus-thread-sort-by-most-recent-date'.
18148         Reported by Kai Grossjohann <kai@emptydomain.de>.
18149
18150 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18151
18152         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18153
18154 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18155
18156         * gnus-cus.el (gnus-agent-customize-category):
18157         Remove ignore-errors macro reference that required cl to be loaded at
18158         run-time.
18159
18160         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18161         single-interval range of the form (min . max).  Previously the
18162         range had to look like ((min . max)).  Likewise, return
18163         (min . max) rather than ((min . max)).
18164         (gnus-range-map): Use gnus-range-normalize to accept
18165         single-interval range.
18166
18167         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18168         the cache, but not the agent, now appear with their usual face.
18169
18170         * dgnushack.el (loaddir): New variable that is bound to the
18171         directory containing the dgnushack.el file. Use loaddir, rather
18172         than srcdir, to update load-path. Change lets dgnushack compile
18173         code in directories other than GNUS/lisp.
18174
18175 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18176
18177         * lpath.el: Don't bind w3m-safe-url-regexp.
18178
18179         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18180         w3m-safe-url-regexp variable buffer-local.
18181
18182         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18183
18184 2004-02-27  Simon Josefsson  <jas@extundo.com>
18185
18186         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18187         gnus-group-real-prefix.
18188         (gnus-summary-move-article): Use it, instead of
18189         gnus-group-real-prefix.
18190
18191 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18192
18193         * lpath.el: Bind w3m-safe-url-regexp.
18194
18195         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18196         w3m-safe-url-regexp variable buffer-local and set it as the value
18197         of mm-w3m-safe-url-regexp.
18198
18199         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18200
18201         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18202         parsing gnus-posting-styles when the message is not for replying.
18203
18204         * dgnushack.el: Autoload sgml-mode for XEmacs.
18205
18206         * nnrss.el (nnrss-opml-export):
18207         Use mm-set-buffer-file-coding-system instead of
18208         set-buffer-file-coding-system.
18209
18210 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18211
18212         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18213         of checkdoc.el).
18214         * nnrss.el: do.
18215         * gnus-mlspl.el: do.
18216         * gnus-ml.el: do.
18217         * gnus-srvr.el: do.
18218
18219         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18220
18221 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18222
18223         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18224         Corrections to custom-manual links.
18225
18226         * gnus-art.el (gnus-article): Ditto.
18227
18228         * mm-decode.el (mime-display, mime-security): Ditto.
18229
18230 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18231
18232         * flow-fill.el: Typo.
18233
18234 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18235
18236         * spam-wash.el: New file.
18237
18238 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18239
18240         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18241
18242 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18243
18244         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18245         to be run with new-articles as LIST1, not LIST2.
18246         (spam-registration-functions): Add spam-use-ham-copy as a nil
18247         registration backend.
18248
18249 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18250
18251         * spam-stat.el (spam-stat-washing-hook): New option.
18252         (spam-stat-buffer-words): Use it.
18253         (spam-stat-process-directory, spam-stat-test-directory):
18254         Use insert-file-contents-literally.
18255         (spam-stat-coding-system): New variable.
18256         (spam-stat-load, spam-stat-save): Use it.
18257
18258 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18259
18260         * spam-report.el (spam-report-plug-agent):
18261         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18262
18263 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18264
18265         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18266         Allow / in mailto URLs.
18267
18268 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18269
18270         * spam-report.el (spam-report-process-queue): Fix interactive use.
18271         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18272         (spam-report-unplug-agent): Doc fixes.
18273         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18274         (spam-report-agentize, spam-report-deagentize): Autoload.
18275
18276 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18277
18278         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18279
18280         * message.el (message-setup-fill-variables): Add mml tags to
18281         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18282         <ajk@iu.edu>.
18283         (message-mode): Don't modify paragraph-separate there.
18284
18285 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18286
18287         * compface.el (uncompface-use-external): Default to undecided.
18288         (uncompface-use-external-threshold): New variable.
18289         (uncompface-float-time): New macro.
18290         (uncompface): Determine whether to use the external decoder if
18291         uncompface-use-external is undecided.
18292
18293 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18294
18295         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18296         after images.
18297
18298         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18299
18300 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18301
18302         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18303
18304         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18305
18306         * gnus-sum.el (gnus-summary-limit-to-age)
18307         (gnus-summary-limit-children): do.
18308
18309         * gnus-int.el (gnus-request-scan): do.
18310
18311         * gnus-group.el (gnus-group-suspend): do.
18312
18313         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18314
18315         * gnus-cite.el (gnus-cite-parse-attributions): do.
18316
18317         * gnus-agent.el (gnus-summary-set-agent-mark)
18318         (gnus-agent-regenerate-group): do.
18319
18320         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18321
18322         * binhex.el (binhex-decode-region-internal): do.
18323
18324 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18325
18326         * gnus-fun.el (gnus-face-properties-alist): New user option.
18327         (gnus-display-x-face-in-from): Use it.
18328
18329         * gnus-art.el (article-display-face): Ditto.
18330
18331         * compface.el (uncompface-use-external): Default to nil.
18332
18333 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18334
18335         * nntp.el (nntp-erase-buffer): New function.
18336         (nntp-retrieve-data, nntp-send-command)
18337         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18338         (nntp-possibly-change-group): Use it.
18339
18340         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18341         Use with-current-buffer.
18342
18343 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18344
18345         * compface.el: Merge the ELisp-based uncompface program.
18346         (compface): New customization group.
18347         (uncompface-use-external): New user option.
18348         (uncompface): Call uncompface-internal if uncompface-use-external
18349         is nil.
18350         (uncompface-internal): New function.  Note that there are also
18351         some other functions and variables added for this function.
18352
18353 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18354
18355         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18356         if necessary.
18357
18358 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18359
18360         * spam-report.el (spam-report-unplug-agent)
18361         (spam-report-plug-agent, spam-report-deagentize)
18362         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18363         Add support for the Agent in spam-report: when unplugged, report to a
18364         file; when plugged, submit all the requests.
18365
18366         * spam.el (spam-register-routine): Fix message about
18367         registration.
18368
18369 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18370
18371         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18372         dependencies.
18373         (rfc2047-encode): Use it.
18374
18375         * gnus-art.el (gnus-button-marker-list): Move before first
18376         reference.
18377
18378         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18379         (imap-parse-body): Fix format string mismatch.
18380
18381         * gnus-score.el (gnus-summary-increase-score): do.
18382
18383         * nnrss.el (nnrss-close): New function.
18384
18385 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18386
18387         * nnrss.el (nnrss-make-filename): New function.
18388         (nnrss-request-delete-group, nnrss-read-server-data)
18389         (nnrss-save-server-data, nnrss-read-group-data)
18390         (nnrss-save-group-data): Use it.
18391         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18392         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18393         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18394
18395 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18396
18397         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18398
18399 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18400
18401         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18402         files.
18403
18404         * message.el (message-generate-headers-first): Don't quote nil
18405         and t in docstrings.
18406
18407         * imap.el (imap-id): do.
18408
18409         * gnus-agent.el (gnus-agent-consider-all-articles)
18410         (gnus-agent-queue-mail): do.
18411
18412 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18413
18414         * spam-report.el (spam-report-process-queue): New function.
18415         Process requests from `spam-report-requests-file'.
18416         (spam-report-process-queue): Doc fix.
18417
18418 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18419
18420         * spam.el (spam-register-routine)
18421         (spam-log-processing-to-registry, spam-log-registered-p)
18422         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18423         Change "check" to "spam-check" for semi-clarity.
18424
18425 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18426
18427         * pop3.el: Require nnheader.
18428
18429         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18430
18431         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18432
18433         * gnus-picon.el: Require cl.
18434
18435         * gnus-fun.el: Require gnus-ems and gnus-util.
18436
18437         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18438
18439         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18440
18441         * gnus-art.el (gnus-article-edit-mode): Define before first
18442         reference.
18443
18444 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18445
18446         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18447         (gnus-uu-post-encoded): Use point-at-bol.
18448
18449         * gnus-topic.el (gnus-group-active-topic-p): do.
18450
18451         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18452
18453         * gnus-group.el (gnus-group-kill-region): do.
18454
18455         * gnus-art.el (article-date-ut): do.
18456
18457         * message.el (message-fetch-field): Remove redundant
18458         case-fold-search binding.
18459         (message-narrow-to-field): Simplify.
18460
18461 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18462
18463         * spam.el (spam-directory): Derive from `gnus-directory'.
18464
18465         * spam-report.el (spam-report-url-to-file)
18466         (spam-report-requests-file): New function and variable for offline
18467         reporting.
18468         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18469         and user defined function.
18470         (spam-report-url-ping-mm-url): Remove doubled slash.
18471
18472 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18473
18474         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18475
18476 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18477
18478         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18479         Fix format string mismatch.
18480
18481         * sieve.el (sieve-deactivate-all): do.
18482
18483         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18484
18485         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18486
18487         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18488
18489         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18490
18491 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18492
18493         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18494         the list of checks.
18495
18496 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18497
18498         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18499         padding.
18500
18501 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18502
18503         * mm-view.el (mm-fill-flowed): New variable.
18504         (mm-inline-text): Use it.
18505
18506 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18507
18508         * spam.el (spam-spamassassin-register-ham-routine)
18509         (spam-spamassassin-register-spam-routine): Fix function names.
18510
18511 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18512
18513         * gnus.el (gnus-tmp-grouplens): Remove.
18514         (gnus-summary-line-format): Remove grouplens.
18515
18516         * gnus-group.el (gnus-group-line-format): Ditto.
18517
18518         * gnus-spec.el (gnus-format-specs): Ditto.
18519         (gnus-update-format-specifications): Flush the group format spec
18520         cache if there's the grouplens stuff.
18521         (gnus-parse-simple-format): Replace %l with the empty string.
18522
18523 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18524
18525         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18526         omission.
18527
18528 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18529
18530         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18531         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18532
18533 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18534
18535         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18536         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18537         New macros and functions.
18538         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18539         Handle > NLINK_MAX messages.
18540         * nnmaildir.el (nnmaildir-request-set-mark):
18541         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18542
18543 2004-01-25  Alex Schroeder  <alex@gnu.org>
18544
18545         * spam-stat.el (spam-stat-process-directory-age): New option.
18546         (spam-stat-process-directory): Use it.
18547
18548 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18549
18550         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18551         (spam-stat-save): Accept prefix argument.
18552
18553 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18554
18555         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18556         links" error.
18557
18558 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18559
18560         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18561         the rest of the and/or forms.
18562
18563 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18564
18565         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18566         compatibility with old .newsrc.eld files.
18567
18568         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18569
18570         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18571
18572         * gnus-start.el (gnus-1): do.
18573
18574         * gnus-group.el (gnus-group-line-format-alist): do.
18575
18576         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18577
18578         * gnus-gl.el: Remove.
18579
18580 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18581
18582         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18583         marks consisting of a single range {for example, (3 . 5)} rather
18584         than a list of a single range { ((3 . 5)) }.
18585
18586 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18587
18588         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18589         Use with-current-buffer.
18590         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18591         avoid consing a string.
18592
18593         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18594         Remove obsolete entries for big5 and gb2312.
18595
18596 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18597
18598         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18599         uncompressed list.
18600
18601 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18602
18603         * spam-stat.el (spam-stat-strip-xref): New function.
18604         (spam-stat-process-directory): Use it.
18605
18606         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18607         here -- it's done in message-fetch-field.
18608
18609 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18610
18611         * gnus-agent.el (gnus-agent-queue-mail)
18612         (gnus-agent-prompt-send-queue): New variables.
18613         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18614         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18615         "nndraft:queue" along to gnus-draft-send.
18616         Use gnus-agent-prompt-send-queue.
18617         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18618         is "nndraft:queue".  Suggested by Gaute Strokkenes
18619         <gs234@srcf.ucam.org>
18620
18621         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18622         (agent-enable-undownloaded-faces): Add.
18623         (gnus-agent-cat-groups): Use eval-and-compile, not
18624         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18625         method of gnus-agent-cat-groups even when the buffer has been
18626         evaled.
18627         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18628         delete gnus-agent-save-active-1.
18629         (gnus-agent-save-groups): Delete.  Identical to
18630         gnus-agent-save-active.
18631         (gnus-agent-write-active): No longer adjust agent's copy of active
18632         file as agent's adjustments are now stored in their own
18633         file.  Remove optional parameter.
18634         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18635         servers.  Add use of min/max range limits from server's local
18636         file.
18637         (gnus-agent-save-alist): Remove unused optional argument.
18638         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18639         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18640         (gnus-agent-set-local): A per-server file that keeps min/max range
18641         limits for articles known to the agent.  Provides a fast mechanism
18642         for altering many active ranges.
18643         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18644         active file (local makes it unnecessary).
18645         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18646
18647         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18648         (agent-enable-undownloaded-faces): Add.
18649
18650         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18651         disable it when sending to "nndraft:queue".
18652         (gnus-group-send-queue): Add safety check to avoid sending queue
18653         when unplugged.
18654
18655         * gnus-group.el (gnus-group-catchup): Use new
18656         gnus-sequence-of-unread-articles, not
18657         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18658         numbers of articles.  Use gnus-range-map to avoid having to
18659         uncompress the unread list.
18660         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18661         Fix invalid ange-ftp reference.
18662
18663         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18664         (gnus-sorted-range-intersection): Intersection of two ranges
18665         without requiring that they first be uncompressed.
18666
18667         * gnus-start.el (gnus-activate-group): Unless blocked by the
18668         caller, possibly expand the active range to include both cached
18669         and agentized articles.
18670         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18671         multiple version-dependent converters.
18672         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18673         gnus-agent-save-active.
18674         (gnus-save-newsrc-file): Save dirty agent range limits.
18675
18676         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18677         gnus-agent-possibly-alter-active.
18678         (gnus-adjust-marked-articles): Faster handling of simple lists.
18679
18680 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18681
18682         * spam-stat.el (spam-stat-test-directory): New optional argument
18683         displays a list of files detected.  Suggested by Andrew Cohen
18684         <cohen@andy.bu.edu>.
18685         (spam-stat-buffer-words-with-scores): Don't narrow and change
18686         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18687
18688 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18689
18690         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18691         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18692         (spam-spamassassin-arguments)
18693         (spam-spamassassin-spam-flag-header)
18694         (spam-spamassassin-positive-spam-flag-header)
18695         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18696         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18697         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18698         (spam-list-of-processors, spam-list-of-checks)
18699         (spam-list-of-statistical-checks, spam-registration-functions)
18700         (spam-check-spamassassin-headers, spam-check-spamassassin)
18701         (spam-spamassassin-score)
18702         (spam-spamassassin-register-with-sa-learn)
18703         (spam-spamassassin-register-spam-routine)
18704         (spam-spamassassin-register-ham-routine)
18705         (spam-assassin-register-spam-routine)
18706         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18707         (spam-bogofilter-score): Fix to show article before scoring.
18708
18709 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18710
18711         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18712         default scoring function.
18713         (spam-generic-score): Call spam-spamassassin-score if
18714         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18715         spam-bogofilter-score otherwise.
18716
18717         * gnus.el (spam-process, spam-autodetect-methods):
18718         Add spamassassin and spamassassin-headers.
18719
18720 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18721
18722         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18723         Suppress unnecessary messages.
18724
18725 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18726
18727         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18728         make-hash-table.
18729
18730 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18731
18732         * canlock.el (base64-encode-string): Don't autoload it.
18733
18734 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18735
18736         * run-at-time.el: Remove useless (require 'itimer),
18737         eval-and-compile and (featurep 'xemacs).
18738
18739 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18740
18741         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18742         GROUP is a virtual group.
18743
18744 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18745
18746         * gnus.el: Autoload `message-y-or-n-p'.
18747
18748 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18749
18750         * pgg-parse.el: Remove unnecessary (require 'custom).
18751
18752         * pgg-def.el: do.
18753
18754         * nnmail.el: do.
18755
18756         * gnus-undo.el: do.
18757
18758         * gnus-picon.el: do.
18759
18760         * gnus-util.el: do.
18761
18762 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18763
18764         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18765
18766 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18767
18768         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18769         handle, as well as a list.
18770
18771         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18772         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18773         (mm-w3m-cid-retrieve): Simplify.
18774
18775 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18776
18777         * message.el (message-kill-to-signature): Allow prefix arg to
18778         specify number of lines to keep before signature.
18779
18780 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18781
18782         * message.el (message-kill-to-signature): Change docstring.
18783
18784 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18785
18786         * canlock.el: Always require sha1-el.
18787         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18788
18789         * message.el: Autoload sha1 only when compiling.
18790
18791         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18792         eudc-expand-inline for XEmacs.
18793
18794 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18795
18796         * message.el (message-canlock-generate): Require sha1-el.
18797
18798 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18799
18800         * message.el (message-expand-name): Silence the byte compiler.
18801
18802         * lpath.el: Add detect-coding-system.
18803
18804         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18805         cus-edit.
18806
18807 2004-01-13  Simon Josefsson  <jas@extundo.com>
18808
18809         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18810         Invoke gnus-score-mode.
18811         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18812
18813         * gnus-range.el (gnus-compress-sequence): Doc fix.
18814         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18815
18816 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18817
18818         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18819
18820 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18821
18822         * spam.el (spam-get-article-as-string): Update to use
18823         gnus-request-article-this-buffer, much simpler.
18824         (spam-get-article-as-buffer): Remove.
18825
18826 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18827
18828         * message.el (message-expand-name): Use EUDC if the user uses that.
18829
18830 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18831
18832         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18833         character for the encoding to avoid consing a string.
18834
18835         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18836         unnecessarily.
18837
18838         * mm-util.el (mm-replace-chars-in-string): Remove.
18839
18840         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18841         of mm-replace-chars-in-string.
18842
18843 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18844
18845         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18846
18847         * mm-util.el (mm-subst-char-in-string): Support inplace.
18848
18849         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18850         a new string in every iteration.  Use shy groups.
18851
18852 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18853
18854         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18855         * gnus-soup.el (gnus-soup-group-brew):
18856         * gnus-msg.el (gnus-put-message):
18857         * gnus-move.el (gnus-group-move-group-to-server):
18858         * gnus-kill.el (gnus-batch-score):
18859         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18860         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18861         (gnus-group-update-group, gnus-group-read-group)
18862         (gnus-group-make-group, gnus-group-make-help-group)
18863         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18864         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18865         (gnus-group-sort-by-unread, gnus-group-catchup)
18866         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18867         (gnus-group-yank-group, gnus-group-set-info)
18868         (gnus-group-list-groups):
18869         * gnus.el (gnus-generate-new-group-name):
18870         * gnus-delay.el (gnus-delay-send-queue):
18871         * nnvirtual.el (nnvirtual-catchup-group):
18872         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18873         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18874         (gnus-group-prepare-topics, gnus-topic-check-topology):
18875         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18876         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18877         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18878         (gnus-group-make-articles-read):
18879         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18880         (gnus-group-change-level, gnus-kill-newsgroup)
18881         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18882         (gnus-get-unread-articles, gnus-make-articles-unread)
18883         (gnus-make-ascending-articles-unread): Use accessor
18884         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18885         to get group information for improved readability.
18886
18887
18888 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18889
18890         * gnus-art.el (article-decode-mime-words, article-babel)
18891         (gnus-article-highlight-signature, gnus-article-add-buttons)
18892         (gnus-signature-toggle): Use gnus-with-article-buffer.
18893
18894         * gnus-art.el (gnus-article-highlight-headers)
18895         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18896
18897         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18898         (gnus-article-set-globals, gnus-request-article-this-buffer)
18899         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18900         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18901         (gnus-mime-display-alternative): Use with-current-buffer.
18902
18903 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18904
18905         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18906         also under 80 char limit, and call gnus-error if needed.
18907         (spam-fetch-article-header): Fix - it was a
18908         buffer-local variable (gnus-newsgroup-data).
18909         (spam-find-spam): Use spam-generate-fake-headers, forget about
18910         spam-insert-fake-headers.
18911         (spam-insert-fake-headers): Remove.
18912
18913 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18914
18915         * deuglify.el (gnus-article-outlook-unwrap-lines)
18916         (gnus-outlook-rearrange-article)
18917         (gnus-outlook-repair-attribution-outlook)
18918         (gnus-outlook-repair-attribution-block)
18919         (gnus-outlook-repair-attribution-other): Remove redundant
18920         save-excursion.
18921
18922 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18923
18924         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18925         (spam-fetch-field-subject-fast)
18926         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18927         (spam-fetch-article-header): Add functions to deal with Gnus
18928         internals for fast retrieval of article header data.
18929         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18930
18931 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18932
18933         * pop3.el (pop3-md5): Remove.
18934         (pop3-apop): Replace pop3-md5 with md5.
18935
18936         * mm-bodies.el: base64 is always built-in.
18937
18938         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18939         Use with-current-buffer.
18940
18941 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18942
18943         * canlock.el (canlock-insert-header): Remove excessive grouping in
18944         regexp.
18945
18946         * gnus-sum.el (gnus-summary-read-document): Ditto.
18947
18948         * gnus-uu.el (gnus-uu-part-number): Ditto.
18949
18950         * html2text.el (html2text-remove-tags): Ditto.
18951         (html2text-format-tags): Ditto.
18952         (html2text-format-single-elements): Ditto.
18953
18954         * mml.el (mml-parse-1): Ditto.
18955
18956 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18957
18958         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18959
18960         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18961
18962         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18963
18964         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18965
18966 2003-11-15  Simon Josefsson  <jas@extundo.com>
18967
18968         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18969         (pgg-gpg-lookup-key): Use regexp match instead of
18970         split-string (split-string is different between emacs 21.2 and
18971         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18972
18973 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18974
18975         * gnus-art.el (gnus-mime-view-all-parts)
18976         (gnus-article-part-wrapper, gnus-article-view-part):
18977         Use with-current-buffer.
18978
18979 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18980
18981         * spam.el (spam-disable-spam-split-during-ham-respool)
18982         (spam-spamoracle-database, spam-cache-lookups)
18983         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18984         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18985         (spam-group-ham-marks, spam-group-spam-marks)
18986         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18987         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18988         also add spam-use-blackholes to the statistical checks.
18989         (spam-fetch-field-fast): Add interface to fetching fields, may
18990         become a macro.
18991         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18992         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18993         (spam-insert-fake-headers): Fake an article when needed.
18994         (spam-find-spam): Fake article when possible.
18995         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18996         (spam-check-bogofilter-headers): Use message-fetch-field instead
18997         of nnmail-fetch-field.
18998
18999 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19000
19001         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19002
19003 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19004
19005         * spam.el (spam-split): Do not require spam-use-CHECK to be
19006         enabled if that check is passed to spam-split explicitly; also
19007         fix so 'spam doesn't get converted to spam-split-group when
19008         spam-split-symbolic-return is t.
19009         (spam-find-spam): Find registrations of the article and use those
19010         instead of re-running spam-split to find the spam/ham
19011         classification of the article.
19012         (spam-log-processing-to-registry, spam-log-registered-p)
19013         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19014         Use gnus-error instead of gnus-message.
19015         (spam-log-registration-type): Add function to determine the
19016         classification of a message based on registry entries; will
19017         return nil if both 'spam and 'ham are found.
19018         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19019         a reasonably fast local cache without the loading errors.
19020         (spam-cache-lookups): Set to t by default.
19021         (spam-find-spam): Don't try to guess spam-cache-lookups.
19022         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19023         spam-caches entry.
19024         (spam-filelist-build-cache, spam-filelist-check-cache):
19025         Fix caching of whitelist/blacklist entries.
19026         (spam-check-whitelist, spam-check-blacklist):
19027         Invoke spam-from-listed-p with a type, not a cache variable.
19028         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19029
19030 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19031
19032         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19033
19034         * nnmail.el (nnmail-split-fancy): do.
19035
19036         * mml.el (mml-parse): do.
19037
19038         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19039         (gnus-score-adaptive): do.
19040
19041 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19042
19043         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19044         (gnus-mime-button-map): Don't set keymap parent.
19045         (gnus-button-ctan-directory-regexp): Use shy grouping.
19046         (gnus-prev-page-map): Don't set keymap parent.
19047         (gnus-prev-page-map): Remove duplicated one.
19048         (gnus-next-page-map): Don't set keymap parent.
19049         (gnus-mime-security-button-map): Ditto.
19050
19051         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19052         version number.
19053
19054         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19055
19056 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19057
19058         * canlock.el (canlock-sha1-function): Remove.
19059         (canlock-sha1-function-for-verify): Remove.
19060         (canlock-openssl-program): Remove.
19061         (canlock-openssl-args): Remove.
19062         (canlock-ignore-errors): Remove.
19063         (canlock-sha1-with-openssl): Remove.
19064         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19065         (canlock-verify): Don't use canlock-ignore-errors.
19066
19067         * sha1-el.el (sha1-string-external): Make it can return a string
19068         in binary form.
19069         (sha1-region-external): Ditto.
19070         (sha1-string-internal): Ditto.
19071         (sha1-region-internal): Ditto.
19072         (sha1-region): Ditto.
19073         (sha1-string): Ditto.
19074         (sha1): Ditto.
19075
19076 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19077
19078         * spam.el (spam-report-articles-gmane): New command.
19079
19080 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19081
19082         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19083
19084         * run-at-time.el (run-at-time-saved): Remove.
19085         (run-at-time): Doc fix.
19086
19087 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19088
19089         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19090         (gnus-summary-limit-map): Add it.
19091         (gnus-summary-make-menu-bar): do.
19092
19093 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19094
19095         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19096         Make attempt at some caching support (done for BBDB only now).
19097         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19098         addresses to be checked.
19099         (spam-clear-cache-BBDB): Add function, to be invoked by
19100         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19101         (spam-check-BBDB): Check and use the caches, if
19102         spam-cache-lookups is on, remove superfluous (provide).
19103
19104 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19105
19106         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19107
19108 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19109
19110         * run-at-time.el (run-at-time-saved): Move to after the definition
19111         of `run-at-time'.
19112
19113         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19114
19115 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19116
19117         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19118         mm-w3m-local-map-property.
19119
19120         * mm-view.el (mm-w3m-mode-map): Remove.
19121         (mm-w3m-local-map-property): Remove.
19122         (mm-inline-text-html-render-with-w3m): Don't use
19123         mm-w3m-local-map-property.
19124
19125 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19126
19127         * run-at-time.el: New file.
19128
19129         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19130         under Emacs.
19131
19132         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19133         of gnus-set-text-properties.
19134
19135         * gnus-uu.el (gnus-uu-save-article): Ditto.
19136
19137         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19138
19139         * gnus-cite.el (gnus-cite-parse): Ditto.
19140
19141         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19142         of gnus-.
19143
19144         * gnus-xmas.el (run-at-time): Require run-at-time.
19145
19146         * gnus.el: Change calls to nnheader-run-at-time and
19147         password-run-at-time throughout to use run-at-time directly.
19148
19149         * password.el: Remove definition of run-at-time.
19150
19151         * nnheaderxm.el: Remove definition of run-at-time.
19152
19153 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19154
19155         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19156         in prompt.
19157
19158 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19159
19160         * messagexmas.el (message-xmas-redefine): Alias
19161         `message-make-caesar-translation-table' to
19162         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19163         version.
19164
19165         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19166         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19167         `gnus-xmas-set-text-properties'.
19168         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19169         `gnus-xmas-completing-read'.
19170         (gnus-xmas-completing-read): Removed.
19171         (gnus-xmas-open-network-stream): Removed.
19172
19173         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19174         XEmacs version.
19175
19176         * dns.el (dns-make-network-process): Use `open-network-stream'
19177         instead of `gnus-xmas-open-network-stream'.
19178
19179         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19180
19181         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19182
19183 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19184
19185         * gnus-art.el (gnus-mime-display-alternative)
19186         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19187         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19188         Don't use gnus-local-map-property.
19189
19190         * gnus-util.el (gnus-local-map-property): Remove.
19191
19192         * mm-view.el (mm-view-pkcs7-decrypt):
19193         Replace gnus-completing-read-maybe-default with completing-read.
19194
19195         * gnus-util.el (gnus-completing-read): do.
19196         (gnus-completing-read-maybe-default): Remove.
19197
19198 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19199
19200         * password.el: Only autoload `run-at-time' if not XEmacs.
19201         Only autoload the itimer functions if XEmacs.
19202
19203 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19204
19205         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19206         XEmacsen.
19207
19208         * dgnushack.el: Autoload executable-find for XEmacs.
19209
19210 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19211
19212         * gnus-art.el (gnus-read-string): Remove.
19213         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19214         read-string.
19215
19216 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19217
19218         * netrc.el: Autoload password-read.
19219         (netrc): Add configuration group.
19220         (netrc-encoding-method, netrc-openssl-path):
19221         Add variables for encoding and decoding of files with symmetric
19222         ciphers.
19223         (netrc-encode): Add assistant function to encode a file with
19224         netrc-encoding-method.
19225         (netrc-parse): Add interactive parameter, added optional
19226         decoding if netrc-encoding-method is non-nil but otherwise
19227         behavior is standard.
19228         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19229         Do s/encode/encrypt/ everywhere.
19230
19231         * spam.el: Remove executable-find autoload.
19232
19233 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19234
19235         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19236
19237         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19238
19239 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19240
19241         * gnus-art.el (gnus-treat-ansi-sequences)
19242         (article-treat-ansi-sequences): New variable and function.
19243         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19244
19245         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19246         Use it.
19247
19248 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19249
19250         * mm-util.el (mm-quote-arg): Remove.
19251
19252         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19253         shell-quote-argument.
19254
19255         * gnus-uu.el (gnus-uu-command): do.
19256
19257         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19258
19259         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19260         with make-char.
19261
19262         * mm-util.el (mm-make-char): Remove.
19263
19264         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19265         add-minor-mode.
19266
19267         * gnus-undo.el (gnus-undo-mode): do.
19268
19269         * gnus-topic.el (gnus-topic-mode): do.
19270
19271         * gnus-sum.el (gnus-dead-summary-mode): do.
19272
19273         * gnus-start.el (gnus-slave-mode): do.
19274
19275         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19276
19277         * gnus-ml.el (gnus-mailing-list-mode): do.
19278
19279         * gnus-gl.el (gnus-grouplens-mode): do.
19280
19281         * gnus-draft.el (gnus-draft-mode): do.
19282
19283         * gnus-dired.el (gnus-dired-mode): do.
19284
19285         * gnus-ems.el (gnus-add-minor-mode): Remove.
19286
19287         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19288         Replace gnus-char-width with char-width.
19289
19290         * gnus-ems.el (gnus-char-width): Remove.
19291
19292         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19293         Replace gnus-char-width with char-width.
19294
19295         * gnus-ems.el (gnus-char-width): Remove.
19296
19297         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19298         definition.
19299         Remove Emacs 20 hash table compatibility code.
19300
19301         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19302         20 compatibility code.
19303
19304         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19305
19306         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19307
19308         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19309         Replace with point-at-{eol,bol}.
19310
19311         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19312
19313         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19314
19315         * flow-fill.el (fill-flowed-point-at-bol)
19316         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19317
19318         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19319         Replace with point-at-{eol,bol} throughout all files.
19320
19321 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19322
19323         * ntlm.el (ntlm-string-as-unibyte): New macro.
19324         (ntlm-build-auth-response): Use it.
19325
19326         Remove Emacs 20 stuff:
19327         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19328         (butlast, mapc, remove): Remove the compiler macros.
19329         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19330         of delq and copy-sequence.
19331         * gnus-art.el (popup-menu): Remove the compiler macro.
19332         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19333         Emacs 20.
19334
19335 2004-01-05  Simon Josefsson  <jas@extundo.com>
19336
19337         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19338         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19339         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19340         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19341         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19342         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19343         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19344         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19345         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19346         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19347         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19348         string-xor into ntlm-string-xor.
19349         Suggested by Jesper Harder <harder@myrealbox.com>.
19350
19351         * ntlm.el: Don't include poem.
19352
19353         * md4.el (print-int32, print-string-hexa): Remove.
19354         Suggested by Jesper Harder <harder@myrealbox.com>.
19355
19356         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19357
19358         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19359         probably breaks emacs with DL patch, but do we care? Is anyone
19360         still using the DL stuff?)
19361
19362         * sieve-manage.el: Use the password package.
19363         (sieve-manage-read-passwd): Remove.
19364         (sieve-manage-interactive-login): Use password.  Re-add
19365         condition-case around loop.
19366
19367         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19368         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19369         Use the password package.
19370
19371 2003-02-19  Simon Josefsson  <jas@extundo.com>
19372
19373         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19374         token.
19375
19376 2002-08-07  Simon Josefsson  <jas@extundo.com>
19377
19378         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19379         (sieve-manage-authenticators):
19380         (sieve-manage-authenticator-alist): Add some SASL mechs.
19381         (sieve-sasl-auth): New function.
19382         (sieve-manage-cram-md5-auth):
19383         (sieve-manage-plain-auth): Rewrite using SASL library.
19384         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19385         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19386         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19387         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19388
19389 2004-01-05  Simon Josefsson  <jas@extundo.com>
19390
19391         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19392         New files.
19393
19394 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19395
19396         * gnus-group.el (gnus-no-groups-message): Update.
19397
19398         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19399
19400 2003-11-09  Simon Josefsson  <jas@extundo.com>
19401
19402         * imap.el: Support for ID IMAP extension (RFC 2971).
19403         (imap-local-variables): Add imap-id.
19404         (imap-id): New variable.
19405         (imap-id): New function.
19406         (imap-parse-response): Parse untagged ID response.
19407         * nnimap.el (nnimap-id): New variable.
19408         (nnimap-open-connection): Use it.
19409
19410 2003-12-28  Simon Josefsson  <jas@extundo.com>
19411
19412         * gnus-score.el (gnus-score-edit-all-score): New.
19413         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19414
19415 2004-01-04  Simon Josefsson  <jas@extundo.com>
19416
19417         * password.el: Add.
19418
19419 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19420
19421         * dns.el (dns-query-types): Fix typo.
19422         (dns-query-types): New function.
19423         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19424         PTR and SOA replies, see RFC 1035.
19425
19426 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19427
19428         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19429
19430         * Move to Changelog.2.
19431
19432 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19433
19434         * gnus.el (gnus-version-number): Bump version.
19435
19436 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19437
19438         * gnus.el: No Gnus v0.1 is released.
19439
19440 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19441
19442         * gnus.el: No Gnus v0.0 is released.
19443
19444 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19445
19446         * gnus.el (gnus-version-number): Bump.
19447         (gnus-version): No.
19448
19449 See ChangeLog.2 for earlier changes.
19450
19451     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19452       Free Software Foundation, Inc.
19453
19454   This file is part of GNU Emacs.
19455
19456   GNU Emacs is free software: you can redistribute it and/or modify
19457   it under the terms of the GNU General Public License as published by
19458   the Free Software Foundation, either version 3 of the License, or
19459   (at your option) any later version.
19460
19461   GNU Emacs is distributed in the hope that it will be useful,
19462   but WITHOUT ANY WARRANTY; without even the implied warranty of
19463   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19464   GNU General Public License for more details.
19465
19466   You should have received a copy of the GNU General Public License
19467   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19468
19469 ;; Local Variables:
19470 ;; coding: utf-8
19471 ;; fill-column: 79
19472 ;; add-log-time-zone-rule: t
19473 ;; End: