shr: copy bg before rendering td
[gnus] / lisp / ChangeLog
1 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * message.el (message-goto-body): called-interactively-p needs a
4         parameter, so use `any'.
5
6         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7         clear marks before moving, since they're synced from the Gnus side
8         first.
9
10         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
11         (gnus-summary-move-article): Copy over all marks before moving, so that
12         IMAP doesn't think a new article has arrived.
13
14 2010-11-24  Julien Danjou  <julien@danjou.info>
15
16         * shr.el (shr-insert-background-overlay): Fix typo.
17         (shr-render-td): Copy the background before rendering.
18
19         * shr-color.el (shr-color-visible): Fix docstring.
20
21         * shr.el (shr-tag-table): Add bgcolor support.
22         (shr-render-td): Add bgcolor support.
23         (shr-get-background): Add.
24         (shr-insert-foreground-overlay): Use shr-get-background.
25
26         * message.el (message-goto-body): Use called-interactively-p.
27         (message-in-body-p): message-goto-body returns point.
28
29 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30
31         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
32         Fixes something or other in Emacs 23, and is backwards compatible.
33
34         * message.el (message-goto-body): Remove the <#secure special-casing,
35         which is too special.
36
37         * shr.el (shr-parse-style): Drop !important from styles.
38
39 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
40
41         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
42         this function to return incorrect results when calling it with an
43         explicit article argument different from
44         (gnus-summary-article-number).
45
46 2010-11-24  Julien Danjou  <julien@danjou.info>
47
48         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
49         (shr-tag-body): Add background support.
50         (shr-descend): Add background support.
51         (shr-tag-title): Add.
52
53         * shr-color.el (shr-color-visible): Really return original background
54         if fixed.
55
56 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
57
58         * shr.el (shr-color-check): Protect against non-existant colour names.
59
60 2010-11-24  Julien Danjou  <julien@danjou.info>
61
62         * color-lab.el: Require 'cl when compiling.
63
64         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
65
66         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
67         matched part.
68
69         * color-lab.el: Fix all expt calls to use float type.
70
71 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
72
73         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
74         expression to shr-color-check as is.
75
76         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
77
78         * color-lab.el: Add coding cookie.
79         (float-pi): Use eval-and-compile.
80
81         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
82         compiled for Emacsen having no `libxml-parse-html-region' support.
83
84 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
85
86         * shr.el (shr-insert-color-overlay): Split stuff like
87         "#444444 !important" to find the real colour.
88         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
89         parse <font color="red"> entries.
90
91 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
92
93         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
94         point when parsing headers.
95
96         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
97         is positioned properly when parsing headers.
98
99 2010-11-23  Julien Danjou  <julien@danjou.info>
100
101         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
102
103         * shr-color.el (shr-color->hexadecimal): Add support for color names.
104
105         * shr.el (shr-parse-style): Replace \n with space in style parsing.
106
107         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
108         shr-color-hue-to-rgb.
109         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
110
111 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
112
113         * shr.el (shr-color->hexadecimal): Autoload.
114         (shr-descend): Add color to all tags.
115
116 2010-11-22  Julien Danjou  <julien@danjou.info>
117
118         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
119         shr-color->hexadecimal.
120
121         * shr-color.el (shr-color->hexadecimal): Add converting functions for
122         RGB() or HSL() color representation.
123
124         * shr.el (shr-tag-font): Add.
125         (shr-tag-color-check): New function to get better colors.
126         (shr-tag-insert-color-overlay): Factorize code between tag-font and
127         tag-span.
128
129         * shr-color.el: New file.
130
131         * color-lab.el: New file.
132
133         * gnus-art.el (gnus-url-mailto): Do not downcase args.
134
135 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
136
137         * nnir.el: Fix typo in comments.
138         (nnir-run-imap): Simplify code. No need to reverse artlist.
139         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
140
141 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
144
145         * nnimap.el (nnimap-get-capabilities): Refactor out.
146         (nnimap-open-connection): Re-request capabilities after STARTTLS.
147
148 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
149
150         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
151         appearing when `mm-uu-hide-markers' is nil.
152
153 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
154
155         * nnimap.el (nnimap-unselect-group): Make into its own function.
156         (nnimap-request-rename-group): Unselect group before renaming.
157         This had gotten lost somewhere.
158         (nnimap-request-accept-article): Keep track of examined groups, and
159         unselect the group before APPENDing to read-only groups.
160         (nnimap-request-move-article): Clear flags before moving so that they
161         can be re-set later.
162
163 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
164
165         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
166         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
167
168 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
169
170         * gnus-art.el (gnus-mime-display-single)
171         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
172         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
173         parameter.
174
175 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
176
177         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
178         (shr-table-vertical-line): New variable.
179         (shr-insert-table): Use it.
180
181 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
182
183         * gnus-html.el (gnus-html-wash-images): Don't display images if
184         gnus-inhibit-images is non-nil; register displayer for cid images.
185         (gnus-html-display-image): Work for cid image.
186         (gnus-html-insert-image): Allow arguments.
187         (gnus-html-put-image): Inhibit read-only.
188         (gnus-html-prefetch-images): Don't prefetch images if
189         gnus-inhibit-images is non-nil.
190
191 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
192
193         * shr.el (shr-put-image): Break lines when inserting big pictures.
194
195 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
196
197         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
198         sender, thanks Katsumi Yamaoka.
199
200 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
201
202         * nnir.el (nnir-run-imap): Reverse the article list for each group
203         rather than the whole list.
204
205 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * shr.el (shr-image-displayer): Protect function against non-existent
208         image source.
209
210         * gnus-art.el (gnus-inhibit-images): New user option.
211         (gnus-mime-display-single): Don't display image if it is non-nil.
212
213         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
214         gnus-inhibit-images.
215
216         * shr.el (shr-image-displayer): New function.
217         (shr-tag-img): Use it.
218
219 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
220
221         * mml2015.el (mml2015-epg-sign): Use From header.
222
223 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
224
225         * gnus-html.el (gnus-html-wash-images): Register a displayer.
226
227         * gnus-util.el (gnus-find-text-property-region): Return markers.
228
229         * shr.el (shr-tag-img): Put a displayer in the text property.
230
231         * gnus-util.el (gnus-find-text-property-region): New utility function.
232
233         * gnus-html.el (gnus-html-display-image): Make the alt optional.
234         (gnus-html-show-images): Remove.
235
236         * gnus-art.el (gnus-article-show-images): New, more general function.
237
238         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
239         image url text properties.
240
241         * shr.el: Ditto.
242
243         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
244         gnus-agent-auto-agentize-methods is set.  Which it isn't.
245
246 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
247
248         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
249         work for two or more articles.
250
251 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
252
253         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
254         divide an image that's in an html article to two or more when washing
255         non-ASCII characters in alt text of it.
256
257 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
258
259         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
260         smime-decrypt-region using function argument.
261         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
262
263         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
264
265         * smime.el (smime-decrypt-region): Catch it.
266
267 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
268
269         * smime.el (smime-mode-map): Move initialization into declaration.
270         (gnus-run-mode-hooks): Don't autoload.
271         (smime-mode): Use define-derived-mode.
272
273 2010-11-11  Glenn Morris  <rgm@gnu.org>
274
275         * smime.el (from): Restrict declaration to XEmacs.
276
277         * nnir.el (gnus-group-topic-name): Autoload.
278
279 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
280
281         * shr.el (shr-insert): Don't break long line if it is because of
282         kinsoku-bol characters in the line end.
283
284 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
285
286         * nnir.el (nnir-request-move-article): Fix to provide original group
287         and subject.
288         (nnir-warp-to-article): Don't fail on articles whose headers haven't
289         been retrieved.
290
291         * gnus-sum.el (gnus-summary-move-article): Use original group and
292         subject for virtual articles such as those in an nnir summary buffer.
293
294 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
295
296         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
297         least 21.5).
298
299         * smime.el (from): Declare it again for XEmacs.
300
301 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
302
303         * message.el (message-resend): Don't disable encoding unless it's
304         already encoded.
305
306         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
307         low-numbered articles.
308
309 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
310
311         * rfc2047.el (rfc2047-syntax-table): Simplify.
312
313         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
314
315         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
316         set-char-table-range for XEmacs.
317
318 2010-11-10  Glenn Morris  <rgm@gnu.org>
319
320         * time-date.el (time-to-seconds): Always an alias on Emacs,
321         never a real function.
322         (with-no-warnings): Remove compat stub, now unused.
323         (time-less-p): Doc fix.
324         (time-to-number-of-days): Simplify.
325
326         * smime.el (from): Remove unused declaration.
327
328         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
329         (gnus-float-time): On Emacs, always an alias.
330
331         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
332         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
333
334 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
335
336         * dgnushack.el: Don't use ignore-errors in the top level form since it
337         is unavailable in XEmacs even if cl is loaded.
338
339         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
340
341 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
342
343         * shr.el (browse-url-mailto): Autoload.
344
345         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
346
347         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
348         regexp doesn't need quoting.
349
350 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
351
352         * message.el (message-subject-trailing-was-ask-regexp)
353         (message-subject-trailing-was-regexp): Match was: in addition to was.
354
355 2010-11-09  Glenn Morris  <rgm@gnu.org>
356
357         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
358         (nnbabyl-check-mbox): Use point-at-bol.
359
360 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
361
362         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
363
364         * message.el (message-mailto): New function.
365         (message-mailto): Should accept other parameters.
366         (message-mailto): Remove since it duplicates browse-url-mailto
367         functionality.
368
369 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
370
371         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
372         methods.
373         (gnus-read-active-file): Ditto.
374
375         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
376         ": " from the prompt.
377         (gnus-group-make-group): Ditto.
378
379 2010-11-07  Glenn Morris  <rgm@gnu.org>
380
381         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
382         (gnus-bookmark-kill-line): Use point-at-eol.
383
384 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
387         asterisks in From header.
388
389 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
390
391         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
392         string to avoid making the From headers syntactically invalid.
393
394         * message.el (message-send-mail): Don't insert courtesy messages if the
395         message already has List-Post and List-ID messages.
396
397 2010-11-06  Glenn Morris  <rgm@gnu.org>
398
399         * gnus-art.el (gnus-treat-article): Give dynamic local variables
400         `condition', `type', `length' a prefix.
401         (gnus-treat-predicate): Update for above name changes.
402
403 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
404
405         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
406         binding.  Handled by `gnus-summary-refer-thread' instead.
407         (nnir-warp-to-article): New backend function.
408
409         * nnimap.el (nnimap-request-thread): Force dependency updating.
410
411         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
412         (gnus-summary-refer-thread): Rework to improve thread-referral.
413
414         * gnus-int.el (gnus-warp-to-article): New function.
415
416         * gnus-sum.el (gnus-summary-article-map): Bind it.
417
418 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
419
420         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
421         gnus-summary-refer-thread.
422
423         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
424         headers.
425         (gnus-summary-limit-include-thread): Prevent articles in thread from
426         being cut in gnus-cut-threads.
427         (gnus-summary-refer-thread): Limit retrieved headers to those in
428         thread.
429
430 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
431
432         * message.el (message-send-mail): Use the value of
433         message-courtesy-message from the message buffer.
434
435         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
436
437         * shr.el (shr-browse-url): Implement mailto: URLs.
438
439         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
440         "raw".
441
442         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
443         if it's already selected.
444
445         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
446
447 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
448
449         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
450         to measure the length and truncate alt text.
451
452 2010-11-03  Glenn Morris  <rgm@gnu.org>
453
454         * nndiary.el (nndiary-generate-nov-databases-1)
455         (nndiary-generate-active-info): Rename dynamic variable `files' to
456         something less generic.
457
458 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
459
460         * nnir.el (nnir-request-move-article): Call the underlying backend to
461         move articles from nnir.
462
463 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
464
465         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
466
467 2010-11-02  Julien Danjou  <julien@danjou.info>
468
469         * nnir.el: Remove wais support.
470
471 2010-11-02  Glenn Morris  <rgm@gnu.org>
472
473         * gnus-html.el: Reorder requirements to quieten compiler.
474
475 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
476
477         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
478         properly for XEmacs as well.
479         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
480         (gnus-article-natural-long-line-p): Use window-width rather than
481         frame-width.
482
483 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
484
485         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
486         (nnir-read-parms): Don't modify query.
487         (nnir-run-query): Add ability to search topic on current line.
488         (nnir-get-active): Clean up.
489
490 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
491
492         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
493         degenerate articles.
494
495         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
496         (gnus-print-buffer): Just print the buffer as is, without any copying
497         to a buffer and then re-highlighting.
498
499         * nnimap.el (nnimap-request-group): Store the new updated info.
500         (nnimap-request-group): Select the group when we don't know whether it
501         exists or not.
502
503         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
504         groups.
505
506         * gnus-group.el (gnus-group-find-new-groups): Display all the new
507         groups.
508
509         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
510         groups.
511
512         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
513         long-lines case by only filling the long lines.
514
515         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
516         (bug #7311).
517
518 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
519
520         * shr.el: No need to declare `declare-function' since shr.el is for
521         only Emacsen that provide `libxml-parse-html-region'.
522
523         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
524         effective only in a file it is referred to.
525
526 2010-11-01  Glenn Morris  <rgm@gnu.org>
527
528         * mm-util.el (gnus-completing-read): Autoload.
529         (mm-read-coding-system): Simplify Emacs definition.
530
531         * nnmail.el (gnus-activate-group):
532         * nnimap.el (gnutls-negotiate):
533         * nntp.el (netrc-parse): Fix declarations.
534
535 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
536
537         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
538         string-match-p in Emacs >=23.
539
540         * gnus-msg.el (gnus-configure-posting-styles)
541         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
542
543 2010-11-01  Glenn Morris  <rgm@gnu.org>
544
545         * nnir.el (declare-function): Add compat stub.
546         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
547         (nnir-run-gmane): Require 'mm-url.
548
549         * mm-util.el (mm-string-to-multibyte): Simplify.
550
551         * shr.el (declare-function): Add compat stub.
552         (url-cache-create-filename): Declare.
553         (mm-disable-multibyte, widget-convert-button): Autoload.
554
555         * smime.el (ldap-search): Declare.
556         (smime-cert-by-ldap-1): Require ldap on Emacs.
557
558         * nnimap.el: Require nnmail, and gnus-sum when compiling.
559         (nnimap-keepalive): Use gnus-float-time.
560
561         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
562         (mail-source-delete-crash-box): Use gnus-float-time.
563
564         * gnus-dired.el (gnus-completing-read): Autoload.
565
566         * mm-view.el (gnus-rescale-image): Autoload.
567
568         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
569
570         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
571
572         * sieve-manage.el: Require 'cl when compiling.
573
574         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
575         (gnus-iswitchb-completing-read): Require iswitchb.
576         (gnus-select-frame-set-input-focus): Silence compiler.
577
578 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
579
580         * message.el (message-subject-trailing-was-query): Change default to t,
581         since I think that's what most people want.
582
583         * nnimap.el (nnimap-request-accept-article): Erase buffer before
584         appending for easier debugging.
585         (nnimap-wait-for-connection): Take a regexp.
586         (nnimap-request-accept-article): Wait for the continuation line before
587         sending anything unless we're streaming.
588
589         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
590         leave the header washing to take place.
591
592 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
593
594         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
595         regular expression match and replace in posting styles.
596
597 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
598
599         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
600         an entire server.
601         (nnir-get-active): New function.
602         (nnir-run-imap): Use it.
603         (nnir-run-gmane): Who knew, gmane search returns an article score!
604
605         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
606         server on the current line with nnir.
607
608 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
609
610         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
611         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
612         left edge.
613         (gnus-article-foldable-buffer): Skip past the prefix when determining
614         raggedness.
615
616         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
617         the raw article, and change `C-u g' to show the article without doing
618         treatments.
619
620         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
621         on to `gnus-treat-article'.
622         (gnus-inhibit-article-treatments): New variable.
623
624         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
625
626         * gnus-art.el (gnus-treatment-function-alist): Have
627         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
628         (gnus-treat-fill-long-lines): Change default to fill all text/plain
629         sections.
630
631         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
632         parameter.
633         (gnus-article-fill-cited-long-lines): New function.
634         (gnus-article-fill-cited-article): Allow filling only long sections.
635
636         * shr.el (shr-find-fill-point): Don't break lines between punctuation
637         and non-punctuation (like after the apostrophe in "'We").
638
639         * gnus-sum.el (gnus-summary-select-article): Make sure
640         gnus-original-article-buffer is alive.
641
642         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
643         reflect the order they're in in the digest.
644
645         * gnus.el (gnus-group-startup-message): Move point to the start of the
646         buffer.
647
648         * nnimap.el (nnimap-capability): New function.
649         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
650         is set.
651
652 2010-10-31  David Engster  <dengste@eml.cc>
653
654         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
655         conform with changes to gnus-completing-read.
656
657 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
658
659         * shr.el (shr-tag-img): Output "*" instead of "[img]".
660
661 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
662
663         * nnir.el: Move defvar, defcustom around to keep file organized
664         and keep byte-compiler quiet.
665         (nnir-read-parms): Accept search-engine as arg.
666         (nnir-run-query): Pass search-engine as arg.
667         (nnir-search-engine): Remove.
668
669 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
670
671         * shr.el (shr-generic): The text nodes should be text, not :text.
672
673         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
674         later in the file.
675
676 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
677
678         * nnir.el: General clean up.  Allow searching with multiple engines.
679         Allow separate extra-parameters for each engine.
680         Batch queries when possible.
681         (nnir-imap-default-search-key,nnir-method-default-engines):
682         Add customize interface.
683         (nnir-run-gmane): New engine.
684         (nnir-engines): Use it.  Qualify all prompts with engine name.
685         (nnir-search-engine): Remove global variable.
686         (nnir-run-hyrex): Restore for now.
687         (nnir-extra-parms,nnir-search-history): New variables.
688         (gnus-group-make-nnir-group): Use them.
689         (nnir-group-server): Remove in favor of gnus-group-server.
690         (nnir-request-group): Avoid searching twice.
691         (nnir-sort-groups-by-server): New function.
692
693 2010-10-30  Julien Danjou  <julien@danjou.info>
694
695         * gnus-group.el: Remove gnus-group-fetch-control.
696
697         * gnus-start.el (gnus-find-new-newsgroups):
698         Remove gnus-check-first-time-used.
699
700         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
701
702 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
703
704         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
705         set on groups that don't have \* permanentflags.
706
707 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
708
709         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
710         control the background color.
711         (shr-tag-img): Ignore very small web bug type images.
712         (shr-put-image): Add help-echo alt texts to the images.
713         (shr-tag-video): Show the video poster image.
714
715 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
716
717         * shr.el (shr-table-depth): New variable.
718         (shr-tag-table-1): Only insert the images after the top-level table.
719
720         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
721
722         * gnus-util.el (gnus-list-memq-of-list): New function.
723
724         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
725         selected.
726         (nnimap-unsplittable-articles): New slot.
727         (nnimap-new-articles): Use it.
728
729 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
730
731         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
732         move to the previous line on `M-g'.
733
734 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
735
736         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
737         *-request-group, which seems unnecessary.
738
739         * nnimap.el (nnimap-quote-specials): Function copied over from
740         imap.el.
741         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
742         they support that.  Suggested by Tom Regner.
743
744 2010-10-29  Julien Danjou  <julien@danjou.info>
745
746         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
747         defalias.
748         (gnus-summary-delete-marked-with): Remove obsolete defalias.
749
750         * gnus.el: Remove `gnus-nntp-service' variable.
751         (gnus-secondary-servers): Make obsolete.
752         (gnus-nntp-server): Make obsolete.
753
754         * gnus-start.el (gnus-1): Remove x-splash calls.
755
756         * gnus-ems.el (gnus-x-splash): Remove.
757
758         * gnus.el (gnus-group-startup-message): Simplify/update code.
759
760         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
761         definition.
762
763         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
764         capability before doing anything.
765         (gnus-group-insert-group-line): Remove useless
766         gnus-group-remove-excess-properties.
767
768 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
769
770         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
771
772 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
775         config after reselecting.
776
777 2010-10-28  Julien Danjou  <julien@danjou.info>
778
779         * shr.el (shr-put-image): Use point even if only inserting text.
780         (shr-put-image): Save excursion when inserting alt text on non-graphic
781         display, so the behaviour is the same when we are on a graphic display.
782
783         * nnir.el (nnir-run-swish-e): Remove hyrex support.
784
785 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
786
787         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
788         (gnus-mime-copy-part): Check coding system, not charset.
789         (gnus-mime-view-part-externally): Never remove part.
790         (gnus-mime-view-part-internally): Don't remove part here.
791         (gnus-article-part-wrapper): Make sure MIME tag is visible.
792         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
793         multipart/alternative.
794
795         * mm-decode.el (mm-display-part): Take optional arg `force'.
796
797 2010-10-26  Julien Danjou  <julien@danjou.info>
798
799         * gnus-group.el (gnus-group-default-list-level): Add this function to
800         compute the default list level.
801         (gnus-group-default-list-level): Add possibility to use a function.
802
803 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
804
805         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
806
807         * gnus-group.el (gnus-group-completing-read)
808         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
809         gnus-replace-in-string.
810
811 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
812
813         * shr.el (shr-tag-div): Add.
814
815         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
816
817 2010-10-25  Julien Danjou  <julien@danjou.info>
818
819         * gnus-util.el: Remove `gnus-with-local-quit'.
820
821         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
822
823 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
824
825         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
826         the original article buffer.
827
828 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
829
830         * nnimap.el (nnimap-request-head): New function.
831         (nnimap-request-move-article): Try to be slighly faster by not
832         requesting the entire message when moving.
833         (nnimap-transform-headers): Don't bug out on bodiless articles.
834         (nnimap-send-command): Have no outstanding messages if the IMAP server
835         doesn't support streaming.
836         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
837
838 2010-10-24  Julien Danjou  <julien@danjou.info>
839
840         * message.el (message-default-headers): Fix type.
841
842 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
843
844         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
845         prefetching images.
846
847         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
848         backend for unknown groups.  This is mainly useful for nnimap groups.
849
850         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
851         group isn't covered by the agent.
852
853 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
854
855         * nnir.el (nnir-method-default-engines): New variable.
856         (nnir-run-query): Use it.
857         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
858         (gnus-summary-nnir-goto-thread): Change group if needed.
859
860         * gnus-group.el (gnus-group-group-map): Add key binding for
861         gnus-group-make-nnir-group.
862
863 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
864
865         * shr.el (shr-tag-object): Add.
866
867         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
868         original article buffer live.
869         (gnus-summary-select-article-buffer):
870         Mention gnus-widen-article-buffer.
871
872 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
873
874         * shr.el (shr-tag-strong): Add.
875
876 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
877
878         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
879         group names.  They mess up the group buffer badly.
880
881         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
882
883         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
884         instead of the summary one.
885
886 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
887
888         * mml.el (mml-preview): Work properly when editing article.
889
890         * gnus-start.el (gnus-read-active-file-1): Don't add method to
891         gnus-have-read-active-file if it's already been in.
892
893 2010-10-22  Tom Tromey  <tromey@redhat.com>
894
895         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
896         gnus-group-completing-read.
897
898 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
899
900         * message.el (message-mode-map): Don't bind M-; to comment region, to
901         allow the global comment-dwim to work.
902
903 2010-10-21  Julien Danjou  <julien@danjou.info>
904
905         * message.el (message-setup-1): Allow message-default-headers to be a
906         function.
907
908 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
909
910         * shr.el (shr-tag-table): Simplify.
911
912 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
913
914         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
915         to avoid trying to snarf invalid stuff.
916
917         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
918
919         * gnus.el (gnus-message-archive-group): Quote value.
920         (gnus-message-archive-group): Mark as changed.
921
922         * shr.el (shr-add-font): Don't put the font properties on the newline
923         or the indentation.
924
925         * message.el (message-fix-before-sending): Change options when sending
926         non-printable characters.
927
928         * gnus.el (gnus-message-archive-method): Change the default to
929         monthly outgoing groups.
930
931         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
932         that have gotten new numbers.
933
934         * nnimap.el (nnimap-request-replace-article): New function.
935
936 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
937
938         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
939         (nnrss-request-article): Don't use special html washing code.
940
941 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
942
943         * shr.el (shr-tag-table): Remove useless nconc.
944
945 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
946
947         * gnus-art.el (article-wash-html): Simplify and remove the charset
948         stuff.  Use the normal html rendering code instead of the special html
949         washing code.
950
951         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
952         `gnus-w3m' symbols.
953         (mm-text-html-washer-alist): Remove.
954
955         * mm-decode.el (mm-inline-text-html-renderer): Remove.
956         (mm-inline-media-tests): Remove use.
957         (mm-text-html-renderer): Change default to the `shr' symbol.
958
959         * mm-view.el (mm-inline-text-html): Remove use.
960
961         * gnus-art.el (gnus-blocked-images): New function.  Allow the
962         `gnus-blocked-images' to be a function.
963         (gnus-article-wash-function): Remove.
964
965 2010-10-20  Julien Danjou  <julien@danjou.info>
966
967         * spam.el (spam-list-of-processors): Mark as obsolete.
968
969         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
970         (nnimap-insert-partial-structure): Fix boundary detection.
971
972 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
973
974         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
975         run file-truename on remote files.  This can be expensive and even
976         prevent one from editing drafts if some unrelated buffer has a stale
977         connection.
978
979 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
980
981         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
982         kinsoku-eol regardless of shr-kinsoku-shorten.
983         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
984         (shr-tag-table): Support caption, thead, and tfoot.
985
986 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
989         lines.
990         (shr-save-contents): New command and keystroke.
991
992         * nndoc.el (nndoc-type-alist): Add git support.
993         (nndoc-git-type-p): New function.
994         (nndoc-transform-git-article): Ditto.
995         (nndoc-transform-git-headers): Ditto.
996         (nndoc-transform-git-headers): Generate Subject headers.
997
998         * shr.el (shr-parse-style): New function.
999         (shr-tag-span): Ditto.
1000
1001         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1002         to `G G' to avoid collisions.
1003
1004 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1005
1006         * shr.el: Load kinsoku if necessary.
1007         (shr-kinsoku-shorten): New internal variable.
1008         (shr-find-fill-point): Make kinsoku shorten text line if
1009         shr-kinsoku-shorten is bound to non-nil.
1010         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1011         shr-indentation too when testing if table is wider than frame width.
1012         (shr-insert-table): Use `string-width' instead of `length' to measure
1013         text width.
1014         (shr-insert-table-ruler): Make sure indentation is done at bol.
1015
1016 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1017
1018         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1019         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1020         undecoded network data.
1021
1022 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1023
1024         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1025         name in the mode line spec so that the mode line menu works
1026         (bug #2431).
1027
1028         * message.el (message-get-reply-headers): If we're fed `to-address',
1029         then always use that.
1030
1031         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1032         aren't so wide as to need to switch off the edit menu.
1033
1034         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1035         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1036
1037         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1038         `M-g'.
1039         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1040         the permanent marks.
1041
1042 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1043
1044         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1045         Splitting according to references/in-reply-to obeys the ignore-groups
1046         variable, while splitting by sender and subject do not.
1047
1048 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1049
1050         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1051         alist, so that we can look for non-Unicode chars.
1052         (article-translate-strings): Allow both character and string maps.
1053
1054 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1055
1056         * shr.el (shr-insert): Don't insert space behind a wide character
1057         categorized as kinsoku-bol, or between characters both categorized as
1058         nospace.
1059
1060 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1061
1062         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1063         headers to gnus-newsgroup-headers.
1064
1065 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1066
1067         * shr.el (shr-tag-img): Don't align images -- since we're not
1068         rescaling, this often leads to ugly displays.
1069
1070 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1071
1072         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1073         duplicates.
1074
1075 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1076
1077         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1078         call.
1079
1080 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1081
1082         * gnus.el: Autoload gnus-html-show-images.
1083
1084         * nnimap.el: Use nnheader-message throughout.
1085
1086         * shr.el (shr-tag-img): Ignore images with no data.
1087
1088 2010-10-15  Julien Danjou  <julien@danjou.info>
1089
1090         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1091         a possibility to disable format=flow encoding when using hard newlines.
1092
1093 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1094
1095         * shr.el (shr-insert): Remove space inserted before or after a
1096         breakable character or at the beginning or the end of a line.
1097         (shr-find-fill-point): Do kinsoku; find the second best point or give
1098         it up if there's no breakable point.
1099
1100 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1101
1102         * nnimap.el (nnimap-open-connection): Message when opening connection
1103         for debugging purposes.
1104
1105         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1106         on every setup buffer call to allow this to change from article to
1107         article.
1108
1109         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1110         buffers where we have a wide table.
1111
1112 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1113
1114         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1115         uses *-request-thread.
1116
1117 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1118
1119         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1120         incantation, which is no longer valid.
1121
1122 2010-10-14  Julien Danjou  <julien@danjou.info>
1123
1124         * shr.el: Fix defcustom type (char -> character).
1125
1126 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1127
1128         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1129         programs.
1130
1131 2010-10-14  Julien Danjou  <julien@danjou.info>
1132
1133         * shr.el (shr-tag-a): Use url-link as widget type.
1134
1135         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1136         `gnus-group-get-icon'.
1137
1138 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1139
1140         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1141         This should make server editing work better.
1142
1143         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1144
1145         * tls.el (tls-program): Remove spurious %s from openssl.
1146
1147         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1148         (nnimap-parse-flags): Fix regexp.
1149
1150         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1151         probably work for CJVK text, too.
1152
1153         * nnimap.el (nnimap-extend-tls-programs): Remove.
1154         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1155
1156         * tls.el (tls-starttls-switches): Remove starttls hack.
1157         (open-tls-stream): Ditto.
1158         (tls-find-starttls-argument): Ditto.
1159
1160 2010-10-13  Julien Danjou  <julien@danjou.info>
1161
1162         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1163         responses.
1164
1165 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1166
1167         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1168
1169         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1170         anything in Emacs.
1171
1172         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1173
1174 2010-10-13  Julien Danjou  <julien@danjou.info>
1175
1176         * shr.el (shr-width): Make shr-width a defcustom with default to
1177         fill-column.
1178         (shr-tag-img): Use shr-width rather than fill-column.
1179
1180 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1181
1182         * dgnushack.el (byte-optimize-apply)
1183         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1184
1185         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1186         position when (X-)Faces exist.
1187         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1188         avatars when called interactively.
1189
1190 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1191
1192         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1193         gnus-article-x-face-too-ugly is bound.
1194
1195 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1196
1197         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1198
1199         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1200         mailbox that doesn't exist.
1201
1202 2010-10-12  Julien Danjou  <julien@danjou.info>
1203
1204         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1205         (shr-get-image-data): Encode URL properly when fetching from cache.
1206         (shr-tag-img): Use aligned-to spaces to align correctly images.
1207
1208         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1209         before inserting the Gravatar.
1210
1211         * shr.el (shr-tag-img): Add align attribute support for <img>.
1212
1213 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1214
1215         * gnus-gravatar.el (gnus-art): Require.
1216
1217         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1218         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1219         Remove long obsoleted functions.
1220
1221 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1222
1223         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1224
1225         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1226
1227         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1228         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1229         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1230         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1231         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1232         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1233         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1234
1235 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236
1237         * nnimap.el (nnimap-request-rename-group): Select group read-only
1238         before renaming it.
1239
1240         * shr.el (shr-insert): Fix up the white space only regexp.
1241
1242         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1243         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1244
1245         * shr.el (shr-current-column): New function.
1246         (shr-find-fill-point): New function.
1247
1248 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1249
1250         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1251         numbers.
1252
1253 2010-10-11  Julien Danjou  <julien@danjou.info>
1254
1255         * shr.el (shr-hr-line): Add.
1256         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1257         display hr lines.
1258         (shr-max-columns): Do not change state to nil if we just inserting
1259         spaces.
1260
1261 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1262
1263         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1264         select the last group.
1265
1266 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1267
1268         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1269
1270 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1271
1272         * dig.el (dig-mode-map): Declare and define in one step.
1273
1274 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1275
1276         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1277         for Gnus.
1278         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1279         (nnimap-update-qresync-info): Mark \Seen articles as read.
1280
1281         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1282         non-variable, too.
1283
1284         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1285         available.
1286         (nnimap-update-info): Rely more on the current active than the param
1287         active to avoid marking articles as read too much.
1288
1289         * auth-source.el (auth-source-create): Use (user-login-name) for the
1290         user name default.
1291
1292         * nnimap.el (nnimap-update-info): If the server doesn't return any
1293         useful info, just use the previous info.
1294         (nnimap-update-info): Prefer old info over start-article.
1295         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1296
1297 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1298
1299         * nnir.el (autoload): Clean up autoloads.
1300         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1301         Use key rather than value.
1302         (nnir-imap-search-other): New variable.
1303         (nnir-read-parm): Use it.
1304         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1305         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1306
1307 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1308
1309         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1310         the process, too.
1311
1312 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1313
1314         * spam.el (gnus-summary-mode-map): Bind to "$".
1315         Suggested by Russ Allbery.
1316
1317         * shr.el: Rework the way things are indented by <li> slightly.
1318
1319         * gnus.el (gnus-group-set-parameter): Fix typo.
1320
1321         * nnimap.el: Start implementing QRESYNC support.
1322
1323 2010-10-09  Julien Danjou  <julien@danjou.info>
1324
1325         * nnir.el (nnir-engines): Fix too many arguments.
1326
1327 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1328
1329         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1330         group is the "last", so that the backends like nnfolder actually save
1331         their folders.
1332
1333         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1334         try to use that for the tls stream.
1335         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1336         UIDVALIDITY and find out which groups are read-only and not.
1337         (nnimap-get-flags): Use the same marks parsing code as the rest of
1338         nnimap.
1339
1340 2010-10-09  Julien Danjou  <julien@danjou.info>
1341
1342         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1343
1344         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1345         retrieving gravatars.
1346
1347         * shr.el (shr-table-corner): Add.
1348         (shr-table-line): Add.
1349         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1350
1351 2010-10-08  Julien Danjou  <julien@danjou.info>
1352
1353         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1354
1355 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1356
1357         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1358
1359         * gnus-sum.el (gnus-mark-article-as-unread)
1360         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1361         (gnus-summary-set-bookmark): Use it.
1362
1363         * gnus-msg.el (gnus-setup-message): Use it.
1364
1365         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1366
1367         * gnus.el (gnus-group-remove-parameter): Use it.
1368
1369         * gnus-group.el (gnus-group-make-web-group): Use it.
1370
1371         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1372
1373         * nnregistry.el: Update docs to mention manual.
1374
1375         * gnus-registry.el: Update docs to mention nnregistry.el.
1376         (gnus-registry-initialize): Don't install nnregistry refer method
1377         automatically.
1378         (gnus-registry-install-nnregistry): Remove it.
1379
1380 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1381
1382         * shr.el (shr-insert): Don't insert double spaces.
1383
1384 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1385
1386         * gnus-gravatar.el (gnus-treat-from-gravatar)
1387         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1388         called interactively.
1389
1390         * gnus-art.el (gnus-mime-view-part-externally)
1391         (gnus-mime-view-part-internally): Make predicate function passed to
1392         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1393         of a mime type.
1394
1395         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1396
1397 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1398
1399         * shr.el (require): Require cl when compiling.
1400         (shr-tag-hr): New function.
1401
1402         * nnimap.el (nnimap-update-info): Remove double setting of high.
1403         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1404         This makes nnimap work properly on Courier again.
1405
1406         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1407         the variable for backwards compatability.
1408
1409         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1410         the file name before using to avoid setting mm-default-directory to
1411         nil.
1412
1413         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1414         bidning gnus-agent variables.
1415
1416         * shr.el (shr-render-td): Use a cache for the table rendering function
1417         to avoid getting an exponential rendering behaviour in nested tables.
1418         (shr-insert): Rework the line-breaking algorithm.
1419         (shr-insert): Don't leave trailing spaces.
1420         (shr-insert-table): Also insert empty TDs.
1421         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1422
1423 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1424
1425         * gnus-sum.el (gnus-number): Rename from `number'.
1426         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1427         (gnus-summary-limit-children): Update uses correspondingly.
1428
1429 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1430
1431         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1432         (gnus-gravatar-transform-address): Don't show avatars of people of
1433         which mail addresses match gnus-gravatar-too-ugly.
1434
1435 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1436
1437         * shr.el (shr-table-widths): Expand TD elements to fill available
1438         space.
1439
1440 2010-10-07  Julien Danjou  <julien@danjou.info>
1441
1442         * nnimap.el (nnimap-request-rename-group): Add this method.
1443
1444 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1445
1446         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1447         name from XEmacs' function-arglist.
1448
1449         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1450         gravatar under XEmacs.
1451
1452 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1453
1454         * auth-source.el: Update docs with TODO items.
1455
1456         * gnus-sync.el: Update docs to explain state and plans.
1457
1458         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1459         Hooks for mark updates.
1460         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1461
1462         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1463         hooks with arguments, which is needed for mark update hooks.
1464
1465 2010-10-06  Julien Danjou  <julien@danjou.info>
1466
1467         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1468         was matched.
1469
1470         * sieve-manage.el: Update example in `Commentary'.
1471
1472         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1473
1474         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1475         not 2000.
1476         (sieve-manage-authenticate): Re-add function.
1477
1478 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1479
1480         * shr.el (shr-insert): Get 'space transition right.
1481         (shr-render-td): Only delete space at the end of the TD.
1482
1483         * nnimap.el (nnimap-open-connection): Prepare to support
1484         open-gnutls-stream.
1485
1486         * shr.el: Rearrange function order to be more logical.
1487
1488 2010-10-06  Julien Danjou  <julien@danjou.info>
1489
1490         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1491         (nnrss-discover-feed): Remove 404 URL in docstring.
1492
1493         * nnir.el: Fix Swish-E URL.
1494         Fix Namazu URL.
1495
1496         * message.el (message-change-subject): Remove 404 URL in a comment.
1497
1498 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1499
1500         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1501         called interactively.
1502
1503         * gnus-util.el (gnus-remove-if): Allow hash table.
1504         (gnus-remove-if-not): New function.
1505
1506         * gnus-art.el (gnus-mime-view-part-as-type)
1507         * gnus-score.el (gnus-summary-score-effect)
1508         * gnus-sum.el (gnus-read-move-group-name):
1509         Replace remove-if-not with gnus-remove-if-not.
1510
1511         * gnus-group.el (gnus-group-completing-read):
1512         Regard collection as a hash table if it is not a list.
1513
1514 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1515
1516         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1517
1518         * shr.el: Document the table-rendering algorithm.
1519
1520 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1521
1522         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1523         for Emacsen having no `libxml-parse-html-region' support.
1524
1525 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1526
1527         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1528         invalid URLs.
1529
1530         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1531         line-broken.
1532         (shr-tag-img): Ignore image fetching errors.
1533         (shr-overlays-in-region): Compute overlay positions correctly.
1534
1535         * mm-decode.el (mm-shr): Require shr.
1536
1537         * gnus-art.el (gnus-blocked-images): Move variable here.
1538
1539         * shr.el (shr-insert-table): Bind free variable.
1540
1541         * mm-decode.el (mm-shr): Bind shr-content-function.
1542
1543         * shr.el (shr-content-function): New variable.
1544
1545         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1546         added for symmetry.
1547
1548         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1549
1550         * gnus-group.el (gnus-group-make-group): Doc fix.
1551
1552         * nnimap.el (nnimap-request-newgroups): Return success.
1553
1554         * shr.el (shr-find-elements): New function.
1555         (shr-tag-table): Put all the images after the table.
1556         (shr-tag-table): Really inhibit images inside the table.
1557         (shr-collect-overlays): Copy over overlays from the TD elements to the
1558         main document.
1559
1560         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1561         gnus-blocked-images.
1562
1563 2010-10-05  Julien Danjou  <julien@danjou.info>
1564
1565         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1566
1567         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1568         (gnus-html-maximum-image-size): Add this function.
1569         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1570
1571         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1572         server-value of the capability is nil.
1573
1574 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1575
1576         * shr.el (shr-tag-em): Add <EM> tag.
1577
1578 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1579
1580         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1581         customizable.
1582
1583         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1584         handing broken links to browse-url.
1585
1586 2010-10-05  Julien Danjou  <julien@danjou.info>
1587
1588         * gnus-util.el (gnus-emacs-completing-read)
1589         (gnus-iswitchb-completing-read): Use autoload rather than require.
1590
1591 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1592
1593         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1594         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1595         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1596         iswitchb-temp-buflist for XEmacs.
1597
1598         * gnus-util.el (gnus-completing-read-function): Exclude
1599         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1600         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1601         XEmacs.
1602
1603         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1604         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1605
1606         * gnus-html.el: Don't require help-fns under XEmacs.
1607         (gnus-html-schedule-image-fetching): Work for XEmacs.
1608
1609         * mm-decode.el (mm-shr): Decode contents by charset.
1610
1611 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612
1613         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1614         unknown.
1615
1616         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1617         (shr-get-image-data): Ensure against the cache file missing.
1618
1619         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1620         for data.
1621
1622         * spam-report.el (spam-report-url-ping-plain): Don't query about
1623         killing the process.
1624
1625         * shr.el (shr-render-td): Protect against too-wide text.
1626
1627 2010-10-04  Julien Danjou  <julien@danjou.info>
1628
1629         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1630         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1631
1632         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1633         retrieved.
1634
1635 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1636
1637         * shr.el (browse-url): Require.
1638         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1639         lines.
1640         (shr-show-alt-text, shr-browse-image): New commands.
1641         (shr-browse-url, shr-copy-url): New commands.
1642
1643         * gnus-sum.el (gnus-widen-article-window): New variable.
1644         (gnus-summary-select-article-buffer): Use it.
1645
1646         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1647         without @ signs.
1648
1649 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1650
1651         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1652
1653 2010-10-04  Julien Danjou  <julien@danjou.info>
1654
1655         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1656         for XEmacs.
1657
1658 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1659
1660         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1661
1662         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1663         (nnimap-close-server): Implement.
1664
1665         * dgnushack.el (iswitchb): Require to shut up the compiler.
1666
1667         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1668         (shr-insert): Tweak line breaking.
1669         (shr-insert): Handle <pre> better.
1670         (shr-tag-li): Get <li> indentation right.
1671         (shr-tag-li): Get <li> indentation even righter.
1672         (shr-tag-blockquote): Ensure paragraph start.
1673         (shr-make-table): Tweak table generation.
1674         (shr-make-table): Fix typo.
1675
1676         * shr.el: Implement table rendering.
1677
1678 2010-10-04  Julien Danjou  <julien@danjou.info>
1679
1680         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1681
1682 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1683
1684         * shr.el (shr-insert): Use string anchors instead of line anchors.
1685
1686 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1687
1688         * shr.el: Add headings.
1689         (shr-ensure-paragraph): Actually work.
1690         (shr-tag-li): Make <ul> prettier.
1691         (shr-insert): Get white space at the beginning/end of elements right.
1692         (shr-tag-p): Collapse subsequent <p>s.
1693         (shr-ensure-paragraph): Don't insert double line feeds after blank
1694         lines.
1695         (shr-insert): \t is also space.
1696         (shr-tag-s): Fix "s" tag name function.
1697         (shr-tag-s): Fix face prop name.
1698
1699 2010-10-03  Julien Danjou  <julien@danjou.info>
1700
1701         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1702
1703         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1704         gnus-window-inside-pixel-edges.
1705
1706         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1707         gnus-ems.
1708
1709         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1710
1711         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1712         function.
1713
1714         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1715         resize choice.
1716
1717 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1718
1719         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1720         beginning of the buffer.
1721
1722         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1723         article buffer again.
1724
1725         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1726
1727         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1728         when it's at the start of the buffer.
1729
1730         * shr.el (shr-tag-blockquote): Convert name.
1731         (shr-rescale-image): Use the right image-size variant.
1732
1733         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1734         buffer isn't shown, then select the current article first instead of
1735         bugging out.
1736         (gnus-summary-select-article-buffer): Show both the article and summary
1737         buffers again.
1738
1739         * shr.el (shr-fontize-cont): Protect against regions with no text.
1740         Rename tag functions to shr-tag-* for enhanced security.
1741         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1742
1743 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1744
1745         * shr.el (shr-insert):
1746         * pop3.el (pop3-movemail):
1747         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1748         loaded.
1749
1750 2010-10-03  Glenn Morris  <rgm@gnu.org>
1751
1752         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1753
1754         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1755
1756         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1757
1758         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1759
1760         * gnus-util.el (gnus-make-local-hook): Simplify.
1761
1762 2010-10-02  Julien Danjou  <julien@danjou.info>
1763
1764         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1765         (gnus-ido-completing-read): New function.
1766         (gnus-emacs-completing-read): New function.
1767         (gnus-completing-read): Use gnus-completing-read-function.
1768         Add gnus-completing-read-function.
1769
1770 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1771
1772         * shr.el (shr-insert-document): Autoload.
1773         (shr-img): Be silent.
1774         (shr-insert): Add a newline after every picture before text.
1775         (shr-add-font): Use overlays for combining faces.
1776         (shr-insert): Pass upwards the text start point.
1777
1778         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1779         possible.
1780         (mm-shr): New function.
1781
1782 2010-10-02  Julien Danjou  <julien@danjou.info>
1783
1784         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1785         should go backward.
1786
1787 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1788
1789         * shr.el (shr): Fix typo in provide call.
1790
1791 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1792
1793         * shr.el: New file.
1794
1795         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1796
1797         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1798         completing read.
1799
1800 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1801
1802         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1803         we're being queried about.  Suggested by Dan Jacobson.
1804
1805         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1806         Suggested by Jason Eisner.
1807
1808         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1809         table, too.  Suggested by Stefan Wiens.
1810         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1811         the table unnecessary.  Suggested by Stefan Wiens.
1812
1813         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1814         longer needed, and probably doesn't work either, as pointed out by
1815         Stefan Wiens.
1816         (gnus-summary-exit): Remove call to the clearing function.
1817         (gnus-summary-exit-no-update): Ditto.
1818
1819         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1820         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1821         Reported by Stefan Monnier.
1822         (gnus-summary-save-in-rmail): Ditto.
1823
1824         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1825         article buffer, instead of both the article buffer and the summary
1826         buffer.  Sort of suggested by Dan Jacobson.
1827
1828         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1829
1830         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1831         Suggested by Dan Jacobson.
1832
1833         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1834         documentation clearer.
1835
1836         * message.el (message-shorten-references): Comment on the number "21".
1837         Suggested by Stefan Monnier.
1838
1839         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1840         Suggested by Dan Jacobson.
1841
1842         * gnus.el (gnus-large-newsgroup):
1843         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1844
1845         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1846         externalize attachments.  Bug reported by Steve Wen.
1847
1848         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1849         really message anything to the user.
1850
1851         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1852         directly.
1853
1854         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1855         messages in empty groups.
1856
1857 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1858
1859         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1860         non-UIDNEXT group.
1861
1862 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1863
1864         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1865         not the value from the collection.
1866
1867         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1868         values.  This sometimes happens on some groups that have no info.
1869         (nnimap-request-newgroups): New function.
1870
1871 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1872
1873         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1874         check into `gnus-registry-initialize'.
1875         (gnus-registry-initialize): Ditto.
1876         Fix and extend header docs.
1877
1878 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1879
1880         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1881         regexp backtrace overflows.
1882
1883         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1884         for starttls that tls.el implements; i.e. openssl.
1885
1886         * tls.el (tls-starttls-switches): Give up on using starttls with
1887         gnutls-cli.
1888         (tls-program): Add --insecure to be consistent with the defaults from
1889         openssl s_client.  Now all three commands are insecure.
1890
1891 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1892
1893         * lpath.el: Bind completion-styles-alist for XEmacs.
1894
1895         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1896         (gravatar-create-image): New function that's an alias to
1897         gnus-xmas-create-image, gnus-create-image, or create-image.
1898         (gravatar-data->image): Use it.
1899
1900 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1901
1902         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1903         install the nnregistry refer method.
1904         (gnus-registry-install-hooks): Use it.
1905         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1906         unfollowed groups.
1907
1908 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1909
1910         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1911         expanding threads.
1912
1913 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1914
1915         * nnir.el: Use the server names without suffixes (bug #7009).
1916
1917         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1918         unencrypted to STARTTLS, if possible.
1919
1920 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1921
1922         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1923         headers before superseding.
1924
1925 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1926
1927         * nnrss.el (nnrss-use-local): Add documentation.
1928
1929         * nnimap.el (nnimap-extend-tls-programs): New function.
1930         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1931         (nnimap-wait-for-connection): Accept the greeting from the stupid
1932         output from openssl s_client -starttls, too.
1933
1934         * tls.el (tls-starttls-switches): New variable.
1935         (tls-find-starttls-argument): Use it.
1936         (open-tls-stream): Ditto.
1937
1938         * netrc.el (netrc-credentials): Return the value of the "default" entry.
1939         (netrc-machine): Ditto.
1940
1941         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1942         article number.
1943         (nnimap-split-fancy): New variable.
1944         (nnimap-split-incoming-mail): Use it.
1945
1946         * nntp.el (nntp-server-list-active-group): Document.
1947
1948         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1949         SELECT to get the message-id.
1950
1951         * mail-source.el (mail-sources): Remove webmail support.
1952         (defvar): Ditto.
1953         (mail-source-fetcher-alist): Ditto.
1954         (mail-source-fetch-webmail): Remove.
1955
1956         * webmail.el: Remove -- doesn't seem relevant any more.
1957
1958         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1959
1960         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1961         the \r.
1962
1963 2010-09-30  Julien Danjou  <julien@danjou.info>
1964
1965         * gnus-agent.el (gnus-agent-add-group): Fix call to
1966         gnus-completing-read.
1967
1968 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1969
1970         * nndoc.el (nndoc-retrieve-groups): New function.
1971
1972         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1973         `default', use nnmail-split-methods.
1974         (nnimap-request-article): Downcase the NILs so that they are nil.
1975
1976         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1977         symbol.
1978
1979         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1980         code, since if the user has requested network, that's what they ought
1981         to get.
1982         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1983         (nnimap-split-rule): Mark as obsolete.
1984
1985         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
1986         New variable.
1987
1988         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1989         correct slot, too.
1990
1991 2010-09-29  Julien Danjou  <julien@danjou.info>
1992
1993         * gnus.el (gnus-local-domain): Declare variable obsolete.
1994
1995         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
1996         Fix history computing.
1997         (gnus-ido-completing-read): Require ido.
1998
1999 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2000
2001         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2002         build Gnus.
2003
2004         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2005         when interpreting the structures.
2006         (nnimap-request-accept-article): Add \r\n to the lines to make this
2007         work with Cyrus.
2008
2009         * nndraft.el (nndraft-request-expire-articles): Use the group name
2010         instead if "nndraft".  Fix found by Nils Ackermann.
2011
2012 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2013
2014         * nnregistry.el: Add.
2015
2016 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2017
2018         * nnmail.el (group, group-art-list, group-art):
2019         Remove unneeded directives.
2020
2021 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2022
2023         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2024         (mm-mime-charset)
2025         * rfc2047.el (rfc2047-syntax-table)
2026         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2027
2028         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2029         rather than `insert-file-contents' and `eval-region'.
2030
2031         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2032         construction.
2033
2034         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2035
2036         * time-date.el: No need to require cl for Emacs 21.
2037
2038 2010-09-29  Julien Danjou  <julien@danjou.info>
2039
2040         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2041         replacement of `gnus-gravatar-relief' to mimic
2042         `gnus-faces-properties-alist'.
2043         Add :version property.
2044
2045 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2046
2047         * mail-source.el (mail-source-report-new-mail)
2048         * message.el (message-default-mail-headers)
2049         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2050
2051         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2052
2053 2010-09-28  Julien Danjou  <julien@danjou.info>
2054
2055         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2056         mail-address contains the same string as real-name.
2057
2058         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2059         non-blank in header, otherwise it'll get stripped.
2060
2061         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2062         real-name, and then for mail address rather than doing : or , search.
2063
2064 2010-09-27  Julien Danjou  <julien@danjou.info>
2065
2066         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2067         right completing-read function.
2068         (gnus-use-ido): New variable
2069         (gnus-completing-read-with-default): Remove.
2070         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2071         (gnus-agent-add-group):
2072         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2073         * mm-view.el (mm-view-pkcs7-decrypt):
2074         * mm-util.el (mm-codepage-setup):
2075         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2076         * mml-smime.el (mml-smime-openssl-sign-query):
2077         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2078         (mml-insert-multipart):
2079         * gnus-msg.el (gnus-summary-yank-message):
2080         * gnus-int.el (gnus-start-news-server):
2081         * mm-decode.el (mm-interactively-view-part):
2082         * gnus-dired.el (gnus-dired-attach):
2083         * gnus.el (gnus-read-method):
2084         * gnus-bookmark.el (gnus-bookmark-jump):
2085         * gnus-art.el (gnus-mime-view-part-as-type)
2086         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2087         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2088         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2089         * nnmairix.el (nnmairix-create-server-and-default-group)
2090         (nnmairix-update-groups, nnmairix-get-server)
2091         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2092         (nnmairix-get-group-from-file-path):
2093         * nnrss.el (nnrss-find-rss-via-syndic8):
2094         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2095         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2096         (gnus-group-browse-foreign-server):
2097         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2098         (gnus-summary-execute-command, gnus-summary-respool-article)
2099         (gnus-read-move-group-name):
2100         * gnus-score.el (gnus-summary-increase-score)
2101         (gnus-summary-score-effect):
2102         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2103
2104 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2105
2106         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2107         x-focus-frame.
2108
2109         * nnimap.el (auth-source-forget-user-or-password)
2110         (auth-source-user-or-password): Autoload.
2111
2112         * message.el (message-from-style, message-interactive)
2113         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2114         (message-yank-prefix, message-indentation-spaces, message-signature)
2115         (message-signature-file): Add comment.
2116
2117 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2118
2119         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2120         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2121         new articles.
2122
2123         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2124         parts.
2125         (nnimap-request-article): Work with the t setting, too.
2126
2127         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2128         that you don't get flashes of other buffers.
2129         (gnus-summary-show-complete-article): Intern before setting.
2130
2131 2010-09-27  David Engster  <dengste@eml.cc>
2132
2133         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2134         well as HEADERS.
2135         (nnmairix-retrieve-headers): Provide new argument for the above.
2136
2137 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138
2139         * gnus-sum.el (gnus-summary-move-article): Don't alter
2140         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2141         group.
2142
2143         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2144
2145         * message.el (message-cite-prefix-regexp): Revert my last edit.
2146
2147         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2148         variable instead of the Gnus variable.
2149
2150         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2151
2152         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2153
2154         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2155         since some servers don't like it.
2156         (nnimap-open-connection): Forget credentials if the server says the
2157         password was wrong.
2158         (nnimap-parse-line): Protect against invalid data.
2159
2160         * gnus-sum.el (gnus-summary-move-article): Add comment.
2161         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2162         nothing alters it while scanning for new messages.
2163
2164         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2165         which may or may not help.
2166         (nnimap-open-connection): If we're doing a stream connection, and then
2167         discover we're on a STARTTLS-capable server, then open a STARTTLS
2168         connection instead.
2169
2170 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2171
2172         * nnimap.el (utf7): Require.
2173
2174         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2175         prefix.
2176
2177 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2178
2179         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2180
2181 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2182
2183         * nnimap.el (nnimap-request-accept-article): Message the error on
2184         error.
2185
2186 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2187
2188         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2189
2190 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2191
2192         * nndoc.el (nndoc-request-list): Return success always.
2193
2194         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2195         `fetch-old' -- we only want to fetch the articles we've requested.
2196         The rest are in the agent, probably.
2197         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2198         disappeared server" to something low.  It's not important.
2199
2200         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2201         arrived before the FETCH data.
2202
2203         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2204         target here, because we don't know the Gnus name of the group.
2205
2206         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2207         for the correct group.
2208
2209         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2210
2211         * gnus.el (gnus): Give a final warning after startup.
2212
2213         * gnus-util.el (gnus-action-message-log): New variable.
2214         (gnus-message): Use it.
2215         (gnus-final-warning): New function.
2216
2217         * nnimap.el (nnimap-open-connection): Record the greeting.
2218         (nnimap): Add greeting.
2219
2220 2010-09-26  Julien Danjou  <julien@danjou.info>
2221
2222         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2223         arguments.
2224         (gnus-html-wash-images): Fix spec computing to include start/end.
2225
2226         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2227
2228 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2229
2230         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2231         deletion.
2232         (nnimap-retrieve-headers): Don't select the group, because that's
2233         already done by nnimap-possibly-change-group.
2234
2235         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2236         (gnus-picon-transform-address): Use it.
2237
2238         * mail-source.el (mail-source-value): Revert previous patch.
2239
2240         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2241         on failure.
2242         (nnimap-open-connection): Look up both virtual and physical server name
2243         credentials.
2244
2245         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2246
2247 2009-02-07  Dave Love  <fx@gnu.org>
2248
2249         * tls.el (open-tls-stream): Don't query killing process.
2250
2251 2009-02-08  Dave Love  <fx@gnu.org>
2252
2253         * gnus-win.el (gnus-window-to-buffer-helper)
2254         (gnus-all-windows-visible-p): Function needn't be a symbol.
2255
2256         * mail-source.el (mail-source-value): Function needn't be a symbol.
2257
2258 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2259
2260         * message.el (message-cite-prefix-regexp): Remove } from the cite
2261         prefix.
2262
2263         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2264         highlight again, so that the highlight is correct.
2265
2266         * gnus-picon.el (gnus-picon): Remove again.
2267         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2268
2269         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2270         doing the header highlightling, so that the background colour of the
2271         picon is correct.
2272
2273         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2274         (gnus-picon): Ditto.
2275         (gnus-picon): Reinstate.  The background colour for picons is white.
2276         (gnus-picon-insert-glyph): Make the background white.
2277
2278         * nnml.el (nnml-open-nov): Don't return dead buffers.
2279
2280         * auth-source.el (auth-source-create): Query the user for whether to
2281         store the credentials.
2282
2283         * netrc.el (netrc-store-data): New function.
2284
2285         * auth-source.el (auth-source-user-or-password): Use the existing auth
2286         sources, if any, for creation.
2287
2288         * gnus.el (gnus-group-fast-parameter): Return the last matching
2289         parameter instead of the first matching parameter.
2290
2291 2010-09-26  Julien Danjou  <julien@danjou.info>
2292
2293         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2294
2295 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2296
2297         * mml2015.el (mml2015-use): Remove gpg support.
2298
2299         * mml1991.el (mml1991-function-alist): Remove gpg function.
2300         (mml1991-gpg-sign): Remove.
2301
2302 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2303
2304         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2305         (gnus-browse-unsubscribe-current-group): Document it.
2306         (gnus-browse-unsubscribe-group): Use it.
2307
2308 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2309
2310         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2311         address to the To list for easier response.
2312
2313         * gnus.el (gnus-play-startup-jingle): Remove.
2314         (gnus-splash): Don't play jingle.
2315         (gnus): Silence gnus-load message.
2316
2317         * gnus-art.el (gnus-treat-play-sounds): Remove.
2318
2319         * gnus.el (gnus-play-jingle): Remove audio support.
2320
2321         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2322
2323         * earcon.el: Remove -- no users.
2324
2325         * gnus-audio.el: Remove -- no users of this package.
2326
2327         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2328
2329         * gnus-start.el (gnus-setup-news): Remove nocem support.
2330
2331         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2332
2333         * gnus.el (gnus-use-nocem): Remove.
2334
2335         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2336         Remove.
2337
2338         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2339         uses NoCeM any more.
2340
2341         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2342         (gnus-button-ctan-handler): Ditto.
2343         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2344         (gnus-button-ctan-directory-regexp): Ditto.
2345         (gnus-button-handle-ctan): Ditto.
2346         (gnus-button-tex-level): Ditto.
2347         (gnus-button-alist): Remove CTAN stuff.
2348
2349 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2350
2351         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2352         nnimap-streaming test.
2353
2354         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2355         servers twice.
2356
2357         * nnimap.el (nnimap-open-connection): Add more error reporting when
2358         nnimap fails early.
2359
2360         * nnheader.el (nnheader-get-report-string): New function.
2361         (nnheader-get-report): Use it.
2362
2363         * gnus-int.el (gnus-check-server): Say what the error was when opening
2364         failed.
2365
2366         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2367         using streaming.
2368
2369 2010-09-25  Julien Danjou  <julien@danjou.info>
2370
2371         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2372         gnus-window-inside-pixel-edges.
2373
2374 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2375
2376         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2377
2378         * mm-decode.el (mm-save-part): Allow saving to other directories the
2379         normal Emacs way.
2380
2381         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2382         Suggested by Jay Berkenbilt.
2383
2384         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2385         there isn't a single byte.
2386
2387         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2388         just do it.  It doesn't really seem to matter what the user responds
2389         here, I think, so it's just a confusing question.
2390
2391         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2392         non-streaming case.
2393
2394         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2395         (gnus-article-encrypt-body): Use it.
2396
2397         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2398         keystroke.
2399
2400         * nnimap.el (nnimap-find-wanted-parts-1):
2401         Use gnus-fetch-partial-articles.
2402
2403         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2404
2405         * nnimap.el (nnimap-insert-partial-structure): New function.
2406         (nnimap-get-partial-article): New function.
2407         (nnimap-request-article): Use it.
2408         (nnimap-wait-for-response): Return whether the wait was successful.
2409         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2410         retrieval wasn't successful.
2411         (nnimap-retrieve-group-data-early): Allow throttling servers.
2412         (nnimap-streaming): New variable.
2413         (nnimap-fetch-partial-articles): Remove.
2414
2415         * mm-decode.el (mm-with-part): Protect against killed buffers.
2416
2417         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2418         for prettier summary display.
2419
2420 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2421
2422         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2423
2424 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2425
2426         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2427         apparently third-party libraries depend on it.
2428
2429         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2430         before starting negotiation.
2431
2432         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2433         privacy reasons.
2434         (gnus-treat-mail-gravatar): Ditto.
2435
2436         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2437         buffer when inserting images.  Inserting text into the headers, for
2438         instance, can make them invalid.
2439
2440 2010-09-25  Julien Danjou  <julien@danjou.info>
2441
2442         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2443         variables.
2444
2445         * nnheader.el: Remove useless variables news-reply-yank-from and
2446         news-reply-yank-message-id.
2447
2448         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2449         variables.
2450
2451         * mml1991.el: Remove useless mml1991-verbose.
2452
2453         * gnus.el: Remove useless variable gnus-use-generic-from.
2454         Remove obsolete variable gnus-topic-indentation.
2455
2456         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2457
2458         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2459
2460         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2461
2462         * gnus-group.el: Remove useless gnus-group-icon-cache.
2463         Remove useless gnus-ephemeral-group-server.
2464
2465         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2466
2467         * mml2015.el: Remove useless mml2015-verbose.
2468
2469         * mml-smime.el: Remove useless mml-smime-verbose.
2470
2471         * gnus.el: Remove useless gnus-local-domain.
2472
2473         * gnus-gravatar.el (gnus-gravatar-transform-address):
2474         Use gnus-gravatar-size.
2475
2476         * gnus-art.el: Remove useless gnus-treat-translate.
2477
2478 2010-09-24  Julien Danjou  <julien@danjou.info>
2479
2480         * gnus-sum.el: Add support for Gravatars.
2481
2482         * gnus-art.el: Add support for Gravatars.
2483
2484         * gnus-gravatar.el: Add this file.
2485
2486         * gravatar.el: Add this file.
2487
2488 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489
2490         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2491
2492         * gnus-group.el (gnus-group-fetch-faq): Remove.
2493
2494         * gnus.el (gnus-group-faq-directory): Remove.
2495
2496         * gnus-group.el (gnus-group-fetch-charter): Remove.
2497
2498         * gnus.el (gnus-group-charter-alist): Remove.
2499
2500         * gnus-group.el (gnus-group-archive-directory): Remove.
2501         (gnus-group-recent-archive-directory): Ditto.
2502         (gnus-group-make-archive-group): Remove.
2503
2504         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2505
2506         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2507         use the same article number for all the cached articles.
2508
2509         * nnimap.el (nnimap-command): Register the last command time so
2510         that we can use it for idling NOOPs.
2511         (nnimap-open-connection): Start the keeplive timer.
2512         (nnimap-make-process-buffer): Store all the process buffers.
2513         (nnimap-keepalive): New function.
2514
2515         * starttls.el (starttls-open-stream): Add autoload cookie.
2516
2517 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2518
2519         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2520         handling.
2521
2522 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523
2524         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2525         its data structures.
2526
2527         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2528         instead of the cl.el copy-list.
2529         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2530         equalp.
2531
2532 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2533
2534         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2535         and tool-bar-local-item-from-menu.
2536
2537         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2538         mode-line-highlight face for Emacs.
2539
2540         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2541         loading gnus-sum.elc; fix comment for canlock-verify.
2542         (gnus-article-jump-to-part): Use read-number.
2543         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2544         Remove Emacs pre-21 compatible code for help-echo.
2545         (gnus-article-next-page-1): No need to adjust the number of lines.
2546         (gnus-article-describe-bindings): Always use help-buffer.
2547
2548         * gnus-audio.el (gnus-audio-inline-sound)
2549         * gnus-cus.el (gnus-custom-mode)
2550         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2551
2552         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2553
2554         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2555         compatible code.
2556
2557 2010-09-24  Glenn Morris  <rgm@gnu.org>
2558
2559         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2560         visiting the fcc file in rmail-mode.
2561
2562         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2563
2564 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2565
2566         * nnir.el: Silence the byte compiler.
2567
2568         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2569         alias to browse-url-url-encode-chars if any.
2570         (gnus-html-encode-url): Use it.
2571
2572 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2573
2574         * gnus-start.el (gnus-use-backend-marks): New variable.
2575         (gnus-get-unread-articles-in-group): Use it.
2576
2577         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2578         makeover.
2579
2580 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2581
2582         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2583
2584 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2585
2586         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2587         Remove.
2588         (gnus-setup-news-hook):
2589         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2590
2591         * gnus-int.el (gnus-request-update-info): Protect against backends not
2592         having the function.
2593
2594         * nnimap.el (nnimap-stream): Mention starttls.
2595         (nnimap-open-connection): Add starttls support.
2596
2597 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2598
2599         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2600
2601 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2602
2603         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2604         BODYSTRUCTUREs.
2605         (nnimap-transform-headers): Unfold quoted {42} headers.
2606
2607         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2608         the info.
2609         (gnus-get-unread-articles): Only call updatep on backends that support
2610         it.
2611
2612         * nnweb.el (nnweb-request-update-info): NOOP.
2613
2614         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2615
2616         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2617         since it only deals with marks.
2618
2619         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2620         gnus-request-marks, and make a new gnus-request-update-info.
2621
2622         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2623         the active instead of the high number, which is usually too low.
2624
2625 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2626
2627         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2628         * encrypt.el: Remove.
2629
2630 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2631
2632         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2633         server in symbolic form.
2634
2635         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2636
2637 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2638
2639         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2640         (nnimap-update-info): Fix up code slightly.
2641
2642         * gnus-int.el (gnus-open-server): Add tracing for performance
2643         debugging.
2644
2645         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2646         (gnus-group-insert-group-line): Pass the real group name so that it
2647         gets the right data.
2648
2649         * gnus-start.el (gnus-get-unread-articles): Don't have
2650         `gnus-get-unread-articles-in-group' update info, since that can be
2651         really slow and doesn't seem to be needed?
2652
2653 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2654
2655         * time-date.el (date-to-time): Try using parse-time-string first before
2656         using the slower timezone-make-date-arpa-standard.
2657
2658 2010-09-22  Julien Danjou  <julien@danjou.info>
2659
2660         * gnus-group.el (gnus-group-insert-group-line):
2661         Call gnus-group-highlight-line.
2662         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2663         default hook list.
2664         (gnus-group-update-eval-form): Add new function.
2665         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2666         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2667
2668 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2669
2670         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2671         immediate, then expire all articles.
2672         (nnimap-update-info): Fix off-by-one errors.
2673         (nnimap-flags-to-marks): Would return no marks lists for group with no
2674         flags.  Instead return the other data.
2675
2676 2010-09-22  Julien Danjou  <julien@danjou.info>
2677
2678         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2679         Only return an icon.
2680         (gnus-group-insert-group-line): Compute icon to return.
2681
2682         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2683         (gnus-html-image-fetched): Only cache if
2684         gnus-html-image-automatic-caching is set.
2685         (gnus-html-image-fetched): Check for errors.
2686
2687 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2688
2689         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2690         once per method on `g'.  This ensures that backends like nnfolder don't
2691         open all their folders.
2692
2693         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2694         (nnimap-request-list): Nix out group in the correct buffer.
2695         (nnimap-parse-flags): Implement by using `read' instead of
2696         hand-parsing.
2697         (nnimap-flags-to-marks): Pass on permanent-flags.
2698         (nnimap-make-process-buffer): Record the server name.
2699         (nnimap-parse-flags): Fix typo.
2700         (nnimap-request-scan): Run split on the server in general, not just a
2701         single group.
2702
2703         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2704         parameter, and propagate this downwards.
2705
2706         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2707         since EXAMINE changes it on the server.
2708
2709         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2710         this command might take a while.
2711
2712 2010-09-22  Julien Danjou  <julien@danjou.info>
2713
2714         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2715         harmful if you have 2 images side-by-side, they can't be properly
2716         update on text deletion.  Using text-property is safer here.
2717         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2718         data.
2719
2720 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2721
2722         * nnimap.el (nnimap-expunge-inbox): Remove.
2723         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2724         (nnimap-expunge): Flip default to t.
2725
2726         * gnus.el (gnus-method-to-server): Don't push things to the cache
2727         unless it's unique.
2728         (gnus-server-to-method): Ditto.
2729
2730 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2731
2732         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2733
2734 2010-09-22  Julien Danjou  <julien@danjou.info>
2735
2736         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2737         get the start of data.
2738         (gnus-html-encode-url): Add this function to encode special chars in
2739         URL.
2740         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2741         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2742
2743         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2744         default.
2745         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2746
2747         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2748         images alt-text.
2749         (gnus-html-put-image): Put alt-text as help-echo.
2750
2751 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2752
2753         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2754         * mm-util.el (mm-decompress-buffer)
2755         * nnir.el (nnir-run-find-grep)
2756         * pop3.el (pop3-list): Use 3rd arg of split-string.
2757
2758         * time-date.el (format-seconds): Comment fix.
2759
2760         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2761         and byte-optimize-form-code-walker.
2762         (dgnushack-make-auto-load): Don't advise make-autoload.
2763
2764         * lpath.el: Remove Emacs 21 stuff.
2765
2766 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2767
2768         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2769         outside the active range.  Suggested by Dan Christensen.
2770
2771         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2772         slightly later to avoid double-getting it.
2773
2774         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2775         previous patch.
2776
2777         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2778
2779 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2780
2781         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2782
2783 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2784
2785         * gnus-int.el (gnus-open-server): Give a better error message in the
2786         "go offline" case.
2787
2788         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2789         marks for nnimap, which is seldom the right thing to do.
2790
2791         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2792         (gnus-same-method-different-name): New function.
2793
2794         * nnimap.el (parse-time): Require.
2795
2796         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2797         method in the presence of many similar methods.
2798
2799         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2800
2801         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2802         nnml-inhibit-expiry.
2803
2804         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2805         find out whether methods are equal.
2806
2807         * nnimap.el (nnimap-find-expired-articles): New function.
2808         (nnimap-process-expiry-targets): New function.
2809         (nnimap-request-move-article): Request the article before looking at
2810         what the Message-ID is.  Fix found by Andrew Cohen.
2811         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2812
2813         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2814         for oldness in addition to being a predicate.
2815
2816         * nnimap.el (nnimap-request-group): When we have zero articles, return
2817         the right data to Gnus.
2818         (nnimap-request-expire-articles): Only delete articles immediately if
2819         the target is 'delete.
2820
2821         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2822         method, this would bug out.
2823
2824         * gnus-group.el (gnus-group-expunge-group): Rename from
2825         gnus-group-nnimap-expunge, and implemented as a normal interface
2826         function.
2827
2828         * gnus-int.el (gnus-request-expunge-group): New function.
2829
2830         * nnimap.el (nnimap-request-create-group): Implement.
2831         (nnimap-request-expunge-group): New function.
2832
2833 2010-09-21  Julien Danjou  <julien@danjou.info>
2834
2835         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2836         (gnus-html-cache-expired): Add new function.
2837         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2838         wethever we should display image for fetch it.
2839         Compute alt-text earlier to pass it to the fetching function too.
2840         (gnus-html-schedule-image-fetching): Change function argument to only
2841         get one image at a time, not a list.
2842         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2843         cache.
2844         (gnus-html-get-image-data): New function to retrieve image data from
2845         cache.
2846         (gnus-html-put-image): Change buffer argument to use image data rather
2847         than file, and place image above region rather than inserting a new
2848         one.  Do not take alt-text as argument, since it's useless now: we place
2849         the image above alt-text.
2850         (gnus-html-prune-cache): Remove.
2851         (gnus-html-show-images): Start to fetch image when we find one, do not
2852         push into a temporary list.
2853         (gnus-html-prefetch-images): Only fetch image if they have expired.
2854         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2855         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2856
2857 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2860
2861 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2862
2863         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2864         spec inser "*" if the group isn't active instead of 0.
2865
2866         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2867         opening the server.
2868         (nnimap-request-delete-group): Implement group deletion.
2869         (nnimap-transform-headers): Return the size of the entire message in
2870         the Bytes header, not just the size of the first part.
2871         (nnimap-request-move-article): When moving an article from nnimap,
2872         request the article first so the accepting form has an article to
2873         accept.  Reported by Dan Christensen.
2874         (nnimap-command): Make sure that the error message doesn't error out.
2875
2876 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2877
2878         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2879         we haven't requested anything.
2880
2881 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2882
2883         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2884         "".  Fix found by Andrew Cohen.
2885
2886         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2887         instead of -encode-string.
2888
2889 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2890
2891         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2892
2893         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2894         by mm-subst-char-in-string.
2895
2896 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2897
2898         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2899         waiting for the connection string.
2900
2901         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2902         arriving.
2903
2904         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2905         bogus characters.  This allows selecting certain Gmail groups.
2906
2907         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2908         (nnimap-fetch-partial-articles): New variable.
2909         (nnimap-open-connection): When looking for credentials, also use the
2910         nnimap-server-port.
2911         (nnimap-request-article): Return the group/article number, so that Gnus
2912         `^' works as expected.
2913         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
2914
2915         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2916         comments.
2917         (gnus-methods-sloppily-equal): New function.
2918         (gnus): When using the development version of Gnus, load the gnus-load
2919         file.
2920
2921         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2922         `gnus-open-server' on each method before trying to scan them etc.
2923         This ensures that all the backend parameters are set correctly.
2924
2925         * nnimap.el (nnimap-authenticator): New variable.
2926         (nnimap-open-connection): Allow anonymous login.
2927         (nnimap-transform-headers): The chars header is called Chars not Bytes.
2928         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
2929
2930         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2931         patch, found by Knut Anders Hatlen.
2932
2933 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2934
2935         * gnus-agent.el (gnus-agent-batch-confirmation)
2936         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2937         to gnus-message.
2938         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2939         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2940         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2941         * gnus-int.el (gnus-open-server): Likewise.
2942         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2943         (gnus-score-check-syntax): Likewise.
2944         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2945         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2946         Likewise.
2947         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2948
2949 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2950
2951         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2952         calling conventions so that prefetch doesn't bug out.
2953
2954 2010-09-19  Julien Danjou  <julien@danjou.info>
2955
2956         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2957         rather than `subst-char-in-region' in order to be able to replace ASCII
2958         char by UTF-8 ones.
2959
2960         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2961         than curl.
2962         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2963         the right URL and ALT text on images.
2964         (gnus-html-wash-tags): Fix tag case.
2965         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2966         (gnus-article-html): Add -o display_ins_del=2 option.
2967         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2968
2969 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2970
2971         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2972         the extra mail headers, which sometimes seem to happen for unknown
2973         reasons.
2974
2975         * mail-parse.el (mail-header-encode-parameter): Define as
2976         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2977         (or most, perhaps?) mail readers don't understand the latter, but do
2978         understand the former.
2979
2980         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2981         to nil, so that no methods are automatically agentized.  I think this
2982         is probably what most users want.
2983
2984         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2985         from url-retrieve, for instance about invalid URLs.
2986
2987         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2988         groups that have no articles.
2989         (nnimap-request-article): Check that we really got an article when we
2990         requested one.
2991
2992         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2993         doesn't exist.
2994
2995         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2996         nntp buffer so the agent can save it.
2997         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2998         that CRLF doesn't get translated to \n.
2999         (nnimap-open-connection): Don't make 'shell commands only send \n.
3000
3001 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3002
3003         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3004         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3005         Update var name.
3006         (nnml-generate-nov-file): Use dolist.
3007         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3008         Use with-current-buffer.
3009
3010 2010-09-18  Julien Danjou  <julien@danjou.info>
3011
3012         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3013         parallel.
3014
3015 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3016
3017         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3018         the range update right.
3019         (nnimap-request-group): Don't make `M-g' bug out on group with no
3020         marks.
3021         (nnoo): Require, so that other packages can require nnimap.
3022         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3023         command we're looking for.  This helps when the server sends more
3024         responses after we've gotten everything we expected.
3025         (nnimap): Add a `newlinep' field to keep track of end-of-line
3026         conventions.
3027         Don't send CRLF to things that don't want it.
3028         (nnimap-request-accept-article): Ditto.
3029
3030 2010-09-18  Julien Danjou  <julien@danjou.info>
3031
3032         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3033         than curl to retrieve images.
3034
3035 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3036
3037         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3038         the marks.
3039         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3040         (nnimap-wait-for-connection): New function.
3041         (nnimap-open-connection): If we have PREAUTH, don't query for login
3042         credentials.
3043         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3044         when doing a partial update.
3045
3046 2010-09-18  Julien Danjou  <julien@danjou.info>
3047
3048         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3049         tags.
3050
3051 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3052
3053         * nnimap.el (nnimap-credentials): New function.
3054         (nnimap-open-connection): Use the new function to look for credentials
3055         also on the numeric equivalents of "imap" and "imaps".
3056
3057         * gnus-start.el (gnus-activate-group): Send the info to
3058         gnus-request-group.
3059
3060         * nnimap.el (nnimap-request-group): Have the "check" version of the
3061         function parse flags and update the info, so that a `M-g' get a total
3062         resync of all flags from the group.
3063
3064         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3065         to allow backends to alter the info on group selection.  Also alter all
3066         the backend -request-group functions to take the parameter.
3067
3068         * nnimap.el (nnimap-store-info): New function.
3069         (nnimap-update-info): Store the info for later usage.
3070         (nnimap-request-group): Use the stored info for the dont-check case, so
3071         that we don't retrieve all marks when we enter a group.
3072
3073         * nnimap.el: Use deffoo instead of defun for interface functions.
3074
3075         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3076         update the group info.  This makes the nndraft groups, for instance, go
3077         back to their old behaviour.
3078
3079         * gnus-sum.el (gnus-select-newsgroup): Indent.
3080
3081         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3082         in.
3083         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3084         nothing.
3085
3086         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3087         from methods that are denied.
3088
3089         * gnus-int.el (gnus-method-denied-p): New function.
3090
3091         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3092         store the password instead of netrc.
3093         (nnimap-open-connection): Don't error out when we can't make a
3094         connections.
3095
3096         * auth-source.el (auth-source-create): In the password prompt, say what
3097         we're querying for.  Also prompt for user name if that hasn't been
3098         given.
3099
3100         * nnimap.el (nnimap-with-process-buffer): Remove.
3101
3102 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3103
3104         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3105         method when we're reading from the agent.
3106
3107         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3108
3109         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3110         that's probably most useful for users.
3111
3112         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3113         "failed" all the time.
3114
3115         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3116         ...)) with (with-current-buffer ... ).
3117
3118         * nntp.el (nntp-open-server): Return whether the open was successful or
3119         not.
3120
3121         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3122         select an unread unseen article first.
3123
3124         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3125         /etc/services, supply some sensible port defaults.
3126
3127         * dgnushack.el: Define netrc-credentials.
3128
3129 2010-09-17  Julien Danjou  <julien@danjou.info>
3130
3131         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3132
3133 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3134
3135         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3136         doesn't have any parameters.
3137
3138 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3139
3140         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3141         only upcased checks.
3142
3143         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3144
3145         * nnimap.el (nnimap-open-shell-stream): New function.
3146         (nnimap-open-connection): Use it.
3147         (nnimap-transform-headers): Get the number of lines in each message.
3148         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3149         number of lines.
3150         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3151         problem.
3152
3153         * utf7.el (utf7-encode): Autoload.
3154
3155         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3156         to allow the mail splitting to not return a default group.  This is
3157         useful for nnimap, which will leave unmatched mail in the inbox.
3158
3159         * nnimap.el: Rewritten.
3160
3161         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3162         nnimap usage.
3163
3164         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3165         if the move is internal, so that nnimap can do fast internal moves.
3166
3167         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3168         data.
3169         (gnus-read-active-for-groups): Support finishing the early retrieval of
3170         data.
3171
3172         * gnus-range.el (gnus-range-nconcat): New function.
3173
3174         * gnus-int.el (gnus-finish-retrieve-group-infos)
3175         (gnus-retrieve-group-data-early): New functions.
3176
3177 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3178
3179         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3180         (nnrss-retrieve-groups):
3181         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3182         (pop3-quit): Use with-current-buffer.
3183
3184 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3185
3186         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3187         instead of nnheader-accept-process-output.
3188
3189         * dgnushack.el (dgnushack-compile): Add comment.
3190
3191         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3192
3193         * gnus-html.el (gnus-html-schedule-image-fetching)
3194         (gnus-html-prefetch-images): Replace process-kill-without-query by
3195         gnus-set-process-query-on-exit-flag.
3196
3197 2010-09-16  Romain Francoise  <romain@orebokech.com>
3198
3199         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3200
3201 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3202
3203         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3204         parameter to unintern is mandatory-ish in Emacs 24.
3205
3206         * gnus-html.el (gnus-html-schedule-image-fetching)
3207         (gnus-html-prefetch-images): Check for curl before using it.
3208
3209         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3210         depend on curl, which isn't essential.
3211
3212         * imap.el: Revert back to version
3213         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3214         seem problematic.
3215
3216 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3217
3218         * gnus-registry.el (gnus-registry-install-shortcuts):
3219         Explicitly pass `obarray' to `unintern' to avoid a warning.
3220
3221 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3222
3223         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3224         change.
3225
3226         * nnrss.el (nnrss-request-list): Remove this function and related
3227         functions, including the moreover stuff.
3228
3229 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3230
3231         * nnrss.el (nnrss-retrieve-groups): New function.
3232
3233 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3234
3235         * .dir-locals.el: Add no-byte-compile cookie.
3236
3237 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3238
3239         * time-date.el (format-seconds): Comment fix.
3240
3241         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3242         for back end that doesn't support request-scan.
3243
3244 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3245
3246         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3247         then do request scans from the backends.
3248
3249         * netrc.el (netrc-credentials): New conveniency function.
3250
3251         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3252         avoid running a hook per line, since this takes a lot of time,
3253         profiling shows.
3254         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3255         directly if gnus-visual-p is true.
3256
3257 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3258
3259         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3260         groups; replace mapcar with dolist which is a bit faster; pass groups
3261         info to gnus-read-active-file-1.
3262         (gnus-read-active-file-1): Scan only specified groups if the new
3263         optional arg `infos' is given.
3264
3265 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3266
3267         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3268
3269         * pop3.el (pop3-movemail): Remove.
3270         (pop3-streaming-movemail): Rename to pop3-movemail.
3271
3272         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3273         don't restrict end-tag searches to the end of the line.
3274
3275 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3276
3277         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3278         articles of every unchecked group to t, which means unknown since the
3279         server has never been opened.
3280
3281 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3282
3283         * gnus-html.el (gnus-html-show-alt-text): New command.
3284         (gnus-html-browse-image): Ditto.
3285         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3286         to browse the image directly.
3287         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3288         better.
3289
3290         * gnus-async.el (gnus-async-article-callback):
3291         Call `gnus-html-prefetch-images' unconditionally.
3292
3293         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3294         before feeding URLs to curl.
3295
3296 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3297
3298         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3299         internal images as deletable by `W D D'.
3300
3301         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3302         (gnus-async-article-callback): Fix typo.
3303
3304 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3305
3306         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3307         current line to work around bugs in the output from w3m.
3308
3309         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3310         for groups that want that.
3311
3312         * nntp.el (nntp-wait-for-string): Supply a timeout for
3313         accept-process-output to ensure progress.
3314
3315         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3316         level to get unread articles from, then use that for foreign groups,
3317         too.
3318
3319         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3320         confuses the rest of the function.
3321
3322         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3323         for the methods that support -retrieve-groups, too.
3324
3325         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3326
3327 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3328
3329         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3330         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3331
3332         * pop3.el: Require cl when compiling.
3333         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3334
3335 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3336
3337         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3338         that aren't going to be activated.
3339         (gnus-get-unread-articles): Fix up the last commit.
3340
3341         * gnus-html.el (gnus-article-html): Allow calling without specifying
3342         the handle.  In that case, dissect the buffer first.
3343
3344         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3345
3346         * nnimap.el (nnimap-open-connection): Revert the change that would look
3347         into authinfo for imaps instead of imap.
3348
3349         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3350         say that you don't want to call gnus-request-group with don-check, but
3351         do check the reponse.  This is for virtual groups only.
3352         (gnus-get-unread-articles): Count the archive groups as secondary, so
3353         that they're activated the same way as before.
3354
3355         * imap.el (imap-message-map): Removed optional buffer parameter, since
3356         no callers use it.
3357         (imap-message-get): Ditto.
3358         (imap-message-put): Ditto.
3359         (imap-mailbox-map): Ditto.
3360         (imap-mailbox-put): Ditto.
3361         (imap-mailbox-get): Ditto.
3362         (imap-mailbox-get): Revert last change for this function.
3363
3364         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3365         case-insensitively.
3366         (nnimap-debug): Remove.
3367
3368         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3369         to use `imap-fetch' instead.  According to the comments, this should be
3370         safe, since all other IMAP clients use the 1:* syntax.
3371         (imap-enable-exchange-bug-workaround): Removed.
3372         (imap-debug): Removed -- doesn't seem very useful.
3373
3374         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3375         mail from a file, and the file doesn't exist.
3376
3377         * imap.el (imap-log): New convenience function used throughout instead
3378         of repeating the same code all over the place.
3379
3380         * pop3.el (pop3-streaming-movemail): Return t for success.
3381
3382         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3383         .authinfo if we're using ssl connection.
3384
3385         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3386         already have if we're in a main Gnus `g' run.
3387
3388         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3389
3390 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3391
3392         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3393
3394         * nnmh.el (nnmh-request-list-1): Bind `file'.
3395
3396         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3397         alias to set-process-query-on-exit-flag or process-kill-without-query.
3398         (pop3-open-server): Use it.
3399
3400 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3401
3402         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3403         box to the Incoming file.  Fixes mistake in previous checkin.
3404
3405         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3406         request loop (for debugging purposes) removed.
3407
3408         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3409         culprit is more visible.
3410         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3411         (nnml-add-incremental-nov): New functions to do "incremental" nov
3412         updates, where we just append to the end of the existing nov files
3413         without reading/writing them in full.
3414
3415         * mail-source.el (mail-source-delete-crash-box): Really only check the
3416         incoming files once in a while.
3417
3418         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3419
3420         * mail-source.el (mail-source-delete-crash-box): Only check the
3421         incoming files for deletion once per day to save a lot of file
3422         accesses.
3423
3424         * pop3.el (pop3-logon): Fix up unbound variable typo.
3425
3426         * mail-source.el (pop3-streaming-movemail): Autoload.
3427
3428         * pop3.el (pop3-streaming-movemail):
3429         Respect pop3-leave-mail-on-server.
3430
3431         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3432         retrieval.
3433
3434         * pop3.el (pop3-process-filter): Remove unused function.
3435         (pop3-streaming-movemail, pop3-send-streaming-command)
3436         (pop3-wait-for-messages, pop3-write-to-file)
3437         (pop3-number-of-responses): New functions for streaming pop3
3438         retrieval.
3439
3440         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3441         come from no known methods.
3442         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3443         list.
3444
3445         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3446         message sizes.
3447         (pop3-movemail): Use erase-buffer instead of looping and deleting
3448         regions, which seems rather odd.
3449
3450         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3451         file once per `g' run.
3452
3453         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3454         directories.  This makes the draft queue directory work.
3455
3456         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3457         data from the backends, so that we only request the list of groups from
3458         each method once.  This should speed things up considerably.
3459
3460         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3461         detect that it's not implemented.
3462
3463         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3464         we actually do recurse down into the tree, but don't stat all leaf
3465         nodes.
3466
3467         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3468         then say so instead of bugging out.
3469
3470         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3471         files exist before trying to read them.
3472
3473         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3474         around <pre_int>.
3475
3476         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3477
3478         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3479
3480 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3481
3482         * mm-util.el (mm-image-load-path): Just return the image directories,
3483         not all directories in the path in addition to the image directories.
3484         (mm-image-load-path): Maintain a cache of the image directories so that
3485         the `g' command in Gnus doesn't have to stat dozens of directories each
3486         time.
3487
3488         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3489         (gnus-html-wash-tags): Add a new `i' command to insert images.
3490         (gnus-html-insert-image): New command and keystroke.
3491         (gnus-html-redisplay-with-images): New command and keystroke.
3492         (gnus-html-show-images): Rename command.
3493         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3494         spacers.
3495         (gnus-html-wash-tags): Decode entities at the end, so that entities
3496         inside the tags don't mess up the rest of the "parsing".
3497
3498         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3499         so that nnimap methods aren't agentized by default.  There's apparently
3500         many problems related to agent/imap behaviour.
3501
3502         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3503
3504         * gnus-html.el: Doc fix.
3505
3506 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3507
3508         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3509         specifier-spec-list for Emacs 21.
3510
3511         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3512         glyph-width and glyph-height instead of display-graphic-p and
3513         image-size; make avoidance of displaying small images work for XEmacs.
3514
3515         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3516         for XEmacs.
3517
3518         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3519         of symbol that holds plist data.
3520         (gnus-process-plist): Remove plist of process after getting it.
3521
3522 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3523
3524         * message.el (message-generate-hashcash): Change default to
3525         'opportunistic if hashcash is installed.
3526
3527         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3528         (gnus-html-put-image): Only call image-size once, since it's somewhat
3529         time-consuming on remote X servers.
3530
3531 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3532
3533         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3534         type on data, not a file name.
3535
3536         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3537         window-pixel-edges for Emacs 21.
3538
3539         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3540         decoded contents.
3541         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3542
3543 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3544
3545         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3546         group line format, since it isn't very interesting.
3547
3548         * gnus-agent.el (gnus-agent-short-article),
3549         (gnus-agent-long-article): Increase values for these two variables,
3550         since most people are likely to have more network connection and
3551         storage than before.
3552
3553         * gnus.el (gnus-refer-article-method): Change default to 'current.
3554         When referring an article, the common behaviour is to refer it from the
3555         current select method, not the native select method.  The chances of
3556         the native select method having the message in question is rather slim
3557         these days.
3558
3559         * gnus-sum.el (gnus-auto-select-subject): Change default to
3560         `unseen-or-unread'.  I think it's likely that most people want to
3561         select an unseen article over a previously seen, but unread one.
3562
3563         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3564         means that in the article buffer none of the minor mode elements will
3565         be shown, usually, and this is not desirable in most cases.
3566
3567         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3568         that commands like `d' (and the like) go to the next line in the
3569         buffer, instead of the next unread article.  I think this is the
3570         behaviour that is most natural for most users.
3571         (gnus-single-article-buffer): Change default to nil, so that people can
3572         have as many article buffers open as they have summary buffer.  I think
3573         this is the most natural way for the groups to behave.
3574
3575         * message.el (message-generate-new-buffers): Change default to
3576         `unsent', so that all new message buffers start their names with the
3577         string "*unsent", and it's easier to find the buffers if you move from
3578         them.
3579
3580 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3581
3582         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3583         small.  They're probably tracking images.
3584         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3585         (gnus-html-rescale-image): Yet another try at getting the image sizing
3586         right.
3587
3588         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3589         nntp-marks-file-name is nil.
3590
3591 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3592
3593         * gnus-html.el (gnus-html-wash-tags)
3594         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3595         Better logging.
3596
3597 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3598
3599         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3600
3601         * gnus-html.el (gnus-html-wash-tags): Check the value of
3602         gnus-blocked-images in the summary buffer.
3603
3604 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3605
3606         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3607
3608 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3609
3610         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3611         like "a", it seems like.
3612         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3613         since it needs to be picked from the correct buffer.
3614
3615         * nnwfm.el: Remove.
3616
3617         * nnlistserv.el: Remove.
3618
3619 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3620
3621         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3622         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3623
3624 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3625
3626         * nnkiboze.el: Remove.
3627
3628         * nndb.el: Remove.
3629
3630         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3631         alt text.
3632         (gnus-html-rescale-image): Try to get the rescaling logic right for
3633         images that are just wide and not tall.
3634
3635         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3636         overshadow variable bindings.
3637
3638 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3639
3640         * gnus-html.el (gnus-html-wash-tags)
3641         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3642         Add extra logging.
3643
3644 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3645
3646         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3647         (gnus-max-image-proportion): New variable.
3648         (gnus-html-rescale-image): New function.
3649         (gnus-html-put-image): Rescale images.
3650
3651 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3652
3653         Fix up some byte-compiler warnings.
3654         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3655         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3656         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3657         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3658         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3659         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3660         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3661
3662 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3663
3664         * gnus-html.el (gnus-article-html): Decode contents by charset.
3665
3666 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3667
3668         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3669         (gnus-html-frame-width, gnus-blocked-images)
3670         * message.el (message-prune-recipient-rules): Add custom version.
3671         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3672
3673         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3674         functions.
3675
3676         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3677         gnus-process-get.
3678
3679 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3680
3681         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3682         instead of lsub directly.
3683
3684 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3685
3686         * nnwarchive.el: Remove.
3687
3688         * gnus-soup.el: Remove.
3689
3690         * nnsoup.el: Remove.
3691
3692         * nnultimate.el: Remove.
3693
3694         * gnus-html.el (gnus-blocked-images): New variable.
3695
3696         * message.el (message-prune-recipients): New function.
3697         (message-prune-recipient-rules): New variable.
3698
3699         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3700         guess whether a long line is natural text or not.
3701
3702         * gnus-html.el (gnus-html-schedule-image-fetching):
3703         Use gnus-process-plist and friends for compatibility.
3704
3705 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3706
3707         * gnus-html.el: Require packages that define macros used in this file.
3708         (gnus-article-mouse-face): Declare to silence byte-compiler.
3709         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3710         process-get.
3711         (gnus-html-put-image): Use plist-get to avoid getf.
3712         (gnus-html-prefetch-images): Use with-current-buffer.
3713
3714 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3715
3716         * gnus-ems.el: Provide compatibility functions for
3717         gnus-set-process-plist.
3718
3719         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3720         header-line-format for XEmacs 21.4.
3721
3722         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3723         * gnus.el (gnus-valid-select-methods)
3724         * message.el (message-send-mail-partially-limit)
3725         * mm-decode.el (mm-text-html-renderer)
3726         * mml.el (mml-insert-mime-headers-always)
3727         * smiley.el (smiley-regexp-alist): Bump custom version.
3728
3729 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3730
3731         * gnus-html.el: require mm-url.
3732         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3733         with the url to `url'.
3734         (gnus-html-wash-tags): Support cid: URLs/images.
3735
3736 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3737
3738         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3739         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3740         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3741
3742         * gnus-move.el: Remove file, since it doesn't really work.
3743
3744         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3745         UTF-8.  This seems to fix problems with some German web feeds.
3746
3747         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3748         at the top so that the proper colours are applied.
3749
3750         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3751         don't have dots in their names.
3752
3753         * gnus-art.el (gnus-article-view-part): Doc fix.
3754
3755         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3756         XEmacs-compatible.
3757         (gnus-html-put-image): Don't do images on non-graphic displays.
3758
3759         * nnslashdot.el: Remove this unused backend.
3760
3761         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3762         actions.
3763         (gnus-undo-register-1): Revert last change.
3764
3765         * gnus-group.el (gnus-group-completing-read): Protect against not
3766         having completion-styles bound.
3767
3768         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3769         make broken recipients happier.
3770
3771         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3772
3773         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3774         point parameter.
3775
3776         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3777
3778         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3779         completion-styles for group selection.
3780
3781 2009-02-04  Andreas Schwab  <schwab@suse.de>
3782
3783         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3784         headers and regexp-quote the match if necessary.
3785
3786 2009-03-24  Miles Bader  <miles@gnu.org>
3787
3788         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3789         the blinking smiley.
3790
3791 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3792
3793         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3794         blink smiley.
3795
3796 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3797
3798         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3799         where the dribbel file lives exists.
3800
3801         * message.el (message-send-mail-partially-limit): Change the default to
3802         nil, since most people don't want this.
3803
3804         * mm-url.el (mm-url-decode-entities): Also decode entities like
3805         &#x3212.
3806
3807 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3808
3809         * gnus-sum.el (gnus-summary-idna-message):
3810         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3811         Hyperlink urls in docstrings with URL `...'.
3812
3813 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3814
3815         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3816         functions.
3817
3818 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3819
3820         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3821         say what the mouseover text should be.
3822
3823         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3824         version of the mm-w3m-safe-url-regexp variable to only download images
3825         in the groups where we want that to happen.
3826
3827         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3828
3829         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3830         easier debugging.
3831         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3832         big pictures in the article buffer.
3833
3834         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3835         gnus-article-html.
3836         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3837         w3m.
3838
3839         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3840
3841 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3842
3843         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3844         which doesn't exist.
3845
3846         * message.el (message-inhibit-ecomplete): New variable to allow some
3847         function to inhibit ecomplete address storage.
3848         (message-resend): Disable ecomplete message storage when resending
3849         messages.
3850
3851         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3852
3853 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3854
3855         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3856         Save excursion while copying, moving, and deleting articles in order to
3857         prevent the cursor from jumping to unforeseen place.
3858
3859 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3860
3861         * lpath.el: No need to bind bookmark-current-buffer,
3862         bookmark-yank-point and bookmark-make-record-function.
3863
3864 2010-08-17  Glenn Morris  <rgm@gnu.org>
3865
3866         * gnus-sync.el: Require gnus components whose functions are used.
3867
3868         * gnus-art.el (bookmark-make-record-function):
3869         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3870         Declare for compiler.
3871
3872         * mm-url.el (mml-compute-boundary): Autoload.
3873
3874 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3875
3876         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3877
3878 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3879
3880         Typo fix "hoo4a" -> "hook".
3881
3882         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3883
3884 2010-08-14  Glenn Morris  <rgm@gnu.org>
3885
3886         * gnus-sync.el (gnus-sync): Fix defgroup version.
3887
3888 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3889
3890         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3891
3892         * gnus-sync.el: Fix docs.
3893         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3894         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3895
3896 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3897
3898         Optimizations for gnus-sync.el.
3899
3900         * gnus-sync.el: Add docs about gnus-sync-backend
3901         possibilities.
3902         (gnus-sync-save): Remove unnecessary message.
3903         (gnus-sync-read): Optimize and show what groups were skipped.
3904
3905 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3906
3907         Minor bug fixes for gnus-sync.el.
3908
3909         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
3910         Don't read the sync on get-new-news.
3911
3912         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3913         quiet.
3914
3915         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
3916         (fix typo).
3917
3918 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3919
3920         Make saving and restoring of hidden threads work with overlays.
3921         Patch applied by Ted Zlatanov.
3922
3923         * gnus-sum.el (gnus-hidden-threads-configuration)
3924         (gnus-restore-hidden-threads-configuration): Update to deal with text
3925         properties, rather than searching for a magic character.
3926
3927 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3928
3929         New gnus-sync.el library for synchronization of marks.
3930
3931         * gnus-sync.el: New library for synchronization of marks.
3932
3933         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
3934         renamed from `gnus-registry-grep-in-list'.
3935
3936         * gnus-registry.el (gnus-registry-follow-group-p):
3937         Use `gnus-grep-in-list'.
3938
3939         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3940
3941 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3942
3943         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3944         determining charset of text fails.
3945
3946 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3947
3948         * nnmail.el (nnmail-get-new-mail-1): Revert.
3949
3950         * nnml.el (nnml-active-number): Make sure names of newly created groups
3951         in nnml-group-alist are encoded.
3952
3953 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3954
3955         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3956         containing non-ASCII characters in active file for nnml back end.
3957
3958 2010-07-24  David Engster  <dengste@eml.cc>
3959
3960         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3961         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3962
3963 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3964
3965         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3966         tag (Bug#6654).
3967
3968 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3969
3970         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3971         the article buffer, not the summary buffer.
3972
3973 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3974
3975         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3976         Emacs 23 as well.
3977
3978 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3979
3980         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3981         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3982
3983 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3984
3985         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3986         Patch applied by Karl Fogel.
3987
3988         * gnus-sum.el (gnus-summary-bookmark-make-record):
3989         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3990
3991 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3992
3993         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3994         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3995         C-w still not working correctly from Article buffers; Thierry's
3996         patch to fix that will be applied after this.
3997
3998         * gnus-art.el (bookmark-make-record-function): New local variable.
3999
4000         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4001         article buffer.
4002         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4003
4004 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4005
4006         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4007         on changes in bookmark.el.
4008
4009 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4010
4011         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4012         `no-log' instead of message not to log prompt string.
4013
4014 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4015
4016         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4017         the *other* type of HTML form submission.
4018
4019 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4020
4021         * auth-source.el (auth-source-pick): If choice does not contain a
4022         questioned keyword, set the check to t.
4023
4024 2010-06-12  Romain Francoise  <romain@orebokech.com>
4025
4026         * gnus-util.el (gnus-date-get-time): Move up before first use.
4027
4028 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4029
4030         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4031         (gnus-article-edit-part): Bind it to make last part that is substituted
4032         or deleted visible.
4033         (gnus-mime-display-single): Buttonize part of which id equals to
4034         gnus-mime-buttonized-part-id.
4035
4036 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4037
4038         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4039         (gnus-dd-mmm): Use gnus-date-get-time.
4040         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4041         simplify logic.
4042         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4043         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4044
4045 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4046
4047         * auth-source.el (top): Autoload `secrets-list-collections',
4048         `secrets-create-item', `secrets-delete-item'.
4049         (auth-sources): Fix tag string.
4050         (auth-get-source, auth-source-retrieve, auth-source-create)
4051         (auth-source-delete): New defuns.
4052         (auth-source-pick): Rewrite in order to avoid 2 passes.
4053         (auth-source-forget-user-or-password): New parameter USERNAME.
4054         (auth-source-user-or-password): New parameters CREATE-MISSING and
4055         DELETE-EXISTING.  Retrieve password interactively, if needed.
4056
4057 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4058
4059         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4060         deleting unused directories when gnus-expert-user is t.
4061
4062 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4063
4064         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4065         for each temp file when gnus-article-browse-delete-temp is ask.
4066
4067 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4068
4069         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4070         Lisp calls to delete-backward-char by calls to delete-char.
4071
4072 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4073
4074         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4075
4076 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4077
4078         * password-cache.el (password-cache-remove): Fix docstring.
4079
4080 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4081
4082         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4083         article unless decoding article to be saved.
4084
4085 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4086
4087         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4088         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4089         generated within the mm-with-unibyte-current-buffer macro.
4090
4091 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4094         to nil when we're in a mml-preview buffer and no group is selected.
4095
4096 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4097
4098         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4099         when catching the `C-g'.  Reported by "Leo".
4100
4101 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4102
4103         * message.el (message-forward-make-body-plain)
4104         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4105         multibyte-string-p.
4106
4107         * lpath.el: Revert.
4108
4109 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4110
4111         * message.el (message-forward-make-body-mml): Assume original message
4112         is multibyte string; error on unibyte.
4113         (message-forward-make-body-plain): Ditto; don't add excessive newline
4114         in body end.
4115
4116         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4117
4118 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4119
4120         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4121         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4122
4123 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4124
4125         * mm-extern.el (mm-extern-url): Don't use
4126         mm-with-unibyte-current-buffer.
4127         (mm-extern-cache-contents): Use with-current-buffer instead of
4128         save-excursion + set-buffer.
4129
4130 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4131
4132         * mm-util.el (mm-emacs-mule): Remove.
4133
4134 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4135
4136         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4137         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4138         change.
4139
4140 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4141
4142         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4143         bind the default value of enable-multibyte-characters to nil.
4144
4145 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4146
4147         * message.el (message-forward-make-body-plain)
4148         (message-forward-make-body-mml):
4149         Don't use mm-with-unibyte-current-buffer.
4150
4151 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4152
4153         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4154
4155 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4156
4157         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4158         (Bug#5592).
4159
4160 2010-05-07  Julien Danjou  <julien@danjou.info>
4161
4162         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4163         it to mm-pipe-part.
4164
4165         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4166         it is given.
4167
4168 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4169
4170         * binhex.el (binhex-decode-region-internal)
4171         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4172         (dns-query)
4173         * nnweb.el (nnweb-gmane-search)
4174         * pgg-parse.el (pgg-parse-armor)
4175         * pgg.el (pgg-verify-region)
4176         * sha1.el (sha1-string-external)
4177         * uudecode.el (uudecode-decode-region-internal)
4178         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4179         XEmacs.
4180
4181         * gnus-art.el (gnus-article-browse-html-parts)
4182         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4183         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4184         make-temp-file.
4185
4186         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4187         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4188         compiling.
4189
4190         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4191         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4192         XEmacs when compiling.
4193
4194         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4195         gnus-pick-mode-off-hook for XEmacs when compiling.
4196         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4197         gnus-binary-mode-off-hook for XEmacs when compiling.
4198
4199         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4200         Return nil if char-charset is not available.
4201
4202         * imap.el (imap-disable-multibyte)
4203         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4204         macros.
4205
4206         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4207         instead of encode-coding-string.
4208
4209         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4210         'xemacs) instead of mm-emacs-mule to switch function definitions.
4211         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4212
4213         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4214         bind temporary-file-directory for XEmacs;
4215         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4216         timer-set-function for XEmacs 21.4 and SXEmacs;
4217         bind timer-list for XEmacs 21.4 and SXEmacs;
4218         fbind char-charset and find-charset-region for non-Mule XEmacs;
4219         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4220         encode-coding-region and encode-coding-string for XEmacs having no
4221         file-coding feature.
4222
4223 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4224
4225         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4226
4227 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4230         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4231
4232 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4233
4234         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4235         alias `jka-compr-delete-temp-file' no longer exists.
4236
4237 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4238
4239         Use define-minor-mode in Gnus where applicable.
4240         * mml.el (mml-mode): Use define-minor-mode.
4241         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4242         (gnus-undo-mode): Use define-minor-mode.
4243         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4244         (gnus-dead-summary-mode): Use define-minor-mode.
4245         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4246         Initialize in declaration.
4247         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4248         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4249         (gnus-mailing-list-mode): Use define-minor-mode.
4250         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4251         (gnus-draft-mode): Use define-minor-mode.
4252         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4253         (gnus-dired-mode): Use define-minor-mode.
4254
4255 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4256
4257         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4258         handles on recursive mml-to-mime translation and check them for
4259         boundary delimiter collisions.  Reported by Greg Troxel.
4260
4261 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4262
4263         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4264
4265 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4266
4267         * mm-util.el (mm-find-buffer-file-coding-system):
4268         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4269
4270 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4271
4272         * message.el (message-generate-headers): Record insertion of optional
4273         headers as well.  Otherwise the check to prevent repeated insertion of
4274         optional headers is a no-op.
4275
4276 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4277
4278         * smime.el: Don't mention CVS.
4279
4280         * nnrss.el (nnrss-fetch): Don't mention CVS.
4281
4282         * nnir.el: Don't mention CVS.
4283
4284 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4285
4286         * gnus-sum.el (gnus-summary-bookmark-make-record):
4287         Add `location' field.
4288
4289 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4290
4291         * lpath.el: Fbind bookmark-default-handler,
4292         bookmark-get-bookmark-record, bookmark-make-record-default,
4293         bookmark-prop-get for Emacs <23 and XEmacs.
4294
4295 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4296
4297         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4298         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4299         Use with-current-buffer to silence the byte-compiler.
4300         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4301         bother to require `gnus'.
4302         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4303
4304 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4305
4306         * gnus-sum.el (gnus-summary-bookmark-make-record)
4307         (gnus-summary-bookmark-jump): New functions.
4308         (gnus-summary-mode): Setup bookmark support.
4309
4310 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4311
4312         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4313         if set.
4314
4315 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4316
4317         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4318         gnus-article-browse-html-save-cid-image; make it work recursively for
4319         forwarded messages as well.
4320         (gnus-article-browse-html-parts): Work when prefix arg is given.
4321         (gnus-article-browse-html-article): Doc fix.
4322
4323 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4324
4325         * message.el (message-default-mail-headers):
4326         (message-default-headers): Carry the value mail-default-headers over
4327         into message-default-mail-headers, rather than message-default-headers.
4328
4329 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4330
4331         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4332         charset.
4333
4334         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4335         charset into the <meta> tag when the article is encoded to utf-8.
4336
4337 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4338
4339         * gnus-art.el (gnus-article-browse-delete-temp-files):
4340         Delete directories as well.
4341         (gnus-article-browse-html-parts): Work for images that do not specify
4342         file names; delete temp directory when quitting; insert header at the
4343         right place; use file: scheme for image files.
4344
4345 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4346
4347         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4348         (gnus-article-browse-html-parts): Use it to make temporary cid image
4349         files in addition to html file so that browser may display them.
4350
4351 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4352
4353         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4354
4355 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4356
4357         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4358
4359 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4360
4361         * auth-source.el (auth-sources): Change default to be simpler.
4362         Explain about Secret Service API sources.  Improve Customize options.
4363         (auth-source-pick): Change to accept any number of search parameters.
4364         Implement fallbacks iteratively, not recursively.  Add scoring on the
4365         second pass and sort by score.  Call Secret Service API when needed.
4366         (auth-source-user-or-password): Use it.  Call Secret Service API
4367         directly when needed to get the user name and the password.
4368
4369 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4370
4371         * message.el (message-interactive): Doc fix.
4372         (message-qmail-inject-args): Reflow.
4373         (message-kill-to-signature): Fix typo in docstring.
4374
4375         * smiley.el (smiley-buffer): Fix typo in docstring.
4376
4377 2010-03-24  Glenn Morris  <rgm@gnu.org>
4378
4379         * mail-source.el (gnus-message): Declare.
4380         (mail-source-delete-old-incoming): Require gnus-util.
4381
4382 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4385
4386         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4387
4388         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4389         password-cache's default if it is not bound.
4390         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4391         password-cache-expiry's default if it is not bound.
4392
4393         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4394         available in Emacs 21.
4395
4396         * lpath.el: Suppress compiler warnings for:
4397         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4398         XEmacs;
4399         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4400         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4401         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4402
4403 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4404
4405         * auth-source.el (auth-sources): Fix up definition so extra parameters
4406         are always inline.
4407
4408 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4409
4410         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4411         wasn't updated after mismatch.  Clear cached mailbox info correctly
4412         when uidvalidity changes.
4413         (nnimap-group-prefixed-name): New function to avoid some code
4414         duplication.
4415         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4416         (nnimap-request-group): Use it.
4417         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4418         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4419         with many imap folders.  This is done by caching the group status from
4420         the imap server persistently in a group parameter `imap-status'.  (This
4421         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4422         but not persistently, so every Gnus startup was still very slow.)
4423
4424 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4425
4426         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4427         delete the extra newline.  Otherwise editing of :string and :number
4428         types don't work.
4429
4430 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4431
4432         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4433         secrets.el dependency.
4434         (auth-sources): Add optional user name.  Add secrets.el configuration
4435         choice (unused right now).
4436
4437 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4438
4439         * gnus-sum.el (gnus-summary-make-menu-bar):
4440         Let `gnus-registry-install-shortcuts' fill in the functions.
4441
4442         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4443         warnings.
4444         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4445         (gnus-registry-install-shortcuts): Populate and use it in a
4446         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4447
4448 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4449
4450         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4451         In-place substitutions for the group name encoding/decoding.
4452         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4453         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4454         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4455         (nnimap-update-unseen, nnimap-request-list)
4456         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4457         (nnimap-request-set-mark, nnimap-split-to-groups)
4458         (nnimap-split-articles, nnimap-request-newgroups)
4459         (nnimap-request-create-group, nnimap-request-accept-article)
4460         (nnimap-request-delete-group, nnimap-request-rename-group)
4461         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4462         `encoded-mbx' for consistency.
4463         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4464         variable `imap-current-mailbox'.
4465
4466         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4467         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4468
4469 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4470
4471         * pop3.el (pop3-display-message-size-flag): Display message size byte
4472         counts during POP3 download.
4473         (pop3-movemail): Use it.
4474         (pop3-list): Implement listing of available messages.
4475
4476 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4477
4478         * nnir.el (nnir-get-article-nov-override-function): New function to
4479         override the normal NOV retrieval.
4480         (nnir-retrieve-headers): Use it.
4481
4482 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4483
4484         * auth-source.el (netrc-machine-user-or-password): Autoload.
4485
4486 2010-03-19  Glenn Morris  <rgm@gnu.org>
4487
4488         Stop message.el from loading about 40 libraries it doesn't always need.
4489         The general approach is to autoload rather than require, and to
4490         require in the specific functions rather than the file.  (Bug#5642)
4491
4492         * gmm-utils.el: Don't require wid-edit.
4493         (widget-create-child-value, widget-convert, widget-default-get):
4494         Autoload.
4495
4496         * gnus-util.el: Don't require time-date, netrc.
4497         (message-fetch-field, gnus-group-name-decode): Declare rather than
4498         autoloading.
4499         (gnus-fetch-field): Require message.
4500         (gnus-decode-newsgroups): Require gnus-group.
4501
4502         * ietf-drums.el: Don't require time-date.
4503
4504         * message.el: Don't require hashcash, canlock, ecomplete.
4505         Do require mail-utils.  Require nnheader only when compiling.
4506         (smtpmail-default-smtp-server): Remove declaration.
4507         (message-send-mail-function): Check smtpmail-default-smtp-server
4508         is bound rather than requiring smtpmail.
4509         (message-auto-save-directory, message-insert-signature):
4510         Use expand-file-name rather than nnheader-concat.
4511         (nnheader-insert-file-contents): Autoload.
4512         (hashcash-wait-async): Declare.
4513         (message-send-mail): Only call gnus-setup-posting-charset if
4514         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4515         (message-send-mail-with-sendmail): Require sendmail.
4516         (canlock-password, canlock-password-for-verify): Declare.
4517         (message-canlock-password): Require canlock.
4518         (nnheader-get-report): Autoload.
4519         (gnus-setup-posting-charset): Declare.
4520         (message-send-news): Require gnus-msg.
4521         (message-make-references, message-make-in-reply-to): Use mail-header-id
4522         rather than the alias mail-header-message-id.
4523         (ecomplete-add-item, ecomplete-save): Declare.
4524         (message-put-addresses-in-ecomplete): Require ecomplete.
4525         (ecomplete-display-matches): Autoload.
4526
4527         * mm-decode.el: Don't require mailcap, gnus-util.
4528         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4529         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4530         Autoload.
4531         (mailcap-mime-extensions): Declare.
4532
4533         * mm-encode.el: Don't require mailcap.
4534         (mailcap-extension-to-mime): Autoload.
4535
4536         * mml-sec.el: Don't require password-cache.
4537
4538         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4539         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4540         (mml-minibuffer-read-type): Require mailcap.
4541         (mml-preview): Require gnus-msg.
4542
4543         * mml1991.el: Require password-cache.
4544         (password-cache-expiry): Remove declaration.
4545
4546         * mml2015.el: Require password-cache.
4547         (password-cache-expiry): Remove declaration.
4548
4549         * nneething.el (mailcap): Require mailcap.
4550
4551         * nnheader.el (declare-function): Add compatibility stub.
4552         (message-remove-header): Declare rather than autoload.
4553         (nnheader-replace-header): Require message.
4554
4555         * nnimap.el (declare-function): Add compatibility stub.
4556         (netrc-parse, netrc-machine-user-or-password): Declare.
4557         (nnimap-open-connection): Require netrc.
4558
4559         * nntp.el (declare-function): Add compatibility stub.
4560         (netrc-parse, netrc-machine, netrc-get): Declare.
4561         (nntp-send-authinfo): Require netrc.
4562
4563         * rfc2047.el: Don't require qp.
4564         (quoted-printable-encode-region, quoted-printable-decode-string):
4565         Autoload.
4566
4567         * sieve-mode.el: Don't require easymenu.
4568         (easy-menu-add-item): Autoload it.
4569
4570         * spam-stat.el (time-to-number-of-days): Autoload it.
4571
4572 2010-03-19  Glenn Morris  <rgm@gnu.org>
4573
4574         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4575
4576 2010-03-18  Glenn Morris  <rgm@gnu.org>
4577
4578         * hashcash.el (declare-function): Remove duplicate definition.
4579
4580 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4581
4582         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4583         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4584         value if any backslash escapes).
4585
4586 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4587
4588         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4589         if it is available.  (bug#5647)
4590
4591         * lpath.el: Suppress compiler warning for coding-system-from-name for
4592         Emacs 21 and XEmacs.
4593
4594 2010-03-14  Juri Linkov  <juri@jurta.org>
4595
4596         * hmac-def.el:
4597         * hmac-md5.el:
4598         * netrc.el: Fix keywords.
4599
4600 2010-02-26  Glenn Morris  <rgm@gnu.org>
4601
4602         * message.el (message-send-mail-function): Change the default, so that
4603         it inherits from a customized send-mail-function.  (Bug#5643)
4604
4605 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4606
4607         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4608         shell-command-to-string signals an error (bug#5299).
4609
4610 2010-02-24  Glenn Morris  <rgm@gnu.org>
4611
4612         * message.el (message-smtpmail-send-it)
4613         (message-send-mail-with-mailclient): Doc fixes.
4614
4615 2010-02-16  Glenn Morris  <rgm@gnu.org>
4616
4617         * message.el (message-default-mail-headers): Change the default value
4618         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4619
4620 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4621
4622         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4623         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4624
4625 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4626
4627         * time-date.el (date-to-time): Doc fix (Bug#5408).
4628
4629 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4630
4631         * message.el (message-mail): Just pass yank-action on to message-setup.
4632         (message-setup): Handle (FUN . ARGS) form of yank-action.
4633         (message-with-reply-buffer, message-widen-reply)
4634         (message-yank-original): Handle non-buffer values of
4635         message-reply-buffer (Bug#4080).
4636         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4637
4638 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4639
4640         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4641         Fix typo in docstring.
4642
4643 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4644
4645         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4646         response.
4647
4648 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4649
4650         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4651
4652         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4653
4654         * message.el (message-check-news-header-syntax): Protect against a
4655         string that `rfc822-addresses' returns when parsing fails.
4656
4657 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4658
4659         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4660         (gnus-previous-char-property-change): New functions.
4661
4662         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4663
4664 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4665
4666         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4667         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4668
4669 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4670
4671         * message.el (message-exchange-point-and-mark): Rework last change to
4672         avoid using optional arg of exchange-point-and-mark, for backward
4673         compatibility.
4674
4675 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4676
4677         * message.el (message-exchange-point-and-mark):
4678         Call exchange-point-and-mark with an argument rather than setting
4679         mark-active by hand (Bug#5175).
4680
4681 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4682
4683         * nntp.el (nntp-service-to-port): Work for service expressed with
4684         numeric string; replace [:digit:] with [0-9] for XEmacs.
4685
4686 2009-12-17  Glenn Morris  <rgm@gnu.org>
4687
4688         * gnus-group.el (gnus-bug-group-download-format-alist):
4689         Change emacs entry to debbugs.gnu.org.  Bump :version.
4690
4691 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4692
4693         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4694
4695 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4696
4697         * message.el (message-info): Explain why we use `Info-goto-node'.
4698
4699 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4700
4701         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4702
4703 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4704
4705         * message.el (message-completion-in-region): New compatibility function.
4706         (message-expand-group): Use it.
4707
4708 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4709
4710         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4711         with no unread article should be listed if the 2nd arg `predicate' is
4712         given.
4713
4714 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4715
4716         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4717
4718 2009-11-29  Juri Linkov  <juri@jurta.org>
4719
4720         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4721         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4722         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4723
4724 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4725
4726         * sha1.el (sha1-string-external): default-directory "/" in case
4727         otherwise non-existent.  process-connection-type pipe for touch of
4728         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4729
4730 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4731
4732         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4733         it's comms related and sgml-mode.el has "comm" on that basis too.
4734
4735 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4736
4737         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4738         containing tspecial characters if they have been already quoted.
4739
4740 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4741
4742         * dns-mode.el (auto-mode-alist): Purecopy string.
4743
4744 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4745
4746         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4747
4748 2009-10-24  Glenn Morris  <rgm@gnu.org>
4749
4750         * gnus-art.el (help-xref-stack-item): Define for compiler.
4751
4752 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4753
4754         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4755
4756 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4759
4760 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4761
4762         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4763         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4764
4765 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4766
4767         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4768         (gnus-overlays-in): New alias to overlays-in.
4769
4770         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4771         gnus-overlay-get, and gnus-delete-overlay.
4772         (gnus-summary-show-thread): Make it work as well for systems in which
4773         next-single-char-property-change is not available.
4774         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4775
4776         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4777         (gnus-overlay-get): New alias to extent-property.
4778         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4779
4780         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4781         SXEmacs.
4782
4783         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4784         SXEmacs.
4785
4786 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4787
4788         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4789
4790 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4791
4792         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4793         and XEmacs that don't have `remove-overlays'.
4794
4795 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4796
4797         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4798         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4799         selective display.  Use overlays instead.
4800
4801 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4802
4803         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4804
4805 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4806
4807         * spam-stat.el (spam-stat-load): Fix typo in message.
4808
4809 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4810
4811         * dig.el (dig-invoke): Fix typo in docstring.
4812         (query-dig): Reflow docstring.
4813
4814 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4815
4816         * gnus-art.el (gnus-article-encrypt-body):
4817         * message.el (message-check-recipients):
4818         * mm-util.el (mm-codepage-setup):
4819         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4820         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4821
4822 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4823
4824         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4825         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4826         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4827         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4828         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4829
4830 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4831
4832         * dig.el: Add "Keywords: comm", as per net-utils.el.
4833
4834 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4835
4836         * dig.el (dig-mode): Use define-derived-mode.
4837
4838 2009-09-19  Glenn Morris  <rgm@gnu.org>
4839
4840         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4841
4842 2009-09-18  Glenn Morris  <rgm@gnu.org>
4843
4844         * gnus-diary.el (gnus-diary-check-message):
4845         * message.el (message-insert-formatted-citation-line):
4846         * nnbabyl.el (top-level):
4847         * nndiary.el (nndiary-schedule):
4848         Fix typos in condition-case handlers.
4849
4850 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4851
4852         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4853         configuration that provides the sole article window in a frame;
4854         position point correctly after deleting a part.
4855
4856 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4857
4858         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4859         (spam-resolve-registrations-routine): Use it to unregister articles
4860         that change status.
4861
4862 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4865         with XEmacs.
4866         (parse-time-string-chars): Use it.
4867
4868 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4869
4870         * imap.el (imap-interactive-login): Better messages.
4871         (imap-open): Fix bug with renamed buffer on reconnect.
4872         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4873         for easier debugging and cleaner code.  On successful (guessed based on
4874         server capabilities) secondary authentication, set imap-state
4875         correctly.
4876         (imap-last-authenticator): Define imap-last-authenticator as a variable
4877         to avoid warnings.
4878
4879 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4880
4881         * nnrss.el (nnrss-request-article): Remove binding of
4882         default-enable-multibyte-characters that has gotten needless by
4883         the 2007-07-13 change in rfc2047-encode-message-header.
4884
4885         * mml.el (mml-insert-multipart): Error on the message header.
4886         (mml-insert-part): Error on the message header; position point at
4887         the end of a MIME tag.
4888
4889 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4890
4891         * time-date.el (autoload): Expand define-obsolete-function-alias into
4892         defalias and make-obsolete for old Emacsen that Gnus supports.
4893         (with-no-warnings): Define it for old Emacsen.
4894         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4895         is available.
4896         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4897         float-time is available; suppress compile warning for time-to-seconds.
4898
4899         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4900         (gnus-float-time): Alias to float-time if it exists.
4901
4902         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4903         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4904         float-time is available; suppress compile warning for time-to-seconds.
4905
4906         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4907         XEmacs.
4908
4909 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4910
4911         * imap.el (imap-message-map): Docstring fix.
4912
4913 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4916         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4917         Add the optional argument `encoding' that overrides the default.
4918
4919         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4920         mm-encode-buffer.
4921
4922 2009-09-04  Glenn Morris  <rgm@gnu.org>
4923
4924         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4925         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4926         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4927         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4928         * mm-util.el (mm-with-unibyte-current-buffer)
4929         (mm-find-buffer-file-coding-system):
4930         * yenc.el (yenc-decode-region): Use default-value rather than
4931         default-enable-multibyte-characters.
4932
4933 2009-09-03  Glenn Morris  <rgm@gnu.org>
4934
4935         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4936         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4937         than default-enable-multibyte-characters.
4938
4939 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4940
4941         * gnus-art.el (gnus-article-read-summary-keys):
4942         Fix gnus-buffer-configuration's value temporarily used.
4943
4944 2009-09-02  Glenn Morris  <rgm@gnu.org>
4945
4946         * gnus-util.el (gnus-float-time): New function.
4947         * gnus-delay.el (gnus-delay-article):
4948         * gnus-sum.el (gnus-thread-latest-date):
4949         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4950         * nnspool.el (nnspool-request-newgroups):
4951         Use gnus-float-time rather than time-to-seconds.
4952         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4953
4954         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4955         (gnus-header-subject-face, gnus-header-newsgroups-face)
4956         (gnus-header-name-face, gnus-header-content-face):
4957         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4958         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4959         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4960         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4961         (gnus-cite-face-11):
4962         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4963         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4964         (gnus-server-closed-face, gnus-server-denied-face)
4965         (gnus-server-offline-face):
4966         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4967         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4968         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4969         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4970         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4971         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4972         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4973         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4974         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4975         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4976         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4977         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4978         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4979         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4980         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4981         (gnus-summary-high-undownloaded-face)
4982         (gnus-summary-low-undownloaded-face)
4983         (gnus-summary-normal-undownloaded-face)
4984         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4985         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4986         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4987         (gnus-splash-face):
4988         * message.el (message-header-to-face, message-header-cc-face)
4989         (message-header-subject-face, message-header-newsgroups-face)
4990         (message-header-other-face, message-header-name-face)
4991         (message-header-xheader-face, message-separator-face)
4992         (message-cited-text-face, message-mml-face):
4993         * sieve-mode.el (sieve-control-commands-face)
4994         (sieve-action-commands-face, sieve-test-commands-face)
4995         (sieve-tagged-arguments-face):
4996         * spam.el (spam-face):
4997         Mark face aliases with "-face" in the name as obsolete.
4998
4999 2009-09-01  Glenn Morris  <rgm@gnu.org>
5000
5001         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5002         than goto-line.
5003
5004 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5005
5006         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5007         Don't move point if the command is invoked inside the message header.
5008
5009 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5010
5011         * imap.el (imap-send-command): Simplify.
5012         (imap-wait-for-tag): point-max -> buffer-size.
5013
5014 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5015
5016         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5017         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5018         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5019         * nnir.el (nnir-swish-e-index-file):
5020         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5021         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5022         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5023         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5024         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5025         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5026
5027 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5028
5029         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5030         Don't save excursion.
5031
5032 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5033
5034         * nnheader.el (nnheader-find-file-noselect):
5035         * mm-util.el (mm-insert-file-contents):
5036         Use (default-value 'major-mode) instead of default-major-mode.
5037
5038 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5039
5040         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5041
5042 2009-08-26  Glenn Morris  <rgm@gnu.org>
5043
5044         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5045         than placing in files.el.
5046
5047 2009-08-25  Glenn Morris  <rgm@gnu.org>
5048
5049         * nnir.el (top-level): Don't require cl at run-time.
5050         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5051         Replace cl-function substitute with gnus-replace-in-string.
5052         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5053         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5054         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5055         simplified expansions.
5056
5057 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5058
5059         * dig.el (dig): Add autoload cookie.
5060
5061 2009-08-22  Glenn Morris  <rgm@gnu.org>
5062
5063         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5064         goto-line.
5065
5066 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5067
5068         * parse-time.el (parse-time-string-chars): Save match data.
5069
5070 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5071
5072         * parse-time.el (parse-time-string-chars): Compute using character
5073         classes, to handle non-ascii characters (Bug#3190).
5074
5075 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5076
5077         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5078
5079         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5080         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5081         (gnus-mm-display-part, gnus-mime-display-single)
5082         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5083         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5084
5085         * gnus-sum.el
5086         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5087         (gnus-summary-move-article): Add expirable mark to articles copied or
5088         moved to group that has auto-expire turned on if the option is non-nil.
5089
5090 2009-07-24  Glenn Morris  <rgm@gnu.org>
5091
5092         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5093         Fix typo.  (Bug#3903)
5094
5095 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5096
5097         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5098         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5099         that should not be used for draft articles.
5100         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5101         that has no concern in minor mode keys.
5102         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5103         Abolish.
5104
5105 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5106
5107         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5108         article without making inquiry to a user for unknown encoding.
5109
5110         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5111         (nnmaildir--scan): Assume i-node and device number that file-attributes
5112         returns might be cons-cell.
5113
5114         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5115
5116         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5117
5118 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5119
5120         * auth-source.el: Remove docs now in auth.texi.  Don't use
5121         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5122         `auth-source-hide-passwords' and use them.
5123
5124 2009-07-15  Glenn Morris  <rgm@gnu.org>
5125
5126         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5127
5128 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5129
5130         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5131         excessive whitespace from the default values of title and description.
5132
5133 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5134
5135         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5136         mail-fetch-field to fetch Content-Description header in order to
5137         exclude newlines.
5138
5139 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5140
5141         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5142         format used by GnuPG 2.0.11.
5143
5144 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5145
5146         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5147         to deleted part.
5148
5149 2009-05-30  David Engster  <dengste@eml.cc>
5150
5151         * nnmairix.el: Remove old documentation in the commentary block.
5152         (nnmairix-request-group): Do not update active file for nnml back ends.
5153         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5154         end so that overview files are ignored.
5155         (nnmairix-update-groups): Make updating the groups more robust by using
5156         marks.
5157         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5158         with dollar characters in message-id.
5159
5160 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5161
5162         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5163         2008-12-25 in dns.el.
5164
5165 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5166
5167         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5168         could happen if the text is only composed of spaces and/or tabs.
5169
5170 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5171
5172         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5173         when sending a queued message to avoid extra mml tags.
5174
5175 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5176
5177         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5178
5179 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5180
5181         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5182         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5183         rmail-toggle-header for XEmacs;
5184         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5185
5186 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * gnus-dired.el: Remove autoload for gnus-setup-message.
5189         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5190         displaying Gnus logo; always use compose-mail.
5191
5192 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5195
5196 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5199         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5200         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5201         available.
5202         (gnus-nocem-epg-verify): New function.
5203
5204 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5205
5206         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5207
5208 2009-02-15  Glenn Morris  <rgm@gnu.org>
5209
5210         * gnus-util.el (rmail-insert-rmail-file-header)
5211         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5212         autoloads.
5213         (rmail-default-rmail-file): Remove unnecessary declaration.
5214         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5215
5216 2009-02-14  Glenn Morris  <rgm@gnu.org>
5217
5218         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5219         variable (only used in gnus-util, which declares it anyway).
5220         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5221         which was only needed by gnus-art (changed to not use it any more).
5222         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5223         only used in gnus-util, which autoloads it itself.
5224         (rmail-update-summary): Fix autoload.
5225
5226         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5227         rather than rmail-output-to-rmail-file.
5228
5229 2009-02-07  Glenn Morris  <rgm@gnu.org>
5230
5231         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5232         autoload of function that no longer exists.
5233         (rmail-toggle-header): Declare.
5234         (message-forward-rmail-make-body): Handle mbox Rmail.
5235
5236 2009-01-31  Glenn Morris  <rgm@gnu.org>
5237
5238         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5239         2009-01-09 change.
5240
5241 2009-01-31  Dave Love  <fx@gnu.org>
5242
5243         * imap.el (imap-fetch-safe): Bind debug-on-error.
5244         (imap-debug): Add imap-fetch-safe.
5245
5246 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5247
5248         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5249         (auth-source-forget-all-cached): New convenience function.
5250         (auth-source-user-or-password): Accept list of modes or a single mode.
5251
5252         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5253         auth-source modes.
5254
5255         * netrc.el (netrc-machine-user-or-password): Use list of
5256         auth-source modes.
5257
5258         * nnimap.el (nnimap-open-connection): Use list of
5259         auth-source modes.
5260
5261         * nntp.el (nntp-send-authinfo): Use list of
5262         auth-source modes.
5263
5264 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5265
5266         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5267         now.
5268
5269 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5272         coding system in XEmacs; add a workaround for XEmacs.
5273
5274         * lpath.el: Fbind coding-system-aliasee.
5275
5276 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5279         of current-language-environment.
5280
5281 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5282
5283         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5284         available at runtime.
5285
5286 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5287
5288         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5289
5290 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5291
5292         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5293         the greatest positive fixnum value doesn't work under an XEmacs with
5294         bignum support; use the most-positive-fixnum constant instead,
5295         available since Emacs 21.1 with cl and XEmacs 21.1.
5296
5297 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5298
5299         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5300         XEmacs gets not to work.
5301
5302 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * mm-util.el (mm-coding-system-priorities): Allow the value like
5305         "Japanese (UTF-8)" of current-language-environment.
5306
5307 2009-01-09  Glenn Morris  <rgm@gnu.org>
5308
5309         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5310         with last-command-event.
5311
5312 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5313
5314         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5315         in the doc string.
5316
5317         * message.el (message-fix-before-sending): Amend comment.
5318
5319 2009-01-08  Dave Love  <fx@gnu.org>
5320
5321         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5322
5323 2009-01-07  David Engster  <dengste@eml.cc>
5324
5325         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5326         simplified server definitions by converting it via
5327         gnus-server-to-method.
5328
5329 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5330
5331         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5332         parameter's operands.
5333
5334 2009-01-06  David Engster  <dengste@eml.cc>
5335
5336         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5337         primary select method (for gnus-group-mark-article-as-read).
5338
5339 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5340
5341         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5342         `(gnus)Face', not `(gnus)X-Face'.
5343
5344 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * mm-util.el (mm-ucs-to-char): New function.
5347
5348         * mm-url.el (mm-url-decode-entities): Use it.
5349
5350         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5351         unicode-to-char.
5352
5353 2009-01-05  Dave Love  <fx@gnu.org>
5354
5355         * time-date.el: Require cl for `declare'.
5356
5357 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5358
5359         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5360         Dave Love.
5361
5362 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5363
5364         * message.el (message-fix-before-sending): Add `eight-bit' to
5365         illegible-text check.
5366
5367 2009-01-03  Michael Olson  <mwolson@gnu.org>
5368
5369         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5370         `headers' is nil.  This can occur if the IMAP server does not have
5371         permissions to read messages from a folder, but can write new messages
5372         to the folder.
5373         (nnimap-request-article-part): Do not insert `data' if it is nil.
5374
5375         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5376         characters which will confuse `read', so skip past them.
5377
5378 2009-01-01  Dave Love  <fx@gnu.org>
5379
5380         * imap.el (imap-string-to-integer): Fix typo.
5381         (imap-fetch-safe): New function.
5382         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5383
5384         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5385
5386         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5387         (imap-parse-greeting): Fix doc strings.
5388         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5389         (imap-parse-flag-list): Make messages unique.
5390         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5391
5392         * nnimap.el: Fix author email.
5393         (nnimap-split-rule): Add FIXME comment.
5394         (nnimap-debug): Fix doc string.
5395
5396 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5397
5398         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5399
5400 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5401
5402         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5403         nslookup if resolv.conf isn't available.
5404         (dns-query): Rename from query-dns.
5405         (dns-query-cached): Rename from query-dns-cached.
5406
5407 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5410         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5411         to check if those variables exist (first appeared in Emacs 18.50).
5412
5413 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5414
5415         * mm-util.el (mm-line-number-at-pos): New function.
5416
5417         * spam-report.el (spam-report-process-queue): Use it.
5418
5419 2008-12-24  David Engster  <dengste@eml.cc>
5420
5421         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5422         parameters that haven't existed as variables as buffer-local variables.
5423
5424 2008-12-23  Dave Love  <fx@gnu.org>
5425
5426         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5427         cadar.
5428
5429         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5430         imap-starttls-p.
5431         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5432
5433 2008-12-22  Dave Love  <fx@gnu.org>
5434
5435         * imap.el: Fix author email.  Doc fixes.
5436         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5437         reply.
5438
5439 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5440
5441         * spam-report.el (spam-report-gmane-max-requests): New constant.
5442         (spam-report-gmane-wait): New variable.
5443         (spam-report-gmane-ham, spam-report-gmane-spam)
5444         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5445         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5446         the server.
5447
5448         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5449         Add explanations.
5450
5451         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5452         nnheader-accept-process-output and nnheader-read-timeout if available.
5453         (pop3-movemail): Use it.
5454
5455         * message.el (message-check-news-body-syntax): Fix signature check if
5456         there's an attachment.
5457
5458 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5459
5460         * mm-util.el: Add comments to the mm- emulating functions.
5461
5462 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5463
5464         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5465         Reported by Stephen Berman <stephen.berman@gmx.net>.
5466
5467 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5468
5469         * mm-util.el (mm-substring-no-properties): New function.
5470         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5471         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5472         (mm-string-to-multibyte): Doc fix.
5473
5474         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5475
5476 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5477
5478         * mml.el (mml-attach-file): Strip text properties from file name.
5479         (Bug#1574)
5480
5481 2008-12-16  Glenn Morris  <rgm@gnu.org>
5482
5483         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5484
5485 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5486
5487         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5488         knows since the charset specified might be a bogus alias that
5489         mm-charset-synonym-alist provides.
5490
5491 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5492
5493         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5494         "ISO_8859-1".
5495
5496         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5497
5498 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5499
5500         * mm-util.el (mm-charset-eval-alist):
5501         Define it before mm-charset-to-coding-system.
5502         (mm-charset-to-coding-system): Add optional argument `silent';
5503         define it before mm-charset-override-alist.
5504         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5505         default value if it can be used in Emacs currently running;
5506         silence mm-charset-to-coding-system.
5507
5508 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5509
5510         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5511         `allow-override' which says whether to use `mm-charset-override-alist'.
5512         (rfc2047-decode-encoded-words): Use it.
5513
5514         * mm-util.el (mm-charset-override-alist): Fix custom type;
5515         add `(gb2312 . gbk)' to choices.
5516
5517 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5518
5519         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5520         fast.
5521
5522         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5523
5524         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5525
5526 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5527
5528         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5529         on links.
5530
5531         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5532
5533 2008-12-03  Lute Kamstra  <lute@gnu.org>
5534
5535         * sha1.el: Remove leading * from docstrings of defcustoms,
5536         deffaces, defconsts and defuns.
5537
5538 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5539
5540         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5541         users' addresses that don't have domain parts.
5542         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5543         rather than message-narrow-to-head since there will be the message
5544         header separator.
5545
5546 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5547
5548         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5549         since the result is inserted in a unibyte buffer anyway.
5550         (nnimap-demule-use-string-to-multibyte): Remove.
5551         (nnimap-demule): Alias it to mm-string-to-multibyte.
5552
5553 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5554
5555         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5556         variable for debugging bug#464 and bug#1174.
5557         (nnimap-demule): Use it.
5558
5559 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5560
5561         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5562         score calculation correctly.
5563
5564 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5565
5566         * message.el (message-send-mail): Just set the buffer to unibyte
5567         rather than use mm-with-unibyte-current-buffer which does a lot more.
5568         (message-send-mail-partially): Don't bother with
5569         mm-with-unibyte-current-buffer since it's already been made unibyte by
5570         message-send-mail.
5571
5572 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5573
5574         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5575
5576 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5577
5578         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5579
5580 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5583         require itself and to remove `with-no-warnings'.
5584
5585 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5586
5587         * starttls.el (starttls-any-program-available): Get the name of the
5588         available TLS layer program.
5589         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5590         well as the host name in the "opening" message.
5591
5592         * auth-source.el (auth-source-cache, auth-source-do-cache)
5593         (auth-source-user-or-password): Cache passwords and logins by default,
5594         allow override with `auth-source-do-cache'.
5595         (auth-source-forget-user-or-password): Allow users to remove cache
5596         entries if needed.
5597
5598 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5599
5600         * md4.el (md4-buffer): Fix typo in docstring.
5601         (md4, md4-64): Doc fixes.
5602         (md4-pack-int32): Reflow docstring.
5603
5604 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5605
5606         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5607         condition-case to only the forward-sexp call.
5608
5609 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5610
5611         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5612         quotes contained.  Make it more robust regardless by an extra
5613         condition-case wrapper.
5614
5615 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5618
5619 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * nnml.el (nnml-request-expire-articles): Check if the function set to
5622         `nnmail-expiry-target' returns the symbol `delete'.
5623
5624         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5625
5626         * nnmail.el (nnmail-expiry-target): Fix custom type.
5627
5628 2008-10-02  Glenn Morris  <rgm@gnu.org>
5629
5630         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5631         Silence compiler warning.
5632
5633 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5634
5635         * tls.el (open-tls-stream): Show the actual command being
5636         executed, instead of the format string.
5637
5638 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * lpath.el: Fbind codepage-setup for Emacs 23.
5641
5642 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5643
5644         * mml.el (mml-menu): Don't assume mml2015 is bound.
5645
5646 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5649         exists.
5650
5651 2008-09-27  Glenn Morris  <rgm@gnu.org>
5652
5653         * gnus-util.el (mail-header-remove-comments): Autoload it.
5654
5655 2008-09-27  Andreas Schwab  <schwab@suse.de>
5656
5657         * gnus-util.el (gnus-split-references): Strip comments.
5658         (gnus-parent-id): Likewise.
5659
5660 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5661
5662         * message.el (message-confirm-send): Fix version.
5663
5664 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5665
5666         * message.el (message-idna-to-ascii-rhs-1): Use
5667         mail-extract-address-components rather than mail-header-parse-addresses
5668         that is an alias by default to ietf-drums-parse-addresses that does not
5669         support non-ASCII names in headers' contents.
5670
5671 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5672
5673         * message.el (message-confirm-send): Fix variable documentation to
5674         avoid the "y/n" wording.
5675
5676 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5677
5678         * message.el (message-set-auto-save-file-name): Save to a different
5679         filename so multiple messages (especially drafts) can be recovered.
5680
5681 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5682
5683         * message.el (message-confirm-send): Add appropriate version.
5684
5685 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5686
5687         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5688         defvar.
5689
5690 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5691
5692         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5693         (mm-pkcs7-enveloped-magic): Ditto.
5694
5695 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5696
5697         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5698         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5699
5700 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5701
5702         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5703         default, it's better.
5704
5705 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5706
5707         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5708         summary line gnus-number property and ignore them (with a warning
5709         message).
5710
5711 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5712
5713         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5714         macro caddr in the interactive form since it won't be expanded.
5715
5716 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5719         `charset'; fix name of function called recursively.
5720         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5721
5722 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5723
5724         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5725         (gnus-mime-set-charset-parameters): New function.
5726         (gnus-mime-view-part-as-charset): Use it to correctly display part
5727         specifying wrong charset.
5728
5729 2008-09-08  David Engster  <dengste@eml.cc>
5730
5731         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5732         in completing-read for back end server.
5733
5734 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5735
5736         * message.el (message-confirm-send): New variable to confirm sending a
5737         message.
5738         (message-send): Use it.
5739
5740 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5741
5742         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5743
5744 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5747
5748 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5749
5750         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5751         prevent tracking too many groups.
5752         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5753         Use it.
5754
5755 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5756
5757         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5758         moving point to the bottom of the window in order to avoid recentering.
5759
5760 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5763
5764         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5765         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5766         (gnus-article-beginning-of-window): Fix calculation.
5767
5768 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5769
5770         * gnus-msg.el (gnus-summary-supersede-article)
5771         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5772         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5773         message header.
5774
5775 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5776
5777         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5778         pending output coming after the status change.
5779
5780 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5781
5782         * message.el:
5783         * gnus-start.el:
5784         * gnus-registry.el: Remove VMS support.
5785
5786 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5787
5788         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5789         macro.
5790         (rfc2104-hash): Use it.
5791
5792 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5793
5794         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5795         (gnus-summary-sort-by-most-recent-date): New commands.
5796         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5797         and menu entries.
5798
5799 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5802         don't redisplay article for raw contents; remove plural articles stuff.
5803
5804         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5805         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5806         on gnus-summary-save-article; display results properly.
5807
5808 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * lpath.el: No need to fbind ns-focus-frame.
5811
5812 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5815
5816 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5817
5818         * gnus-art.el (gnus-summary-save-in-pipe):
5819         Consider gnus-save-all-headers.
5820
5821 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5822
5823         * gnus-util.el (ns-focus-frame): Remove declaration.
5824         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5825         like x.
5826
5827 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5828
5829         * rfc2104.el (rfc2104-zero): Delete defconst.
5830         (rfc2104-hex-alist): Likewise.
5831         (rfc2104-hex-to-int): Delete func.
5832         (rfc2104-hexstring-to-bitstring): Likewise.
5833         (rfc2104-nybbles): New defconst.
5834         (rfc2104-hash): Rewrite for speed.
5835
5836 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5837
5838         * tls.el (open-tls-stream): Make it work with the 2nd argument
5839         BUFFER that is a string but does not exist as a buffer object, as
5840         mentioned in the doc-string.
5841
5842 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5843
5844         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5845         SXEmacs.
5846
5847 2008-07-16  Glenn Morris  <rgm@gnu.org>
5848
5849         * gnus-util.el (ns-focus-frame): Declare for compiler.
5850
5851 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5854         set as a group parameter.
5855         (gnus-summary-save-in-pipe): Work when it is called independently.
5856         (gnus-summary-pipe-to-muttprint): Don't modify
5857         gnus-summary-pipe-output-default-command.
5858
5859 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5860
5861         * message.el (message-send-mail-with-sendmail):
5862         Display the error message.
5863
5864 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5865
5866         * gnus-art.el (gnus-default-article-saver):
5867         Add gnus-summary-save-in-pipe to choices.
5868         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5869         gnus-summary-pipe-output-default-command as the default command.
5870         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5871         instead of gnus-last-shell-command.
5872
5873         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5874         New user option.
5875         (gnus-summary-muttprint-program): Mention the value will be changed.
5876         (gnus-summary-save-article): Force showing of all headers.
5877         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5878
5879 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5880
5881         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5882
5883 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5884
5885         * nnimap.el (nnimap-id):
5886         * sieve-manage.el (sieve-manage-open): Doc fixes.
5887
5888 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5889
5890         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5891         if available.
5892
5893 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5894
5895         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5896
5897         * nnkiboze.el (nnkiboze-generate-group):
5898         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5899
5900         * nnmairix.el: Require CL.
5901
5902 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5903
5904         * dgnushack.el: Autoload get-display-table and put-display-table for
5905         XEmacs 21.5.
5906
5907         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5908         21.4 and SXEmacs.
5909
5910 2008-06-15  David Engster  <dengste@eml.cc>
5911
5912         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5913
5914 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5915
5916         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5917         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5918         runtime choice under XEmacs.
5919
5920         * gnus-sum.el (gnus-summary-set-display-table):
5921         Use `gnus-put-display-table', `gnus-get-display-table',
5922         `gnus-set-display-table' for the display table, instead of `aset'.
5923
5924         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5925         Use `gnus-put-display-table', `gnus-get-display-table',
5926         `gnus-set-display-table' for the display table.
5927
5928 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5929
5930         * nnmairix.el: Add autoloads.
5931
5932 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5933
5934         * nnmairix.el (nnmairix-delete-recreate-group)
5935         (nnmairix-update-and-clear-marks): Fix error messages.
5936
5937 2008-06-14  David Engster  <dengste@eml.cc>
5938
5939         * nnmairix.el: Upgrade to version 0.6.
5940         (nnmairix-group-toggle-propmarks-this-group)
5941         (nnmairix-group-toggle-readmarks-this-group)
5942         (nnmairix-group-delete-recreate-this-group)
5943         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5944         (nnmairix-remove-tick-mark-original-article): New commands.
5945         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5946         (nnmairix-propagate-marks-to-nnmairix-groups)
5947         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5948         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5949         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5950         functions needed for marks propagation and manipulation of read marks.
5951         (nnmairix-update-groups): New function.
5952         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5953         (nnmairix-determine-original-group-from-registry)
5954         (nnmairix-determine-original-group-from-path)
5955         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5956         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5957         New helper functions.
5958         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5959         keystrokes for new commands.
5960         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5961         (nnmairix-request-group): Check allow-fast group parameter.
5962         (nnmairix-request-create-group): Set allow-fast group parameter if
5963         nnmairix-allowfast-default is set.
5964         (nnmairix-close-group): Propagate marks upon closing if needed.
5965         (nnmairix-group-toggle-threads-this-group): Use new.
5966         nnmairix-group-toggle-parameter helper function.
5967         (nnmairix-search): Better check for empty search result.
5968         (nnmairix-goto-original-article): Use new helper functions for
5969         determining original article.
5970         (nnmairix-show-original-article): Make sure message-id is in brackets.
5971         (nnmairix-call-mairix-binary): Change variable name.
5972         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5973         helper function.
5974         (nnmairix-widget-toggle-activate): Fix doc string.
5975
5976 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5977
5978         * nnir.el: Require edmacro when compiling with XEmacs.
5979         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5980         available in Emacs 21.
5981
5982 2008-06-11  Glenn Morris  <rgm@gnu.org>
5983
5984         * gnus-util.el (x-focus-frame):
5985         * gnus.el (image-size):
5986         * mm-decode.el (image-size): Declare.
5987
5988         * gnus-picon.el (declare-function): Add compat definition.
5989         (image-size): Declare.
5990
5991         * gnus-group.el (tool-bar-map):
5992         * gnus-sum.el (tool-bar-map): Define for compiler.
5993
5994         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5995
5996         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5997
5998         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5999         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6000         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6001         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6002         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6003         * sieve-manage.el, spam-report.el, spam.el:
6004         Remove unnecessary eval-and-compile of autoloads.
6005
6006 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6007
6008         * auth-source.el: Precise Tramp doc.
6009
6010 2008-06-07  Glenn Morris  <rgm@gnu.org>
6011
6012         * nnmairix.el: Remove unnecessary eval-when-compile.
6013
6014 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * lpath.el: Fbind propertize for XEmacs 21.4.
6017
6018 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6019
6020         * nnir.el: Move here from ../contrib.
6021
6022 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6023
6024         * gnus-util.el (gnus-read-shell-command): New function.
6025         * mm-decode.el (mm-pipe-part):
6026         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6027
6028 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6029
6030         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6031
6032 2008-06-03  Glenn Morris  <rgm@gnu.org>
6033
6034         * pop3.el (nnheader-accept-process-output): Autoload it.
6035
6036 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6037
6038         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6039         are not 2-digit hexadecimal characters that follow `%'s.
6040
6041 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6042
6043         * message.el (message-bogus-recipient-p): Fix type in doc string.
6044         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6045         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6046         Improve custom options.
6047         (message-bogus-recipient-p): Adjust accordingly.
6048
6049 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6050
6051         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6052         long-form month and day names.
6053
6054 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6055
6056         * dgnushack.el: Autoload debug, eudc-expand-inline and
6057         pgg-snarf-keys-region for XEmacs.
6058
6059         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6060
6061         * nnmairix.el: Require edmacro when compiling with XEmacs.
6062
6063 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6064
6065         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6066         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6067
6068 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6069
6070         * auth-source.el: Add more docs.
6071
6072         * netrc.el (netrc-machine): Always match if the port is not given.
6073
6074 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6075
6076         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6077         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6078         retrieval faster in some cases, but might make CPU usage larger.
6079         If this has any bad side effects, we might revert this change.
6080
6081         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6082         seems to make mail retrieval much, much faster.
6083         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6084         unconditionally.
6085
6086         * gnus-draft.el (gnus-group-send-queue):
6087         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6088
6089 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6090
6091         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6092
6093         * message.el (message-bogus-address-regexp): Fix and improve custom
6094         type.
6095         (message-setup-hook): Add message-check-recipients as custom option.
6096
6097 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6098
6099         * message.el (message-cite-function): Remove bogus autoload which crept
6100         in during merge from v5-10.
6101
6102 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6103
6104         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6105
6106         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6107
6108         * auth-source.el: Preliminary Tramp docs.
6109         (auth-sources): Change the default auth-sources to use
6110         EPA .gpg files.
6111
6112 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6113
6114         * nntp.el: Autoload `auth-source-user-or-password'.
6115         (nntp-send-authinfo): Use it.
6116
6117         * nnimap.el: Autoload `auth-source-user-or-password'.
6118         (nnimap-open-connection): Use it.
6119
6120         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6121         for the gnus-message function.
6122         (auth-source-user-or-password): Use it.
6123
6124 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6125
6126         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6127         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6128         (rfc2104-hash): Use it.
6129
6130 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6131
6132         * gnus-art.el (gnus-article-toggle-truncate-lines):
6133         Don't use `iff' in docstring.
6134
6135 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6136
6137         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6138
6139         * gnus-util.el (gnus-extract-address-component-name)
6140         (gnus-extract-address-component-email): Convenience functions around
6141         `gnus-extract-address-components'.
6142
6143         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6144         Use `gnus-extract-address-component-email' to fix bug of comparing full
6145         sender name to `user-mail-address'.
6146
6147 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6148
6149         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6150         catch/throw to optimize.
6151         (gnus-registry-find-keywords): Just use member to find a keyword.
6152
6153 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6154
6155         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6156         is current before calling gnus-server-prepare.
6157         (gnus-server-setup-buffer, gnus-server-update-server)
6158         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6159
6160 2008-05-04  Juri Linkov  <juri@jurta.org>
6161
6162         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6163         (mailcap-file-default-commands): Use mailcap-replace-in-string
6164         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6165         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6166
6167 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6168
6169         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6170
6171 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6172
6173         * gnus.el: Bump version to 0.11.
6174
6175 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6176
6177         * gnus.el: No Gnus v0.10 is released.
6178
6179 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6180
6181         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6182         hooks.
6183         (gnus-update-read-articles): Speed up non-marks-using users.
6184         (gnus-use-marks): Define gnus-use-marks.
6185         (gnus-propagate-marks): Rename variable to something more sensible.
6186
6187 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6188
6189         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6190         (gmm-image-load-path-for-library): Fix typos in docstrings.
6191         (gmm-message): Reflow docstring.
6192
6193 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6194
6195         * mail-source.el (mail-source-set-1, mail-source-bind):
6196         Move auth-source code out of the macro to clean it up and fix bugs.
6197
6198 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6199
6200         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6201         by sender if it's equal to user-mail-address, it's likely to be
6202         useless.
6203
6204         * mail-source.el (mail-source-bind): Don't use user or password if they
6205         are not bound.  Unintern them if they are nil.  Don't use server unless
6206         it's bound, and default it to empty string otherwise.
6207
6208 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6209
6210         * mail-source.el: Load auth-source.el.
6211         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6212         get user name or password, if auth-sources is set up.
6213
6214         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6215         strategy of splitting with parent.
6216         (gnus-registry-split-fancy-with-parent)
6217         (gnus-registry-post-process-groups): Use it and fix prior
6218         bug (returning a list as the split result).
6219
6220         * auth-source.el (auth-sources): Remove server parameter.
6221         (auth-source-pick, auth-source-user-or-password)
6222         (auth-source-user-or-password-imap)
6223         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6224         (auth-source-user-or-password-sftp)
6225         (auth-source-user-or-password-smtp): Remove server parameter.
6226
6227 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6228
6229         * smime.el (smime-sign-region, smime-encrypt-region)
6230         (smime-decrypt-region):
6231         Remove redundant calls to `generate-new-buffer-name'.
6232
6233 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6234
6235         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6236         Don't use QP for message/rfc822.
6237         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6238
6239 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6240
6241         * sieve-manage.el (sieve-string-bytes): Remove.
6242         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6243         correct byte-length only if the process's coding-system is the same as
6244         the one used internally by Emacs to represent strings.
6245
6246 2008-04-22  Juri Linkov  <juri@jurta.org>
6247
6248         * mailcap.el (mailcap-file-default-commands): New function.
6249
6250 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6251
6252         * message.el (message-signature-separator, message-cite-function):
6253         Change custom version.
6254
6255 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6256
6257         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6258         commands.
6259         (tls-checktrust): Ditto.
6260
6261 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6262
6263         * mm-decode.el (mm-display-external): Make temp file read-only.
6264
6265 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6266
6267         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6268         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6269         `C-c C-f d'.
6270
6271 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6272
6273         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6274
6275 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6276
6277         * gnus.el: Bump version to 0.9.
6278
6279 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6280
6281         * gnus.el: No Gnus v0.8 is released.
6282
6283 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6284
6285         * mail-source.el (mail-source-value):
6286         Prefer fboundp to functionp so it works with macros as well.
6287
6288 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6289
6290         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6291         Fix last change in case the element is not even a symbol.
6292
6293 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6294
6295         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6296         Prefer fboundp to functionp so it works with macros as well.
6297
6298 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6299
6300         * auth-source.el: Add docs.
6301         (auth-sources): Modify format to support server.
6302         (auth-source-pick, auth-source-user-or-password)
6303         (auth-source-user-or-password-imap)
6304         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6305         (auth-source-user-or-password-sftp)
6306         (auth-source-user-or-password-smtp): Add server parameter.
6307
6308 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6309
6310         * gnus-registry.el: Initialize the registry when gnus-registry-install
6311         is t.
6312
6313 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6314
6315         * compface.el (uncompface): Make buffer unibyte.
6316
6317 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6318
6319         * mail-source.el (mail-source-value):
6320         Prefer fboundp to functionp so it works with macros as well.
6321
6322 2008-04-05  Glenn Morris  <rgm@gnu.org>
6323
6324         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6325
6326 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6327
6328         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6329         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6330
6331         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6332         multibyteness after rather than before erasing it.
6333
6334         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6335         mm-with-multibyte.
6336         (gnus-request-article-this-buffer): Make sure the proper decoding is
6337         used if gnus-original-article-buffer happens to be unibyte.
6338
6339         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6340         default-enable-multibyte-characters.
6341
6342         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6343         default-enable-multibyte-characters.
6344
6345         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6346
6347         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6348
6349 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6350
6351         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6352         Fix last change in case the element is not even a symbol.
6353
6354 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6355
6356         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6357         (imap-message-copyuid-1): Use it.
6358         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6359         J. Williams in
6360         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6361
6362         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6363         imap-enable-exchange-bug-workaround.
6364         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6365
6366 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6367
6368         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6369         a 100 byte status-checks into a 2-3MB transfer for each group.
6370         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6371         to enable bug workaround or not.
6372         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6373
6374 2008-03-31  Glenn Morris  <rgm@gnu.org>
6375
6376         * message.el (mml2015-use): Declare for compiler.
6377         (message-info): Require mml2015 when appropriate.
6378
6379 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6380
6381         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6382         whitespace.
6383
6384 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6385
6386         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6387         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6388         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6389         (nntp-service-to-port): New function.
6390         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6391         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6392         (nntp-open-netcat-stream): New function.
6393         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6394
6395 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6396
6397         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6398
6399 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6400
6401         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6402
6403 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6404
6405         * dns.el (dns-write): Use set-buffer-multibyte.
6406
6407 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6408
6409         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6410
6411 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6412
6413         * message.el (message-signature-separator): Change default.
6414         Improve custom type.
6415         (message-cite-function): Change default to
6416         message-cite-original-without-signature.
6417
6418         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6419         toggle.
6420
6421         * message.el (message-check-news-body-syntax): Fix signature check.
6422         (message-setup-1): Mark buffer as unmodified _after_ running
6423         message-setup-hook and handling message-alternative-emails.
6424         (message-shorten-references): Be more strict when building list of
6425         valid references to comply with GNKSA.
6426
6427         * gnus-group.el (gnus-read-ephemeral-bug-group)
6428         (gnus-read-ephemeral-debian-bug-group)
6429         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6430
6431         * message.el (message-info): Don't use booleanp which isn't supported
6432         in Emacs 21 and XEmacs.
6433
6434 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6435
6436         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6437         gnus-group-gmane-group-download-format.
6438         (gnus-group-read-ephemeral-gmane-group): Rename from
6439         gnus-group-read-ephemeral-gmane-group.
6440         (gnus-read-ephemeral-gmane-group-url): Rename from
6441         gnus-group-read-ephemeral-gmane-group-url.
6442         (gnus-bug-group-download-format-alist): New variable.
6443         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6444         (gnus-read-ephemeral-emacs-bug-group): New commands.
6445
6446 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6447
6448         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6449         (gnus-visible-headers): Improve custom type.
6450
6451 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6452
6453         * mml.el (mml-menu): Add workarounds for XEmacs.
6454
6455         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6456         X-Boundary header.
6457
6458         * message.el (message-simplify-recipients): Fix previous commit.
6459
6460 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6461
6462         * mm-util.el (mm-set-buffer-multibyte): New function.
6463         * mm-decode.el (mm-copy-to-buffer): Use it.
6464
6465         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6466         Prefer fboundp to functionp so it works with macros as well.
6467
6468 2008-03-19  Glenn Morris  <rgm@gnu.org>
6469
6470         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6471         Accidentally removed in the sync process with Emacs.
6472
6473 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6474
6475         * message.el (message-alter-recipients-discard-bogus-full-name):
6476         New function.
6477         (message-alter-recipients-function): New variable.
6478         (message-get-reply-headers): Use it.
6479         (message-replace-header): New helper function.
6480         (message-recipients-without-full-name): New variable.
6481         (message-simplify-recipients): New command.
6482
6483         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6484
6485         * message.el (message-info): Handle EasyPG manual.
6486
6487         * mml.el (mml-menu): Add entry for EasyPG.
6488
6489 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6490
6491         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6492         parameter.
6493
6494         * message.el (message-disassociate-draft): Specify drafts group name
6495         fully.
6496
6497 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6498
6499         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6500         Eliminate unnecessary duplicates from the match list.
6501
6502 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6503
6504         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6505
6506         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6507
6508         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6509         args of `how-many' of which the XEmacs version doesn't take; declare
6510         Info-index-next as function.
6511
6512 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6513
6514         * gnus-score.el (gnus-score-headers): Fix handling of
6515         gnus-inhibit-slow-scoring.
6516
6517         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6518         string.
6519         (gnus-button-url-regexp): Improve handling of parenthesis.
6520         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6521         (gnus-button-handle-info-keystrokes): Handle index entries.
6522
6523 2008-03-15  Glenn Morris  <rgm@gnu.org>
6524
6525         * parse-time.el (parse-time-string): Simplify.
6526
6527 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6528
6529         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6530         Incoming* files.
6531
6532 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6533
6534         * auth-source.el (auth-sources): Rename from auth-source-choices.
6535         (auth-source-pick): Use it.
6536
6537 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6538
6539         * binhex.el (binhex-decode-region-internal):
6540         * uudecode.el (uudecode-decode-region-internal):
6541         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6542         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6543         setting default-enable-multibyte-characters.
6544
6545 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6546
6547         * auth-source.el (auth-source-protocols)
6548         (auth-source-protocols-customize, auth-source-choices): Add and
6549         modified variable customizations and defaults.
6550         (auth-source-pick, auth-source-user-or-password)
6551         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6552         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6553         (auth-source-user-or-password-sftp)
6554         (auth-source-user-or-password-smtp): Use new variables and provide an
6555         interface to netrc.el.
6556
6557 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6560         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6561         Make sure the nntp port to specify is a string.
6562
6563 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6564
6565         * nntp.el: Use with-current-buffer.
6566         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6567         dubious mm-with-unibyte-current-buffer.
6568         (nntp-with-open-group-function): New function extracted from
6569         nntp-with-open-group macro.
6570         (nntp-with-open-group): Use the function, so it's easier to debug.
6571         Add indentation and debugging info.
6572         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6573         Recommend the use of the netcat alternatives.
6574
6575         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6576         Avoid mm-string-as-multibyte as well.
6577
6578         * nnweb.el (nnweb-insert-html):
6579         Remove use of nnheader-string-as-multibyte.
6580
6581         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6582         (nnheader-string-as-multibyte): Remove.
6583
6584         * mm-view.el: Use inhibit-read-only.
6585         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6586         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6587         or unibyte-string.
6588
6589         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6590         (mm-uu-yenc-extract): Use with-current-buffer.
6591
6592         * gnus-soup.el (gnus-soup-send-packet): Don't use
6593         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6594
6595         * nnmh.el: Use with-current-buffer.
6596         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6597         mm-string-as-multibyte on the output of mm-encode-coding-string.
6598
6599         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6600         (nnimap-request-move-article): Use with-current-buffer.
6601
6602         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6603         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6604         conversion uses string-make-unibyte rather than string-as-unibyte.
6605
6606         * gnus-msg.el: Use with-current-buffer.
6607
6608         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6609
6610 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6611
6612         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6613         string for caching if it is 'PIN.
6614
6615 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6616
6617         * lpath.el: Consider the case without Emacs/W3.
6618
6619 2008-03-08  Glenn Morris  <rgm@gnu.org>
6620
6621         * time-date.el (date-to-time, time-subtract, time-add)
6622         (safe-date-to-time): Doc fixes.
6623
6624 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6625
6626         * mail-source.el (mail-source-delete-old-incoming-confirm):
6627         Change default to nil.
6628         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6629
6630 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * lpath.el: Rearrange.
6633
6634         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6635         (gnus-article-goto-prev-page): Work for articles having ^L's.
6636
6637         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6638
6639         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6640
6641 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6642
6643         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6644         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6645         (gnus-bookmark-jump): Adjust some variable names.
6646
6647 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6648
6649         * auth-source.el: New package.
6650         (auth-source-choices): Add customization entry point variable.
6651
6652         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6653         bug.
6654
6655 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6656
6657         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6658         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6659         (gnus-registry-install-shortcuts): Rename from
6660         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6661         the `gnus-registry-mark-map' keymap dynamically from
6662         `gnus-registry-marks'.  The generated functions update the summary line
6663         when a registry mark is added or deleted, and will call
6664         `gnus-registry-install-p' (see the comments in the code).
6665         (gnus-registry-user-format-function-M): Use concat intelligently.
6666
6667         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6668         the registry mark functions.
6669
6670 2008-03-05  Glenn Morris  <rgm@gnu.org>
6671
6672         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6673         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6674         gnus-art.
6675         (top-level): No need to load own source when compiling.
6676
6677 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6678
6679         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6680         Suggested by <chris.anderton@zetnet.co.uk>.
6681
6682 2008-03-04  Glenn Morris  <rgm@gnu.org>
6683
6684         * gnus-sum.el (top-level): No need to require gnus when compiling,
6685         since unconditionally required near start of file.
6686         (gnus-summary-display-while-building): Move definition before use.
6687
6688 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6689
6690         * gnus-registry.el (gnus-registry-user-format-function-M):
6691         Add formatting function.
6692
6693 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6694
6695         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6696         with plists.
6697         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6698         Use new format.
6699
6700 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6703         `where-is-internal' that returns a range of key sequences.
6704
6705 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6706
6707         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6708
6709         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6710         (gnus-summary-jump-to-group): Consider windows on other displayed
6711         frames as well.  Similar changes might be needed elsewhere, but that's
6712         the one I've bumped into during my use.
6713
6714         * nndoc.el (nndoc-oe-dbx-type-p):
6715         * gnus-msg.el (gnus-debug):
6716         * gnus-group.el (gnus-update-group-mark-positions):
6717         Use mm-string-to-multibyte.
6718
6719 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6720
6721         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6722         doesn't handle NotDashEscaped.
6723
6724         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6725         (mml-dnd-attach-options): Fix typo in custom choice.
6726
6727         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6728         Change nndoc-article-type to mbox.
6729         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6730
6731         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6732         to nil, instead of html2text.
6733
6734         * imap.el (imap-debug): Add `imap-ping-server'.
6735
6736         * gnus-bookmark.el: Add FIXMEs.
6737
6738         * message.el (message-form-letter-separator)
6739         (message-send-form-letter-delay): New variables.
6740         (message-send-form-letter): Use them.  New command to send form
6741         letters.  Requested by Uwe Siart.
6742         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6743
6744 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6745
6746         * Update copyright years.
6747
6748 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6749
6750         Sync from EMACS_22_BASE.
6751
6752         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6753
6754 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6755
6756         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6757         empty author.
6758
6759 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6760
6761         * gnus-registry.el (gnus-registry-marks): Add variable for
6762         customization of marks and their appearance.
6763         (gnus-registry-read-mark): Use it.
6764         (gnus-registry-do-marks): Add utility function to loop through
6765         `gnus-registry-marks'.
6766         (gnus-registry-install-shortcuts-and-menus): Add function to install
6767         shortcuts and menus.
6768         (gnus-registry-initialize): Use it.
6769         (gnus-registry-default-mark): Clarify documentation.
6770
6771 2008-02-29  Glenn Morris  <rgm@gnu.org>
6772
6773         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6774         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6775         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6776         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6777         Change defcustom :version from 23.0 to 23.1.
6778
6779 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6780
6781         * gnus-registry.el (gnus-registry-follow-group-p)
6782         (gnus-registry-post-process-groups): Add functions to aid registry
6783         splitting and improve logging.  Clarify behavior in function
6784         documentation.
6785         (gnus-registry-split-fancy-with-parent): Use them.
6786
6787 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6788
6789         * gnus-art.el: Use with-current-buffer.
6790
6791 2008-02-27  David Engster  <dengste@eml.cc>
6792
6793         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6794         Express real group name in the response.
6795
6796 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6799         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6800         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6801         autoload gnus-registry-fetch-group when compiling.
6802         (nnmairix-request-group-with-article-number-correction):
6803         Remove unreferenced argument passed to nnmairix-call-backend.
6804
6805 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6806
6807         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6808         (mm-uu-extract): Improve face for low color ttys.
6809         Reported by Sascha Wilde.
6810
6811 2008-02-27  Glenn Morris  <rgm@gnu.org>
6812
6813         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6814         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6815         variables to defconsts.  Convert comments to doc-strings.
6816         (nnmairix-last-server, nnmairix-current-server): Convert from free
6817         variables to defvars.  Convert comments to doc-strings.
6818         (gnus-registry-fetch-group): Autoload.
6819         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6820         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6821         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6822         caddr.
6823         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6824         nnmairix-request-group-with-article-number-correction call.
6825         (nnmairix-fast, nnmairix-group): New, less general names, for free
6826         variables passed from nnmairix-request-group to
6827         nnmairix-request-group-with-article-number-correction.  Declare.
6828         (nnmairix-request-group-with-article-number-correction):
6829         Use nnmairix-fast, nnmairix-group rather than fast, group.
6830
6831 2008-02-26  David Engster  <dengste@eml.cc>
6832
6833         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6834         version 0.5.
6835
6836 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6837
6838         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6839         instead of making an extra function call.  Don't add the current group
6840         to articles only when they have the group.  Use
6841         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6842         Reported by David <de_bb@arcor.de>.
6843
6844 2008-02-24  Miles Bader  <miles@gnu.org>
6845
6846         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6847         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6848         (mm-find-mime-charset-region):
6849         * mm-bodies.el (mm-encode-body):
6850         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6851
6852 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6853
6854         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6855         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6856
6857 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6858
6859         * mail-source.el (mail-source-delete-incoming): Change default.
6860         Supplement doc string.
6861
6862         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6863
6864 2008-02-14  Glenn Morris  <rgm@gnu.org>
6865
6866         * time-date.el (format-seconds): New function.
6867
6868 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6869
6870         * nnmail.el (nnmail-message-id-cache-file): Derive from
6871         `gnus-home-directory'.
6872
6873 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6874
6875         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6876         Document negative prefix.
6877
6878         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6879
6880 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6881
6882         * message.el (message-unsent-separator): Add the Exim bounce
6883         separator.
6884
6885 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6886
6887         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6888         list.
6889         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6890         recipient/signer list.
6891
6892 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6893
6894         * Makefile.in (datarootdir): Define.
6895         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6896         name that might contain whitespace.
6897
6898 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6899
6900         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6901         fbound (Emacs 23 unicode), signal an error.
6902
6903 2008-02-08  Glenn Morris  <rgm@gnu.org>
6904
6905         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6906
6907 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6908
6909         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6910         ports to the calls to `netrc-machine-user-or-password' in addition to
6911         "imap" and "imaps".
6912
6913 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6914
6915         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6916
6917         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6918
6919 2008-02-01  Kenichi Handa  <handa@m17n.org>
6920
6921         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6922         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6923         (rfc2104-hash): Convert the result of concat to unibyte string.
6924
6925 2008-02-01  Dave Love  <fx@gnu.org>
6926
6927         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6928         coding-system-for-read.
6929         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6930
6931 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6932
6933         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6934         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6935         <hanche@math.ntnu.no>.
6936
6937 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6938
6939         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6940
6941         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6942
6943 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6944
6945         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6946         * message.el (message-beginning-of-line): Use featurep instead of bound
6947         tests in order to resolve conditionals at compile time.
6948
6949 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6950
6951         * mail-source.el (mail-sources): Add `group' choice.
6952
6953         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6954         parameter `in-group' to control into which group the articles go.
6955         Add treatment of `group' mail-source.
6956
6957 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6958
6959         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6960
6961         * mm-decode.el (mm-dissect-buffer): Decode description.
6962
6963         * mml.el (mml-to-mime): Encode message header first.
6964
6965 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6968         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6969
6970         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6971         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6972
6973 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6974
6975         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6976
6977 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6980         prefix keys.
6981         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6982         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6983         gnus-xmas.el.
6984
6985         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6986         (gnus-xmas-article-describe-bindings): New function.
6987         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6988         gnus-xmas-article-describe-bindings.
6989
6990         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6991
6992 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6993
6994         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6995         Add new variables for article mark management.
6996         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6997         list of extra data entries which, when present, will indicate that the
6998         article ID should not be trimmed from the registry.
6999         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7000         functions.
7001         (gnus-registry-read-mark): New function to read a mark name from the
7002         user.
7003         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7004         (gnus-registry-set-article-mark-internal): New functions to add and
7005         remove marks.
7006         (gnus-registry-get-article-marks): New function to show the marks for
7007         an article, or retrieve them for further use.
7008
7009 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7012         keys when no argument is given.
7013
7014 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7015
7016         * imap.el (imap-ping-server): New variable.
7017         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7018         (imap-ping-server): Minor doc string fixes.
7019
7020 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7021
7022         * imap.el (imap-ping-server): New function.
7023         (imap-opened): Call imap-ping-server.
7024
7025 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7026
7027         * gnus-sum.el (gnus-article-sort-by-random)
7028         (gnus-thread-sort-by-random): Fix doc strings.
7029         Reported by jidanni@jidanni.org.
7030
7031 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7032
7033         * gnus-art.el (gnus-article-describe-bindings): New function.
7034         (gnus-article-read-summary-keys): Use it.
7035         (gnus-article-mode-map): Bind `C-h b' to it.
7036
7037 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7038
7039         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7040         XEmacs.
7041         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7042         Protect against non-character events.
7043
7044         * lpath.el: Fbind map-keymap for Emacs 21.
7045
7046 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7047
7048         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7049         New command.
7050         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7051         instead of END.  Change name of the temp file.
7052         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7053         customizable.
7054
7055 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7058         bind `S W' to gnus-article-wide-reply-with-original; set default
7059         binding to gnus-article-read-summary-send-keys.
7060         (gnus-article-read-summary-keys): Fix the order of keys; display
7061         continuation keys correctly in the echo area; describe bindings
7062         correctly when keys end with `C-h'.
7063         (gnus-article-read-summary-send-keys): New function.
7064         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7065         Work for gnus-article-read-summary-send-keys; display continuation keys
7066         correctly in the echo area.
7067         (gnus-article-reply-with-original): Ignore prefix argument.
7068         (gnus-article-wide-reply-with-original): New function.
7069
7070         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7071         Emacs 21.
7072
7073 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7074
7075         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7076         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7077
7078 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7079
7080         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7081         (gnus-group-read-ephemeral-gmane-group): New command.
7082
7083 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7084
7085         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7086
7087 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7088
7089         * message.el (message-send-mail-function): Increase custom version.
7090
7091         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7092         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7093
7094 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7095
7096         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7097         for the cases where imap-authenticate is called with a nil buffer
7098         parameter.
7099
7100 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7103         html parts correctly; support forwarded messages.
7104         (gnus-article-browse-html-article): Remove work buffers.
7105
7106         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7107         compiling.
7108         (netrc-bound-and-true-p): New macro.
7109         (netrc-parse): Use it instead of bound-and-true-p that is not available
7110         in XEmacs 21.4.
7111
7112 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7113
7114         * gnus-registry.el (gnus-registry-mark-article)
7115         (gnus-registry-article-marks): Add functionality to mark articles
7116         through the Gnus registry.
7117
7118         * encrypt.el: Clarify documentation for the new pgg method.
7119         (encrypt-file-alist): Add PGG option.
7120         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7121         functionality.  Abstract password key and messaging to external
7122         functions.
7123         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7124         (encrypt-message-method-and-cipher): Add new convenience external
7125         functions.
7126         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7127         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7128
7129         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7130         (netrc-parse): Use encrypt-file-alist to determine if
7131         encrypt-find-model or encrypt-insert-file-contents should be used.
7132
7133         * encrypt.el: Clarify documentation.  Load password-cache or
7134         password, whichever one is found first, instead of autoloading.
7135
7136 2007-12-19  Glenn Morris  <rgm@gnu.org>
7137
7138         * mml.el (message-options-set, message-narrow-to-head)
7139         (message-in-body-p, message-mail-p, message-encode-message-body):
7140         Autoload.
7141         (message-remove-header, message-narrow-to-headers-or-head)
7142         (message-subscribed-p, message-make-mail-followup-to)
7143         (message-position-on-field, message-news-p)
7144         (message-options-set-recipient, message-generate-headers)
7145         (message-sort-headers): Declare as functions.
7146
7147 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7148
7149         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7150         convention in doc string.
7151
7152 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7153
7154         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7155         title to html parts.
7156         (gnus-article-browse-html-article): Pass message header to it.
7157
7158         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7159
7160 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7161
7162         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7163         or password compatible with XEmacs.
7164
7165 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7166
7167         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7168         format document.
7169         (gnus-mime-delete-part): Don't write description line if empty.
7170         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7171
7172 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7173
7174         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7175         (gnus-summary-mark-read-and-unread-as-read)
7176         (gnus-summary-mark-current-read-and-unread-as-read)
7177         (gnus-summary-mark-unread-as-ticked): Doc fix.
7178         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7179
7180 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7181
7182         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7183         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7184
7185 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7186
7187         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7188         yes-or-no-p.
7189
7190 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * mm-decode.el (mm-add-meta-html-tag): New function.
7193         (mm-save-part-to-file, mm-pipe-part): Use it.
7194
7195         * gnus-art.el (gnus-article-browse-delete-temp-files):
7196         Use gnus-y-or-n-p instead of y-or-n-p.
7197         (gnus-article-browse-html-parts): Work with message/external-body; use
7198         mm-add-meta-html-tag.
7199
7200 2007-12-11  Glenn Morris  <rgm@gnu.org>
7201
7202         * gnus-cache.el: Require gnus-sum not just when compiling.
7203
7204         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7205
7206         * gnus-int.el (gnus-server-opened, gnus-status-message):
7207         Move definitions before use.
7208
7209         * mm-decode.el: Require gnus-util.
7210         (mm-remove-part): Only call delete-annotation on XEmacs.
7211
7212         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7213
7214         * nnmail.el: Require gnus-int.
7215
7216         * spam.el: Move `require's before `eval-when-compile's.
7217
7218         * gnus-ems.el (gnus-alive-p):
7219         * gnus-fun.el (message-goto-eoh):
7220         * gnus-util.el (gnus-group-name-decode):
7221         * mail-source.el (gnus-compress-sequence):
7222         * message.el (Info-goto-node, format-spec):
7223         * mm-bodies.el (message-options-get):
7224         * mm-decode.el (mm-view-pkcs7):
7225         * mm-util.el (gmm-write-region):
7226         * mml-smime.el (mml-compute-boundary)
7227         (gnus-completing-read-with-default):
7228         * mml.el (widget-button-press, gnus-make-hashtable):
7229         * mml1991.el (mm-decode-content-transfer-encoding)
7230         (mm-encode-content-transfer-encoding)
7231         (message-options-get, message-options-set):
7232         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7233         * nnfolder.el (gnus-request-group):
7234         * nnheader.el (ietf-drums-unfold-fws):
7235         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7236         * smime.el (gnus-run-mode-hooks):
7237         * spam-stat.el (gnus-message): Autoload.
7238
7239         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7240         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7241         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7242         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7243         Add declare-function compatibility definition.
7244
7245         * gnus-cache.el (nnvirtual-find-group-art):
7246         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7247         (gnus-add-image, gnus-add-wash-type):
7248         * gnus-group.el (nnkiboze-score-file):
7249         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7250         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7251         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7252         (message-tokenize-header, gnus-get-buffer-create)
7253         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7254         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7255         * gnus.el (gnus-group-decoded-name):
7256         * mail-source.el (imap-capability):
7257         * mm-bodies.el (message-options-set):
7258         * mm-decode.el (gnus-configure-windows):
7259         * mm-extern.el (message-goto-body):
7260         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7261         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7262         (epg-sub-key-validity, message-options-set):
7263         * mml.el (widget-event-point, gnus-configure-windows):
7264         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7265         * mml2015.el (epg-check-configuration, epg-configuration)
7266         (message-options-set):
7267         * nndb.el (nndb-request-article):
7268         * nnfolder.el (gnus-request-create-group):
7269         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7270         * nnmaildir.el (gnus-group-mark-article-read):
7271         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7272         * rfc1843.el (message-fetch-field):
7273         * spam.el (gnus-extract-address-components):
7274         Declare as functions.
7275
7276 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7277
7278         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7279
7280         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7281
7282         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7283         bind show-trailing-whitespace for XEmacs.
7284
7285 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7286
7287         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7288         new no-op macro for backward compatibility.
7289
7290         * imap.el (imap-string-to-integer): New function.
7291
7292 2007-12-09  Glenn Morris  <rgm@gnu.org>
7293
7294         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7295
7296         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7297         * message.el, mm-view.el, sieve-manage.el, smime.el:
7298         Add declare-function compatibility definition.
7299
7300         * gnus-art.el (w3-region, w3m-region, Info-menu):
7301         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7302         * gnus-sum.el (gnus-get-predicate):
7303         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7304         * message.el (mail-abbrev-in-expansion-header-p):
7305         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7306         (w3m-detect-meta-charset, w3m-region):
7307         * sieve-manage.el (password-read, password-cache-add)
7308         (password-cache-remove):
7309         * smime.el (password-read-and-add): Declare as functions.
7310
7311 2007-12-08  David Kastrup  <dak@gnu.org>
7312
7313         * gnus-sum.el (gnus-summary-simplify-subject-query):
7314         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7315         `message'.
7316
7317 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7320         it to bind idna-program, installation-directory, defined-colors, and
7321         face-attribute for XEmacs of the version that compiles defcustom forms.
7322
7323 2007-12-07  Glenn Morris  <rgm@gnu.org>
7324
7325         * gnus-art.el (article-make-date-line): Revert previous change.
7326
7327 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7328
7329         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7330
7331 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7332
7333         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7334         Call gnus-add-to-range ranges only once with a prepared article-list.
7335
7336 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7337
7338         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7339         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7340         group names with backslashes.
7341         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7342
7343 2007-12-06  Deepak Goel  <deego3@gmail.com>
7344
7345         * gnus-art.el (article-make-date-line):
7346         * gnus-start.el (gnus-load):
7347         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7348
7349 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * gnus-art.el (gnus-use-idna)
7352         * gnus-start.el (gnus-site-init-file)
7353         * message.el (message-use-idna)
7354         * mm-uu.el (mm-uu-hide-markers)
7355         * smiley.el (smiley-style): Revert changes that suppress warnings.
7356
7357 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7358
7359         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7360         specify charset to html source.
7361         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7362
7363 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7364
7365         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7366         idna-program in order to suppress byte compile warning issued by XEmacs
7367         that came to byte compile the default value section of defcustom forms
7368         recently.
7369
7370         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7371         value of installation-directory.
7372
7373         * message.el (message-use-idna): Don't directly refer to the value of
7374         idna-program.
7375
7376         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7377
7378         * smiley.el (smiley-style): Don't directly call face-attribute.
7379
7380 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7381
7382         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7383
7384         * gnus-dired.el: Reduce Gnus dependencies.
7385         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7386         Don't require.  Use autoloads instead.
7387         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7388         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7389         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7390         (gnus-dired-mode): Adjust doc string.
7391         (gnus-dired-mail-mode): New variable.
7392         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7393         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7394         (gnus-dired-mail-buffers): New function.  Return mail or message
7395         composition buffers.
7396         (gnus-dired-attach): Use it.
7397         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7398         NO-DECODE.
7399         (gnus-dired-print): Use `gnus-print-buffer' depending on
7400         `gnus-dired-mail-mode'.
7401
7402 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * rfc2047.el (rfc2047-encoded-word-regexp)
7405         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7406         explaining what regexp patterns are for.
7407
7408 2007-12-04  Glenn Morris  <rgm@gnu.org>
7409
7410         * password.el: Move to password-cache.el.
7411
7412         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7413         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7414         * mml-smime.el (password-read, password-cache-add)
7415         (password-cache-remove):
7416         No need to autoload, since mml-sec requires password.
7417
7418         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7419         * message.el (gnus-extract-address-components):
7420         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7421
7422         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7423         password.
7424
7425 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7426
7427         * mailcap.el: Reduce dependencies.
7428         (mail-header-parse-content-type): Autoload.
7429         (mailcap-delete-duplicates): New alias.
7430         (mailcap-mime-info): Add optional argument NO-DECODE.
7431         (mailcap-mime-types): Use mailcap-delete-duplicates.
7432
7433         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7434
7435 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7436
7437         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7438         (imap-parse-status): Upcase status-att for servers that sends them
7439         lower-case (e.g., MS Exchange 2007).
7440
7441 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7442
7443         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7444         function.
7445
7446         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7447         (gnus-uu-yenc-article): New function.
7448
7449         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7450
7451         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7452
7453 2007-12-02  Glenn Morris  <rgm@gnu.org>
7454
7455         * binhex.el (binhex): New custom group.
7456         (binhex-decoder-program, binhex-decoder-switches)
7457         (binhex-use-external): Move to the binhex custom group.
7458
7459         * uudecode.el (uudecode): New custom group.
7460         (uudecode-decoder-program, uudecode-decoder-switches)
7461         (uudecode-use-external): Move to the uudecode custom group.
7462
7463         * netrc.el (top-level): Don't load `encrypt' features.
7464         (netrc-parse): Don't use encrypt.
7465         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7466
7467         * encrypt.el: Remove file.
7468
7469 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7470
7471         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7472         matches on patches.
7473
7474         * gnus-art.el (gnus-article-browse-html-article):
7475         Mention `mm-text-html-renderer' in the doc string.
7476
7477         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7478         string.  Add comments.
7479
7480         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7481         if rhs is ASCII.
7482
7483 2007-12-01  Glenn Morris  <rgm@gnu.org>
7484
7485         * mail-source.el (top-level): Require format-spec before
7486         eval-when-compile.
7487
7488 2007-11-30  Glenn Morris  <rgm@gnu.org>
7489
7490         * encrypt.el: Require password, rather than autoloading password-read.
7491
7492 2007-11-29  Glenn Morris  <rgm@gnu.org>
7493
7494         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7495         (sasl-make-client, sasl-next-step, sasl-step-data)
7496         (sasl-step-set-data): Declare as functions.
7497
7498 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7499
7500         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7501
7502 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7503
7504         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7505         certs should be verified and what is to be done in the event of a
7506         verification failure.
7507
7508         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7509         caller can indicate whether the cache should be disregarded for this
7510         call.  This way the result of the call is reproducible at all times and
7511         can be considered a canonical server name for the supplied method.
7512         (gnus-agent-method-p): Canonicalize server names by pushing their
7513         method through `gnus-method-to-server' using the no-cache argument.
7514
7515         * gnus-srvr.el (gnus-server-insert-server-line):
7516         Call `gnus-method-to-server' with `no-cache' argument.
7517
7518         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7519         gnus-agent-possibly-synchronize-flags as this should be called when the
7520         server is actually being opened.
7521         (gnus-agent-possibly-synchronize-flags)
7522         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7523         flags file of an agentized server to the latter function.
7524
7525         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7526         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7527         after a connection has been established successfully.
7528
7529 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * gnus-art.el (article-display-face): Force to display face if called
7532         interactively; check if gnus-article-x-face-too-ugly matches author.
7533         (article-display-x-face): Display face even if From header is missing
7534         as article-display-face does.
7535
7536 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7537
7538         * hashcash.el (message-narrow-to-headers-or-head)
7539         (message-fetch-field, message-goto-eoh)
7540         (message-narrow-to-headers): Declare as functions.
7541
7542 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7543
7544         * mail-source.el (mail-sources): Default to fetch from file for
7545         compatibility with default of nnmail-spool-file.
7546
7547 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7548
7549         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7550         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7551         to look for encoded word that should be encoded again.
7552         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7553         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7554         encoding pattern.
7555         (rfc2047-decode-region): Switch strict regexp and loose one according
7556         to rfc2047-allow-irregular-q-encoded-words.
7557
7558 2007-11-25  Romain Francoise  <romain@orebokech.com>
7559
7560         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7561
7562 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7563
7564         * tls.el (tls-program): Provide more custom choices from
7565         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7566         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7567
7568 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7569
7570         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7571         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7572
7573         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7574         `nnmail-spool-file'.
7575
7576         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7577         `nnmail-spool-file'.
7578
7579         * gnus-move.el (gnus-change-server): Ditto.
7580
7581         * gnus-kill.el (gnus-batch-score): Ditto.
7582
7583         * gnus-cache.el (gnus-jog-cache): Ditto.
7584
7585         * gnus-msg.el (gnus-summary-reply):
7586         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7587
7588 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7589
7590         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7591         version.  Minor improvement to doc strings.
7592         (tls-program): Add comment.
7593
7594 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7595
7596         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7597         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7598         mismatch between the hostname provided in the certificate and the name
7599         of the host connnecting to.
7600         (open-tls-stream): Use them.  Check certificates against trusted root
7601         certificates.
7602
7603 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7604
7605         * gnus-cache.el (gnus-cache-generate-nov-databases):
7606         Use nnml-generate-nov-databases-directory instead of
7607         nnml-generate-nov-databases-1.
7608
7609 2007-11-24  Glenn Morris  <rgm@gnu.org>
7610
7611         * message.el (message-tool-bar-retro): Update for rename
7612         mail_send.xpm->mail-send.xpm.
7613
7614 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7615
7616         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7617         `smime-ldap-search' for Emacs 22 and up.
7618
7619 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7620
7621         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7622
7623         * message.el (message-send-mail-function): Fix error convention.
7624         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7625         (message-widen-reply, message-send-mail, message-talkative-question)
7626         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7627         (message-clone-locals, message-send-news): Use with-current-buffer.
7628         (message-insert-or-toggle-importance): Remove unused var `valid'.
7629         (message-make-references): Remove unused var `new-references'.
7630         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7631
7632 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7633
7634         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7635         (spam-split-symbolic-return-positive): Reflow docstring.
7636         (spam-backends, spam-summary-exit-behavior)
7637         (spam-mark-ham-unread-before-move-from-spam-group)
7638         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7639         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7640         (spam-clear-cache, spam-backend-check, spam-install-backend)
7641         (spam-install-statistical-backend, spam-list-of-processors)
7642         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7643         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7644         (spam-check-crm114, spam-initialize, spam-unload-hook):
7645         Fix typos in docstrings.
7646
7647 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7648
7649         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7650         been checked if they have never been read and those group levels are
7651         higher than the one that a user specified.
7652
7653 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7656         foreign groups unless a group level is specified by a user.
7657         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7658
7659 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7660
7661         * message.el (message-send-mail-function): Require sendmail.
7662
7663 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7664
7665         * message.el (message-send-mail-function): Check for smtpmail too.
7666
7667         * utf7.el (utf7-encode, utf7-decode): Use coding system
7668         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7669
7670         * message.el (message-send-mail-function): New function.
7671         (message-send-mail-function): Set default using
7672         message-send-mail-function.  Adjust doc string.
7673         (message-send-mail-with-mailclient): New function.
7674
7675 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7676
7677         * smime.el (from):
7678         * rfc2047.el (message-posting-charset):
7679         * qp.el (mm-use-ultra-safe-encoding):
7680         * pop3.el (parse-time-months):
7681         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7682         * nnml.el (files):
7683         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7684         (jka-compr-compression-info-list, ange-ftp-path-format)
7685         (efs-path-regexp):
7686         * nndiary.el (files):
7687         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7688         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7689         (epg-digest-algorithm-alist, inhibit-redisplay)
7690         (password-cache-expiry):
7691         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7692         (pgg-output-buffer, password-cache-expiry):
7693         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7694         (efs-path-regexp):
7695         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7696         (inhibit-redisplay):
7697         * mm-uu.el (file-name, start-point, end-point, entry)
7698         (gnus-newsgroup-name, gnus-newsgroup-charset):
7699         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7700         (latin-unity-ucs-list):
7701         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7702         (mm-uu-binhex-decode-function):
7703         * message.el (gnus-message-group-art, gnus-list-identifiers)
7704         (rmail-enable-mime-composing, gnus-local-organization)
7705         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7706         (gnus-read-active-file, facemenu-add-face-function)
7707         (facemenu-remove-face-function, gnus-article-decoded-p)
7708         (tool-bar-mode):
7709         * mail-source.el (display-time-mail-function):
7710         * gnus-util.el (nnmail-pathname-coding-system)
7711         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7712         (gnus-original-article-buffer, gnus-user-agent)
7713         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7714         (xemacs-codename, sxemacs-codename, emacs-program-version):
7715         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7716         * gnus-start.el (gnus-agent-covered-methods)
7717         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7718         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7719         (gnus-newsgroup-headers, gnus-group-list-mode)
7720         (gnus-group-mark-positions, gnus-newsgroup-data)
7721         (gnus-newsgroup-unreads, nnoo-state-alist)
7722         (gnus-current-select-method, mail-sources)
7723         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7724         (nnmail-spool-file, gnus-cache-active-hashtb):
7725         * gnus-mh.el (mh-lib-progs):
7726         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7727         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7728         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7729         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7730         (gnus-group-buffer):
7731         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7732         (font-lock-set-defaults):
7733         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7734         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7735         (gnus-summary-post-menu, total-parts, type, condition, length):
7736         * gnus-agent.el (gnus-agent-read-agentview):
7737         * flow-fill.el (show-trailing-whitespace):
7738         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7739         eval-and-compile wrappers for byte compiler pacifiers.
7740
7741         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7742         (mm-display-inline-fontify): Check for featurep 'xemacs not
7743         extent-list.
7744
7745         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7746         itimer-list.
7747         (mm-create-image-xemacs): Only do something for XEmacs.
7748         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7749
7750         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7751
7752         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7753         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7754
7755 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7756
7757         * nnimap.el (nnimap-split-download-body):
7758         * gnus-demon.el (gnus-demon):
7759         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7760
7761 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7762
7763         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7764         New macros.
7765         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7766         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7767         copy data from unibyte buffer to multibyte current buffer.
7768         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7769         to copy data from unibyte current buffer to multibyte buffer.
7770         (nntp-make-process-buffer): Make process buffer unibyte.
7771
7772         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7773
7774 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7775
7776         * pop3.el (pop3-open-server): Accept and process data more robustly at
7777         connexion start to avoid spurious "POP SSL connexion failed" errors.
7778
7779 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7780
7781         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7782         read group names.
7783
7784 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7785
7786         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7787
7788 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7789
7790         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7791         (nnmail-save-active): Use a unibyte buffer when saving active file,
7792         which may contain non-ASCII group names.
7793
7794         * nnml.el (nnml-request-group): Decode group names in messages.
7795
7796 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7797
7798         * message.el (message-citation-line-function)
7799         (message-insert-formatted-citation-line): Fix spelling of
7800         `message-insert-formated-citation-line'.
7801
7802 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7803
7804         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7805
7806 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7809         nnmail-pathname-coding-system.
7810
7811         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7812         that a user enters; decode group names in messages.
7813
7814         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7815
7816 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7817
7818         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7819
7820         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7821
7822         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7823         risky local variable.
7824
7825         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7826
7827 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7828
7829         * encrypt.el: Improve documentation to fix function name typo.
7830         Reported by Daiki Ueno <ueno@unixuser.org>.
7831
7832 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7833
7834         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7835         even if the point is not in the last page of an article.
7836         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7837         back to the previous page.
7838
7839 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7840
7841         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7842
7843 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7846
7847 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7848
7849         * message.el (message-check-news-body-syntax):
7850         Avoid mm-string-as-multibyte.
7851         (message-hide-headers): Don't assume (point-min)==1.
7852
7853 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7854
7855         * message.el (message-remove-blank-cited-lines): Fix if remove is
7856         given.
7857         (message-bogus-address-regexp): New variable.
7858         (message-bogus-recipient-p): New function.
7859         (message-check-recipients): New command.
7860         (message-syntax-checks): Add `bogus-recipient'.
7861         (message-fix-before-sending): Add `bogus-recipient'.
7862
7863         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7864         (gnus-treat-body-boundary): Don't test window-system.
7865
7866 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7867
7868         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7869
7870 2007-10-28  Miles Bader  <miles@gnu.org>
7871
7872         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7873         at compile-time too.
7874
7875 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7876
7877         * gnus-msg.el (gnus-message-setup-hook):
7878         Add `message-remove-blank-cited-lines' to options.
7879
7880 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7881
7882         * message.el (message-remove-blank-cited-lines): New function.
7883         Suggested by Karl Plästerer.
7884
7885 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7886
7887         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7888         mapc.
7889
7890         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7891         (top-level): Use mapc to set functions to be traced for debugging.
7892
7893         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7894         called for effect with while loop.
7895
7896         * message.el (message-talkative-question): Replace mapcar called for
7897         effect with mapc.
7898
7899         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7900         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7901         called for effect with dolist.
7902
7903         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7904
7905         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7906         gnus-extra-headers and nnmail-extra-headers.
7907
7908         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7909         called for effect with dolist.
7910         (top-level): Use mapc to set functions to be traced for debugging.
7911
7912         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7913         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7914         dolist.
7915
7916         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7917         Replace mapcar called for effect with mapc.
7918         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7919         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7920         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7921         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7922
7923         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7924         remove-if that's a cl function.
7925
7926         * webmail.el (webmail-debug): Replace mapcar called for effect with
7927         dolist.
7928
7929         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7930         with mapc.
7931
7932 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7933
7934         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7935         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7936         with while loop.
7937
7938         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7939         functions from article-* functions.
7940         (gnus-multi-decode-header): Replace mapcar called for effect with
7941         dolist.
7942
7943         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7944         (gnus-bookmark-show-details): Replace mapcar called for effect with
7945         while loop.
7946
7947         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7948         called for effect with while loop.
7949
7950         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7951         with dolist.
7952
7953         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7954         Replace mapcar called for effect with dolist.
7955
7956         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7957
7958         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7959         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7960         Replace mapcar called for effect with dolist.
7961         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7962         mapc.
7963
7964         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7965         Replace mapcar called for effect with dolist.
7966         (gnus-topic-list): Replace mapcar called for effect with mapc.
7967
7968         * gnus.el: Use mapc instead of mapcar to add autoloads.
7969
7970 2007-10-23  Richard Stallman  <rms@gnu.org>
7971
7972         * gnus-group.el (gnus-group-highlight): Mark as risky.
7973
7974 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * gnus.el (gnus-server-to-method): Return method found first in
7977         gnus-newsrc-alist.
7978
7979         * gnus-art.el (gnus-article-highlight-signature)
7980         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7981         button overlay without the front stickiness.
7982
7983 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7984
7985         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7986         overview buffer needed a catch to receive its throw.
7987         (gnus-agent-flush-cache): Declare as interactive to make this function
7988         easier to use.
7989
7990 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7991
7992         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7993         `next-line'.
7994
7995 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7996
7997         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7998         exclude address matching message-dont-reply-to-names.
7999
8000 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8001
8002         * gnus-util.el (gnus-string<): New function.
8003
8004         * gnus-sum.el (gnus-article-sort-by-author)
8005         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8006
8007 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8010         the frame-focus tag is set in gnus-buffer-configuration.
8011
8012 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8015         the front stickiness.
8016
8017 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8018
8019         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8020         url pattern; remove duplicate one.
8021         (gnus-article-extend-url-button): New function.
8022         (gnus-article-add-buttons): Use it.
8023         (gnus-button-push): Use concatenated url that it makes.
8024
8025 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8026
8027         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8028
8029 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8030
8031         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8032         Don't hardcode point-min==1.
8033
8034 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8035
8036         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8037         Fix comment about "iso8859-1".
8038
8039 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8040
8041         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8042         ones returned from the verify-function.
8043
8044         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8045         Call mml2015-extract-cleartext-signature if extraction failed.
8046
8047 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8048
8049         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8050         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8051         failed.
8052
8053 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8054
8055         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8056
8057 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8058
8059         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8060         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8061         recommends to use EasyPG instead of PGG.
8062
8063         * pgg.el: Revert to revision 6.23.2.16.
8064
8065         * pgg-def.el: Revert to revision 6.6.2.14.
8066
8067         * pgg-gpg.el: Revert to revision 6.23.2.34.
8068
8069 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8070
8071         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8072         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8073         thread for both the null and zero (kill/expire thread) universal prefix
8074         cases.
8075         (gnus-summary-expire-thread): Add new function to expire a thread,
8076         using gnus-summary-kill-thread.
8077         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8078         shortcuts for gnus-summary-expire-thread.
8079         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8080         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8081
8082 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8083
8084         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8085         extras value, so an extras entry can be deleted.
8086         (gnus-registry-delete-extra-entry): Use it.
8087         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8088         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8089         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8090         storage through the gnus-registry, and provide an appropriate API for
8091         it.
8092
8093 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8094
8095         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8096         Suggested by Leo <sdl.web@gmail.com>.
8097
8098         * gnus.el: Do.
8099
8100 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8103         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8104
8105         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8106
8107         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8108         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8109
8110 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8113         newline.
8114         (nnmbox-request-accept-article): Don't change article in source buffer;
8115         narrow to header to use message-fetch-field rather than
8116         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8117         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8118         as delimiters; make sure article ends with newline.
8119         (nnmbox-delete-mail): Correct last position of article to be deleted;
8120         ignore X-Gnus-Newsgroup header in article body.
8121         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8122         positions; make sure article ends with newline.
8123
8124         * message.el (message-display-abbrev): Don't infloop when a user
8125         inserts SPC in the beginning of header.
8126
8127         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8128         coding-system-for-read and coding-system-for-write for XEmacs having no
8129         file-coding feature.
8130
8131         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8132
8133 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8134
8135         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8136         list of groups not followed by default.  Fix type to be regexp.
8137         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8138
8139 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8140
8141         * hmac-def.el (define-hmac-function): Switch from old-style to
8142         new-style backquotes.
8143
8144         * md4.el (md4-make-step): Likewise.
8145
8146 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8147
8148         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8149         raw-text coding system when saving .newsrc file, which may contain
8150         non-ASCII group names.
8151
8152 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8153
8154         * gnus-cus.el (gnus-score-extra): New widget.
8155         (gnus-score-extra-convert): New function.
8156         (gnus-score-customize): Use it for Extra.
8157
8158 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8159
8160         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8161         (mml2015-mailcrypt-clear-verify): Use it.
8162         (mml2015-gpg-clear-verify): Use it.
8163         (mml2015-pgg-clear-verify): Use it.
8164         (mml2015-epg-clear-verify): Replace the current part with the output
8165         from GnuPG; don't extract the plaintext by itself.
8166
8167         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8168         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8169         mml2015-clear-verify-function; don't touch the armor headers or
8170         dash-escaped text here.
8171
8172 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8173
8174         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8175         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8176         parts, or application/octet-stream as a last resort.
8177         (gnus-mime-view-part-as-type): Don't toggle display.
8178         (gnus-mime-view-part-as-charset): Don't turn off display before
8179         querying charset.
8180
8181         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8182         stuff to undisplayer function in Emacs.
8183         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8184
8185         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8186         text/calendar parts.
8187
8188 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8191         decoding text/calendar parts.
8192
8193         * message.el (message-forward-make-body-mime): Always mark body as
8194         having no illegible text; remove signed-or-encrypted argument.
8195         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8196
8197         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8198         (mml-generate-mime-1): Don't encode body if it is specified to be in
8199         raw form; don't make buffer be unibyte when inserting multibyte string.
8200
8201 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8202
8203         * sha1.el: Fix up comment style.
8204         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8205         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8206
8207         * hex-util.el: Fix up comment style.
8208         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8209
8210         * gnus-salt.el: Use with-current-buffer.
8211         (gnus-pick-setup-message): Fix long-standing typo.
8212
8213 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8214
8215         * imap.el (imap-logout-timeout): New variable.
8216         (imap-logout, imap-logout-wait): New functions.
8217         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8218
8219         * nnimap.el (nnimap-logout-timeout): New server variable.
8220         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8221         nnimap-logout-timeout.
8222
8223         * gnus-art.el (gnus-article-summary-command-nosave)
8224         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8225
8226 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8227
8228         * gnus.el (gnus-maximum-newsgroup): New variable.
8229
8230         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8231         according to gnus-maximum-newsgroup.
8232
8233         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8234         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8235         Limit the range of articles according to gnus-maximum-newsgroup.
8236
8237 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8238
8239         * gnus-art.el (gnus-sticky-article): Fix problems described in
8240         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8241         Don't perform gnus-configure-windows here; reuse existing sticky
8242         article buffer.
8243
8244         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8245         it doesn't exist in gnus-article-mode.
8246
8247 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8248
8249         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8250         (gnus-agent-decoded-group-name): New function.
8251         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8252         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8253
8254 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8255
8256         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8257         Add binding for gnus-sticky-article.
8258         (gnus-summary-exit): Don't kill sticky article buffers.
8259
8260         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8261         article buffer.
8262         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8263         (gnus-kill-sticky-article-buffers): New commands.
8264
8265 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8266
8267         * nntp.el (nntp-xref-number-is-evil): New server variable.
8268         (nntp-find-group-and-number): If it is non-nil, don't trust article
8269         numbers in the Xref header.
8270
8271 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * gnus-agent.el (gnus-agent-read-group): New function.
8274         (gnus-agent-flush-group, gnus-agent-expire-group)
8275         (gnus-agent-regenerate-group): Use it.
8276         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8277         nnmail-pathname-coding-system.
8278
8279 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8280
8281         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8282
8283         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8284         that are unread as unread, and also as selected so that information of
8285         marks having been changed by a user may be updated when exiting group.
8286
8287 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8288
8289         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8290
8291 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8292
8293         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8294         calculated ignoring signature parts to gnus-treat-article.
8295
8296 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8299         a point here in order to keep the window start.
8300         (gnus-insert-mime-security-button): Make a button overlay without the
8301         front stickiness.
8302         (gnus-mime-display-security): Goto the end of a button.
8303
8304         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8305
8306 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8307
8308         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8309         group-name-at-point.
8310         (gnus-group-completing-read): New function that offers decoded
8311         non-ASCII group names for completion.
8312         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8313         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8314         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8315         (gnus-group-fetch-control): Use it.
8316         (gnus-fetch-group): Use group-name-at-point for the initial value
8317         rather than the default value; use gnus-alive-p.
8318
8319         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8320         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8321         (gnus-summary-post-news): Use gnus-group-completing-read.
8322
8323         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8324         (gnus-read-move-group-name): Decode group name for completion.
8325
8326 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8327
8328         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8329         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8330         Yamaoka slightly modified the code).
8331
8332 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8333
8334         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8335         (nnmail-split-incoming): Bind it.
8336
8337         * nnml.el (nnml-group-name-charset): New function.
8338         (nnml-decoded-group-name): Use it; don't decode group name if
8339         nnmail-group-names-not-encoded-p is non-nil.
8340         (nnml-encoded-group-name): New function.
8341         (nnml-group-pathname): Inline nnml-decoded-group-name.
8342         (nnml-request-expire-articles): Decode group name in message.
8343         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8344         nnmail-pathname-coding-system.
8345         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8346         not decoded ones according to nnmail-group-names-not-encoded-p.
8347         (nnml-generate-active-info): Use nnml-encoded-group-name.
8348
8349 2007-08-08  Glenn Morris  <rgm@gnu.org>
8350
8351         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8352         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8353         doc-strings and comments.
8354
8355 2007-07-25  Glenn Morris  <rgm@gnu.org>
8356
8357         * Relicense all FSF files to GPLv3 or later.
8358
8359 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8360
8361         * gnus-sum.el (gnus-summary-move-article):
8362         Make gnus-summary-respool-article work.
8363
8364 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8365
8366         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8367         string.
8368
8369 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8370
8371         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8372         that should be ignored when comparing distant RSS articles with local
8373         ones.
8374         (nnrss-make-hash-index): New function.  Create a hash index according
8375         to the ignored fields.
8376         (nnrss-check-group): Use it.
8377
8378 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8381
8382         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8383
8384         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8385         the new optional argument ENCODED is non-nil.
8386         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8387         coding system for encoding group name.
8388         (gnus-group-make-rss-group): Pass un-encoded group name to
8389         gnus-group-make-group.
8390         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8391         encoded.
8392
8393         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8394         Encode group name to which articles are moved or copied.
8395         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8396         coding system for encoding Newsgroup, Followup-To and Xref headers.
8397
8398         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8399         marks; use nnheader-file-coding-system to write a file.
8400         (nnagent-retrieve-headers): Bind file-name-coding-system to
8401         nnmail-pathname-coding-system.
8402
8403         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8404
8405         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8406         (nnml-request-article, nnml-request-create-group)
8407         (nnml-request-rename-group, nnml-find-id)
8408         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8409         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8410         (nnml-save-marks): Use nnml-group-pathname instead of
8411         nnmail-group-pathname.
8412
8413         (nnml-request-create-group, nnml-request-expire-articles)
8414         (nnml-request-move-article, nnml-request-delete-group)
8415         (nnml-deletable-article-p, nnml-possibly-create-directory)
8416         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8417         (nnml-open-marks): Bind file-name-coding-system to
8418         nnmail-pathname-coding-system.
8419
8420         (nnml-request-article): Pass server argument to nnml-find-group-number.
8421         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8422         Pass server argument to nnml-possibly-create-directory.
8423         (nnml-request-accept-article): Pass server argument to
8424         nnml-active-number and nnml-save-mail.
8425         (nnml-find-group-number): Pass server argument to nnml-find-id.
8426         (nnml-request-update-info): Pass server argument to
8427         nnml-marks-changed-p.
8428
8429         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8430         (nnml-save-mail, nnml-active-number): Add server argument.
8431
8432         (nnml-request-delete-group): Warn if group is missing.
8433         (nnml-get-nov-buffer): Decode group name.
8434         (nnml-generate-active-info): Encode group name.
8435         (nnml-open-marks): Decode group name in messages.
8436
8437 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8438
8439         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8440         if it is not specified.
8441         (gnus-article-pipe-part, gnus-article-save-part)
8442         (gnus-article-interactively-view-part, gnus-article-copy-part)
8443         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8444         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8445         (gnus-article-replace-part, gnus-article-delete-part)
8446         (gnus-article-view-part-as-type): Pass raw prefix argument to
8447         gnus-article-part-wrapper.
8448
8449 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8450
8451         * gnus-agent.el (gnus-agent-save-active):
8452         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8453
8454         * gnus-cache.el (gnus-cache-save-buffers)
8455         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8456         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8457         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8458         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8459         (gnus-cache-generate-active, gnus-cache-rename-group)
8460         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8461         (gnus-cache-update-overview-total-fetched-for):
8462         Bind file-name-coding-system to nnmail-pathname-coding-system.
8463         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8464         New variables.
8465         (gnus-cache-decoded-group-name): New function.
8466         (gnus-cache-file-name): Use it.
8467         (gnus-cache-generate-active): Use non-decoded group name for active.
8468
8469         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8470         right place.
8471         (gnus-write-active-file): Don't break non-ASCII group names.
8472
8473         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8474         nnmail-pathname-coding-system.
8475
8476         * lpath.el: Bind default-file-name-coding-system,
8477         file-name-coding-system and language-info-alist for XEmacs.
8478
8479         * gnus-uu.el (gnus-uu-decode-save): Typo.
8480
8481 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8482
8483         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8484
8485 2007-07-14  David Kastrup  <dak@gnu.org>
8486
8487         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8488         finishing actions if we did not edit the article.
8489
8490 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8493         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8494         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8495         (gnus-agent-flush-group, gnus-agent-flush-cache)
8496         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8497         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8498         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8499         (gnus-agent-regenerate-group)
8500         (gnus-agent-update-files-total-fetched-for)
8501         (gnus-agent-update-view-total-fetched-for):
8502         Bind file-name-coding-system to nnmail-pathname-coding-system.
8503         (gnus-agent-group-pathname): Don't encode file names by
8504         nnmail-pathname-coding-system.
8505         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8506         coding-system-for-write instead of buffer-file-coding-system to
8507         gnus-agent-file-coding-system.
8508
8509         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8510         Decode group name.
8511
8512         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8513
8514         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8515         (gnus-read-newsrc-el-file): Make group names unibyte.
8516
8517         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8518         nnmail-pathname-coding-system.
8519
8520         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8521         (nnrss-request-delete-group): Bind file-name-coding-system to
8522         nnmail-pathname-coding-system.
8523         (nnrss-read-server-data, nnrss-read-group-data):
8524         Bind file-name-coding-system correctly.
8525         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8526
8527         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8528         (nntp-server-to-method-cache): New variable.
8529         (nntp-group-pathname): New function that decodes non-ASCII group names.
8530         (nntp-possibly-create-directory, nntp-marks-changed-p)
8531         (nntp-save-marks, nntp-open-marks): Use it.
8532         (nntp-possibly-create-directory, nntp-open-marks):
8533         Bind file-name-coding-system to nnmail-pathname-coding-system.
8534         (nntp-open-marks): Decode group names when bootstrapping marks.
8535
8536         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8537         Newsgroups and Folowup-To headers.
8538
8539 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8542         (gnus-server-closed-face, gnus-server-denied-face)
8543         (gnus-server-offline-face): Remove variable.
8544         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8545
8546         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8547         of modifying message-stack directly for XEmacs.
8548
8549         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8550         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8551         if the coding-system argument is nil for XEmacs.
8552
8553         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8554         mm-charset-override-alist.
8555
8556         * rfc2047.el: Don't require base64; require rfc2045 for the function
8557         rfc2045-encode-string.
8558         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8559         to quote the parameter value.
8560
8561 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8562
8563         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8564         form in gnus-group-name-charset-method-alist.
8565
8566         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8567         overrides the default layout edit-form.
8568
8569         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8570
8571         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8572
8573 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8574
8575         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8576         as unfetched articles.
8577
8578 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8579
8580         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8581
8582 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8585         original back end that keeps marks in the local system.
8586
8587 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8588
8589         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8590         arg of pop-to-buffer for XEmacs.
8591         (gnus-article-read-summary-keys): Ditto; don't restore window
8592         configuration if summary command ends up with neither article buffer
8593         nor summary buffer; describe bindings if summary keys end with C-h.
8594
8595 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8596
8597         * message.el (message-fix-before-sending): Skip raw message part to be
8598         forwarded while checking illegible text.
8599         (message-forward-make-body-mime, message-forward-make-body):
8600         Mark signed or encrypted raw message as having no illegible text.
8601
8602 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8603
8604         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8605         (gnus-message-with-timestamp-1): New macro.
8606         (gnus-message-with-timestamp): New function.
8607         (gnus-message): Use them.
8608
8609         * nnheader.el (nnheader-message): Use them.
8610
8611 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8612
8613         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8614         .newsrc.eld file.
8615
8616 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8617
8618         * gnus-agent.el (gnus-agent-fetch-headers)
8619         (gnus-agent-retrieve-headers):
8620         Bind gnus-decode-encoded-address-function to identity.
8621
8622         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8623         available also when the server returns simply a dot.
8624
8625         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8626
8627 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8628
8629         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8630
8631 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8632
8633         * gnus-ems.el (gnus-x-splash): Make it work.
8634
8635         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8636         from being used.
8637
8638         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8639
8640 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8641
8642         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8643         4th and the 5th arguments.
8644
8645         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8646         the front stickiness.
8647         (gnus-article-summary-command-nosave): Correct the order of the
8648         arguments passed to pop-to-buffer.
8649         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8650         summary command ends up with the article buffer.
8651
8652         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8653         the same faces.
8654
8655 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8656
8657         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8658
8659 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8660
8661         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8662         * gnus-sum.el (gnus-summary-highlight):
8663         * pgg.el (pgg-sign-region, pgg-sign):
8664         * mail-source.el (mail-source-delete-old-incoming-confirm):
8665         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8666
8667 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * gnus-art.el (gnus-mime-view-part-externally)
8670         (gnus-mime-view-part-internally): Fix predicate function passed to
8671         completing-read.
8672
8673         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8674
8675         * gnus.el (gnus-update-message-archive-method): Add :version.
8676
8677 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * gnus.el (gnus-update-message-archive-method): New variable.
8680
8681         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8682         according to gnus-message-archive-method if
8683         gnus-update-message-archive-method is non-nil.
8684
8685 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8686
8687         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8688         Suggested by Loic Dachary <loic@dachary.org>.
8689         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8690
8691 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8692
8693         * message.el (message-pop-to-buffer): Add switch-function argument.
8694         (message-mail): Pass switch-function argument to it.
8695
8696 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8697
8698         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8699         Improve doc string.
8700
8701 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8702
8703         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8704         (gnus-header-content)
8705         * gnus-cite.el (gnus-cite-10)
8706         * gnus-srvr.el (gnus-server-closed)
8707         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8708         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8709         (gnus-group-mail-3-empty, gnus-group-mail-low)
8710         (gnus-group-mail-low-empty, gnus-splash)
8711         * message.el (message-header-to, message-header-cc)
8712         (message-header-subject, message-header-other, message-header-name)
8713         (message-header-xheader, message-separator, message-cited-text)
8714         (message-mml): Lighten colors of faces used for dark background.
8715
8716 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8717
8718         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8719         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8720
8721 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * message.el (message-narrow-to-headers-or-head):
8724         Ignore mail-header-separator in the body.
8725
8726 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8727
8728         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8729         same as window size.
8730
8731 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8732
8733         * message.el (message-font-lock-keywords): Use message-header-xheader
8734         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8735         ahead of the anything pattern, to get it recognised.
8736
8737 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8738
8739         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8740         spam.el loads uses it in the compiled defadvice form.
8741
8742 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8743
8744         * gnus-sum.el (gnus-articles-to-read)
8745         (gnus-summary-insert-old-articles): Don't truncate group name for
8746         `read-string'.
8747
8748         * gnus-util.el (gnus-limit-string): Delete this function.
8749
8750         * gnus-sum.el (gnus-simplify-subject-fully):
8751         Use `truncate-string-to-width' instead.
8752
8753 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8754
8755         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8756         Tell if, on summary exit, the next group has to be selected.
8757         (gnus-summary-exit): Use it.
8758
8759 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8760
8761         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8762         non-break space.
8763
8764 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8765
8766         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8767         Check if group is not a directory.
8768         (nnfolder-request-expire-articles): Don't delete articles if the target
8769         group is not available.
8770
8771         * nnml.el (nnml-request-create-group): Properly check if group is not a
8772         file.
8773         (nnml-request-expire-articles): Don't delete articles if the target
8774         group is not available.
8775
8776         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8777         Don't quote characters that are within parentheses.
8778
8779 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8782         (gnus-handle-ephemeral-exit): Select article according to it.
8783
8784 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8785
8786         * message.el (message-insert-formated-citation-line): Remove newline.
8787         (message-citation-line-format): Add final \n here so that the user can
8788         avoid a blank line.
8789
8790 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8791
8792         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8793         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8794         Update lanl/arXiv support.
8795
8796 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8797
8798         * gnus.el: Bump version number.
8799
8800 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8801
8802         * gnus.el (gnus-version-number): Bump version.
8803
8804 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8805
8806         * gnus.el: No Gnus v0.6 is released.
8807
8808 2007-04-27  Didier Verna  <didier@xemacs.org>
8809
8810         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8811         * gmm-utils.el (gmm-regexp-concat): ... here.
8812         * message.el: Don't require 'gnus-util.
8813         (message-dont-reply-to-names): Handle name change above.
8814         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8815
8816 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8817
8818         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8819         since the initial value varies according to the system.
8820
8821 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8822
8823         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8824
8825 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8826
8827         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8828
8829 2007-04-24  Didier Verna  <didier@xemacs.org>
8830
8831         Improve the type of gnus-ignored-from-addresses.
8832         * gnus-util.el (gnus-orify-regexp): New function.
8833         * message.el (gnus-util): Require it.
8834         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8835         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8836         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8837
8838 2007-04-24  Didier Verna  <didier@xemacs.org>
8839
8840         * gnus-sum.el:
8841         * gnus-utils.el: Fix some trailing whitespaces.
8842
8843 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8844
8845         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8846         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8847         article's Message-ID; refer parent article in summary buffer.
8848
8849         * message.el (message-bounce): Call mime-to-mml.
8850
8851         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8852         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8853         optimize and/or forms properly.
8854
8855 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8856
8857         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8858         URL.
8859
8860 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8861
8862         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8863
8864 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8867         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8868         displayed of multipart/alternative part if it is invoked from summary
8869         buffer.
8870
8871         * mm-view.el (mm-inline-text-html-render-with-w3m)
8872         (mm-inline-text-html-render-with-w3m-standalone)
8873         (mm-inline-render-with-function): Use mail-parse-charset by default.
8874
8875 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8876
8877         * parse-time.el (parse-time-string-chars): Check if CHAR
8878         is less than the length of parse-time-syntax.
8879
8880 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8881
8882         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8883         from gnus-newsgroup-processable.
8884
8885 2007-04-16  Didier Verna  <didier@xemacs.org>
8886
8887         * gnus-msg.el (gnus-configure-posting-styles):
8888         Handle message-signature-directory properly with :file syntax.
8889         Reported by "Leo".
8890
8891 2007-04-11  Didier Verna  <didier@xemacs.org>
8892
8893         New user option: message-signature-directory.
8894         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8895         * message.el (message-insert-signature): Ditto.
8896         * message.el (message-signature-file): Doc update.
8897         * message.el (message-signature-directory): New.
8898
8899 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8900
8901         * gnus-msg.el (gnus-inews-yank-articles):
8902         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8903
8904 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8905
8906         * message.el (message-yank-original): Make sure cited text ends with
8907         newline; don't exchange point and mark.
8908
8909 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8910
8911         * tls.el (open-tls-stream): Properly handle case where there
8912         is no associated buffer.
8913
8914 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8915
8916         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8917         message-yank-original, make sure (< mark TEXT point).
8918
8919 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8920
8921         * message.el (message-fill-column): New variable.
8922         (message-mode): Use it.  Add comment on a possible new hook.
8923
8924         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8925         (nnmail-get-new-mail): Reformat.
8926
8927         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8928
8929         * gmm-utils.el: Fix Commentary.
8930         (gmm-tool-bar-from-list): Fix typo in doc string.
8931
8932 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8933
8934         * message.el (message-yank-original): Don't switch point and mark
8935         unnecessarily to put point and mark as documented.
8936
8937 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8938
8939         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8940         from the message heads.
8941
8942 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8943
8944         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8945         article buffer does not have a window.  This may not be the best
8946         solution but is certainly better than setting the start of the null,
8947         that is the current, window.
8948
8949 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8950
8951         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8952         (gnus-draft-setup): Run it.
8953
8954         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8955         gnus-score-fast-scoring.  Allow regexp.
8956         (gnus-score-headers): Use it.
8957
8958         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8959         XEmacs.
8960
8961         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8962         string.
8963         (gnus-button-alist): Also catch `<f1> k ...'.
8964         (gnus-treat-display-x-face): Fix doc string.
8965
8966 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8967
8968         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8969         evaluation of gnus-extended-version to ensure correct generation of the
8970         User-Agent header when message-generate-headers-first is used.
8971
8972 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8973
8974         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8975         hashcash-path is nil.  Don't call callback with incorrect number of
8976         parameters if val is 0.
8977
8978 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8979
8980         * message.el (message-required-news-headers):
8981         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8982
8983 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8984
8985         * tls.el (open-tls-stream): In handshake-waiting loop,
8986         don't wait more if there is output available to process.
8987
8988 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8989
8990         * tls.el (tls-program): Doc fix.
8991
8992 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8993
8994         * message.el (message-generate-new-buffers): Change the meaning of the
8995         nil value; add `standard' to the choices; treat t as `unique'; improve
8996         doc string.
8997         (gnus-select-frame-set-input-focus): Autoload.
8998         (message-buffer-name): Search for the existing message buffer if
8999         message-generate-new-buffers is nil or `standard'; treat the value t of
9000         message-generate-new-buffers as `unique'.
9001         (message-pop-to-buffer): Raise the frame already displaying the message
9002         buffer; clear the echo area after querying.
9003         (message-setup): Pass the `continue' argument to compose-mail.
9004         (message-mail): Prefer `switch-function' if it is given; search for the
9005         existing message buffer if the `continue' argument is non-nil; pass
9006         continue and switch-function arguments to compose-mail by way of
9007         message-setup.
9008         (message-mail-other-window): Adjust argument of message-setup.
9009         (message-mail-other-frame): Ditto.
9010
9011 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9012
9013         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9014         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9015         to turn font-lock on when turning gnus-message-citation-mode on.
9016
9017 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9018
9019         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9020         (mml-smime-function-alist): New variable; add epg as the backend.
9021         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9022         mml-smime- functions instead.
9023         * mm-view.el: Require smime.
9024
9025 2007-03-05  Didier Verna  <didier@xemacs.org>
9026
9027         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9028         instead of just inheritance for posting styles.
9029         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9030
9031 2007-02-24  Chris Moore  <dooglus@gmail.com>
9032
9033         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9034         * pgg-pgp.el (pgg-pgp-encrypt-region):
9035         * pgg-gpg.el (pgg-gpg-encrypt-region):
9036         Check pgg-encrypt-for-me if no other recipients.
9037
9038 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9039
9040         * tls.el (tls-certtool-program): Fix custom type.
9041
9042 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9043
9044         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9045         and point-at-eol instead of line-(beginning|end)-position.
9046
9047         * assistant.el (assistant-parse-buffer): Ditto.
9048
9049         * netrc.el (netrc-parse-services): Ditto.
9050
9051 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9052
9053         * mml2015.el (mml2015-epg-find-usable-key): New function.
9054         (mml2015-epg-sign): Use it.
9055         (mml2015-epg-encrypt): Use it.
9056
9057 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9058
9059         * message.el (message-make-in-reply-to): Quote name containing
9060         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9061         if there are special characters.  Reported by NAKAJI Hiroyuki
9062         <nakaji@jp.freebsd.org>.
9063
9064 2007-02-27  Didier Verna  <didier@xemacs.org>
9065
9066         Include the group parameters as well as the topic ones in the
9067         inheritance filter process.
9068         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9069         argument GROUP-PARAMS-LIST.
9070         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9071
9072 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * nntp.el (nntp-never-echoes-commands)
9075         (nntp-open-connection-functions-never-echo-commands): New variables.
9076         (nntp-send-command): Use them.
9077
9078 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9079
9080         * mml2015.el (mml2015-epg-verify): Simplify.
9081
9082 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9083
9084         * mml.el (mml-content-disposition-alist): New user option.
9085         (mml-content-disposition): New function.
9086         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9087         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9088
9089 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9090
9091         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9092         verification.
9093
9094 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9095
9096         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9097         articles posted in the last 24 hours.
9098
9099 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9100
9101         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9102
9103 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9104
9105         * nntp.el (nntp-send-command): Don't wait for echoes when
9106         nntp-open-ssl-stream is used.
9107
9108 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9109
9110         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9111         (gnus-message-add-citation-keywords)
9112         (gnus-message-remove-citation-keywords): Remove.
9113         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9114         directly, make the variables in font-lock-defaults buffer-local, add
9115         gnus-message-citation-keywords to them and then update the value of
9116         font-lock-keywords.
9117
9118 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * message.el (message-cite-original-1): Don't call
9121         gnus-article-highlight-citation.
9122
9123         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9124         citations; fix line count.
9125
9126 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9129         (gnus-message-add-citation-keywords)
9130         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9131         versions of font-lock-add-keywords and font-lock-remove-keywords to
9132         work with XEmacs correctly.
9133
9134 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9135
9136         * gnus-cite.el (gnus-cite-face-list): Set the values of
9137         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9138         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9139         (gnus-message-cite-prefix-regexp): New variable.
9140         (gnus-message-search-citation-line): Use it; protect against long
9141         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9142         the 0th match data for Emacs.
9143         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9144         (gnus-message-add-citation-keywords): Append keywords rather than
9145         prepending; emulate font-lock-add-keywords if it is not available.
9146         (gnus-message-remove-citation-keywords):
9147         Emulate font-lock-remove-keywords if it is not available.
9148
9149         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9150
9151         * message.el (message-cite-prefix-regexp): Set the value of
9152         gnus-message-cite-prefix-regexp.
9153
9154 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9155
9156         * nnweb.el (nnweb-google-parse-1): Update parser.
9157
9158 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9159
9160         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9161
9162 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9163
9164         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9165         regexp.
9166
9167 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9168
9169         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9170         string-to-multibyte.
9171         (uudecode-decode-region-internal): Use it.
9172
9173         * lpath.el: Fbind string-as-multibyte for XEmacs.
9174
9175 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9176
9177         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9178         Fix custom choice.
9179
9180         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9181
9182 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9183
9184         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9185
9186         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9187         `write-region' to respect `mm-inhibit-file-name-handlers'.
9188
9189 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9190
9191         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9192         Use gnus-home-directory instead of "~/" or "$HOME".
9193
9194 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9195
9196         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9197         to mention filename.
9198         Add comments at beginning regarding usage.
9199         (encrypt-write-file-contents): Change interactive so a string is
9200         acceptable.  If the file has no associated model, show an error instead
9201         of a nonsense prompt.
9202
9203 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9204
9205         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9206         Thanks to Yoshihiko Yamada for kind notification of this typo.
9207
9208 2007-01-12  Kenichi Handa  <handa@m17n.org>
9209
9210         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9211         multibyte buffer.
9212
9213 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9214
9215         * gnus-score.el (gnus-score-fast-scoring): New variable.
9216         (gnus-score-headers): Use it.
9217
9218         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9219
9220         * message.el (message-cite-original-1):
9221         Call gnus-article-highlight-citation if requested.
9222         (message-make-from): Allow name and address as optional arguments.
9223
9224         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9225
9226         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9227         bugs to doc string.
9228         (gnus-button-alist): Add mid\\|message-id.
9229         (gnus-button-fetch-group): Extend for use in
9230         `browse-url-browser-function'.
9231         (gnus-button-url-regexp): Try to catch paired parentheses like in
9232         Wikipedia URLs.
9233
9234         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9235         Suggested by Simon Krahnke <overlord@gmx.li>.
9236
9237 2007-01-13  Romain Francoise  <romain@orebokech.com>
9238
9239         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9240         Update copyright.
9241
9242 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9243
9244         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9245
9246 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9247
9248         * gnus-registry.el (gnus-registry-unfollowed-groups)
9249         (gnus-registry-split-fancy-with-parent): Fix documentation.
9250
9251 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9252
9253         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9254         from nnweb groups.
9255
9256 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9257
9258         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9259         Xref urls.  Erase buffer before requesting head.
9260
9261         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9262
9263 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9264
9265         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9266         customizable.
9267
9268 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9269
9270         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9271         no signing key is found.
9272         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9273         no encrypting and/or signing key is found.
9274
9275 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9276
9277         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9278
9279 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9280
9281         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9282         headers read from disk with the ones newly found in the current search.
9283         This should no longer cause problems, because the article numbers in
9284         Gmane's `nov.php' output are ignored since the previous change.
9285
9286 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9287
9288         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9289
9290 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9291
9292         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9293         replace-regexp-in-string; bind url-version; fbind display-images-p and
9294         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9295         find-face and set-itimer-function for Emacs; bind itimer-list for
9296         Emacs.
9297
9298         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9299
9300 2007-01-01  Romain Francoise  <romain@orebokech.com>
9301
9302         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9303
9304 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9305
9306         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9307         `define-minor-mode' macro definition expanded properly.
9308         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9309         exclude it there.
9310
9311         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9312         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9313         `fboundp' test.
9314         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9315         This is OK to autoload in (S)XEmacs now.
9316
9317 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9318
9319         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9320         keystroke.
9321         (gnus-summary-limit-to-singletons): Fix typo.
9322
9323         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9324         else fails.
9325
9326 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9327
9328         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9329         docstring.
9330
9331         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9332         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9333         (gnus-summary-insert-dormant-articles): Fix typo in message.
9334
9335 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9336
9337         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9338         nil for XEmacs.
9339         (gnus-message-citation-mode): Don't autoload in XEmacs.
9340
9341         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9342
9343 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9344
9345         * nnimap.el (nnimap-expunge-search-string):
9346         Mention nnimap-search-uids-not-since-is-evil in docstring.
9347
9348 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9349
9350         * spam.el: Revert to make-obsolete-variable because
9351         define-obsolete-variable-alias is not supported in Emacs 21.
9352
9353         * spam.el (spam-ifile-path, spam-ifile-database-path)
9354         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9355         make-obsolete-variable.
9356         (spam-bsfilter-path, spam-bsfilter-program)
9357         (spam-spamassassin-path, spam-spamassassin-program)
9358         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9359         Don't use "path" inappropriately.
9360         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9361         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9362         variable names.
9363
9364 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9365
9366         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9367         summary buffer.
9368
9369         * password.el (password-cache-remove): Use clear-string to burn
9370         password, if available.
9371
9372 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9373
9374         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9375
9376         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9377
9378         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9379         (gnus-message-highlight-citation): Move defcustom here from
9380         gnus-cite.el.
9381         (gnus-message-citation-mode): Autoload.
9382
9383         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9384         checks to make it compile with XEmacs.
9385         (gnus-message-citation-mode): New minor mode.
9386         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9387         (gnus-message-highlight-citation): New variables.
9388         (gnus-message-search-citation-line)
9389         (gnus-message-add-citation-keywords)
9390         (gnus-message-remove-citation-keywords)
9391         (turn-on-gnus-message-citation-mode)
9392         (turn-off-gnus-message-citation-mode): New functions.
9393
9394 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9395
9396         * gnus-cite.el: Enable highlighting of different citation levels in
9397         message-mode.
9398
9399 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9400
9401         * message.el (message-make-fqdn): Fix comment.
9402         (message-bogus-system-names): Add ".local".
9403
9404         * spam.el (spam-ifile-path, spam-ifile-program)
9405         (spam-ifile-database-path, spam-ifile-database)
9406         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9407         Don't use "path" inappropriately.
9408         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9409         strings.
9410         (spam-check-ifile, spam-ifile-register-with-ifile)
9411         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9412         Use new variable names.
9413
9414         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9415         (gnus-treat-display-smileys): Simplify using
9416         gnus-image-type-available-p.
9417
9418         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9419         available.
9420
9421         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9422         Use `display-images-p' if available.
9423
9424 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9425
9426         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9427         one after turning on the buffer's multibyteness instead of decoding
9428         them directly in the unibyte buffer that causes unexpected conversion
9429         in Emacs 23 (unicode).
9430
9431 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9432
9433         * message.el (message-generate-hashcash): Fix custom type.
9434
9435 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9436
9437         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9438
9439 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9440
9441         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9442         disconnect icons.  Add help text.
9443
9444 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9445
9446         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9447         negated to be consistent with the others we handle.
9448
9449 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9450
9451         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9452         version of gnus-summary-buffer to something, so that we can use two
9453         article buffers at the same time.
9454
9455 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9456
9457         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9458         trigger all the extra headers.
9459         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9460         sorting.
9461
9462 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9463
9464         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9465         solid groups.
9466
9467 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9468
9469         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9470
9471 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9472
9473         * legacy-gnus-agent.el: Add Copyright notice.
9474
9475 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9476
9477         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9478
9479 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9480
9481         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9482
9483         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9484         to make it work reliably in CVS Emacs.
9485         (gnus-summary-limit-strange-charsets-predicate)
9486         (gnus-summary-limit-to-predicate): New functions.
9487
9488 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9489
9490         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9491         specifying array size.
9492         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9493         array if it is too small.
9494         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9495         (gnus-sort-threads-loop): New function.
9496
9497 2006-12-06  Chris Moore  <dooglus@gmail.com>
9498
9499         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9500         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9501
9502 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9503
9504         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9505         options.
9506
9507 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9508
9509         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9510         DOS-ing the recipient.
9511
9512         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9513         the headers when creating the mapping to avoid mismappings.
9514         (nnweb-gmane-create-mapping): Always nix out old mapping.
9515
9516 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9519         and mm-verify-option to never.
9520
9521 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9522
9523         * message.el (message-signed-or-encrypted-p): New function.
9524         (message-forward-make-body): Use it.
9525
9526         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9527         Replace encode-coding-string with mm-encode-coding-string.
9528
9529 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9530
9531         * nneething.el (nneething-decode-file-name):
9532         Replace decode-coding-string with mm-decode-coding-string.
9533
9534         * gnus-int.el (gnus-open-server): Say failed server's name.
9535
9536 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9537
9538         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9539         strings to a single string.  Quote `errors-file-name'.
9540         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9541         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9542         Adjust calls.  Use `shell-quote-argument'.
9543
9544 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9545
9546         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9547         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9548
9549         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9550         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9551         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9552         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9553         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9554         (gnus-subscribe-newsgroup, gnus-1):
9555         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9556         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9557         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9558         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9559
9560 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9561
9562         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9563         keystroke.
9564         (gnus-summary-limit-to-bodies): Implement headersp.
9565
9566 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9567
9568         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9569
9570 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9571
9572         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9573
9574 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9575
9576         * message.el (message-generate-hashcash): Expand range of values to
9577         include `opportunistic'.
9578         (message-send-mail): Use it.
9579
9580 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9581
9582         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9583         and comment it.
9584
9585         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9586
9587 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9588
9589         * gnus-util.el (gnus-extract-address-components): Improve comment.
9590
9591 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9592
9593         * gnus-util.el (gnus-extract-address-components): Work with address in
9594         which the name portion contains @.
9595
9596         * lpath.el: Fbind custom-autoload.
9597
9598 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9599
9600         * gnus.el (gnus-start): Move custom group up.
9601         (gnus-select-method): Don't autoload, but make it available for
9602         `customize-variable'.
9603         (gnus-getenv-nntpserver): Don't autoload.
9604
9605 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9606
9607         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9608
9609 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9610
9611         * message.el (message-sendmail-extra-arguments): New variable.
9612         (message-send-mail-with-sendmail): Use it.
9613
9614 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9615
9616         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9617         mm-with-unibyte-current-buffer to make string unibyte.
9618
9619         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9620         mm-string-as-multibyte.
9621
9622 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9623
9624         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9625         Reported by Werner Koch <wk@gnupg.org>.
9626
9627 2006-11-14  Daiki Ueno  <ueno@p360>
9628
9629         * mml2015.el: Autoload epa-select-keys when compiling.
9630
9631 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9632
9633         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9634         message-options.
9635         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9636
9637 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9638
9639         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9640         EasyPG (< 0.0.6).
9641         (mml2015-always-trust): New user option.
9642         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9643         prompt.
9644
9645 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9646
9647         * nntp.el (nntp-authinfo-force): New variable.
9648         (nntp-send-authinfo): Use it.
9649
9650 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9651
9652         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9653         decode encoded words.  Improve prompt.  Add comment about forwarding.
9654         (message-replacement-char): Move up.
9655
9656 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9657
9658         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9659         instead of gnus-intersection because arguments of gnus-sorted-nunion
9660         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9661
9662 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9663
9664         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9665         (message-simplify-subject-functions):
9666         Enable message-strip-subject-encoded-words by default.
9667
9668 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9669
9670         * message.el (message-strip-subject-encoded-words): New function.
9671         (message-simplify-subject-functions): New variable.
9672         (message-simplify-subject): Use it.  Fix typo in doc string.
9673         Support message-strip-subject-encoded-words.
9674
9675 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9676
9677         * gnus-diary.el (gnus-diary-delay-format-function):
9678         * nndiary.el (nndiary-reminders):
9679         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9680
9681 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9682
9683         * gnus-art.el (article-hide-boring-headers): Fetch date from
9684         gnus-original-article-buffer to avoid problems with localized date
9685         strings.
9686
9687 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9690
9691 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9692
9693         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9694         New variables.
9695         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9696         (mm-charset-synonym-alist): Move some entries to
9697         mm-codepage-iso-8859-list.
9698         (mm-charset-synonym-alist, mm-charset-override-alist):
9699         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9700
9701 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9704
9705 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9706
9707         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9708         with Emacs 21 and XEmacs.
9709
9710 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9711
9712         * spam.el (spam-parse-address): New function for better parsing,
9713         catching errors, etc.
9714         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9715
9716 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9717
9718         * mm-view.el: Add interactive arg to html2text autoload.
9719
9720 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9721
9722         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9723
9724 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9725
9726         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9727         New variables.
9728         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9729         (mm-charset-synonym-alist): Move some entries to
9730         mm-codepage-iso-8859-list.
9731
9732         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9733
9734 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9735
9736         * message.el (message-citation-line-format)
9737         (message-insert-formated-citation-line): Fix implementation of %E, %N
9738         and %n according to the doc string.
9739
9740 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9741
9742         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9743         Use car-safe to avoid bad parses.
9744
9745 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9748         names.
9749
9750         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9751
9752 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9753
9754         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9755         header.
9756
9757         * message.el (message-draft-headers): Add Date.
9758         (message-headers-to-generate): Fix typo in docstring.
9759
9760         * nndraft.el (nndraft-required-headers): New variable.
9761         (nndraft-generate-headers): Use it.
9762
9763         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9764
9765 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9766
9767         * gnus-registry.el (gnus-registry-wash-for-keywords)
9768         (gnus-registry-find-keywords): New functions to allow easy searching of
9769         articles that are in the registry.
9770
9771 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9772
9773         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9774         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9775         Reported by Damien Elmes <damien@repose.cx>.
9776
9777 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9778
9779         * gnus.el (gnus-mime): Remove unused custom group.
9780
9781 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9782
9783         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9784         "blank line" when searching for end of armor headers.
9785
9786 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9787
9788         * gmm-utils.el (gmm-write-region): Fix variable name.
9789
9790 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9791
9792         * gmm-utils.el (gmm-write-region): New function based on compatibility
9793         code from `mm-make-temp-file'.
9794
9795         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9796
9797         * nnmaildir.el (nnmaildir--update-nov)
9798         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9799         Use `gmm-write-region'.
9800
9801 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9802
9803         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9804         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9805
9806         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9807
9808         * message.el (message-replacement-char): New variable.
9809         (message-fix-before-sending): Use it.
9810         (message-simplify-subject): New function to remove duplicate code.
9811         (message-reply, message-followup): Use it.
9812
9813         * gnus-sum.el (gnus-summary-make-menu-bar):
9814         Clarify gnus-summary-limit-to-articles.
9815
9816 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9817
9818         * gnus-util.el (gnus-with-local-quit): New macro.
9819
9820         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9821
9822 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9823
9824         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9825         ignore non-string data.
9826
9827 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9828
9829         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9830         non-string data (needs to be done in the registry too).
9831
9832 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9833
9834         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9835         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9836         (gnus-registry-split-fancy-with-parent)
9837         (gnus-registry-fetch-simplified-message-subject-fast)
9838         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9839         Remove text properties on ingress into the registry and when it's saved.
9840         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9841         registry from entries with no groups.
9842
9843 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9844
9845         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9846         function to remove string properties.
9847
9848 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9849
9850         * gmm-utils.el (gmm): Adjust custom version.
9851
9852         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9853         Adjust custom version.
9854
9855         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9856
9857 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9858
9859         * gnus-art.el (gnus-insert-prev-page-button)
9860         (gnus-insert-next-page-button): Simplify.  Reformat.
9861
9862 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9863
9864         * gnus-art.el (gnus-insert-prev-page-button)
9865         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9866
9867 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9868
9869         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9870
9871 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9872
9873         * gnus-art.el (gnus-insert-mime-button)
9874         (gnus-insert-mime-security-button):
9875         Apply gnus-article-button-face to MIME and security buttons.
9876
9877 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9878
9879         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9880         readable.
9881
9882 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9883
9884         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9885
9886 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9887
9888         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9889         `browse-url-of-file' instead of `browse-url'.
9890
9891 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9892
9893         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9894         regexp.  Articles containing quotation were cut prematurely.
9895
9896 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9897
9898         * message.el (message-cite-original-1): Use nobody by default for the
9899         value of From header.
9900         (message-reply): Ditto.
9901
9902 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9903
9904         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9905         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9906         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9907
9908 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9909
9910         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9911         mails in the doc string.  Add some URLs in comment.
9912         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9913
9914 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9915
9916         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9917         backslashes handling and the way to find boundaries of quoted strings.
9918
9919 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9920
9921         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9922         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9923         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9924         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9925
9926 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9927
9928         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9929         doc string.
9930         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9931
9932 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * lpath.el: Fbind epg-check-configuration.
9935
9936 2006-09-06  Simon Josefsson  <jas@extundo.com>
9937
9938         * mml2015.el (mml2015-use): Doc fix, mention epg.
9939
9940 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9941
9942         * mml2015.el (mml2015-use): Default to epg, if available.
9943
9944 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9945
9946         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9947         message-sender.
9948         (mml1991-epg-encrypt): Ditto.
9949         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9950         message-sender.
9951         (mml2015-epg-encrypt): Ditto.
9952
9953 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9954
9955         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9956         several common directories.
9957
9958 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9959
9960         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9961         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9962
9963 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9964
9965         * gnus-art.el (article-decode-encoded-words): Make it fast.
9966
9967 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9968
9969         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9970
9971         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9972         in quoted string into `\'.
9973
9974 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9975
9976         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9977         Use standard-syntax-table.
9978
9979 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9980
9981         * gnus-art.el (gnus-decode-address-function): New variable.
9982         (article-decode-encoded-words): Use it to decode headers which are
9983         assumed to contain addresses.
9984         (gnus-mime-delete-part): Remove useless `or'.
9985
9986         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9987         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9988         (gnus-nov-parse-line): Use it to decode From header.
9989         (gnus-get-newsgroup-headers): Ditto.
9990         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9991
9992         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9993         (mail-decode-encoded-address-string): New alias.
9994
9995         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9996         New function.
9997         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9998         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9999         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10000         (rfc2047-decode-string): Ditto.
10001         (rfc2047-decode-address-region): New function.
10002         (rfc2047-decode-address-string): New function.
10003
10004 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10005
10006         * message.el (message-caesar-buffer-body): Allow rotating headers.
10007
10008         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10009
10010         * message.el (message-insert-formated-citation-line): Fix %f.
10011         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10012
10013 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10014
10015         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10016         (gnus-bookmark-mouse-available-p): New macro.
10017         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10018         (gnus-bookmark-bmenu-show-infos): Use it.
10019         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10020         (gnus-bookmark-bmenu-hide-infos): Ditto.
10021         (gnus-bookmark-remove-properties): New function.
10022         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10023         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10024         (gnus-bookmark-write-file): Bind coding-system-for-write.
10025         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10026         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10027         group before selecting it.
10028         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10029         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10030         quit-window if it is not available; use gnus-mouse-2 and bind it to
10031         gnus-bookmark-bmenu-select-by-mouse.
10032         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10033         (gnus-bookmark-bmenu-select-by-mouse): New function.
10034
10035 2006-08-13  Romain Francoise  <romain@orebokech.com>
10036
10037         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10038         space.
10039
10040 2006-08-10  Romain Francoise  <romain@orebokech.com>
10041
10042         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10043         (dns-mode-soa-auto-increment-serial): New user option.
10044         (dns-mode-soa-maybe-increment-serial): New function.
10045         (dns-mode): Add the latter to `write-contents-functions'.
10046
10047 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10048
10049         * compface.el (uncompface): Use binary rather than raw-text-unix.
10050
10051 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10052
10053         * compface.el (uncompface): Make sure the eol conversion doesn't take
10054         place when communicating with the external programs.
10055         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10056
10057 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10058
10059         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10060
10061 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10062
10063         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10064         Make it more robust by parsing author and date independently.
10065
10066 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10069
10070 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10071
10072         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10073         first matching secret key.
10074         (mml2015-epg-encrypt): Ditto.
10075
10076         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10077         first matching secret key.
10078         (mml1991-epg-encrypt): Ditto.
10079
10080         * mml2015.el (mml2015-encrypt-to-self): New user option.
10081         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10082         mml2015-epg-encrypt-to-self is set.
10083
10084         * mml1991.el (mml1991-encrypt-to-self): New variable.
10085         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10086         mml1991-epg-encrypt-to-self is set.
10087
10088         * mml2015.el (mml2015-signers): New user option.
10089         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10090         (mml2015-epg-encrypt): Allow to select signing keys.
10091
10092         * mml1991.el (mml1991-signers): New variable.
10093         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10094         (mml1991-epg-encrypt): Allow to select signing keys.
10095
10096 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * nnheader.el (nnheader-insert-head): Make it work even if the file
10099         uses CRLF for the line-break code.
10100
10101 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10102
10103         * mml2015.el: Require mml-sec instead of password.
10104         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10105         (mml2015-cache-passphrase): Inherit the default value from
10106         mml-secure-cache-passphrase.
10107         (mml2015-passphrase-cache-expiry): Inherit the default value from
10108         mml-secure-passphrase-cache-expiry.
10109
10110         * mml1991.el: Require mml-sec instead of password.
10111         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10112         (mml1991-cache-passphrase): Inherit the default value from
10113         mml-secure-cache-passphrase.
10114         (mml1991-passphrase-cache-expiry): Inherit the default value from
10115         mml-secure-passphrase-cache-expiry.
10116
10117         * mml-sec.el: Require password.
10118         (mml-secure-verbose): New user option.
10119         (mml-secure-cache-passphrase): New user option.
10120         (mml-secure-passphrase-cache-expiry): New user option.
10121
10122 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10123
10124         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10125         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10126         andreas@altroot.de (Andreas Vögele).
10127
10128         FIXME: Use `tiny change'?
10129
10130 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10131
10132         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10133         workaround for the url package included with Emacs.
10134
10135         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10136
10137 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10138
10139         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10140         correctly.  This fixes a bug caused by the 2006-05-12 change.
10141
10142 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10143
10144         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10145         some information about the error when saying that the `bogus' mail
10146         group will be used.
10147
10148 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10149
10150         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10151         string.
10152
10153 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10154
10155         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10156
10157 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10158
10159         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10160
10161 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10162
10163         * mml1991.el (mml1991-function-alist): Add epg.
10164         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10165         (mml1991-epg-encrypt): New functions.
10166
10167 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10168
10169         * mml2015.el (mml2015-verbose): New variable.
10170         (mml2015-cache-passphrase): Ditto.
10171         (mml2015-passphrase-cache-expiry): Ditto.
10172         (mml2015-function-alist): Add epg.
10173         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10174         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10175         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10176         New functions.
10177
10178 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10179
10180         * message.el (message-cite-original-1): Preserve region when removing
10181         quoted text due to X-No-Archive in order to avoid bogus attribution
10182         when citing multiple messages.
10183
10184 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10185
10186         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10187         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10188
10189 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10190
10191         * gnus-diary.el (gnus-user-format-function-d)
10192         (gnus-user-format-function-D): Autoload.
10193
10194         * imap.el (Commentary): Fix typo.
10195
10196         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10197         2006-04-22 contribution.
10198
10199 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10200
10201         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10202         It didn't really fix the bogosity I'm seeing with solid web groups.
10203
10204 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10205
10206         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10207         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10208         created using server names.  If we use the feature without declaring
10209         it, Gnus does not properly manage server and group state.
10210
10211         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10212         bound.
10213
10214 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10215
10216         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10217         looking up the method using GROUP's prefix before inventing a new one.
10218         It is used on killed/unknown groups in various places where returning
10219         an all-new method isn't expected by the caller.
10220
10221         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10222         and match semantics of gnus-group-real-prefix.
10223
10224 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10225
10226         * nnmail.el (nnmail-broken-references-mailers): New variable.
10227         (nnmail-ignore-broken-references): New function generalizing
10228         nnmail-fix-eudora-headers.
10229         (nnmail-fix-eudora-headers): Now obsolete.
10230
10231         * gnus-art.el (gnus-button-handle-custom):
10232         Support `customize-apropos*'.
10233
10234 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10235
10236         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10237
10238         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10239         articles.
10240
10241 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10242
10243         * message.el (message-cite-reply-above): New variable.
10244         (message-yank-original): Use it.
10245
10246 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10249
10250 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10251
10252         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10253         as read.
10254
10255         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10256
10257 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10258
10259         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10260         (gnus-bookmark-default-file): Use gnus-directory.
10261         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10262         Remove "*" in doc string.
10263         (gnus-bookmark-write-file): Simplify.
10264         (gnus-bookmark-maybe-sort-alist): Use `when'.
10265         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10266         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10267         Add FIXME about Emacs 21 and XEmacs compatibility.
10268         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10269         compatibility.
10270         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10271         compatibility.
10272         (gnus-bookmark-menu-heading): Fix version.
10273
10274 2006-06-19  Bastien Guerry  <bzg@altern.org>
10275
10276         * gnus-bookmark.el: New file.
10277
10278 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10279
10280         * message.el (message-syntax-checks): Doc fix.
10281
10282 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10283
10284         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10285         unsubscribed groups as if they were killed ones.  It causes duplicate
10286         entries in gnus-newsrc-alist.
10287
10288 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10289
10290         * message.el (message-syntax-checks): Doc fix.
10291         (message-send-mail): Add check for continuation headers.
10292         (message-check-news-header-syntax): Fix regexp used to check for
10293         continuation headers.
10294
10295 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10298
10299 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10300
10301         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10302
10303 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10304
10305         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10306         default-truncate-lines.
10307
10308 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10309
10310         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10311         to fill the utf-8 entry.
10312
10313         * lpath.el: Fbind unicode-precedence-list.
10314
10315 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10316
10317         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10318
10319 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10320
10321         * gnus-agent.el (directory-files-and-attributes): Move all the way
10322         forward (the third and final move).
10323         (gnus-agent-read-agentview): Trap reconstruction errors due to
10324         nonexistent directory.  Handle by returning nil.
10325
10326 2006-05-30  Didier Verna  <didier@xemacs.org>
10327
10328         * message.el (message-dont-reply-to-names): Update the custom type.
10329         * message.el (message-dont-reply-to-names): New defsubst: potentially
10330         convert a list of regexps into a single one.
10331         * message.el (message-get-reply-headers): Use it.
10332         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10333
10334 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10335
10336         * gnus-agent.el (directory-files-and-attributes): Move forward.
10337
10338 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10339
10340         * gnus-ml.el (gnus-mailing-list-subscribe)
10341         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10342         (gnus-mailing-list-message): Fix doc strings.
10343
10344 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10345
10346         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10347         of doing it manually.
10348
10349 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10350
10351         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10352         comment.
10353
10354 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10355
10356         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10357         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10358         (gnus-agent-read-local): All symbols allocated in my-obarray.
10359         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10360         (gnus-agent-regenerate-group): Check numeric names to see if they are
10361         messages or groups.
10362         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10363         better way of do this...)
10364
10365         * gnus-cache.el (gnus-agent-total-fetched-for):
10366         Ignore 'dummy.group' (there should be a better way of do this...)
10367
10368 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10371         (gnus-saved-headers): Ditto.
10372         (gnus-default-article-saver): Mention functions may have properties.
10373         (gnus-article-save): Override gnus-save-all-headers and
10374         gnus-saved-headers by :headers property which saver function may have.
10375         (gnus-summary-save-in-file): Add :headers property.
10376         (gnus-summary-write-to-file): Ditto.
10377
10378         * gnus-sum.el (gnus-summary-save-article): Bind
10379         gnus-prompt-before-saving to t when saving many articles in a file;
10380         always show all headers.
10381
10382         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10383
10384 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10385
10386         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10387         marks.
10388
10389         * message.el (message-indent-citation): Add optional arguments to allow
10390         using it outside of message buffers.
10391
10392         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10393         (gnus-article-treat-unfold-headers): Use it.
10394         (gnus-article-truncate-lines): New variable.
10395         (gnus-article-mode): Use it.
10396         (gnus-article-toggle-truncate-lines): New function.
10397
10398         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10399         Add gnus-article-toggle-truncate-lines.
10400
10401         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10402         coding system in XEmacs, use binary.
10403
10404 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10405
10406         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10407         after-load-alist.
10408
10409         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10410         this function should save decoded articles.
10411         (gnus-summary-write-to-file): Use property to specify this function
10412         should save decoded articles and specify gnus-summary-save-in-file
10413         should be used to save articles other than the first one when saving
10414         many articles.
10415         (gnus-summary-save-body-in-file): Use property to specify this
10416         function should save decoded articles.
10417         (gnus-summary-write-body-to-file): Use property to specify this
10418         function should save decoded articles and specify
10419         gnus-summary-save-body-in-file should be used to save articles other
10420         than the first one when saving many articles.
10421
10422         * gnus-sum.el (gnus-summary-save-article): Simplify.
10423
10424 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * gnus-art.el (gnus-default-article-saver):
10427         Add gnus-summary-write-body-to-file.
10428         (gnus-article-save-coding-system): Don't use coding system object
10429         in XEmacs.
10430         (gnus-read-save-file-name): Add optional `dir-var' argument which
10431         specifies directory in which files are saved; work even if optional
10432         `variable' argument is not specified.
10433         (gnus-summary-write-to-file): Read file name.
10434         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10435         (gnus-summary-write-body-to-file): New function.
10436
10437         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10438         (gnus-summary-local-variables): Add it.
10439         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10440         (gnus-summary-save-article): Remove optional `decode' argument;
10441         determine whether to decode articles by the value of
10442         gnus-default-article-saver; when saving many files using
10443         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10444         it first and use gnus-summary-save-in-file or
10445         gnus-summary-save-body-in-file thereafter unless
10446         gnus-prompt-before-saving is always; move point to article which
10447         will be saved.
10448         (gnus-summary-save-article-file): Revert.
10449         (gnus-summary-write-article-file): Revert.
10450         (gnus-summary-save-article-body-file): Revert.
10451         (gnus-summary-write-article-body-file): New function.
10452
10453 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10454
10455         * gnus-art.el (gnus-default-article-saver): Doc fix.
10456         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10457         from gnus-summary-save-article-coding-system, and default to a
10458         certain coding system.
10459         (gnus-output-to-file): Add coding cookie and encode text according
10460         to gnus-article-save-coding-system; don't use mm-append-to-file.
10461
10462         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10463         gnus-art.el and rename to gnus-article-save-coding-system.
10464         (gnus-summary-save-article): Require gnus-art; don't show all
10465         headers if it decodes articles; don't add coding cookie here;
10466         don't bind mm-text-coding-system-for-write.
10467         (gnus-summary-save-article-file): Save decoded articles.
10468         (gnus-summary-write-article-file): When saving many files, use
10469         gnus-summary-write-to-file first and gnus-summary-save-in-file
10470         thereafter unless gnus-prompt-before-saving is always.
10471         (gnus-summary-save-article-body-file): Save decoded articles.
10472
10473         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10474
10475 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10476
10477         * nnrss.el (nnrss-check-group): Bind hash-index.
10478
10479 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10480
10481         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10482         its hash index.  Store this hash in `nnrss-group-data'.
10483         (nnrss-read-group-data): Update accordingly.
10484
10485 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10486
10487         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10488         entry.
10489
10490         * gnus-sum.el (gnus-summary-make-menu-bar):
10491         Add gnus-article-browse-html-article.
10492
10493 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10494
10495         * gnus-sum.el (gnus-summary-mime-map):
10496         Add gnus-article-browse-html-article.
10497
10498         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10499
10500 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10501
10502         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10503         suitable coding systems in customize.
10504
10505 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10506
10507         * mail-source.el (mail-sources): Fix custom type.
10508
10509 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10510
10511         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10512         (gnus-summary-expire-articles-now): Shorten prompt.
10513
10514         * gmm-utils.el (wid-edit): Require.
10515         (defun-gmm): Rename from `gmm-defun-compat'.
10516         (gmm-image-search-load-path): Use it.
10517         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10518
10519 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10520
10521         * gnus-sum.el (gnus-summary-save-article-coding-system):
10522         New variable.
10523         (gnus-summary-save-article): Add optional `decode' argument.
10524         If it is set and gnus-summary-save-article-coding-system is non-nil,
10525         save decoded article.
10526         (gnus-summary-write-article-file): Save decoded article if
10527         gnus-summary-save-article-coding-system is non-nil.
10528
10529         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10530         type.
10531
10532 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10533
10534         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10535
10536 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10537
10538         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10539         first to test gnus-single-article-buffer which may be buffer-local.
10540
10541         * gnus-sum.el (gnus-summary-setup-buffer):
10542         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10543         group; make gnus-article-buffer, gnus-article-current, and
10544         gnus-original-article-buffer always buffer-local.
10545         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10546         group.
10547         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10548
10549 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10550
10551         * nnml.el (nnml-request-compact-group): Compressed files might not
10552         have .gz extension.
10553
10554 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10555
10556         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10557         (mm-copy-to-buffer): Use with-current-buffer.
10558         (mm-display-part): Simplify.
10559         (mm-inlinable-p): Add optional arg `type'.
10560
10561 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10562
10563         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10564         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10565         Try harder to show the attachment internally or externally using
10566         gnus-mime-view-part-as-type.
10567
10568 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10569
10570         * message.el (message-from-style, message-signature-separator)
10571         (message-user-organization-file, message-send-mail-function)
10572         (message-citation-line-function, message-yank-prefix)
10573         (message-indent-citation-function, message-signature)
10574         (message-signature-file, message-signature-insert-empty-line):
10575         Remove autoloads.
10576
10577         * gnus-art.el (gnus-buttonized-mime-types):
10578         Remove "multipart/signed".  Revert 2006-04-26 change.
10579
10580 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10581
10582         * gnus.el (gnus-version-number): Bump version.
10583
10584 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10585
10586         * gnus.el: No Gnus v0.5 is released.
10587
10588 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10589
10590         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10591         fetching articles by message-id.
10592
10593 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10594
10595         * message.el (hashcash): Require hashcash as normal.
10596
10597         * ecomplete.el (ecomplete-highlight-match-line):
10598         Use point-at-eol.
10599         (ecomplete-highlight-match-line): Use `highlight', because that
10600         face exists in both Emacs and XEmacs.
10601
10602         * message.el (message-display-abbrev): Use point-at-bol.
10603
10604         * mail-source.el: Don't require timer/timer-funcs.
10605
10606         * gnus-async.el: Ditto.
10607
10608         * password.el: Ditto.
10609
10610         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10611
10612         * mm-url.el: Ditto.
10613
10614         * gnus-xmas.el: Don't require timer-funcs.
10615
10616         * mm-util.el: Require timer/timer-funcs.
10617
10618 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10619
10620         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10621         Close.
10622
10623 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10624
10625         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10626         unibyte after clear-decrypt function runs.
10627
10628         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10629         returns as a unibyte string.
10630
10631 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * lpath.el: Revert.
10634
10635         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10636         (pgg-gpg-process-sentinel): Revert.
10637
10638         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10639         (pgg-pgp-lookup-key): Revert.
10640
10641         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10642         (pgg-pgp5-lookup-key): Revert.
10643
10644         * pgg.el (pgg-fetch-key): Revert.
10645
10646 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10647
10648         * lpath.el: Fbind string-as-multibyte for XEmacs.
10649
10650         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10651         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10652         (mml1991-pgg-encrypt): Ditto.
10653
10654         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10655         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10656         a multibyte buffer.
10657
10658         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10659         (pgg-pgp-lookup-key): Ditto.
10660
10661         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10662         (pgg-pgp5-lookup-key): Ditto.
10663
10664         * pgg.el (pgg-fetch-key): Ditto.
10665
10666 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10667
10668         * message.el (message-user-organization-file): Check several
10669         locations of the organization file.
10670
10671         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10672         Add gnus-article-view-part-as-type.
10673
10674         * gnus-art.el (gnus-article-view-part-as-type): New function.
10675
10676         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10677         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10678
10679         * mml.el: Simplify autoload.
10680         (mml-mode): defvar dnd-protocol-alist instead of using
10681         symbol-value.
10682         (mml-default-directory): New variable.
10683         (mml-minibuffer-read-file): Use it.
10684         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10685
10686         * message.el (message-citation-line-format): New variable.
10687         (message-insert-formated-citation-line): New function.
10688         (message-citation-line-function):
10689         Add `message-insert-formated-citation-line' to custom type.
10690
10691         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10692         to doc string.
10693
10694         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10695         depending on mm-verify-option.
10696
10697 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10698
10699         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10700         binding pgg-* variables; reimplement the section which prevents
10701         MIME header from being signed.
10702         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10703         pgg-text-mode; remove a blank line at the top of body.
10704
10705         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10706         lines at the top of body; use gnus-newsgroup-charset if there's no
10707         Charset header.
10708
10709 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * message.el (message-self-insert-commands): Doc fix.
10712
10713         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10714         (mm-uu-pgp-encrypted-test): Ditto.
10715         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10716         between header and body; return application/pgp-encrypted handle
10717         if decryption failed; decode decrypted body by charset.
10718
10719         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10720         element match to application/pgp-*.
10721
10722 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10723
10724         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10725         HTML.
10726
10727 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10728
10729         * mail-source.el (mail-source-call-script): Message the error
10730         string.
10731
10732 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10733
10734         * gnus-util.el (gnus-byte-compile): Use it.
10735
10736 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10737
10738         * gnus-util.el (kill-empty-logs): New function.
10739
10740 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10741
10742         * message.el (message-mail-alias-type): Doc fix.
10743         (message-mail-alias-type-p): New function.
10744         (message-send): Use it.
10745         (message-mode): Ditto.
10746         (message-strip-forbidden-properties): Ditto.
10747
10748         * ecomplete.el (ecomplete-database-file-coding-system):
10749         New variable.
10750         (ecomplete-save): Use it.
10751         (ecomplete-setup): Use it.
10752
10753 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10754
10755         * message.el (message-self-insert-commands): New variable.
10756         (message-strip-forbidden-properties): Use it.
10757
10758 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10759
10760         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10761         that doesn't make XEmacs choke.
10762
10763 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10764
10765         * gnus-util.el (gnus-replace-in-string):
10766         Prefer replace-regexp-in-string over of replace-in-string.
10767
10768 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10769
10770         * gnus-util.el (gnus-select-frame-set-input-focus):
10771         Use select-frame-set-input-focus if it is available in XEmacs; use
10772         definition defined in Emacs 22 for old Emacsen.
10773
10774         * dgnushack.el: Autoload unmorse-region for XEmacs.
10775
10776         * lpath.el: Bind cursor-in-non-selected-windows and
10777         select-frame-set-input-focus for XEmacs.
10778
10779 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10780
10781         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10782
10783 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10784
10785         * gnus-registry.el (gnus-registry-cache-save): Remove text
10786         properties when saving via the temp buffer.
10787
10788 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10789
10790         * message.el (message-generate-hashcash): Honor custom type.
10791
10792 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10793
10794         * message.el (message-generate-hashcash): Default to non-nil when
10795         hashcash is found.
10796
10797         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10798         (gnus-refer-thread-limit): Increase default to 500.
10799
10800         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10801
10802         * flow-fill.el (fill-flowed): Allow delete-space.
10803
10804 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10805
10806         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10807         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10808         Remove autoloads.
10809
10810 2006-04-18  Simon Josefsson  <jas@extundo.com>
10811
10812         * message.el (message-generate-hashcash): Default to.
10813
10814 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10815
10816         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10817         concatenating segments rather than before concatenating them.
10818
10819 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10820
10821         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10822
10823 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10824
10825         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10826
10827         * message.el (message-forward-make-body-plain):
10828         Allow message-forward-ignored-headers to be a list.
10829         (message-remove-ignored-headers): Factor out into function.
10830         (message-forward-make-body-mml): Use it.
10831
10832         * imap.el (imap-quote-specials): New function.
10833         (imap-login-auth): Quote specials.
10834
10835         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10836         (rfc2231-parse-string): Allow concatanation of parameters that
10837         aren't contiguous.  The test case is
10838           (mail-header-parse-content-type "message/external-body;
10839             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10840             access-type=LOCAL-FILE;
10841             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10842
10843 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10844
10845         * nntp.el (nntp-accept-process-output): Return the value of
10846         `nnheader-accept-process-output'.
10847
10848 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10849
10850         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10851         (gnus-button-alist): Recognize more diff formats.
10852         (gnus-button-patch): Strip directory.
10853
10854 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10855
10856         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10857         Emacs 22 when setting focus.
10858
10859 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10860
10861         * gnus-art.el (gnus-article-treat-types): Do treatment of
10862         text/x-verbatim parts.
10863         (gnus-button-patch): New command.
10864
10865         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10866         addresses that contain invalid characters.
10867
10868 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10869
10870         * message.el (message-put-addresses-in-ecomplete):
10871         Use gnus-replace-in-string.
10872         (message-is-yours-p): Use the more correct
10873         mail-header-parse-address instead of
10874         mail-extract-address-components.
10875         (message-put-addresses-in-ecomplete): Fix typo.
10876
10877         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10878         keystroke.
10879
10880         * gnus-art.el (gnus-treatment-function-alist): Change order of
10881         newsgroups/generic header folding to avoid double-folding.
10882
10883         * message.el (message-hidden-headers): Add X-Draft-From.
10884
10885         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10886         New command.
10887         (gnus-summary-repeat-search-article-backward): New command.
10888
10889         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10890         groups in the parent topic.
10891
10892 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10893
10894         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10895         (spam-extra-header-to-number): Return the CRM114 number as a
10896         number instead of a string.
10897
10898 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10899
10900         * gnus-art.el (gnus-face-properties-alist): Move here from
10901         gnus-fun.
10902
10903         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10904
10905 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10906
10907         * message.el (message-strip-forbidden-properties): Only display on
10908         self-insert-command.
10909
10910         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10911         reindent.
10912         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10913
10914 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10915
10916         * smiley.el (smiley-style): Fix typo.
10917
10918 2006-03-23  Kenichi Handa  <handa@m17n.org>
10919
10920         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10921         instead of set-buffer-multibyte.
10922
10923 2006-03-23  Kenichi Handa  <handa@m17n.org>
10924
10925         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10926         buffer and then decode the buffer text if necessary.
10927         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10928         first, and after mm-encode-body, change the buffer to unibyte.
10929
10930 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10931
10932         * hashcash.el (hashcash-insert-payment-async-2):
10933         Use message-goto-eoh instead of doing it manually.
10934         (mail-add-payment): Use message-narrow-to-header instead of trying
10935         to do the same itself.
10936
10937         * message.el (message-hidden-headers): Add Face.
10938
10939         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10940         reparenting code.
10941         (gnus-summary-reparent-children): Refactored out code.
10942         (gnus-summary-thread-map): New keystroke.
10943         (gnus-summary-reparent-children): Make into command.
10944
10945         * smiley.el (smiley-style): Default to `medium' if using a large
10946         font.
10947
10948         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10949         does it itself.
10950
10951         * message.el (message-point-in-header-p): Simplify definition.
10952
10953 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10954
10955         * nnagent.el (nnagent-request-set-mark): Silence log file
10956         writing.
10957         (nnagent-request-set-mark): Use write-region instead of
10958         append-to-file.
10959
10960         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10961         strange select method.
10962
10963         * ecomplete.el (ecomplete-display-matches): Get highlightling
10964         right.
10965         (ecomplete-display-matches): Use literals.
10966         (ecomplete-display-matches): Disable message logging.
10967
10968         * message.el (message-display-abbrev): Small optimization.
10969
10970         * ecomplete.el (ecomplete-display-matches): Allow automatic
10971         display.
10972
10973         * message.el (message-strip-forbidden-properties):
10974         Display abbrevs.
10975         (message-display-abbrev): Get automatic display right.
10976
10977         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10978         keystrokes.
10979
10980 2006-04-13  Romain Francoise  <romain@orebokech.com>
10981
10982         TODO: Backport to v5-10!
10983
10984         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10985         Move here (and rename) from gnus-registry.el.
10986
10987         * gnus-registry.el: Require gnus-util.
10988         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10989
10990 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10991
10992         * gnus-group.el (gnus-group-catchup-current):
10993         Change if-then-else-if-then-else into cond.
10994         (gnus-group-catchup): Indent.
10995         (group-name-at-point): New function.
10996         (gnus-fetch-group): Provide default from thing at point.
10997
10998 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10999
11000         * message.el (message-display-abbrev): Fix regexp.
11001
11002         * ecomplete.el (ecomplete-highlight-match-line):
11003         Reimplement choosing.
11004         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11005         dead variables.
11006
11007         * message.el (message-newline-and-indent): Remove debugging.
11008         (message-display-abbrev): Use new implementation.
11009
11010 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11011
11012         * gnus-art.el (gnus-article-mode):
11013         Set cursor-in-non-selected-windows to nil.
11014
11015         * smiley.el: Revert previous change.
11016         (smiley-data-directory): defvar it before using it in the
11017         defcustom of `smiley-style'.
11018
11019 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11020
11021         * message.el (message-newline-and-indent): New function.
11022
11023         * ecomplete.el: Implement more bits.
11024
11025         * message.el (message-put-addresses-in-ecomplete): Clean up the
11026         string.
11027
11028         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11029
11030         * gnus-sum.el (gnus-summary-save-parts):
11031         Bind gnus-summary-save-parts-counter and use it to make unique file
11032         names.
11033
11034         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11035
11036         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11037         parameter to say whether to actually parse the individual
11038         addresses.
11039
11040         * message.el (message-put-addresses-in-ecomplete): New function.
11041         (ecomplete): Require.
11042         (message-mail-alias-type): Add ecomplete as an option.
11043
11044 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11045
11046         * flow-fill.el (fill-flowed): Remove trailing space from blank
11047         quoted lines.
11048
11049 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11050
11051         * smiley.el (smiley-style): Move definition later to avoid a
11052         compilation warning.
11053
11054 2006-04-12  Kenichi Handa  <handa@m17n.org>
11055
11056         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11057         buffer and then decode the buffer text if necessary.
11058         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11059         first, and after mm-encode-body, change the buffer to unibyte.
11060         Use mm-disable-multibyte instead of set-buffer-multibyte.
11061
11062 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11063
11064         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11065         Content-Type header instead of Content-Disposition header.
11066         (gnus-mime-inline-part): Ditto.
11067         (gnus-mime-view-part-as-charset): Ignore charset that the part
11068         specifies.
11069
11070         * mm-decode.el (mm-display-part): Work with external parts and
11071         usual parts similarly.
11072
11073         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11074         instead of gnus-display-mime.
11075
11076         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11077         instead of with-temp-buffer.
11078
11079         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11080         tag to summarized topics part in order to encode non-ASCII text.
11081
11082 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11083
11084         * smiley.el (smiley-style): New variable.
11085         (smiley-directory): New function.
11086         (smiley-data-directory): Derive from `smiley-style' using
11087         `smiley-directory'.
11088         (smiley-regexp-alist): Add new entries.
11089
11090         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11091         (gnus-article-browse-delete-temp): Add :version.
11092
11093 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11094
11095         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11096         the sieve region.
11097
11098 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11099
11100         * gnus.el (gnus-version-number): Bump version.
11101
11102 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11103
11104         * gnus.el: No Gnus v0.4 is released.
11105
11106 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11107
11108         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11109         layout.
11110
11111         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11112         unknown charset.
11113
11114         * message.el (message-header-synonyms): Add Original-To to the
11115         default.
11116
11117         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11118         optional parameter.
11119
11120 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11121
11122         * gnus-fun.el (gnus): Require it for gnus-directory.
11123
11124 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11127
11128 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11129
11130         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11131
11132 2006-04-05  Simon Josefsson  <jas@extundo.com>
11133
11134         * password.el (password-reset): New function.
11135
11136 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11137
11138         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11139         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11140
11141 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11142
11143         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11144         Some whitespace was matched into the url, which broke browsing hits
11145         > 100 when mm-url-use-external was nil.
11146
11147 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11148
11149         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11150         Check gnus-extra-headers for 'Newsgroups.
11151
11152         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11153         bound.
11154
11155 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11156
11157         * pgg-gpg.el: Clean up process buffers every time gpg processes
11158         complete.
11159
11160 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11161
11162         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11163         doc string.
11164
11165 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11166
11167         * pgg-gpg.el (pgg-gpg-process-filter)
11168         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11169
11170         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11171         lines, temporary fix.
11172
11173 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11174
11175         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11176
11177 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11178
11179         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11180         default-enable-multibyte-characters.  This reverts the change from
11181         revision 6.17 which is no longer necessary because the passphrase
11182         is sent separately now.  GnuPG messages are unreadable under
11183         multibyte locales with default-enable-multibyte-characters set to
11184         nil.
11185
11186 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11187
11188         * message.el (message-tool-bar-gnome): Move "spell".
11189
11190 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11191
11192         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11193         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11194         instead.
11195
11196 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11197
11198         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11199         Improve newsgroups handling for NNTP overviews which don't include
11200         Newsgroups.
11201
11202 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11203
11204         * message.el (message-resend): Bind message-generate-hashcash to nil.
11205
11206 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11207
11208         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11209         when searching for already-paid recipients.
11210
11211 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11212
11213         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11214         passphrases when it is not needed.
11215         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11216         passphrase stuff from gpg, should only be necessary when you use
11217         gpg with a smartcard.
11218
11219 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * mml.el (mml-insert-mime): Ignore cached contents of
11222         message/external-body part.
11223
11224         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11225         (mm-insert-part): Ditto.
11226
11227 2006-03-23  Simon Josefsson  <jas@extundo.com>
11228
11229         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11230         Reiner.
11231         (pgg-gpg-use-agent-p): Use it again.
11232
11233 2006-03-23  Simon Josefsson  <jas@extundo.com>
11234
11235         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11236         older emacsen.
11237         (pgg-gpg-use-agent-p): Don't use it.
11238
11239 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11240
11241         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11242         if we can.
11243
11244 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11245
11246         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11247         (pgg-gpg-update-agent): New function.
11248         (pgg-gpg-use-agent-p): New function.
11249         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11250         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11251         (pgg-gpg-sign-region): Use it.
11252
11253 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11254
11255         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11256         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11257
11258 2006-03-21  Simon Josefsson  <jas@extundo.com>
11259
11260         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11261         <wilde@sha-bang.de>.
11262         (pgg-gpg-use-agent): New variable.
11263         (pgg-gpg-process-region): Use it.
11264         (pgg-gpg-encrypt-region): Likewise.
11265         (pgg-gpg-encrypt-symmetric-region): Likewise.
11266         (pgg-gpg-decrypt-region): Likewise.
11267         (pgg-gpg-sign-region): Likewise.
11268         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11269
11270 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11271
11272         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11273
11274         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11275         Add comment on version.
11276
11277 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11278
11279         * smiley.el: Add missing test smiley.
11280
11281 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11282
11283         * mm-decode.el (mm-with-part): New macro.
11284         (mm-get-part): Use it; work with message/external-body as well.
11285         (mm-save-part): Treat name and filename equally.
11286
11287         * mm-extern.el (mm-extern-cache-contents): New function.
11288         (mm-inline-external-body): Use it; force the part to be displayed;
11289         move undisplayer added to the cached handle to the parent.
11290
11291         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11292         (gnus-mime-view-part-as-type): Work with message/external-body.
11293
11294         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11295
11296 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11297
11298         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11299         images in image-load-path.  [Sync with image.el, revision 1.60, in
11300         Emacs.]
11301
11302 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11303
11304         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11305         path rather than symbol.  Always return list of directories.
11306         Guarantee that image directory comes first.  [Sync with image.el,
11307         revision 1.59, in Emacs.]
11308
11309         * message.el (message-make-tool-bar): Adjust to new API of
11310         `gmm-image-load-path-for-library'.
11311
11312         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11313
11314         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11315
11316 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11317
11318         * gnus-art.el (gnus-article-only-boring-p):
11319         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11320         intangible text.
11321         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11322
11323 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11324
11325         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11326         Use `defun' instead of `gmm-defun-compat'.
11327
11328 2006-03-14  Simon Josefsson  <jas@extundo.com>
11329
11330         * message.el (message-unique-id): Don't use message-number-base36
11331         if (user-uid) is a float.
11332         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11333
11334 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11335
11336         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11337
11338         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11339         empty line between a part and a message part.
11340
11341 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11342
11343         * smiley.el: Add more test smileys.
11344         (smiley-data-directory, smiley-regexp-alist)
11345         (gnus-smiley-file-types): Fix doc strings.
11346         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11347         adding new elements.
11348         (smiley-mouse-map): Unused code.  Make it a comment.
11349
11350 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11351
11352         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11353         scan latest NoCeM messages instead of old ones.
11354         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11355         delimiters that are recently used.
11356         (gnus-nocem-load-cache): Add autoload cookie.
11357
11358         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11359
11360         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11361         level which is larger than gnus-use-nocem is specified.
11362
11363         * gnus-group.el (gnus-group-get-new-news): Ditto.
11364
11365 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11366
11367         * gnus-util.el (gnus-tool-bar-update): New function.
11368
11369         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11370         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11371
11372         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11373
11374         * gnus-group.el (gnus-group-redraw-when-idle)
11375         (gnus-group-redraw-check): Remove.
11376         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11377
11378 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11379
11380         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11381         if optional last element is specified in splits (FIELD VALUE...).
11382
11383 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11384
11385         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11386         to gmm-image-load-path-for-library.  Call with no-error argument.
11387         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11388
11389         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11390
11391         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11392
11393         * gmm-utils.el (gmm-image-load-path): Remove alias.
11394
11395 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11396
11397         * gmm-utils.el (gmm-image-load-path): Add alias.
11398
11399         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11400         nnml-generate-nov-databases-1.
11401         (nnml-generate-nov-databases): Use it.
11402         (nnml-generate-nov-databases-directory): Document no-active
11403         argument.
11404
11405         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11406         directory if path is t.  Add no-error.
11407
11408         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11409         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11410
11411         * gnus-art.el (gnus-article-browse-delete-temp-files):
11412         Simplify resetting gnus-article-browse-html-temp-list.
11413
11414         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11415         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11416         Add example to docstring.  Rename local variables.  Move error
11417         checks to default case in cond and simplify.
11418
11419 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11420
11421         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11422         handle is multipart when calling it recursively.
11423         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11424
11425 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11426
11427         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11428         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11429
11430 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11433         is loaded.
11434
11435         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11436         loaded.
11437
11438 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11439
11440         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11441         to "Emacs 23 (unicode)" in doc string.
11442
11443         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11444         "Emacs 23 (unicode)" in comment.
11445
11446 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11447
11448         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11449
11450         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11451         characters 160 through 255 in Emacs 23.
11452
11453 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11454
11455         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11456         gnus-article-browse-html-temp.
11457         (gnus-article-browse-delete-temp): Make it customizable.
11458         Add `file'.  Adjust doc string.
11459         (gnus-article-browse-delete-temp-files): Add argument.
11460         Allow query for each file.  Adjust doc string.
11461         (gnus-article-browse-html-parts):
11462         Add `gnus-article-browse-delete-temp-files' to
11463         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11464
11465 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11466
11467         * gnus-art.el (gnus-article-browse-html-temp)
11468         (gnus-article-browse-delete-temp): New variables.
11469         (gnus-article-browse-delete-temp-files): New function.
11470         (gnus-article-browse-html-parts): Use it.
11471
11472 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11473
11474         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11475
11476         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11477         string.
11478
11479         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11480         gnus-summary-insert-new-articles when unplugged.
11481         Remove gnus-summary-search-article-forward.
11482
11483         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11484         display-visual-class instead of display-color-cells.
11485
11486 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11487
11488         * dgnushack.el: Autoload customize-group for XEmacs.
11489
11490         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11491         message/* containing non-ASCII text properly.
11492
11493 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11494
11495         * message.el: Require gmm-utils, remove autoloads.
11496         (message-tool-bar): Set default based on
11497         gmm-tool-bar-style.
11498         (message-tool-bar-gnome): Add gmm-customize-mode.
11499
11500         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11501         gmm-tool-bar-style.
11502         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11503
11504         * gnus-group.el (gnus-group-tool-bar): Set default based on
11505         gmm-tool-bar-style.
11506         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11507
11508         * gmm-utils.el (gmm-image-directory): Rename variable from
11509         gmm-image-load-path.
11510         (gmm-image-load-path): Use gmm-image-directory.
11511         (gmm-customize-mode): New function.
11512         (gmm-tool-bar-style): New variable.
11513
11514         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11515         gnus-group-redraw-line-number.
11516         (gnus-group-redraw-check): Simplify.
11517         (gnus-group-tool-bar-update): Remove redraw check.
11518         (gnus-group-make-tool-bar): Add redraw check.
11519
11520 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11521
11522         * gnus-art.el (gnus-button): Add missing parentheses.
11523
11524 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11525
11526         * lpath.el: Fbind line-number-at-pos.
11527
11528 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11529
11530         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11531
11532 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11533
11534         * gnus-art.el (gnus-button): New face.
11535         (gnus-article-button-face): Use it.
11536
11537         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11538         Add gnus-summary-next-page.  Re-order.
11539
11540         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11541         next-node are now included.
11542         (gnus-group-redraw-line-number): New internal variable.
11543         (gnus-group-redraw-check): Helper function for updating the tool
11544         bar.
11545         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11546
11547         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11548
11549         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11550         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11551         Use it to match format of Spamassassin 3.0 and later.
11552         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11553         (spam-check-bogofilter)
11554         (spam-bogofilter-register-with-bogofilter): Fix args of
11555         `gnus-error' calls.
11556
11557 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11558
11559         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11560         unnecessary interaction when sending queued mails.
11561         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11562
11563 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11564
11565         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11566         first or last are nil.
11567
11568 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11569
11570         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11571
11572 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11573
11574         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11575
11576 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11577
11578         * dns.el (query-dns): Protect more against buggy tcp output.
11579
11580 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11581
11582         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11583         nov.php.
11584
11585 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11586
11587         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11588         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11589         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11590         output on the server side.
11591         (nnweb-google-create-mapping): Update regexps and add some
11592         progress indication.
11593
11594 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11595
11596         * gnus-group.el (gnus-group-tool-bar-gnome):
11597         Fix gnus-agent-toggle-plugged.  Re-order icons.
11598         (gnus-group-tool-bar-gnome):
11599         Add gnus-group-{prev,next}-unread-group.
11600         (gnus-group-tool-bar-gnome): Re-order icons.
11601
11602         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11603         Move gnus-summary-insert-new-articles.
11604
11605         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11606         Fix comments.
11607
11608         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11609         also available in Emacs 21.3.
11610
11611         * message.el (message-fix-before-sending): Change "Emacs 22" to
11612         "Emacs 23 (unicode)" in comment.
11613
11614         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11615         "Emacs 23 (unicode)" in comment.
11616
11617         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11618         comment.
11619         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11620
11621         * mm-view.el (mm-fill-flowed): Add :version.
11622
11623 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11624
11625         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11626         and load-path.
11627
11628 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11629
11630         * message.el: Autoload gmm-image-load-path.
11631         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11632         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11633         consitency.
11634
11635         * gmm-utils.el (gmm-image-load-path): Also search in
11636         "../etc/images".  Don't set gmm-image-load-path if we don't find
11637         the image.
11638
11639 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11640
11641         * gmm-utils.el (gmm-image-load-path): Don't make
11642         `gmm-image-load-path' include subdirectories which the second arg
11643         `image' might specify.
11644
11645         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11646         subdirectory to icon file names.
11647
11648         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11649
11650 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11651
11652         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11653         gmm-image-load-path calls.
11654
11655         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11656
11657         * message.el (message-make-tool-bar): Ditto.
11658
11659         * mml.el (mml-preview): Add comment concerning tool bar icons.
11660
11661         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11662         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11663
11664         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11665         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11666
11667         * message.el (message-tool-bar-gnome): Use new icon names.
11668         (message-make-tool-bar): Use `gmm-image-load-path'.
11669
11670         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11671         New functions from MH-E.
11672         (gmm-image-load-path): New variable from MH-E.
11673         (gmm-image-load-path): New function from MH-E.  Add arguments
11674         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11675         *-image-load-path-called-flag.
11676
11677 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11678
11679         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11680
11681 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11682
11683         * nnimap.el (nnimap-request-move-article): Change folder back to
11684         source group before deleting.
11685
11686 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11687
11688         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11689
11690         * gnus-art.el (mm-url-insert-file-contents-external):
11691         Autoload mm-url.
11692
11693         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11694
11695 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11698         coding system which mm-charset-to-coding-system returns for a
11699         given charset is valid.
11700
11701 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11702
11703         * html2text.el (html2text-remove-tag-list):
11704         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11705
11706 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11707
11708         * gnus-cus.el: Revert 2005-10-17 change.
11709
11710 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11711
11712         * gnus-art.el (article-strip-banner):
11713         Call article-really-strip-banner only when the regexp match is made.
11714
11715 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11716
11717         * gnus-art.el (article-strip-banner):
11718         Use gnus-extract-address-components instead of
11719         mail-header-parse-addresses to make it work with non-ASCII text;
11720         remove mail-encode-encoded-word-string.
11721
11722         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11723         values which are surrounded with \"...\"; make it never cause a
11724         Lisp error; give up parsing of parameters if it failed in
11725         extracting type.
11726
11727 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11728
11729         * smime.el (smime-cert-by-ldap-1): Fix bug where
11730         `smime-ldap-search' returns results without userCertificates.
11731
11732 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11733
11734         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11735
11736 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11737
11738         * spam.el (spam-check-spamassassin-headers): Adapt format for
11739         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11740         <ari@mbf.ocn.ne.jp>.
11741         (spam-list-of-processors): Add spam-use-gmane.
11742
11743 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11744
11745         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11746         make-temp-file; make it work with XEmacs as well.
11747
11748         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11749         mm-make-temp-file.
11750
11751         * mm-decode.el (mm-display-external): Use the 3rd arg of
11752         mm-make-temp-file.
11753         (mm-create-image-xemacs): Ditto.
11754
11755 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11756
11757         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11758         with message-narrow-to-headers.
11759         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11760         (gnus-draft-check-draft-articles): New function.
11761         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11762
11763 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11764
11765         * gnus-art.el (gnus-article-browse-html-parts):
11766         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11767         Don't use suffix argument for mm-make-temp-file for Emacs 21
11768         compatibility.  Remove useless `format'.
11769
11770 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11771
11772         * nnweb.el (nnweb-google-wash-article): Update regexps.
11773         (nnweb-group-alist): Use defvoo instead of defvar.
11774
11775 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11776
11777         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11778         re-loading nn* modules.
11779
11780 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11781
11782         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11783         for `tool-bar-mode' and don't check it's default-value.
11784
11785         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11786
11787         * message.el (message-make-tool-bar): Ditto.
11788
11789         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11790         `substring'.  Shorten tmp-file name.
11791
11792         * gnus.el: Remove bogus comment.
11793
11794 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11795
11796         * gnus-art.el (gnus-article-browse-html-parts): New function.
11797         (gnus-article-browse-html-article): New function for viewing html
11798         articles with a browser.
11799
11800 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11801
11802         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11803         in elisp.
11804         (pgg-gpg-encrypt-symmetric-region): Ditto.
11805         (pgg-gpg-sign-region): Ditto.
11806
11807         * pgg-def.el (pgg-text-mode): New variable.
11808
11809         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11810         (mml2015-pgg-encrypt): Ditto.
11811
11812         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11813         (mml1991-pgg-encrypt): Ditto.
11814
11815 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11816
11817         * nnfolder.el (nnfolder-insert-newsgroup-line):
11818         Use message-make-date instead of current-time-string.
11819
11820         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11821         to gnus-decoded which mm-uu might set.
11822
11823 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11824
11825         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11826         don't decode quoted parameters; remove misimported Emacs code.
11827         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11828         (rfc2231-decode-encoded-string): Don't use split-string which
11829         behaves differently according to Emacs version; use
11830         mm-decode-coding-region to convert charset to coding-system.
11831         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11832         (rfc2231-encode-string): Remove misimported Emacs code.
11833
11834 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11835
11836         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11837         when calling mail-header-parse-content-type.
11838         (article-de-quoted-unreadable): Ditto.
11839         (article-de-base64-unreadable): Ditto.
11840         (article-wash-html): Ditto.
11841
11842         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11843         calling mail-header-parse-content-type and
11844         mail-header-parse-content-disposition.
11845         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11846         mail-header-parse-content-type.
11847
11848         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11849         insert charset and format parameters; encode description after
11850         inserting it to buffer.
11851         (mml-insert-parameter): Fold lines properly even if a parameter is
11852         segmented into two or more lines; change the max column to 76.
11853
11854         * rfc1843.el (rfc1843-decode-article-body): Don't use
11855         ignore-errors when calling mail-header-parse-content-type.
11856
11857         * rfc2231.el (rfc2231-parse-string): Return at least type if
11858         possible; don't cause an error even if it fails in parsing of
11859         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11860         (rfc2231-encode-string): Don't break lines at the beginning, leave
11861         it to mml-insert-parameter.
11862
11863         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11864         calling mail-header-parse-content-type.
11865
11866 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11867
11868         * spam-report.el (spam-report-gmane-use-article-number):
11869         Improve doc string.
11870         (spam-report-gmane-internal): Check if a suitable header was found
11871         in the article.
11872
11873 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11874
11875         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11876         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11877
11878 2006-02-05  Romain Francoise  <romain@orebokech.com>
11879
11880         Update copyright notices of all files in the gnus directory.
11881
11882 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11883
11884         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11885
11886 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11887
11888         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11889         segmented lines of parameter value to cope with Thunderbird 1.5
11890         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11891         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11892         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11893
11894 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11895
11896         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11897         parts.
11898
11899 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11900
11901         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11902         there's only one active file for all servers.
11903         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11904         solid groups.  Gnus might have used a FAST request to select the group.
11905         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11906         and nnweb-search redundantly in the active file.
11907         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11908         (nnweb-request-create-group): Don't use ARGS.
11909         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11910         initialisations.  Let nnoo do the work.
11911
11912 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11915         Say the part has been decoded.
11916
11917         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11918
11919 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11920
11921         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11922         mailcap-viewer-test-cache when there's no 'test clause, since that
11923         will invert the meaning of a "nil" test previously determined by
11924         mailcap-mailcap-entry-passes-test.
11925
11926 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11927
11928         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11929         compiling.
11930
11931         * gnus-sum.el: Ditto.
11932
11933         * message.el: Don't bind tool-bar-map when compiling.
11934
11935 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11936
11937         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11938
11939 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11940
11941         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11942         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11943         current Google Groups.
11944
11945 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11946
11947         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11948         and tool-bar-mode.
11949
11950         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11951         and tool-bar-mode.
11952
11953         * message.el (message-tool-bar-update): Simplify.
11954         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11955
11956         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11957         gnus-summary-buffer.
11958         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11959         gnus-summary-reply.
11960
11961         * gmm-utils.el (gmm): Add :version.
11962
11963 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * Makefile.in (clean): New rule.
11966         (distclean): Use it.
11967
11968 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11969
11970         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11971         Don't autoload.
11972
11973 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11974
11975         * gmm-utils.el (gmm-verbose): Add :group.
11976
11977 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11978
11979         * message.el: Change some comments WRT tool-bars.
11980
11981         * gnus-sum.el (gnus-summary-tool-bar)
11982         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11983         (gnus-summary-tool-bar-zap-list): New variables.
11984         (gnus-summary-make-tool-bar): Complete rewrite using
11985         `gmm-tool-bar-from-list'.
11986
11987         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11988         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11989         New variables.
11990         (gnus-group-make-tool-bar): Complete rewrite using
11991         `gmm-tool-bar-from-list'.
11992         (gnus-group-tool-bar-update): New function.
11993
11994         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11995
11996 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11997
11998         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11999         is dissected into a single part of which the type is the same as
12000         the given one; decode charset.
12001
12002 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12003
12004         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12005         into alists as symbol not string, since that's what
12006         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12007         look for.
12008
12009 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12010
12011         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12012         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12013
12014         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12015
12016 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12019         (gnus-xmas-mime-security-button-menu): New function.
12020
12021         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12022         (gnus-mime-security-button-menu): New definition.
12023         (gnus-mime-security-button-map): Use them.
12024         (gnus-mime-security-button-menu): New function.
12025         (gnus-insert-mime-security-button): Addition to help echo.
12026         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12027         (gnus-mime-security-pipe-part): New functions.
12028
12029         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12030         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12031
12032         * mm-decode.el (mm-handle-set-disposition): Remove.
12033         (mm-handle-set-description): Remove.
12034
12035 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12036
12037         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12038         (mm-w3m-standalone-supports-m17n-p): New function.
12039         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12040         w3m usage.
12041
12042         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12043         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12044
12045 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12046
12047         * message.el (message-tool-bar-zap-list):
12048         Use gmm-tool-bar-zap-list as custom type.
12049         (message-tool-bar-update): New function.
12050         (message-tool-bar, message-tool-bar-gnome)
12051         (message-tool-bar-retro): Add message-tool-bar-update.
12052         (message-tool-bar-gnome): Add flyspell-buffer.
12053
12054         * gnus-util.el (gnus-error): Describe `args'.
12055
12056         * gmm-utils.el (gmm-error): Describe `args'.
12057         (gmm-tool-bar-zap-list): New widget.
12058         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12059
12060 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12061
12062         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12063         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12064         the number of recursive calls.
12065
12066         * mm-decode.el (mm-handle-set-disposition): New macro.
12067         (mm-handle-set-description): New macro.
12068
12069 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12070
12071         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12072         encoding.
12073
12074 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12075
12076         * message.el (message-tool-bar-zap-list, message-tool-bar)
12077         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12078         (message-tool-bar-local-item-from-menu): Remove.
12079         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12080         (message-make-tool-bar): New function.
12081         (message-mode): Use `message-make-tool-bar'.
12082
12083         * gmm-utils.el: New file.
12084         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12085         (gmm-lazy): New widget copied from `nnmail.el'.
12086         (gmm-tool-bar-from-list): New function for creating customizable
12087         tool bars.
12088         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12089         output.
12090         (gmm): Add :prefix to defgroup.
12091
12092 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12093
12094         * gmm-utils.el (gmm-widget-p): New function.
12095
12096 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12097
12098         * mml.el (mml-attach-file): Describe `description' in doc string.
12099         (mml-menu): Add Emacs MIME manual and PGG manual.
12100
12101 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12102
12103         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12104
12105 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12106
12107         * nntp.el (nntp-end-of-line): Doc fix.
12108
12109 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12110
12111         * imap.el (imap-open): Handle case where buffer is a buffer
12112         object.
12113
12114 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12115
12116         * gnus-delay.el (gnus-delay): Don't autoload.
12117         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12118         to be re-loaded when customizing the `gnus-delay' group.
12119
12120 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12121
12122         * message.el (message-insert-citation-line): Use newlines.
12123
12124 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12125
12126         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12127         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12128         these routines, so the passphrase can be managed externally and
12129         passed in to the system.
12130         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12131         pgg-add-passphrase-to-cache function.
12132
12133         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12134         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12135         these routines, so the passphrase can be managed externally and
12136         passed in to the system.
12137         (pgg-pgp5-sign-region): Use new name of
12138         pgg-add-passphrase-to-cache function.
12139
12140 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12141
12142         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12143         part of the decoded armor to find the key-identifier.
12144         (pgg-gpg-lookup-key-owner): New function to return the
12145         human-readable identifier of a key owner.
12146         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12147         itself.
12148         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12149         the key value) if we have a key and can match it against a secret
12150         key.  Also, added a note pointing out fact that the prompt only
12151         indicates the first matching key.
12152
12153         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12154         pgg-decrypt-region.
12155         (pgg-add-passphrase-to-cache): Rename from
12156         `pgg-add-passphrase-cache' to reduce confusion (all callers
12157         changed).
12158         (pgg-remove-passphrase-from-cache): Rename from
12159         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12160         changed).
12161         (pgg-read-passphrase, pgg-add-passphrase-cache)
12162         (pgg-remove-passphrase-cache): Add informative docstrings.
12163         (pgg-decrypt): Convey provided passphrase in subordinate call to
12164         pgg-decrypt-region.
12165
12166 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12167
12168         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12169         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12170         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12171         'passphrase' argument, so the passphrase can be managed externally
12172         and then passed in to the system.
12173
12174         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12175         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12176         so the passphrase cache can be used reliably with identifiers
12177         besides a pgp packet's key id.
12178
12179         * pgg-gpg.el (pgg-gpg-encrypt-region)
12180         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12181         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12182         these routines, so the passphrase can be managed externally and
12183         passed in to the system.
12184
12185         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12186         'notruncate' argument, so the passphrase cache can be used
12187         reliably with identifiers besides a pgp packet's key id.
12188
12189 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12190
12191         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12192         symmetric encryption.
12193         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12194         encrypted session key.
12195         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12196         message ask for the passphrase in a proper way.
12197
12198         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12199         New user commands for symmetric encryption.
12200
12201 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12202
12203         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12204
12205         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12206
12207 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12208
12209         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12210
12211 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12212
12213         * mm-decode.el (mm-inlined-types): Add application/pgp.
12214         (mm-automatic-display): Ditto.
12215
12216         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12217         part as text.
12218
12219 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12220
12221         * nnrss.el: Update copyright.
12222         (nnrss-opml-import): Query whether to subscribe to each entry.
12223
12224         * gnus-art.el:
12225         * gnus-sum.el:
12226         * gnus-xmas.el:
12227         * messagexmas.el:
12228         * mm-uu.el:
12229         * mm-view.el: Update copyright.
12230
12231 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12232
12233         * message.el (message-info): New function.
12234         (message-mode-menu): Add it.
12235         Update copyright.
12236
12237         * ChangeLog: Fix and update copyright.
12238
12239 2006-01-13  Romain Francoise  <romain@orebokech.com>
12240
12241         * message.el (message-forward-subject-name-subject): Prefer the
12242         address to 'nowhere' if the sender has no name.
12243         Fix typo.  Update copyright year.
12244
12245 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12246
12247         * gnus-art.el (article-wash-html):
12248         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12249         (gnus-article-wash-html-with-w3m-standalone): New function.
12250
12251         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12252         mm-inline-text-html-render-with-w3m-standalone.
12253         (mm-text-html-washer-alist): Map w3m-standalone to
12254         gnus-article-wash-html-with-w3m-standalone.
12255         (mm-inline-text-html-render-with-w3m-standalone): New function.
12256
12257 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12258
12259         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12260         Improve LaTeX.
12261
12262 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12265         (nnrss-request-article): Render text/plain parts as HTML.
12266
12267         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12268         the buffer.
12269
12270 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12271
12272         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12273         custom definition of `gnus-posting-styles'.
12274
12275         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12276         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12277
12278 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12279
12280         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12281         Use nntp for bug archive.
12282
12283 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12284
12285         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12286         parts.
12287         (nnrss-normalize-date): New function converts ISO 8601 date into
12288         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12289         (nnrss-check-group): Use it.
12290
12291 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12294
12295         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12296         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12297         (nnrss-insert-w3): Ditto.
12298
12299 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12300
12301         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12302         the articles to be forwarded including the case where neither a
12303         number of articles nor a region is specified.
12304
12305 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12306
12307         * nnrss.el (nnrss-request-article): Fix last change; fill
12308         text/plain parts.
12309
12310 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12311
12312         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12313         in text/plain part.
12314         (nnrss-check-group): Don't add excessive newline to dc:subject.
12315
12316 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12317
12318         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12319         article.
12320
12321 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12322
12323         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12324         (nnml-use-compressed-files, nnml-save-mail): Support other
12325         comression programs such as bzip2.
12326
12327 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12328
12329         * dns.el (query-dns): Make sure we check the buffer size before
12330         removing tcp headers.
12331
12332 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12333
12334         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12335         remove MIME buttons associated with multipart/alternative parts.
12336         (gnus-mime-display-alternative): Tag buttons using `article-type'
12337         text property.
12338
12339         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12340         associated with multipart/alternative parts.
12341
12342         * gnus-art.el (gnus-signature-separator): Fix custom type.
12343
12344         * mm-decode.el (mm-inlined-types): Fix custom type.
12345         (mm-keep-viewer-alive-types): Ditto.
12346         (mm-automatic-display): Ditto.
12347         (mm-attachment-override-types): Ditto.
12348         (mm-inline-override-types): Ditto.
12349         (mm-automatic-external-display): Ditto.
12350
12351 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12352
12353         * spam-report.el (spam-report-user-mail-address)
12354         (spam-report-user-agent): New variables.
12355         (spam-report-url-ping-plain): Use spam-report-user-agent.
12356
12357 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12358
12359         * gnus-art.el (gnus-button-handle-custom): Do not just use
12360         `customize-apropos' for any "M-x customize-*" button but the
12361         function called for.  Accept both the function name and its
12362         argument in order to achieve this.
12363         (gnus-button-alist): Remove support for "custom:" URL's.
12364         Pass function name to `gnus-button-handle-custom' in case of "M-x
12365         customize-*" buttons.
12366
12367 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12368
12369         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12370         multipart/alternative and add xref to mm-discouraged-alternatives
12371         in doc string.
12372
12373         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12374         gnus-buttonized-mime-types in doc string.
12375
12376 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12377
12378         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12379         Suggest image/.* in the doc string.
12380
12381 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12382
12383         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12384         message-marks (Debian bug #342521).
12385
12386 2005-12-12  Simon Josefsson  <jas@extundo.com>
12387
12388         * password.el (password-read-from-cache): Add.
12389         (password-read): Use it.
12390
12391 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12392
12393         * rfc2047.el (rfc2047-charset-to-coding-system):
12394         Recognize us-ascii as a MIME charset.
12395
12396         * mm-bodies.el (mm-decode-content-transfer-encoding):
12397         Protect against the case where the 2nd arg TYPE is nil.
12398
12399 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12400
12401         * pop3.el (pop3-stream-type): Fix custom version.
12402
12403         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12404
12405 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12406
12407         * mm-decode.el (mm-display-external): Add missing cdr.
12408
12409 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12410
12411         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12412         RFC1524) if it is in mailcap or add a suffix according to
12413         mailcap-mime-extensions when generating a temp filename; postpone
12414         deleting a temp file for 2 seconds for some wrappers, shell
12415         scripts, and so on, which might exit right after having started a
12416         viewer command as a background job.
12417
12418 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12419
12420         * nntp.el (nntp-marks-directory): Fix custom group.
12421
12422         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12423         steps when < 10.
12424
12425         * gnus-start.el (gnus-no-server-1):
12426         Mention `gnus-level-default-subscribed' in doc string.
12427
12428 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12429
12430         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12431         parens.
12432
12433 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12434
12435         * gnus-xmas.el (gnus-use-toolbar): Revert.
12436         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12437         gnus-use-toolbar is default.
12438
12439         * messagexmas.el (message-use-toolbar): Revert.
12440         (message-setup-toolbar): Use global default-toolbar if
12441         message-use-toolbar is default.
12442
12443 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12444
12445         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12446         according to default-toolbar-visible-p.
12447
12448         * messagexmas.el (message-use-toolbar): Ditto.
12449
12450 2005-11-26  Dave Love  <fx@gnu.org>
12451
12452         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12453         (tls-program, tls-success): Provide openssl alternative.
12454
12455         * starttls.el: Doc fixes.
12456         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12457         SERVICE to PORT.
12458
12459         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12460         port null or service name.
12461         (starttls-negotiate): Autoload.
12462
12463 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12464
12465         * message.el (message-kill-to-signature): Fix interactive spec.
12466
12467 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * pop3.el (pop3-open-server): Recognize a string as a service name.
12470
12471 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12472
12473         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12474
12475 2005-11-23  Dave Love  <fx@gnu.org>
12476
12477         Add pop3s, pop3/starttls.
12478
12479         * pop3.el (pop3-authentication-scheme): Clarify doc.
12480         (open-tls-stream, starttls-open-stream): Autoload.
12481         (pop3-stream-type): New.
12482         (pop3-open-server): Use it.
12483
12484         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12485         for POP.
12486         (mail-source-keyword-map): Add :stream for POP.
12487         (mail-source-fetch-pop): Use pop3-stream-type.
12488
12489 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12490
12491         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12492         of current-time-string.
12493
12494 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12495
12496         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12497         date header.
12498
12499 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12500
12501         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12502         it can seriously impact performance as it bypasses the agent's
12503         local caches.
12504
12505 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12506
12507         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12508         must be explicitly online rather than "not explicitly offline" for
12509         its flags to be synchronized.
12510
12511         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12512         that gnus-uu-unmark-thread will function correctly.
12513
12514         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12515         1024K is instead displayed as 1M.
12516
12517 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12518
12519         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12520
12521 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12522
12523         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12524
12525 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12526
12527         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12528         error message to display actual error condition.
12529         (gnus-agent-save-local): Avoid saving symbols that are bound to
12530         nil as they simply result in a warning message in
12531         gnus-agent-read-local.
12532
12533 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12534
12535         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12536         rather than make-variable-buffer-local for file-precious-flag.
12537
12538 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12539
12540         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12541         for duplicates which are removed.  The invalid sort check then
12542         triggers a rescan after the sort as sorting may have moved
12543         duplicate entries such that they can be cheaply detected.
12544
12545 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12546
12547         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12548
12549 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12550
12551         * gnus-agent.el (gnus-agent-article-alist-save-format):
12552         Change internal variable to a custom variable.  Change default value
12553         from compressed(2) to uncompressed(1).
12554         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12555         support for uncompressed agentview files.  Taken together, reading
12556         the agentview file should now be 6-7 times faster.
12557
12558 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12559
12560         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12561         as a buffer-local variable.  This avoids creating truncated
12562         dribble files as a result of a hang up, eg.
12563
12564 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12565
12566         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12567         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12568         XEmacs.
12569
12570 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12571
12572         * gnus-start.el (gnus-start-draft-setup):
12573         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12574
12575         * gnus.el (gnus-splash): Change custom group.
12576         (gnus-group-get-parameter, gnus-group-parameter-value):
12577         Describe allow-list argument.
12578
12579         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12580         string.
12581
12582 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12583
12584         * gnus-art.el (gnus-default-article-saver): Add user-defined
12585         `function' to custom type.
12586
12587 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12588
12589         * imap.el (imap-open): Handle case where buffer is a buffer
12590         object.
12591
12592 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12593
12594         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12595         long lines.
12596         (gnus-cache-delete-group): Wrap doc strings.
12597
12598         * gnus-agent.el (gnus-agent-rename-group)
12599         (gnus-agent-delete-group): Wrap doc strings.
12600
12601 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12602
12603         * messagexmas.el (message-use-toolbar): Change the valid values
12604         into default, top, bottom, left, and right.
12605         (message-toolbar-thickness): New variable.
12606         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12607         well.
12608         (message-setup-toolbar): Make it work.
12609
12610         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12611         (gnus-use-toolbar): Change the valid values into default, top,
12612         bottom, left, and right.
12613         (gnus-toolbar-thickness): New variable.
12614         (gnus-xmas-setup-toolbar): New function.
12615         (gnus-xmas-setup-group-toolbar): Use it.
12616         (gnus-xmas-setup-summary-toolbar): Use it.
12617
12618 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12619
12620         * gnus-start.el (gnus-1): Add "native" to
12621         gnus-predefined-server-alist.
12622
12623         * gnus.el (gnus-method-to-server): Don't add "native" to the
12624         lists here, because that leads to problems when
12625         gnus-select-method is bound.
12626
12627 2005-11-09  Simon Josefsson  <jas@extundo.com>
12628
12629         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12630         use (not sort-by-date) instead.
12631
12632 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12633
12634         * gnus-delay.el (gnus-delay-group): Don't autoload.
12635         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12636         to be re-loaded when customizing the `gnus-delay' group.
12637
12638 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12639
12640         * message.el: Revert last changes.
12641         (message-insert-citation-line): Use newlines.
12642
12643 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12644
12645         * message.el (message-courtesy-message)
12646         (message-mark-insert-begin, message-mark-insert-end)
12647         (message-elide-ellipsis, message-cancel-message)
12648         (message-add-header, message-change-subject)
12649         (message-cross-post-followup-to-header)
12650         (message-cross-post-insert-note, message-reduce-to-to-cc)
12651         (message-widen-reply, message-delete-not-region)
12652         (message-kill-to-signature, message-insert-signature)
12653         (message-insert-importance-high, message-insert-importance-low)
12654         (message-insert-or-toggle-importance)
12655         (message-insert-disposition-notification-to)
12656         (message-indent-citation, message-yank-original)
12657         (message-cite-original-without-signature, message-cite-original)
12658         (message-insert-citation-line, message-position-on-field)
12659         (message-fix-before-sending, message-send-mail-partially)
12660         (message-send-mail, message-send-mail-with-sendmail)
12661         (message-send-mail-with-qmail, message-send-news)
12662         (message-check-news-header-syntax, message-generate-headers)
12663         (message-insert-courtesy-copy, message-fill-address)
12664         (message-fill-header, message-shorten-references)
12665         (message-setup-1, message-cancel-news)
12666         (message-forward-make-body-plain, message-forward-make-body-mime)
12667         (message-forward-make-body-mml, message-encode-message-body)
12668         (message-forward-make-body-digest-plain)
12669         (message-forward-make-body-digest-mime)
12670         (message-use-alternative-email-as-from): Insert `hard-newline'
12671         instead of ordinary newlines.
12672
12673 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12674
12675         * message.el (message-generate-headers): Downcase the argument
12676         given to message-check-element.
12677
12678 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12679
12680         * nntp.el (nntp-authinfo-rejected): New error condition.
12681         (nntp-wait-for): Use new error condition to signal authentication
12682         error.
12683         (nntp-retrieve-data): Rethrow new error condition to break out of
12684         recursive call to nntp-send-authinfo.
12685
12686 2005-11-08  Romain Francoise  <romain@orebokech.com>
12687
12688         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12689         (gnus-summary-exit-map): Bind to `Z p'.
12690         (gnus-summary-make-menu-bar): Add menu item.
12691
12692 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12693
12694         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12695         (gnus-treat-*): Add `first' in all doc strings.
12696
12697         * gnus-group.el (gnus-group-compact-group): Fix typo.
12698
12699 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12700
12701         * gnus.el (gnus-parameters-case-fold-search): New variable.
12702         (gnus-parameters-get-parameter): Use it.
12703
12704         * gnus-score.el (gnus-home-score-file): Doc fix.
12705
12706 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12707
12708         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12709
12710 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * mm-util.el (mm-special-display-p): New function.
12713
12714         * mml.el (mml-preview): Use it; doc fix.
12715
12716 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12717
12718         * imap.el (imap-open): Handle case where buffer is a buffer object.
12719
12720 2005-10-29  Romain Francoise  <romain@orebokech.com>
12721
12722         * message.el (message-fix-before-sending): Fix comment.
12723
12724 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12725
12726         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12727
12728 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12729
12730         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12731         Used in gnus-score.el.
12732
12733 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12734
12735         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12736
12737 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12738
12739         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12740         whitespace removed in revision 7.8.  Use concatenated string to
12741         protect trailing whitespace.
12742
12743 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12744
12745         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12746         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12747         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12748         Courier IMAP ("some version from 2004").  Mostly based on similar
12749         code in the same function.
12750
12751 2005-10-26  Didier Verna  <didier@xemacs.org>
12752
12753         * gnus-group.el (gnus-group-compact-group): Invalidate original
12754         article buffer.
12755         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12756         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12757         NOV database and in article itself.
12758         Invalidate article backlog.
12759
12760 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12761
12762         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12763
12764 2005-10-26  Simon Josefsson  <jas@extundo.com>
12765
12766         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12767         part of 2004-07-25 change.
12768
12769 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * message.el (message-display-completion-list): New function.
12772         (message-expand-group): Use it; make sure the Completions buffer
12773         is modifiable.
12774 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12775
12776         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12777         user-mail-name is an empty string.
12778
12779 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12780
12781         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12782         depending on gnus-score-decay-constant.
12783
12784         * encrypt.el (encrypt-insert-file-contents)
12785         (encrypt-write-file-contents): Don't use `gnus-message'.
12786
12787         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12788         arguments.
12789         (mm-uu-type-alist): Add message-marks and insert-marks.
12790         Pass arguments to mm-uu-verbatim-marks-extract.
12791         (mm-uu-hide-markers): New variable.
12792         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12793
12794         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12795         (gnus-convert-image-to-face-command): Use "convert" by default to
12796         allow other input image formats.
12797         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12798         accordingly.
12799
12800 2005-10-23  Simon Josefsson  <jas@extundo.com>
12801
12802         * imap.el (imap-gssapi-program): Align command line parameters
12803         with latest GNU SASL.
12804         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12805
12806 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12807
12808         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12809         HTML.
12810         (nnslashdot-request-article): Ditto.
12811
12812         * lpath.el (featurep): Add nobreak-char-display.
12813
12814 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12815
12816         * mail-source.el (mail-source-fetch-pop): Require pop3.
12817         (mail-source-check-pop): Ditto.
12818
12819 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12820
12821         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12822         errors.
12823
12824 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12825
12826         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12827         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12828
12829         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12830
12831         * mm-bodies.el (mm-decode-string):
12832         Call `mm-charset-to-coding-system' with allow-override argument.
12833
12834 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12837         (rfc2047-charset-to-coding-system): New function.
12838         (rfc2047-decode-encoded-words): New function.
12839         (rfc2047-decode-region): Use them.
12840         (rfc2047-decode-cte): Remove.
12841         (rfc2047-parse-and-decode): Remove.
12842         (rfc2047-decode): Remove.
12843
12844 2005-10-15  Kenichi Handa  <handa@m17n.org>
12845
12846         * rfc2047.el (rfc2047-decode-cte): New function.
12847         (rfc2047-decode-region): Change the way to decode successive
12848         encoded-words: decode B- or Q-encoding in each encoded-word,
12849         concatenate them, and decode it as charset.
12850
12851 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12852
12853         * lpath.el: Fbind codepage-setup for XEmacs.
12854
12855 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12856
12857         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12858         widget-move-and-invoke.
12859         (gnus-custom-mode): Use gnus-custom-map.
12860
12861 2005-10-15  Bill Wohler  <wohler@newt.com>
12862
12863         * message.el (message-tool-bar-map): Rename image file from
12864         mail_send to mail/send.
12865
12866 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12867
12868         * message.el (message-expand-group): Pass the common
12869         prefix substring of completion to `display-completion-list'.
12870
12871 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12872
12873         * mml-sec.el (mml-secure-method): New internal variable.
12874         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12875         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12876         New functions using mml-secure-method.
12877
12878         * mml.el (mml-mode-map): Add key bindings for those functions.
12879         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12880         Harder <harder@myrealbox.com>.
12881         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12882         Goto end of message if point is the headers of the message.
12883
12884         * message.el (message-in-body-p): New function.
12885
12886         * assistant.el: Autoload gnus-util and netrc.
12887
12888         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12889         Use `mm-charset-override-alist' only when decoding.
12890
12891         * mm-bodies.el (mm-decode-body):
12892         Call `mm-charset-to-coding-system' with allow-override argument.
12893
12894         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12895         `filename' from Content-Disposition if Content-Type doesn't
12896         provide `name'.
12897         (gnus-mime-view-part-as-type): Set default instead of
12898         initial-input.
12899
12900 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12901
12902         * format-spec.el (format-spec): Propagate text properties of % spec.
12903
12904 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12905
12906         * gnus-art.el (gnus-treat-predicate): Add `first'.
12907
12908 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12909
12910         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12911         (mm-charset-override-alist): New variable.
12912         (mm-charset-to-coding-system): Use it.
12913         (mm-codepage-setup): New helper function.
12914         (mm-charset-eval-alist): New variable.
12915         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12916         Warn about unknown charsets.
12917
12918         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12919
12920 2005-10-04  David Hansen  <david.hansen@gmx.net>
12921
12922         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12923         (nnrss-check-group): Ditto.
12924
12925 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12926
12927         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12928         Rename x-gnus-verbatim to x-verbatim.
12929         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12930
12931         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12932         x-verbatim.
12933
12934         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12935
12936         * gnus-util.el (gnus-remove-duplicates): Remove.
12937
12938         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12939         instead of gnus-remove-duplicates.
12940
12941         * message.el (message-remove-duplicates): Remove.
12942         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12943         message-remove-duplicates.
12944
12945         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12946         available, else use implementation from `delete-dups'.
12947
12948         * message.el (message-insert-expires): New function.
12949         (message-mode-map): Add key binding.
12950         (message-mode-field-menu): Add menu entry.
12951         (message-mode): Document it.
12952         (message-make-expires-date): Use `message-make-date'.
12953
12954 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12955
12956         * message.el (message-make-expires-date): New function.
12957
12958 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12959
12960         * Makefile.in (list-installed-shadows): New entry.
12961         (install): Use it.
12962         (remove-installed-shadows): New entry.
12963
12964         * dgnushack.el (dgnushack-default-load-path): New variable.
12965         (dgnushack-find-lisp-shadows): New function.
12966         (dgnushack-remove-lisp-shadows): New function.
12967
12968 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * Makefile.in (install-el-elc): New entry.
12971         (install): Use it so that .el files are necessarily installed.
12972
12973 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12974
12975         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12976
12977 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12978
12979         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12980         function rather than the diff-mode.el package.
12981         (mm-display-external): Use with-current-buffer.
12982         (mm-viewer-completion-map, mm-viewer-completion-map):
12983         Move initialization inside declaration.
12984
12985 2005-09-29  Simon Josefsson  <jas@extundo.com>
12986
12987         * spam.el: Load hashcash when compiling, to avoid warnings.
12988         Don't autoload mail-check-payment.
12989         (spam-check-hashcash): Define unconditionally, since hashcash.el
12990         is part of Gnus now.  Ignore errors from payment checking.
12991
12992 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12993
12994         * message.el (message-bold-region, message-unbold-region):
12995         Rename from `bold-region' and `unbold-region'.
12996
12997         * message.el: Remove useless autoloads.
12998
12999 2005-09-28  Simon Josefsson  <jas@extundo.com>
13000
13001         * message.el (message-use-idna): Default to t.
13002         (message-use-idna): Test whether encoding works too.  Doc fix.
13003
13004 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13005
13006         * nntp.el (nntp-warn-about-losing-connection): Remove.
13007
13008 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13009
13010         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13011         customizable.  Change default value.
13012         (mm-uu-diff-groups-regexp): Change default value.
13013         (mm-uu-type-alist): Add doc string.
13014         (mm-uu-configure): Add doc string.  Make it interactive.
13015         (mm-uu-tex-groups-regexp): New variable.
13016         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13017         (mm-uu-type-alist): Add LaTeX documents.
13018         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13019         of "text/verbatim".
13020         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13021
13022         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13023         instead of "text/verbatim".
13024
13025         * message.el (message-mark-inserted-region)
13026         (message-mark-insert-file): Use slrn style marks when called with
13027         prefix argument.
13028
13029 2005-09-27  Simon Josefsson  <jas@extundo.com>
13030
13031         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13032
13033 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13034
13035         * message.el (message-remove-duplicates): New function.
13036         Implementation borrowed from `gnus-remove-duplicates'.
13037         (message-idna-to-ascii-rhs): Also encode idna addresses in
13038         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13039         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13040         only ask about the same idna domain once per header and also tell
13041         in what header to replace the idna domain.
13042
13043         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13044         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13045         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13046         a header is decoded and not just the last one.
13047
13048 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13049
13050         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13051         has been decoded.
13052
13053         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13054         (mm-insert-part): Don't modify text if it has been decoded.
13055
13056         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13057         decoded.
13058
13059         * mm-view.el (mm-inline-text): Don't strip text props unless
13060         decoding enriched or richtext parts.
13061
13062 2005-09-25  Romain Francoise  <romain@orebokech.com>
13063
13064         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13065         * gnus-start.el (gnus-subscribe-interactively):
13066         * gnus-uu.el (gnus-uu-grab-articles):
13067         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13068         space.
13069
13070 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13071
13072         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13073         * mm-view.el (mm-view-pkcs7-decrypt):
13074         * gnus-sum.el (gnus-summary-limit-to-extra)
13075         (gnus-summary-respool-article, gnus-read-move-group-name):
13076         * gnus-score.el (gnus-summary-increase-score):
13077         * gnus-util.el (gnus-completing-read-with-default):
13078         * gnus-art.el (gnus-read-save-file-name)
13079         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13080         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13081         * message.el (message-check-news-header-syntax):
13082         Follow convention for reading with the minibuffer.
13083
13084 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13085
13086         * spam-report.el (spam-report-url-ping-plain):
13087         Use gnus-extended-version as User-Agent.
13088
13089         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13090         default value is nil.
13091
13092         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13093         (mm-uu-verbatim-marks-extract): New function.
13094         (mm-uu-extract): New face.
13095         (mm-uu-copy-to-buffer): Use it.
13096
13097         * spam-report.el (spam-report-gmane-ham): Rename from
13098         `spam-report-gmane-unspam'.
13099         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13100         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13101
13102         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13103         Autoload.
13104         (spam-report-gmane-unregister-routine):
13105         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13106
13107 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13108
13109         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13110         (spam-report-gmane-unregister-routine): Add support for gmane
13111         unregistration.
13112
13113         * spam-report.el (spam-report-gmane-unspam)
13114         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13115         (spam-report-gmane): Change to take a single article and do unspam
13116         registration.
13117
13118 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13119
13120         * mm-url.el (mm-url-decode-entities): Fix regexp.
13121
13122 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13123
13124         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13125         default to nil, to be able to use Gnus at all.  If the default
13126         switches to something else, then the function should be fixed not
13127         be exceedingly slow.
13128
13129 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13130
13131         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13132         fail hard.
13133
13134         * spam-report.el: Add better Keywords line.
13135
13136         * spam.el: Add Maintainer and better Keywords line.
13137
13138 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13139
13140         * gnus-art.el (gnus-article-replace-part)
13141         (gnus-mime-replace-part): New functions.
13142         (gnus-mime-action-alist, gnus-mime-button-commands)
13143         (gnus-mime-save-part-and-strip): Add file argument.
13144         (gnus-article-part-wrapper): Add interactive argument.
13145
13146         * gnus-sum.el (gnus-summary-mime-map):
13147         Add `gnus-article-replace-part'.
13148
13149 2005-09-19  Didier Verna  <didier@xemacs.org>
13150
13151         The nnml compaction feature:
13152         * nnml.el (nnml-request-compact-group): New function.
13153         * nnml.el (nnml-request-compact): New function.
13154         * gnus-int.el (gnus-request-compact-group): New function.
13155         * gnus-int.el (gnus-request-compact): New function.
13156         * gnus-group.el (gnus-group-compact-group): New function.
13157         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13158         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13159         * gnus-srvr.el (gnus-server-compact-server): New function.
13160         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13161         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13162
13163 2005-09-18  Deepak Goel  <deego@gnufans.org>
13164
13165         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13166         format spec.
13167
13168 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13169
13170         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13171
13172 2005-09-15  Romain Francoise  <romain@orebokech.com>
13173
13174         * message.el (message-fill-paragraph): Clarify docstring.
13175
13176 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13177
13178         * gnus-art.el (gnus-mime-display-part): Protect against broken
13179         MIME messages.
13180
13181 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13182
13183         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13184         before parsing header.
13185
13186 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13187
13188         * html2text.el (html2text-replace-list): Add new entities.
13189
13190 2005-09-11  Romain Francoise  <romain@orebokech.com>
13191
13192         * message.el (message-alternative-emails): Improve docstring.
13193         (message-setup-1): Call `message-use-alternative-email-as-from'
13194         after `message-setup-hook' to give it precedence over posting
13195         styles, etc.
13196         (message-use-alternative-email-as-from): Add docstring.
13197         Remove the original From header if present.
13198
13199         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13200         (nnml-save-mail): Use it.
13201
13202         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13203         articles.  Add new argument `silent'.
13204         (gnus-uu-mark-all): Report the total number of marked articles.
13205
13206 2005-09-10  Romain Francoise  <romain@orebokech.com>
13207
13208         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13209         (gnus-uu-mark-series): Likewise.
13210
13211 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13212
13213         * spam-report.el (spam-report-gmane): Fix generation of spam
13214         report URL.
13215
13216 2005-09-10  Simon Josefsson  <jas@extundo.com>
13217
13218         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13219         t, based on discussion on the ding list with Robert Epprecht
13220         <epprecht@solnet.ch>.
13221
13222 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13223
13224         * spam-report.el (spam-report-gmane): Make it work without
13225         X-Report-Spam header.  Gmane now only provides Archived-At.
13226         This is only used if `spam-report-gmane-use-article-number' is nil.
13227         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13228
13229         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13230         make `gnus-summary-sort-by-recipient' work with threading.
13231
13232         * nnweb.el (nnweb-google-wash-article): Print a message if article
13233         is not available.
13234
13235 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13236
13237         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13238         change.  Decode text/* parts content before displaying.
13239
13240 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13241
13242         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13243
13244 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13245
13246         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13247
13248         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13249         url-package-name, url-package-version,
13250         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13251         w3m-display-inline-images, and w3m-minor-mode-map.
13252
13253 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13254
13255         * message.el (message-tab-body-function): Fix mismatched custom type.
13256
13257         * gnus.el (gnus-group-change-level-function): Ditto.
13258
13259         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13260
13261         * gnus-art.el (gnus-signature-limit)
13262         (gnus-article-mime-part-function): Ditto.
13263
13264 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13265
13266         * mml.el (mml-mode): Silence the byte compiler.
13267
13268         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13269         using `(sit-for 0)' before moving the point to the specified part;
13270         skip unbuttonized parts.
13271         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13272         return to the summary window if gnus-auto-select-part is non-nil.
13273
13274 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13275
13276         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13277         New variables.
13278         (mml-dnd-attach-file, mml-mode): Use them.
13279
13280         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13281         Make fetching article by MID work again for Google Groups.
13282         Add FIXME concerning gnus-group-make-web-group.
13283
13284         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13285         Don't depend on Gnus by using mail-extract-address-components if
13286         gnus-extract-address-components is not bound.
13287
13288 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13289
13290         * gnus-art.el (gnus-mime-display-security): Don't display the
13291         signature, but only the signed part.
13292
13293 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13294
13295         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13296
13297         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13298         list, not listp.
13299
13300 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13301
13302         * mm-encode.el (mm-encode-content-transfer-encoding):
13303         Likewise when encoding.
13304
13305         * mm-bodies.el (mm-decode-content-transfer-encoding):
13306         De-canonicalize CRLF for all text content types, not just
13307         text/plain.
13308
13309 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13310
13311         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13312         valid article; point arrow and cursor at the MIME button.
13313
13314 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13315
13316         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13317         Suggested by Dan Christensen <jdc@uwo.ca>.
13318
13319         * mm-decode.el (mm-save-part): Enable change of prompt.
13320
13321 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13322
13323         * gnus-msg.el (gnus-inews-add-send-actions):
13324         Make `message-post-method' lambda parameter ARG `&optional'.
13325
13326 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13327
13328         * gnus-sum.el (gnus-summary-mime-map):
13329         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13330         gnus-article-jump-to-part.
13331
13332         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13333         (gnus-article-edit-part): Use it.
13334         (gnus-article-part-wrapper): Add no-handle argument.
13335         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13336         New functions.
13337
13338 2005-08-29  Romain Francoise  <romain@orebokech.com>
13339
13340         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13341         docstring.
13342         (gnus-face-from-file): Likewise.
13343
13344 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13345
13346         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13347         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13348         non-nil.
13349         (gnus-auto-select-part): New variable.
13350         (gnus-article-jump-to-part): New function.
13351         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13352         (gnus-mime-delete-part): Allow selecting specified part after
13353         deleting or stripping parts.
13354         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13355         part if argument is bogus.
13356
13357 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13358
13359         * gnus-art.el (w3m-minor-mode-map):
13360         * gnus-spec.el (gnus-newsrc-file-version):
13361         * gnus-util.el (nnmail-active-file-coding-system)
13362         (gnus-original-article-buffer, gnus-user-agent):
13363         * gnus.el (gnus-ham-process-destinations)
13364         (gnus-parameter-ham-marks-alist)
13365         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13366         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13367         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13368         * mm-decode.el (gnus-current-window-configuration):
13369         * mm-extern.el (gnus-article-mime-handles):
13370         * mm-url.el (url-current-object, url-package-name)
13371         (url-package-version):
13372         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13373         (smime-keys, w3m-cid-retrieve-function-alist)
13374         (w3m-current-buffer, w3m-display-inline-images)
13375         (w3m-minor-mode-map):
13376         * mml-smime.el (gnus-extract-address-components):
13377         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13378         (gnus-newsrc-hashtb, message-default-charset)
13379         (message-deletable-headers, message-options)
13380         (message-posting-charset, message-required-mail-headers)
13381         (message-required-news-headers):
13382         * mml1991.el (mc-pgp-always-sign):
13383         * mml2015.el (mc-pgp-always-sign):
13384         * nnheader.el (nnmail-extra-headers):
13385         * rfc1843.el (gnus-decode-encoded-word-function)
13386         (gnus-decode-header-function, gnus-newsgroup-name):
13387         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13388
13389 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13390
13391         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13392         the end of the date treatments.
13393
13394 2005-08-15  Simon Josefsson  <jas@extundo.com>
13395
13396         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13397         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13398         Capello and Romain Francoise.
13399         (pgg-fetch-key-function): Remove, not used?
13400         (pgg-insert-url-with-w3): Require url, to get
13401         url-insert-file-contents regardless of where it is defined.
13402
13403 2005-08-13  Romain Francoise  <romain@orebokech.com>
13404
13405         * message.el (message-cite-original-1): New function.
13406         (message-cite-original): Use it.
13407         (message-cite-original-without-signature): Ditto.
13408
13409 2005-08-08  Romain Francoise  <romain@orebokech.com>
13410
13411         * message.el (message-yank-empty-prefix): New variable.
13412         (message-indent-citation): Use it.
13413         (message-cite-original-without-signature): Respect X-No-Archive.
13414
13415 2005-08-08  Simon Josefsson  <jas@extundo.com>
13416
13417         * pgg.el: Autoload url-insert-file-contents instead of loading
13418         w3/url.
13419         (pgg-insert-url-with-w3): Don't load url here.
13420
13421 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13422
13423         * message.el (message-kill-to-signature): Don't insert newline at
13424         bol.
13425         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13426
13427 2005-08-06  Romain Francoise  <romain@orebokech.com>
13428
13429         * message.el (message-user-fqdn): Fix typo in docstring.
13430
13431 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13432
13433         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13434
13435         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13436
13437 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13438
13439         * mm-bodies.el (mm-encode-body): Use coding system rather than
13440         charset to encode text.
13441
13442         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13443         number of charsets if utf-8 is available (XEmacs).
13444
13445 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13446
13447         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13448         taken from `gnus-button-mid-or-mail-regexp'.
13449         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13450         (gnus-button-alist): Improve regexp for domain part of the MIDs
13451         for news:localpart@domain buttons.
13452         (gnus-button-ctan-directory-regexp): Update.
13453
13454 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13455
13456         * sieve-manage.el (sieve-manage-interactive-login):
13457         Use make-local-variable rather than make-variable-buffer-local.
13458         (sieve-manage-open): Ditto.
13459         (sieve-manage-authenticate): Ditto.
13460
13461         * mml.el (mml-generate-mime-1): Make the content type default to
13462         text/plain if the filename is not specified.
13463
13464 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13465
13466         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13467         instead of insert-buffer.
13468
13469         * message.el (message-yank-original): Ditto; set the mark at the
13470         end of the yanked message.
13471
13472 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13473
13474         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13475         lines to scroll rather than to stop it.
13476
13477         * mml.el (mml-generate-default-type): Add doc string.
13478         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13479         default to application/octet-stream when determining the content
13480         type if it is not specified for the part or the mml contents; add
13481         a comment about mml-generate-default-type.
13482
13483 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13484
13485         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13486         make it default to application/octet-stream when determining the
13487         content type if it is not specified for the external contents.
13488
13489 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13492         segmented parameter but also other parameters might be there.
13493
13494 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13495
13496         * mm-decode.el (mm-display-external): Delete temp file, directory
13497         and buffer immediately if the external process is exited.
13498
13499 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13500
13501         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13502         fewer lines than that of scroll-margin.
13503         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13504
13505 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13506
13507         * gnus-art.el (gnus-article-next-page): Revert.
13508         (gnus-article-beginning-of-window): New macro.
13509         (gnus-article-next-page-1): Use it.
13510         (gnus-article-prev-page): Ditto.
13511         (gnus-article-edit-part): Use insert-buffer-substring instead of
13512         insert-buffer.
13513         (gnus-article-edit-exit): Ditto.
13514
13515         * gnus-util.el (gnus-beginning-of-window): Remove.
13516         (gnus-end-of-window): Remove.
13517
13518         * lpath.el: Don't bind header-line-format and scroll-margin.
13519
13520 2005-07-25  Simon Josefsson  <jas@extundo.com>
13521
13522         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13523         to have the url package without w3.  Reported by Daiki Ueno
13524         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13525
13526 2005-07-20  Didier Verna  <didier@xemacs.org>
13527
13528         * gnus-diary.el: Remove the description comment (nndiary is now
13529         properly documented in the Gnus manual).
13530         Fix the spelling of "Back End".
13531         * nndiary.el: Ditto.
13532         Fix the copyright notice.
13533
13534 2005-07-18  Romain Francoise  <romain@orebokech.com>
13535
13536         * gnus-sum.el (gnus-summary-to-prefix)
13537         (gnus-summary-newsgroup-prefix): New variables.
13538         (gnus-summary-from-or-to-or-newsgroups): Use them.
13539
13540 2005-07-17  Romain Francoise  <romain@orebokech.com>
13541
13542         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13543         space as it's generally not especially interesting to the user.
13544
13545 2005-07-16  Romain Francoise  <romain@orebokech.com>
13546
13547         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13548         nil to avoid prompting and file modification if one of the
13549         messages at the top of the nnfolder file contains a copyright
13550         notice.
13551         Update copyright notice.
13552
13553         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13554         instead of `current-time-string' as the latter creates a time
13555         string that is not RFC 2822 compliant (it lacks the zone).
13556         Update copyright notice.
13557
13558 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13559
13560         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13561         for text/rtf.  Display default in prompt.  Pass default for M-n.
13562
13563         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13564
13565 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13566
13567         * gnus-msg.el (gnus-button-mailto):
13568         Remove save-selected-window-window hackery because it relies on
13569         save-selected-window internals.
13570
13571 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13572
13573         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13574         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13575         (gnus-article-prev-page): Ditto.
13576
13577         * gnus-util.el (gnus-beginning-of-window): New function.
13578         (gnus-end-of-window): New function.
13579
13580         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13581
13582 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13583
13584         * gnus-score.el (gnus-score-edit-all-score):
13585         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13586         gnus-message.
13587
13588 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13589
13590         * gnus-msg.el (gnus-button-mailto):
13591         Remove save-selected-window-window hackery because it relies on
13592         save-selected-window internals.
13593
13594 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13597         add-minor-mode.
13598         (gnus-binary-mode): Ditto.
13599
13600         * gnus-topic.el (gnus-topic-mode): Ditto.
13601
13602 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13603
13604         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13605         (gnus-article-prev-page): Take scroll-margin into consideration.
13606
13607 2005-07-04  Lute Kamstra  <lute@gnu.org>
13608
13609         Update FSF's address in GPL notices.
13610
13611 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13612
13613         * gnus.el (gnus-exit):
13614         * gnus-group.el (gnus-group-icons):
13615         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13616
13617         * gnus-nocem.el (gnus-nocem):
13618         * message.el (message-various, message-buffers, message-sending)
13619         (message-interface, message-forwarding, message-insertion)
13620         (message-headers, message-news, message-mail):
13621         * pgg-gpg.el (pgg-gpg):
13622         * pgg-parse.el (pgg-parse):
13623         * pgg-pgp.el (pgg-pgp):
13624         * pgg-pgp5.el (pgg-pgp5):
13625         * pop3.el (pop3): Finish `defgroup' description with period.
13626
13627 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13628
13629         * gnus-art.el (article-display-face): Improve the efficiency.
13630         (article-display-x-face): Ditto; remove grey x-face stuff.
13631
13632 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13633
13634         * gnus-art.el (article-display-face): Correct the position in
13635         which Faces are inserted.
13636
13637 2005-06-29  Didier Verna  <didier@xemacs.org>
13638
13639         * gnus-art.el (article-display-face): Display faces in correct
13640         order.
13641
13642 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13643
13644         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13645         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13646         (gnus-nocem-check-article): Fetch the Type header.
13647         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13648         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13649         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13650         make sure gnus-nocem-hashtb is initialized.
13651         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13652         (gnus-nocem-unwanted-article-p): Ditto.
13653
13654         * pgg.el (pgg-verify): Return the verification result.
13655
13656 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13657
13658         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13659         is ascii.
13660
13661 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13662
13663         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13664         `show-nonbreak-escape'.
13665
13666 2005-06-23  Lute Kamstra  <lute@gnu.org>
13667
13668         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13669
13670         * dig.el (dig-mode):
13671         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13672
13673 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13674
13675         * nnimap.el (nnimap-split-download-body): Fix spellings.
13676
13677 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13678
13679         * gnus-art.el (gnus-article-encrypt-body):
13680         * gnus-cus.el (gnus-score-customize):
13681         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13682         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13683
13684 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13685
13686         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13687         header by looking for magic "MII" at the beginnig.
13688
13689 2005-06-16  Miles Bader  <miles@gnu.org>
13690
13691         * gnus-xmas.el (gnus-xmas-group-startup-message):
13692         Use renamed gnus-splash face.
13693
13694         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13695         (assistant-field-face): New backward-compatibility alias for renamed
13696         face.
13697         (assistant-render-text): Use renamed assistant-field face.
13698
13699         * spam.el (spam): Remove "-face" suffix from face name.
13700         (spam-face): New backward-compatibility alias for renamed face.
13701         (spam-face, spam-initialize): Use renamed spam face.
13702
13703         * message.el (message-header-to, message-header-cc)
13704         (message-header-subject, message-header-newsgroups)
13705         (message-header-other, message-header-name)
13706         (message-header-xheader, message-separator, message-cited-text)
13707         (message-mml): Remove "-face" suffix from face names.
13708         (message-header-to-face, message-header-cc-face)
13709         (message-header-subject-face, message-header-newsgroups-face)
13710         (message-header-other-face, message-header-name-face)
13711         (message-header-xheader-face, message-separator-face)
13712         (message-cited-text-face, message-mml-face):
13713         New backward-compatibility aliases for renamed faces.
13714         (message-font-lock-keywords): Use renamed message faces.
13715
13716         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13717         (sieve-test-commands, sieve-tagged-arguments):
13718         Remove "-face" suffix from face names.
13719         (sieve-control-commands-face, sieve-action-commands-face)
13720         (sieve-test-commands-face, sieve-tagged-arguments-face):
13721         New backward-compatibility aliases for renamed faces.
13722         (sieve-control-commands-face, sieve-action-commands-face)
13723         (sieve-test-commands-face, sieve-tagged-arguments-face):
13724         Use renamed sieve faces.
13725
13726         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13727         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13728         (gnus-group-news-3-empty, gnus-group-news-4)
13729         (gnus-group-news-4-empty, gnus-group-news-5)
13730         (gnus-group-news-5-empty, gnus-group-news-6)
13731         (gnus-group-news-6-empty, gnus-group-news-low)
13732         (gnus-group-news-low-empty, gnus-group-mail-1)
13733         (gnus-group-mail-1-empty, gnus-group-mail-2)
13734         (gnus-group-mail-2-empty, gnus-group-mail-3)
13735         (gnus-group-mail-3-empty, gnus-group-mail-low)
13736         (gnus-group-mail-low-empty, gnus-summary-selected)
13737         (gnus-summary-cancelled, gnus-summary-high-ticked)
13738         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13739         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13740         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13741         (gnus-summary-low-undownloaded)
13742         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13743         (gnus-summary-low-unread, gnus-summary-normal-unread)
13744         (gnus-summary-high-read, gnus-summary-low-read)
13745         (gnus-summary-normal-read, gnus-splash):
13746         Remove "-face" suffix from face names.
13747         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13748         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13749         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13750         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13751         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13752         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13753         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13754         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13755         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13756         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13757         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13758         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13759         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13760         (gnus-summary-normal-ticked-face)
13761         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13762         (gnus-summary-normal-ancient-face)
13763         (gnus-summary-high-undownloaded-face)
13764         (gnus-summary-low-undownloaded-face)
13765         (gnus-summary-normal-undownloaded-face)
13766         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13767         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13768         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13769         (gnus-splash-face):
13770         New backward-compatibility aliases for renamed faces.
13771         (gnus-group-startup-message): Use renamed gnus faces.
13772
13773         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13774         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13775         (gnus-server-agent): Remove "-face" suffix from face names.
13776         (gnus-server-agent-face, gnus-server-opened-face)
13777         (gnus-server-closed-face, gnus-server-denied-face)
13778         (gnus-server-offline-face):
13779         New backward-compatibility aliases for renamed faces.
13780         (gnus-server-agent-face, gnus-server-opened-face)
13781         (gnus-server-closed-face, gnus-server-denied-face)
13782         (gnus-server-offline-face): Use renamed gnus faces.
13783
13784         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13785         Remove "-face" suffix from face names.
13786         (gnus-picon-xbm-face, gnus-picon-face):
13787         New backward-compatibility aliases for renamed faces.
13788
13789         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13790         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13791         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13792         (gnus-cite-11): Remove "-face" suffix from face names.
13793         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13794         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13795         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13796         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13797         New backward-compatibility aliases for renamed faces.
13798         (gnus-cite-attribution-face, gnus-cite-face-list)
13799         (gnus-article-boring-faces): Use renamed gnus faces.
13800
13801         * gnus-art.el (gnus-signature, gnus-header-from)
13802         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13803         (gnus-header-content): Remove "-face" suffix from face names.
13804         (gnus-signature-face, gnus-header-from-face)
13805         (gnus-header-subject-face, gnus-header-newsgroups-face)
13806         (gnus-header-name-face, gnus-header-content-face):
13807         New backward-compatibility aliases for renamed faces.
13808         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13809
13810         * gnus-sum.el (gnus-summary-selected-face)
13811         (gnus-summary-highlight): Use renamed gnus faces.
13812         * gnus-group.el (gnus-group-highlight): Likewise.
13813
13814 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13815
13816         * gnus-sieve.el (gnus-sieve-article-add-rule):
13817         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13818         * spam-stat.el (spam-stat-buffer-change-to-spam)
13819         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13820
13821         * message.el (message-is-yours-p):
13822         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13823
13824 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13825
13826         * mm-view.el (mm-inline-text): Withdraw the last change.
13827
13828 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13829
13830         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13831         executing enriched-decode.
13832
13833 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13834
13835         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13836         charset of tar files.
13837
13838 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13839
13840         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13841
13842 2005-06-04  Lute Kamstra  <lute@gnu.org>
13843
13844         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13845         information is never recorded.
13846
13847 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13848
13849         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13850
13851 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * pop3.el (pop3-apop): Run md5 in the binary mode.
13854
13855         * starttls.el (starttls-set-process-query-on-exit-flag):
13856         Use eval-and-compile.
13857
13858 2005-05-31  Simon Josefsson  <jas@extundo.com>
13859
13860         * smime.el (smime-replace-in-string): Define.
13861         (smime-cert-by-ldap-1): Use it.
13862
13863 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13864
13865         * gnus-art.el (article-display-x-face): Replace
13866         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13867
13868         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13869         set-process-query-on-exit-flag or process-kill-without-query.
13870
13871         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13872         loop instead of replace-regexp.
13873
13874         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13875         instead of process-kill-without-query if it is available.
13876
13877         * lpath.el: Fbind ldap-search-entries.
13878
13879         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13880         instead of find-file-hooks if it is available.
13881
13882         * mml1991.el: Bind pgg-default-user-id when compiling.
13883
13884         * mml2015.el: Bind pgg-default-user-id when compiling.
13885
13886         * nndraft.el (nndraft-request-associate-buffer):
13887         Use write-contents-functions instead of write-contents-hooks if it is
13888         available.
13889
13890         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13891         instead of find-file-hooks if it is available.
13892
13893         * nntp.el (nntp-open-connection): Replace
13894         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13895         (nntp-open-ssl-stream): Ditto.
13896         (nntp-open-tls-stream): Ditto.
13897
13898         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13899         set-process-query-on-exit-flag or process-kill-without-query.
13900         (starttls-open-stream-gnutls): Use it instead of
13901         process-kill-without-query.
13902         (starttls-open-stream): Ditto.
13903
13904 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13905
13906         * smime.el (smime-cert-by-ldap-1): Don't use
13907         replace-regexp-in-string.
13908
13909 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13910
13911         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13912
13913         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13914         in PEM format.  Adjust to the XEmacs compability.
13915
13916 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13917
13918         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13919         by `string-to-number'.
13920         * gnus-agent.el (gnus-agent-regenerate-group)
13921         (gnus-agent-fetch-articles): Ditto.
13922         * gnus-art.el (gnus-button-fetch-group): Ditto.
13923         * gnus-cache.el (gnus-cache-generate-active)
13924         (gnus-cache-articles-in-group): Ditto.
13925         * gnus-group.el (gnus-group-set-current-level)
13926         (gnus-group-insert-group-line): Ditto.
13927         * gnus-score.el (gnus-score-set-expunge-below)
13928         (gnus-score-set-mark-below, gnus-summary-score-effect)
13929         (gnus-summary-score-entry): Ditto.
13930         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13931         (gnus-soup-pack): Ditto.
13932         * gnus-spec.el (gnus-xmas-format): Ditto.
13933         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13934         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13935         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13936         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13937         * nndb.el (nndb-get-remote-expire-response): Ditto.
13938         * nndiary.el (nndiary-parse-schedule-value)
13939         (nndiary-string-to-number, nndiary-request-replace-article)
13940         (nndiary-request-article): Ditto.
13941         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13942         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13943         * nneething.el (nneething-make-head): Ditto.
13944         * nnfolder.el (nnfolder-request-article)
13945         (nnfolder-retrieve-headers): Ditto.
13946         * nnheader.el (nnheader-file-to-number): Ditto.
13947         * nnkiboze.el (nnkiboze-request-article): Ditto.
13948         * nnmail.el (nnmail-process-unix-mail-format)
13949         (nnmail-process-babyl-mail-format): Ditto.
13950         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13951         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13952         (nnmh-request-create-group, nnmh-request-list-1)
13953         (nnmh-request-group, nnmh-request-article): Ditto.
13954         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13955         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13956         * nnsoup.el (nnsoup-make-active): Ditto.
13957         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13958         * nntp.el (nntp-find-group-and-number)
13959         (nntp-retrieve-headers-with-xover): Ditto.
13960         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13961         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13962         (pgg-format-key-identifier): Ditto.
13963         * pop3.el (pop3-last, pop3-stat): Ditto.
13964         * qp.el (quoted-printable-decode-region): Ditto.
13965
13966         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13967         of concat.
13968
13969 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13970
13971         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13972
13973         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13974
13975         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13976
13977         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13978
13979         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13980
13981         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13982
13983         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13984         (gnus-carpal-mode): Ditto.
13985
13986         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13987         (gnus-browse-mode): Ditto.
13988
13989         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13990
13991         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13992
13993 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13994
13995         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13996
13997 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13998
13999         * gnus-util.el (gnus-run-mode-hooks): New function.
14000
14001         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14002
14003         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14004         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14005
14006 2005-05-27  Lute Kamstra  <lute@gnu.org>
14007
14008         * dns-mode.el (dns-mode): Specify customization group.
14009
14010 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14011
14012         * gnus-agent.el (gnus-agent-make-mode-line-string):
14013         Use mode-line-highlight as mouse-face.
14014
14015 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14016
14017         * canlock.el (canlock): Change the parent group to news.
14018
14019         * deuglify.el (gnus-outlook-deuglify): Add :group.
14020
14021         * dig.el (dig): Add :group.
14022
14023         * dns-mode.el (dns-mode): Add :group.
14024
14025         * encrypt.el (encrypt): Add :group.
14026
14027         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14028         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14029         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14030         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14031         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14032
14033         * gnus-diary.el (gnus-diary): Add :group.
14034
14035         * gnus.el (gnus-group-news-1-face): Add :group.
14036         (gnus-group-news-1-empty-face): Ditto.
14037         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14038         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14039         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14040         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14041         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14042         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14043         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14044         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14045         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14046         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14047         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14048         (gnus-summary-high-ticked-face): Ditto.
14049         (gnus-summary-low-ticked-face): Ditto.
14050         (gnus-summary-normal-ticked-face): Ditto.
14051         (gnus-summary-high-ancient-face): Ditto.
14052         (gnus-summary-low-ancient-face): Ditto.
14053         (gnus-summary-normal-ancient-face): Ditto.
14054         (gnus-summary-high-undownloaded-face): Ditto.
14055         (gnus-summary-low-undownloaded-face): Ditto.
14056         (gnus-summary-normal-undownloaded-face): Ditto.
14057         (gnus-summary-high-unread-face): Ditto.
14058         (gnus-summary-low-unread-face): Ditto.
14059         (gnus-summary-normal-unread-face): Ditto.
14060         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14061         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14062
14063         * hashcash.el (hashcash): New custom group.
14064         (hashcash-default-payment): Add :group.
14065         (hashcash-payment-alist): Ditto.
14066         (hashcash-default-accept-payment): Ditto.
14067         (hashcash-accept-resources): Ditto.
14068         (hashcash-path): Ditto.
14069         (hashcash-extra-generate-parameters): Ditto.
14070         (hashcash-double-spend-database): Ditto.
14071         (hashcash-in-news): Ditto.
14072
14073         * message.el (message-minibuffer-local-map): Add :group.
14074
14075         * netrc.el (netrc): Add :group.
14076
14077         * sieve-manage.el (sieve-manage-log): Add :group.
14078         (sieve-manage-default-user): Diito.
14079         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14080         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14081         (sieve-manage-authenticators): Ditto.
14082         (sieve-manage-authenticator-alist): Ditto.
14083         (sieve-manage-default-port): Ditto.
14084
14085         * sieve-mode.el (sieve-control-commands-face): Add :group.
14086         (sieve-action-commands-face): Ditto.
14087         (sieve-test-commands-face): Ditto.
14088         (sieve-tagged-arguments-face): Ditto.
14089
14090         * smime.el (smime): Add :group.
14091
14092         * spam-report.el (spam-report): Add :group.
14093
14094         * spam.el (spam, spam-face): Add :group.
14095
14096 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14097
14098         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14099         return \n.\n.\n at the end of articles.  Protect against that.
14100         (nntp-with-open-group): Allow debugging.
14101
14102         * nnheader.el (mail-header-set-extra): Make into a function
14103         because I just could't understand how to quote the list properly.
14104
14105         * dns.el (query-dns-cached): New function.
14106
14107 2005-05-26  Lute Kamstra  <lute@gnu.org>
14108
14109         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14110
14111 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14112
14113         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14114
14115         * gnus-art.el: Don't autoload mail-extract-address-components.
14116
14117         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14118         eval-and-compile to evaluate it.
14119
14120         * hashcash.el: Don't autoload executable-find.
14121
14122         * nndb.el: Don't declare the nndb back end two or more times; don't
14123         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14124
14125         * nntp.el: Autoload format-spec instead of format; use
14126         eval-and-compile to evaluate autoload forms.
14127
14128 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14129
14130         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14131
14132 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14133
14134         * gnus.el (gnus-version-number): Bump version.
14135
14136 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14137
14138         * gnus.el: No Gnus v0.3 is released.
14139
14140 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14141
14142         * lpath.el (featurep): Bind show-nonbreak-escape.
14143
14144 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14145
14146         * gnus-art.el (gnus-article-edit-part): Disable undo.
14147
14148 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14149
14150         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14151         gnus-article-date-lapsed-new-header is t if date timer is active;
14152         skip headers in which the original date value is empty.
14153         (gnus-article-save-original-date): Redefine it as a macro.
14154         (gnus-display-mime): Use it.
14155
14156 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14157
14158         * gnus-art.el (article-date-ut): Support converting date in
14159         forwarded parts as well.
14160         (gnus-article-save-original-date): New function.
14161         (gnus-display-mime): Use it.
14162
14163 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14164
14165         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14166         enclosure element of <item>.
14167
14168 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14169
14170         * message.el (message-kill-buffer-query): Rename from
14171         `message-kill-buffer-query-if-modified'.  Add :version.
14172
14173 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14174
14175         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14176         window layout.
14177
14178 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14179
14180         * mml.el: Autoload dnd when compiling.
14181
14182 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14183
14184         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14185         x-dnd-*.
14186
14187 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14188
14189         * qp.el (quoted-printable-encode-region): Save excursion.
14190
14191 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14192
14193         * message.el (message-kill-buffer-query-if-modified): Add new variable
14194         so the user can kill a modified message buffer quickly.
14195         (message-kill-buffer): Use it.
14196
14197 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14198
14199         * lpath.el: Fbind display-time-event-handler; don't fbind
14200         string-to-multibyte.
14201
14202         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14203
14204 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14205
14206         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14207         contained in text because xml.el decodes entities) with LFs.
14208
14209 2005-04-11  Lute Kamstra  <lute@gnu.org>
14210
14211         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14212         differently.
14213
14214 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14215
14216         * mm-util.el (mm-detect-coding-region): Typo.
14217
14218 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14219
14220         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14221
14222 2005-04-06  Deepak Goel  <deego@gnufans.org>
14223
14224         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14225         user-function allow user modifications of the scores.
14226         (spam-stat-score-buffer-user): New function, to allow
14227         user-computed modifications to the score.
14228         (spam-stat-score-buffer-user-functions): List of additional
14229         scoring functions.
14230         (spam-stat-error-holder): Global temporary error holder.
14231         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14232         variable.
14233
14234 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14235
14236         * gnus-registry.el (gnus-registry-clean-empty-function)
14237         (gnus-registry-trim, gnus-registry-fetch-groups)
14238         (gnus-registry-delete-group): Groups that match
14239         `gnus-registry-ignored-groups' are removed from the registry
14240         entries, not just ignored for splitting.  This helps clean up the
14241         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14242         to get all the groups a message ID is in.
14243
14244         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14245         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14246         (spam-stat-score-buffer-user-functions): Add :number custom type.
14247
14248 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14249
14250         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14251         argument in XEmacs.
14252
14253         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14254         (nnrss-request-group): Decode group name first.
14255         (nnrss-request-article): Make a text/plain article if mml-to-mime
14256         failed.
14257         (nnrss-get-encoding): Return a compatible encoding according to
14258         nnrss-compatible-encoding-alist.
14259         (nnrss-find-el): Use consp instead of listp.
14260         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14261
14262 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14263
14264         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14265         which Emacs 20 doesn't support.
14266         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14267
14268 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14269
14270         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14271         silence the byte compiler inside the defun.
14272
14273         * gnus-demon.el (parse-time-string): Add autoload.
14274
14275         * gnus-delay.el (parse-time-string): Add autoload.
14276
14277         * gnus-art.el (parse-time-string): Add autoload.
14278
14279         * nnultimate.el (parse-time): Require for `parse-time-string'.
14280
14281 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14282
14283         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14284
14285         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14286
14287         * smime.el (smime-ldap-host-list): Add :version.
14288
14289 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14290
14291         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14292         pass it to `gnus-browse-read-group'.
14293         (gnus-browse-read-group): Add NUMBER argument and pass it to
14294         `gnus-group-read-ephemeral-group'.
14295
14296         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14297         argument and pass it to `gnus-group-read-group'.
14298
14299 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14300
14301         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14302         mm-xemacs-find-mime-charset-1 if we have the mule feature
14303         available at runtime.
14304
14305 2005-03-25  Werner Lemberg  <wl@gnu.org>
14306
14307         * nnmaildir.el: Replace `illegal' with `invalid'.
14308
14309 2005-03-23  Lute Kamstra  <lute@gnu.org>
14310
14311         * time-date.el: Add comment on time value formats.
14312         Don't require parse-time.
14313         (with-decoded-time-value): New macro.
14314         (encode-time-value): New function.
14315         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14316         (days-to-time): Return a valid time value when arg is huge.
14317         (time-since): Use time-subtract.
14318         (time-to-number-of-days): Use time-to-seconds.
14319
14320 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14321
14322         * gnus-start.el (gnus-display-time-event-handler):
14323         Check display-time-timer at runtime rather than only at load time
14324         in case display-time-mode is turned off in the mean time.
14325
14326 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14327
14328         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14329         used.
14330
14331         * nneething.el (nneething-map-file-directory): Derive from
14332         `gnus-directory'.
14333
14334         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14335         the To/Cc button.
14336
14337 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14338
14339         * nnmaildir.el (nnmaildir-request-accept-article):
14340         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14341
14342 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14343
14344         * gnus-async.el: Require timer-funcs at compile time when in
14345         XEmacs for `run-with-idle-timer'.
14346
14347 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14348
14349         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14350         autoloaded function.
14351
14352 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14353
14354         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14355
14356 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14357
14358         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14359
14360 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14361
14362         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14363         Add gnus-expert-user to default.
14364
14365 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14366
14367         * nnimap.el (nnimap-open-server): Ditto.
14368
14369         * imap.el (imap-authenticate): Fix typo.
14370
14371 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14372
14373         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14374         buffer (since IMAP server might return FETCH response out of
14375         order, and the nntp buffer must be sorted).
14376
14377 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14378
14379         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14380         comparison on string.
14381
14382         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14383         (gnus-agent-score): Rename category keywords to match gnus-cus.
14384         (gnus-agent-summary-fetch-series): Modify to protect against
14385         gnus-agent-summary-fetch-group clearing processable flags.
14386         (gnus-agent-synchronize-group-flags): Update live group buffer as
14387         synchronization may occur due to the user toggle the plugged
14388         status.
14389         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14390         successfully downloaded.
14391         (gnus-agent-expire-group-1): Avoid using markers when the overview
14392         is in ascending order; greatly improves performance.
14393         (gnus-agent-regenerate-group):
14394         Use gnus-agent-synchronize-group-flags to reset read status in both
14395         gnus and server.
14396         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14397
14398 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14399
14400         * message.el: Don't autoload former message-utils variables.
14401         (message-strip-subject-trailing-was): Change doc string.
14402
14403         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14404         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14405         (nnweb-google-search): Add "hl=en" here.
14406         (nnweb-google-parse-1, nnweb-google-create-mapping):
14407         Don't hardcode URL.
14408
14409 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14410
14411         * message.el (message-get-reply-headers, message-followup):
14412         Mention related variables `message-use-followup-to' and
14413         `message-use-mail-followup-to', in the information buffer.
14414
14415         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14416         of broken groups(-beta).google.com.
14417
14418 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14419
14420         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14421         parameter to invoked gnus-request-move-article; remove the
14422         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14423         all at once instead of once per article.
14424         (gnus-summary-remove-process-mark): Accept a list of articles as
14425         well as a single article for processing.
14426
14427         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14428         parameter.
14429
14430         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14431
14432         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14433
14434         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14435         parameter.
14436
14437         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14438         parameter.
14439
14440         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14441         parameter and remove the gnus-sum-hint-move-is-internal variable.
14442
14443         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14444         parameter.
14445
14446         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14447         parameter.
14448
14449         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14450         parameter.
14451
14452         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14453
14454         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14455         parameter.
14456
14457         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14458         parameter.
14459
14460 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14461
14462         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14463         a more conservative way.
14464
14465 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14466
14467         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14468         buffer, so it moves the window's cursor.
14469
14470 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14471
14472         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14473         `mm-dissect-multipart' and receive the from field as an (optional)
14474         argument from `mm-dissect-multipart'.
14475         (mm-dissect-multipart): Receive the from field as an argument and
14476         pass it on when we call `mm-dissect-buffer' on MIME parts.
14477         Fixes verification/decryption of signed/encrypted MIME parts.
14478
14479 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14480
14481         * gnus-sum.el (gnus-summary-move-article):
14482         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14483         whatever it calls (right now, only nnimap-request-move article
14484         respects it).
14485
14486         * nnimap.el (nnimap-request-move-article):
14487         When gnus-sum-hint-move-is-internal is set, don't do the extra
14488         nnimap-request-article.
14489
14490 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14491
14492         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14493
14494         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14495         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14496
14497         * gnus-sum.el (gnus-summary-caesar-message):
14498         Apply `gnus-treat-article' after rotation.
14499
14500         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14501         doc string.
14502
14503 2005-02-22  Simon Josefsson  <jas@extundo.com>
14504
14505         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14506         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14507         <arne@arnested.dk>.
14508         (encrypt): Add password-cache and password-cache-expiry as group
14509         members.
14510
14511 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14512
14513         * smime.el (smime-ldap-host-list): Doc fix.
14514         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14515         cache) password.
14516         (smime-sign-region): Use it.
14517         (smime-decrypt-region): Use it.
14518         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14519         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14520         fails.
14521         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14522         certificate from DER to PEM format rather than calling openssl.
14523
14524         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14525
14526         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14527         for signing/encryption.
14528
14529         * mml.el (mml-parse-1): Use them.
14530
14531 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14532
14533         * nnrss.el (nnrss-verbose): Remove.
14534         (nnrss-request-group): Use `nnheader-message' instead.
14535
14536 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14537
14538         * nnrss.el (nnrss-verbose): New variable.
14539         (nnrss-request-group): Make it say nnrss is requesting a group.
14540
14541 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14542
14543         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14544         Handle news URL with given port correctly.
14545
14546 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14547
14548         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14549         containing special characters.
14550
14551         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14552
14553         * mml.el (mime-to-mml): Ditto.
14554
14555         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14556         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14557         (rfc2047-decode-region): Quote decoded words containing special
14558         characters when rfc2047-quote-decoded-words-containing-tspecials
14559         is non-nil.
14560
14561 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14562
14563         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14564
14565         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14566
14567 2005-02-15  Simon Josefsson  <jas@extundo.com>
14568
14569         * nnimap.el (nnimap-debug): Doc fix.
14570
14571         * imap.el (imap-debug): Doc fix.
14572
14573 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14574
14575         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14576
14577 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14578
14579         * gnus.el (spam-contents): Improve docs for spam-contents
14580         parameter in its variable incarnation.
14581
14582 2005-02-14  Simon Josefsson  <jas@extundo.com>
14583
14584         * smime-ldap.el: Use require instead of load-library for ldap.
14585         (smime-ldap-search): Indent.
14586         (smime-ldap-search-internal): Shorten line.
14587
14588         * smime.el (smime-cert-by-dns): Add doc-string.
14589         (smime-cert-by-ldap-1): Indent.
14590
14591         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14592         mml-smime-get-dns-ldap.
14593         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14594
14595 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14596
14597         * smime.el: Require smime-ldap.
14598         (smime-ldap-host-list): New variable.
14599         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14600
14601         * mml-smime.el (mml-smime-encrypt-query): New function.
14602         (mml-smime-encrypt-query): Use it.
14603
14604         * smime-ldap.el: New file.
14605
14606 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14607
14608         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14609
14610 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14611
14612         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14613         argument in doc string.  Make query for type more clear.
14614
14615 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14616
14617         * gnus.el (gnus-group-startup-message): Search for gnus images in
14618         etc/images/gnus.
14619         * mm-util.el (mm-image-load-path): Likewise.
14620         * smiley.el (smiley-data-directory): Search for smilies in
14621         etc/images/smilies.
14622
14623 2005-02-09  Kim F. Storm  <storm@cua.dk>
14624
14625         Change Emacs release version from 21.4 to 22.1 throughout.
14626         Change Emacs development version from 21.3.50 to 22.0.50.
14627
14628 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14629
14630         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14631
14632         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14633         non-Mule XEmacs as well.
14634         (mm-decompress-buffer): Signal an error intentionally if it does
14635         not decompress compressed data because auto-compression-mode is
14636         disabled.
14637
14638 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14639
14640         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14641         an ID in the registry even if it has no groups.
14642
14643 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14644
14645         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14646         merge it into mm-decompress-buffer.
14647         (gnus-mime-copy-part): Use the MIME part charset, the value which
14648         a user specified or gnus-newsgroup-charset for decoding, like
14649         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14650         save-buffer what was used.  Suggested by Kevin Ryde
14651         <user42@zip.com.au>.
14652         (gnus-mime-inline-part): Allow the name parameter as well as the
14653         filename parameter; force decompressing of compressed data; always
14654         display contents being not decoded as unibyte.
14655
14656         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14657         as well as the filename parameter.
14658
14659         * mm-util.el (mm-decompress-buffer):
14660         Merge gnus-mime-jka-compr-maybe-uncompress.
14661         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14662         of compressed data.
14663
14664 2005-02-08  Simon Josefsson  <jas@extundo.com>
14665
14666         * imap.el (imap-log): Doc fix.
14667
14668 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14669
14670         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14671         the coding cookies; decompress compressed parts.
14672
14673         * mml.el (mml-generate-mime-1): Add the charset parameter according
14674         to the value which a user specified manually or the coding cookie.
14675
14676         * mm-util.el (mm-string-to-multibyte): New function.
14677         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14678         (mm-coding-system-to-mime-charset): New function.
14679         (mm-decompress-buffer): New function.
14680         (mm-find-buffer-file-coding-system): New function.
14681
14682         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14683         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14684         parts.
14685
14686 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14687
14688         * mm-view.el (mm-display-inline-fontify): Decode a part according
14689         to the charset parameter.
14690
14691 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14692
14693         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14694         prefix arg is neither nil nor a number, as info specifies.
14695
14696 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14697
14698         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14699         timestamps.
14700
14701 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14702
14703         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14704         groups error checking and notify user.
14705
14706 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14707
14708         * message.el (message-send-mail-function): Check existence of
14709         sendmail-program first before using default value
14710         `message-send-mail-with-sendmail'.  Otherwise use more generic
14711         `smtpmail-send-it'.
14712
14713 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14714
14715         * nntp.el (nntp-request-update-info): Always return nil.
14716
14717 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14718
14719         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14720
14721 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14722
14723         * message.el (message-beginning-of-line): Change the behavior when
14724         invoked between BOL and : so that it first moves backward.
14725
14726 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14727
14728         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14729         article buffer when editing of the article is discarded.
14730         (gnus-article-prepare): Revert.
14731
14732 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14733
14734         * gnus-art.el (gnus-article-prepare):
14735         Remove message-strip-forbidden-properties from the local hook.
14736
14737 2005-01-27  Simon Josefsson  <jas@extundo.com>
14738
14739         * password.el (password-cache-add): Only start one timer per key.
14740         Reported by Derek Atkins <warlord@MIT.EDU>.
14741
14742 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14743
14744         * run-at-time.el: Remove.  It is no longer needed as
14745         timer-funcs.el in the xemacs-base package has a working version of
14746         `run-at-time'.
14747
14748         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14749
14750         * password.el: Require timer-funcs instead of run-at-time in
14751         XEmacs.
14752         Remove `password-run-at-time' macro.
14753         (password-cache-add): Use `run-at-time' instead of
14754         `password-run-at-time'.
14755
14756         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14757         Remove `nnheader-cancel-function-timers' alias,
14758         `cancel-function-timers' exists in XEmacs in timer-funcs.
14759
14760         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14761         for `run-with-idle-timer'.
14762
14763         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14764         for `run-at-time'.
14765
14766         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14767         for `with-timeout'.
14768
14769         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14770         the same as for XEmacs 21.4.
14771         No need to ignore `run-with-idle-timer', this function exists in
14772         XEmacs now in timer-funcs.el in the xemacs-base package.
14773         (dgnushack-compile): No need to delete
14774         run-at-time.el from the list of files to compile because it
14775         doesn't exist anymore.
14776
14777 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14778
14779         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14780         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14781
14782 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14783
14784         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14785         sensitively.
14786
14787 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14788
14789         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14790
14791 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14792
14793         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14794         which will be inserted according to the multibyteness of a buffer
14795         rather than the type of contents.  Suggested by ARISAWA Akihiro
14796         <ari@mbf.ocn.ne.jp>.
14797
14798         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14799         of string which old xml.el may return rather than a string.
14800
14801 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14802
14803         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14804
14805 2005-01-16  Simon Josefsson  <jas@extundo.com>
14806
14807         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14808         idn/idna.el isn't available.
14809         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14810         <michael@waxrat.com>.
14811
14812         * hashcash.el: Remove non-FSF copyright header.
14813
14814         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14815         (hashcash-generate-payment): Use it.
14816         (hashcash-generate-payment-async): Use it.
14817
14818 2005-01-15  Simon Josefsson  <jas@extundo.com>
14819
14820         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14821         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14822
14823         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14824         gnus-summary-idna-message.
14825         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14826         (gnus-summary-idna-message): New function.
14827
14828 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14829
14830         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14831         gnus-novice-user.
14832
14833 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14834
14835         * nnrss.el (nnrss-request-delete-group): Delete entries in
14836         nnrss-group-alist as well.
14837         (nnrss-save-server-data): Insert newline.
14838
14839 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14840
14841         * gnus.el (gnus-user-agent): Use list of symbols instead of
14842         symbols.  Display full version number for (S)XEmacs.
14843         Optionally display (S)XEmacs codename.
14844
14845         * gnus-util.el (gnus-emacs-version): Update for new
14846         `gnus-user-agent'.
14847
14848         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14849         Gnus version.
14850
14851 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14852
14853         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14854         which is unreadable in some setups.
14855
14856 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14857
14858         * gnus-spec.el (gnus-update-format-specifications): Flush the
14859         group format spec cache if it doesn't support decoded group names.
14860
14861 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14862
14863         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14864         Allow to apply decay on score files matching a regexp.
14865
14866 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14867
14868         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14869         compatibility in %g and %c.
14870
14871 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14872
14873         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14874         name for only %g and %c.
14875         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14876         of gnus-tmp-group to decoded group name.
14877         (gnus-group-make-rss-group): Exclude `/'s from group names.
14878
14879 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14880
14881         * nnrss.el (nnrss-get-encoding): Fix regexp.
14882
14883 2004-12-27  Simon Josefsson  <jas@extundo.com>
14884
14885         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14886         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14887         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14888
14889 2004-12-17  Kim F. Storm  <storm@cua.dk>
14890
14891         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14892
14893         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14894
14895 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14896
14897         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14898
14899 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14900
14901         * nnrss.el: Require rfc2047 and mml.
14902         (nnrss-file-coding-system): New variable.
14903         (nnrss-format-string): Redefine it as an inline function.
14904         (nnrss-decode-group-name): New function.
14905         (nnrss-string-as-multibyte): Remove.
14906         (nnrss-retrieve-headers): Decode group name; don't use
14907         nnrss-format-string.
14908         (nnrss-request-group): Decode group name.
14909         (nnrss-request-article): Decode group name; allow a Message-ID as
14910         well as an article number; don't use nnrss-format-string; encode a
14911         Message-ID string which may contain non-ASCII characters; use
14912         mml-to-mime to compose a MIME article.
14913         (nnrss-request-expire-articles): Decode group name.
14914         (nnrss-request-delete-group): Decode group name.
14915         (nnrss-fetch): Clarify error message.
14916         (nnrss-read-server-data): Use insert-file-contents instead of load;
14917         bind file-name-coding-system; use multibyte buffer.
14918         (nnrss-save-server-data): Bind coding-system-for-write to the
14919         value of nnrss-file-coding-system; bind file-name-coding-system;
14920         add coding cookie.
14921         (nnrss-read-group-data): Use insert-file-contents instead of load;
14922         bind file-name-coding-system; use multibyte buffer.
14923         (nnrss-save-group-data): Bind coding-system-for-write to the
14924         value of nnrss-file-coding-system; bind file-name-coding-system.
14925         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14926         make it work with non-ASCII text.
14927         (nnrss-find-el): Make it work with old xml.el as well.
14928
14929 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14930
14931         * nnrss.el (nnrss-get-encoding): New function.
14932         (nnrss-fetch): Use unibyte buffer initially; bind
14933         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14934         decode contents according to the encoding attribute.
14935         (nnrss-save-group-data): Add coding cookie.
14936         (nnrss-mime-encode-string): New function.
14937         (nnrss-check-group): Use it to encode subject and author.
14938
14939 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14940
14941         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14942         imaginary variable.
14943
14944 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14945
14946         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14947         correctly even if there are wide characters.
14948
14949 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14950
14951         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14952         downcased symbol names; make a new cache instead of reusing
14953         bbdb-hashtable.
14954
14955 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14956
14957         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14958         concatenating segments rather than before concatenating them.
14959         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14960
14961         * message.el (message-get-reply-headers): Bind `extra'.
14962
14963 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14964
14965         * message.el (message-extra-wide-headers): New variable.
14966         (message-get-reply-headers): Use it.
14967
14968 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14969
14970         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14971         (gnus-agent-group-pathname): Ditto.
14972
14973         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14974
14975         * gnus-group.el (gnus-group-make-group): Decode group name.
14976         (gnus-group-make-rss-group): Register the group data after opening
14977         the nnrss group.
14978
14979 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14980
14981         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14982         by expiry now get marked as read.
14983
14984 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14985
14986         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14987
14988 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14989
14990         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14991         unify Latin characters in XEmacs.
14992         (mm-find-mime-charset-region): Use it.
14993
14994 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14995
14996         * gnus-util.el (gnus-delete-directory): New function.
14997
14998         * gnus-agent.el (gnus-agent-delete-group): Use it.
14999
15000         * gnus-cache.el (gnus-cache-delete-group): Use it.
15001
15002 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15003
15004         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15005         names.
15006
15007 2004-12-16  Simon Josefsson  <jas@extundo.com>
15008
15009         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15010
15011 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15012
15013         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15014
15015         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15016         (gnus-group-set-current-level): Decode group name.
15017
15018 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15019
15020         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15021         failed.
15022
15023 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15024
15025         * gnus-group.el (gnus-group-delete-group): Decode group name.
15026         (gnus-group-make-rss-group): Encode group name.
15027         (gnus-group-catchup-current): Decode group name.
15028         (gnus-group-kill-group): Decode group name.
15029
15030 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15031
15032         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15033
15034 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15035
15036         * gnus-group.el (gnus-group-make-rss-group):
15037         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15038
15039         * gnus-start.el (gnus-setup-news): Honor user's setting to
15040         gnus-message-archive-method.  Suggested by Lute Kamstra
15041         <lute@gnu.org>.
15042
15043 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15044
15045         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15046         global counterparts of the buffer-local variables.
15047
15048 2004-11-16  Romain Francoise  <romain@orebokech.com>
15049
15050         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15051         counterparts of the buffer-local variables.
15052
15053 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15054
15055         * message.el (message-forbidden-properties): Fix typo in doc
15056         string.
15057
15058 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15059
15060         * gnus-util.el (gnus-replace-in-string): Add doc string.
15061
15062         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15063         to avoid problems when splitting mails with many recipients.
15064
15065 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15066
15067         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15068         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15069
15070 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15071
15072         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15073         if there is no hashtable in memory or file modification time is
15074         newer than cached timestamp.
15075
15076 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15077
15078         * gnus-sum.el (gnus-summary-limit-to-recipient):
15079         Implement not-matching option.
15080
15081 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15082
15083         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15084         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15085         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15086         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15087         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15088         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15089
15090 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15091
15092         * message.el (message-forward-make-body-mml): Remove headers
15093         according to message-forward-ignored-headers if a message is decoded.
15094
15095 2004-12-02  Romain Francoise  <romain@orebokech.com>
15096
15097         * message.el (message-forward-make-body-plain): Always remove
15098         headers according to message-forward-ignored-headers.
15099
15100 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15101
15102         * spam.el (spam-summary-prepare-exit): Remove the
15103         gnus-summary-limit pop for now, it has problems with ham marks for
15104         me.
15105
15106 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15107
15108         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15109         correctly.
15110
15111 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15112
15113         * format-spec.el (format-spec): Message the char.
15114
15115 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15116
15117         * gnus-art.el (gnus-split-methods): Reformat comments.
15118
15119         * spam.el (spam-summary-prepare-exit): Remove article limits
15120         before exiting the summary buffer.
15121
15122 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15123
15124         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15125         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15126
15127         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15128         order to silence the byte compiler.
15129
15130         * spam.el: Fix the way to silence the byte compiler, which
15131         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15132         bbdb-search-simple, spam-BBDB-register-routine,
15133         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15134         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15135         spam-stat-buffer-is-spam, spam-stat-load,
15136         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15137         spam-stat-save and spam-stat-split-fancy.
15138
15139 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15140
15141         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15142         which may confuse users.
15143         (canlock-password-for-verify): Ditto.
15144
15145         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15146
15147         * gnus-art.el (gnus-emphasis-alist): Ditto.
15148
15149         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15150
15151         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15152
15153         * gnus-start.el (gnus-save-killed-list): Ditto.
15154
15155         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15156         (gnus-sum-thread-tree-root): Ditto.
15157         (gnus-sum-thread-tree-false-root): Ditto.
15158         (gnus-sum-thread-tree-single-indent): Ditto.
15159
15160         * message.el (message-courtesy-message): Ditto.
15161         (message-archive-note): Ditto.
15162         (message-subscribed-address-file): Ditto.
15163         (message-user-fqdn): Ditto.
15164
15165         * spam-report.el (spam-report-gmane-regex): Ditto.
15166
15167         * spam.el (spam-blackhole-good-server-regex): Ditto.
15168
15169 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15170
15171         * mml.el (mml-preview): Widen the message buffer before copying
15172         the contents to the preview buffer; sort headers before previewing.
15173
15174         * message.el (message-hidden-headers): Fix the way to avoid a bug
15175         in the `repeat' widget in Emacs 21.3 or earlier.
15176
15177 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15178
15179         * message.el (message-hidden-headers): Default to "^References:".
15180         Improve customization type.  Suggested by Reiner Steib
15181         <Reiner.Steib@gmx.de>.
15182
15183 2004-11-25  Romain Francoise  <romain@orebokech.com>
15184
15185         * message.el (message-strip-forbidden-properties): Remove check for
15186         obsolete `message-hidden' text property, hidden headers are not
15187         accessible in the buffer anymore.
15188
15189 2004-11-22  Romain Francoise  <romain@orebokech.com>
15190
15191         * message.el (message-header-format-alist): Add `From' in list
15192         so that it can be sorted.
15193         (message-fix-before-sending): Widen and sort headers before
15194         sending.
15195         (message-hide-headers): Use narrowing to hide headers by moving
15196         them to the top of the buffer and narrowing to the region
15197         underneath.
15198
15199 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15200
15201         * message.el (message-strip-forbidden-properties):
15202         Bind buffer-read-only (etc) to nil.
15203
15204 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15205
15206         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15207         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15208
15209 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15210
15211         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15212
15213 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15214
15215         * dns.el (query-dns): Use sit-for to time instead of
15216         accept-process-output, since that doesn't seem to work on udp
15217         sockets.
15218
15219 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15220
15221         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15222
15223 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15224
15225         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15226         doc string.  Improve doc string.
15227
15228 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15229
15230         * nntp.el (nntp-request-update-info): Return nil if
15231         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15232         may not call gnus-activate-group which uselessly issues the GROUP
15233         commands for all nntp groups and wastes time.  Reported by Romain
15234         Francoise <romain@orebokech.com>.
15235
15236         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15237
15238 2004-11-15  Simon Josefsson  <jas@extundo.com>
15239
15240         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15241         headers separately.
15242         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15243         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15244
15245 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15246
15247         * gnus-start.el (gnus-convert-old-newsrc):
15248         Assign legacy-gnus-agent to 5.10.7.
15249
15250 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15251
15252         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15253         start of the lines.
15254
15255 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15256
15257         * hashcash.el (hashcash-default-payment): Change default to 20.
15258         (hashcash-default-accept-payment): Change default to 20.
15259         (hashcash-process-alist): New variable.
15260         (hashcash-generate-payment-async): Add.
15261         (hashcash-already-paid-p): Add.
15262         (hashcash-insert-payment): Don't generate payments twice.
15263         (hashcash-insert-payment-async): Add.
15264         (hashcash-insert-payment-async-2): Add.
15265         (hashcash-cancel-async): Add.
15266         (hashcash-wait-async): Add.
15267         (hashcash-processes-running-p): Add.
15268         (hashcash-wait-or-cancel): Add.
15269         (mail-add-payment): New optional argument.  Conditionally start
15270         asynchronous calculation.
15271         (mail-add-payment-async): Add.
15272
15273         * message.el (message-send-mail): Wait for asynchronous hashcash
15274         results.  Don't clobber existing X-Hashcash headers.
15275         (message-setup-1): Call mail-add-payment-async when
15276         message-generate-hashcash is non-nil.
15277
15278 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15279
15280         * message.el (message-use-alternative-email-as-from): Examine the
15281         From header as well; use message-make-from in order to include a
15282         user's full name.
15283
15284 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15285
15286         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15287         default; improve customization type.
15288         (gnus-emphasis-custom-with-format): New macro.
15289         (gnus-emphasis-custom-value-to-external): New function.
15290         (gnus-emphasis-custom-value-to-internal): New function.
15291
15292 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15293
15294         * dns.el (query-dns): Resolve reverse addresses.
15295
15296 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15297
15298         * gnus-group.el (gnus-group-get-new-news): Use it.
15299
15300         * gnus-start.el (gnus-check-reasonable-setup): New function.
15301
15302 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15303
15304         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15305         "Args out of range" error.  Reported by Arnaud Giersch
15306         <arnaud.giersch@free.fr>.
15307
15308 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15309
15310         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15311
15312 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15313
15314         * spam.el (spam group): Add :version.
15315
15316         * pgg-def.el (pgg group): Add :version.
15317
15318 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15319
15320         * gnus-art.el (gnus-article-edit-article): Don't associate the
15321         article buffer with a draft file.  This is a temporary measure
15322         against the 2004-08-22 change to gnus-article-edit-mode.
15323
15324 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15325
15326         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15327         (html2text-format-tags): Remove unused variable `attr'.
15328
15329 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15330
15331         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15332
15333         * tls.el (tls-process-connection-type, tls-success)
15334         (tls-certtool-program): Add :version.
15335
15336         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15337         (starttls-extra-arguments, starttls-process-connection-type)
15338         (starttls-connect, starttls-failure, starttls-success): Add :version.
15339
15340         * spam-stat.el (spam-stat): Add :version.
15341
15342         * sieve.el (sieve): Add :version.
15343
15344         * sha1.el (sha1): Add :version.
15345         (sha1-use-external): Remove redundant version.
15346
15347         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15348         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15349         (nnmail-split-fancy-match-partial-words)
15350         (nnmail-split-lowercase-expanded): Add :version.
15351
15352         * nndiary.el (nndiary): Add :version.
15353
15354         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15355
15356         * mml-sec.el (mml-default-sign-method)
15357         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15358         Add :version.
15359
15360         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15361
15362         * mm-url.el (mm-url-use-external, mm-url-program)
15363         (mm-url-arguments): Add :version.
15364
15365         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15366         (mm-attachment-file-modes, mm-decrypt-option)
15367         (mm-w3m-safe-url-regexp): Add :version.
15368
15369         * message.el (message-cite-prefix-regexp)
15370         (message-sendmail-envelope-from, message-minibuffer-local-map)
15371         (message-user-fqdn, message-completion-alist): Add :version.
15372
15373         * gnus-win.el (gnus-configure-windows-hook)
15374         (gnus-use-frames-on-any-display): Add :version.
15375
15376         * gnus-art.el (gnus-article-address-banner-alist)
15377         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15378         (gnus-treat-from-picon, gnus-treat-mail-picon)
15379         (gnus-treat-x-pgp-sig): Add :version.
15380
15381         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15382         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15383         (gnus-summary-article-delete-hook)
15384         (gnus-summary-display-while-building): Add :version.
15385
15386         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15387         (gnus-get-top-new-news-hook): Add :version.
15388
15389         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15390         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15391
15392         * gnus-registry.el (gnus-registry): Add :version.
15393
15394         * gnus-spec.el (gnus-use-correct-string-widths)
15395         (gnus-make-format-preserve-properties): Add :version.
15396
15397         * gnus.el (gnus-group-charter-alist)
15398         (gnus-group-fetch-control-use-browse-url)
15399         (gnus-install-group-spam-parameters): Add :version.
15400
15401         * gnus-diary.el (gnus-diary): Add :version.
15402
15403         * gnus-delay.el (gnus-delay): Add :version.
15404
15405         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15406         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15407         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15408         Add :version.
15409
15410         * gnus-agent.el (gnus-agent-max-fetch-size)
15411         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15412         (gnus-agent-prompt-send-queue): Add :version.
15413
15414         * deuglify.el (gnus-outlook-deuglify): Add :version.
15415
15416         * html2text.el: Beautify code.  Improve doc strings.
15417         Some checkdoc cleanup.
15418         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15419
15420 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15421
15422         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15423
15424 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15425
15426         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15427         when package is loaded.
15428
15429         * spam.el (spam-summary-score-preferred-header): Add global preference
15430         for people who want to override the default SpamAssassin over
15431         Bogofilter preference (when both are set).
15432         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15433         (spam-user-format-function-S):
15434         Check spam-summary-score-preferred-header.
15435         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15436         (spam-user-format-function-S): Format the score correctly.
15437
15438 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15439
15440         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15441         signature file.  Suggested by Manoj Srivastava
15442         <srivasta@golden-gryphon.com>.
15443
15444         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15445         iso-2022-jp even in the Japanese language environment.
15446         Suggested by Jason Rumney <jasonr@gnu.org>.
15447
15448 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15449
15450         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15451         use the same characters as the dummy marks; make it free from
15452         getting affected by the language environment.
15453         (gnus-summary-read-group-1): Update mark positions only when the
15454         format spec is updated.
15455
15456         * gnus-spec.el (gnus-update-format-specifications): Return a list
15457         of updated types.
15458
15459 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15460
15461         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15462         of boundp to check if display-warning is available.
15463
15464 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15465
15466         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15467
15468 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15469
15470         * nnspool.el (nnspool-spool-directory): Use news-path if the
15471         news-directory variable is not bound.
15472
15473         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15474         function instead of display-warning if it is not available.
15475
15476 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15477
15478         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15479         v5-10: Use `point-at-bol'.
15480
15481 2004-10-26  Simon Josefsson  <jas@extundo.com>
15482
15483         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15484         <chenggao@gmail.com>.
15485
15486 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15487
15488         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15489         instead.
15490
15491 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15492
15493         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15494         to remove a server from the nnimap-server-buffer-alist.
15495         (nnimap-open-connection, nnimap-close-server): Use it.
15496
15497         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15498
15499 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15500
15501         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15502         running the major-mode function.
15503
15504 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15505
15506         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15507         dummy marks in the right way.
15508
15509 2004-10-18  David Edmondson  <dme@dme.org>
15510
15511         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15512         excessively.
15513
15514 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15515
15516         * gnus-util.el (gnus-split-references): Accept a nil references
15517         string and go on blissfully.
15518
15519         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15520         cases where the references string is non-nil but has no references.
15521
15522         * encrypt.el: Add autoload tags.
15523
15524         * spam.el (spam-resolve-registrations-routine): Remove article
15525         from unregistration list too.  Reported by David Hanak
15526         <dhanak@isis.vanderbilt.edu>
15527
15528 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15529
15530         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15531         nil.  Change custom type.
15532
15533 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15534
15535         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15536
15537         * gnus-sum.el (gnus-summary-move-article): Use it.
15538
15539 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15540
15541         * encrypt.el: Add autoload cookies.
15542
15543         * spam.el (spam-backend-article-list-property)
15544         (spam-backend-get-article-todo-list)
15545         (spam-backend-put-article-todo-list)
15546         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15547         Resolve registrations separately.
15548         (spam-register-routine): Format comments.
15549         (spam-unregister-routine, spam-register-routine): Always call with
15550         specific-articles, no default list.
15551         (spam-summary-prepare-exit): Use the spam-classifications function.
15552
15553         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15554         gnus-encrypt.el.
15555
15556         * encrypt.el: Copied from gnus-encrypt.el.
15557
15558         * gnus-encrypt.el: Commented that it's obsolete.
15559
15560 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15561
15562         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15563         (gnus-score-save): Use it.
15564
15565         * message.el (message-bury): Use `window-dedicated-p'.
15566
15567 2004-10-15  Simon Josefsson  <jas@extundo.com>
15568
15569         * pop3.el (top-level): Don't require nnheader.
15570         (pop3-read-timeout): Add.
15571         (pop3-accept-process-output): Add.
15572         (pop3-read-response, pop3-retr): Use it.
15573
15574 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15575
15576         * spam.el (spam-register-routine): Move comment.
15577         (spam-verify-bogofilter): Use 'unknown for the initial
15578         spam-bogofilter-valid state, not 'never.
15579
15580         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15581         for netrc-machine.
15582
15583         * nnimap.el (nnimap-open-connection):
15584         Use netrc-machine-user-or-password.
15585
15586 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15587
15588         * gnus-registry.el (gnus-registry-unload-hook):
15589         Set as a variable with add-hook.
15590
15591         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15592         of news-path.
15593
15594         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15595
15596         * spam.el: Delete duplicate `provide'.
15597         (spam-unload-hook): Set as a variable with add-hook.
15598
15599 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15600
15601         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15602         in the doc string.
15603
15604         * message.el (message-ignored-news-headers)
15605         (message-ignored-supersedes-headers)
15606         (message-ignored-resent-headers)
15607         (message-forward-ignored-headers): Improve custom type.
15608
15609 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15610
15611         * message.el (message-tokenize-header): Fix 2004-09-06 change
15612         which used point-min in the wrong place.
15613
15614 2004-10-12  Simon Josefsson  <jas@extundo.com>
15615
15616         * tls.el (tls-certtool-program): New variable.
15617         (tls-certificate-information): New function, based on
15618         ssl-certificate-information.
15619
15620 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15621
15622         * compface.el: Move the version of ELisp-based uncompface program
15623         to the contrib directory because of the copyright problem.
15624
15625 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15626
15627         * message.el (message-kill-buffer): Raise the current frame.
15628
15629 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15630
15631         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15632
15633         * gnus.el (message-y-or-n-p): Autoload.
15634
15635         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15636         (pop3-password-required, pop3-authentication-scheme)
15637         (pop3-leave-mail-on-server): Make customizable.
15638         (pop3): New custom group.
15639         (pop3-retr): Remove `sleep-for' statements.
15640         Suggested by Dave Love <fx@gnu.org>.
15641
15642         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15643         Windows/DOS.
15644
15645         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15646         (imap-parse-body): Fix incorrect use of `assert'.
15647         Suggested by Dave Love <fx@gnu.org>.
15648
15649         * mml.el (mml-minibuffer-read-disposition): Require match.
15650         Suggested by Dave Love <fx@gnu.org>.
15651
15652 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15653
15654         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15655         doc string.
15656
15657 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15658
15659         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15660
15661 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15662
15663         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15664         instead of calling `mm-insert-inline', to decode text/* parts
15665         before displaying them.
15666
15667 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15668
15669         * mm-uu.el (mm-uu-text-plain-type): New variable.
15670         (mm-uu-pgp-signed-extract-1): Use it.
15671         (mm-uu-pgp-encrypted-extract-1): Use it.
15672         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15673         bind mm-uu-text-plain-type with that value.
15674         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15675         mm-uu-dissect.
15676
15677 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15678
15679         * gnus-group.el (gnus-update-group-mark-positions):
15680         * gnus-sum.el (gnus-update-summary-mark-positions):
15681         * message.el (message-check-news-body-syntax):
15682         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15683         of string-as-multibyte.
15684
15685 2004-10-05  Juri Linkov  <juri@jurta.org>
15686
15687         * gnus-group.el (gnus-update-group-mark-positions):
15688         * gnus-sum.el (gnus-update-summary-mark-positions):
15689         * message.el (message-check-news-body-syntax):
15690         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15691         8-bit unibyte values to a multibyte string for search functions.
15692
15693 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15694
15695         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15696         (mm-uu-dissect-text-parts): New function.
15697
15698         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15699         dissect text parts.
15700
15701         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15702         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15703
15704         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15705
15706         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15707         Use gnus-current-topics instead of gnus-current-topic.
15708
15709 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15710
15711         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15712
15713 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15714
15715         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15716         where approriate.
15717
15718         * nnml.el (nnml-generate-active-info): do.
15719
15720         * nndiary.el (nndiary-generate-active-info): do.
15721
15722         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15723         (gnus-topic-move): do.
15724
15725         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15726         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15727
15728         * gnus-srvr.el (gnus-server-prepare)
15729         (gnus-server-open-all-servers): do.
15730
15731         * gnus-msg.el (gnus-summary-cancel-article)
15732         (gnus-summary-resend-message)
15733         (gnus-summary-mail-crosspost-complaint): do.
15734
15735         * gnus-move.el (gnus-change-server): do.
15736
15737         * gnus-group.el (gnus-group-unmark-all-groups)
15738         (gnus-group-set-current-level): do.
15739
15740 2004-10-04  Simon Josefsson  <jas@extundo.com>
15741
15742         * message.el (message-generate-hashcash): Doc fix.
15743
15744 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15745
15746         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15747         avoid infinite recursion via gnus-get-function.
15748
15749 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15750
15751         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15752
15753         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15754
15755         * nnmail.el (nnmail-split-history): do.
15756
15757         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15758         (nnml-request-delete-group): do.
15759
15760         * nnslashdot.el (nnslashdot-read-groups): do.
15761
15762         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15763         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15764
15765         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15766         (nnspool-sift-nov-with-sed): Use last.
15767         (nnspool-retrieve-headers-with-nov): Use mapc.
15768         (nnspool-request-newgroups): Use dolist.
15769         (nnspool-request-group): Use last.
15770
15771         * nntp.el (nntp-read-server-type): Use dolist.
15772
15773         * nnvirtual.el (nnvirtual-create-mapping)
15774         (nnvirtual-update-read-and-marked): Use dolist.
15775         (nnvirtual-convert-headers): Simplify.
15776
15777 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15778
15779         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15780         Add support for sync'ing tick marks.
15781
15782 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15783
15784         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15785         there's no visible header.
15786
15787 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15788
15789         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15790         When necessary, pass full group name to gnus-request-set-marks.
15791
15792 2004-10-01  Simon Josefsson  <jas@extundo.com>
15793
15794         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15795         acroread.
15796
15797 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15798
15799         * spam-report.el (spam-report-gmane): Fix interactive.
15800
15801         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15802
15803         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15804         when writing file.
15805         (gnus-agent-synchronize-flags): Don't default to being
15806         interactive.
15807
15808 2004-09-30  Simon Josefsson  <jas@extundo.com>
15809
15810         * message.el (message-generate-hashcash): Add.
15811         (message-send-mail): Use it, call mail-add-payment.
15812
15813 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15814
15815         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15816
15817 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15818
15819         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15820         gnus-requst-update-info with explicit code to sync the in-memory
15821         info read flags with the marks being sync'd to the backend.
15822
15823         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15824
15825 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15826
15827         * spam.el (spam-verify-bogofilter): Add new function.
15828         (spam-check-bogofilter)
15829         (spam-bogofilter-register-with-bogofilter): Use it.
15830         (spam-verify-bogofilter): Add small fixes.
15831
15832 2004-09-28  Simon Josefsson  <jas@extundo.com>
15833
15834         * hashcash.el (hashcash-generate-payment): Revert.
15835
15836 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15837
15838         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15839         Use gnus-extract-references instead of gnus-split-references.
15840
15841         * gnus-util.el (gnus-extract-references): Add new function, analogous
15842         to gnus-split-references but extracts only the message-ID without
15843         anything extra.
15844
15845         * hashcash.el (hashcash-generate-payment)
15846         (hashcash-check-payment): Do the right thing if hashcash-path is
15847         nil (because the hashcash program could not be found).
15848
15849         * spam.el (spam-use-hashcash): Remove comment.
15850
15851 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15852
15853         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15854         (gnus-cache-enter-article, gnus-cache-remove-article)
15855         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15856
15857         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15858
15859         * gnus-art.el (article-hide-boring-headers)
15860         (article-translate-strings, article-display-face)
15861         (gnus-article-mime-match-handle-first)
15862         (gnus-article-highlight-headers)
15863         (gnus-article-add-buttons-to-head): do.
15864
15865 2004-09-27  Simon Josefsson  <jas@extundo.com>
15866
15867         * hashcash.el: New version, from
15868         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15869         ../contrib/.
15870
15871 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15872
15873         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15874
15875 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15876
15877         * gnus-dup.el (gnus-dup-open): Use mapc.
15878         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15879
15880         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15881         Reported by Stefan Wiens <s.wi@gmx.net>.
15882
15883         * gnus.el (gnus-shutdown): Use dolist.
15884
15885         * gnus-undo.el (gnus-undo): Use mapc.
15886
15887         * nnrss.el (nnrss-generate-active): do.
15888
15889         * message.el (message-cite-original-without-signature)
15890         (message-cite-original): Use mapc.
15891         (message-do-actions, message-make-forward-subject): Use dolist.
15892
15893 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15894
15895         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15896         deletion to remove entire duplicate line.  Fixes merged article
15897         number bug.
15898
15899 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15900
15901         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15902         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15903         first ask if you want to open a server and then, even when you
15904         responded with no, asking if you want to synchronize the server's
15905         flags.
15906         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15907         multi-line expressions.
15908         (gnus-agent-synchronize-group-flags): New internal function.
15909         Updates marks in memory (in the info structure) AND in the
15910         backend.
15911
15912         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15913
15914         * nnagent.el (nnagent-request-set-mark):
15915         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15916         method, to ensure that synchronization updates marks in the
15917         backend and in the info (in memory) structure.
15918
15919 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15920
15921         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15922         convention fully; don't miss the root article of a thread; make
15923         the X-Draft-From header with correct article numbers.
15924
15925 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15926
15927         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15928         unless plugged.  Disable the agent so that an open failure causes
15929         an error.
15930
15931         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15932         Revert 2004-09-21 change.  The backend must be opened while
15933         synchronizing flags even when the backend stores the flags
15934         locally.
15935
15936 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15937
15938         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15939         in `header' match.  Reported by Svend Tollak Munkejord.
15940
15941         * message.el (message-cite-original): Fix use of
15942         `message-cite-articles-with-x-no-archive'.
15943
15944 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15945
15946         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15947         (gnus-window-to-buffer): Ditto.
15948
15949         * mml.el (mml-preview-buffer): New variable.
15950         (mml-preview): Manage window layout with gnus-buffer-configuration.
15951
15952         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15953         X-Draft-From header even if those articles aren't quoted.
15954
15955 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15956
15957         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15958         (gnus-request-set-mark, gnus-request-update-mark): Use new
15959         g-s-t-u-l-m to decide to use backend even when unplugged.
15960
15961 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15962
15963         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15964         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15965
15966 2004-09-20  Simon Josefsson  <jas@extundo.com>
15967
15968         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15969         "utf-16-le".
15970
15971 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15972
15973         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15974
15975 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15976
15977         * uudecode.el (uudecode-use-external): Add :version.
15978
15979         * smime.el (smime-CA-file, smime-encrypt-cipher)
15980         (smime-dns-server): Add :version.
15981
15982         * smiley.el (gnus-smiley-file-types): Add :version.
15983
15984         * sha1.el (sha1-use-external): Add :version.
15985
15986         * pgg-def.el (pgg-query-keyserver): Add :version.
15987
15988         * nnmail.el (nnmail-fancy-expiry-targets)
15989         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15990         Add :version.
15991
15992         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15993         (nnimap-retrieve-groups-asynchronous): Add :version.
15994         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
15995
15996         * mml.el (mml-content-disposition-parameters)
15997         (mml-insert-mime-headers-always): Add :version.
15998
15999         * mm-util.el (mm-coding-system-priorities): Add :version.
16000
16001         * mm-decode.el (mm-inline-text-html-with-images)
16002         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16003         (mm-verify-option): Add :version.
16004         (mm-text-html-renderer): Change :version.
16005
16006         * message.el (message-fcc-externalize-attachments)
16007         (message-required-headers, message-draft-headers)
16008         (message-subject-trailing-was-query)
16009         (message-subject-trailing-was-ask-regexp)
16010         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16011         (message-mark-insert-end, message-archive-header)
16012         (message-archive-note, message-cross-post-default)
16013         (message-cross-post-note, message-followup-to-note)
16014         (message-cross-post-note-function, message-use-mail-followup-to)
16015         (message-subscribed-address-functions)
16016         (message-subscribed-address-file, message-subscribed-addresses)
16017         (message-subscribed-regexps, message-allow-no-recipients)
16018         (message-yank-cited-prefix, message-signature-insert-empty-line)
16019         (message-hidden-headers, message-hierarchical-addresses)
16020         (message-mail-user-agent, message-use-idna)
16021         (message-valid-fqdn-regexp)
16022         (message-strip-special-text-properties, message-header-synonyms)
16023         (message-beginning-of-line, message-tab-body-function): Add :version.
16024         (message-insert-canlock, message-wide-reply-confirm-recipients):
16025         Change :version.
16026
16027         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16028         and :version.
16029         (mail-source-delete-old-incoming-confirm)
16030         (mail-source-movemail-program): Add :version.
16031
16032         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16033         (gnus-agent-cache, gnus-agent): Change :version.
16034
16035         * gnus-util.el (gnus-use-byte-compile): Change :version.
16036
16037         * gnus-sum.el (gnus-summary-make-false-root-always)
16038         (gnus-summary-default-high-score)
16039         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16040         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16041         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16042         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16043         (gnus-sum-thread-tree-single-indent)
16044         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16045         (gnus-sum-thread-tree-leaf-with-other)
16046         (gnus-sum-thread-tree-single-leaf): Add :version.
16047         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16048         (gnus-article-loose-mime): Change :version.
16049
16050         * gnus-start.el (gnus-backup-startup-file)
16051         (gnus-save-startup-file-via-temp-buffer): Add :version.
16052
16053         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16054         (gnus-server-offline-face): Add :version.
16055
16056         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16057
16058         * gnus-msg.el (gnus-gcc-externalize-attachments)
16059         (gnus-debug-files, gnus-debug-exclude-variables)
16060         (gnus-discouraged-post-methods): Change :version.
16061         (gnus-confirm-mail-reply-to-news)
16062         (gnus-confirm-treat-mail-like-news): Add :version.
16063
16064         * gnus-int.el (gnus-server-unopen-status): Add :version.
16065
16066         * gnus-group.el (gnus-group-jump-to-group-prompt)
16067         (gnus-large-ephemeral-newsgroup)
16068         (gnus-fetch-old-ephemeral-headers): Add :version.
16069
16070         * gnus-fun.el (gnus-x-face-directory)
16071         (gnus-convert-pbm-to-x-face-command)
16072         (gnus-convert-image-to-x-face-command)
16073         (gnus-convert-image-to-face-command): Add :version.
16074
16075         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16076
16077         * gnus-cite.el (gnus-cite-blank-line-after-header)
16078         (gnus-article-boring-faces): Add :version.
16079
16080         * gnus-art.el (gnus-buttonized-mime-types)
16081         (gnus-inhibit-mime-unbuttonizing)
16082         (gnus-treat-display-face)
16083         (gnus-treat-body-boundary): Change :version.
16084         (gnus-body-boundary-delimiter, gnus-picon-databases)
16085         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16086         (gnus-treat-date-english, gnus-treat-fold-headers)
16087         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16088         (gnus-treat-mail-picon, gnus-treat-wash-html)
16089         (gnus-article-encrypt-protocol)
16090         (gnus-use-idna, gnus-article-over-scroll)
16091         (gnus-mime-display-multipart-alternative-as-mixed)
16092         (gnus-mime-display-multipart-related-as-mixed)
16093         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16094         (gnus-ctan-url, gnus-button-ctan-handler)
16095         (gnus-button-handle-ctan-bogus-regexp)
16096         (gnus-button-ctan-directory-regexp)
16097         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16098         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16099         (gnus-button-man-level, gnus-button-emacs-level)
16100         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16101
16102         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16103         (gnus-agent-go-online): Change :version.
16104         (gnus-agent-expire-unagentized-dirs)
16105         (gnus-agent-auto-agentize-methods): Add :version.
16106
16107         * flow-fill.el (fill-flowed-display-column)
16108         (fill-flowed-encode-column): Add :version.
16109
16110         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16111         (gnus-outlook-deuglify-unwrap-max)
16112         (gnus-outlook-deuglify-cite-marks)
16113         (gnus-outlook-deuglify-unwrap-stop-chars)
16114         (gnus-outlook-deuglify-no-wrap-chars)
16115         (gnus-outlook-deuglify-attrib-cut-regexp)
16116         (gnus-outlook-deuglify-attrib-verb-regexp)
16117         (gnus-outlook-deuglify-attrib-end-regexp)
16118         (gnus-outlook-display-hook): Add :version.
16119
16120         * binhex.el (binhex-use-external): Add :version.
16121
16122 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16123
16124         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16125         and `invisible'.
16126
16127 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16128
16129         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16130         in gnus-registry-trim.
16131
16132 2004-09-13  Simon Josefsson  <jas@extundo.com>
16133
16134         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16135
16136         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16137
16138         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16139         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16140         <yamaoka@jpl.org>.
16141         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16142         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16143         <yamaoka@jpl.org>.
16144
16145         * sieve.el (sieve-manage-mode): Ditto.
16146
16147 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16148
16149         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16150
16151 2004-09-11  Simon Josefsson  <jas@extundo.com>
16152
16153         * dns-mode.el: Add.
16154
16155         * mm-view.el (mm-display-dns-inline): Add.
16156
16157         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16158         (mm-automatic-display): Ditto.
16159
16160         * mailcap.el (mailcap-mime-data): Add text/dns.
16161         (mailcap-mime-extensions): Map .soa to text/dns.
16162
16163 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16164
16165         * gnus-art.el (article-decode-mime-words, article-babel)
16166         (gnus-article-highlight-signature, gnus-article-add-buttons)
16167         (gnus-signature-toggle): Remove unnecessary bindings of
16168         `inhibit-read-only' inherited from v5.10 merge.
16169
16170 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16171
16172         * nntp.el (nntp): New customization group.
16173         (nntp-authinfo-file): Add customization group.
16174
16175         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16176
16177         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16178
16179         * gnus.el (to-address, to-list, subscribed)
16180         (large-newsgroup-initial): Ditto.
16181
16182         * flow-fill.el (fill-flowed-display-column)
16183         (fill-flowed-encode-column): Ditto.
16184
16185 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16186
16187         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16188         Use point-min rather than 1.
16189         (message-send-mail): Use buffer-size rather than point-max.
16190
16191         * gnus-sum.el (gnus-summary-search-article-forward):
16192         Signal a specific `search-failed' rather than a generic `error'.
16193
16194         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16195         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16196         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16197
16198 2004-09-10  Simon Josefsson  <jas@extundo.com>
16199
16200         * nndb.el (require): Remove tcp and duplicate cl.
16201
16202 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16203
16204         * gnus-agent.el (directory-files-and-attributes): Move forward.
16205
16206 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16207
16208         * gnus-agent.el (directory-files-and-attributes):
16209         Optionally defined to support XEmacs.
16210
16211 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16212
16213         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16214         to avoid run-time CL dependencies.
16215         (gnus-agent-unfetch-articles): New function.
16216         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16217         article numbers even when local .overview file is missing.
16218         (gnus-agent-read-article-number): New function.  Only accepts
16219         27-bit article numbers.
16220         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16221         Use gnus-agent-read-article-number.
16222         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16223         from backend while recognizing that article numbers in .overview
16224         must be valid.
16225         (gnus-agent-update-files-total-fetched-for):
16226         Use directory-files-and-attributes to improve performance.
16227         * gnus-int.el (gnus-request-move-article):
16228         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16229         improve performance.
16230
16231         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16232         some users confused by references to .newsrc when they only have a
16233         .newsrc.eld file.
16234         (gnus-convert-mark-converter-prompt)
16235         (gnus-convert-converter-needs-prompt): Fix use of property list.
16236         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16237         New function.  Used internally to only display 'gnus converting
16238         files' message when actually necessary.
16239
16240         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16241         methods now autoloaded.
16242
16243 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16244
16245         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16246         identifiers.
16247
16248 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16249
16250         * gnus-picon.el: Fix indentation and closing parenthesis.
16251
16252 2004-09-01  Simon Josefsson  <jas@extundo.com>
16253
16254         * message.el (message-canlock-generate): Require sha1, not
16255         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16256         to require within a function.  Sadly, if sha1.el isn't loaded, the
16257         let binding in m-c-g will hide the defcustom definition, which is
16258         bad.)
16259
16260         * canlock.el: Require sha1, not sha1-el.
16261
16262         * message.el: Don't autoload sha1 (there is a autoload cookie in
16263         sha1.el).
16264
16265         * sha1-el.el: Rename to sha1.el.
16266
16267 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16268
16269         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16270
16271 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16272
16273         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16274
16275 2004-08-30  Kim F. Storm  <storm@cua.dk>
16276
16277         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16278
16279         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16280         Add :group 'nnimap.
16281
16282 2004-08-30  Andreas Schwab  <schwab@suse.de>
16283
16284         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16285         ?* and ?\;.
16286
16287         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16288         and ?\' to symbol instead of whitespace.
16289
16290 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16291
16292         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16293
16294         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16295         instead of re-search-forward.
16296
16297         * gnus-uu.el (gnus-uu-save-article): Ditto.
16298         (gnus-uu-post-encode-uuencode): Ditto.
16299
16300         * html2text.el (html2text-clean-list-items): Ditto.
16301         (html2text-clean-dtdd): Ditto.
16302         (html2text-format-tags): Ditto.
16303
16304         * message.el (message-send-mail-with-sendmail): Fix regexp.
16305         (message-fill-field-general): Use search-forward instead of
16306         re-search-forward.
16307         (unbold-region): Ditto.
16308
16309         * nnrss.el (nnrss-request-article): Ditto.
16310
16311         * nnslashdot.el (nnslashdot-request-article): Ditto.
16312
16313         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16314
16315         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16316         "Unrecognized menu descriptor" error in XEmacs.
16317
16318 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16319
16320         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16321         parent article of a sparse article in the thread hashtb.
16322
16323 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16324
16325         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16326         (nnmail-expand-newtext): Lowercase expanded entries if
16327         nnmail-split-lowercase-expanded is non-nil.
16328
16329 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16330
16331         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16332
16333         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16334         of gnus-tmp-news-method into string under XEmacs.  It will be
16335         passed to gnus-correct-length which takes only a string argument.
16336
16337 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16338
16339         * gnus-util.el (gnus-bind-print-variables): New macro.
16340         (gnus-prin1): Use it.
16341         (gnus-prin1-to-string): Use it.
16342         (gnus-pp): New function.
16343         (gnus-pp-to-string): New function.
16344
16345         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16346         Replace pp-to-string with gnus-pp-to-string.
16347         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16348         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16349         * gnus-msg.el (gnus-debug): Ditto.
16350         * gnus-score.el (gnus-score-save): Ditto.
16351         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16352         gnus-pp-to-string.
16353         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16354         with gnus-pp.
16355         * score-mode.el (gnus-score-pretty-print): Ditto.
16356         * webmail.el (webmail-debug): Ditto.
16357
16358 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16359
16360         * gnus-art.el (article-display-face, article-display-x-face):
16361         Use buffer-read-only.
16362
16363 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16364
16365         * gnus-art.el (article-hide-list-identifiers):
16366         Bind inhibit-read-only as t.
16367
16368 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16369
16370         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16371
16372 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16373
16374         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16375         (gnus-narrow-to-page): Don't assume point-min == 1.
16376         (gnus-article-edit-mode): Derive from message-mode.
16377
16378         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16379         point-min == 1.
16380
16381         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16382         Disable incorrect use of `assert'.
16383
16384         * message.el (message-mode): Set comment-start-skip.
16385
16386
16387 2004-08-22  Sam Steingold  <sds@gnu.org>
16388
16389         * pop3.el (pop3-leave-mail-on-server): New user variable.
16390         (pop3-movemail): Delete mail only when it is nil.
16391
16392 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16393
16394         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16395
16396         * mml.el (mml-preview): Use `pop-to-buffer'.
16397
16398         * message.el (message-goto-mail-followup-to): Insert after "To".
16399         (message-carefully-insert-headers): Add comment.
16400
16401         * gnus.el: Remove unused variable `gnus-article-check-size'.
16402
16403         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16404
16405         * gnus-art.el (gnus-button-alist):
16406         Improve `gnus-button-handle-library' entry.
16407
16408 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16409
16410         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16411         Use downcase, since XEmacs capitalizes error messages differently.
16412
16413 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16414
16415         * nntp.el: Add (require 'gnus) due to reference to
16416         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16417
16418 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16419
16420         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16421         Bind `mm-fill-flowed'.
16422
16423         * mm-decode.el (mm-dissect-singlepart): Check it.
16424
16425 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16426
16427         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16428         'imap' for netrc parsing.
16429
16430 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16431
16432         * mailcap.el (mailcap-mime-data): Mark as risky.
16433
16434 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16435
16436         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16437         may be included in the encoded word.
16438         (rfc2047-encode): Don't append a space if the encoded word
16439         includes close parenthesis.
16440
16441 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16442
16443         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16444         of text within parentheses.
16445
16446 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16447
16448         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16449         (gnus-encrypt-write-file-contents): Make the password key the file
16450         name PLUS the cipher, not just the cipher.  Also remove failed
16451         passwords from the cache.
16452
16453 2004-08-06  Simon Josefsson  <jas@extundo.com>
16454
16455         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16456         Doc fix.
16457
16458 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16459
16460         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16461         LWSP.
16462
16463 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16464
16465         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16466         Try to append in-reply-to: data to the references: header.
16467
16468         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16469         (netrc-parse): Use gnus-encrypt.el functions.
16470
16471         * gnus-encrypt.el: Add new file for encryption support; currently
16472         does only a few GPG ciphers and an internal XOR cipher.
16473
16474         * password.el: Add comments on using password-read-and-add.
16475         (password-read-and-add): Add function to read and add the
16476         password to the cache at once.
16477
16478 2004-07-28  Simon Josefsson  <jas@extundo.com>
16479
16480         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16481         parameter (but don't use it, for now).
16482
16483         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16484         instead of hard coding to nil.
16485
16486 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16487
16488         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16489         as mm-inline-image-xemacs does.
16490
16491 2004-07-26  Simon Josefsson  <jas@extundo.com>
16492
16493         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16494         Revert part of 2004-07-17 change below.
16495
16496 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16497
16498         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16499         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16500
16501 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16502
16503         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16504         quotes that actually start with ">" at the beginning of the
16505         lines.
16506
16507 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16508
16509         * rfc2047.el (rfc2047-encode-region): Fix last change.
16510         (rfc2047-encode-parameter): Remove useless concat.
16511
16512 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16513
16514         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16515         encode special characters; fix some kind of misconfigured headers;
16516         signal a real error if debug-on-quit or debug-on-error is non-nil.
16517         (rfc2047-encode-max-chars): New variable.
16518         (rfc2047-encode-1): Use it.
16519         (rfc2047-encode-parameter): New function.
16520
16521         * mml.el (mml-insert-parameter): Remove an excessive space.
16522
16523 2004-07-17  Simon Josefsson  <jas@extundo.com>
16524
16525         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16526         Kai Grossjohann <kai@emptydomain.de>.
16527         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16528         (gnus-group-make-menu-bar): Ditto.
16529
16530         * gnus-util.el (gnus-group-server): Add.
16531
16532 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16533
16534         * message.el (message-clone-locals): Clone sendmail and smtp
16535         variables.
16536
16537 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16538
16539         * rfc2047.el (rfc2047-encode-region): Fix last change.
16540
16541 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16542
16543         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16544         characters as non-special.
16545
16546 2004-07-09  Simon Josefsson  <jas@extundo.com>
16547
16548         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16549         Users will lose all flag changes made while unplugged with
16550         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16551         good default.  See numerous reports on ding mailing list.
16552
16553 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16554
16555         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16556         add generate-head-function and generate-article-function to the
16557         rfc822-forward entry.
16558         (nndoc-rfc822-forward-generate-article): New function.
16559         (nndoc-rfc822-forward-generate-head): New function.
16560
16561         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16562
16563 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16564
16565         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16566         respect display group parameter and gnus-summary-expunge-below.
16567         (gnus-articles-to-read): Remove unused reference to display group
16568         parameter.
16569
16570 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16571
16572         * nnheader.el (nnheader-uniquify-message-id): New experimental
16573         variable.
16574         (nnheader-nov-read-message-id): Use it.
16575
16576         * spam-report.el (spam-report-gmane): Add interactive.
16577
16578 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16579
16580         * mm-encode.el (mm-content-transfer-encoding-defaults):
16581         Use qp-or-base64 for the application/* types.
16582
16583 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16584
16585         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16586
16587 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16588
16589         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16590         trim value.
16591
16592 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16593
16594         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16595         New macro and function.
16596         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16597
16598 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16599
16600         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16601         after-load-alist.
16602
16603 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16604
16605         * gnus-group.el (gnus-group-get-new-news-this-group):
16606         Don't update info that isn't there.
16607
16608 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16609
16610         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16611         entry.
16612
16613 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16614
16615         * mm-view.el (mm-inline-render-with-function): Use multibyte
16616         buffer; decode html source by charset.
16617
16618         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16619
16620         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16621         Mule-UCS is loaded under XEmacs.
16622         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16623
16624 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16625
16626         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16627
16628 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16629
16630         * mm-util.el (mm-coding-system-p): Return a coding-system.
16631         (mm-mime-mule-charset-alist): Use shift_jis instead of
16632         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16633         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16634         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16635         instead of japanese-shift-jis and iso-latin-1 respectively in
16636         order to share the default value with both Emacs and XEmacs-mule.
16637         (mm-mule-charset-to-mime-charset):
16638         Make mm-coding-system-priorities effective.
16639         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16640         while predicating of candidates upon the priorities.
16641
16642 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16643
16644         * gnus-sum.el (gnus-summary-make-menu-bar):
16645         Add gnus-uu-invert-processable.
16646
16647         * gnus.el: Autoload gnus-uu-invert-processable.
16648
16649 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16650
16651         * mm-util.el (mm-with-multibyte-buffer): New macro.
16652
16653         * rfc2047.el (rfc2047-encode-string): Use it.
16654         (rfc2047-encode-region): Move point to the end of the region after
16655         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16656
16657 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16658
16659         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16660         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16661
16662 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16665         (gnus-cite-parse): Ignore quoted envelope From_.
16666         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16667
16668 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16669
16670         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16671         invalid addresses.
16672
16673 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16674
16675         * spam.el: Change section markers, revise TODO list.
16676         (spam-backends): Make new master list of all installed backends.
16677         (spam-summary-exit-behavior): Add new variable to determine how
16678         messages moves are done at summary exit.
16679         (spam-move-spam-nonspam-groups-only)
16680         (spam-process-ham-in-nonham-groups)
16681         (spam-process-ham-in-spam-groups): Remove variables, the
16682         spam-summary-exit-behavior variable should be used to manage this
16683         behavior.
16684         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16685         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16686         and spam-old-spam-articles.
16687         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16688         Add empty variables, placeholders for the backends they represent.
16689         (spam-set-difference): Move, unchanged.
16690         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16691         unless the user has a processor variable.
16692         (spam-classifications, spam-classification-valid-p)
16693         (spam-backend-properties, spam-backend-property-valid-p)
16694         (spam-backend-function-type-valid-p)
16695         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16696         (spam-report-articles-gmane, spam-report-articles-resend):
16697         Remove functions, they are not needed.
16698         (spam-install-backend-super, spam-backend-list)
16699         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16700         (spam-backend-function, spam-backend-ham-registration-function)
16701         (spam-backend-spam-registration-function)
16702         (spam-backend-ham-unregistration-function)
16703         (spam-backend-spam-unregistration-function)
16704         (spam-backend-statistical-p, spam-backend-mover-p)
16705         (spam-install-backend-alias, spam-install-checkonly-backend)
16706         (spam-install-mover-backend, spam-install-nocheck-backend)
16707         (spam-install-backend, spam-install-statistical-backend)
16708         (spam-install-statistical-checkonly-backend): Add backend installation
16709         support.
16710         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16711         (spam-group-processor-p): Use the new backend code and respect the
16712         summary exit behavior.
16713         (spam-mark-spam-as-expired-and-move-routine): Remove.
16714         (spam-summary-prepare): Change to use the new spam-old-articles
16715         variable.
16716         (spam-copy-or-move-routine, spam-copy-spam-routine)
16717         (spam-move-spam-routine, spam-copy-ham-routine)
16718         (spam-move-ham-routine): Add code to copy/move ham or spam.
16719         (spam-fetch-field-fast): Improve doc and code, plus allow the
16720         'number request.
16721         (spam-list-of-checks, spam-list-of-statistical-checks):
16722         Remove variables.
16723         (spam-split, spam-find-spam): Use the new backend code.
16724         (spam-registration-functions): Remove variable.
16725         (spam-unregister-routine): Add convenience wrapper.
16726         (spam-log-undo-registration, spam-register-routine)
16727         (spam-log-processing-to-registry)
16728         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16729         where possible.
16730         (spam-check-gmane-xref, spam-check-regex-headers)
16731         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16732         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16733         (spam-check-bogofilter-headers, spam-check-spamoracle)
16734         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16735         (spam-check-crm114-headers): Use the spam-split-group that
16736         spam-split prepares, no need to determine it every time.
16737
16738         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16739         to the nnheader-parse-naked-head call.
16740
16741         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16742
16743         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16744         the nnheader-nov-read-message-id call.
16745
16746 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16747
16748         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16749         gnus-activate-group twice.  Suggested by Markus Peter
16750         <warp@spin.de>.
16751
16752 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16753
16754         * gnus-art.el (gnus-article-time-format): Exchange the order of
16755         day and month in the default value; fix customization type.
16756         (article-date-ut): Use add-text-properties.
16757         (article-make-date-line): Use message-make-date instead of
16758         current-time-string.
16759
16760         * message.el (message-fetch-field): Don't use set-text-properties.
16761         (message-make-date): Simplify.
16762
16763         * messagexmas.el (message-xmas-make-date): New function.
16764         (message-xmas-redefine): Defalias message-make-date to it.
16765
16766 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16767
16768         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16769         (rfc2047-encode-region): Treat text within parentheses as special;
16770         show the original text when error has occurred.
16771
16772         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16773         already-computed method to gnus-activate-group.
16774
16775         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16776         same select-methods identical Lisp objects.
16777
16778         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16779         object when modifying the info.
16780
16781 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16782
16783         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16784         gnus-opened-servers since it has never been opened with the new
16785         configuration yet.
16786
16787 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16788
16789         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16790         arg to nnheader-generate-fake-message-id.
16791
16792 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16793
16794         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16795         number and build a fake message ID localized to a group and
16796         article number (so it's repeatable from that point on).
16797         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16798         ID format.
16799
16800         * gnus-sum.el (gnus-get-newsgroup-headers):
16801         Call nnheader-generate-fake-message-id with the article number.
16802
16803 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16804
16805         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16806         end-of-buffer.
16807
16808 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16809
16810         * message.el (message-ignored-supersedes-headers): Add Approved.
16811
16812 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16813
16814         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16815         goto-char.
16816         (rfc2047-encode): Fold the line before encoding.
16817
16818 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16819
16820         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16821         folding -- not all headers can be folded, and this should be done
16822         by the message composition mode.  Probably.  I think.
16823
16824 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16825
16826         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16827         fast.
16828
16829         * gnus-ems.el (gnus-remove-image): Don't use
16830         message-text-with-property; remove only the image found first.
16831
16832         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16833         found first.
16834
16835 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16836
16837         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16838
16839 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16840
16841         * message.el (message-text-with-property): Make it fast and accept
16842         optional arguments.
16843         (message-strip-forbidden-properties): Use it.
16844         (message-fix-before-sending): Follow the m-t-w-p change.
16845
16846         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16847
16848 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16849
16850         * gnus-art.el (article-hide-headers): Don't change the buffer
16851         mistakenly when performing mml-preview even if
16852         gnus-single-article-buffer is nil.
16853
16854 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16855
16856         * message.el (message-expand-name-databases): New user option.
16857         (message-expand-name): Use it.
16858
16859 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16860
16861         * spam.el (spam-report-articles-resend)
16862         (spam-report-resend-register-routine): Allow ham reporting.
16863         (spam-report-resend-register-ham-routine): Add wrapper.
16864         (spam-registration-functions): Add ham resending functions.
16865         (spam-list-of-processors): Add ham resend processor.
16866
16867         * gnus.el (ham-resend-to): Add new group parameter.
16868         (spam-process): Add ham resend option.
16869
16870         * spam-report.el (spam-report-resend): Allow reporting ham.
16871         (spam-report-resend-ham): Add wrapper.
16872
16873 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16874
16875         * message.el (message-cite-articles-with-x-no-archive):
16876         New variable.
16877         (message-cite-original): Use it.
16878
16879 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16880
16881         * message.el (message-cite-original): Respect X-No-Archive.
16882
16883 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16884
16885         * gnus-art.el (article-hide-headers): Refer to the values for
16886         gnus-ignored-headers and gnus-visible-headers in the summary
16887         buffer since a user may have set them as group parameters.
16888
16889 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16890
16891         * assistant.el (assistant-node-name): Add convenience function.
16892         (assistant-render-text, assistant-render-node): Add error handling,
16893         plus handle multiple next nodes.
16894         (assistant-find-next-node): Comment out for now.
16895         (assistant-find-next-nodes): Add function, returns list of next
16896         nodes.
16897
16898 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16899
16900         * mail-source.el (mail-source-directory): Fix doc-string.
16901
16902 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16903
16904         * assistant.el (assistant-render-text, assistant-eval): Add :set
16905         widget type, which is different because it takes and returns a
16906         list.  Much hilarity ensues.
16907
16908 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16909
16910         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16911
16912         * gnus-group.el (gnus-group-get-new-news-this-group):
16913         Add doc-string.
16914
16915         * gnus-start.el (gnus-activate-group): Add doc-string.
16916
16917 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16918
16919         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16920
16921 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16922
16923         * assistant.el (assistant-render-text): Try to add a :set
16924         widget, more to come.
16925
16926         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16927         strings.
16928         (spam-report-articles-resend)
16929         (spam-register-routine): Do registration iff any articles warrant
16930         it.
16931         (spam-summary-prepare-exit): Change log message for nil group
16932         destinations.
16933
16934 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16935
16936         * spam.el (spam-report-resend-register-routine):
16937         Allow spam-report-resend-to to be a group parameter or a global value.
16938
16939 2004-05-26  Simon Josefsson  <jas@extundo.com>
16940
16941         * starttls.el: Merge with my GNUTLS based starttls.el.
16942         (starttls-gnutls-program, starttls-use-gnutls)
16943         (starttls-extra-arguments, starttls-process-connection-type)
16944         (starttls-connect, starttls-failure, starttls-success):
16945         New variables.
16946         (starttls-program, starttls-extra-args): Doc fix.
16947         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16948         New functions.
16949         (starttls-negotiate, starttls-open-stream):
16950         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16951         function if it is set.
16952
16953 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16954
16955         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16956         structured fields.
16957
16958 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16959
16960         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16961
16962 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16963
16964         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16965         Add variable.
16966         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16967         assigning the spam-mark to new messages.
16968
16969 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16970
16971         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16972
16973 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16974
16975         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16976
16977         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16978         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16979         default.
16980
16981 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16982
16983         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16984         correct data.
16985
16986 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16987
16988         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16989         (spam-group-processor-p): Fix function.
16990         (spam-group-processor-multiple-p)
16991         (spam-group-spam-processor-report-gmane-p)
16992         (spam-group-spam-processor-report-resend-p)
16993         (spam-group-spam-processor-bogofilter-p)
16994         (spam-group-spam-processor-blacklist-p)
16995         (spam-group-spam-processor-ifile-p)
16996         (spam-group-ham-processor-ifile-p)
16997         (spam-group-spam-processor-spamoracle-p)
16998         (spam-group-spam-processor-crm114-p)
16999         (spam-group-ham-processor-bogofilter-p)
17000         (spam-group-spam-processor-stat-p)
17001         (spam-group-ham-processor-stat-p)
17002         (spam-group-ham-processor-whitelist-p)
17003         (spam-group-ham-processor-BBDB-p)
17004         (spam-group-ham-processor-spamoracle-p)
17005         (spam-group-ham-processor-copy-p): Remove functions with some
17006         prejudice against unneeded code.
17007         (spam-report-articles-resend)
17008         (spam-report-resend-register-routine): Allow the group/topic
17009         spam-resend-to value to override spam-report-resend-to.
17010         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17011         properly now.
17012
17013         * gnus.el (spam-resend-to): Add group/topic parameter.
17014         (spam-process): Move the OBSOLETE processors to the end of the
17015         choices.
17016
17017 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17018
17019         * spam-report.el (spam-report-resend-to, spam-report-resend):
17020         Start with resend-to set to nil, and then ask the user if necessary.
17021         (spam-report-resend): spam-report-resend takes a list of articles, not
17022         separate article numbers.
17023
17024 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17025
17026         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17027         addition to emacs-w3m.
17028
17029 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17030
17031         * assistant.el (assistant-authinfo-data): New function.
17032         (assistant-eval): Eval for entire assistant.
17033
17034         * netrc.el (netrc-services-file): New variable.
17035         (netrc-parse-services): New function.
17036         (netrc-find-service-name): New function.
17037         (netrc-find-service-number): New function.
17038         (netrc-port-equal): New function.
17039         (netrc-machine): Use it.
17040
17041         * nnimap.el (nnimap-open-connection): Use netrc.
17042
17043         * gnus-util.el (gnus-netrc-get): Remove aliases.
17044
17045         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17046
17047         * assistant.el (wid-edit): Fix compilation.
17048
17049         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17050
17051 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17052
17053         * gnus-util.el (gnus-set-file-modes): New function.  (small
17054         patch).
17055
17056 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17057
17058         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17059
17060         * assistant.el (assistant-render-node): Fix up rendering and
17061         read-only text.
17062         (assistant-render-node): Reset.
17063         (assistant-make-read-only): Not sticky.
17064
17065 2004-05-20  Danny Siu  <dsiu@adobe.com>
17066
17067         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17068         centered even when gnus-auto-center-summary is t.
17069
17070 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17071
17072         * dns.el (dns-get-txt-answer): New function.
17073         (dns-read-txt): Ditto.
17074         (query-dns): Use it.
17075
17076 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17077
17078         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17079         active for foreign groups even if the group level is higher than
17080         the specified value.
17081
17082 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17083
17084         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17085         non-active groups.
17086
17087         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17088
17089 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17090
17091         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17092
17093 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17094
17095         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17096         (spam-crm114-header, spam-crm114-spam-switch)
17097         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17098         (spam-crm114-positive-spam-header)
17099         (spam-crm114-database-directory, spam-list-of-processors)
17100         (spam-group-spam-processor-crm114-p)
17101         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17102         (spam-generic-score, spam-list-of-checks)
17103         (spam-list-of-statistical-checks, spam-registration-functions)
17104         (spam-check-crm114-headers, spam-crm114-score)
17105         (spam-check-crm114, spam-crm114-register-with-crm114)
17106         (spam-crm114-register-spam-routine)
17107         (spam-crm114-unregister-spam-routine)
17108         (spam-crm114-register-ham-routine)
17109         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17110         From asjo@koldfront.dk (Adam Sjøgren).
17111
17112         * gnus.el: Add spam-use-crm114.
17113
17114         * spam.el (spam-list-of-processors, spam-registration-functions):
17115         Add spam-use-resend.
17116         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17117         (spam-report-articles-gmane): Add doc fix.
17118         (spam-report-articles-resend, spam-report-resend-register-routine):
17119         Add wrappers around spam-report-resend-to.
17120
17121         * spam-report.el (spam-report-resend-to, spam-report-resend):
17122         Add support for resending spam.
17123         (spam-report-gmane): Fix line length >80.
17124
17125         * gnus.el (spam-process): Add spam-use-resend.
17126
17127 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17128
17129         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17130         number of processed spam messages.
17131         (spam-ham-copy-or-move-routine): Return the number of processed
17132         ham messages.
17133         (spam-summary-prepare-exit): Use the above values to decide
17134         whether status messages shouled be displayed.
17135
17136 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17137
17138         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17139         `rfc2047-encoding-function-alist' in order to avoid conflicting
17140         with the old version.
17141         (rfc2047-encode-region): Concatenate words containing non-ASCII
17142         characters in structured fields; don't encode space-delimited
17143         ASCII words even in unstructured fields; don't break words at
17144         char-category boundaries.
17145         (rfc2047-encode-1): New function.
17146         (rfc2047-encode): Use it; encode text so that it occupies the
17147         maximum width within 76-column; work correctly on Q encoding for
17148         iso-2022-* charsets.
17149         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17150         sure not to break a line just after the header name.
17151         (rfc2047-b-encode-region): Remove.
17152         (rfc2047-b-encode-string): New function.
17153         (rfc2047-q-encode-region): Remove.
17154         (rfc2047-q-encode-string): New function.
17155
17156         * mm-util.el (mm-replace-in-string): New function.
17157
17158 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17159
17160         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17161         Really get it right.
17162         (gnus-inews-make-draft): Really.
17163
17164 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17165
17166         * nnmh.el (nnmh-request-list-1): Don't check the link count
17167         before descending.  (small patch)
17168
17169 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17170
17171         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17172         stuff.
17173
17174         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17175         Match on real group name.
17176
17177         * gnus-art.el (gnus-signature-limit): Doc fix.
17178
17179         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17180
17181         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17182
17183 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17184
17185         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17186         isn't a string.
17187
17188 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17189
17190         * gnus-draft.el (gnus-draft-send):
17191         Bind rfc2047-encode-encoded-words.
17192
17193         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17194         (rfc2047-encodable-p): Say that =? needs encoding.
17195         (rfc2047-encode-encoded-words): New variable.
17196
17197         * gnus-group.el (gnus-group-select-group): Doc fix.
17198
17199         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17200
17201         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17202         to nil.
17203
17204         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17205
17206         * nnheader.el (nnheader-get-lines-and-char): New function.
17207
17208 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17209
17210         * gnus-msg.el (gnus-summary-followup-with-original):
17211         Document yanking of region when active.
17212
17213 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17214
17215         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17216         groups if the group level is higher than the specified value.
17217
17218 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17219
17220         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17221         (gnus-group-jump-to-group): Add prefix argument using
17222         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17223         non-active group.
17224
17225         * compface.el (uncompface): Be verbose when changing
17226         `uncompface-use-external'.
17227
17228         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17229         handle manual section.
17230
17231 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17232
17233         * gnus-art.el (gnus-button-alist): Revert previous change.
17234
17235 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17236
17237         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17238
17239 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17240
17241         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17242         whether backend can accept message.
17243
17244         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17245
17246 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17247
17248         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17249         Avoid creating directory when nntp-marks-is-evil is true.
17250         Reported by Reiner Steib.
17251
17252 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17253
17254         * gnus-picon.el (gnus-picon-style): New variable.
17255         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17256         (gnus-picon-transform-address): Support `gnus-picon-style'.
17257         From Jesper Harder <harder@ifa.au.dk>.
17258
17259 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17260
17261         * message.el (message-fill-field): Return point.
17262         (message-generate-headers): Go to end of field.
17263
17264         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17265         stuff for non-living groups.
17266
17267 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17268
17269         * gnus-art.el (gnus-article-followup-with-original)
17270         (gnus-article-reply-with-original): gnus-mark-active-p ->
17271         gnus-region-active-p.
17272
17273 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17274
17275         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17276         only when there is spam or ham to be processed.
17277
17278 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17279
17280         * mail-source.el (mail-source-delete-crash-box): Refactor.
17281         (mail-source-fetch): Use it.
17282         (mail-source-fetch-file): Ditto.
17283         (mail-source-fetch-directory): Run postscript in loop.
17284         (mail-source-fetch-pop): Delete.
17285         (mail-source-fetch-maildir): Ditto.
17286         (mail-source-fetch-imap): Ditto.
17287
17288         * imap.el (imap-authenticators): Comment out sasl.
17289
17290         * message.el (message-skip-to-next-address): New function.
17291         (message-fill-header-address): Refactor.
17292         (message-fill-address): Use it.
17293         (message-delete-address): Use it.
17294         (message-fill-header-general): Refactor.
17295         (message-fill-field-address): Rename.
17296         (message-narrow-to-field): Find the start of the header.
17297         (message-header-format-alist): Don't pre-fill.
17298         (message-fill-header): Remove.
17299         (message-insert-header): New function.
17300         (message-shorten-references): Use it.
17301
17302         * rfc2047.el (rfc2047-field-value): Strip props.
17303
17304         * mail-parse.el (mail-header-make-address): New alias.
17305
17306         * ietf-drums.el (ietf-drums-make-address): New function.
17307
17308         * imap.el: Add compiler directives.
17309
17310         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17311
17312         * gnus-art.el (article-decode-idna-rhs): Don't use
17313         message-idna-inside-rhs-p.
17314
17315 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17316
17317         * message.el (message-idna-inside-rhs-p): Remove.
17318         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17319
17320         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17321         false positives.
17322
17323 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17324
17325         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17326
17327 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17328
17329         * nneething.el (nneething-file-name): Don't create spurious
17330         files.
17331
17332         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17333         (gnus-inews-do-gcc): Remove sleep.
17334
17335         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17336         part under point.
17337
17338         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17339         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17340
17341 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17342
17343         * spam.el (spam-summary-prepare-exit): Fix (length).
17344
17345 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17346
17347         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17348         as expired without moving it" message when there are spam
17349         messages left.
17350
17351 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17352
17353         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17354         header is not nil.
17355
17356 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17357
17358         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17359         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17360         (nntp-marks-changed-p): New arg SERVER.
17361         (nntp-request-update-info): Adjust caller.
17362
17363 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17364
17365         * nntp.el (nntp-save-marks): Pass missing arg.
17366
17367 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17368
17369         * nntp.el: Support marks.
17370         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17371         (nntp-marks-modtime, nntp-marks-directory): New variables.
17372         (nntp-request-set-mark, nntp-request-update-info)
17373         (nntp-possibly-create-directory, nntp-marks-changed-p)
17374         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17375         New functions.
17376
17377 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17378
17379         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17380         (gnus-xmas-redefine): Rename.
17381
17382         * gnus-score.el (gnus-score-insert-help):
17383         Use gnus-select-lowest-window.
17384
17385         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17386         appt-select-lowest-window and rename to gnus-select-lowest-window.
17387
17388         * gnus.el: do.
17389
17390 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17391
17392         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17393         encodings of MIME-encoded words, in order to improve
17394         interoperability with several broken MUAs.
17395
17396 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17397
17398         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17399         tags, only when charsets are not specified in headers.
17400         (mm-inline-text-html-render-with-w3m): Ditto.
17401
17402         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17403         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17404
17405 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17406
17407         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17408         instead of MIME-decoded from fields when checking
17409         `gnus-article-address-banner-alist'.
17410
17411 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17412
17413         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17414         description rather than subject.
17415
17416 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17417
17418         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17419
17420 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17421
17422         * gnus.el (gnus-version-number): Bump.
17423
17424 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17425
17426         * gnus.el: No Gnus v0.2 is released.
17427
17428 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17429
17430         * gnus-agent.el (gnus-agent-read-agentview):
17431         Inline gnus-uncompress-range.
17432
17433 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17434
17435         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17436         `exec-installed-p'.
17437
17438 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17439
17440         * gnus.el (spam-process, spam-autodetect-methods):
17441         Add bsfilter and bsfilter-headers.
17442
17443         * spam.el (spam-bsfilter): New customize group.
17444         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17445         (spam-bsfilter-header, spam-bsfilter-probability-header)
17446         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17447         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17448         (spam-bsfilter-database-directory): New options.
17449         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17450         (spam-list-of-statistical-checks, spam-registration-functions):
17451         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17452         (spam-bsfilter-score): New command.
17453         (spam-check-bsfilter-headers, spam-check-bsfilter)
17454         (spam-bsfilter-register-with-bsfilter)
17455         (spam-bsfilter-register-spam-routine)
17456         (spam-bsfilter-unregister-spam-routine)
17457         (spam-bsfilter-register-ham-routine)
17458         (spam-bsfilter-unregister-ham-routine): New functions.
17459         (spam-generic-score): Support bsfilter; Accept an optional argument
17460         to recalcurate spam score even if scoring header has already been
17461         added.
17462         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17463         optional argument to recalcurate spam score even if scoring header
17464         has already been added.
17465
17466 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17467
17468         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17469         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17470         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17471         link is missing.
17472
17473 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17474
17475         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17476         (html2text-get-attr): Rewrite.
17477
17478         * message.el (message-setup-1): Remove redundant put-text-property
17479         on mail-header-separator.
17480
17481 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17482
17483         * gnus-registry.el (gnus-registry-cache-whitespace)
17484         (gnus-registry-action, gnus-registry-spool-action)
17485         (gnus-registry-split-fancy-with-parent): Change message levels
17486         from 5 to 3 or 7, as needed.
17487
17488         * spam.el (spam-summary-prepare-exit)
17489         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17490         (spam-split, spam-find-spam, spam-log-undo-registration)
17491         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17492         level from 5 to 6.
17493
17494 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17495
17496         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17497         2004-03-04 change).
17498
17499 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17500
17501         * sieve-manage.el (sieve-manage-open):
17502         * nnweb.el (nnweb-insert-html):
17503         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17504         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17505         * nnspool.el (nnspool-request-group):
17506         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17507         * nnml.el (nnml-request-update-info):
17508         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17509         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17510         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17511         (nnimap-request-set-mark):
17512         * nnfolder.el (nnfolder-request-update-info):
17513         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17514         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17515         * gnus-uu.el (gnus-uu-find-articles-matching):
17516         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17517         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17518         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17519         * gnus-nocem.el (gnus-nocem-scan-groups):
17520         * gnus-int.el (gnus-start-news-server):
17521         * gnus-group.el (gnus-group-make-kiboze-group)
17522         (gnus-group-browse-foreign-server):
17523         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17524         Use mapc when appropriate.
17525
17526 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17527
17528         FIXME: Make separate entries for each person.
17529
17530         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17531         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17532         <shields@msrl.com>:
17533
17534         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17535         may need for spam sorting and scoring.
17536         (spam-user-format-function-S): Add user format function suitable for
17537         general use.
17538         (spam-article-sort-by-spam-status): Add sorting function for summary
17539         sorting.
17540         (spam-extra-header-to-number): Add function to get a score from a
17541         header.
17542         (spam-summary-score): Add function to get a numeric score from the
17543         headers.
17544         (spam-generic-score): Fix function doc, was in wrong place.
17545         (spam-initialize): Take symbols when it's run, and install the
17546         extra headers that spam-necessary-extra-headers thinks we need.
17547
17548 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17549
17550         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17551         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17552
17553 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17554
17555         * gnus-sum.el (gnus-set-global-variables)
17556         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17557         (gnus-article-get-xrefs, gnus-summary-best-group)
17558         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17559         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17560         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17561         Use with-current-buffer.
17562
17563 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17564
17565         * spam.el (spam-summary-prepare-exit): Simplify logic.
17566         (spam-fetch-article-header): Read the article header if it's not
17567         available.
17568         (spam-list-articles): Simplify logic.
17569         (spam-filelist-register-routine): Fix bug with unregister-list.
17570
17571         * gnus-registry.el: Fix comments at beginning.
17572
17573 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17574
17575         * message.el (message-cater-to-broken-inn): Remove.
17576         (message-shorten-references): Make sure the total folded length of
17577         References is shorter than 998 characters to cater to a bug in INN
17578         2.3.  Also, don't pretend that references aren't folded -- this
17579         hasn't worked for a while.
17580
17581 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17582
17583         * gnus-agent.el (gnus-agentize):
17584         gnus-agent-send-mail-real-function no longer set to current value
17585         of message-send-mail-function but rather a lambda that calls
17586         message-send-mail-function.  The change makes the agent real-time
17587         responsive to user changes to message-send-mail-function.
17588
17589 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17590
17591         * legacy-gnus-agent.el
17592         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17593         help from Florian Weimer <fw@deneb.enyo.de>
17594
17595 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17596
17597         * nnmail.el (nnmail-cache-insert): Revert last change.
17598
17599 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17600
17601         * nnmail.el (nnmail-cache-insert): Always check whether
17602         nnmail-cache-ignore-groups matches a group name.
17603
17604 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17605
17606         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17607         (spam-find-spam, spam-log-processing-to-registry)
17608         (spam-log-registered-p, spam-log-unregistration-needed-p)
17609         (spam-log-undo-registration): Use gnus-message instead of
17610         gnus-error, none of these errors are fatal.
17611
17612         * gnus-registry.el (gnus-registry-clean-empty-function)
17613         (gnus-registry-clean-empty): Remove only empty entries without
17614         extra data.
17615
17616 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17617
17618         * spam-stat.el (spam-stat-buffer-change-to-spam)
17619         (spam-stat-buffer-change-to-non-spam): Change (error) to
17620         (gnus-message 8) invocation.
17621
17622 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17623
17624         * nntp.el (nntp-via-netcat-command): New variable.
17625         (nntp-via-netcat-switches): New variable.
17626         (nntp-open-via-rlogin-and-netcat): New function.
17627         (nntp-open-connection-function): Doc fix.
17628         (nntp-telnet-command): Doc fix.
17629         (nntp-end-of-line): Doc fix.
17630         (nntp-via-rlogin-command): Doc fix.
17631         (nntp-via-user-name): Doc fix.
17632         (nntp-via-address): Doc fix.
17633
17634 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17635
17636         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17637         error in Emacs 21.1.
17638
17639 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17640
17641         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17642
17643 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17644
17645         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17646         (gnus-agent-with-refreshed-group): New macro.
17647         (gnus-agent-rename-group): New function.
17648         (gnus-agent-delete-group): New function.
17649         (gnus-agent-save-group-info): Use gnus-command-method when
17650         `method' parameter is nil.  Don't write nil entries into the
17651         active file.
17652         (gnus-agent-get-group-info): New function.
17653         (gnus-agent-fetch-articles):
17654         Use gnus-agent-update-files-total-fetched-for to increment disk space
17655         used.
17656         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17657         Use gnus-agent-update-view-total-fetched-for to increment disk space
17658         used.
17659         (gnus-agent-get-local): Add optional parameters to avoid calling
17660         gnus-group-real-name and gnus-find-method-for-group.
17661         (gnus-agent-set-local): Delete stored entry if either min, or max,
17662         are nil.
17663         (gnus-agent-fetch-session): Reworded error/quit messages.
17664         On quit, use gnus-agent-regenerate-group to record existance of any
17665         articles fetched to disk before the quit occurred.
17666         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17667         gnus-agent-update-view-total-fetched-for, and
17668         gnus-agent-update-files-total-fetched-for to decrement disk space
17669         used.
17670         (gnus-agent-retrieve-headers):
17671         Use gnus-agent-update-view-total-fetched-for to increment disk space
17672         used.
17673         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17674         with gnus-agent-update-files-total-fetched-for to decrement disk
17675         space and fresh group buffer.
17676         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17677         (gnus-agent-need-update-total-fetched-for): New variable.
17678         (gnus-agent-update-files-total-fetched-for): New function.
17679         (gnus-agent-update-view-total-fetched-for): New function.
17680         (gnus-agent-total-fetched-for): New function.
17681
17682         * gnus-cache.el (gnus-cache-save-buffers):
17683         Use gnus-cache-update-overview-total-fetched-for to change disk space
17684         used by this group.
17685         (gnus-cache-possibly-enter-article):
17686         Use gnus-cache-update-file-total-fetched-for to increment disk space
17687         used by this group.
17688         (gnus-cache-possibly-remove-article):
17689         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17690         used by this group.
17691         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17692         (gnus-cache-rename-group): New function.
17693         (gnus-cache-delete-group): New function.
17694         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17695         (gnus-cache-need-update-total-fetched-for): New variable.
17696         (gnus-cache-with-refreshed-group): New macro.
17697         (gnus-cache-update-file-total-fetched-for): New function.
17698         (gnus-cache-update-overview-total-fetched-for): New function.
17699         (gnus-cache-rename-group-total-fetched-for): New function.
17700         (gnus-cache-delete-group-total-fetched-for): New function.
17701         (gnus-cache-total-fetched-for): New function.
17702
17703         * gnus-group.el: Require gnus-sum and autoload functions to
17704         resolve warnings when gnus-group.el compiled alone.
17705         (gnus-group-line-format): Documented new %F.
17706         (size of Fetched data) group line format; identifies disk space
17707         used by agent and cache.
17708         (gnus-group-line-format-alist): Defined new F format.
17709         (gnus-total-fetched-for): New function.
17710         (gnus-group-delete-group): No longer update
17711         gnus-cache-active-altered as gnus-request-delete-group now keeps
17712         the cache in sync.
17713         (gnus-group-list-active): Let the agent store a server's active
17714         list if currently plugged.
17715
17716         * gnus-int.el (gnus-request-delete-group):
17717         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17718         local disk in sync with the server.
17719         (gnus-request-rename-group):
17720         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17721         local disk in sync with the server.
17722
17723         * gnus-start.el (gnus-get-unread-articles):
17724         Cosmetic simplification to logic.
17725
17726         * gnus-util.el (gnus-rename-file): New function.
17727
17728 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17729
17730         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17731
17732 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17733
17734         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17735         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17736
17737 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17738
17739         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17740         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17741
17742 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17743
17744         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17745
17746 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17747
17748         * spam.el (spam-set-difference): Add function to replace
17749         gnus-set-difference in spam.el.
17750         (spam-summary-prepare-exit): Use spam-set-difference.
17751
17752 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17753
17754         * gnus-registry.el (gnus-registry-cache-file): Update to use
17755         gnus-dribble-directory OR gnus-home-directory OR ~.
17756         (gnus-registry-split-fancy-with-parent): Fix doc.
17757
17758 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17759
17760         * message.el (message-exchange-point-and-mark):
17761         Use message-mark-active-p.  Suggested by Jesper Harder
17762         <harder@ifa.au.dk>.
17763
17764 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17765
17766         * message.el (message-exchange-point-and-mark): Don't activate
17767         region if it was inactive.  Suggested by Hiroshi Fujishima
17768         <pooh@nature.tsukuba.ac.jp>.
17769
17770 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17771
17772         * gnus-art.el (article-display-face): Display Faces in the same
17773         order as X-Faces.
17774
17775 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17776
17777         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17778
17779 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17780
17781         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17782         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17783         (gnus-article-mime-hierarchy): Remove.
17784         (gnus-article-mime-hierarchy-next): Remove.
17785         (gnus-article-mode): Revert 2004-03-19 change.
17786         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17787         (gnus-insert-mime-button): Revert 2004-03-19 change.
17788         (gnus-mime-accumulate-hierarchy): Remove.
17789         (gnus-mime-enter-multipart): Remove.
17790         (gnus-mime-leave-multipart): Remove.
17791         (gnus-mime-display-part): Revert 2004-03-19 change.
17792         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17793
17794         * mml.el (mml-preview): Revert 2004-03-19 change.
17795
17796 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17797
17798         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17799
17800 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17801
17802         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17803         t while entering a file name using the mm-with-multibyte macro.
17804         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17805
17806         * mm-util.el (mm-with-multibyte): New macro.
17807
17808 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17809
17810         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17811         New user option.
17812         (gnus-mime-multipart-functions): Doc and customization fix.
17813         (gnus-article-mime-hierarchy): New variable.
17814         (gnus-article-mime-hierarchy-next): New variable.
17815         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17816         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17817         gnus-article-mime-hierarchy-next to nil.
17818         (gnus-insert-mime-button): Show hierarchy numbers.
17819         (gnus-mime-accumulate-hierarchy): New function.
17820         (gnus-mime-enter-multipart): New function.
17821         (gnus-mime-leave-multipart): New function.
17822         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17823         (gnus-mime-display-alternative): Show hierarchy numbers.
17824
17825         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17826         gnus-article-mime-hierarchy-next to nil.
17827
17828 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17829
17830         * dns.el: Don't require gnus-xmas.
17831
17832 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17833
17834         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17835         inline PGP.
17836         (mml-menu): Disable mml-quote-region if mark is inactive.
17837
17838 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17839
17840         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17841         when the group's active is not available.
17842
17843 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17844
17845         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17846         error.
17847
17848 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17849
17850         * imap.el (imap-store-password): New variable.
17851         (imap-interactive-login): Use it.
17852         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17853
17854 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17855
17856         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17857         window-start and hscroll to summary window.
17858
17859 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17860
17861         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17862         conversion message to newsrc-dribble when an actual conversion is
17863         performed.
17864
17865 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17866
17867         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17868
17869 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17870
17871         * mm-decode.el (mm-complicated-handles): New function reviving
17872         former definition of mm-multiple-handles.
17873
17874         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17875         (gnus-mime-delete-part): Use it.
17876
17877 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17878
17879         * gnus-agent.el (gnus-agent-read-local):
17880         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17881         avoid the implicit assumption that they will always be equal.
17882         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17883         coding-system-for-write, as the with-temp-file macro first prints
17884         to a buffer then saves the buffer.
17885
17886 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17887
17888         * gnus-art.el (gnus-article-edit-part): New function.
17889         (gnus-mime-save-part-and-strip): Use it; do query instead of
17890         signaling an error; don't use mm-multiple-handles.
17891         (gnus-mime-delete-part): Ditto.
17892
17893 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17894
17895         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17896         old file versions.
17897         (gnus-group-prepare-hook): Remove function that converted list
17898         form of gnus-agent-expire-days to group properties.
17899
17900         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17901         (gnus-request-accept-article): Re-indented.
17902
17903         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17904         converters to handle old agent file formats.  Add logic for a
17905         "backup before upgrading warning".
17906         (gnus-convert-mark-converter-prompt): Developers can mark
17907         functions as needing (default), or not needing,
17908         gnus-convert-old-newsrc's "backup before upgrading warning".
17909         (gnus-convert-converter-needs-prompt): Tests whether the user
17910         should be protected from potentially irreversable changes by the
17911         function.
17912
17913         * legacy-gnus-agent.el: New.  Provides converters that are only
17914         loaded when gnus-convert-old-newsrc needs to call them.
17915
17916 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17917
17918         * mail-source.el (mail-source-touch-pop): Doc fix.
17919
17920         * message.el (message-smtpmail-send-it): Doc fix.
17921
17922 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17923
17924         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17925
17926         * nnmail.el (nnmail-split-fancy): do.
17927
17928         * gnus-kill.el (gnus-kill, gnus-execute): do.
17929
17930 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17931
17932         * gnus-sum.el (gnus-widget-reversible-match)
17933         (gnus-widget-reversible-to-internal)
17934         (gnus-widget-reversible-to-external): New functions.
17935         (gnus-widget-reversible): New widget.
17936         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17937
17938 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17939
17940         * gnus-sum.el (gnus-thread-sort-functions)
17941         (gnus-article-sort-functions): Document `(not F)' items.
17942
17943 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17944
17945         * spam.el (spam-use-gmane-xref): Add new backend.
17946         (spam-gmane-xref-spam-group): Add variable to control the name of the
17947         Gmane spam group.
17948         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17949         (spam-regex-headers-spam, spam-regex-headers-ham)
17950         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17951         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17952         backends and checks.
17953         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17954
17955         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17956         an autodetect method.
17957
17958 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17959
17960         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17961         articles are being added to a group.
17962         (gnus-request-replace-article): Inform the agent that articles
17963         need to be uncached as the cached contents are no longer valid.
17964
17965 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17966
17967         * binhex.el: Don't autoload executable-find.
17968
17969         * canlock.el: Don't autoload mail-fetch-field.
17970
17971         * dgnushack.el: Autoload c-mode for XEmacs.
17972
17973         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17974
17975         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17976         rmail-dont-reply-to and rmail-output.
17977
17978         * gnus-score.el: Don't autoload ffap-string-at-point.
17979
17980         * gnus-setup.el: Don't autoload sc-cite-original.
17981
17982         * imap.el: Don't autoload base64-decode-string,
17983         base64-encode-string and md5.
17984
17985         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17986         and rmail-msg-restore-non-pruned-header.
17987
17988         * mm-decode.el: Don't autoload executable-find.
17989
17990         * mm-url.el: Don't autoload executable-find.
17991
17992         * mm-view.el: Don't autoload diff-mode.
17993
17994         * nndb.el: Don't autoload news-reply-mode, news-setup,
17995         cancel-timer and telnet.
17996
17997         * password.el: Don't autoload run-at-time for Emacs.
17998
17999         * sha1-el.el: Don't autoload executable-find.
18000
18001         * sieve-mode.el: Don't autoload c-mode.
18002
18003         * uudecode.el: Don't autoload executable-find.
18004
18005 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18006
18007         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18008         (gnus-agent-possibly-alter-active): Avoid null in numeric
18009         comparison.
18010         (gnus-agent-set-local): Refuse to save null in local object table.
18011         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18012         list of articles that will be marked as unread.
18013
18014 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18015
18016         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18017
18018 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18019
18020         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18021         language tags.
18022
18023 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18024
18025         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18026         Don't bind "obarray".
18027
18028         * gnus-sum.el (gnus-thread-sort-functions):
18029         Add `gnus-thread-sort-by-most-recent-number' and
18030         `gnus-thread-sort-by-most-recent-date'.
18031         Reported by Kai Grossjohann <kai@emptydomain.de>.
18032
18033 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18034
18035         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18036
18037 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18038
18039         * gnus-cus.el (gnus-agent-customize-category):
18040         Remove ignore-errors macro reference that required cl to be loaded at
18041         run-time.
18042
18043         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18044         single-interval range of the form (min . max).  Previously the
18045         range had to look like ((min . max)).  Likewise, return
18046         (min . max) rather than ((min . max)).
18047         (gnus-range-map): Use gnus-range-normalize to accept
18048         single-interval range.
18049
18050         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18051         the cache, but not the agent, now appear with their usual face.
18052
18053         * dgnushack.el (loaddir): New variable that is bound to the
18054         directory containing the dgnushack.el file. Use loaddir, rather
18055         than srcdir, to update load-path. Change lets dgnushack compile
18056         code in directories other than GNUS/lisp.
18057
18058 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18059
18060         * lpath.el: Don't bind w3m-safe-url-regexp.
18061
18062         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18063         w3m-safe-url-regexp variable buffer-local.
18064
18065         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18066
18067 2004-02-27  Simon Josefsson  <jas@extundo.com>
18068
18069         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18070         gnus-group-real-prefix.
18071         (gnus-summary-move-article): Use it, instead of
18072         gnus-group-real-prefix.
18073
18074 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18075
18076         * lpath.el: Bind w3m-safe-url-regexp.
18077
18078         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18079         w3m-safe-url-regexp variable buffer-local and set it as the value
18080         of mm-w3m-safe-url-regexp.
18081
18082         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18083
18084         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18085         parsing gnus-posting-styles when the message is not for replying.
18086
18087         * dgnushack.el: Autoload sgml-mode for XEmacs.
18088
18089         * nnrss.el (nnrss-opml-export):
18090         Use mm-set-buffer-file-coding-system instead of
18091         set-buffer-file-coding-system.
18092
18093 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18094
18095         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18096         of checkdoc.el).
18097         * nnrss.el: do.
18098         * gnus-mlspl.el: do.
18099         * gnus-ml.el: do.
18100         * gnus-srvr.el: do.
18101
18102         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18103
18104 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18105
18106         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18107         Corrections to custom-manual links.
18108
18109         * gnus-art.el (gnus-article): Ditto.
18110
18111         * mm-decode.el (mime-display, mime-security): Ditto.
18112
18113 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18114
18115         * flow-fill.el: Typo.
18116
18117 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18118
18119         * spam-wash.el: New file.
18120
18121 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18122
18123         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18124
18125 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18126
18127         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18128         to be run with new-articles as LIST1, not LIST2.
18129         (spam-registration-functions): Add spam-use-ham-copy as a nil
18130         registration backend.
18131
18132 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18133
18134         * spam-stat.el (spam-stat-washing-hook): New option.
18135         (spam-stat-buffer-words): Use it.
18136         (spam-stat-process-directory, spam-stat-test-directory):
18137         Use insert-file-contents-literally.
18138         (spam-stat-coding-system): New variable.
18139         (spam-stat-load, spam-stat-save): Use it.
18140
18141 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18142
18143         * spam-report.el (spam-report-plug-agent):
18144         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18145
18146 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18147
18148         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18149         Allow / in mailto URLs.
18150
18151 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18152
18153         * spam-report.el (spam-report-process-queue): Fix interactive use.
18154         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18155         (spam-report-unplug-agent): Doc fixes.
18156         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18157         (spam-report-agentize, spam-report-deagentize): Autoload.
18158
18159 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18160
18161         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18162
18163         * message.el (message-setup-fill-variables): Add mml tags to
18164         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18165         <ajk@iu.edu>.
18166         (message-mode): Don't modify paragraph-separate there.
18167
18168 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18169
18170         * compface.el (uncompface-use-external): Default to undecided.
18171         (uncompface-use-external-threshold): New variable.
18172         (uncompface-float-time): New macro.
18173         (uncompface): Determine whether to use the external decoder if
18174         uncompface-use-external is undecided.
18175
18176 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18177
18178         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18179         after images.
18180
18181         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18182
18183 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18184
18185         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18186
18187         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18188
18189         * gnus-sum.el (gnus-summary-limit-to-age)
18190         (gnus-summary-limit-children): do.
18191
18192         * gnus-int.el (gnus-request-scan): do.
18193
18194         * gnus-group.el (gnus-group-suspend): do.
18195
18196         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18197
18198         * gnus-cite.el (gnus-cite-parse-attributions): do.
18199
18200         * gnus-agent.el (gnus-summary-set-agent-mark)
18201         (gnus-agent-regenerate-group): do.
18202
18203         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18204
18205         * binhex.el (binhex-decode-region-internal): do.
18206
18207 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18208
18209         * gnus-fun.el (gnus-face-properties-alist): New user option.
18210         (gnus-display-x-face-in-from): Use it.
18211
18212         * gnus-art.el (article-display-face): Ditto.
18213
18214         * compface.el (uncompface-use-external): Default to nil.
18215
18216 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18217
18218         * nntp.el (nntp-erase-buffer): New function.
18219         (nntp-retrieve-data, nntp-send-command)
18220         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18221         (nntp-possibly-change-group): Use it.
18222
18223         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18224         Use with-current-buffer.
18225
18226 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18227
18228         * compface.el: Merge the ELisp-based uncompface program.
18229         (compface): New customization group.
18230         (uncompface-use-external): New user option.
18231         (uncompface): Call uncompface-internal if uncompface-use-external
18232         is nil.
18233         (uncompface-internal): New function.  Note that there are also
18234         some other functions and variables added for this function.
18235
18236 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18237
18238         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18239         if necessary.
18240
18241 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18242
18243         * spam-report.el (spam-report-unplug-agent)
18244         (spam-report-plug-agent, spam-report-deagentize)
18245         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18246         Add support for the Agent in spam-report: when unplugged, report to a
18247         file; when plugged, submit all the requests.
18248
18249         * spam.el (spam-register-routine): Fix message about
18250         registration.
18251
18252 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18253
18254         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18255         dependencies.
18256         (rfc2047-encode): Use it.
18257
18258         * gnus-art.el (gnus-button-marker-list): Move before first
18259         reference.
18260
18261         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18262         (imap-parse-body): Fix format string mismatch.
18263
18264         * gnus-score.el (gnus-summary-increase-score): do.
18265
18266         * nnrss.el (nnrss-close): New function.
18267
18268 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18269
18270         * nnrss.el (nnrss-make-filename): New function.
18271         (nnrss-request-delete-group, nnrss-read-server-data)
18272         (nnrss-save-server-data, nnrss-read-group-data)
18273         (nnrss-save-group-data): Use it.
18274         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18275         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18276         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18277
18278 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18279
18280         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18281
18282 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18283
18284         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18285         files.
18286
18287         * message.el (message-generate-headers-first): Don't quote nil
18288         and t in docstrings.
18289
18290         * imap.el (imap-id): do.
18291
18292         * gnus-agent.el (gnus-agent-consider-all-articles)
18293         (gnus-agent-queue-mail): do.
18294
18295 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18296
18297         * spam-report.el (spam-report-process-queue): New function.
18298         Process requests from `spam-report-requests-file'.
18299         (spam-report-process-queue): Doc fix.
18300
18301 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18302
18303         * spam.el (spam-register-routine)
18304         (spam-log-processing-to-registry, spam-log-registered-p)
18305         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18306         Change "check" to "spam-check" for semi-clarity.
18307
18308 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18309
18310         * pop3.el: Require nnheader.
18311
18312         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18313
18314         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18315
18316         * gnus-picon.el: Require cl.
18317
18318         * gnus-fun.el: Require gnus-ems and gnus-util.
18319
18320         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18321
18322         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18323
18324         * gnus-art.el (gnus-article-edit-mode): Define before first
18325         reference.
18326
18327 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18328
18329         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18330         (gnus-uu-post-encoded): Use point-at-bol.
18331
18332         * gnus-topic.el (gnus-group-active-topic-p): do.
18333
18334         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18335
18336         * gnus-group.el (gnus-group-kill-region): do.
18337
18338         * gnus-art.el (article-date-ut): do.
18339
18340         * message.el (message-fetch-field): Remove redundant
18341         case-fold-search binding.
18342         (message-narrow-to-field): Simplify.
18343
18344 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18345
18346         * spam.el (spam-directory): Derive from `gnus-directory'.
18347
18348         * spam-report.el (spam-report-url-to-file)
18349         (spam-report-requests-file): New function and variable for offline
18350         reporting.
18351         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18352         and user defined function.
18353         (spam-report-url-ping-mm-url): Remove doubled slash.
18354
18355 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18356
18357         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18358
18359 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18360
18361         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18362         Fix format string mismatch.
18363
18364         * sieve.el (sieve-deactivate-all): do.
18365
18366         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18367
18368         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18369
18370         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18371
18372         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18373
18374 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18375
18376         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18377         the list of checks.
18378
18379 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18380
18381         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18382         padding.
18383
18384 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18385
18386         * mm-view.el (mm-fill-flowed): New variable.
18387         (mm-inline-text): Use it.
18388
18389 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18390
18391         * spam.el (spam-spamassassin-register-ham-routine)
18392         (spam-spamassassin-register-spam-routine): Fix function names.
18393
18394 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18395
18396         * gnus.el (gnus-tmp-grouplens): Remove.
18397         (gnus-summary-line-format): Remove grouplens.
18398
18399         * gnus-group.el (gnus-group-line-format): Ditto.
18400
18401         * gnus-spec.el (gnus-format-specs): Ditto.
18402         (gnus-update-format-specifications): Flush the group format spec
18403         cache if there's the grouplens stuff.
18404         (gnus-parse-simple-format): Replace %l with the empty string.
18405
18406 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18407
18408         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18409         omission.
18410
18411 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18412
18413         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18414         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18415
18416 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18417
18418         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18419         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18420         New macros and functions.
18421         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18422         Handle > NLINK_MAX messages.
18423         * nnmaildir.el (nnmaildir-request-set-mark):
18424         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18425
18426 2004-01-25  Alex Schroeder  <alex@gnu.org>
18427
18428         * spam-stat.el (spam-stat-process-directory-age): New option.
18429         (spam-stat-process-directory): Use it.
18430
18431 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18432
18433         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18434         (spam-stat-save): Accept prefix argument.
18435
18436 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18437
18438         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18439         links" error.
18440
18441 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18442
18443         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18444         the rest of the and/or forms.
18445
18446 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18447
18448         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18449         compatibility with old .newsrc.eld files.
18450
18451         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18452
18453         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18454
18455         * gnus-start.el (gnus-1): do.
18456
18457         * gnus-group.el (gnus-group-line-format-alist): do.
18458
18459         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18460
18461         * gnus-gl.el: Remove.
18462
18463 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18464
18465         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18466         marks consisting of a single range {for example, (3 . 5)} rather
18467         than a list of a single range { ((3 . 5)) }.
18468
18469 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18470
18471         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18472         Use with-current-buffer.
18473         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18474         avoid consing a string.
18475
18476         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18477         Remove obsolete entries for big5 and gb2312.
18478
18479 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18480
18481         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18482         uncompressed list.
18483
18484 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18485
18486         * spam-stat.el (spam-stat-strip-xref): New function.
18487         (spam-stat-process-directory): Use it.
18488
18489         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18490         here -- it's done in message-fetch-field.
18491
18492 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18493
18494         * gnus-agent.el (gnus-agent-queue-mail)
18495         (gnus-agent-prompt-send-queue): New variables.
18496         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18497         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18498         "nndraft:queue" along to gnus-draft-send.
18499         Use gnus-agent-prompt-send-queue.
18500         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18501         is "nndraft:queue".  Suggested by Gaute Strokkenes
18502         <gs234@srcf.ucam.org>
18503
18504         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18505         (agent-enable-undownloaded-faces): Add.
18506         (gnus-agent-cat-groups): Use eval-and-compile, not
18507         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18508         method of gnus-agent-cat-groups even when the buffer has been
18509         evaled.
18510         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18511         delete gnus-agent-save-active-1.
18512         (gnus-agent-save-groups): Delete.  Identical to
18513         gnus-agent-save-active.
18514         (gnus-agent-write-active): No longer adjust agent's copy of active
18515         file as agent's adjustments are now stored in their own
18516         file.  Remove optional parameter.
18517         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18518         servers.  Add use of min/max range limits from server's local
18519         file.
18520         (gnus-agent-save-alist): Remove unused optional argument.
18521         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18522         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18523         (gnus-agent-set-local): A per-server file that keeps min/max range
18524         limits for articles known to the agent.  Provides a fast mechanism
18525         for altering many active ranges.
18526         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18527         active file (local makes it unnecessary).
18528         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18529
18530         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18531         (agent-enable-undownloaded-faces): Add.
18532
18533         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18534         disable it when sending to "nndraft:queue".
18535         (gnus-group-send-queue): Add safety check to avoid sending queue
18536         when unplugged.
18537
18538         * gnus-group.el (gnus-group-catchup): Use new
18539         gnus-sequence-of-unread-articles, not
18540         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18541         numbers of articles.  Use gnus-range-map to avoid having to
18542         uncompress the unread list.
18543         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18544         Fix invalid ange-ftp reference.
18545
18546         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18547         (gnus-sorted-range-intersection): Intersection of two ranges
18548         without requiring that they first be uncompressed.
18549
18550         * gnus-start.el (gnus-activate-group): Unless blocked by the
18551         caller, possibly expand the active range to include both cached
18552         and agentized articles.
18553         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18554         multiple version-dependent converters.
18555         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18556         gnus-agent-save-active.
18557         (gnus-save-newsrc-file): Save dirty agent range limits.
18558
18559         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18560         gnus-agent-possibly-alter-active.
18561         (gnus-adjust-marked-articles): Faster handling of simple lists.
18562
18563 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18564
18565         * spam-stat.el (spam-stat-test-directory): New optional argument
18566         displays a list of files detected.  Suggested by Andrew Cohen
18567         <cohen@andy.bu.edu>.
18568         (spam-stat-buffer-words-with-scores): Don't narrow and change
18569         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18570
18571 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18572
18573         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18574         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18575         (spam-spamassassin-arguments)
18576         (spam-spamassassin-spam-flag-header)
18577         (spam-spamassassin-positive-spam-flag-header)
18578         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18579         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18580         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18581         (spam-list-of-processors, spam-list-of-checks)
18582         (spam-list-of-statistical-checks, spam-registration-functions)
18583         (spam-check-spamassassin-headers, spam-check-spamassassin)
18584         (spam-spamassassin-score)
18585         (spam-spamassassin-register-with-sa-learn)
18586         (spam-spamassassin-register-spam-routine)
18587         (spam-spamassassin-register-ham-routine)
18588         (spam-assassin-register-spam-routine)
18589         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18590         (spam-bogofilter-score): Fix to show article before scoring.
18591
18592 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18593
18594         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18595         default scoring function.
18596         (spam-generic-score): Call spam-spamassassin-score if
18597         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18598         spam-bogofilter-score otherwise.
18599
18600         * gnus.el (spam-process, spam-autodetect-methods):
18601         Add spamassassin and spamassassin-headers.
18602
18603 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18604
18605         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18606         Suppress unnecessary messages.
18607
18608 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18609
18610         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18611         make-hash-table.
18612
18613 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18614
18615         * canlock.el (base64-encode-string): Don't autoload it.
18616
18617 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18618
18619         * run-at-time.el: Remove useless (require 'itimer),
18620         eval-and-compile and (featurep 'xemacs).
18621
18622 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18623
18624         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18625         GROUP is a virtual group.
18626
18627 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18628
18629         * gnus.el: Autoload `message-y-or-n-p'.
18630
18631 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18632
18633         * pgg-parse.el: Remove unnecessary (require 'custom).
18634
18635         * pgg-def.el: do.
18636
18637         * nnmail.el: do.
18638
18639         * gnus-undo.el: do.
18640
18641         * gnus-picon.el: do.
18642
18643         * gnus-util.el: do.
18644
18645 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18646
18647         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18648
18649 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18650
18651         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18652         handle, as well as a list.
18653
18654         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18655         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18656         (mm-w3m-cid-retrieve): Simplify.
18657
18658 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18659
18660         * message.el (message-kill-to-signature): Allow prefix arg to
18661         specify number of lines to keep before signature.
18662
18663 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18664
18665         * message.el (message-kill-to-signature): Change docstring.
18666
18667 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18668
18669         * canlock.el: Always require sha1-el.
18670         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18671
18672         * message.el: Autoload sha1 only when compiling.
18673
18674         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18675         eudc-expand-inline for XEmacs.
18676
18677 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18678
18679         * message.el (message-canlock-generate): Require sha1-el.
18680
18681 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18682
18683         * message.el (message-expand-name): Silence the byte compiler.
18684
18685         * lpath.el: Add detect-coding-system.
18686
18687         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18688         cus-edit.
18689
18690 2004-01-13  Simon Josefsson  <jas@extundo.com>
18691
18692         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18693         Invoke gnus-score-mode.
18694         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18695
18696         * gnus-range.el (gnus-compress-sequence): Doc fix.
18697         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18698
18699 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18700
18701         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18702
18703 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18704
18705         * spam.el (spam-get-article-as-string): Update to use
18706         gnus-request-article-this-buffer, much simpler.
18707         (spam-get-article-as-buffer): Remove.
18708
18709 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18710
18711         * message.el (message-expand-name): Use EUDC if the user uses that.
18712
18713 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18714
18715         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18716         character for the encoding to avoid consing a string.
18717
18718         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18719         unnecessarily.
18720
18721         * mm-util.el (mm-replace-chars-in-string): Remove.
18722
18723         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18724         of mm-replace-chars-in-string.
18725
18726 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18727
18728         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18729
18730         * mm-util.el (mm-subst-char-in-string): Support inplace.
18731
18732         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18733         a new string in every iteration.  Use shy groups.
18734
18735 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18736
18737         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18738         * gnus-soup.el (gnus-soup-group-brew):
18739         * gnus-msg.el (gnus-put-message):
18740         * gnus-move.el (gnus-group-move-group-to-server):
18741         * gnus-kill.el (gnus-batch-score):
18742         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18743         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18744         (gnus-group-update-group, gnus-group-read-group)
18745         (gnus-group-make-group, gnus-group-make-help-group)
18746         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18747         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18748         (gnus-group-sort-by-unread, gnus-group-catchup)
18749         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18750         (gnus-group-yank-group, gnus-group-set-info)
18751         (gnus-group-list-groups):
18752         * gnus.el (gnus-generate-new-group-name):
18753         * gnus-delay.el (gnus-delay-send-queue):
18754         * nnvirtual.el (nnvirtual-catchup-group):
18755         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18756         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18757         (gnus-group-prepare-topics, gnus-topic-check-topology):
18758         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18759         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18760         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18761         (gnus-group-make-articles-read):
18762         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18763         (gnus-group-change-level, gnus-kill-newsgroup)
18764         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18765         (gnus-get-unread-articles, gnus-make-articles-unread)
18766         (gnus-make-ascending-articles-unread): Use accessor
18767         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18768         to get group information for improved readability.
18769
18770
18771 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18772
18773         * gnus-art.el (article-decode-mime-words, article-babel)
18774         (gnus-article-highlight-signature, gnus-article-add-buttons)
18775         (gnus-signature-toggle): Use gnus-with-article-buffer.
18776
18777         * gnus-art.el (gnus-article-highlight-headers)
18778         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18779
18780         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18781         (gnus-article-set-globals, gnus-request-article-this-buffer)
18782         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18783         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18784         (gnus-mime-display-alternative): Use with-current-buffer.
18785
18786 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18787
18788         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18789         also under 80 char limit, and call gnus-error if needed.
18790         (spam-fetch-article-header): Fix - it was a
18791         buffer-local variable (gnus-newsgroup-data).
18792         (spam-find-spam): Use spam-generate-fake-headers, forget about
18793         spam-insert-fake-headers.
18794         (spam-insert-fake-headers): Remove.
18795
18796 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18797
18798         * deuglify.el (gnus-article-outlook-unwrap-lines)
18799         (gnus-outlook-rearrange-article)
18800         (gnus-outlook-repair-attribution-outlook)
18801         (gnus-outlook-repair-attribution-block)
18802         (gnus-outlook-repair-attribution-other): Remove redundant
18803         save-excursion.
18804
18805 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18806
18807         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18808         (spam-fetch-field-subject-fast)
18809         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18810         (spam-fetch-article-header): Add functions to deal with Gnus
18811         internals for fast retrieval of article header data.
18812         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18813
18814 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18815
18816         * pop3.el (pop3-md5): Remove.
18817         (pop3-apop): Replace pop3-md5 with md5.
18818
18819         * mm-bodies.el: base64 is always built-in.
18820
18821         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18822         Use with-current-buffer.
18823
18824 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18825
18826         * canlock.el (canlock-insert-header): Remove excessive grouping in
18827         regexp.
18828
18829         * gnus-sum.el (gnus-summary-read-document): Ditto.
18830
18831         * gnus-uu.el (gnus-uu-part-number): Ditto.
18832
18833         * html2text.el (html2text-remove-tags): Ditto.
18834         (html2text-format-tags): Ditto.
18835         (html2text-format-single-elements): Ditto.
18836
18837         * mml.el (mml-parse-1): Ditto.
18838
18839 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18840
18841         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18842
18843         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18844
18845         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18846
18847         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18848
18849 2003-11-15  Simon Josefsson  <jas@extundo.com>
18850
18851         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18852         (pgg-gpg-lookup-key): Use regexp match instead of
18853         split-string (split-string is different between emacs 21.2 and
18854         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18855
18856 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18857
18858         * gnus-art.el (gnus-mime-view-all-parts)
18859         (gnus-article-part-wrapper, gnus-article-view-part):
18860         Use with-current-buffer.
18861
18862 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18863
18864         * spam.el (spam-disable-spam-split-during-ham-respool)
18865         (spam-spamoracle-database, spam-cache-lookups)
18866         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18867         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18868         (spam-group-ham-marks, spam-group-spam-marks)
18869         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18870         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18871         also add spam-use-blackholes to the statistical checks.
18872         (spam-fetch-field-fast): Add interface to fetching fields, may
18873         become a macro.
18874         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18875         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18876         (spam-insert-fake-headers): Fake an article when needed.
18877         (spam-find-spam): Fake article when possible.
18878         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18879         (spam-check-bogofilter-headers): Use message-fetch-field instead
18880         of nnmail-fetch-field.
18881
18882 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18883
18884         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18885
18886 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18887
18888         * spam.el (spam-split): Do not require spam-use-CHECK to be
18889         enabled if that check is passed to spam-split explicitly; also
18890         fix so 'spam doesn't get converted to spam-split-group when
18891         spam-split-symbolic-return is t.
18892         (spam-find-spam): Find registrations of the article and use those
18893         instead of re-running spam-split to find the spam/ham
18894         classification of the article.
18895         (spam-log-processing-to-registry, spam-log-registered-p)
18896         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18897         Use gnus-error instead of gnus-message.
18898         (spam-log-registration-type): Add function to determine the
18899         classification of a message based on registry entries; will
18900         return nil if both 'spam and 'ham are found.
18901         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18902         a reasonably fast local cache without the loading errors.
18903         (spam-cache-lookups): Set to t by default.
18904         (spam-find-spam): Don't try to guess spam-cache-lookups.
18905         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18906         spam-caches entry.
18907         (spam-filelist-build-cache, spam-filelist-check-cache):
18908         Fix caching of whitelist/blacklist entries.
18909         (spam-check-whitelist, spam-check-blacklist):
18910         Invoke spam-from-listed-p with a type, not a cache variable.
18911         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18912
18913 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18914
18915         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18916
18917         * nnmail.el (nnmail-split-fancy): do.
18918
18919         * mml.el (mml-parse): do.
18920
18921         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18922         (gnus-score-adaptive): do.
18923
18924 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18925
18926         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18927         (gnus-mime-button-map): Don't set keymap parent.
18928         (gnus-button-ctan-directory-regexp): Use shy grouping.
18929         (gnus-prev-page-map): Don't set keymap parent.
18930         (gnus-prev-page-map): Remove duplicated one.
18931         (gnus-next-page-map): Don't set keymap parent.
18932         (gnus-mime-security-button-map): Ditto.
18933
18934         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18935         version number.
18936
18937         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18938
18939 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18940
18941         * canlock.el (canlock-sha1-function): Remove.
18942         (canlock-sha1-function-for-verify): Remove.
18943         (canlock-openssl-program): Remove.
18944         (canlock-openssl-args): Remove.
18945         (canlock-ignore-errors): Remove.
18946         (canlock-sha1-with-openssl): Remove.
18947         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18948         (canlock-verify): Don't use canlock-ignore-errors.
18949
18950         * sha1-el.el (sha1-string-external): Make it can return a string
18951         in binary form.
18952         (sha1-region-external): Ditto.
18953         (sha1-string-internal): Ditto.
18954         (sha1-region-internal): Ditto.
18955         (sha1-region): Ditto.
18956         (sha1-string): Ditto.
18957         (sha1): Ditto.
18958
18959 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18960
18961         * spam.el (spam-report-articles-gmane): New command.
18962
18963 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18964
18965         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18966
18967         * run-at-time.el (run-at-time-saved): Remove.
18968         (run-at-time): Doc fix.
18969
18970 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18971
18972         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18973         (gnus-summary-limit-map): Add it.
18974         (gnus-summary-make-menu-bar): do.
18975
18976 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18977
18978         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18979         Make attempt at some caching support (done for BBDB only now).
18980         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18981         addresses to be checked.
18982         (spam-clear-cache-BBDB): Add function, to be invoked by
18983         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18984         (spam-check-BBDB): Check and use the caches, if
18985         spam-cache-lookups is on, remove superfluous (provide).
18986
18987 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18988
18989         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18990
18991 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18992
18993         * run-at-time.el (run-at-time-saved): Move to after the definition
18994         of `run-at-time'.
18995
18996         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18997
18998 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18999
19000         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19001         mm-w3m-local-map-property.
19002
19003         * mm-view.el (mm-w3m-mode-map): Remove.
19004         (mm-w3m-local-map-property): Remove.
19005         (mm-inline-text-html-render-with-w3m): Don't use
19006         mm-w3m-local-map-property.
19007
19008 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19009
19010         * run-at-time.el: New file.
19011
19012         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19013         under Emacs.
19014
19015         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19016         of gnus-set-text-properties.
19017
19018         * gnus-uu.el (gnus-uu-save-article): Ditto.
19019
19020         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19021
19022         * gnus-cite.el (gnus-cite-parse): Ditto.
19023
19024         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19025         of gnus-.
19026
19027         * gnus-xmas.el (run-at-time): Require run-at-time.
19028
19029         * gnus.el: Change calls to nnheader-run-at-time and
19030         password-run-at-time throughout to use run-at-time directly.
19031
19032         * password.el: Remove definition of run-at-time.
19033
19034         * nnheaderxm.el: Remove definition of run-at-time.
19035
19036 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19037
19038         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19039         in prompt.
19040
19041 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19042
19043         * messagexmas.el (message-xmas-redefine): Alias
19044         `message-make-caesar-translation-table' to
19045         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19046         version.
19047
19048         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19049         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19050         `gnus-xmas-set-text-properties'.
19051         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19052         `gnus-xmas-completing-read'.
19053         (gnus-xmas-completing-read): Removed.
19054         (gnus-xmas-open-network-stream): Removed.
19055
19056         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19057         XEmacs version.
19058
19059         * dns.el (dns-make-network-process): Use `open-network-stream'
19060         instead of `gnus-xmas-open-network-stream'.
19061
19062         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19063
19064         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19065
19066 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19067
19068         * gnus-art.el (gnus-mime-display-alternative)
19069         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19070         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19071         Don't use gnus-local-map-property.
19072
19073         * gnus-util.el (gnus-local-map-property): Remove.
19074
19075         * mm-view.el (mm-view-pkcs7-decrypt):
19076         Replace gnus-completing-read-maybe-default with completing-read.
19077
19078         * gnus-util.el (gnus-completing-read): do.
19079         (gnus-completing-read-maybe-default): Remove.
19080
19081 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19082
19083         * password.el: Only autoload `run-at-time' if not XEmacs.
19084         Only autoload the itimer functions if XEmacs.
19085
19086 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19087
19088         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19089         XEmacsen.
19090
19091         * dgnushack.el: Autoload executable-find for XEmacs.
19092
19093 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19094
19095         * gnus-art.el (gnus-read-string): Remove.
19096         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19097         read-string.
19098
19099 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19100
19101         * netrc.el: Autoload password-read.
19102         (netrc): Add configuration group.
19103         (netrc-encoding-method, netrc-openssl-path):
19104         Add variables for encoding and decoding of files with symmetric
19105         ciphers.
19106         (netrc-encode): Add assistant function to encode a file with
19107         netrc-encoding-method.
19108         (netrc-parse): Add interactive parameter, added optional
19109         decoding if netrc-encoding-method is non-nil but otherwise
19110         behavior is standard.
19111         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19112         Do s/encode/encrypt/ everywhere.
19113
19114         * spam.el: Remove executable-find autoload.
19115
19116 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19117
19118         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19119
19120         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19121
19122 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19123
19124         * gnus-art.el (gnus-treat-ansi-sequences)
19125         (article-treat-ansi-sequences): New variable and function.
19126         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19127
19128         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19129         Use it.
19130
19131 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19132
19133         * mm-util.el (mm-quote-arg): Remove.
19134
19135         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19136         shell-quote-argument.
19137
19138         * gnus-uu.el (gnus-uu-command): do.
19139
19140         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19141
19142         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19143         with make-char.
19144
19145         * mm-util.el (mm-make-char): Remove.
19146
19147         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19148         add-minor-mode.
19149
19150         * gnus-undo.el (gnus-undo-mode): do.
19151
19152         * gnus-topic.el (gnus-topic-mode): do.
19153
19154         * gnus-sum.el (gnus-dead-summary-mode): do.
19155
19156         * gnus-start.el (gnus-slave-mode): do.
19157
19158         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19159
19160         * gnus-ml.el (gnus-mailing-list-mode): do.
19161
19162         * gnus-gl.el (gnus-grouplens-mode): do.
19163
19164         * gnus-draft.el (gnus-draft-mode): do.
19165
19166         * gnus-dired.el (gnus-dired-mode): do.
19167
19168         * gnus-ems.el (gnus-add-minor-mode): Remove.
19169
19170         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19171         Replace gnus-char-width with char-width.
19172
19173         * gnus-ems.el (gnus-char-width): Remove.
19174
19175         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19176         Replace gnus-char-width with char-width.
19177
19178         * gnus-ems.el (gnus-char-width): Remove.
19179
19180         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19181         definition.
19182         Remove Emacs 20 hash table compatibility code.
19183
19184         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19185         20 compatibility code.
19186
19187         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19188
19189         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19190
19191         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19192         Replace with point-at-{eol,bol}.
19193
19194         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19195
19196         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19197
19198         * flow-fill.el (fill-flowed-point-at-bol)
19199         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19200
19201         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19202         Replace with point-at-{eol,bol} throughout all files.
19203
19204 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19205
19206         * ntlm.el (ntlm-string-as-unibyte): New macro.
19207         (ntlm-build-auth-response): Use it.
19208
19209         Remove Emacs 20 stuff:
19210         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19211         (butlast, mapc, remove): Remove the compiler macros.
19212         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19213         of delq and copy-sequence.
19214         * gnus-art.el (popup-menu): Remove the compiler macro.
19215         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19216         Emacs 20.
19217
19218 2004-01-05  Simon Josefsson  <jas@extundo.com>
19219
19220         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19221         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19222         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19223         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19224         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19225         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19226         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19227         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19228         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19229         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19230         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19231         string-xor into ntlm-string-xor.
19232         Suggested by Jesper Harder <harder@myrealbox.com>.
19233
19234         * ntlm.el: Don't include poem.
19235
19236         * md4.el (print-int32, print-string-hexa): Remove.
19237         Suggested by Jesper Harder <harder@myrealbox.com>.
19238
19239         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19240
19241         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19242         probably breaks emacs with DL patch, but do we care? Is anyone
19243         still using the DL stuff?)
19244
19245         * sieve-manage.el: Use the password package.
19246         (sieve-manage-read-passwd): Remove.
19247         (sieve-manage-interactive-login): Use password.  Re-add
19248         condition-case around loop.
19249
19250         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19251         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19252         Use the password package.
19253
19254 2003-02-19  Simon Josefsson  <jas@extundo.com>
19255
19256         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19257         token.
19258
19259 2002-08-07  Simon Josefsson  <jas@extundo.com>
19260
19261         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19262         (sieve-manage-authenticators):
19263         (sieve-manage-authenticator-alist): Add some SASL mechs.
19264         (sieve-sasl-auth): New function.
19265         (sieve-manage-cram-md5-auth):
19266         (sieve-manage-plain-auth): Rewrite using SASL library.
19267         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19268         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19269         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19270         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19271
19272 2004-01-05  Simon Josefsson  <jas@extundo.com>
19273
19274         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19275         New files.
19276
19277 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19278
19279         * gnus-group.el (gnus-no-groups-message): Update.
19280
19281         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19282
19283 2003-11-09  Simon Josefsson  <jas@extundo.com>
19284
19285         * imap.el: Support for ID IMAP extension (RFC 2971).
19286         (imap-local-variables): Add imap-id.
19287         (imap-id): New variable.
19288         (imap-id): New function.
19289         (imap-parse-response): Parse untagged ID response.
19290         * nnimap.el (nnimap-id): New variable.
19291         (nnimap-open-connection): Use it.
19292
19293 2003-12-28  Simon Josefsson  <jas@extundo.com>
19294
19295         * gnus-score.el (gnus-score-edit-all-score): New.
19296         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19297
19298 2004-01-04  Simon Josefsson  <jas@extundo.com>
19299
19300         * password.el: Add.
19301
19302 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19303
19304         * dns.el (dns-query-types): Fix typo.
19305         (dns-query-types): New function.
19306         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19307         PTR and SOA replies, see RFC 1035.
19308
19309 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19310
19311         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19312
19313         * Move to Changelog.2.
19314
19315 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19316
19317         * gnus.el (gnus-version-number): Bump version.
19318
19319 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19320
19321         * gnus.el: No Gnus v0.1 is released.
19322
19323 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19324
19325         * gnus.el: No Gnus v0.0 is released.
19326
19327 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19328
19329         * gnus.el (gnus-version-number): Bump.
19330         (gnus-version): No.
19331
19332 See ChangeLog.2 for earlier changes.
19333
19334     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19335       Free Software Foundation, Inc.
19336
19337   This file is part of GNU Emacs.
19338
19339   GNU Emacs is free software: you can redistribute it and/or modify
19340   it under the terms of the GNU General Public License as published by
19341   the Free Software Foundation, either version 3 of the License, or
19342   (at your option) any later version.
19343
19344   GNU Emacs is distributed in the hope that it will be useful,
19345   but WITHOUT ANY WARRANTY; without even the implied warranty of
19346   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19347   GNU General Public License for more details.
19348
19349   You should have received a copy of the GNU General Public License
19350   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19351
19352 ;; Local Variables:
19353 ;; coding: utf-8
19354 ;; fill-column: 79
19355 ;; add-log-time-zone-rule: t
19356 ;; End: