shr: add bgcolor support on table
[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-tag-table): Add bgcolor support.
17
18         * message.el (message-goto-body): Use called-interactively-p.
19         (message-in-body-p): message-goto-body returns point.
20
21 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22
23         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
24         Fixes something or other in Emacs 23, and is backwards compatible.
25
26         * message.el (message-goto-body): Remove the <#secure special-casing,
27         which is too special.
28
29         * shr.el (shr-parse-style): Drop !important from styles.
30
31 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
32
33         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
34         this function to return incorrect results when calling it with an
35         explicit article argument different from
36         (gnus-summary-article-number).
37
38 2010-11-24  Julien Danjou  <julien@danjou.info>
39
40         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
41         (shr-tag-body): Add background support.
42         (shr-descend): Add background support.
43         (shr-tag-title): Add.
44
45         * shr-color.el (shr-color-visible): Really return original background
46         if fixed.
47
48 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
49
50         * shr.el (shr-color-check): Protect against non-existant colour names.
51
52 2010-11-24  Julien Danjou  <julien@danjou.info>
53
54         * color-lab.el: Require 'cl when compiling.
55
56         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
57
58         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
59         matched part.
60
61         * color-lab.el: Fix all expt calls to use float type.
62
63 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
64
65         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
66         expression to shr-color-check as is.
67
68         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
69
70         * color-lab.el: Add coding cookie.
71         (float-pi): Use eval-and-compile.
72
73         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
74         compiled for Emacsen having no `libxml-parse-html-region' support.
75
76 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77
78         * shr.el (shr-insert-color-overlay): Split stuff like
79         "#444444 !important" to find the real colour.
80         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
81         parse <font color="red"> entries.
82
83 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
84
85         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
86         point when parsing headers.
87
88         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
89         is positioned properly when parsing headers.
90
91 2010-11-23  Julien Danjou  <julien@danjou.info>
92
93         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
94
95         * shr-color.el (shr-color->hexadecimal): Add support for color names.
96
97         * shr.el (shr-parse-style): Replace \n with space in style parsing.
98
99         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
100         shr-color-hue-to-rgb.
101         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
102
103 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
104
105         * shr.el (shr-color->hexadecimal): Autoload.
106         (shr-descend): Add color to all tags.
107
108 2010-11-22  Julien Danjou  <julien@danjou.info>
109
110         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
111         shr-color->hexadecimal.
112
113         * shr-color.el (shr-color->hexadecimal): Add converting functions for
114         RGB() or HSL() color representation.
115
116         * shr.el (shr-tag-font): Add.
117         (shr-tag-color-check): New function to get better colors.
118         (shr-tag-insert-color-overlay): Factorize code between tag-font and
119         tag-span.
120
121         * shr-color.el: New file.
122
123         * color-lab.el: New file.
124
125         * gnus-art.el (gnus-url-mailto): Do not downcase args.
126
127 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
128
129         * nnir.el: Fix typo in comments.
130         (nnir-run-imap): Simplify code. No need to reverse artlist.
131         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
132
133 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
134
135         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
136
137         * nnimap.el (nnimap-get-capabilities): Refactor out.
138         (nnimap-open-connection): Re-request capabilities after STARTTLS.
139
140 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
141
142         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
143         appearing when `mm-uu-hide-markers' is nil.
144
145 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
146
147         * nnimap.el (nnimap-unselect-group): Make into its own function.
148         (nnimap-request-rename-group): Unselect group before renaming.
149         This had gotten lost somewhere.
150         (nnimap-request-accept-article): Keep track of examined groups, and
151         unselect the group before APPENDing to read-only groups.
152         (nnimap-request-move-article): Clear flags before moving so that they
153         can be re-set later.
154
155 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
156
157         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
158         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
159
160 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
161
162         * gnus-art.el (gnus-mime-display-single)
163         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
164         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
165         parameter.
166
167 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
168
169         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
170         (shr-table-vertical-line): New variable.
171         (shr-insert-table): Use it.
172
173 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
174
175         * gnus-html.el (gnus-html-wash-images): Don't display images if
176         gnus-inhibit-images is non-nil; register displayer for cid images.
177         (gnus-html-display-image): Work for cid image.
178         (gnus-html-insert-image): Allow arguments.
179         (gnus-html-put-image): Inhibit read-only.
180         (gnus-html-prefetch-images): Don't prefetch images if
181         gnus-inhibit-images is non-nil.
182
183 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
184
185         * shr.el (shr-put-image): Break lines when inserting big pictures.
186
187 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
188
189         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
190         sender, thanks Katsumi Yamaoka.
191
192 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
193
194         * nnir.el (nnir-run-imap): Reverse the article list for each group
195         rather than the whole list.
196
197 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
198
199         * shr.el (shr-image-displayer): Protect function against non-existent
200         image source.
201
202         * gnus-art.el (gnus-inhibit-images): New user option.
203         (gnus-mime-display-single): Don't display image if it is non-nil.
204
205         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
206         gnus-inhibit-images.
207
208         * shr.el (shr-image-displayer): New function.
209         (shr-tag-img): Use it.
210
211 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
212
213         * mml2015.el (mml2015-epg-sign): Use From header.
214
215 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
216
217         * gnus-html.el (gnus-html-wash-images): Register a displayer.
218
219         * gnus-util.el (gnus-find-text-property-region): Return markers.
220
221         * shr.el (shr-tag-img): Put a displayer in the text property.
222
223         * gnus-util.el (gnus-find-text-property-region): New utility function.
224
225         * gnus-html.el (gnus-html-display-image): Make the alt optional.
226         (gnus-html-show-images): Remove.
227
228         * gnus-art.el (gnus-article-show-images): New, more general function.
229
230         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
231         image url text properties.
232
233         * shr.el: Ditto.
234
235         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
236         gnus-agent-auto-agentize-methods is set.  Which it isn't.
237
238 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
239
240         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
241         work for two or more articles.
242
243 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
244
245         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
246         divide an image that's in an html article to two or more when washing
247         non-ASCII characters in alt text of it.
248
249 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
250
251         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
252         smime-decrypt-region using function argument.
253         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
254
255         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
256
257         * smime.el (smime-decrypt-region): Catch it.
258
259 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
260
261         * smime.el (smime-mode-map): Move initialization into declaration.
262         (gnus-run-mode-hooks): Don't autoload.
263         (smime-mode): Use define-derived-mode.
264
265 2010-11-11  Glenn Morris  <rgm@gnu.org>
266
267         * smime.el (from): Restrict declaration to XEmacs.
268
269         * nnir.el (gnus-group-topic-name): Autoload.
270
271 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
272
273         * shr.el (shr-insert): Don't break long line if it is because of
274         kinsoku-bol characters in the line end.
275
276 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
277
278         * nnir.el (nnir-request-move-article): Fix to provide original group
279         and subject.
280         (nnir-warp-to-article): Don't fail on articles whose headers haven't
281         been retrieved.
282
283         * gnus-sum.el (gnus-summary-move-article): Use original group and
284         subject for virtual articles such as those in an nnir summary buffer.
285
286 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
287
288         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
289         least 21.5).
290
291         * smime.el (from): Declare it again for XEmacs.
292
293 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
294
295         * message.el (message-resend): Don't disable encoding unless it's
296         already encoded.
297
298         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
299         low-numbered articles.
300
301 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
302
303         * rfc2047.el (rfc2047-syntax-table): Simplify.
304
305         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
306
307         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
308         set-char-table-range for XEmacs.
309
310 2010-11-10  Glenn Morris  <rgm@gnu.org>
311
312         * time-date.el (time-to-seconds): Always an alias on Emacs,
313         never a real function.
314         (with-no-warnings): Remove compat stub, now unused.
315         (time-less-p): Doc fix.
316         (time-to-number-of-days): Simplify.
317
318         * smime.el (from): Remove unused declaration.
319
320         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
321         (gnus-float-time): On Emacs, always an alias.
322
323         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
324         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
325
326 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
327
328         * dgnushack.el: Don't use ignore-errors in the top level form since it
329         is unavailable in XEmacs even if cl is loaded.
330
331         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
332
333 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
334
335         * shr.el (browse-url-mailto): Autoload.
336
337         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
338
339         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
340         regexp doesn't need quoting.
341
342 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
343
344         * message.el (message-subject-trailing-was-ask-regexp)
345         (message-subject-trailing-was-regexp): Match was: in addition to was.
346
347 2010-11-09  Glenn Morris  <rgm@gnu.org>
348
349         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
350         (nnbabyl-check-mbox): Use point-at-bol.
351
352 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
353
354         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
355
356         * message.el (message-mailto): New function.
357         (message-mailto): Should accept other parameters.
358         (message-mailto): Remove since it duplicates browse-url-mailto
359         functionality.
360
361 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
362
363         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
364         methods.
365         (gnus-read-active-file): Ditto.
366
367         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
368         ": " from the prompt.
369         (gnus-group-make-group): Ditto.
370
371 2010-11-07  Glenn Morris  <rgm@gnu.org>
372
373         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
374         (gnus-bookmark-kill-line): Use point-at-eol.
375
376 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
377
378         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
379         asterisks in From header.
380
381 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
382
383         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
384         string to avoid making the From headers syntactically invalid.
385
386         * message.el (message-send-mail): Don't insert courtesy messages if the
387         message already has List-Post and List-ID messages.
388
389 2010-11-06  Glenn Morris  <rgm@gnu.org>
390
391         * gnus-art.el (gnus-treat-article): Give dynamic local variables
392         `condition', `type', `length' a prefix.
393         (gnus-treat-predicate): Update for above name changes.
394
395 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
396
397         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
398         binding.  Handled by `gnus-summary-refer-thread' instead.
399         (nnir-warp-to-article): New backend function.
400
401         * nnimap.el (nnimap-request-thread): Force dependency updating.
402
403         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
404         (gnus-summary-refer-thread): Rework to improve thread-referral.
405
406         * gnus-int.el (gnus-warp-to-article): New function.
407
408         * gnus-sum.el (gnus-summary-article-map): Bind it.
409
410 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
411
412         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
413         gnus-summary-refer-thread.
414
415         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
416         headers.
417         (gnus-summary-limit-include-thread): Prevent articles in thread from
418         being cut in gnus-cut-threads.
419         (gnus-summary-refer-thread): Limit retrieved headers to those in
420         thread.
421
422 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
423
424         * message.el (message-send-mail): Use the value of
425         message-courtesy-message from the message buffer.
426
427         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
428
429         * shr.el (shr-browse-url): Implement mailto: URLs.
430
431         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
432         "raw".
433
434         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
435         if it's already selected.
436
437         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
438
439 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
440
441         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
442         to measure the length and truncate alt text.
443
444 2010-11-03  Glenn Morris  <rgm@gnu.org>
445
446         * nndiary.el (nndiary-generate-nov-databases-1)
447         (nndiary-generate-active-info): Rename dynamic variable `files' to
448         something less generic.
449
450 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
451
452         * nnir.el (nnir-request-move-article): Call the underlying backend to
453         move articles from nnir.
454
455 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
456
457         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
458
459 2010-11-02  Julien Danjou  <julien@danjou.info>
460
461         * nnir.el: Remove wais support.
462
463 2010-11-02  Glenn Morris  <rgm@gnu.org>
464
465         * gnus-html.el: Reorder requirements to quieten compiler.
466
467 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
468
469         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
470         properly for XEmacs as well.
471         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
472         (gnus-article-natural-long-line-p): Use window-width rather than
473         frame-width.
474
475 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
476
477         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
478         (nnir-read-parms): Don't modify query.
479         (nnir-run-query): Add ability to search topic on current line.
480         (nnir-get-active): Clean up.
481
482 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
483
484         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
485         degenerate articles.
486
487         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
488         (gnus-print-buffer): Just print the buffer as is, without any copying
489         to a buffer and then re-highlighting.
490
491         * nnimap.el (nnimap-request-group): Store the new updated info.
492         (nnimap-request-group): Select the group when we don't know whether it
493         exists or not.
494
495         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
496         groups.
497
498         * gnus-group.el (gnus-group-find-new-groups): Display all the new
499         groups.
500
501         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
502         groups.
503
504         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
505         long-lines case by only filling the long lines.
506
507         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
508         (bug #7311).
509
510 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
511
512         * shr.el: No need to declare `declare-function' since shr.el is for
513         only Emacsen that provide `libxml-parse-html-region'.
514
515         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
516         effective only in a file it is referred to.
517
518 2010-11-01  Glenn Morris  <rgm@gnu.org>
519
520         * mm-util.el (gnus-completing-read): Autoload.
521         (mm-read-coding-system): Simplify Emacs definition.
522
523         * nnmail.el (gnus-activate-group):
524         * nnimap.el (gnutls-negotiate):
525         * nntp.el (netrc-parse): Fix declarations.
526
527 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
528
529         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
530         string-match-p in Emacs >=23.
531
532         * gnus-msg.el (gnus-configure-posting-styles)
533         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
534
535 2010-11-01  Glenn Morris  <rgm@gnu.org>
536
537         * nnir.el (declare-function): Add compat stub.
538         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
539         (nnir-run-gmane): Require 'mm-url.
540
541         * mm-util.el (mm-string-to-multibyte): Simplify.
542
543         * shr.el (declare-function): Add compat stub.
544         (url-cache-create-filename): Declare.
545         (mm-disable-multibyte, widget-convert-button): Autoload.
546
547         * smime.el (ldap-search): Declare.
548         (smime-cert-by-ldap-1): Require ldap on Emacs.
549
550         * nnimap.el: Require nnmail, and gnus-sum when compiling.
551         (nnimap-keepalive): Use gnus-float-time.
552
553         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
554         (mail-source-delete-crash-box): Use gnus-float-time.
555
556         * gnus-dired.el (gnus-completing-read): Autoload.
557
558         * mm-view.el (gnus-rescale-image): Autoload.
559
560         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
561
562         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
563
564         * sieve-manage.el: Require 'cl when compiling.
565
566         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
567         (gnus-iswitchb-completing-read): Require iswitchb.
568         (gnus-select-frame-set-input-focus): Silence compiler.
569
570 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
571
572         * message.el (message-subject-trailing-was-query): Change default to t,
573         since I think that's what most people want.
574
575         * nnimap.el (nnimap-request-accept-article): Erase buffer before
576         appending for easier debugging.
577         (nnimap-wait-for-connection): Take a regexp.
578         (nnimap-request-accept-article): Wait for the continuation line before
579         sending anything unless we're streaming.
580
581         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
582         leave the header washing to take place.
583
584 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
585
586         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
587         regular expression match and replace in posting styles.
588
589 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
590
591         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
592         an entire server.
593         (nnir-get-active): New function.
594         (nnir-run-imap): Use it.
595         (nnir-run-gmane): Who knew, gmane search returns an article score!
596
597         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
598         server on the current line with nnir.
599
600 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
601
602         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
603         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
604         left edge.
605         (gnus-article-foldable-buffer): Skip past the prefix when determining
606         raggedness.
607
608         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
609         the raw article, and change `C-u g' to show the article without doing
610         treatments.
611
612         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
613         on to `gnus-treat-article'.
614         (gnus-inhibit-article-treatments): New variable.
615
616         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
617
618         * gnus-art.el (gnus-treatment-function-alist): Have
619         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
620         (gnus-treat-fill-long-lines): Change default to fill all text/plain
621         sections.
622
623         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
624         parameter.
625         (gnus-article-fill-cited-long-lines): New function.
626         (gnus-article-fill-cited-article): Allow filling only long sections.
627
628         * shr.el (shr-find-fill-point): Don't break lines between punctuation
629         and non-punctuation (like after the apostrophe in "'We").
630
631         * gnus-sum.el (gnus-summary-select-article): Make sure
632         gnus-original-article-buffer is alive.
633
634         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
635         reflect the order they're in in the digest.
636
637         * gnus.el (gnus-group-startup-message): Move point to the start of the
638         buffer.
639
640         * nnimap.el (nnimap-capability): New function.
641         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
642         is set.
643
644 2010-10-31  David Engster  <dengste@eml.cc>
645
646         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
647         conform with changes to gnus-completing-read.
648
649 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
650
651         * shr.el (shr-tag-img): Output "*" instead of "[img]".
652
653 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
654
655         * nnir.el: Move defvar, defcustom around to keep file organized
656         and keep byte-compiler quiet.
657         (nnir-read-parms): Accept search-engine as arg.
658         (nnir-run-query): Pass search-engine as arg.
659         (nnir-search-engine): Remove.
660
661 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662
663         * shr.el (shr-generic): The text nodes should be text, not :text.
664
665         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
666         later in the file.
667
668 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
669
670         * nnir.el: General clean up.  Allow searching with multiple engines.
671         Allow separate extra-parameters for each engine.
672         Batch queries when possible.
673         (nnir-imap-default-search-key,nnir-method-default-engines):
674         Add customize interface.
675         (nnir-run-gmane): New engine.
676         (nnir-engines): Use it.  Qualify all prompts with engine name.
677         (nnir-search-engine): Remove global variable.
678         (nnir-run-hyrex): Restore for now.
679         (nnir-extra-parms,nnir-search-history): New variables.
680         (gnus-group-make-nnir-group): Use them.
681         (nnir-group-server): Remove in favor of gnus-group-server.
682         (nnir-request-group): Avoid searching twice.
683         (nnir-sort-groups-by-server): New function.
684
685 2010-10-30  Julien Danjou  <julien@danjou.info>
686
687         * gnus-group.el: Remove gnus-group-fetch-control.
688
689         * gnus-start.el (gnus-find-new-newsgroups):
690         Remove gnus-check-first-time-used.
691
692         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
693
694 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
695
696         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
697         set on groups that don't have \* permanentflags.
698
699 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
700
701         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
702         control the background color.
703         (shr-tag-img): Ignore very small web bug type images.
704         (shr-put-image): Add help-echo alt texts to the images.
705         (shr-tag-video): Show the video poster image.
706
707 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
708
709         * shr.el (shr-table-depth): New variable.
710         (shr-tag-table-1): Only insert the images after the top-level table.
711
712         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
713
714         * gnus-util.el (gnus-list-memq-of-list): New function.
715
716         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
717         selected.
718         (nnimap-unsplittable-articles): New slot.
719         (nnimap-new-articles): Use it.
720
721 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
722
723         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
724         move to the previous line on `M-g'.
725
726 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
727
728         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
729         *-request-group, which seems unnecessary.
730
731         * nnimap.el (nnimap-quote-specials): Function copied over from
732         imap.el.
733         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
734         they support that.  Suggested by Tom Regner.
735
736 2010-10-29  Julien Danjou  <julien@danjou.info>
737
738         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
739         defalias.
740         (gnus-summary-delete-marked-with): Remove obsolete defalias.
741
742         * gnus.el: Remove `gnus-nntp-service' variable.
743         (gnus-secondary-servers): Make obsolete.
744         (gnus-nntp-server): Make obsolete.
745
746         * gnus-start.el (gnus-1): Remove x-splash calls.
747
748         * gnus-ems.el (gnus-x-splash): Remove.
749
750         * gnus.el (gnus-group-startup-message): Simplify/update code.
751
752         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
753         definition.
754
755         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
756         capability before doing anything.
757         (gnus-group-insert-group-line): Remove useless
758         gnus-group-remove-excess-properties.
759
760 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
761
762         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
763
764 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
765
766         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
767         config after reselecting.
768
769 2010-10-28  Julien Danjou  <julien@danjou.info>
770
771         * shr.el (shr-put-image): Use point even if only inserting text.
772         (shr-put-image): Save excursion when inserting alt text on non-graphic
773         display, so the behaviour is the same when we are on a graphic display.
774
775         * nnir.el (nnir-run-swish-e): Remove hyrex support.
776
777 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
778
779         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
780         (gnus-mime-copy-part): Check coding system, not charset.
781         (gnus-mime-view-part-externally): Never remove part.
782         (gnus-mime-view-part-internally): Don't remove part here.
783         (gnus-article-part-wrapper): Make sure MIME tag is visible.
784         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
785         multipart/alternative.
786
787         * mm-decode.el (mm-display-part): Take optional arg `force'.
788
789 2010-10-26  Julien Danjou  <julien@danjou.info>
790
791         * gnus-group.el (gnus-group-default-list-level): Add this function to
792         compute the default list level.
793         (gnus-group-default-list-level): Add possibility to use a function.
794
795 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
796
797         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
798
799         * gnus-group.el (gnus-group-completing-read)
800         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
801         gnus-replace-in-string.
802
803 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
804
805         * shr.el (shr-tag-div): Add.
806
807         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
808
809 2010-10-25  Julien Danjou  <julien@danjou.info>
810
811         * gnus-util.el: Remove `gnus-with-local-quit'.
812
813         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
814
815 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
816
817         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
818         the original article buffer.
819
820 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
821
822         * nnimap.el (nnimap-request-head): New function.
823         (nnimap-request-move-article): Try to be slighly faster by not
824         requesting the entire message when moving.
825         (nnimap-transform-headers): Don't bug out on bodiless articles.
826         (nnimap-send-command): Have no outstanding messages if the IMAP server
827         doesn't support streaming.
828         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
829
830 2010-10-24  Julien Danjou  <julien@danjou.info>
831
832         * message.el (message-default-headers): Fix type.
833
834 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
835
836         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
837         prefetching images.
838
839         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
840         backend for unknown groups.  This is mainly useful for nnimap groups.
841
842         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
843         group isn't covered by the agent.
844
845 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
846
847         * nnir.el (nnir-method-default-engines): New variable.
848         (nnir-run-query): Use it.
849         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
850         (gnus-summary-nnir-goto-thread): Change group if needed.
851
852         * gnus-group.el (gnus-group-group-map): Add key binding for
853         gnus-group-make-nnir-group.
854
855 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
856
857         * shr.el (shr-tag-object): Add.
858
859         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
860         original article buffer live.
861         (gnus-summary-select-article-buffer):
862         Mention gnus-widen-article-buffer.
863
864 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
865
866         * shr.el (shr-tag-strong): Add.
867
868 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
869
870         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
871         group names.  They mess up the group buffer badly.
872
873         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
874
875         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
876         instead of the summary one.
877
878 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
879
880         * mml.el (mml-preview): Work properly when editing article.
881
882         * gnus-start.el (gnus-read-active-file-1): Don't add method to
883         gnus-have-read-active-file if it's already been in.
884
885 2010-10-22  Tom Tromey  <tromey@redhat.com>
886
887         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
888         gnus-group-completing-read.
889
890 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
891
892         * message.el (message-mode-map): Don't bind M-; to comment region, to
893         allow the global comment-dwim to work.
894
895 2010-10-21  Julien Danjou  <julien@danjou.info>
896
897         * message.el (message-setup-1): Allow message-default-headers to be a
898         function.
899
900 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
901
902         * shr.el (shr-tag-table): Simplify.
903
904 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905
906         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
907         to avoid trying to snarf invalid stuff.
908
909         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
910
911         * gnus.el (gnus-message-archive-group): Quote value.
912         (gnus-message-archive-group): Mark as changed.
913
914         * shr.el (shr-add-font): Don't put the font properties on the newline
915         or the indentation.
916
917         * message.el (message-fix-before-sending): Change options when sending
918         non-printable characters.
919
920         * gnus.el (gnus-message-archive-method): Change the default to
921         monthly outgoing groups.
922
923         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
924         that have gotten new numbers.
925
926         * nnimap.el (nnimap-request-replace-article): New function.
927
928 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
929
930         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
931         (nnrss-request-article): Don't use special html washing code.
932
933 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
934
935         * shr.el (shr-tag-table): Remove useless nconc.
936
937 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
938
939         * gnus-art.el (article-wash-html): Simplify and remove the charset
940         stuff.  Use the normal html rendering code instead of the special html
941         washing code.
942
943         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
944         `gnus-w3m' symbols.
945         (mm-text-html-washer-alist): Remove.
946
947         * mm-decode.el (mm-inline-text-html-renderer): Remove.
948         (mm-inline-media-tests): Remove use.
949         (mm-text-html-renderer): Change default to the `shr' symbol.
950
951         * mm-view.el (mm-inline-text-html): Remove use.
952
953         * gnus-art.el (gnus-blocked-images): New function.  Allow the
954         `gnus-blocked-images' to be a function.
955         (gnus-article-wash-function): Remove.
956
957 2010-10-20  Julien Danjou  <julien@danjou.info>
958
959         * spam.el (spam-list-of-processors): Mark as obsolete.
960
961         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
962         (nnimap-insert-partial-structure): Fix boundary detection.
963
964 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
965
966         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
967         run file-truename on remote files.  This can be expensive and even
968         prevent one from editing drafts if some unrelated buffer has a stale
969         connection.
970
971 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
972
973         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
974         kinsoku-eol regardless of shr-kinsoku-shorten.
975         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
976         (shr-tag-table): Support caption, thead, and tfoot.
977
978 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
979
980         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
981         lines.
982         (shr-save-contents): New command and keystroke.
983
984         * nndoc.el (nndoc-type-alist): Add git support.
985         (nndoc-git-type-p): New function.
986         (nndoc-transform-git-article): Ditto.
987         (nndoc-transform-git-headers): Ditto.
988         (nndoc-transform-git-headers): Generate Subject headers.
989
990         * shr.el (shr-parse-style): New function.
991         (shr-tag-span): Ditto.
992
993         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
994         to `G G' to avoid collisions.
995
996 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
997
998         * shr.el: Load kinsoku if necessary.
999         (shr-kinsoku-shorten): New internal variable.
1000         (shr-find-fill-point): Make kinsoku shorten text line if
1001         shr-kinsoku-shorten is bound to non-nil.
1002         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1003         shr-indentation too when testing if table is wider than frame width.
1004         (shr-insert-table): Use `string-width' instead of `length' to measure
1005         text width.
1006         (shr-insert-table-ruler): Make sure indentation is done at bol.
1007
1008 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1009
1010         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1011         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1012         undecoded network data.
1013
1014 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1015
1016         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1017         name in the mode line spec so that the mode line menu works
1018         (bug #2431).
1019
1020         * message.el (message-get-reply-headers): If we're fed `to-address',
1021         then always use that.
1022
1023         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1024         aren't so wide as to need to switch off the edit menu.
1025
1026         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1027         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1028
1029         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1030         `M-g'.
1031         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1032         the permanent marks.
1033
1034 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1035
1036         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1037         Splitting according to references/in-reply-to obeys the ignore-groups
1038         variable, while splitting by sender and subject do not.
1039
1040 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1041
1042         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1043         alist, so that we can look for non-Unicode chars.
1044         (article-translate-strings): Allow both character and string maps.
1045
1046 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1047
1048         * shr.el (shr-insert): Don't insert space behind a wide character
1049         categorized as kinsoku-bol, or between characters both categorized as
1050         nospace.
1051
1052 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1053
1054         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1055         headers to gnus-newsgroup-headers.
1056
1057 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1058
1059         * shr.el (shr-tag-img): Don't align images -- since we're not
1060         rescaling, this often leads to ugly displays.
1061
1062 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1063
1064         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1065         duplicates.
1066
1067 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1068
1069         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1070         call.
1071
1072 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1073
1074         * gnus.el: Autoload gnus-html-show-images.
1075
1076         * nnimap.el: Use nnheader-message throughout.
1077
1078         * shr.el (shr-tag-img): Ignore images with no data.
1079
1080 2010-10-15  Julien Danjou  <julien@danjou.info>
1081
1082         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1083         a possibility to disable format=flow encoding when using hard newlines.
1084
1085 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1086
1087         * shr.el (shr-insert): Remove space inserted before or after a
1088         breakable character or at the beginning or the end of a line.
1089         (shr-find-fill-point): Do kinsoku; find the second best point or give
1090         it up if there's no breakable point.
1091
1092 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093
1094         * nnimap.el (nnimap-open-connection): Message when opening connection
1095         for debugging purposes.
1096
1097         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1098         on every setup buffer call to allow this to change from article to
1099         article.
1100
1101         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1102         buffers where we have a wide table.
1103
1104 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1105
1106         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1107         uses *-request-thread.
1108
1109 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1110
1111         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1112         incantation, which is no longer valid.
1113
1114 2010-10-14  Julien Danjou  <julien@danjou.info>
1115
1116         * shr.el: Fix defcustom type (char -> character).
1117
1118 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1119
1120         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1121         programs.
1122
1123 2010-10-14  Julien Danjou  <julien@danjou.info>
1124
1125         * shr.el (shr-tag-a): Use url-link as widget type.
1126
1127         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1128         `gnus-group-get-icon'.
1129
1130 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1131
1132         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1133         This should make server editing work better.
1134
1135         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1136
1137         * tls.el (tls-program): Remove spurious %s from openssl.
1138
1139         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1140         (nnimap-parse-flags): Fix regexp.
1141
1142         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1143         probably work for CJVK text, too.
1144
1145         * nnimap.el (nnimap-extend-tls-programs): Remove.
1146         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1147
1148         * tls.el (tls-starttls-switches): Remove starttls hack.
1149         (open-tls-stream): Ditto.
1150         (tls-find-starttls-argument): Ditto.
1151
1152 2010-10-13  Julien Danjou  <julien@danjou.info>
1153
1154         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1155         responses.
1156
1157 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1158
1159         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1160
1161         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1162         anything in Emacs.
1163
1164         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1165
1166 2010-10-13  Julien Danjou  <julien@danjou.info>
1167
1168         * shr.el (shr-width): Make shr-width a defcustom with default to
1169         fill-column.
1170         (shr-tag-img): Use shr-width rather than fill-column.
1171
1172 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1173
1174         * dgnushack.el (byte-optimize-apply)
1175         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1176
1177         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1178         position when (X-)Faces exist.
1179         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1180         avatars when called interactively.
1181
1182 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1183
1184         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1185         gnus-article-x-face-too-ugly is bound.
1186
1187 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1188
1189         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1190
1191         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1192         mailbox that doesn't exist.
1193
1194 2010-10-12  Julien Danjou  <julien@danjou.info>
1195
1196         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1197         (shr-get-image-data): Encode URL properly when fetching from cache.
1198         (shr-tag-img): Use aligned-to spaces to align correctly images.
1199
1200         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1201         before inserting the Gravatar.
1202
1203         * shr.el (shr-tag-img): Add align attribute support for <img>.
1204
1205 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1206
1207         * gnus-gravatar.el (gnus-art): Require.
1208
1209         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1210         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1211         Remove long obsoleted functions.
1212
1213 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1214
1215         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1216
1217         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1218
1219         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1220         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1221         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1222         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1223         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1224         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1225         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1226
1227 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1228
1229         * nnimap.el (nnimap-request-rename-group): Select group read-only
1230         before renaming it.
1231
1232         * shr.el (shr-insert): Fix up the white space only regexp.
1233
1234         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1235         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1236
1237         * shr.el (shr-current-column): New function.
1238         (shr-find-fill-point): New function.
1239
1240 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1241
1242         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1243         numbers.
1244
1245 2010-10-11  Julien Danjou  <julien@danjou.info>
1246
1247         * shr.el (shr-hr-line): Add.
1248         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1249         display hr lines.
1250         (shr-max-columns): Do not change state to nil if we just inserting
1251         spaces.
1252
1253 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1254
1255         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1256         select the last group.
1257
1258 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1259
1260         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1261
1262 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1263
1264         * dig.el (dig-mode-map): Declare and define in one step.
1265
1266 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1267
1268         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1269         for Gnus.
1270         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1271         (nnimap-update-qresync-info): Mark \Seen articles as read.
1272
1273         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1274         non-variable, too.
1275
1276         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1277         available.
1278         (nnimap-update-info): Rely more on the current active than the param
1279         active to avoid marking articles as read too much.
1280
1281         * auth-source.el (auth-source-create): Use (user-login-name) for the
1282         user name default.
1283
1284         * nnimap.el (nnimap-update-info): If the server doesn't return any
1285         useful info, just use the previous info.
1286         (nnimap-update-info): Prefer old info over start-article.
1287         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1288
1289 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1290
1291         * nnir.el (autoload): Clean up autoloads.
1292         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1293         Use key rather than value.
1294         (nnir-imap-search-other): New variable.
1295         (nnir-read-parm): Use it.
1296         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1297         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1298
1299 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1300
1301         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1302         the process, too.
1303
1304 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1305
1306         * spam.el (gnus-summary-mode-map): Bind to "$".
1307         Suggested by Russ Allbery.
1308
1309         * shr.el: Rework the way things are indented by <li> slightly.
1310
1311         * gnus.el (gnus-group-set-parameter): Fix typo.
1312
1313         * nnimap.el: Start implementing QRESYNC support.
1314
1315 2010-10-09  Julien Danjou  <julien@danjou.info>
1316
1317         * nnir.el (nnir-engines): Fix too many arguments.
1318
1319 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1320
1321         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1322         group is the "last", so that the backends like nnfolder actually save
1323         their folders.
1324
1325         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1326         try to use that for the tls stream.
1327         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1328         UIDVALIDITY and find out which groups are read-only and not.
1329         (nnimap-get-flags): Use the same marks parsing code as the rest of
1330         nnimap.
1331
1332 2010-10-09  Julien Danjou  <julien@danjou.info>
1333
1334         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1335
1336         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1337         retrieving gravatars.
1338
1339         * shr.el (shr-table-corner): Add.
1340         (shr-table-line): Add.
1341         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1342
1343 2010-10-08  Julien Danjou  <julien@danjou.info>
1344
1345         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1346
1347 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1348
1349         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1350
1351         * gnus-sum.el (gnus-mark-article-as-unread)
1352         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1353         (gnus-summary-set-bookmark): Use it.
1354
1355         * gnus-msg.el (gnus-setup-message): Use it.
1356
1357         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1358
1359         * gnus.el (gnus-group-remove-parameter): Use it.
1360
1361         * gnus-group.el (gnus-group-make-web-group): Use it.
1362
1363         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1364
1365         * nnregistry.el: Update docs to mention manual.
1366
1367         * gnus-registry.el: Update docs to mention nnregistry.el.
1368         (gnus-registry-initialize): Don't install nnregistry refer method
1369         automatically.
1370         (gnus-registry-install-nnregistry): Remove it.
1371
1372 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1373
1374         * shr.el (shr-insert): Don't insert double spaces.
1375
1376 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1377
1378         * gnus-gravatar.el (gnus-treat-from-gravatar)
1379         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1380         called interactively.
1381
1382         * gnus-art.el (gnus-mime-view-part-externally)
1383         (gnus-mime-view-part-internally): Make predicate function passed to
1384         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1385         of a mime type.
1386
1387         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1388
1389 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1390
1391         * shr.el (require): Require cl when compiling.
1392         (shr-tag-hr): New function.
1393
1394         * nnimap.el (nnimap-update-info): Remove double setting of high.
1395         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1396         This makes nnimap work properly on Courier again.
1397
1398         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1399         the variable for backwards compatability.
1400
1401         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1402         the file name before using to avoid setting mm-default-directory to
1403         nil.
1404
1405         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1406         bidning gnus-agent variables.
1407
1408         * shr.el (shr-render-td): Use a cache for the table rendering function
1409         to avoid getting an exponential rendering behaviour in nested tables.
1410         (shr-insert): Rework the line-breaking algorithm.
1411         (shr-insert): Don't leave trailing spaces.
1412         (shr-insert-table): Also insert empty TDs.
1413         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1414
1415 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1416
1417         * gnus-sum.el (gnus-number): Rename from `number'.
1418         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1419         (gnus-summary-limit-children): Update uses correspondingly.
1420
1421 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1422
1423         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1424         (gnus-gravatar-transform-address): Don't show avatars of people of
1425         which mail addresses match gnus-gravatar-too-ugly.
1426
1427 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1428
1429         * shr.el (shr-table-widths): Expand TD elements to fill available
1430         space.
1431
1432 2010-10-07  Julien Danjou  <julien@danjou.info>
1433
1434         * nnimap.el (nnimap-request-rename-group): Add this method.
1435
1436 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1439         name from XEmacs' function-arglist.
1440
1441         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1442         gravatar under XEmacs.
1443
1444 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1445
1446         * auth-source.el: Update docs with TODO items.
1447
1448         * gnus-sync.el: Update docs to explain state and plans.
1449
1450         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1451         Hooks for mark updates.
1452         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1453
1454         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1455         hooks with arguments, which is needed for mark update hooks.
1456
1457 2010-10-06  Julien Danjou  <julien@danjou.info>
1458
1459         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1460         was matched.
1461
1462         * sieve-manage.el: Update example in `Commentary'.
1463
1464         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1465
1466         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1467         not 2000.
1468         (sieve-manage-authenticate): Re-add function.
1469
1470 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1471
1472         * shr.el (shr-insert): Get 'space transition right.
1473         (shr-render-td): Only delete space at the end of the TD.
1474
1475         * nnimap.el (nnimap-open-connection): Prepare to support
1476         open-gnutls-stream.
1477
1478         * shr.el: Rearrange function order to be more logical.
1479
1480 2010-10-06  Julien Danjou  <julien@danjou.info>
1481
1482         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1483         (nnrss-discover-feed): Remove 404 URL in docstring.
1484
1485         * nnir.el: Fix Swish-E URL.
1486         Fix Namazu URL.
1487
1488         * message.el (message-change-subject): Remove 404 URL in a comment.
1489
1490 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1491
1492         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1493         called interactively.
1494
1495         * gnus-util.el (gnus-remove-if): Allow hash table.
1496         (gnus-remove-if-not): New function.
1497
1498         * gnus-art.el (gnus-mime-view-part-as-type)
1499         * gnus-score.el (gnus-summary-score-effect)
1500         * gnus-sum.el (gnus-read-move-group-name):
1501         Replace remove-if-not with gnus-remove-if-not.
1502
1503         * gnus-group.el (gnus-group-completing-read):
1504         Regard collection as a hash table if it is not a list.
1505
1506 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1507
1508         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1509
1510         * shr.el: Document the table-rendering algorithm.
1511
1512 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1513
1514         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1515         for Emacsen having no `libxml-parse-html-region' support.
1516
1517 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1518
1519         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1520         invalid URLs.
1521
1522         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1523         line-broken.
1524         (shr-tag-img): Ignore image fetching errors.
1525         (shr-overlays-in-region): Compute overlay positions correctly.
1526
1527         * mm-decode.el (mm-shr): Require shr.
1528
1529         * gnus-art.el (gnus-blocked-images): Move variable here.
1530
1531         * shr.el (shr-insert-table): Bind free variable.
1532
1533         * mm-decode.el (mm-shr): Bind shr-content-function.
1534
1535         * shr.el (shr-content-function): New variable.
1536
1537         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1538         added for symmetry.
1539
1540         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1541
1542         * gnus-group.el (gnus-group-make-group): Doc fix.
1543
1544         * nnimap.el (nnimap-request-newgroups): Return success.
1545
1546         * shr.el (shr-find-elements): New function.
1547         (shr-tag-table): Put all the images after the table.
1548         (shr-tag-table): Really inhibit images inside the table.
1549         (shr-collect-overlays): Copy over overlays from the TD elements to the
1550         main document.
1551
1552         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1553         gnus-blocked-images.
1554
1555 2010-10-05  Julien Danjou  <julien@danjou.info>
1556
1557         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1558
1559         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1560         (gnus-html-maximum-image-size): Add this function.
1561         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1562
1563         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1564         server-value of the capability is nil.
1565
1566 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1567
1568         * shr.el (shr-tag-em): Add <EM> tag.
1569
1570 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1571
1572         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1573         customizable.
1574
1575         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1576         handing broken links to browse-url.
1577
1578 2010-10-05  Julien Danjou  <julien@danjou.info>
1579
1580         * gnus-util.el (gnus-emacs-completing-read)
1581         (gnus-iswitchb-completing-read): Use autoload rather than require.
1582
1583 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1584
1585         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1586         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1587         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1588         iswitchb-temp-buflist for XEmacs.
1589
1590         * gnus-util.el (gnus-completing-read-function): Exclude
1591         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1592         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1593         XEmacs.
1594
1595         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1596         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1597
1598         * gnus-html.el: Don't require help-fns under XEmacs.
1599         (gnus-html-schedule-image-fetching): Work for XEmacs.
1600
1601         * mm-decode.el (mm-shr): Decode contents by charset.
1602
1603 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1604
1605         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1606         unknown.
1607
1608         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1609         (shr-get-image-data): Ensure against the cache file missing.
1610
1611         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1612         for data.
1613
1614         * spam-report.el (spam-report-url-ping-plain): Don't query about
1615         killing the process.
1616
1617         * shr.el (shr-render-td): Protect against too-wide text.
1618
1619 2010-10-04  Julien Danjou  <julien@danjou.info>
1620
1621         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1622         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1623
1624         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1625         retrieved.
1626
1627 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1628
1629         * shr.el (browse-url): Require.
1630         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1631         lines.
1632         (shr-show-alt-text, shr-browse-image): New commands.
1633         (shr-browse-url, shr-copy-url): New commands.
1634
1635         * gnus-sum.el (gnus-widen-article-window): New variable.
1636         (gnus-summary-select-article-buffer): Use it.
1637
1638         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1639         without @ signs.
1640
1641 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1642
1643         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1644
1645 2010-10-04  Julien Danjou  <julien@danjou.info>
1646
1647         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1648         for XEmacs.
1649
1650 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1651
1652         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1653
1654         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1655         (nnimap-close-server): Implement.
1656
1657         * dgnushack.el (iswitchb): Require to shut up the compiler.
1658
1659         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1660         (shr-insert): Tweak line breaking.
1661         (shr-insert): Handle <pre> better.
1662         (shr-tag-li): Get <li> indentation right.
1663         (shr-tag-li): Get <li> indentation even righter.
1664         (shr-tag-blockquote): Ensure paragraph start.
1665         (shr-make-table): Tweak table generation.
1666         (shr-make-table): Fix typo.
1667
1668         * shr.el: Implement table rendering.
1669
1670 2010-10-04  Julien Danjou  <julien@danjou.info>
1671
1672         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1673
1674 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1675
1676         * shr.el (shr-insert): Use string anchors instead of line anchors.
1677
1678 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1679
1680         * shr.el: Add headings.
1681         (shr-ensure-paragraph): Actually work.
1682         (shr-tag-li): Make <ul> prettier.
1683         (shr-insert): Get white space at the beginning/end of elements right.
1684         (shr-tag-p): Collapse subsequent <p>s.
1685         (shr-ensure-paragraph): Don't insert double line feeds after blank
1686         lines.
1687         (shr-insert): \t is also space.
1688         (shr-tag-s): Fix "s" tag name function.
1689         (shr-tag-s): Fix face prop name.
1690
1691 2010-10-03  Julien Danjou  <julien@danjou.info>
1692
1693         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1694
1695         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1696         gnus-window-inside-pixel-edges.
1697
1698         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1699         gnus-ems.
1700
1701         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1702
1703         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1704         function.
1705
1706         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1707         resize choice.
1708
1709 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1710
1711         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1712         beginning of the buffer.
1713
1714         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1715         article buffer again.
1716
1717         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1718
1719         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1720         when it's at the start of the buffer.
1721
1722         * shr.el (shr-tag-blockquote): Convert name.
1723         (shr-rescale-image): Use the right image-size variant.
1724
1725         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1726         buffer isn't shown, then select the current article first instead of
1727         bugging out.
1728         (gnus-summary-select-article-buffer): Show both the article and summary
1729         buffers again.
1730
1731         * shr.el (shr-fontize-cont): Protect against regions with no text.
1732         Rename tag functions to shr-tag-* for enhanced security.
1733         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1734
1735 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1736
1737         * shr.el (shr-insert):
1738         * pop3.el (pop3-movemail):
1739         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1740         loaded.
1741
1742 2010-10-03  Glenn Morris  <rgm@gnu.org>
1743
1744         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1745
1746         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1747
1748         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1749
1750         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1751
1752         * gnus-util.el (gnus-make-local-hook): Simplify.
1753
1754 2010-10-02  Julien Danjou  <julien@danjou.info>
1755
1756         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1757         (gnus-ido-completing-read): New function.
1758         (gnus-emacs-completing-read): New function.
1759         (gnus-completing-read): Use gnus-completing-read-function.
1760         Add gnus-completing-read-function.
1761
1762 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1763
1764         * shr.el (shr-insert-document): Autoload.
1765         (shr-img): Be silent.
1766         (shr-insert): Add a newline after every picture before text.
1767         (shr-add-font): Use overlays for combining faces.
1768         (shr-insert): Pass upwards the text start point.
1769
1770         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1771         possible.
1772         (mm-shr): New function.
1773
1774 2010-10-02  Julien Danjou  <julien@danjou.info>
1775
1776         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1777         should go backward.
1778
1779 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1780
1781         * shr.el (shr): Fix typo in provide call.
1782
1783 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1784
1785         * shr.el: New file.
1786
1787         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1788
1789         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1790         completing read.
1791
1792 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1793
1794         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1795         we're being queried about.  Suggested by Dan Jacobson.
1796
1797         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1798         Suggested by Jason Eisner.
1799
1800         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1801         table, too.  Suggested by Stefan Wiens.
1802         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1803         the table unnecessary.  Suggested by Stefan Wiens.
1804
1805         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1806         longer needed, and probably doesn't work either, as pointed out by
1807         Stefan Wiens.
1808         (gnus-summary-exit): Remove call to the clearing function.
1809         (gnus-summary-exit-no-update): Ditto.
1810
1811         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1812         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1813         Reported by Stefan Monnier.
1814         (gnus-summary-save-in-rmail): Ditto.
1815
1816         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1817         article buffer, instead of both the article buffer and the summary
1818         buffer.  Sort of suggested by Dan Jacobson.
1819
1820         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1821
1822         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1823         Suggested by Dan Jacobson.
1824
1825         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1826         documentation clearer.
1827
1828         * message.el (message-shorten-references): Comment on the number "21".
1829         Suggested by Stefan Monnier.
1830
1831         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1832         Suggested by Dan Jacobson.
1833
1834         * gnus.el (gnus-large-newsgroup):
1835         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1836
1837         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1838         externalize attachments.  Bug reported by Steve Wen.
1839
1840         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1841         really message anything to the user.
1842
1843         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1844         directly.
1845
1846         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1847         messages in empty groups.
1848
1849 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1850
1851         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1852         non-UIDNEXT group.
1853
1854 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1855
1856         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1857         not the value from the collection.
1858
1859         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1860         values.  This sometimes happens on some groups that have no info.
1861         (nnimap-request-newgroups): New function.
1862
1863 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1864
1865         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1866         check into `gnus-registry-initialize'.
1867         (gnus-registry-initialize): Ditto.
1868         Fix and extend header docs.
1869
1870 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1871
1872         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1873         regexp backtrace overflows.
1874
1875         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1876         for starttls that tls.el implements; i.e. openssl.
1877
1878         * tls.el (tls-starttls-switches): Give up on using starttls with
1879         gnutls-cli.
1880         (tls-program): Add --insecure to be consistent with the defaults from
1881         openssl s_client.  Now all three commands are insecure.
1882
1883 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1884
1885         * lpath.el: Bind completion-styles-alist for XEmacs.
1886
1887         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1888         (gravatar-create-image): New function that's an alias to
1889         gnus-xmas-create-image, gnus-create-image, or create-image.
1890         (gravatar-data->image): Use it.
1891
1892 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1893
1894         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1895         install the nnregistry refer method.
1896         (gnus-registry-install-hooks): Use it.
1897         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1898         unfollowed groups.
1899
1900 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1901
1902         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1903         expanding threads.
1904
1905 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1906
1907         * nnir.el: Use the server names without suffixes (bug #7009).
1908
1909         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1910         unencrypted to STARTTLS, if possible.
1911
1912 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1913
1914         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1915         headers before superseding.
1916
1917 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1918
1919         * nnrss.el (nnrss-use-local): Add documentation.
1920
1921         * nnimap.el (nnimap-extend-tls-programs): New function.
1922         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1923         (nnimap-wait-for-connection): Accept the greeting from the stupid
1924         output from openssl s_client -starttls, too.
1925
1926         * tls.el (tls-starttls-switches): New variable.
1927         (tls-find-starttls-argument): Use it.
1928         (open-tls-stream): Ditto.
1929
1930         * netrc.el (netrc-credentials): Return the value of the "default" entry.
1931         (netrc-machine): Ditto.
1932
1933         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1934         article number.
1935         (nnimap-split-fancy): New variable.
1936         (nnimap-split-incoming-mail): Use it.
1937
1938         * nntp.el (nntp-server-list-active-group): Document.
1939
1940         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1941         SELECT to get the message-id.
1942
1943         * mail-source.el (mail-sources): Remove webmail support.
1944         (defvar): Ditto.
1945         (mail-source-fetcher-alist): Ditto.
1946         (mail-source-fetch-webmail): Remove.
1947
1948         * webmail.el: Remove -- doesn't seem relevant any more.
1949
1950         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1951
1952         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1953         the \r.
1954
1955 2010-09-30  Julien Danjou  <julien@danjou.info>
1956
1957         * gnus-agent.el (gnus-agent-add-group): Fix call to
1958         gnus-completing-read.
1959
1960 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1961
1962         * nndoc.el (nndoc-retrieve-groups): New function.
1963
1964         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1965         `default', use nnmail-split-methods.
1966         (nnimap-request-article): Downcase the NILs so that they are nil.
1967
1968         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1969         symbol.
1970
1971         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1972         code, since if the user has requested network, that's what they ought
1973         to get.
1974         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1975         (nnimap-split-rule): Mark as obsolete.
1976
1977         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
1978         New variable.
1979
1980         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1981         correct slot, too.
1982
1983 2010-09-29  Julien Danjou  <julien@danjou.info>
1984
1985         * gnus.el (gnus-local-domain): Declare variable obsolete.
1986
1987         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
1988         Fix history computing.
1989         (gnus-ido-completing-read): Require ido.
1990
1991 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1992
1993         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1994         build Gnus.
1995
1996         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1997         when interpreting the structures.
1998         (nnimap-request-accept-article): Add \r\n to the lines to make this
1999         work with Cyrus.
2000
2001         * nndraft.el (nndraft-request-expire-articles): Use the group name
2002         instead if "nndraft".  Fix found by Nils Ackermann.
2003
2004 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2005
2006         * nnregistry.el: Add.
2007
2008 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2009
2010         * nnmail.el (group, group-art-list, group-art):
2011         Remove unneeded directives.
2012
2013 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2014
2015         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2016         (mm-mime-charset)
2017         * rfc2047.el (rfc2047-syntax-table)
2018         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2019
2020         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2021         rather than `insert-file-contents' and `eval-region'.
2022
2023         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2024         construction.
2025
2026         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2027
2028         * time-date.el: No need to require cl for Emacs 21.
2029
2030 2010-09-29  Julien Danjou  <julien@danjou.info>
2031
2032         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2033         replacement of `gnus-gravatar-relief' to mimic
2034         `gnus-faces-properties-alist'.
2035         Add :version property.
2036
2037 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2038
2039         * mail-source.el (mail-source-report-new-mail)
2040         * message.el (message-default-mail-headers)
2041         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2042
2043         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2044
2045 2010-09-28  Julien Danjou  <julien@danjou.info>
2046
2047         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2048         mail-address contains the same string as real-name.
2049
2050         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2051         non-blank in header, otherwise it'll get stripped.
2052
2053         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2054         real-name, and then for mail address rather than doing : or , search.
2055
2056 2010-09-27  Julien Danjou  <julien@danjou.info>
2057
2058         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2059         right completing-read function.
2060         (gnus-use-ido): New variable
2061         (gnus-completing-read-with-default): Remove.
2062         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2063         (gnus-agent-add-group):
2064         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2065         * mm-view.el (mm-view-pkcs7-decrypt):
2066         * mm-util.el (mm-codepage-setup):
2067         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2068         * mml-smime.el (mml-smime-openssl-sign-query):
2069         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2070         (mml-insert-multipart):
2071         * gnus-msg.el (gnus-summary-yank-message):
2072         * gnus-int.el (gnus-start-news-server):
2073         * mm-decode.el (mm-interactively-view-part):
2074         * gnus-dired.el (gnus-dired-attach):
2075         * gnus.el (gnus-read-method):
2076         * gnus-bookmark.el (gnus-bookmark-jump):
2077         * gnus-art.el (gnus-mime-view-part-as-type)
2078         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2079         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2080         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2081         * nnmairix.el (nnmairix-create-server-and-default-group)
2082         (nnmairix-update-groups, nnmairix-get-server)
2083         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2084         (nnmairix-get-group-from-file-path):
2085         * nnrss.el (nnrss-find-rss-via-syndic8):
2086         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2087         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2088         (gnus-group-browse-foreign-server):
2089         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2090         (gnus-summary-execute-command, gnus-summary-respool-article)
2091         (gnus-read-move-group-name):
2092         * gnus-score.el (gnus-summary-increase-score)
2093         (gnus-summary-score-effect):
2094         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2095
2096 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2097
2098         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2099         x-focus-frame.
2100
2101         * nnimap.el (auth-source-forget-user-or-password)
2102         (auth-source-user-or-password): Autoload.
2103
2104         * message.el (message-from-style, message-interactive)
2105         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2106         (message-yank-prefix, message-indentation-spaces, message-signature)
2107         (message-signature-file): Add comment.
2108
2109 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110
2111         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2112         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2113         new articles.
2114
2115         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2116         parts.
2117         (nnimap-request-article): Work with the t setting, too.
2118
2119         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2120         that you don't get flashes of other buffers.
2121         (gnus-summary-show-complete-article): Intern before setting.
2122
2123 2010-09-27  David Engster  <dengste@eml.cc>
2124
2125         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2126         well as HEADERS.
2127         (nnmairix-retrieve-headers): Provide new argument for the above.
2128
2129 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2130
2131         * gnus-sum.el (gnus-summary-move-article): Don't alter
2132         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2133         group.
2134
2135         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2136
2137         * message.el (message-cite-prefix-regexp): Revert my last edit.
2138
2139         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2140         variable instead of the Gnus variable.
2141
2142         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2143
2144         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2145
2146         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2147         since some servers don't like it.
2148         (nnimap-open-connection): Forget credentials if the server says the
2149         password was wrong.
2150         (nnimap-parse-line): Protect against invalid data.
2151
2152         * gnus-sum.el (gnus-summary-move-article): Add comment.
2153         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2154         nothing alters it while scanning for new messages.
2155
2156         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2157         which may or may not help.
2158         (nnimap-open-connection): If we're doing a stream connection, and then
2159         discover we're on a STARTTLS-capable server, then open a STARTTLS
2160         connection instead.
2161
2162 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2163
2164         * nnimap.el (utf7): Require.
2165
2166         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2167         prefix.
2168
2169 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2170
2171         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2172
2173 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2174
2175         * nnimap.el (nnimap-request-accept-article): Message the error on
2176         error.
2177
2178 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2179
2180         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2181
2182 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183
2184         * nndoc.el (nndoc-request-list): Return success always.
2185
2186         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2187         `fetch-old' -- we only want to fetch the articles we've requested.
2188         The rest are in the agent, probably.
2189         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2190         disappeared server" to something low.  It's not important.
2191
2192         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2193         arrived before the FETCH data.
2194
2195         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2196         target here, because we don't know the Gnus name of the group.
2197
2198         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2199         for the correct group.
2200
2201         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2202
2203         * gnus.el (gnus): Give a final warning after startup.
2204
2205         * gnus-util.el (gnus-action-message-log): New variable.
2206         (gnus-message): Use it.
2207         (gnus-final-warning): New function.
2208
2209         * nnimap.el (nnimap-open-connection): Record the greeting.
2210         (nnimap): Add greeting.
2211
2212 2010-09-26  Julien Danjou  <julien@danjou.info>
2213
2214         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2215         arguments.
2216         (gnus-html-wash-images): Fix spec computing to include start/end.
2217
2218         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2219
2220 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2221
2222         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2223         deletion.
2224         (nnimap-retrieve-headers): Don't select the group, because that's
2225         already done by nnimap-possibly-change-group.
2226
2227         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2228         (gnus-picon-transform-address): Use it.
2229
2230         * mail-source.el (mail-source-value): Revert previous patch.
2231
2232         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2233         on failure.
2234         (nnimap-open-connection): Look up both virtual and physical server name
2235         credentials.
2236
2237         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2238
2239 2009-02-07  Dave Love  <fx@gnu.org>
2240
2241         * tls.el (open-tls-stream): Don't query killing process.
2242
2243 2009-02-08  Dave Love  <fx@gnu.org>
2244
2245         * gnus-win.el (gnus-window-to-buffer-helper)
2246         (gnus-all-windows-visible-p): Function needn't be a symbol.
2247
2248         * mail-source.el (mail-source-value): Function needn't be a symbol.
2249
2250 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2251
2252         * message.el (message-cite-prefix-regexp): Remove } from the cite
2253         prefix.
2254
2255         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2256         highlight again, so that the highlight is correct.
2257
2258         * gnus-picon.el (gnus-picon): Remove again.
2259         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2260
2261         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2262         doing the header highlightling, so that the background colour of the
2263         picon is correct.
2264
2265         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2266         (gnus-picon): Ditto.
2267         (gnus-picon): Reinstate.  The background colour for picons is white.
2268         (gnus-picon-insert-glyph): Make the background white.
2269
2270         * nnml.el (nnml-open-nov): Don't return dead buffers.
2271
2272         * auth-source.el (auth-source-create): Query the user for whether to
2273         store the credentials.
2274
2275         * netrc.el (netrc-store-data): New function.
2276
2277         * auth-source.el (auth-source-user-or-password): Use the existing auth
2278         sources, if any, for creation.
2279
2280         * gnus.el (gnus-group-fast-parameter): Return the last matching
2281         parameter instead of the first matching parameter.
2282
2283 2010-09-26  Julien Danjou  <julien@danjou.info>
2284
2285         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2286
2287 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2288
2289         * mml2015.el (mml2015-use): Remove gpg support.
2290
2291         * mml1991.el (mml1991-function-alist): Remove gpg function.
2292         (mml1991-gpg-sign): Remove.
2293
2294 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2295
2296         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2297         (gnus-browse-unsubscribe-current-group): Document it.
2298         (gnus-browse-unsubscribe-group): Use it.
2299
2300 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2301
2302         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2303         address to the To list for easier response.
2304
2305         * gnus.el (gnus-play-startup-jingle): Remove.
2306         (gnus-splash): Don't play jingle.
2307         (gnus): Silence gnus-load message.
2308
2309         * gnus-art.el (gnus-treat-play-sounds): Remove.
2310
2311         * gnus.el (gnus-play-jingle): Remove audio support.
2312
2313         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2314
2315         * earcon.el: Remove -- no users.
2316
2317         * gnus-audio.el: Remove -- no users of this package.
2318
2319         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2320
2321         * gnus-start.el (gnus-setup-news): Remove nocem support.
2322
2323         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2324
2325         * gnus.el (gnus-use-nocem): Remove.
2326
2327         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2328         Remove.
2329
2330         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2331         uses NoCeM any more.
2332
2333         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2334         (gnus-button-ctan-handler): Ditto.
2335         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2336         (gnus-button-ctan-directory-regexp): Ditto.
2337         (gnus-button-handle-ctan): Ditto.
2338         (gnus-button-tex-level): Ditto.
2339         (gnus-button-alist): Remove CTAN stuff.
2340
2341 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2342
2343         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2344         nnimap-streaming test.
2345
2346         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2347         servers twice.
2348
2349         * nnimap.el (nnimap-open-connection): Add more error reporting when
2350         nnimap fails early.
2351
2352         * nnheader.el (nnheader-get-report-string): New function.
2353         (nnheader-get-report): Use it.
2354
2355         * gnus-int.el (gnus-check-server): Say what the error was when opening
2356         failed.
2357
2358         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2359         using streaming.
2360
2361 2010-09-25  Julien Danjou  <julien@danjou.info>
2362
2363         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2364         gnus-window-inside-pixel-edges.
2365
2366 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2367
2368         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2369
2370         * mm-decode.el (mm-save-part): Allow saving to other directories the
2371         normal Emacs way.
2372
2373         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2374         Suggested by Jay Berkenbilt.
2375
2376         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2377         there isn't a single byte.
2378
2379         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2380         just do it.  It doesn't really seem to matter what the user responds
2381         here, I think, so it's just a confusing question.
2382
2383         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2384         non-streaming case.
2385
2386         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2387         (gnus-article-encrypt-body): Use it.
2388
2389         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2390         keystroke.
2391
2392         * nnimap.el (nnimap-find-wanted-parts-1):
2393         Use gnus-fetch-partial-articles.
2394
2395         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2396
2397         * nnimap.el (nnimap-insert-partial-structure): New function.
2398         (nnimap-get-partial-article): New function.
2399         (nnimap-request-article): Use it.
2400         (nnimap-wait-for-response): Return whether the wait was successful.
2401         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2402         retrieval wasn't successful.
2403         (nnimap-retrieve-group-data-early): Allow throttling servers.
2404         (nnimap-streaming): New variable.
2405         (nnimap-fetch-partial-articles): Remove.
2406
2407         * mm-decode.el (mm-with-part): Protect against killed buffers.
2408
2409         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2410         for prettier summary display.
2411
2412 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2413
2414         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2415
2416 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417
2418         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2419         apparently third-party libraries depend on it.
2420
2421         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2422         before starting negotiation.
2423
2424         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2425         privacy reasons.
2426         (gnus-treat-mail-gravatar): Ditto.
2427
2428         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2429         buffer when inserting images.  Inserting text into the headers, for
2430         instance, can make them invalid.
2431
2432 2010-09-25  Julien Danjou  <julien@danjou.info>
2433
2434         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2435         variables.
2436
2437         * nnheader.el: Remove useless variables news-reply-yank-from and
2438         news-reply-yank-message-id.
2439
2440         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2441         variables.
2442
2443         * mml1991.el: Remove useless mml1991-verbose.
2444
2445         * gnus.el: Remove useless variable gnus-use-generic-from.
2446         Remove obsolete variable gnus-topic-indentation.
2447
2448         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2449
2450         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2451
2452         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2453
2454         * gnus-group.el: Remove useless gnus-group-icon-cache.
2455         Remove useless gnus-ephemeral-group-server.
2456
2457         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2458
2459         * mml2015.el: Remove useless mml2015-verbose.
2460
2461         * mml-smime.el: Remove useless mml-smime-verbose.
2462
2463         * gnus.el: Remove useless gnus-local-domain.
2464
2465         * gnus-gravatar.el (gnus-gravatar-transform-address):
2466         Use gnus-gravatar-size.
2467
2468         * gnus-art.el: Remove useless gnus-treat-translate.
2469
2470 2010-09-24  Julien Danjou  <julien@danjou.info>
2471
2472         * gnus-sum.el: Add support for Gravatars.
2473
2474         * gnus-art.el: Add support for Gravatars.
2475
2476         * gnus-gravatar.el: Add this file.
2477
2478         * gravatar.el: Add this file.
2479
2480 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2481
2482         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2483
2484         * gnus-group.el (gnus-group-fetch-faq): Remove.
2485
2486         * gnus.el (gnus-group-faq-directory): Remove.
2487
2488         * gnus-group.el (gnus-group-fetch-charter): Remove.
2489
2490         * gnus.el (gnus-group-charter-alist): Remove.
2491
2492         * gnus-group.el (gnus-group-archive-directory): Remove.
2493         (gnus-group-recent-archive-directory): Ditto.
2494         (gnus-group-make-archive-group): Remove.
2495
2496         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2497
2498         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2499         use the same article number for all the cached articles.
2500
2501         * nnimap.el (nnimap-command): Register the last command time so
2502         that we can use it for idling NOOPs.
2503         (nnimap-open-connection): Start the keeplive timer.
2504         (nnimap-make-process-buffer): Store all the process buffers.
2505         (nnimap-keepalive): New function.
2506
2507         * starttls.el (starttls-open-stream): Add autoload cookie.
2508
2509 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2510
2511         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2512         handling.
2513
2514 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2515
2516         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2517         its data structures.
2518
2519         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2520         instead of the cl.el copy-list.
2521         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2522         equalp.
2523
2524 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2525
2526         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2527         and tool-bar-local-item-from-menu.
2528
2529         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2530         mode-line-highlight face for Emacs.
2531
2532         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2533         loading gnus-sum.elc; fix comment for canlock-verify.
2534         (gnus-article-jump-to-part): Use read-number.
2535         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2536         Remove Emacs pre-21 compatible code for help-echo.
2537         (gnus-article-next-page-1): No need to adjust the number of lines.
2538         (gnus-article-describe-bindings): Always use help-buffer.
2539
2540         * gnus-audio.el (gnus-audio-inline-sound)
2541         * gnus-cus.el (gnus-custom-mode)
2542         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2543
2544         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2545
2546         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2547         compatible code.
2548
2549 2010-09-24  Glenn Morris  <rgm@gnu.org>
2550
2551         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2552         visiting the fcc file in rmail-mode.
2553
2554         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2555
2556 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2557
2558         * nnir.el: Silence the byte compiler.
2559
2560         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2561         alias to browse-url-url-encode-chars if any.
2562         (gnus-html-encode-url): Use it.
2563
2564 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2565
2566         * gnus-start.el (gnus-use-backend-marks): New variable.
2567         (gnus-get-unread-articles-in-group): Use it.
2568
2569         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2570         makeover.
2571
2572 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2573
2574         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2575
2576 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2577
2578         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2579         Remove.
2580         (gnus-setup-news-hook):
2581         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2582
2583         * gnus-int.el (gnus-request-update-info): Protect against backends not
2584         having the function.
2585
2586         * nnimap.el (nnimap-stream): Mention starttls.
2587         (nnimap-open-connection): Add starttls support.
2588
2589 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2590
2591         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2592
2593 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2594
2595         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2596         BODYSTRUCTUREs.
2597         (nnimap-transform-headers): Unfold quoted {42} headers.
2598
2599         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2600         the info.
2601         (gnus-get-unread-articles): Only call updatep on backends that support
2602         it.
2603
2604         * nnweb.el (nnweb-request-update-info): NOOP.
2605
2606         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2607
2608         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2609         since it only deals with marks.
2610
2611         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2612         gnus-request-marks, and make a new gnus-request-update-info.
2613
2614         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2615         the active instead of the high number, which is usually too low.
2616
2617 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2618
2619         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2620         * encrypt.el: Remove.
2621
2622 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2623
2624         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2625         server in symbolic form.
2626
2627         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2628
2629 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2630
2631         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2632         (nnimap-update-info): Fix up code slightly.
2633
2634         * gnus-int.el (gnus-open-server): Add tracing for performance
2635         debugging.
2636
2637         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2638         (gnus-group-insert-group-line): Pass the real group name so that it
2639         gets the right data.
2640
2641         * gnus-start.el (gnus-get-unread-articles): Don't have
2642         `gnus-get-unread-articles-in-group' update info, since that can be
2643         really slow and doesn't seem to be needed?
2644
2645 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2646
2647         * time-date.el (date-to-time): Try using parse-time-string first before
2648         using the slower timezone-make-date-arpa-standard.
2649
2650 2010-09-22  Julien Danjou  <julien@danjou.info>
2651
2652         * gnus-group.el (gnus-group-insert-group-line):
2653         Call gnus-group-highlight-line.
2654         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2655         default hook list.
2656         (gnus-group-update-eval-form): Add new function.
2657         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2658         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2659
2660 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2661
2662         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2663         immediate, then expire all articles.
2664         (nnimap-update-info): Fix off-by-one errors.
2665         (nnimap-flags-to-marks): Would return no marks lists for group with no
2666         flags.  Instead return the other data.
2667
2668 2010-09-22  Julien Danjou  <julien@danjou.info>
2669
2670         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2671         Only return an icon.
2672         (gnus-group-insert-group-line): Compute icon to return.
2673
2674         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2675         (gnus-html-image-fetched): Only cache if
2676         gnus-html-image-automatic-caching is set.
2677         (gnus-html-image-fetched): Check for errors.
2678
2679 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2680
2681         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2682         once per method on `g'.  This ensures that backends like nnfolder don't
2683         open all their folders.
2684
2685         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2686         (nnimap-request-list): Nix out group in the correct buffer.
2687         (nnimap-parse-flags): Implement by using `read' instead of
2688         hand-parsing.
2689         (nnimap-flags-to-marks): Pass on permanent-flags.
2690         (nnimap-make-process-buffer): Record the server name.
2691         (nnimap-parse-flags): Fix typo.
2692         (nnimap-request-scan): Run split on the server in general, not just a
2693         single group.
2694
2695         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2696         parameter, and propagate this downwards.
2697
2698         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2699         since EXAMINE changes it on the server.
2700
2701         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2702         this command might take a while.
2703
2704 2010-09-22  Julien Danjou  <julien@danjou.info>
2705
2706         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2707         harmful if you have 2 images side-by-side, they can't be properly
2708         update on text deletion.  Using text-property is safer here.
2709         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2710         data.
2711
2712 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2713
2714         * nnimap.el (nnimap-expunge-inbox): Remove.
2715         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2716         (nnimap-expunge): Flip default to t.
2717
2718         * gnus.el (gnus-method-to-server): Don't push things to the cache
2719         unless it's unique.
2720         (gnus-server-to-method): Ditto.
2721
2722 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2723
2724         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2725
2726 2010-09-22  Julien Danjou  <julien@danjou.info>
2727
2728         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2729         get the start of data.
2730         (gnus-html-encode-url): Add this function to encode special chars in
2731         URL.
2732         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2733         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2734
2735         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2736         default.
2737         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2738
2739         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2740         images alt-text.
2741         (gnus-html-put-image): Put alt-text as help-echo.
2742
2743 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2746         * mm-util.el (mm-decompress-buffer)
2747         * nnir.el (nnir-run-find-grep)
2748         * pop3.el (pop3-list): Use 3rd arg of split-string.
2749
2750         * time-date.el (format-seconds): Comment fix.
2751
2752         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2753         and byte-optimize-form-code-walker.
2754         (dgnushack-make-auto-load): Don't advise make-autoload.
2755
2756         * lpath.el: Remove Emacs 21 stuff.
2757
2758 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2759
2760         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2761         outside the active range.  Suggested by Dan Christensen.
2762
2763         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2764         slightly later to avoid double-getting it.
2765
2766         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2767         previous patch.
2768
2769         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2770
2771 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2772
2773         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2774
2775 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2776
2777         * gnus-int.el (gnus-open-server): Give a better error message in the
2778         "go offline" case.
2779
2780         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2781         marks for nnimap, which is seldom the right thing to do.
2782
2783         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2784         (gnus-same-method-different-name): New function.
2785
2786         * nnimap.el (parse-time): Require.
2787
2788         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2789         method in the presence of many similar methods.
2790
2791         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2792
2793         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2794         nnml-inhibit-expiry.
2795
2796         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2797         find out whether methods are equal.
2798
2799         * nnimap.el (nnimap-find-expired-articles): New function.
2800         (nnimap-process-expiry-targets): New function.
2801         (nnimap-request-move-article): Request the article before looking at
2802         what the Message-ID is.  Fix found by Andrew Cohen.
2803         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2804
2805         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2806         for oldness in addition to being a predicate.
2807
2808         * nnimap.el (nnimap-request-group): When we have zero articles, return
2809         the right data to Gnus.
2810         (nnimap-request-expire-articles): Only delete articles immediately if
2811         the target is 'delete.
2812
2813         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2814         method, this would bug out.
2815
2816         * gnus-group.el (gnus-group-expunge-group): Rename from
2817         gnus-group-nnimap-expunge, and implemented as a normal interface
2818         function.
2819
2820         * gnus-int.el (gnus-request-expunge-group): New function.
2821
2822         * nnimap.el (nnimap-request-create-group): Implement.
2823         (nnimap-request-expunge-group): New function.
2824
2825 2010-09-21  Julien Danjou  <julien@danjou.info>
2826
2827         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2828         (gnus-html-cache-expired): Add new function.
2829         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2830         wethever we should display image for fetch it.
2831         Compute alt-text earlier to pass it to the fetching function too.
2832         (gnus-html-schedule-image-fetching): Change function argument to only
2833         get one image at a time, not a list.
2834         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2835         cache.
2836         (gnus-html-get-image-data): New function to retrieve image data from
2837         cache.
2838         (gnus-html-put-image): Change buffer argument to use image data rather
2839         than file, and place image above region rather than inserting a new
2840         one.  Do not take alt-text as argument, since it's useless now: we place
2841         the image above alt-text.
2842         (gnus-html-prune-cache): Remove.
2843         (gnus-html-show-images): Start to fetch image when we find one, do not
2844         push into a temporary list.
2845         (gnus-html-prefetch-images): Only fetch image if they have expired.
2846         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2847         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2848
2849 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2850
2851         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2852
2853 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2854
2855         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2856         spec inser "*" if the group isn't active instead of 0.
2857
2858         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2859         opening the server.
2860         (nnimap-request-delete-group): Implement group deletion.
2861         (nnimap-transform-headers): Return the size of the entire message in
2862         the Bytes header, not just the size of the first part.
2863         (nnimap-request-move-article): When moving an article from nnimap,
2864         request the article first so the accepting form has an article to
2865         accept.  Reported by Dan Christensen.
2866         (nnimap-command): Make sure that the error message doesn't error out.
2867
2868 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2869
2870         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2871         we haven't requested anything.
2872
2873 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2874
2875         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2876         "".  Fix found by Andrew Cohen.
2877
2878         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2879         instead of -encode-string.
2880
2881 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2882
2883         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2884
2885         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2886         by mm-subst-char-in-string.
2887
2888 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2889
2890         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2891         waiting for the connection string.
2892
2893         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2894         arriving.
2895
2896         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2897         bogus characters.  This allows selecting certain Gmail groups.
2898
2899         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2900         (nnimap-fetch-partial-articles): New variable.
2901         (nnimap-open-connection): When looking for credentials, also use the
2902         nnimap-server-port.
2903         (nnimap-request-article): Return the group/article number, so that Gnus
2904         `^' works as expected.
2905         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
2906
2907         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2908         comments.
2909         (gnus-methods-sloppily-equal): New function.
2910         (gnus): When using the development version of Gnus, load the gnus-load
2911         file.
2912
2913         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2914         `gnus-open-server' on each method before trying to scan them etc.
2915         This ensures that all the backend parameters are set correctly.
2916
2917         * nnimap.el (nnimap-authenticator): New variable.
2918         (nnimap-open-connection): Allow anonymous login.
2919         (nnimap-transform-headers): The chars header is called Chars not Bytes.
2920         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
2921
2922         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2923         patch, found by Knut Anders Hatlen.
2924
2925 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2926
2927         * gnus-agent.el (gnus-agent-batch-confirmation)
2928         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2929         to gnus-message.
2930         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2931         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2932         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2933         * gnus-int.el (gnus-open-server): Likewise.
2934         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2935         (gnus-score-check-syntax): Likewise.
2936         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2937         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2938         Likewise.
2939         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2940
2941 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2942
2943         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2944         calling conventions so that prefetch doesn't bug out.
2945
2946 2010-09-19  Julien Danjou  <julien@danjou.info>
2947
2948         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2949         rather than `subst-char-in-region' in order to be able to replace ASCII
2950         char by UTF-8 ones.
2951
2952         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2953         than curl.
2954         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2955         the right URL and ALT text on images.
2956         (gnus-html-wash-tags): Fix tag case.
2957         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2958         (gnus-article-html): Add -o display_ins_del=2 option.
2959         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2960
2961 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2962
2963         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2964         the extra mail headers, which sometimes seem to happen for unknown
2965         reasons.
2966
2967         * mail-parse.el (mail-header-encode-parameter): Define as
2968         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2969         (or most, perhaps?) mail readers don't understand the latter, but do
2970         understand the former.
2971
2972         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2973         to nil, so that no methods are automatically agentized.  I think this
2974         is probably what most users want.
2975
2976         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2977         from url-retrieve, for instance about invalid URLs.
2978
2979         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2980         groups that have no articles.
2981         (nnimap-request-article): Check that we really got an article when we
2982         requested one.
2983
2984         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2985         doesn't exist.
2986
2987         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2988         nntp buffer so the agent can save it.
2989         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2990         that CRLF doesn't get translated to \n.
2991         (nnimap-open-connection): Don't make 'shell commands only send \n.
2992
2993 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2994
2995         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2996         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2997         Update var name.
2998         (nnml-generate-nov-file): Use dolist.
2999         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3000         Use with-current-buffer.
3001
3002 2010-09-18  Julien Danjou  <julien@danjou.info>
3003
3004         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3005         parallel.
3006
3007 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3008
3009         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3010         the range update right.
3011         (nnimap-request-group): Don't make `M-g' bug out on group with no
3012         marks.
3013         (nnoo): Require, so that other packages can require nnimap.
3014         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3015         command we're looking for.  This helps when the server sends more
3016         responses after we've gotten everything we expected.
3017         (nnimap): Add a `newlinep' field to keep track of end-of-line
3018         conventions.
3019         Don't send CRLF to things that don't want it.
3020         (nnimap-request-accept-article): Ditto.
3021
3022 2010-09-18  Julien Danjou  <julien@danjou.info>
3023
3024         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3025         than curl to retrieve images.
3026
3027 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3028
3029         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3030         the marks.
3031         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3032         (nnimap-wait-for-connection): New function.
3033         (nnimap-open-connection): If we have PREAUTH, don't query for login
3034         credentials.
3035         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3036         when doing a partial update.
3037
3038 2010-09-18  Julien Danjou  <julien@danjou.info>
3039
3040         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3041         tags.
3042
3043 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3044
3045         * nnimap.el (nnimap-credentials): New function.
3046         (nnimap-open-connection): Use the new function to look for credentials
3047         also on the numeric equivalents of "imap" and "imaps".
3048
3049         * gnus-start.el (gnus-activate-group): Send the info to
3050         gnus-request-group.
3051
3052         * nnimap.el (nnimap-request-group): Have the "check" version of the
3053         function parse flags and update the info, so that a `M-g' get a total
3054         resync of all flags from the group.
3055
3056         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3057         to allow backends to alter the info on group selection.  Also alter all
3058         the backend -request-group functions to take the parameter.
3059
3060         * nnimap.el (nnimap-store-info): New function.
3061         (nnimap-update-info): Store the info for later usage.
3062         (nnimap-request-group): Use the stored info for the dont-check case, so
3063         that we don't retrieve all marks when we enter a group.
3064
3065         * nnimap.el: Use deffoo instead of defun for interface functions.
3066
3067         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3068         update the group info.  This makes the nndraft groups, for instance, go
3069         back to their old behaviour.
3070
3071         * gnus-sum.el (gnus-select-newsgroup): Indent.
3072
3073         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3074         in.
3075         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3076         nothing.
3077
3078         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3079         from methods that are denied.
3080
3081         * gnus-int.el (gnus-method-denied-p): New function.
3082
3083         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3084         store the password instead of netrc.
3085         (nnimap-open-connection): Don't error out when we can't make a
3086         connections.
3087
3088         * auth-source.el (auth-source-create): In the password prompt, say what
3089         we're querying for.  Also prompt for user name if that hasn't been
3090         given.
3091
3092         * nnimap.el (nnimap-with-process-buffer): Remove.
3093
3094 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3095
3096         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3097         method when we're reading from the agent.
3098
3099         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3100
3101         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3102         that's probably most useful for users.
3103
3104         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3105         "failed" all the time.
3106
3107         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3108         ...)) with (with-current-buffer ... ).
3109
3110         * nntp.el (nntp-open-server): Return whether the open was successful or
3111         not.
3112
3113         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3114         select an unread unseen article first.
3115
3116         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3117         /etc/services, supply some sensible port defaults.
3118
3119         * dgnushack.el: Define netrc-credentials.
3120
3121 2010-09-17  Julien Danjou  <julien@danjou.info>
3122
3123         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3124
3125 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3126
3127         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3128         doesn't have any parameters.
3129
3130 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3131
3132         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3133         only upcased checks.
3134
3135         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3136
3137         * nnimap.el (nnimap-open-shell-stream): New function.
3138         (nnimap-open-connection): Use it.
3139         (nnimap-transform-headers): Get the number of lines in each message.
3140         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3141         number of lines.
3142         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3143         problem.
3144
3145         * utf7.el (utf7-encode): Autoload.
3146
3147         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3148         to allow the mail splitting to not return a default group.  This is
3149         useful for nnimap, which will leave unmatched mail in the inbox.
3150
3151         * nnimap.el: Rewritten.
3152
3153         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3154         nnimap usage.
3155
3156         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3157         if the move is internal, so that nnimap can do fast internal moves.
3158
3159         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3160         data.
3161         (gnus-read-active-for-groups): Support finishing the early retrieval of
3162         data.
3163
3164         * gnus-range.el (gnus-range-nconcat): New function.
3165
3166         * gnus-int.el (gnus-finish-retrieve-group-infos)
3167         (gnus-retrieve-group-data-early): New functions.
3168
3169 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3170
3171         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3172         (nnrss-retrieve-groups):
3173         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3174         (pop3-quit): Use with-current-buffer.
3175
3176 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3179         instead of nnheader-accept-process-output.
3180
3181         * dgnushack.el (dgnushack-compile): Add comment.
3182
3183         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3184
3185         * gnus-html.el (gnus-html-schedule-image-fetching)
3186         (gnus-html-prefetch-images): Replace process-kill-without-query by
3187         gnus-set-process-query-on-exit-flag.
3188
3189 2010-09-16  Romain Francoise  <romain@orebokech.com>
3190
3191         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3192
3193 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194
3195         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3196         parameter to unintern is mandatory-ish in Emacs 24.
3197
3198         * gnus-html.el (gnus-html-schedule-image-fetching)
3199         (gnus-html-prefetch-images): Check for curl before using it.
3200
3201         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3202         depend on curl, which isn't essential.
3203
3204         * imap.el: Revert back to version
3205         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3206         seem problematic.
3207
3208 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3209
3210         * gnus-registry.el (gnus-registry-install-shortcuts):
3211         Explicitly pass `obarray' to `unintern' to avoid a warning.
3212
3213 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3214
3215         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3216         change.
3217
3218         * nnrss.el (nnrss-request-list): Remove this function and related
3219         functions, including the moreover stuff.
3220
3221 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3222
3223         * nnrss.el (nnrss-retrieve-groups): New function.
3224
3225 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3226
3227         * .dir-locals.el: Add no-byte-compile cookie.
3228
3229 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3230
3231         * time-date.el (format-seconds): Comment fix.
3232
3233         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3234         for back end that doesn't support request-scan.
3235
3236 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3237
3238         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3239         then do request scans from the backends.
3240
3241         * netrc.el (netrc-credentials): New conveniency function.
3242
3243         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3244         avoid running a hook per line, since this takes a lot of time,
3245         profiling shows.
3246         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3247         directly if gnus-visual-p is true.
3248
3249 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3250
3251         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3252         groups; replace mapcar with dolist which is a bit faster; pass groups
3253         info to gnus-read-active-file-1.
3254         (gnus-read-active-file-1): Scan only specified groups if the new
3255         optional arg `infos' is given.
3256
3257 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3258
3259         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3260
3261         * pop3.el (pop3-movemail): Remove.
3262         (pop3-streaming-movemail): Rename to pop3-movemail.
3263
3264         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3265         don't restrict end-tag searches to the end of the line.
3266
3267 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3268
3269         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3270         articles of every unchecked group to t, which means unknown since the
3271         server has never been opened.
3272
3273 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3274
3275         * gnus-html.el (gnus-html-show-alt-text): New command.
3276         (gnus-html-browse-image): Ditto.
3277         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3278         to browse the image directly.
3279         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3280         better.
3281
3282         * gnus-async.el (gnus-async-article-callback):
3283         Call `gnus-html-prefetch-images' unconditionally.
3284
3285         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3286         before feeding URLs to curl.
3287
3288 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3289
3290         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3291         internal images as deletable by `W D D'.
3292
3293         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3294         (gnus-async-article-callback): Fix typo.
3295
3296 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3297
3298         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3299         current line to work around bugs in the output from w3m.
3300
3301         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3302         for groups that want that.
3303
3304         * nntp.el (nntp-wait-for-string): Supply a timeout for
3305         accept-process-output to ensure progress.
3306
3307         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3308         level to get unread articles from, then use that for foreign groups,
3309         too.
3310
3311         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3312         confuses the rest of the function.
3313
3314         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3315         for the methods that support -retrieve-groups, too.
3316
3317         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3318
3319 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3320
3321         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3322         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3323
3324         * pop3.el: Require cl when compiling.
3325         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3326
3327 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3328
3329         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3330         that aren't going to be activated.
3331         (gnus-get-unread-articles): Fix up the last commit.
3332
3333         * gnus-html.el (gnus-article-html): Allow calling without specifying
3334         the handle.  In that case, dissect the buffer first.
3335
3336         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3337
3338         * nnimap.el (nnimap-open-connection): Revert the change that would look
3339         into authinfo for imaps instead of imap.
3340
3341         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3342         say that you don't want to call gnus-request-group with don-check, but
3343         do check the reponse.  This is for virtual groups only.
3344         (gnus-get-unread-articles): Count the archive groups as secondary, so
3345         that they're activated the same way as before.
3346
3347         * imap.el (imap-message-map): Removed optional buffer parameter, since
3348         no callers use it.
3349         (imap-message-get): Ditto.
3350         (imap-message-put): Ditto.
3351         (imap-mailbox-map): Ditto.
3352         (imap-mailbox-put): Ditto.
3353         (imap-mailbox-get): Ditto.
3354         (imap-mailbox-get): Revert last change for this function.
3355
3356         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3357         case-insensitively.
3358         (nnimap-debug): Remove.
3359
3360         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3361         to use `imap-fetch' instead.  According to the comments, this should be
3362         safe, since all other IMAP clients use the 1:* syntax.
3363         (imap-enable-exchange-bug-workaround): Removed.
3364         (imap-debug): Removed -- doesn't seem very useful.
3365
3366         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3367         mail from a file, and the file doesn't exist.
3368
3369         * imap.el (imap-log): New convenience function used throughout instead
3370         of repeating the same code all over the place.
3371
3372         * pop3.el (pop3-streaming-movemail): Return t for success.
3373
3374         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3375         .authinfo if we're using ssl connection.
3376
3377         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3378         already have if we're in a main Gnus `g' run.
3379
3380         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3381
3382 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3383
3384         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3385
3386         * nnmh.el (nnmh-request-list-1): Bind `file'.
3387
3388         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3389         alias to set-process-query-on-exit-flag or process-kill-without-query.
3390         (pop3-open-server): Use it.
3391
3392 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3393
3394         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3395         box to the Incoming file.  Fixes mistake in previous checkin.
3396
3397         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3398         request loop (for debugging purposes) removed.
3399
3400         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3401         culprit is more visible.
3402         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3403         (nnml-add-incremental-nov): New functions to do "incremental" nov
3404         updates, where we just append to the end of the existing nov files
3405         without reading/writing them in full.
3406
3407         * mail-source.el (mail-source-delete-crash-box): Really only check the
3408         incoming files once in a while.
3409
3410         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3411
3412         * mail-source.el (mail-source-delete-crash-box): Only check the
3413         incoming files for deletion once per day to save a lot of file
3414         accesses.
3415
3416         * pop3.el (pop3-logon): Fix up unbound variable typo.
3417
3418         * mail-source.el (pop3-streaming-movemail): Autoload.
3419
3420         * pop3.el (pop3-streaming-movemail):
3421         Respect pop3-leave-mail-on-server.
3422
3423         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3424         retrieval.
3425
3426         * pop3.el (pop3-process-filter): Remove unused function.
3427         (pop3-streaming-movemail, pop3-send-streaming-command)
3428         (pop3-wait-for-messages, pop3-write-to-file)
3429         (pop3-number-of-responses): New functions for streaming pop3
3430         retrieval.
3431
3432         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3433         come from no known methods.
3434         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3435         list.
3436
3437         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3438         message sizes.
3439         (pop3-movemail): Use erase-buffer instead of looping and deleting
3440         regions, which seems rather odd.
3441
3442         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3443         file once per `g' run.
3444
3445         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3446         directories.  This makes the draft queue directory work.
3447
3448         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3449         data from the backends, so that we only request the list of groups from
3450         each method once.  This should speed things up considerably.
3451
3452         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3453         detect that it's not implemented.
3454
3455         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3456         we actually do recurse down into the tree, but don't stat all leaf
3457         nodes.
3458
3459         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3460         then say so instead of bugging out.
3461
3462         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3463         files exist before trying to read them.
3464
3465         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3466         around <pre_int>.
3467
3468         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3469
3470         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3471
3472 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3473
3474         * mm-util.el (mm-image-load-path): Just return the image directories,
3475         not all directories in the path in addition to the image directories.
3476         (mm-image-load-path): Maintain a cache of the image directories so that
3477         the `g' command in Gnus doesn't have to stat dozens of directories each
3478         time.
3479
3480         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3481         (gnus-html-wash-tags): Add a new `i' command to insert images.
3482         (gnus-html-insert-image): New command and keystroke.
3483         (gnus-html-redisplay-with-images): New command and keystroke.
3484         (gnus-html-show-images): Rename command.
3485         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3486         spacers.
3487         (gnus-html-wash-tags): Decode entities at the end, so that entities
3488         inside the tags don't mess up the rest of the "parsing".
3489
3490         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3491         so that nnimap methods aren't agentized by default.  There's apparently
3492         many problems related to agent/imap behaviour.
3493
3494         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3495
3496         * gnus-html.el: Doc fix.
3497
3498 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3499
3500         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3501         specifier-spec-list for Emacs 21.
3502
3503         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3504         glyph-width and glyph-height instead of display-graphic-p and
3505         image-size; make avoidance of displaying small images work for XEmacs.
3506
3507         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3508         for XEmacs.
3509
3510         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3511         of symbol that holds plist data.
3512         (gnus-process-plist): Remove plist of process after getting it.
3513
3514 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3515
3516         * message.el (message-generate-hashcash): Change default to
3517         'opportunistic if hashcash is installed.
3518
3519         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3520         (gnus-html-put-image): Only call image-size once, since it's somewhat
3521         time-consuming on remote X servers.
3522
3523 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3524
3525         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3526         type on data, not a file name.
3527
3528         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3529         window-pixel-edges for Emacs 21.
3530
3531         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3532         decoded contents.
3533         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3534
3535 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3536
3537         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3538         group line format, since it isn't very interesting.
3539
3540         * gnus-agent.el (gnus-agent-short-article),
3541         (gnus-agent-long-article): Increase values for these two variables,
3542         since most people are likely to have more network connection and
3543         storage than before.
3544
3545         * gnus.el (gnus-refer-article-method): Change default to 'current.
3546         When referring an article, the common behaviour is to refer it from the
3547         current select method, not the native select method.  The chances of
3548         the native select method having the message in question is rather slim
3549         these days.
3550
3551         * gnus-sum.el (gnus-auto-select-subject): Change default to
3552         `unseen-or-unread'.  I think it's likely that most people want to
3553         select an unseen article over a previously seen, but unread one.
3554
3555         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3556         means that in the article buffer none of the minor mode elements will
3557         be shown, usually, and this is not desirable in most cases.
3558
3559         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3560         that commands like `d' (and the like) go to the next line in the
3561         buffer, instead of the next unread article.  I think this is the
3562         behaviour that is most natural for most users.
3563         (gnus-single-article-buffer): Change default to nil, so that people can
3564         have as many article buffers open as they have summary buffer.  I think
3565         this is the most natural way for the groups to behave.
3566
3567         * message.el (message-generate-new-buffers): Change default to
3568         `unsent', so that all new message buffers start their names with the
3569         string "*unsent", and it's easier to find the buffers if you move from
3570         them.
3571
3572 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3573
3574         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3575         small.  They're probably tracking images.
3576         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3577         (gnus-html-rescale-image): Yet another try at getting the image sizing
3578         right.
3579
3580         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3581         nntp-marks-file-name is nil.
3582
3583 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3584
3585         * gnus-html.el (gnus-html-wash-tags)
3586         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3587         Better logging.
3588
3589 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3590
3591         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3592
3593         * gnus-html.el (gnus-html-wash-tags): Check the value of
3594         gnus-blocked-images in the summary buffer.
3595
3596 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3597
3598         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3599
3600 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3601
3602         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3603         like "a", it seems like.
3604         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3605         since it needs to be picked from the correct buffer.
3606
3607         * nnwfm.el: Remove.
3608
3609         * nnlistserv.el: Remove.
3610
3611 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3612
3613         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3614         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3615
3616 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3617
3618         * nnkiboze.el: Remove.
3619
3620         * nndb.el: Remove.
3621
3622         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3623         alt text.
3624         (gnus-html-rescale-image): Try to get the rescaling logic right for
3625         images that are just wide and not tall.
3626
3627         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3628         overshadow variable bindings.
3629
3630 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3631
3632         * gnus-html.el (gnus-html-wash-tags)
3633         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3634         Add extra logging.
3635
3636 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3637
3638         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3639         (gnus-max-image-proportion): New variable.
3640         (gnus-html-rescale-image): New function.
3641         (gnus-html-put-image): Rescale images.
3642
3643 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3644
3645         Fix up some byte-compiler warnings.
3646         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3647         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3648         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3649         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3650         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3651         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3652         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3653
3654 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3655
3656         * gnus-html.el (gnus-article-html): Decode contents by charset.
3657
3658 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3659
3660         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3661         (gnus-html-frame-width, gnus-blocked-images)
3662         * message.el (message-prune-recipient-rules): Add custom version.
3663         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3664
3665         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3666         functions.
3667
3668         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3669         gnus-process-get.
3670
3671 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3672
3673         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3674         instead of lsub directly.
3675
3676 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3677
3678         * nnwarchive.el: Remove.
3679
3680         * gnus-soup.el: Remove.
3681
3682         * nnsoup.el: Remove.
3683
3684         * nnultimate.el: Remove.
3685
3686         * gnus-html.el (gnus-blocked-images): New variable.
3687
3688         * message.el (message-prune-recipients): New function.
3689         (message-prune-recipient-rules): New variable.
3690
3691         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3692         guess whether a long line is natural text or not.
3693
3694         * gnus-html.el (gnus-html-schedule-image-fetching):
3695         Use gnus-process-plist and friends for compatibility.
3696
3697 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3698
3699         * gnus-html.el: Require packages that define macros used in this file.
3700         (gnus-article-mouse-face): Declare to silence byte-compiler.
3701         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3702         process-get.
3703         (gnus-html-put-image): Use plist-get to avoid getf.
3704         (gnus-html-prefetch-images): Use with-current-buffer.
3705
3706 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3707
3708         * gnus-ems.el: Provide compatibility functions for
3709         gnus-set-process-plist.
3710
3711         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3712         header-line-format for XEmacs 21.4.
3713
3714         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3715         * gnus.el (gnus-valid-select-methods)
3716         * message.el (message-send-mail-partially-limit)
3717         * mm-decode.el (mm-text-html-renderer)
3718         * mml.el (mml-insert-mime-headers-always)
3719         * smiley.el (smiley-regexp-alist): Bump custom version.
3720
3721 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3722
3723         * gnus-html.el: require mm-url.
3724         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3725         with the url to `url'.
3726         (gnus-html-wash-tags): Support cid: URLs/images.
3727
3728 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3729
3730         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3731         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3732         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3733
3734         * gnus-move.el: Remove file, since it doesn't really work.
3735
3736         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3737         UTF-8.  This seems to fix problems with some German web feeds.
3738
3739         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3740         at the top so that the proper colours are applied.
3741
3742         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3743         don't have dots in their names.
3744
3745         * gnus-art.el (gnus-article-view-part): Doc fix.
3746
3747         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3748         XEmacs-compatible.
3749         (gnus-html-put-image): Don't do images on non-graphic displays.
3750
3751         * nnslashdot.el: Remove this unused backend.
3752
3753         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3754         actions.
3755         (gnus-undo-register-1): Revert last change.
3756
3757         * gnus-group.el (gnus-group-completing-read): Protect against not
3758         having completion-styles bound.
3759
3760         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3761         make broken recipients happier.
3762
3763         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3764
3765         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3766         point parameter.
3767
3768         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3769
3770         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3771         completion-styles for group selection.
3772
3773 2009-02-04  Andreas Schwab  <schwab@suse.de>
3774
3775         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3776         headers and regexp-quote the match if necessary.
3777
3778 2009-03-24  Miles Bader  <miles@gnu.org>
3779
3780         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3781         the blinking smiley.
3782
3783 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3784
3785         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3786         blink smiley.
3787
3788 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3789
3790         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3791         where the dribbel file lives exists.
3792
3793         * message.el (message-send-mail-partially-limit): Change the default to
3794         nil, since most people don't want this.
3795
3796         * mm-url.el (mm-url-decode-entities): Also decode entities like
3797         &#x3212.
3798
3799 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3800
3801         * gnus-sum.el (gnus-summary-idna-message):
3802         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3803         Hyperlink urls in docstrings with URL `...'.
3804
3805 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3806
3807         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3808         functions.
3809
3810 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3811
3812         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3813         say what the mouseover text should be.
3814
3815         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3816         version of the mm-w3m-safe-url-regexp variable to only download images
3817         in the groups where we want that to happen.
3818
3819         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3820
3821         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3822         easier debugging.
3823         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3824         big pictures in the article buffer.
3825
3826         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3827         gnus-article-html.
3828         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3829         w3m.
3830
3831         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3832
3833 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3834
3835         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3836         which doesn't exist.
3837
3838         * message.el (message-inhibit-ecomplete): New variable to allow some
3839         function to inhibit ecomplete address storage.
3840         (message-resend): Disable ecomplete message storage when resending
3841         messages.
3842
3843         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3844
3845 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3846
3847         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3848         Save excursion while copying, moving, and deleting articles in order to
3849         prevent the cursor from jumping to unforeseen place.
3850
3851 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3852
3853         * lpath.el: No need to bind bookmark-current-buffer,
3854         bookmark-yank-point and bookmark-make-record-function.
3855
3856 2010-08-17  Glenn Morris  <rgm@gnu.org>
3857
3858         * gnus-sync.el: Require gnus components whose functions are used.
3859
3860         * gnus-art.el (bookmark-make-record-function):
3861         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3862         Declare for compiler.
3863
3864         * mm-url.el (mml-compute-boundary): Autoload.
3865
3866 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3867
3868         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3869
3870 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3871
3872         Typo fix "hoo4a" -> "hook".
3873
3874         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3875
3876 2010-08-14  Glenn Morris  <rgm@gnu.org>
3877
3878         * gnus-sync.el (gnus-sync): Fix defgroup version.
3879
3880 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3881
3882         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3883
3884         * gnus-sync.el: Fix docs.
3885         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3886         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3887
3888 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3889
3890         Optimizations for gnus-sync.el.
3891
3892         * gnus-sync.el: Add docs about gnus-sync-backend
3893         possibilities.
3894         (gnus-sync-save): Remove unnecessary message.
3895         (gnus-sync-read): Optimize and show what groups were skipped.
3896
3897 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3898
3899         Minor bug fixes for gnus-sync.el.
3900
3901         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
3902         Don't read the sync on get-new-news.
3903
3904         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3905         quiet.
3906
3907         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
3908         (fix typo).
3909
3910 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3911
3912         Make saving and restoring of hidden threads work with overlays.
3913         Patch applied by Ted Zlatanov.
3914
3915         * gnus-sum.el (gnus-hidden-threads-configuration)
3916         (gnus-restore-hidden-threads-configuration): Update to deal with text
3917         properties, rather than searching for a magic character.
3918
3919 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3920
3921         New gnus-sync.el library for synchronization of marks.
3922
3923         * gnus-sync.el: New library for synchronization of marks.
3924
3925         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
3926         renamed from `gnus-registry-grep-in-list'.
3927
3928         * gnus-registry.el (gnus-registry-follow-group-p):
3929         Use `gnus-grep-in-list'.
3930
3931         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3932
3933 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3934
3935         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3936         determining charset of text fails.
3937
3938 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3939
3940         * nnmail.el (nnmail-get-new-mail-1): Revert.
3941
3942         * nnml.el (nnml-active-number): Make sure names of newly created groups
3943         in nnml-group-alist are encoded.
3944
3945 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3946
3947         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3948         containing non-ASCII characters in active file for nnml back end.
3949
3950 2010-07-24  David Engster  <dengste@eml.cc>
3951
3952         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3953         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3954
3955 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3956
3957         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3958         tag (Bug#6654).
3959
3960 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3961
3962         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3963         the article buffer, not the summary buffer.
3964
3965 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3966
3967         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3968         Emacs 23 as well.
3969
3970 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3971
3972         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3973         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3974
3975 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3976
3977         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3978         Patch applied by Karl Fogel.
3979
3980         * gnus-sum.el (gnus-summary-bookmark-make-record):
3981         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3982
3983 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3984
3985         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3986         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3987         C-w still not working correctly from Article buffers; Thierry's
3988         patch to fix that will be applied after this.
3989
3990         * gnus-art.el (bookmark-make-record-function): New local variable.
3991
3992         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3993         article buffer.
3994         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3995
3996 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3997
3998         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3999         on changes in bookmark.el.
4000
4001 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4002
4003         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4004         `no-log' instead of message not to log prompt string.
4005
4006 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4007
4008         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4009         the *other* type of HTML form submission.
4010
4011 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4012
4013         * auth-source.el (auth-source-pick): If choice does not contain a
4014         questioned keyword, set the check to t.
4015
4016 2010-06-12  Romain Francoise  <romain@orebokech.com>
4017
4018         * gnus-util.el (gnus-date-get-time): Move up before first use.
4019
4020 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4023         (gnus-article-edit-part): Bind it to make last part that is substituted
4024         or deleted visible.
4025         (gnus-mime-display-single): Buttonize part of which id equals to
4026         gnus-mime-buttonized-part-id.
4027
4028 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4029
4030         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4031         (gnus-dd-mmm): Use gnus-date-get-time.
4032         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4033         simplify logic.
4034         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4035         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4036
4037 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4038
4039         * auth-source.el (top): Autoload `secrets-list-collections',
4040         `secrets-create-item', `secrets-delete-item'.
4041         (auth-sources): Fix tag string.
4042         (auth-get-source, auth-source-retrieve, auth-source-create)
4043         (auth-source-delete): New defuns.
4044         (auth-source-pick): Rewrite in order to avoid 2 passes.
4045         (auth-source-forget-user-or-password): New parameter USERNAME.
4046         (auth-source-user-or-password): New parameters CREATE-MISSING and
4047         DELETE-EXISTING.  Retrieve password interactively, if needed.
4048
4049 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4050
4051         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4052         deleting unused directories when gnus-expert-user is t.
4053
4054 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4055
4056         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4057         for each temp file when gnus-article-browse-delete-temp is ask.
4058
4059 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4060
4061         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4062         Lisp calls to delete-backward-char by calls to delete-char.
4063
4064 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4065
4066         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4067
4068 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4069
4070         * password-cache.el (password-cache-remove): Fix docstring.
4071
4072 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4073
4074         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4075         article unless decoding article to be saved.
4076
4077 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4078
4079         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4080         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4081         generated within the mm-with-unibyte-current-buffer macro.
4082
4083 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4084
4085         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4086         to nil when we're in a mml-preview buffer and no group is selected.
4087
4088 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4089
4090         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4091         when catching the `C-g'.  Reported by "Leo".
4092
4093 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4094
4095         * message.el (message-forward-make-body-plain)
4096         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4097         multibyte-string-p.
4098
4099         * lpath.el: Revert.
4100
4101 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4102
4103         * message.el (message-forward-make-body-mml): Assume original message
4104         is multibyte string; error on unibyte.
4105         (message-forward-make-body-plain): Ditto; don't add excessive newline
4106         in body end.
4107
4108         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4109
4110 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4111
4112         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4113         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4114
4115 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4116
4117         * mm-extern.el (mm-extern-url): Don't use
4118         mm-with-unibyte-current-buffer.
4119         (mm-extern-cache-contents): Use with-current-buffer instead of
4120         save-excursion + set-buffer.
4121
4122 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4123
4124         * mm-util.el (mm-emacs-mule): Remove.
4125
4126 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4127
4128         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4129         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4130         change.
4131
4132 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4133
4134         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4135         bind the default value of enable-multibyte-characters to nil.
4136
4137 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * message.el (message-forward-make-body-plain)
4140         (message-forward-make-body-mml):
4141         Don't use mm-with-unibyte-current-buffer.
4142
4143 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4144
4145         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4146
4147 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4148
4149         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4150         (Bug#5592).
4151
4152 2010-05-07  Julien Danjou  <julien@danjou.info>
4153
4154         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4155         it to mm-pipe-part.
4156
4157         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4158         it is given.
4159
4160 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4161
4162         * binhex.el (binhex-decode-region-internal)
4163         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4164         (dns-query)
4165         * nnweb.el (nnweb-gmane-search)
4166         * pgg-parse.el (pgg-parse-armor)
4167         * pgg.el (pgg-verify-region)
4168         * sha1.el (sha1-string-external)
4169         * uudecode.el (uudecode-decode-region-internal)
4170         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4171         XEmacs.
4172
4173         * gnus-art.el (gnus-article-browse-html-parts)
4174         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4175         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4176         make-temp-file.
4177
4178         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4179         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4180         compiling.
4181
4182         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4183         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4184         XEmacs when compiling.
4185
4186         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4187         gnus-pick-mode-off-hook for XEmacs when compiling.
4188         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4189         gnus-binary-mode-off-hook for XEmacs when compiling.
4190
4191         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4192         Return nil if char-charset is not available.
4193
4194         * imap.el (imap-disable-multibyte)
4195         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4196         macros.
4197
4198         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4199         instead of encode-coding-string.
4200
4201         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4202         'xemacs) instead of mm-emacs-mule to switch function definitions.
4203         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4204
4205         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4206         bind temporary-file-directory for XEmacs;
4207         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4208         timer-set-function for XEmacs 21.4 and SXEmacs;
4209         bind timer-list for XEmacs 21.4 and SXEmacs;
4210         fbind char-charset and find-charset-region for non-Mule XEmacs;
4211         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4212         encode-coding-region and encode-coding-string for XEmacs having no
4213         file-coding feature.
4214
4215 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4216
4217         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4218
4219 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4222         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4223
4224 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4225
4226         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4227         alias `jka-compr-delete-temp-file' no longer exists.
4228
4229 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4230
4231         Use define-minor-mode in Gnus where applicable.
4232         * mml.el (mml-mode): Use define-minor-mode.
4233         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4234         (gnus-undo-mode): Use define-minor-mode.
4235         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4236         (gnus-dead-summary-mode): Use define-minor-mode.
4237         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4238         Initialize in declaration.
4239         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4240         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4241         (gnus-mailing-list-mode): Use define-minor-mode.
4242         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4243         (gnus-draft-mode): Use define-minor-mode.
4244         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4245         (gnus-dired-mode): Use define-minor-mode.
4246
4247 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4248
4249         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4250         handles on recursive mml-to-mime translation and check them for
4251         boundary delimiter collisions.  Reported by Greg Troxel.
4252
4253 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4254
4255         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4256
4257 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4258
4259         * mm-util.el (mm-find-buffer-file-coding-system):
4260         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4261
4262 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4263
4264         * message.el (message-generate-headers): Record insertion of optional
4265         headers as well.  Otherwise the check to prevent repeated insertion of
4266         optional headers is a no-op.
4267
4268 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4269
4270         * smime.el: Don't mention CVS.
4271
4272         * nnrss.el (nnrss-fetch): Don't mention CVS.
4273
4274         * nnir.el: Don't mention CVS.
4275
4276 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4277
4278         * gnus-sum.el (gnus-summary-bookmark-make-record):
4279         Add `location' field.
4280
4281 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4282
4283         * lpath.el: Fbind bookmark-default-handler,
4284         bookmark-get-bookmark-record, bookmark-make-record-default,
4285         bookmark-prop-get for Emacs <23 and XEmacs.
4286
4287 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4288
4289         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4290         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4291         Use with-current-buffer to silence the byte-compiler.
4292         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4293         bother to require `gnus'.
4294         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4295
4296 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4297
4298         * gnus-sum.el (gnus-summary-bookmark-make-record)
4299         (gnus-summary-bookmark-jump): New functions.
4300         (gnus-summary-mode): Setup bookmark support.
4301
4302 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4303
4304         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4305         if set.
4306
4307 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4310         gnus-article-browse-html-save-cid-image; make it work recursively for
4311         forwarded messages as well.
4312         (gnus-article-browse-html-parts): Work when prefix arg is given.
4313         (gnus-article-browse-html-article): Doc fix.
4314
4315 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4316
4317         * message.el (message-default-mail-headers):
4318         (message-default-headers): Carry the value mail-default-headers over
4319         into message-default-mail-headers, rather than message-default-headers.
4320
4321 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4322
4323         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4324         charset.
4325
4326         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4327         charset into the <meta> tag when the article is encoded to utf-8.
4328
4329 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4330
4331         * gnus-art.el (gnus-article-browse-delete-temp-files):
4332         Delete directories as well.
4333         (gnus-article-browse-html-parts): Work for images that do not specify
4334         file names; delete temp directory when quitting; insert header at the
4335         right place; use file: scheme for image files.
4336
4337 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4338
4339         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4340         (gnus-article-browse-html-parts): Use it to make temporary cid image
4341         files in addition to html file so that browser may display them.
4342
4343 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4344
4345         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4346
4347 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4348
4349         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4350
4351 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4352
4353         * auth-source.el (auth-sources): Change default to be simpler.
4354         Explain about Secret Service API sources.  Improve Customize options.
4355         (auth-source-pick): Change to accept any number of search parameters.
4356         Implement fallbacks iteratively, not recursively.  Add scoring on the
4357         second pass and sort by score.  Call Secret Service API when needed.
4358         (auth-source-user-or-password): Use it.  Call Secret Service API
4359         directly when needed to get the user name and the password.
4360
4361 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4362
4363         * message.el (message-interactive): Doc fix.
4364         (message-qmail-inject-args): Reflow.
4365         (message-kill-to-signature): Fix typo in docstring.
4366
4367         * smiley.el (smiley-buffer): Fix typo in docstring.
4368
4369 2010-03-24  Glenn Morris  <rgm@gnu.org>
4370
4371         * mail-source.el (gnus-message): Declare.
4372         (mail-source-delete-old-incoming): Require gnus-util.
4373
4374 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4375
4376         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4377
4378         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4379
4380         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4381         password-cache's default if it is not bound.
4382         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4383         password-cache-expiry's default if it is not bound.
4384
4385         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4386         available in Emacs 21.
4387
4388         * lpath.el: Suppress compiler warnings for:
4389         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4390         XEmacs;
4391         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4392         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4393         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4394
4395 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4396
4397         * auth-source.el (auth-sources): Fix up definition so extra parameters
4398         are always inline.
4399
4400 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4401
4402         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4403         wasn't updated after mismatch.  Clear cached mailbox info correctly
4404         when uidvalidity changes.
4405         (nnimap-group-prefixed-name): New function to avoid some code
4406         duplication.
4407         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4408         (nnimap-request-group): Use it.
4409         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4410         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4411         with many imap folders.  This is done by caching the group status from
4412         the imap server persistently in a group parameter `imap-status'.  (This
4413         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4414         but not persistently, so every Gnus startup was still very slow.)
4415
4416 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4417
4418         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4419         delete the extra newline.  Otherwise editing of :string and :number
4420         types don't work.
4421
4422 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4423
4424         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4425         secrets.el dependency.
4426         (auth-sources): Add optional user name.  Add secrets.el configuration
4427         choice (unused right now).
4428
4429 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4430
4431         * gnus-sum.el (gnus-summary-make-menu-bar):
4432         Let `gnus-registry-install-shortcuts' fill in the functions.
4433
4434         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4435         warnings.
4436         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4437         (gnus-registry-install-shortcuts): Populate and use it in a
4438         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4439
4440 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4441
4442         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4443         In-place substitutions for the group name encoding/decoding.
4444         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4445         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4446         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4447         (nnimap-update-unseen, nnimap-request-list)
4448         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4449         (nnimap-request-set-mark, nnimap-split-to-groups)
4450         (nnimap-split-articles, nnimap-request-newgroups)
4451         (nnimap-request-create-group, nnimap-request-accept-article)
4452         (nnimap-request-delete-group, nnimap-request-rename-group)
4453         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4454         `encoded-mbx' for consistency.
4455         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4456         variable `imap-current-mailbox'.
4457
4458         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4459         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4460
4461 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4462
4463         * pop3.el (pop3-display-message-size-flag): Display message size byte
4464         counts during POP3 download.
4465         (pop3-movemail): Use it.
4466         (pop3-list): Implement listing of available messages.
4467
4468 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4469
4470         * nnir.el (nnir-get-article-nov-override-function): New function to
4471         override the normal NOV retrieval.
4472         (nnir-retrieve-headers): Use it.
4473
4474 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4475
4476         * auth-source.el (netrc-machine-user-or-password): Autoload.
4477
4478 2010-03-19  Glenn Morris  <rgm@gnu.org>
4479
4480         Stop message.el from loading about 40 libraries it doesn't always need.
4481         The general approach is to autoload rather than require, and to
4482         require in the specific functions rather than the file.  (Bug#5642)
4483
4484         * gmm-utils.el: Don't require wid-edit.
4485         (widget-create-child-value, widget-convert, widget-default-get):
4486         Autoload.
4487
4488         * gnus-util.el: Don't require time-date, netrc.
4489         (message-fetch-field, gnus-group-name-decode): Declare rather than
4490         autoloading.
4491         (gnus-fetch-field): Require message.
4492         (gnus-decode-newsgroups): Require gnus-group.
4493
4494         * ietf-drums.el: Don't require time-date.
4495
4496         * message.el: Don't require hashcash, canlock, ecomplete.
4497         Do require mail-utils.  Require nnheader only when compiling.
4498         (smtpmail-default-smtp-server): Remove declaration.
4499         (message-send-mail-function): Check smtpmail-default-smtp-server
4500         is bound rather than requiring smtpmail.
4501         (message-auto-save-directory, message-insert-signature):
4502         Use expand-file-name rather than nnheader-concat.
4503         (nnheader-insert-file-contents): Autoload.
4504         (hashcash-wait-async): Declare.
4505         (message-send-mail): Only call gnus-setup-posting-charset if
4506         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4507         (message-send-mail-with-sendmail): Require sendmail.
4508         (canlock-password, canlock-password-for-verify): Declare.
4509         (message-canlock-password): Require canlock.
4510         (nnheader-get-report): Autoload.
4511         (gnus-setup-posting-charset): Declare.
4512         (message-send-news): Require gnus-msg.
4513         (message-make-references, message-make-in-reply-to): Use mail-header-id
4514         rather than the alias mail-header-message-id.
4515         (ecomplete-add-item, ecomplete-save): Declare.
4516         (message-put-addresses-in-ecomplete): Require ecomplete.
4517         (ecomplete-display-matches): Autoload.
4518
4519         * mm-decode.el: Don't require mailcap, gnus-util.
4520         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4521         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4522         Autoload.
4523         (mailcap-mime-extensions): Declare.
4524
4525         * mm-encode.el: Don't require mailcap.
4526         (mailcap-extension-to-mime): Autoload.
4527
4528         * mml-sec.el: Don't require password-cache.
4529
4530         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4531         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4532         (mml-minibuffer-read-type): Require mailcap.
4533         (mml-preview): Require gnus-msg.
4534
4535         * mml1991.el: Require password-cache.
4536         (password-cache-expiry): Remove declaration.
4537
4538         * mml2015.el: Require password-cache.
4539         (password-cache-expiry): Remove declaration.
4540
4541         * nneething.el (mailcap): Require mailcap.
4542
4543         * nnheader.el (declare-function): Add compatibility stub.
4544         (message-remove-header): Declare rather than autoload.
4545         (nnheader-replace-header): Require message.
4546
4547         * nnimap.el (declare-function): Add compatibility stub.
4548         (netrc-parse, netrc-machine-user-or-password): Declare.
4549         (nnimap-open-connection): Require netrc.
4550
4551         * nntp.el (declare-function): Add compatibility stub.
4552         (netrc-parse, netrc-machine, netrc-get): Declare.
4553         (nntp-send-authinfo): Require netrc.
4554
4555         * rfc2047.el: Don't require qp.
4556         (quoted-printable-encode-region, quoted-printable-decode-string):
4557         Autoload.
4558
4559         * sieve-mode.el: Don't require easymenu.
4560         (easy-menu-add-item): Autoload it.
4561
4562         * spam-stat.el (time-to-number-of-days): Autoload it.
4563
4564 2010-03-19  Glenn Morris  <rgm@gnu.org>
4565
4566         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4567
4568 2010-03-18  Glenn Morris  <rgm@gnu.org>
4569
4570         * hashcash.el (declare-function): Remove duplicate definition.
4571
4572 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4573
4574         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4575         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4576         value if any backslash escapes).
4577
4578 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4579
4580         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4581         if it is available.  (bug#5647)
4582
4583         * lpath.el: Suppress compiler warning for coding-system-from-name for
4584         Emacs 21 and XEmacs.
4585
4586 2010-03-14  Juri Linkov  <juri@jurta.org>
4587
4588         * hmac-def.el:
4589         * hmac-md5.el:
4590         * netrc.el: Fix keywords.
4591
4592 2010-02-26  Glenn Morris  <rgm@gnu.org>
4593
4594         * message.el (message-send-mail-function): Change the default, so that
4595         it inherits from a customized send-mail-function.  (Bug#5643)
4596
4597 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4598
4599         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4600         shell-command-to-string signals an error (bug#5299).
4601
4602 2010-02-24  Glenn Morris  <rgm@gnu.org>
4603
4604         * message.el (message-smtpmail-send-it)
4605         (message-send-mail-with-mailclient): Doc fixes.
4606
4607 2010-02-16  Glenn Morris  <rgm@gnu.org>
4608
4609         * message.el (message-default-mail-headers): Change the default value
4610         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4611
4612 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4613
4614         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4615         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4616
4617 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4618
4619         * time-date.el (date-to-time): Doc fix (Bug#5408).
4620
4621 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4622
4623         * message.el (message-mail): Just pass yank-action on to message-setup.
4624         (message-setup): Handle (FUN . ARGS) form of yank-action.
4625         (message-with-reply-buffer, message-widen-reply)
4626         (message-yank-original): Handle non-buffer values of
4627         message-reply-buffer (Bug#4080).
4628         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4629
4630 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4631
4632         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4633         Fix typo in docstring.
4634
4635 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4636
4637         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4638         response.
4639
4640 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4641
4642         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4643
4644         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4645
4646         * message.el (message-check-news-header-syntax): Protect against a
4647         string that `rfc822-addresses' returns when parsing fails.
4648
4649 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4650
4651         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4652         (gnus-previous-char-property-change): New functions.
4653
4654         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4655
4656 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4657
4658         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4659         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4660
4661 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4662
4663         * message.el (message-exchange-point-and-mark): Rework last change to
4664         avoid using optional arg of exchange-point-and-mark, for backward
4665         compatibility.
4666
4667 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4668
4669         * message.el (message-exchange-point-and-mark):
4670         Call exchange-point-and-mark with an argument rather than setting
4671         mark-active by hand (Bug#5175).
4672
4673 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4674
4675         * nntp.el (nntp-service-to-port): Work for service expressed with
4676         numeric string; replace [:digit:] with [0-9] for XEmacs.
4677
4678 2009-12-17  Glenn Morris  <rgm@gnu.org>
4679
4680         * gnus-group.el (gnus-bug-group-download-format-alist):
4681         Change emacs entry to debbugs.gnu.org.  Bump :version.
4682
4683 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4684
4685         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4686
4687 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4688
4689         * message.el (message-info): Explain why we use `Info-goto-node'.
4690
4691 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4692
4693         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4694
4695 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4696
4697         * message.el (message-completion-in-region): New compatibility function.
4698         (message-expand-group): Use it.
4699
4700 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4701
4702         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4703         with no unread article should be listed if the 2nd arg `predicate' is
4704         given.
4705
4706 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4707
4708         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4709
4710 2009-11-29  Juri Linkov  <juri@jurta.org>
4711
4712         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4713         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4714         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4715
4716 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4717
4718         * sha1.el (sha1-string-external): default-directory "/" in case
4719         otherwise non-existent.  process-connection-type pipe for touch of
4720         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4721
4722 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4723
4724         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4725         it's comms related and sgml-mode.el has "comm" on that basis too.
4726
4727 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4728
4729         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4730         containing tspecial characters if they have been already quoted.
4731
4732 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4733
4734         * dns-mode.el (auto-mode-alist): Purecopy string.
4735
4736 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4737
4738         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4739
4740 2009-10-24  Glenn Morris  <rgm@gnu.org>
4741
4742         * gnus-art.el (help-xref-stack-item): Define for compiler.
4743
4744 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4745
4746         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4747
4748 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4749
4750         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4751
4752 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4753
4754         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4755         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4756
4757 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4758
4759         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4760         (gnus-overlays-in): New alias to overlays-in.
4761
4762         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4763         gnus-overlay-get, and gnus-delete-overlay.
4764         (gnus-summary-show-thread): Make it work as well for systems in which
4765         next-single-char-property-change is not available.
4766         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4767
4768         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4769         (gnus-overlay-get): New alias to extent-property.
4770         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4771
4772         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4773         SXEmacs.
4774
4775         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4776         SXEmacs.
4777
4778 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4779
4780         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4781
4782 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4783
4784         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4785         and XEmacs that don't have `remove-overlays'.
4786
4787 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4788
4789         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4790         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4791         selective display.  Use overlays instead.
4792
4793 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4794
4795         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4796
4797 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4798
4799         * spam-stat.el (spam-stat-load): Fix typo in message.
4800
4801 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4802
4803         * dig.el (dig-invoke): Fix typo in docstring.
4804         (query-dig): Reflow docstring.
4805
4806 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4807
4808         * gnus-art.el (gnus-article-encrypt-body):
4809         * message.el (message-check-recipients):
4810         * mm-util.el (mm-codepage-setup):
4811         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4812         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4813
4814 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4815
4816         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4817         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4818         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4819         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4820         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4821
4822 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4823
4824         * dig.el: Add "Keywords: comm", as per net-utils.el.
4825
4826 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4827
4828         * dig.el (dig-mode): Use define-derived-mode.
4829
4830 2009-09-19  Glenn Morris  <rgm@gnu.org>
4831
4832         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4833
4834 2009-09-18  Glenn Morris  <rgm@gnu.org>
4835
4836         * gnus-diary.el (gnus-diary-check-message):
4837         * message.el (message-insert-formatted-citation-line):
4838         * nnbabyl.el (top-level):
4839         * nndiary.el (nndiary-schedule):
4840         Fix typos in condition-case handlers.
4841
4842 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4845         configuration that provides the sole article window in a frame;
4846         position point correctly after deleting a part.
4847
4848 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4849
4850         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4851         (spam-resolve-registrations-routine): Use it to unregister articles
4852         that change status.
4853
4854 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4855
4856         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4857         with XEmacs.
4858         (parse-time-string-chars): Use it.
4859
4860 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4861
4862         * imap.el (imap-interactive-login): Better messages.
4863         (imap-open): Fix bug with renamed buffer on reconnect.
4864         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4865         for easier debugging and cleaner code.  On successful (guessed based on
4866         server capabilities) secondary authentication, set imap-state
4867         correctly.
4868         (imap-last-authenticator): Define imap-last-authenticator as a variable
4869         to avoid warnings.
4870
4871 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4872
4873         * nnrss.el (nnrss-request-article): Remove binding of
4874         default-enable-multibyte-characters that has gotten needless by
4875         the 2007-07-13 change in rfc2047-encode-message-header.
4876
4877         * mml.el (mml-insert-multipart): Error on the message header.
4878         (mml-insert-part): Error on the message header; position point at
4879         the end of a MIME tag.
4880
4881 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4882
4883         * time-date.el (autoload): Expand define-obsolete-function-alias into
4884         defalias and make-obsolete for old Emacsen that Gnus supports.
4885         (with-no-warnings): Define it for old Emacsen.
4886         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4887         is available.
4888         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4889         float-time is available; suppress compile warning for time-to-seconds.
4890
4891         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4892         (gnus-float-time): Alias to float-time if it exists.
4893
4894         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4895         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4896         float-time is available; suppress compile warning for time-to-seconds.
4897
4898         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4899         XEmacs.
4900
4901 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4902
4903         * imap.el (imap-message-map): Docstring fix.
4904
4905 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4906
4907         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4908         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4909         Add the optional argument `encoding' that overrides the default.
4910
4911         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4912         mm-encode-buffer.
4913
4914 2009-09-04  Glenn Morris  <rgm@gnu.org>
4915
4916         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4917         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4918         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4919         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4920         * mm-util.el (mm-with-unibyte-current-buffer)
4921         (mm-find-buffer-file-coding-system):
4922         * yenc.el (yenc-decode-region): Use default-value rather than
4923         default-enable-multibyte-characters.
4924
4925 2009-09-03  Glenn Morris  <rgm@gnu.org>
4926
4927         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4928         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4929         than default-enable-multibyte-characters.
4930
4931 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4932
4933         * gnus-art.el (gnus-article-read-summary-keys):
4934         Fix gnus-buffer-configuration's value temporarily used.
4935
4936 2009-09-02  Glenn Morris  <rgm@gnu.org>
4937
4938         * gnus-util.el (gnus-float-time): New function.
4939         * gnus-delay.el (gnus-delay-article):
4940         * gnus-sum.el (gnus-thread-latest-date):
4941         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4942         * nnspool.el (nnspool-request-newgroups):
4943         Use gnus-float-time rather than time-to-seconds.
4944         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4945
4946         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4947         (gnus-header-subject-face, gnus-header-newsgroups-face)
4948         (gnus-header-name-face, gnus-header-content-face):
4949         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4950         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4951         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4952         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4953         (gnus-cite-face-11):
4954         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4955         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4956         (gnus-server-closed-face, gnus-server-denied-face)
4957         (gnus-server-offline-face):
4958         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4959         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4960         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4961         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4962         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4963         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4964         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4965         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4966         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4967         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4968         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4969         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4970         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4971         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4972         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4973         (gnus-summary-high-undownloaded-face)
4974         (gnus-summary-low-undownloaded-face)
4975         (gnus-summary-normal-undownloaded-face)
4976         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4977         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4978         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4979         (gnus-splash-face):
4980         * message.el (message-header-to-face, message-header-cc-face)
4981         (message-header-subject-face, message-header-newsgroups-face)
4982         (message-header-other-face, message-header-name-face)
4983         (message-header-xheader-face, message-separator-face)
4984         (message-cited-text-face, message-mml-face):
4985         * sieve-mode.el (sieve-control-commands-face)
4986         (sieve-action-commands-face, sieve-test-commands-face)
4987         (sieve-tagged-arguments-face):
4988         * spam.el (spam-face):
4989         Mark face aliases with "-face" in the name as obsolete.
4990
4991 2009-09-01  Glenn Morris  <rgm@gnu.org>
4992
4993         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4994         than goto-line.
4995
4996 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4999         Don't move point if the command is invoked inside the message header.
5000
5001 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5002
5003         * imap.el (imap-send-command): Simplify.
5004         (imap-wait-for-tag): point-max -> buffer-size.
5005
5006 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5007
5008         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5009         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5010         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5011         * nnir.el (nnir-swish-e-index-file):
5012         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5013         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5014         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5015         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5016         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5017         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5018
5019 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5020
5021         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5022         Don't save excursion.
5023
5024 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5025
5026         * nnheader.el (nnheader-find-file-noselect):
5027         * mm-util.el (mm-insert-file-contents):
5028         Use (default-value 'major-mode) instead of default-major-mode.
5029
5030 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5031
5032         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5033
5034 2009-08-26  Glenn Morris  <rgm@gnu.org>
5035
5036         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5037         than placing in files.el.
5038
5039 2009-08-25  Glenn Morris  <rgm@gnu.org>
5040
5041         * nnir.el (top-level): Don't require cl at run-time.
5042         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5043         Replace cl-function substitute with gnus-replace-in-string.
5044         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5045         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5046         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5047         simplified expansions.
5048
5049 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5050
5051         * dig.el (dig): Add autoload cookie.
5052
5053 2009-08-22  Glenn Morris  <rgm@gnu.org>
5054
5055         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5056         goto-line.
5057
5058 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5059
5060         * parse-time.el (parse-time-string-chars): Save match data.
5061
5062 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5063
5064         * parse-time.el (parse-time-string-chars): Compute using character
5065         classes, to handle non-ascii characters (Bug#3190).
5066
5067 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5070
5071         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5072         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5073         (gnus-mm-display-part, gnus-mime-display-single)
5074         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5075         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5076
5077         * gnus-sum.el
5078         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5079         (gnus-summary-move-article): Add expirable mark to articles copied or
5080         moved to group that has auto-expire turned on if the option is non-nil.
5081
5082 2009-07-24  Glenn Morris  <rgm@gnu.org>
5083
5084         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5085         Fix typo.  (Bug#3903)
5086
5087 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5088
5089         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5090         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5091         that should not be used for draft articles.
5092         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5093         that has no concern in minor mode keys.
5094         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5095         Abolish.
5096
5097 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5098
5099         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5100         article without making inquiry to a user for unknown encoding.
5101
5102         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5103         (nnmaildir--scan): Assume i-node and device number that file-attributes
5104         returns might be cons-cell.
5105
5106         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5107
5108         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5109
5110 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5111
5112         * auth-source.el: Remove docs now in auth.texi.  Don't use
5113         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5114         `auth-source-hide-passwords' and use them.
5115
5116 2009-07-15  Glenn Morris  <rgm@gnu.org>
5117
5118         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5119
5120 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5121
5122         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5123         excessive whitespace from the default values of title and description.
5124
5125 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5128         mail-fetch-field to fetch Content-Description header in order to
5129         exclude newlines.
5130
5131 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5132
5133         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5134         format used by GnuPG 2.0.11.
5135
5136 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5137
5138         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5139         to deleted part.
5140
5141 2009-05-30  David Engster  <dengste@eml.cc>
5142
5143         * nnmairix.el: Remove old documentation in the commentary block.
5144         (nnmairix-request-group): Do not update active file for nnml back ends.
5145         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5146         end so that overview files are ignored.
5147         (nnmairix-update-groups): Make updating the groups more robust by using
5148         marks.
5149         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5150         with dollar characters in message-id.
5151
5152 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5153
5154         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5155         2008-12-25 in dns.el.
5156
5157 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5158
5159         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5160         could happen if the text is only composed of spaces and/or tabs.
5161
5162 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5163
5164         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5165         when sending a queued message to avoid extra mml tags.
5166
5167 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5168
5169         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5170
5171 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5172
5173         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5174         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5175         rmail-toggle-header for XEmacs;
5176         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5177
5178 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5179
5180         * gnus-dired.el: Remove autoload for gnus-setup-message.
5181         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5182         displaying Gnus logo; always use compose-mail.
5183
5184 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5187
5188 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5189
5190         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5191         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5192         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5193         available.
5194         (gnus-nocem-epg-verify): New function.
5195
5196 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5197
5198         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5199
5200 2009-02-15  Glenn Morris  <rgm@gnu.org>
5201
5202         * gnus-util.el (rmail-insert-rmail-file-header)
5203         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5204         autoloads.
5205         (rmail-default-rmail-file): Remove unnecessary declaration.
5206         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5207
5208 2009-02-14  Glenn Morris  <rgm@gnu.org>
5209
5210         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5211         variable (only used in gnus-util, which declares it anyway).
5212         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5213         which was only needed by gnus-art (changed to not use it any more).
5214         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5215         only used in gnus-util, which autoloads it itself.
5216         (rmail-update-summary): Fix autoload.
5217
5218         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5219         rather than rmail-output-to-rmail-file.
5220
5221 2009-02-07  Glenn Morris  <rgm@gnu.org>
5222
5223         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5224         autoload of function that no longer exists.
5225         (rmail-toggle-header): Declare.
5226         (message-forward-rmail-make-body): Handle mbox Rmail.
5227
5228 2009-01-31  Glenn Morris  <rgm@gnu.org>
5229
5230         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5231         2009-01-09 change.
5232
5233 2009-01-31  Dave Love  <fx@gnu.org>
5234
5235         * imap.el (imap-fetch-safe): Bind debug-on-error.
5236         (imap-debug): Add imap-fetch-safe.
5237
5238 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5239
5240         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5241         (auth-source-forget-all-cached): New convenience function.
5242         (auth-source-user-or-password): Accept list of modes or a single mode.
5243
5244         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5245         auth-source modes.
5246
5247         * netrc.el (netrc-machine-user-or-password): Use list of
5248         auth-source modes.
5249
5250         * nnimap.el (nnimap-open-connection): Use list of
5251         auth-source modes.
5252
5253         * nntp.el (nntp-send-authinfo): Use list of
5254         auth-source modes.
5255
5256 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5257
5258         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5259         now.
5260
5261 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5262
5263         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5264         coding system in XEmacs; add a workaround for XEmacs.
5265
5266         * lpath.el: Fbind coding-system-aliasee.
5267
5268 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5271         of current-language-environment.
5272
5273 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5274
5275         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5276         available at runtime.
5277
5278 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5281
5282 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5283
5284         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5285         the greatest positive fixnum value doesn't work under an XEmacs with
5286         bignum support; use the most-positive-fixnum constant instead,
5287         available since Emacs 21.1 with cl and XEmacs 21.1.
5288
5289 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5290
5291         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5292         XEmacs gets not to work.
5293
5294 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5295
5296         * mm-util.el (mm-coding-system-priorities): Allow the value like
5297         "Japanese (UTF-8)" of current-language-environment.
5298
5299 2009-01-09  Glenn Morris  <rgm@gnu.org>
5300
5301         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5302         with last-command-event.
5303
5304 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5305
5306         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5307         in the doc string.
5308
5309         * message.el (message-fix-before-sending): Amend comment.
5310
5311 2009-01-08  Dave Love  <fx@gnu.org>
5312
5313         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5314
5315 2009-01-07  David Engster  <dengste@eml.cc>
5316
5317         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5318         simplified server definitions by converting it via
5319         gnus-server-to-method.
5320
5321 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5324         parameter's operands.
5325
5326 2009-01-06  David Engster  <dengste@eml.cc>
5327
5328         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5329         primary select method (for gnus-group-mark-article-as-read).
5330
5331 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5332
5333         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5334         `(gnus)Face', not `(gnus)X-Face'.
5335
5336 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5337
5338         * mm-util.el (mm-ucs-to-char): New function.
5339
5340         * mm-url.el (mm-url-decode-entities): Use it.
5341
5342         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5343         unicode-to-char.
5344
5345 2009-01-05  Dave Love  <fx@gnu.org>
5346
5347         * time-date.el: Require cl for `declare'.
5348
5349 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5350
5351         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5352         Dave Love.
5353
5354 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5355
5356         * message.el (message-fix-before-sending): Add `eight-bit' to
5357         illegible-text check.
5358
5359 2009-01-03  Michael Olson  <mwolson@gnu.org>
5360
5361         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5362         `headers' is nil.  This can occur if the IMAP server does not have
5363         permissions to read messages from a folder, but can write new messages
5364         to the folder.
5365         (nnimap-request-article-part): Do not insert `data' if it is nil.
5366
5367         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5368         characters which will confuse `read', so skip past them.
5369
5370 2009-01-01  Dave Love  <fx@gnu.org>
5371
5372         * imap.el (imap-string-to-integer): Fix typo.
5373         (imap-fetch-safe): New function.
5374         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5375
5376         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5377
5378         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5379         (imap-parse-greeting): Fix doc strings.
5380         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5381         (imap-parse-flag-list): Make messages unique.
5382         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5383
5384         * nnimap.el: Fix author email.
5385         (nnimap-split-rule): Add FIXME comment.
5386         (nnimap-debug): Fix doc string.
5387
5388 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5389
5390         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5391
5392 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5393
5394         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5395         nslookup if resolv.conf isn't available.
5396         (dns-query): Rename from query-dns.
5397         (dns-query-cached): Rename from query-dns-cached.
5398
5399 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5402         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5403         to check if those variables exist (first appeared in Emacs 18.50).
5404
5405 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5406
5407         * mm-util.el (mm-line-number-at-pos): New function.
5408
5409         * spam-report.el (spam-report-process-queue): Use it.
5410
5411 2008-12-24  David Engster  <dengste@eml.cc>
5412
5413         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5414         parameters that haven't existed as variables as buffer-local variables.
5415
5416 2008-12-23  Dave Love  <fx@gnu.org>
5417
5418         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5419         cadar.
5420
5421         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5422         imap-starttls-p.
5423         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5424
5425 2008-12-22  Dave Love  <fx@gnu.org>
5426
5427         * imap.el: Fix author email.  Doc fixes.
5428         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5429         reply.
5430
5431 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5432
5433         * spam-report.el (spam-report-gmane-max-requests): New constant.
5434         (spam-report-gmane-wait): New variable.
5435         (spam-report-gmane-ham, spam-report-gmane-spam)
5436         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5437         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5438         the server.
5439
5440         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5441         Add explanations.
5442
5443         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5444         nnheader-accept-process-output and nnheader-read-timeout if available.
5445         (pop3-movemail): Use it.
5446
5447         * message.el (message-check-news-body-syntax): Fix signature check if
5448         there's an attachment.
5449
5450 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5451
5452         * mm-util.el: Add comments to the mm- emulating functions.
5453
5454 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5455
5456         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5457         Reported by Stephen Berman <stephen.berman@gmx.net>.
5458
5459 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5460
5461         * mm-util.el (mm-substring-no-properties): New function.
5462         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5463         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5464         (mm-string-to-multibyte): Doc fix.
5465
5466         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5467
5468 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5469
5470         * mml.el (mml-attach-file): Strip text properties from file name.
5471         (Bug#1574)
5472
5473 2008-12-16  Glenn Morris  <rgm@gnu.org>
5474
5475         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5476
5477 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5478
5479         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5480         knows since the charset specified might be a bogus alias that
5481         mm-charset-synonym-alist provides.
5482
5483 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5484
5485         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5486         "ISO_8859-1".
5487
5488         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5489
5490 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * mm-util.el (mm-charset-eval-alist):
5493         Define it before mm-charset-to-coding-system.
5494         (mm-charset-to-coding-system): Add optional argument `silent';
5495         define it before mm-charset-override-alist.
5496         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5497         default value if it can be used in Emacs currently running;
5498         silence mm-charset-to-coding-system.
5499
5500 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5503         `allow-override' which says whether to use `mm-charset-override-alist'.
5504         (rfc2047-decode-encoded-words): Use it.
5505
5506         * mm-util.el (mm-charset-override-alist): Fix custom type;
5507         add `(gb2312 . gbk)' to choices.
5508
5509 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5512         fast.
5513
5514         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5515
5516         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5517
5518 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5519
5520         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5521         on links.
5522
5523         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5524
5525 2008-12-03  Lute Kamstra  <lute@gnu.org>
5526
5527         * sha1.el: Remove leading * from docstrings of defcustoms,
5528         deffaces, defconsts and defuns.
5529
5530 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5531
5532         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5533         users' addresses that don't have domain parts.
5534         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5535         rather than message-narrow-to-head since there will be the message
5536         header separator.
5537
5538 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5539
5540         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5541         since the result is inserted in a unibyte buffer anyway.
5542         (nnimap-demule-use-string-to-multibyte): Remove.
5543         (nnimap-demule): Alias it to mm-string-to-multibyte.
5544
5545 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5546
5547         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5548         variable for debugging bug#464 and bug#1174.
5549         (nnimap-demule): Use it.
5550
5551 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5552
5553         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5554         score calculation correctly.
5555
5556 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5557
5558         * message.el (message-send-mail): Just set the buffer to unibyte
5559         rather than use mm-with-unibyte-current-buffer which does a lot more.
5560         (message-send-mail-partially): Don't bother with
5561         mm-with-unibyte-current-buffer since it's already been made unibyte by
5562         message-send-mail.
5563
5564 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5565
5566         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5567
5568 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5569
5570         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5571
5572 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5573
5574         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5575         require itself and to remove `with-no-warnings'.
5576
5577 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5578
5579         * starttls.el (starttls-any-program-available): Get the name of the
5580         available TLS layer program.
5581         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5582         well as the host name in the "opening" message.
5583
5584         * auth-source.el (auth-source-cache, auth-source-do-cache)
5585         (auth-source-user-or-password): Cache passwords and logins by default,
5586         allow override with `auth-source-do-cache'.
5587         (auth-source-forget-user-or-password): Allow users to remove cache
5588         entries if needed.
5589
5590 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5591
5592         * md4.el (md4-buffer): Fix typo in docstring.
5593         (md4, md4-64): Doc fixes.
5594         (md4-pack-int32): Reflow docstring.
5595
5596 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5597
5598         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5599         condition-case to only the forward-sexp call.
5600
5601 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5602
5603         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5604         quotes contained.  Make it more robust regardless by an extra
5605         condition-case wrapper.
5606
5607 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5610
5611 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5612
5613         * nnml.el (nnml-request-expire-articles): Check if the function set to
5614         `nnmail-expiry-target' returns the symbol `delete'.
5615
5616         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5617
5618         * nnmail.el (nnmail-expiry-target): Fix custom type.
5619
5620 2008-10-02  Glenn Morris  <rgm@gnu.org>
5621
5622         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5623         Silence compiler warning.
5624
5625 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5626
5627         * tls.el (open-tls-stream): Show the actual command being
5628         executed, instead of the format string.
5629
5630 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5631
5632         * lpath.el: Fbind codepage-setup for Emacs 23.
5633
5634 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5635
5636         * mml.el (mml-menu): Don't assume mml2015 is bound.
5637
5638 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5641         exists.
5642
5643 2008-09-27  Glenn Morris  <rgm@gnu.org>
5644
5645         * gnus-util.el (mail-header-remove-comments): Autoload it.
5646
5647 2008-09-27  Andreas Schwab  <schwab@suse.de>
5648
5649         * gnus-util.el (gnus-split-references): Strip comments.
5650         (gnus-parent-id): Likewise.
5651
5652 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5653
5654         * message.el (message-confirm-send): Fix version.
5655
5656 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5657
5658         * message.el (message-idna-to-ascii-rhs-1): Use
5659         mail-extract-address-components rather than mail-header-parse-addresses
5660         that is an alias by default to ietf-drums-parse-addresses that does not
5661         support non-ASCII names in headers' contents.
5662
5663 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5664
5665         * message.el (message-confirm-send): Fix variable documentation to
5666         avoid the "y/n" wording.
5667
5668 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5669
5670         * message.el (message-set-auto-save-file-name): Save to a different
5671         filename so multiple messages (especially drafts) can be recovered.
5672
5673 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5674
5675         * message.el (message-confirm-send): Add appropriate version.
5676
5677 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5678
5679         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5680         defvar.
5681
5682 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5683
5684         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5685         (mm-pkcs7-enveloped-magic): Ditto.
5686
5687 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5688
5689         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5690         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5691
5692 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5693
5694         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5695         default, it's better.
5696
5697 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5698
5699         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5700         summary line gnus-number property and ignore them (with a warning
5701         message).
5702
5703 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5704
5705         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5706         macro caddr in the interactive form since it won't be expanded.
5707
5708 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5709
5710         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5711         `charset'; fix name of function called recursively.
5712         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5713
5714 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5715
5716         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5717         (gnus-mime-set-charset-parameters): New function.
5718         (gnus-mime-view-part-as-charset): Use it to correctly display part
5719         specifying wrong charset.
5720
5721 2008-09-08  David Engster  <dengste@eml.cc>
5722
5723         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5724         in completing-read for back end server.
5725
5726 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5727
5728         * message.el (message-confirm-send): New variable to confirm sending a
5729         message.
5730         (message-send): Use it.
5731
5732 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5733
5734         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5735
5736 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5737
5738         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5739
5740 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5741
5742         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5743         prevent tracking too many groups.
5744         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5745         Use it.
5746
5747 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5748
5749         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5750         moving point to the bottom of the window in order to avoid recentering.
5751
5752 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5753
5754         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5755
5756         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5757         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5758         (gnus-article-beginning-of-window): Fix calculation.
5759
5760 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * gnus-msg.el (gnus-summary-supersede-article)
5763         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5764         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5765         message header.
5766
5767 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5768
5769         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5770         pending output coming after the status change.
5771
5772 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5773
5774         * message.el:
5775         * gnus-start.el:
5776         * gnus-registry.el: Remove VMS support.
5777
5778 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5779
5780         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5781         macro.
5782         (rfc2104-hash): Use it.
5783
5784 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5785
5786         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5787         (gnus-summary-sort-by-most-recent-date): New commands.
5788         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5789         and menu entries.
5790
5791 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5794         don't redisplay article for raw contents; remove plural articles stuff.
5795
5796         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5797         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5798         on gnus-summary-save-article; display results properly.
5799
5800 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5801
5802         * lpath.el: No need to fbind ns-focus-frame.
5803
5804 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5807
5808 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * gnus-art.el (gnus-summary-save-in-pipe):
5811         Consider gnus-save-all-headers.
5812
5813 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5814
5815         * gnus-util.el (ns-focus-frame): Remove declaration.
5816         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5817         like x.
5818
5819 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5820
5821         * rfc2104.el (rfc2104-zero): Delete defconst.
5822         (rfc2104-hex-alist): Likewise.
5823         (rfc2104-hex-to-int): Delete func.
5824         (rfc2104-hexstring-to-bitstring): Likewise.
5825         (rfc2104-nybbles): New defconst.
5826         (rfc2104-hash): Rewrite for speed.
5827
5828 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * tls.el (open-tls-stream): Make it work with the 2nd argument
5831         BUFFER that is a string but does not exist as a buffer object, as
5832         mentioned in the doc-string.
5833
5834 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5835
5836         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5837         SXEmacs.
5838
5839 2008-07-16  Glenn Morris  <rgm@gnu.org>
5840
5841         * gnus-util.el (ns-focus-frame): Declare for compiler.
5842
5843 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5844
5845         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5846         set as a group parameter.
5847         (gnus-summary-save-in-pipe): Work when it is called independently.
5848         (gnus-summary-pipe-to-muttprint): Don't modify
5849         gnus-summary-pipe-output-default-command.
5850
5851 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5852
5853         * message.el (message-send-mail-with-sendmail):
5854         Display the error message.
5855
5856 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5857
5858         * gnus-art.el (gnus-default-article-saver):
5859         Add gnus-summary-save-in-pipe to choices.
5860         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5861         gnus-summary-pipe-output-default-command as the default command.
5862         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5863         instead of gnus-last-shell-command.
5864
5865         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5866         New user option.
5867         (gnus-summary-muttprint-program): Mention the value will be changed.
5868         (gnus-summary-save-article): Force showing of all headers.
5869         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5870
5871 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5872
5873         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5874
5875 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5876
5877         * nnimap.el (nnimap-id):
5878         * sieve-manage.el (sieve-manage-open): Doc fixes.
5879
5880 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5881
5882         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5883         if available.
5884
5885 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5886
5887         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5888
5889         * nnkiboze.el (nnkiboze-generate-group):
5890         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5891
5892         * nnmairix.el: Require CL.
5893
5894 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * dgnushack.el: Autoload get-display-table and put-display-table for
5897         XEmacs 21.5.
5898
5899         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5900         21.4 and SXEmacs.
5901
5902 2008-06-15  David Engster  <dengste@eml.cc>
5903
5904         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5905
5906 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5907
5908         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5909         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5910         runtime choice under XEmacs.
5911
5912         * gnus-sum.el (gnus-summary-set-display-table):
5913         Use `gnus-put-display-table', `gnus-get-display-table',
5914         `gnus-set-display-table' for the display table, instead of `aset'.
5915
5916         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5917         Use `gnus-put-display-table', `gnus-get-display-table',
5918         `gnus-set-display-table' for the display table.
5919
5920 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5921
5922         * nnmairix.el: Add autoloads.
5923
5924 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5925
5926         * nnmairix.el (nnmairix-delete-recreate-group)
5927         (nnmairix-update-and-clear-marks): Fix error messages.
5928
5929 2008-06-14  David Engster  <dengste@eml.cc>
5930
5931         * nnmairix.el: Upgrade to version 0.6.
5932         (nnmairix-group-toggle-propmarks-this-group)
5933         (nnmairix-group-toggle-readmarks-this-group)
5934         (nnmairix-group-delete-recreate-this-group)
5935         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5936         (nnmairix-remove-tick-mark-original-article): New commands.
5937         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5938         (nnmairix-propagate-marks-to-nnmairix-groups)
5939         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5940         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5941         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5942         functions needed for marks propagation and manipulation of read marks.
5943         (nnmairix-update-groups): New function.
5944         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5945         (nnmairix-determine-original-group-from-registry)
5946         (nnmairix-determine-original-group-from-path)
5947         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5948         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5949         New helper functions.
5950         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5951         keystrokes for new commands.
5952         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5953         (nnmairix-request-group): Check allow-fast group parameter.
5954         (nnmairix-request-create-group): Set allow-fast group parameter if
5955         nnmairix-allowfast-default is set.
5956         (nnmairix-close-group): Propagate marks upon closing if needed.
5957         (nnmairix-group-toggle-threads-this-group): Use new.
5958         nnmairix-group-toggle-parameter helper function.
5959         (nnmairix-search): Better check for empty search result.
5960         (nnmairix-goto-original-article): Use new helper functions for
5961         determining original article.
5962         (nnmairix-show-original-article): Make sure message-id is in brackets.
5963         (nnmairix-call-mairix-binary): Change variable name.
5964         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5965         helper function.
5966         (nnmairix-widget-toggle-activate): Fix doc string.
5967
5968 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * nnir.el: Require edmacro when compiling with XEmacs.
5971         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5972         available in Emacs 21.
5973
5974 2008-06-11  Glenn Morris  <rgm@gnu.org>
5975
5976         * gnus-util.el (x-focus-frame):
5977         * gnus.el (image-size):
5978         * mm-decode.el (image-size): Declare.
5979
5980         * gnus-picon.el (declare-function): Add compat definition.
5981         (image-size): Declare.
5982
5983         * gnus-group.el (tool-bar-map):
5984         * gnus-sum.el (tool-bar-map): Define for compiler.
5985
5986         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5987
5988         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5989
5990         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5991         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5992         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5993         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5994         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5995         * sieve-manage.el, spam-report.el, spam.el:
5996         Remove unnecessary eval-and-compile of autoloads.
5997
5998 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5999
6000         * auth-source.el: Precise Tramp doc.
6001
6002 2008-06-07  Glenn Morris  <rgm@gnu.org>
6003
6004         * nnmairix.el: Remove unnecessary eval-when-compile.
6005
6006 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6007
6008         * lpath.el: Fbind propertize for XEmacs 21.4.
6009
6010 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6011
6012         * nnir.el: Move here from ../contrib.
6013
6014 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6015
6016         * gnus-util.el (gnus-read-shell-command): New function.
6017         * mm-decode.el (mm-pipe-part):
6018         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6019
6020 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6021
6022         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6023
6024 2008-06-03  Glenn Morris  <rgm@gnu.org>
6025
6026         * pop3.el (nnheader-accept-process-output): Autoload it.
6027
6028 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6029
6030         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6031         are not 2-digit hexadecimal characters that follow `%'s.
6032
6033 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6034
6035         * message.el (message-bogus-recipient-p): Fix type in doc string.
6036         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6037         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6038         Improve custom options.
6039         (message-bogus-recipient-p): Adjust accordingly.
6040
6041 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6042
6043         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6044         long-form month and day names.
6045
6046 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6047
6048         * dgnushack.el: Autoload debug, eudc-expand-inline and
6049         pgg-snarf-keys-region for XEmacs.
6050
6051         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6052
6053         * nnmairix.el: Require edmacro when compiling with XEmacs.
6054
6055 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6056
6057         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6058         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6059
6060 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6061
6062         * auth-source.el: Add more docs.
6063
6064         * netrc.el (netrc-machine): Always match if the port is not given.
6065
6066 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6067
6068         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6069         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6070         retrieval faster in some cases, but might make CPU usage larger.
6071         If this has any bad side effects, we might revert this change.
6072
6073         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6074         seems to make mail retrieval much, much faster.
6075         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6076         unconditionally.
6077
6078         * gnus-draft.el (gnus-group-send-queue):
6079         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6080
6081 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6082
6083         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6084
6085         * message.el (message-bogus-address-regexp): Fix and improve custom
6086         type.
6087         (message-setup-hook): Add message-check-recipients as custom option.
6088
6089 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6090
6091         * message.el (message-cite-function): Remove bogus autoload which crept
6092         in during merge from v5-10.
6093
6094 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6095
6096         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6097
6098         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6099
6100         * auth-source.el: Preliminary Tramp docs.
6101         (auth-sources): Change the default auth-sources to use
6102         EPA .gpg files.
6103
6104 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6105
6106         * nntp.el: Autoload `auth-source-user-or-password'.
6107         (nntp-send-authinfo): Use it.
6108
6109         * nnimap.el: Autoload `auth-source-user-or-password'.
6110         (nnimap-open-connection): Use it.
6111
6112         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6113         for the gnus-message function.
6114         (auth-source-user-or-password): Use it.
6115
6116 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6117
6118         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6119         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6120         (rfc2104-hash): Use it.
6121
6122 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6123
6124         * gnus-art.el (gnus-article-toggle-truncate-lines):
6125         Don't use `iff' in docstring.
6126
6127 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6128
6129         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6130
6131         * gnus-util.el (gnus-extract-address-component-name)
6132         (gnus-extract-address-component-email): Convenience functions around
6133         `gnus-extract-address-components'.
6134
6135         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6136         Use `gnus-extract-address-component-email' to fix bug of comparing full
6137         sender name to `user-mail-address'.
6138
6139 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6140
6141         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6142         catch/throw to optimize.
6143         (gnus-registry-find-keywords): Just use member to find a keyword.
6144
6145 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6146
6147         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6148         is current before calling gnus-server-prepare.
6149         (gnus-server-setup-buffer, gnus-server-update-server)
6150         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6151
6152 2008-05-04  Juri Linkov  <juri@jurta.org>
6153
6154         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6155         (mailcap-file-default-commands): Use mailcap-replace-in-string
6156         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6157         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6158
6159 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6160
6161         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6162
6163 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6164
6165         * gnus.el: Bump version to 0.11.
6166
6167 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6168
6169         * gnus.el: No Gnus v0.10 is released.
6170
6171 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6172
6173         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6174         hooks.
6175         (gnus-update-read-articles): Speed up non-marks-using users.
6176         (gnus-use-marks): Define gnus-use-marks.
6177         (gnus-propagate-marks): Rename variable to something more sensible.
6178
6179 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6180
6181         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6182         (gmm-image-load-path-for-library): Fix typos in docstrings.
6183         (gmm-message): Reflow docstring.
6184
6185 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6186
6187         * mail-source.el (mail-source-set-1, mail-source-bind):
6188         Move auth-source code out of the macro to clean it up and fix bugs.
6189
6190 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6191
6192         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6193         by sender if it's equal to user-mail-address, it's likely to be
6194         useless.
6195
6196         * mail-source.el (mail-source-bind): Don't use user or password if they
6197         are not bound.  Unintern them if they are nil.  Don't use server unless
6198         it's bound, and default it to empty string otherwise.
6199
6200 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6201
6202         * mail-source.el: Load auth-source.el.
6203         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6204         get user name or password, if auth-sources is set up.
6205
6206         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6207         strategy of splitting with parent.
6208         (gnus-registry-split-fancy-with-parent)
6209         (gnus-registry-post-process-groups): Use it and fix prior
6210         bug (returning a list as the split result).
6211
6212         * auth-source.el (auth-sources): Remove server parameter.
6213         (auth-source-pick, auth-source-user-or-password)
6214         (auth-source-user-or-password-imap)
6215         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6216         (auth-source-user-or-password-sftp)
6217         (auth-source-user-or-password-smtp): Remove server parameter.
6218
6219 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6220
6221         * smime.el (smime-sign-region, smime-encrypt-region)
6222         (smime-decrypt-region):
6223         Remove redundant calls to `generate-new-buffer-name'.
6224
6225 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6226
6227         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6228         Don't use QP for message/rfc822.
6229         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6230
6231 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6232
6233         * sieve-manage.el (sieve-string-bytes): Remove.
6234         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6235         correct byte-length only if the process's coding-system is the same as
6236         the one used internally by Emacs to represent strings.
6237
6238 2008-04-22  Juri Linkov  <juri@jurta.org>
6239
6240         * mailcap.el (mailcap-file-default-commands): New function.
6241
6242 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6243
6244         * message.el (message-signature-separator, message-cite-function):
6245         Change custom version.
6246
6247 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6248
6249         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6250         commands.
6251         (tls-checktrust): Ditto.
6252
6253 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6254
6255         * mm-decode.el (mm-display-external): Make temp file read-only.
6256
6257 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6258
6259         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6260         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6261         `C-c C-f d'.
6262
6263 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6264
6265         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6266
6267 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6268
6269         * gnus.el: Bump version to 0.9.
6270
6271 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6272
6273         * gnus.el: No Gnus v0.8 is released.
6274
6275 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6276
6277         * mail-source.el (mail-source-value):
6278         Prefer fboundp to functionp so it works with macros as well.
6279
6280 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6281
6282         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6283         Fix last change in case the element is not even a symbol.
6284
6285 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6286
6287         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6288         Prefer fboundp to functionp so it works with macros as well.
6289
6290 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6291
6292         * auth-source.el: Add docs.
6293         (auth-sources): Modify format to support server.
6294         (auth-source-pick, auth-source-user-or-password)
6295         (auth-source-user-or-password-imap)
6296         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6297         (auth-source-user-or-password-sftp)
6298         (auth-source-user-or-password-smtp): Add server parameter.
6299
6300 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6301
6302         * gnus-registry.el: Initialize the registry when gnus-registry-install
6303         is t.
6304
6305 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * compface.el (uncompface): Make buffer unibyte.
6308
6309 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6310
6311         * mail-source.el (mail-source-value):
6312         Prefer fboundp to functionp so it works with macros as well.
6313
6314 2008-04-05  Glenn Morris  <rgm@gnu.org>
6315
6316         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6317
6318 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6319
6320         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6321         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6322
6323         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6324         multibyteness after rather than before erasing it.
6325
6326         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6327         mm-with-multibyte.
6328         (gnus-request-article-this-buffer): Make sure the proper decoding is
6329         used if gnus-original-article-buffer happens to be unibyte.
6330
6331         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6332         default-enable-multibyte-characters.
6333
6334         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6335         default-enable-multibyte-characters.
6336
6337         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6338
6339         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6340
6341 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6342
6343         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6344         Fix last change in case the element is not even a symbol.
6345
6346 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6347
6348         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6349         (imap-message-copyuid-1): Use it.
6350         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6351         J. Williams in
6352         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6353
6354         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6355         imap-enable-exchange-bug-workaround.
6356         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6357
6358 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6359
6360         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6361         a 100 byte status-checks into a 2-3MB transfer for each group.
6362         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6363         to enable bug workaround or not.
6364         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6365
6366 2008-03-31  Glenn Morris  <rgm@gnu.org>
6367
6368         * message.el (mml2015-use): Declare for compiler.
6369         (message-info): Require mml2015 when appropriate.
6370
6371 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6374         whitespace.
6375
6376 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6377
6378         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6379         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6380         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6381         (nntp-service-to-port): New function.
6382         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6383         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6384         (nntp-open-netcat-stream): New function.
6385         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6386
6387 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6388
6389         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6390
6391 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6392
6393         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6394
6395 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6396
6397         * dns.el (dns-write): Use set-buffer-multibyte.
6398
6399 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6400
6401         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6402
6403 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6404
6405         * message.el (message-signature-separator): Change default.
6406         Improve custom type.
6407         (message-cite-function): Change default to
6408         message-cite-original-without-signature.
6409
6410         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6411         toggle.
6412
6413         * message.el (message-check-news-body-syntax): Fix signature check.
6414         (message-setup-1): Mark buffer as unmodified _after_ running
6415         message-setup-hook and handling message-alternative-emails.
6416         (message-shorten-references): Be more strict when building list of
6417         valid references to comply with GNKSA.
6418
6419         * gnus-group.el (gnus-read-ephemeral-bug-group)
6420         (gnus-read-ephemeral-debian-bug-group)
6421         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6422
6423         * message.el (message-info): Don't use booleanp which isn't supported
6424         in Emacs 21 and XEmacs.
6425
6426 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6427
6428         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6429         gnus-group-gmane-group-download-format.
6430         (gnus-group-read-ephemeral-gmane-group): Rename from
6431         gnus-group-read-ephemeral-gmane-group.
6432         (gnus-read-ephemeral-gmane-group-url): Rename from
6433         gnus-group-read-ephemeral-gmane-group-url.
6434         (gnus-bug-group-download-format-alist): New variable.
6435         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6436         (gnus-read-ephemeral-emacs-bug-group): New commands.
6437
6438 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6439
6440         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6441         (gnus-visible-headers): Improve custom type.
6442
6443 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6444
6445         * mml.el (mml-menu): Add workarounds for XEmacs.
6446
6447         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6448         X-Boundary header.
6449
6450         * message.el (message-simplify-recipients): Fix previous commit.
6451
6452 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6453
6454         * mm-util.el (mm-set-buffer-multibyte): New function.
6455         * mm-decode.el (mm-copy-to-buffer): Use it.
6456
6457         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6458         Prefer fboundp to functionp so it works with macros as well.
6459
6460 2008-03-19  Glenn Morris  <rgm@gnu.org>
6461
6462         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6463         Accidentally removed in the sync process with Emacs.
6464
6465 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6466
6467         * message.el (message-alter-recipients-discard-bogus-full-name):
6468         New function.
6469         (message-alter-recipients-function): New variable.
6470         (message-get-reply-headers): Use it.
6471         (message-replace-header): New helper function.
6472         (message-recipients-without-full-name): New variable.
6473         (message-simplify-recipients): New command.
6474
6475         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6476
6477         * message.el (message-info): Handle EasyPG manual.
6478
6479         * mml.el (mml-menu): Add entry for EasyPG.
6480
6481 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6482
6483         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6484         parameter.
6485
6486         * message.el (message-disassociate-draft): Specify drafts group name
6487         fully.
6488
6489 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6490
6491         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6492         Eliminate unnecessary duplicates from the match list.
6493
6494 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6495
6496         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6497
6498         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6499
6500         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6501         args of `how-many' of which the XEmacs version doesn't take; declare
6502         Info-index-next as function.
6503
6504 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6505
6506         * gnus-score.el (gnus-score-headers): Fix handling of
6507         gnus-inhibit-slow-scoring.
6508
6509         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6510         string.
6511         (gnus-button-url-regexp): Improve handling of parenthesis.
6512         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6513         (gnus-button-handle-info-keystrokes): Handle index entries.
6514
6515 2008-03-15  Glenn Morris  <rgm@gnu.org>
6516
6517         * parse-time.el (parse-time-string): Simplify.
6518
6519 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6522         Incoming* files.
6523
6524 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6525
6526         * auth-source.el (auth-sources): Rename from auth-source-choices.
6527         (auth-source-pick): Use it.
6528
6529 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6530
6531         * binhex.el (binhex-decode-region-internal):
6532         * uudecode.el (uudecode-decode-region-internal):
6533         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6534         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6535         setting default-enable-multibyte-characters.
6536
6537 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6538
6539         * auth-source.el (auth-source-protocols)
6540         (auth-source-protocols-customize, auth-source-choices): Add and
6541         modified variable customizations and defaults.
6542         (auth-source-pick, auth-source-user-or-password)
6543         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6544         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6545         (auth-source-user-or-password-sftp)
6546         (auth-source-user-or-password-smtp): Use new variables and provide an
6547         interface to netrc.el.
6548
6549 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6550
6551         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6552         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6553         Make sure the nntp port to specify is a string.
6554
6555 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6556
6557         * nntp.el: Use with-current-buffer.
6558         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6559         dubious mm-with-unibyte-current-buffer.
6560         (nntp-with-open-group-function): New function extracted from
6561         nntp-with-open-group macro.
6562         (nntp-with-open-group): Use the function, so it's easier to debug.
6563         Add indentation and debugging info.
6564         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6565         Recommend the use of the netcat alternatives.
6566
6567         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6568         Avoid mm-string-as-multibyte as well.
6569
6570         * nnweb.el (nnweb-insert-html):
6571         Remove use of nnheader-string-as-multibyte.
6572
6573         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6574         (nnheader-string-as-multibyte): Remove.
6575
6576         * mm-view.el: Use inhibit-read-only.
6577         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6578         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6579         or unibyte-string.
6580
6581         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6582         (mm-uu-yenc-extract): Use with-current-buffer.
6583
6584         * gnus-soup.el (gnus-soup-send-packet): Don't use
6585         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6586
6587         * nnmh.el: Use with-current-buffer.
6588         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6589         mm-string-as-multibyte on the output of mm-encode-coding-string.
6590
6591         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6592         (nnimap-request-move-article): Use with-current-buffer.
6593
6594         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6595         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6596         conversion uses string-make-unibyte rather than string-as-unibyte.
6597
6598         * gnus-msg.el: Use with-current-buffer.
6599
6600         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6601
6602 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6603
6604         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6605         string for caching if it is 'PIN.
6606
6607 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * lpath.el: Consider the case without Emacs/W3.
6610
6611 2008-03-08  Glenn Morris  <rgm@gnu.org>
6612
6613         * time-date.el (date-to-time, time-subtract, time-add)
6614         (safe-date-to-time): Doc fixes.
6615
6616 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6617
6618         * mail-source.el (mail-source-delete-old-incoming-confirm):
6619         Change default to nil.
6620         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6621
6622 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6623
6624         * lpath.el: Rearrange.
6625
6626         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6627         (gnus-article-goto-prev-page): Work for articles having ^L's.
6628
6629         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6630
6631         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6632
6633 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6634
6635         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6636         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6637         (gnus-bookmark-jump): Adjust some variable names.
6638
6639 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6640
6641         * auth-source.el: New package.
6642         (auth-source-choices): Add customization entry point variable.
6643
6644         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6645         bug.
6646
6647 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6648
6649         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6650         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6651         (gnus-registry-install-shortcuts): Rename from
6652         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6653         the `gnus-registry-mark-map' keymap dynamically from
6654         `gnus-registry-marks'.  The generated functions update the summary line
6655         when a registry mark is added or deleted, and will call
6656         `gnus-registry-install-p' (see the comments in the code).
6657         (gnus-registry-user-format-function-M): Use concat intelligently.
6658
6659         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6660         the registry mark functions.
6661
6662 2008-03-05  Glenn Morris  <rgm@gnu.org>
6663
6664         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6665         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6666         gnus-art.
6667         (top-level): No need to load own source when compiling.
6668
6669 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6670
6671         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6672         Suggested by <chris.anderton@zetnet.co.uk>.
6673
6674 2008-03-04  Glenn Morris  <rgm@gnu.org>
6675
6676         * gnus-sum.el (top-level): No need to require gnus when compiling,
6677         since unconditionally required near start of file.
6678         (gnus-summary-display-while-building): Move definition before use.
6679
6680 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6681
6682         * gnus-registry.el (gnus-registry-user-format-function-M):
6683         Add formatting function.
6684
6685 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6686
6687         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6688         with plists.
6689         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6690         Use new format.
6691
6692 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6693
6694         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6695         `where-is-internal' that returns a range of key sequences.
6696
6697 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6698
6699         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6700
6701         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6702         (gnus-summary-jump-to-group): Consider windows on other displayed
6703         frames as well.  Similar changes might be needed elsewhere, but that's
6704         the one I've bumped into during my use.
6705
6706         * nndoc.el (nndoc-oe-dbx-type-p):
6707         * gnus-msg.el (gnus-debug):
6708         * gnus-group.el (gnus-update-group-mark-positions):
6709         Use mm-string-to-multibyte.
6710
6711 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6712
6713         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6714         doesn't handle NotDashEscaped.
6715
6716         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6717         (mml-dnd-attach-options): Fix typo in custom choice.
6718
6719         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6720         Change nndoc-article-type to mbox.
6721         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6722
6723         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6724         to nil, instead of html2text.
6725
6726         * imap.el (imap-debug): Add `imap-ping-server'.
6727
6728         * gnus-bookmark.el: Add FIXMEs.
6729
6730         * message.el (message-form-letter-separator)
6731         (message-send-form-letter-delay): New variables.
6732         (message-send-form-letter): Use them.  New command to send form
6733         letters.  Requested by Uwe Siart.
6734         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6735
6736 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6737
6738         * Update copyright years.
6739
6740 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6741
6742         Sync from EMACS_22_BASE.
6743
6744         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6745
6746 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6747
6748         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6749         empty author.
6750
6751 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6752
6753         * gnus-registry.el (gnus-registry-marks): Add variable for
6754         customization of marks and their appearance.
6755         (gnus-registry-read-mark): Use it.
6756         (gnus-registry-do-marks): Add utility function to loop through
6757         `gnus-registry-marks'.
6758         (gnus-registry-install-shortcuts-and-menus): Add function to install
6759         shortcuts and menus.
6760         (gnus-registry-initialize): Use it.
6761         (gnus-registry-default-mark): Clarify documentation.
6762
6763 2008-02-29  Glenn Morris  <rgm@gnu.org>
6764
6765         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6766         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6767         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6768         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6769         Change defcustom :version from 23.0 to 23.1.
6770
6771 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6772
6773         * gnus-registry.el (gnus-registry-follow-group-p)
6774         (gnus-registry-post-process-groups): Add functions to aid registry
6775         splitting and improve logging.  Clarify behavior in function
6776         documentation.
6777         (gnus-registry-split-fancy-with-parent): Use them.
6778
6779 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6780
6781         * gnus-art.el: Use with-current-buffer.
6782
6783 2008-02-27  David Engster  <dengste@eml.cc>
6784
6785         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6786         Express real group name in the response.
6787
6788 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6791         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6792         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6793         autoload gnus-registry-fetch-group when compiling.
6794         (nnmairix-request-group-with-article-number-correction):
6795         Remove unreferenced argument passed to nnmairix-call-backend.
6796
6797 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6798
6799         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6800         (mm-uu-extract): Improve face for low color ttys.
6801         Reported by Sascha Wilde.
6802
6803 2008-02-27  Glenn Morris  <rgm@gnu.org>
6804
6805         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6806         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6807         variables to defconsts.  Convert comments to doc-strings.
6808         (nnmairix-last-server, nnmairix-current-server): Convert from free
6809         variables to defvars.  Convert comments to doc-strings.
6810         (gnus-registry-fetch-group): Autoload.
6811         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6812         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6813         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6814         caddr.
6815         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6816         nnmairix-request-group-with-article-number-correction call.
6817         (nnmairix-fast, nnmairix-group): New, less general names, for free
6818         variables passed from nnmairix-request-group to
6819         nnmairix-request-group-with-article-number-correction.  Declare.
6820         (nnmairix-request-group-with-article-number-correction):
6821         Use nnmairix-fast, nnmairix-group rather than fast, group.
6822
6823 2008-02-26  David Engster  <dengste@eml.cc>
6824
6825         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6826         version 0.5.
6827
6828 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6829
6830         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6831         instead of making an extra function call.  Don't add the current group
6832         to articles only when they have the group.  Use
6833         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6834         Reported by David <de_bb@arcor.de>.
6835
6836 2008-02-24  Miles Bader  <miles@gnu.org>
6837
6838         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6839         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6840         (mm-find-mime-charset-region):
6841         * mm-bodies.el (mm-encode-body):
6842         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6843
6844 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6847         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6848
6849 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6850
6851         * mail-source.el (mail-source-delete-incoming): Change default.
6852         Supplement doc string.
6853
6854         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6855
6856 2008-02-14  Glenn Morris  <rgm@gnu.org>
6857
6858         * time-date.el (format-seconds): New function.
6859
6860 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6861
6862         * nnmail.el (nnmail-message-id-cache-file): Derive from
6863         `gnus-home-directory'.
6864
6865 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6866
6867         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6868         Document negative prefix.
6869
6870         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6871
6872 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6873
6874         * message.el (message-unsent-separator): Add the Exim bounce
6875         separator.
6876
6877 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6878
6879         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6880         list.
6881         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6882         recipient/signer list.
6883
6884 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6885
6886         * Makefile.in (datarootdir): Define.
6887         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6888         name that might contain whitespace.
6889
6890 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6891
6892         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6893         fbound (Emacs 23 unicode), signal an error.
6894
6895 2008-02-08  Glenn Morris  <rgm@gnu.org>
6896
6897         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6898
6899 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6900
6901         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6902         ports to the calls to `netrc-machine-user-or-password' in addition to
6903         "imap" and "imaps".
6904
6905 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6906
6907         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6908
6909         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6910
6911 2008-02-01  Kenichi Handa  <handa@m17n.org>
6912
6913         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6914         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6915         (rfc2104-hash): Convert the result of concat to unibyte string.
6916
6917 2008-02-01  Dave Love  <fx@gnu.org>
6918
6919         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6920         coding-system-for-read.
6921         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6922
6923 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6924
6925         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6926         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6927         <hanche@math.ntnu.no>.
6928
6929 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6932
6933         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6934
6935 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6936
6937         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6938         * message.el (message-beginning-of-line): Use featurep instead of bound
6939         tests in order to resolve conditionals at compile time.
6940
6941 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6942
6943         * mail-source.el (mail-sources): Add `group' choice.
6944
6945         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6946         parameter `in-group' to control into which group the articles go.
6947         Add treatment of `group' mail-source.
6948
6949 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6950
6951         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6952
6953         * mm-decode.el (mm-dissect-buffer): Decode description.
6954
6955         * mml.el (mml-to-mime): Encode message header first.
6956
6957 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6958
6959         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6960         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6961
6962         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6963         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6964
6965 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6966
6967         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6968
6969 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6970
6971         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6972         prefix keys.
6973         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6974         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6975         gnus-xmas.el.
6976
6977         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6978         (gnus-xmas-article-describe-bindings): New function.
6979         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6980         gnus-xmas-article-describe-bindings.
6981
6982         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6983
6984 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6985
6986         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6987         Add new variables for article mark management.
6988         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6989         list of extra data entries which, when present, will indicate that the
6990         article ID should not be trimmed from the registry.
6991         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6992         functions.
6993         (gnus-registry-read-mark): New function to read a mark name from the
6994         user.
6995         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6996         (gnus-registry-set-article-mark-internal): New functions to add and
6997         remove marks.
6998         (gnus-registry-get-article-marks): New function to show the marks for
6999         an article, or retrieve them for further use.
7000
7001 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7002
7003         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7004         keys when no argument is given.
7005
7006 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7007
7008         * imap.el (imap-ping-server): New variable.
7009         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7010         (imap-ping-server): Minor doc string fixes.
7011
7012 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7013
7014         * imap.el (imap-ping-server): New function.
7015         (imap-opened): Call imap-ping-server.
7016
7017 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7018
7019         * gnus-sum.el (gnus-article-sort-by-random)
7020         (gnus-thread-sort-by-random): Fix doc strings.
7021         Reported by jidanni@jidanni.org.
7022
7023 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * gnus-art.el (gnus-article-describe-bindings): New function.
7026         (gnus-article-read-summary-keys): Use it.
7027         (gnus-article-mode-map): Bind `C-h b' to it.
7028
7029 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7030
7031         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7032         XEmacs.
7033         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7034         Protect against non-character events.
7035
7036         * lpath.el: Fbind map-keymap for Emacs 21.
7037
7038 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7039
7040         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7041         New command.
7042         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7043         instead of END.  Change name of the temp file.
7044         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7045         customizable.
7046
7047 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7048
7049         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7050         bind `S W' to gnus-article-wide-reply-with-original; set default
7051         binding to gnus-article-read-summary-send-keys.
7052         (gnus-article-read-summary-keys): Fix the order of keys; display
7053         continuation keys correctly in the echo area; describe bindings
7054         correctly when keys end with `C-h'.
7055         (gnus-article-read-summary-send-keys): New function.
7056         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7057         Work for gnus-article-read-summary-send-keys; display continuation keys
7058         correctly in the echo area.
7059         (gnus-article-reply-with-original): Ignore prefix argument.
7060         (gnus-article-wide-reply-with-original): New function.
7061
7062         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7063         Emacs 21.
7064
7065 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7066
7067         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7068         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7069
7070 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7071
7072         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7073         (gnus-group-read-ephemeral-gmane-group): New command.
7074
7075 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7076
7077         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7078
7079 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7080
7081         * message.el (message-send-mail-function): Increase custom version.
7082
7083         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7084         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7085
7086 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7087
7088         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7089         for the cases where imap-authenticate is called with a nil buffer
7090         parameter.
7091
7092 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7095         html parts correctly; support forwarded messages.
7096         (gnus-article-browse-html-article): Remove work buffers.
7097
7098         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7099         compiling.
7100         (netrc-bound-and-true-p): New macro.
7101         (netrc-parse): Use it instead of bound-and-true-p that is not available
7102         in XEmacs 21.4.
7103
7104 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7105
7106         * gnus-registry.el (gnus-registry-mark-article)
7107         (gnus-registry-article-marks): Add functionality to mark articles
7108         through the Gnus registry.
7109
7110         * encrypt.el: Clarify documentation for the new pgg method.
7111         (encrypt-file-alist): Add PGG option.
7112         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7113         functionality.  Abstract password key and messaging to external
7114         functions.
7115         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7116         (encrypt-message-method-and-cipher): Add new convenience external
7117         functions.
7118         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7119         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7120
7121         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7122         (netrc-parse): Use encrypt-file-alist to determine if
7123         encrypt-find-model or encrypt-insert-file-contents should be used.
7124
7125         * encrypt.el: Clarify documentation.  Load password-cache or
7126         password, whichever one is found first, instead of autoloading.
7127
7128 2007-12-19  Glenn Morris  <rgm@gnu.org>
7129
7130         * mml.el (message-options-set, message-narrow-to-head)
7131         (message-in-body-p, message-mail-p, message-encode-message-body):
7132         Autoload.
7133         (message-remove-header, message-narrow-to-headers-or-head)
7134         (message-subscribed-p, message-make-mail-followup-to)
7135         (message-position-on-field, message-news-p)
7136         (message-options-set-recipient, message-generate-headers)
7137         (message-sort-headers): Declare as functions.
7138
7139 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7140
7141         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7142         convention in doc string.
7143
7144 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7145
7146         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7147         title to html parts.
7148         (gnus-article-browse-html-article): Pass message header to it.
7149
7150         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7151
7152 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7153
7154         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7155         or password compatible with XEmacs.
7156
7157 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7158
7159         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7160         format document.
7161         (gnus-mime-delete-part): Don't write description line if empty.
7162         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7163
7164 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7165
7166         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7167         (gnus-summary-mark-read-and-unread-as-read)
7168         (gnus-summary-mark-current-read-and-unread-as-read)
7169         (gnus-summary-mark-unread-as-ticked): Doc fix.
7170         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7171
7172 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7173
7174         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7175         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7176
7177 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7178
7179         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7180         yes-or-no-p.
7181
7182 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * mm-decode.el (mm-add-meta-html-tag): New function.
7185         (mm-save-part-to-file, mm-pipe-part): Use it.
7186
7187         * gnus-art.el (gnus-article-browse-delete-temp-files):
7188         Use gnus-y-or-n-p instead of y-or-n-p.
7189         (gnus-article-browse-html-parts): Work with message/external-body; use
7190         mm-add-meta-html-tag.
7191
7192 2007-12-11  Glenn Morris  <rgm@gnu.org>
7193
7194         * gnus-cache.el: Require gnus-sum not just when compiling.
7195
7196         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7197
7198         * gnus-int.el (gnus-server-opened, gnus-status-message):
7199         Move definitions before use.
7200
7201         * mm-decode.el: Require gnus-util.
7202         (mm-remove-part): Only call delete-annotation on XEmacs.
7203
7204         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7205
7206         * nnmail.el: Require gnus-int.
7207
7208         * spam.el: Move `require's before `eval-when-compile's.
7209
7210         * gnus-ems.el (gnus-alive-p):
7211         * gnus-fun.el (message-goto-eoh):
7212         * gnus-util.el (gnus-group-name-decode):
7213         * mail-source.el (gnus-compress-sequence):
7214         * message.el (Info-goto-node, format-spec):
7215         * mm-bodies.el (message-options-get):
7216         * mm-decode.el (mm-view-pkcs7):
7217         * mm-util.el (gmm-write-region):
7218         * mml-smime.el (mml-compute-boundary)
7219         (gnus-completing-read-with-default):
7220         * mml.el (widget-button-press, gnus-make-hashtable):
7221         * mml1991.el (mm-decode-content-transfer-encoding)
7222         (mm-encode-content-transfer-encoding)
7223         (message-options-get, message-options-set):
7224         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7225         * nnfolder.el (gnus-request-group):
7226         * nnheader.el (ietf-drums-unfold-fws):
7227         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7228         * smime.el (gnus-run-mode-hooks):
7229         * spam-stat.el (gnus-message): Autoload.
7230
7231         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7232         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7233         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7234         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7235         Add declare-function compatibility definition.
7236
7237         * gnus-cache.el (nnvirtual-find-group-art):
7238         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7239         (gnus-add-image, gnus-add-wash-type):
7240         * gnus-group.el (nnkiboze-score-file):
7241         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7242         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7243         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7244         (message-tokenize-header, gnus-get-buffer-create)
7245         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7246         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7247         * gnus.el (gnus-group-decoded-name):
7248         * mail-source.el (imap-capability):
7249         * mm-bodies.el (message-options-set):
7250         * mm-decode.el (gnus-configure-windows):
7251         * mm-extern.el (message-goto-body):
7252         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7253         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7254         (epg-sub-key-validity, message-options-set):
7255         * mml.el (widget-event-point, gnus-configure-windows):
7256         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7257         * mml2015.el (epg-check-configuration, epg-configuration)
7258         (message-options-set):
7259         * nndb.el (nndb-request-article):
7260         * nnfolder.el (gnus-request-create-group):
7261         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7262         * nnmaildir.el (gnus-group-mark-article-read):
7263         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7264         * rfc1843.el (message-fetch-field):
7265         * spam.el (gnus-extract-address-components):
7266         Declare as functions.
7267
7268 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7271
7272         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7273
7274         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7275         bind show-trailing-whitespace for XEmacs.
7276
7277 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7278
7279         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7280         new no-op macro for backward compatibility.
7281
7282         * imap.el (imap-string-to-integer): New function.
7283
7284 2007-12-09  Glenn Morris  <rgm@gnu.org>
7285
7286         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7287
7288         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7289         * message.el, mm-view.el, sieve-manage.el, smime.el:
7290         Add declare-function compatibility definition.
7291
7292         * gnus-art.el (w3-region, w3m-region, Info-menu):
7293         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7294         * gnus-sum.el (gnus-get-predicate):
7295         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7296         * message.el (mail-abbrev-in-expansion-header-p):
7297         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7298         (w3m-detect-meta-charset, w3m-region):
7299         * sieve-manage.el (password-read, password-cache-add)
7300         (password-cache-remove):
7301         * smime.el (password-read-and-add): Declare as functions.
7302
7303 2007-12-08  David Kastrup  <dak@gnu.org>
7304
7305         * gnus-sum.el (gnus-summary-simplify-subject-query):
7306         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7307         `message'.
7308
7309 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7312         it to bind idna-program, installation-directory, defined-colors, and
7313         face-attribute for XEmacs of the version that compiles defcustom forms.
7314
7315 2007-12-07  Glenn Morris  <rgm@gnu.org>
7316
7317         * gnus-art.el (article-make-date-line): Revert previous change.
7318
7319 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7320
7321         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7322
7323 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7324
7325         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7326         Call gnus-add-to-range ranges only once with a prepared article-list.
7327
7328 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7329
7330         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7331         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7332         group names with backslashes.
7333         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7334
7335 2007-12-06  Deepak Goel  <deego3@gmail.com>
7336
7337         * gnus-art.el (article-make-date-line):
7338         * gnus-start.el (gnus-load):
7339         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7340
7341 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7342
7343         * gnus-art.el (gnus-use-idna)
7344         * gnus-start.el (gnus-site-init-file)
7345         * message.el (message-use-idna)
7346         * mm-uu.el (mm-uu-hide-markers)
7347         * smiley.el (smiley-style): Revert changes that suppress warnings.
7348
7349 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7352         specify charset to html source.
7353         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7354
7355 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7356
7357         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7358         idna-program in order to suppress byte compile warning issued by XEmacs
7359         that came to byte compile the default value section of defcustom forms
7360         recently.
7361
7362         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7363         value of installation-directory.
7364
7365         * message.el (message-use-idna): Don't directly refer to the value of
7366         idna-program.
7367
7368         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7369
7370         * smiley.el (smiley-style): Don't directly call face-attribute.
7371
7372 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7373
7374         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7375
7376         * gnus-dired.el: Reduce Gnus dependencies.
7377         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7378         Don't require.  Use autoloads instead.
7379         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7380         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7381         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7382         (gnus-dired-mode): Adjust doc string.
7383         (gnus-dired-mail-mode): New variable.
7384         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7385         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7386         (gnus-dired-mail-buffers): New function.  Return mail or message
7387         composition buffers.
7388         (gnus-dired-attach): Use it.
7389         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7390         NO-DECODE.
7391         (gnus-dired-print): Use `gnus-print-buffer' depending on
7392         `gnus-dired-mail-mode'.
7393
7394 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7395
7396         * rfc2047.el (rfc2047-encoded-word-regexp)
7397         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7398         explaining what regexp patterns are for.
7399
7400 2007-12-04  Glenn Morris  <rgm@gnu.org>
7401
7402         * password.el: Move to password-cache.el.
7403
7404         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7405         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7406         * mml-smime.el (password-read, password-cache-add)
7407         (password-cache-remove):
7408         No need to autoload, since mml-sec requires password.
7409
7410         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7411         * message.el (gnus-extract-address-components):
7412         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7413
7414         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7415         password.
7416
7417 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7418
7419         * mailcap.el: Reduce dependencies.
7420         (mail-header-parse-content-type): Autoload.
7421         (mailcap-delete-duplicates): New alias.
7422         (mailcap-mime-info): Add optional argument NO-DECODE.
7423         (mailcap-mime-types): Use mailcap-delete-duplicates.
7424
7425         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7426
7427 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7428
7429         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7430         (imap-parse-status): Upcase status-att for servers that sends them
7431         lower-case (e.g., MS Exchange 2007).
7432
7433 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7434
7435         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7436         function.
7437
7438         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7439         (gnus-uu-yenc-article): New function.
7440
7441         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7442
7443         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7444
7445 2007-12-02  Glenn Morris  <rgm@gnu.org>
7446
7447         * binhex.el (binhex): New custom group.
7448         (binhex-decoder-program, binhex-decoder-switches)
7449         (binhex-use-external): Move to the binhex custom group.
7450
7451         * uudecode.el (uudecode): New custom group.
7452         (uudecode-decoder-program, uudecode-decoder-switches)
7453         (uudecode-use-external): Move to the uudecode custom group.
7454
7455         * netrc.el (top-level): Don't load `encrypt' features.
7456         (netrc-parse): Don't use encrypt.
7457         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7458
7459         * encrypt.el: Remove file.
7460
7461 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7462
7463         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7464         matches on patches.
7465
7466         * gnus-art.el (gnus-article-browse-html-article):
7467         Mention `mm-text-html-renderer' in the doc string.
7468
7469         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7470         string.  Add comments.
7471
7472         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7473         if rhs is ASCII.
7474
7475 2007-12-01  Glenn Morris  <rgm@gnu.org>
7476
7477         * mail-source.el (top-level): Require format-spec before
7478         eval-when-compile.
7479
7480 2007-11-30  Glenn Morris  <rgm@gnu.org>
7481
7482         * encrypt.el: Require password, rather than autoloading password-read.
7483
7484 2007-11-29  Glenn Morris  <rgm@gnu.org>
7485
7486         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7487         (sasl-make-client, sasl-next-step, sasl-step-data)
7488         (sasl-step-set-data): Declare as functions.
7489
7490 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7491
7492         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7493
7494 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7495
7496         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7497         certs should be verified and what is to be done in the event of a
7498         verification failure.
7499
7500         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7501         caller can indicate whether the cache should be disregarded for this
7502         call.  This way the result of the call is reproducible at all times and
7503         can be considered a canonical server name for the supplied method.
7504         (gnus-agent-method-p): Canonicalize server names by pushing their
7505         method through `gnus-method-to-server' using the no-cache argument.
7506
7507         * gnus-srvr.el (gnus-server-insert-server-line):
7508         Call `gnus-method-to-server' with `no-cache' argument.
7509
7510         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7511         gnus-agent-possibly-synchronize-flags as this should be called when the
7512         server is actually being opened.
7513         (gnus-agent-possibly-synchronize-flags)
7514         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7515         flags file of an agentized server to the latter function.
7516
7517         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7518         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7519         after a connection has been established successfully.
7520
7521 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7522
7523         * gnus-art.el (article-display-face): Force to display face if called
7524         interactively; check if gnus-article-x-face-too-ugly matches author.
7525         (article-display-x-face): Display face even if From header is missing
7526         as article-display-face does.
7527
7528 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7529
7530         * hashcash.el (message-narrow-to-headers-or-head)
7531         (message-fetch-field, message-goto-eoh)
7532         (message-narrow-to-headers): Declare as functions.
7533
7534 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7535
7536         * mail-source.el (mail-sources): Default to fetch from file for
7537         compatibility with default of nnmail-spool-file.
7538
7539 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7542         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7543         to look for encoded word that should be encoded again.
7544         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7545         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7546         encoding pattern.
7547         (rfc2047-decode-region): Switch strict regexp and loose one according
7548         to rfc2047-allow-irregular-q-encoded-words.
7549
7550 2007-11-25  Romain Francoise  <romain@orebokech.com>
7551
7552         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7553
7554 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7555
7556         * tls.el (tls-program): Provide more custom choices from
7557         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7558         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7559
7560 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7561
7562         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7563         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7564
7565         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7566         `nnmail-spool-file'.
7567
7568         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7569         `nnmail-spool-file'.
7570
7571         * gnus-move.el (gnus-change-server): Ditto.
7572
7573         * gnus-kill.el (gnus-batch-score): Ditto.
7574
7575         * gnus-cache.el (gnus-jog-cache): Ditto.
7576
7577         * gnus-msg.el (gnus-summary-reply):
7578         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7579
7580 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7581
7582         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7583         version.  Minor improvement to doc strings.
7584         (tls-program): Add comment.
7585
7586 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7587
7588         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7589         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7590         mismatch between the hostname provided in the certificate and the name
7591         of the host connnecting to.
7592         (open-tls-stream): Use them.  Check certificates against trusted root
7593         certificates.
7594
7595 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7596
7597         * gnus-cache.el (gnus-cache-generate-nov-databases):
7598         Use nnml-generate-nov-databases-directory instead of
7599         nnml-generate-nov-databases-1.
7600
7601 2007-11-24  Glenn Morris  <rgm@gnu.org>
7602
7603         * message.el (message-tool-bar-retro): Update for rename
7604         mail_send.xpm->mail-send.xpm.
7605
7606 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7607
7608         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7609         `smime-ldap-search' for Emacs 22 and up.
7610
7611 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7612
7613         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7614
7615         * message.el (message-send-mail-function): Fix error convention.
7616         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7617         (message-widen-reply, message-send-mail, message-talkative-question)
7618         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7619         (message-clone-locals, message-send-news): Use with-current-buffer.
7620         (message-insert-or-toggle-importance): Remove unused var `valid'.
7621         (message-make-references): Remove unused var `new-references'.
7622         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7623
7624 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7625
7626         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7627         (spam-split-symbolic-return-positive): Reflow docstring.
7628         (spam-backends, spam-summary-exit-behavior)
7629         (spam-mark-ham-unread-before-move-from-spam-group)
7630         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7631         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7632         (spam-clear-cache, spam-backend-check, spam-install-backend)
7633         (spam-install-statistical-backend, spam-list-of-processors)
7634         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7635         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7636         (spam-check-crm114, spam-initialize, spam-unload-hook):
7637         Fix typos in docstrings.
7638
7639 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7640
7641         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7642         been checked if they have never been read and those group levels are
7643         higher than the one that a user specified.
7644
7645 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7646
7647         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7648         foreign groups unless a group level is specified by a user.
7649         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7650
7651 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7652
7653         * message.el (message-send-mail-function): Require sendmail.
7654
7655 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7656
7657         * message.el (message-send-mail-function): Check for smtpmail too.
7658
7659         * utf7.el (utf7-encode, utf7-decode): Use coding system
7660         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7661
7662         * message.el (message-send-mail-function): New function.
7663         (message-send-mail-function): Set default using
7664         message-send-mail-function.  Adjust doc string.
7665         (message-send-mail-with-mailclient): New function.
7666
7667 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7668
7669         * smime.el (from):
7670         * rfc2047.el (message-posting-charset):
7671         * qp.el (mm-use-ultra-safe-encoding):
7672         * pop3.el (parse-time-months):
7673         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7674         * nnml.el (files):
7675         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7676         (jka-compr-compression-info-list, ange-ftp-path-format)
7677         (efs-path-regexp):
7678         * nndiary.el (files):
7679         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7680         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7681         (epg-digest-algorithm-alist, inhibit-redisplay)
7682         (password-cache-expiry):
7683         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7684         (pgg-output-buffer, password-cache-expiry):
7685         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7686         (efs-path-regexp):
7687         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7688         (inhibit-redisplay):
7689         * mm-uu.el (file-name, start-point, end-point, entry)
7690         (gnus-newsgroup-name, gnus-newsgroup-charset):
7691         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7692         (latin-unity-ucs-list):
7693         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7694         (mm-uu-binhex-decode-function):
7695         * message.el (gnus-message-group-art, gnus-list-identifiers)
7696         (rmail-enable-mime-composing, gnus-local-organization)
7697         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7698         (gnus-read-active-file, facemenu-add-face-function)
7699         (facemenu-remove-face-function, gnus-article-decoded-p)
7700         (tool-bar-mode):
7701         * mail-source.el (display-time-mail-function):
7702         * gnus-util.el (nnmail-pathname-coding-system)
7703         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7704         (gnus-original-article-buffer, gnus-user-agent)
7705         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7706         (xemacs-codename, sxemacs-codename, emacs-program-version):
7707         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7708         * gnus-start.el (gnus-agent-covered-methods)
7709         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7710         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7711         (gnus-newsgroup-headers, gnus-group-list-mode)
7712         (gnus-group-mark-positions, gnus-newsgroup-data)
7713         (gnus-newsgroup-unreads, nnoo-state-alist)
7714         (gnus-current-select-method, mail-sources)
7715         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7716         (nnmail-spool-file, gnus-cache-active-hashtb):
7717         * gnus-mh.el (mh-lib-progs):
7718         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7719         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7720         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7721         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7722         (gnus-group-buffer):
7723         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7724         (font-lock-set-defaults):
7725         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7726         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7727         (gnus-summary-post-menu, total-parts, type, condition, length):
7728         * gnus-agent.el (gnus-agent-read-agentview):
7729         * flow-fill.el (show-trailing-whitespace):
7730         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7731         eval-and-compile wrappers for byte compiler pacifiers.
7732
7733         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7734         (mm-display-inline-fontify): Check for featurep 'xemacs not
7735         extent-list.
7736
7737         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7738         itimer-list.
7739         (mm-create-image-xemacs): Only do something for XEmacs.
7740         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7741
7742         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7743
7744         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7745         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7746
7747 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7748
7749         * nnimap.el (nnimap-split-download-body):
7750         * gnus-demon.el (gnus-demon):
7751         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7752
7753 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7754
7755         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7756         New macros.
7757         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7758         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7759         copy data from unibyte buffer to multibyte current buffer.
7760         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7761         to copy data from unibyte current buffer to multibyte buffer.
7762         (nntp-make-process-buffer): Make process buffer unibyte.
7763
7764         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7765
7766 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7767
7768         * pop3.el (pop3-open-server): Accept and process data more robustly at
7769         connexion start to avoid spurious "POP SSL connexion failed" errors.
7770
7771 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7772
7773         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7774         read group names.
7775
7776 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7777
7778         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7779
7780 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7781
7782         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7783         (nnmail-save-active): Use a unibyte buffer when saving active file,
7784         which may contain non-ASCII group names.
7785
7786         * nnml.el (nnml-request-group): Decode group names in messages.
7787
7788 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7789
7790         * message.el (message-citation-line-function)
7791         (message-insert-formatted-citation-line): Fix spelling of
7792         `message-insert-formated-citation-line'.
7793
7794 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7795
7796         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7797
7798 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7799
7800         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7801         nnmail-pathname-coding-system.
7802
7803         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7804         that a user enters; decode group names in messages.
7805
7806         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7807
7808 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7809
7810         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7811
7812         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7813
7814         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7815         risky local variable.
7816
7817         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7818
7819 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7820
7821         * encrypt.el: Improve documentation to fix function name typo.
7822         Reported by Daiki Ueno <ueno@unixuser.org>.
7823
7824 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7825
7826         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7827         even if the point is not in the last page of an article.
7828         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7829         back to the previous page.
7830
7831 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7832
7833         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7834
7835 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7838
7839 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7840
7841         * message.el (message-check-news-body-syntax):
7842         Avoid mm-string-as-multibyte.
7843         (message-hide-headers): Don't assume (point-min)==1.
7844
7845 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7846
7847         * message.el (message-remove-blank-cited-lines): Fix if remove is
7848         given.
7849         (message-bogus-address-regexp): New variable.
7850         (message-bogus-recipient-p): New function.
7851         (message-check-recipients): New command.
7852         (message-syntax-checks): Add `bogus-recipient'.
7853         (message-fix-before-sending): Add `bogus-recipient'.
7854
7855         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7856         (gnus-treat-body-boundary): Don't test window-system.
7857
7858 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7859
7860         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7861
7862 2007-10-28  Miles Bader  <miles@gnu.org>
7863
7864         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7865         at compile-time too.
7866
7867 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7868
7869         * gnus-msg.el (gnus-message-setup-hook):
7870         Add `message-remove-blank-cited-lines' to options.
7871
7872 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7873
7874         * message.el (message-remove-blank-cited-lines): New function.
7875         Suggested by Karl Plästerer.
7876
7877 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7878
7879         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7880         mapc.
7881
7882         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7883         (top-level): Use mapc to set functions to be traced for debugging.
7884
7885         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7886         called for effect with while loop.
7887
7888         * message.el (message-talkative-question): Replace mapcar called for
7889         effect with mapc.
7890
7891         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7892         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7893         called for effect with dolist.
7894
7895         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7896
7897         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7898         gnus-extra-headers and nnmail-extra-headers.
7899
7900         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7901         called for effect with dolist.
7902         (top-level): Use mapc to set functions to be traced for debugging.
7903
7904         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7905         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7906         dolist.
7907
7908         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7909         Replace mapcar called for effect with mapc.
7910         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7911         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7912         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7913         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7914
7915         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7916         remove-if that's a cl function.
7917
7918         * webmail.el (webmail-debug): Replace mapcar called for effect with
7919         dolist.
7920
7921         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7922         with mapc.
7923
7924 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7927         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7928         with while loop.
7929
7930         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7931         functions from article-* functions.
7932         (gnus-multi-decode-header): Replace mapcar called for effect with
7933         dolist.
7934
7935         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7936         (gnus-bookmark-show-details): Replace mapcar called for effect with
7937         while loop.
7938
7939         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7940         called for effect with while loop.
7941
7942         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7943         with dolist.
7944
7945         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7946         Replace mapcar called for effect with dolist.
7947
7948         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7949
7950         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7951         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7952         Replace mapcar called for effect with dolist.
7953         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7954         mapc.
7955
7956         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7957         Replace mapcar called for effect with dolist.
7958         (gnus-topic-list): Replace mapcar called for effect with mapc.
7959
7960         * gnus.el: Use mapc instead of mapcar to add autoloads.
7961
7962 2007-10-23  Richard Stallman  <rms@gnu.org>
7963
7964         * gnus-group.el (gnus-group-highlight): Mark as risky.
7965
7966 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7967
7968         * gnus.el (gnus-server-to-method): Return method found first in
7969         gnus-newsrc-alist.
7970
7971         * gnus-art.el (gnus-article-highlight-signature)
7972         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7973         button overlay without the front stickiness.
7974
7975 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7976
7977         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7978         overview buffer needed a catch to receive its throw.
7979         (gnus-agent-flush-cache): Declare as interactive to make this function
7980         easier to use.
7981
7982 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7983
7984         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7985         `next-line'.
7986
7987 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7988
7989         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7990         exclude address matching message-dont-reply-to-names.
7991
7992 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7993
7994         * gnus-util.el (gnus-string<): New function.
7995
7996         * gnus-sum.el (gnus-article-sort-by-author)
7997         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7998
7999 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8000
8001         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8002         the frame-focus tag is set in gnus-buffer-configuration.
8003
8004 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8005
8006         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8007         the front stickiness.
8008
8009 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8012         url pattern; remove duplicate one.
8013         (gnus-article-extend-url-button): New function.
8014         (gnus-article-add-buttons): Use it.
8015         (gnus-button-push): Use concatenated url that it makes.
8016
8017 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8018
8019         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8020
8021 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8022
8023         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8024         Don't hardcode point-min==1.
8025
8026 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8027
8028         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8029         Fix comment about "iso8859-1".
8030
8031 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8032
8033         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8034         ones returned from the verify-function.
8035
8036         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8037         Call mml2015-extract-cleartext-signature if extraction failed.
8038
8039 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8040
8041         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8042         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8043         failed.
8044
8045 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8046
8047         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8048
8049 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8050
8051         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8052         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8053         recommends to use EasyPG instead of PGG.
8054
8055         * pgg.el: Revert to revision 6.23.2.16.
8056
8057         * pgg-def.el: Revert to revision 6.6.2.14.
8058
8059         * pgg-gpg.el: Revert to revision 6.23.2.34.
8060
8061 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8062
8063         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8064         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8065         thread for both the null and zero (kill/expire thread) universal prefix
8066         cases.
8067         (gnus-summary-expire-thread): Add new function to expire a thread,
8068         using gnus-summary-kill-thread.
8069         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8070         shortcuts for gnus-summary-expire-thread.
8071         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8072         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8073
8074 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8075
8076         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8077         extras value, so an extras entry can be deleted.
8078         (gnus-registry-delete-extra-entry): Use it.
8079         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8080         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8081         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8082         storage through the gnus-registry, and provide an appropriate API for
8083         it.
8084
8085 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8086
8087         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8088         Suggested by Leo <sdl.web@gmail.com>.
8089
8090         * gnus.el: Do.
8091
8092 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8095         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8096
8097         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8098
8099         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8100         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8101
8102 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8103
8104         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8105         newline.
8106         (nnmbox-request-accept-article): Don't change article in source buffer;
8107         narrow to header to use message-fetch-field rather than
8108         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8109         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8110         as delimiters; make sure article ends with newline.
8111         (nnmbox-delete-mail): Correct last position of article to be deleted;
8112         ignore X-Gnus-Newsgroup header in article body.
8113         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8114         positions; make sure article ends with newline.
8115
8116         * message.el (message-display-abbrev): Don't infloop when a user
8117         inserts SPC in the beginning of header.
8118
8119         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8120         coding-system-for-read and coding-system-for-write for XEmacs having no
8121         file-coding feature.
8122
8123         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8124
8125 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8126
8127         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8128         list of groups not followed by default.  Fix type to be regexp.
8129         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8130
8131 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8132
8133         * hmac-def.el (define-hmac-function): Switch from old-style to
8134         new-style backquotes.
8135
8136         * md4.el (md4-make-step): Likewise.
8137
8138 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8139
8140         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8141         raw-text coding system when saving .newsrc file, which may contain
8142         non-ASCII group names.
8143
8144 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * gnus-cus.el (gnus-score-extra): New widget.
8147         (gnus-score-extra-convert): New function.
8148         (gnus-score-customize): Use it for Extra.
8149
8150 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8151
8152         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8153         (mml2015-mailcrypt-clear-verify): Use it.
8154         (mml2015-gpg-clear-verify): Use it.
8155         (mml2015-pgg-clear-verify): Use it.
8156         (mml2015-epg-clear-verify): Replace the current part with the output
8157         from GnuPG; don't extract the plaintext by itself.
8158
8159         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8160         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8161         mml2015-clear-verify-function; don't touch the armor headers or
8162         dash-escaped text here.
8163
8164 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8167         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8168         parts, or application/octet-stream as a last resort.
8169         (gnus-mime-view-part-as-type): Don't toggle display.
8170         (gnus-mime-view-part-as-charset): Don't turn off display before
8171         querying charset.
8172
8173         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8174         stuff to undisplayer function in Emacs.
8175         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8176
8177         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8178         text/calendar parts.
8179
8180 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8181
8182         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8183         decoding text/calendar parts.
8184
8185         * message.el (message-forward-make-body-mime): Always mark body as
8186         having no illegible text; remove signed-or-encrypted argument.
8187         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8188
8189         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8190         (mml-generate-mime-1): Don't encode body if it is specified to be in
8191         raw form; don't make buffer be unibyte when inserting multibyte string.
8192
8193 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8194
8195         * sha1.el: Fix up comment style.
8196         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8197         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8198
8199         * hex-util.el: Fix up comment style.
8200         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8201
8202         * gnus-salt.el: Use with-current-buffer.
8203         (gnus-pick-setup-message): Fix long-standing typo.
8204
8205 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8206
8207         * imap.el (imap-logout-timeout): New variable.
8208         (imap-logout, imap-logout-wait): New functions.
8209         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8210
8211         * nnimap.el (nnimap-logout-timeout): New server variable.
8212         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8213         nnimap-logout-timeout.
8214
8215         * gnus-art.el (gnus-article-summary-command-nosave)
8216         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8217
8218 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8219
8220         * gnus.el (gnus-maximum-newsgroup): New variable.
8221
8222         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8223         according to gnus-maximum-newsgroup.
8224
8225         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8226         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8227         Limit the range of articles according to gnus-maximum-newsgroup.
8228
8229 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8230
8231         * gnus-art.el (gnus-sticky-article): Fix problems described in
8232         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8233         Don't perform gnus-configure-windows here; reuse existing sticky
8234         article buffer.
8235
8236         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8237         it doesn't exist in gnus-article-mode.
8238
8239 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8240
8241         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8242         (gnus-agent-decoded-group-name): New function.
8243         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8244         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8245
8246 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8247
8248         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8249         Add binding for gnus-sticky-article.
8250         (gnus-summary-exit): Don't kill sticky article buffers.
8251
8252         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8253         article buffer.
8254         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8255         (gnus-kill-sticky-article-buffers): New commands.
8256
8257 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8258
8259         * nntp.el (nntp-xref-number-is-evil): New server variable.
8260         (nntp-find-group-and-number): If it is non-nil, don't trust article
8261         numbers in the Xref header.
8262
8263 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8264
8265         * gnus-agent.el (gnus-agent-read-group): New function.
8266         (gnus-agent-flush-group, gnus-agent-expire-group)
8267         (gnus-agent-regenerate-group): Use it.
8268         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8269         nnmail-pathname-coding-system.
8270
8271 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8274
8275         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8276         that are unread as unread, and also as selected so that information of
8277         marks having been changed by a user may be updated when exiting group.
8278
8279 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8280
8281         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8282
8283 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8284
8285         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8286         calculated ignoring signature parts to gnus-treat-article.
8287
8288 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8289
8290         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8291         a point here in order to keep the window start.
8292         (gnus-insert-mime-security-button): Make a button overlay without the
8293         front stickiness.
8294         (gnus-mime-display-security): Goto the end of a button.
8295
8296         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8297
8298 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8299
8300         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8301         group-name-at-point.
8302         (gnus-group-completing-read): New function that offers decoded
8303         non-ASCII group names for completion.
8304         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8305         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8306         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8307         (gnus-group-fetch-control): Use it.
8308         (gnus-fetch-group): Use group-name-at-point for the initial value
8309         rather than the default value; use gnus-alive-p.
8310
8311         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8312         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8313         (gnus-summary-post-news): Use gnus-group-completing-read.
8314
8315         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8316         (gnus-read-move-group-name): Decode group name for completion.
8317
8318 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8319
8320         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8321         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8322         Yamaoka slightly modified the code).
8323
8324 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8325
8326         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8327         (nnmail-split-incoming): Bind it.
8328
8329         * nnml.el (nnml-group-name-charset): New function.
8330         (nnml-decoded-group-name): Use it; don't decode group name if
8331         nnmail-group-names-not-encoded-p is non-nil.
8332         (nnml-encoded-group-name): New function.
8333         (nnml-group-pathname): Inline nnml-decoded-group-name.
8334         (nnml-request-expire-articles): Decode group name in message.
8335         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8336         nnmail-pathname-coding-system.
8337         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8338         not decoded ones according to nnmail-group-names-not-encoded-p.
8339         (nnml-generate-active-info): Use nnml-encoded-group-name.
8340
8341 2007-08-08  Glenn Morris  <rgm@gnu.org>
8342
8343         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8344         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8345         doc-strings and comments.
8346
8347 2007-07-25  Glenn Morris  <rgm@gnu.org>
8348
8349         * Relicense all FSF files to GPLv3 or later.
8350
8351 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8352
8353         * gnus-sum.el (gnus-summary-move-article):
8354         Make gnus-summary-respool-article work.
8355
8356 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8357
8358         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8359         string.
8360
8361 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8362
8363         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8364         that should be ignored when comparing distant RSS articles with local
8365         ones.
8366         (nnrss-make-hash-index): New function.  Create a hash index according
8367         to the ignored fields.
8368         (nnrss-check-group): Use it.
8369
8370 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8371
8372         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8373
8374         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8375
8376         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8377         the new optional argument ENCODED is non-nil.
8378         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8379         coding system for encoding group name.
8380         (gnus-group-make-rss-group): Pass un-encoded group name to
8381         gnus-group-make-group.
8382         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8383         encoded.
8384
8385         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8386         Encode group name to which articles are moved or copied.
8387         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8388         coding system for encoding Newsgroup, Followup-To and Xref headers.
8389
8390         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8391         marks; use nnheader-file-coding-system to write a file.
8392         (nnagent-retrieve-headers): Bind file-name-coding-system to
8393         nnmail-pathname-coding-system.
8394
8395         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8396
8397         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8398         (nnml-request-article, nnml-request-create-group)
8399         (nnml-request-rename-group, nnml-find-id)
8400         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8401         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8402         (nnml-save-marks): Use nnml-group-pathname instead of
8403         nnmail-group-pathname.
8404
8405         (nnml-request-create-group, nnml-request-expire-articles)
8406         (nnml-request-move-article, nnml-request-delete-group)
8407         (nnml-deletable-article-p, nnml-possibly-create-directory)
8408         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8409         (nnml-open-marks): Bind file-name-coding-system to
8410         nnmail-pathname-coding-system.
8411
8412         (nnml-request-article): Pass server argument to nnml-find-group-number.
8413         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8414         Pass server argument to nnml-possibly-create-directory.
8415         (nnml-request-accept-article): Pass server argument to
8416         nnml-active-number and nnml-save-mail.
8417         (nnml-find-group-number): Pass server argument to nnml-find-id.
8418         (nnml-request-update-info): Pass server argument to
8419         nnml-marks-changed-p.
8420
8421         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8422         (nnml-save-mail, nnml-active-number): Add server argument.
8423
8424         (nnml-request-delete-group): Warn if group is missing.
8425         (nnml-get-nov-buffer): Decode group name.
8426         (nnml-generate-active-info): Encode group name.
8427         (nnml-open-marks): Decode group name in messages.
8428
8429 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8430
8431         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8432         if it is not specified.
8433         (gnus-article-pipe-part, gnus-article-save-part)
8434         (gnus-article-interactively-view-part, gnus-article-copy-part)
8435         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8436         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8437         (gnus-article-replace-part, gnus-article-delete-part)
8438         (gnus-article-view-part-as-type): Pass raw prefix argument to
8439         gnus-article-part-wrapper.
8440
8441 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8442
8443         * gnus-agent.el (gnus-agent-save-active):
8444         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8445
8446         * gnus-cache.el (gnus-cache-save-buffers)
8447         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8448         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8449         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8450         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8451         (gnus-cache-generate-active, gnus-cache-rename-group)
8452         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8453         (gnus-cache-update-overview-total-fetched-for):
8454         Bind file-name-coding-system to nnmail-pathname-coding-system.
8455         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8456         New variables.
8457         (gnus-cache-decoded-group-name): New function.
8458         (gnus-cache-file-name): Use it.
8459         (gnus-cache-generate-active): Use non-decoded group name for active.
8460
8461         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8462         right place.
8463         (gnus-write-active-file): Don't break non-ASCII group names.
8464
8465         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8466         nnmail-pathname-coding-system.
8467
8468         * lpath.el: Bind default-file-name-coding-system,
8469         file-name-coding-system and language-info-alist for XEmacs.
8470
8471         * gnus-uu.el (gnus-uu-decode-save): Typo.
8472
8473 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8474
8475         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8476
8477 2007-07-14  David Kastrup  <dak@gnu.org>
8478
8479         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8480         finishing actions if we did not edit the article.
8481
8482 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8483
8484         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8485         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8486         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8487         (gnus-agent-flush-group, gnus-agent-flush-cache)
8488         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8489         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8490         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8491         (gnus-agent-regenerate-group)
8492         (gnus-agent-update-files-total-fetched-for)
8493         (gnus-agent-update-view-total-fetched-for):
8494         Bind file-name-coding-system to nnmail-pathname-coding-system.
8495         (gnus-agent-group-pathname): Don't encode file names by
8496         nnmail-pathname-coding-system.
8497         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8498         coding-system-for-write instead of buffer-file-coding-system to
8499         gnus-agent-file-coding-system.
8500
8501         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8502         Decode group name.
8503
8504         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8505
8506         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8507         (gnus-read-newsrc-el-file): Make group names unibyte.
8508
8509         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8510         nnmail-pathname-coding-system.
8511
8512         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8513         (nnrss-request-delete-group): Bind file-name-coding-system to
8514         nnmail-pathname-coding-system.
8515         (nnrss-read-server-data, nnrss-read-group-data):
8516         Bind file-name-coding-system correctly.
8517         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8518
8519         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8520         (nntp-server-to-method-cache): New variable.
8521         (nntp-group-pathname): New function that decodes non-ASCII group names.
8522         (nntp-possibly-create-directory, nntp-marks-changed-p)
8523         (nntp-save-marks, nntp-open-marks): Use it.
8524         (nntp-possibly-create-directory, nntp-open-marks):
8525         Bind file-name-coding-system to nnmail-pathname-coding-system.
8526         (nntp-open-marks): Decode group names when bootstrapping marks.
8527
8528         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8529         Newsgroups and Folowup-To headers.
8530
8531 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8532
8533         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8534         (gnus-server-closed-face, gnus-server-denied-face)
8535         (gnus-server-offline-face): Remove variable.
8536         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8537
8538         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8539         of modifying message-stack directly for XEmacs.
8540
8541         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8542         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8543         if the coding-system argument is nil for XEmacs.
8544
8545         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8546         mm-charset-override-alist.
8547
8548         * rfc2047.el: Don't require base64; require rfc2045 for the function
8549         rfc2045-encode-string.
8550         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8551         to quote the parameter value.
8552
8553 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8556         form in gnus-group-name-charset-method-alist.
8557
8558         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8559         overrides the default layout edit-form.
8560
8561         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8562
8563         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8564
8565 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8566
8567         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8568         as unfetched articles.
8569
8570 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8571
8572         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8573
8574 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8575
8576         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8577         original back end that keeps marks in the local system.
8578
8579 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8580
8581         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8582         arg of pop-to-buffer for XEmacs.
8583         (gnus-article-read-summary-keys): Ditto; don't restore window
8584         configuration if summary command ends up with neither article buffer
8585         nor summary buffer; describe bindings if summary keys end with C-h.
8586
8587 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8588
8589         * message.el (message-fix-before-sending): Skip raw message part to be
8590         forwarded while checking illegible text.
8591         (message-forward-make-body-mime, message-forward-make-body):
8592         Mark signed or encrypted raw message as having no illegible text.
8593
8594 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8595
8596         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8597         (gnus-message-with-timestamp-1): New macro.
8598         (gnus-message-with-timestamp): New function.
8599         (gnus-message): Use them.
8600
8601         * nnheader.el (nnheader-message): Use them.
8602
8603 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8604
8605         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8606         .newsrc.eld file.
8607
8608 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8609
8610         * gnus-agent.el (gnus-agent-fetch-headers)
8611         (gnus-agent-retrieve-headers):
8612         Bind gnus-decode-encoded-address-function to identity.
8613
8614         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8615         available also when the server returns simply a dot.
8616
8617         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8618
8619 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8620
8621         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8622
8623 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8624
8625         * gnus-ems.el (gnus-x-splash): Make it work.
8626
8627         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8628         from being used.
8629
8630         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8631
8632 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8633
8634         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8635         4th and the 5th arguments.
8636
8637         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8638         the front stickiness.
8639         (gnus-article-summary-command-nosave): Correct the order of the
8640         arguments passed to pop-to-buffer.
8641         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8642         summary command ends up with the article buffer.
8643
8644         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8645         the same faces.
8646
8647 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8648
8649         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8650
8651 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8652
8653         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8654         * gnus-sum.el (gnus-summary-highlight):
8655         * pgg.el (pgg-sign-region, pgg-sign):
8656         * mail-source.el (mail-source-delete-old-incoming-confirm):
8657         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8658
8659 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8660
8661         * gnus-art.el (gnus-mime-view-part-externally)
8662         (gnus-mime-view-part-internally): Fix predicate function passed to
8663         completing-read.
8664
8665         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8666
8667         * gnus.el (gnus-update-message-archive-method): Add :version.
8668
8669 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8670
8671         * gnus.el (gnus-update-message-archive-method): New variable.
8672
8673         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8674         according to gnus-message-archive-method if
8675         gnus-update-message-archive-method is non-nil.
8676
8677 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8680         Suggested by Loic Dachary <loic@dachary.org>.
8681         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8682
8683 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * message.el (message-pop-to-buffer): Add switch-function argument.
8686         (message-mail): Pass switch-function argument to it.
8687
8688 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8689
8690         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8691         Improve doc string.
8692
8693 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8694
8695         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8696         (gnus-header-content)
8697         * gnus-cite.el (gnus-cite-10)
8698         * gnus-srvr.el (gnus-server-closed)
8699         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8700         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8701         (gnus-group-mail-3-empty, gnus-group-mail-low)
8702         (gnus-group-mail-low-empty, gnus-splash)
8703         * message.el (message-header-to, message-header-cc)
8704         (message-header-subject, message-header-other, message-header-name)
8705         (message-header-xheader, message-separator, message-cited-text)
8706         (message-mml): Lighten colors of faces used for dark background.
8707
8708 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8709
8710         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8711         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8712
8713 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * message.el (message-narrow-to-headers-or-head):
8716         Ignore mail-header-separator in the body.
8717
8718 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8721         same as window size.
8722
8723 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8724
8725         * message.el (message-font-lock-keywords): Use message-header-xheader
8726         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8727         ahead of the anything pattern, to get it recognised.
8728
8729 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8732         spam.el loads uses it in the compiled defadvice form.
8733
8734 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8735
8736         * gnus-sum.el (gnus-articles-to-read)
8737         (gnus-summary-insert-old-articles): Don't truncate group name for
8738         `read-string'.
8739
8740         * gnus-util.el (gnus-limit-string): Delete this function.
8741
8742         * gnus-sum.el (gnus-simplify-subject-fully):
8743         Use `truncate-string-to-width' instead.
8744
8745 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8746
8747         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8748         Tell if, on summary exit, the next group has to be selected.
8749         (gnus-summary-exit): Use it.
8750
8751 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8752
8753         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8754         non-break space.
8755
8756 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8757
8758         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8759         Check if group is not a directory.
8760         (nnfolder-request-expire-articles): Don't delete articles if the target
8761         group is not available.
8762
8763         * nnml.el (nnml-request-create-group): Properly check if group is not a
8764         file.
8765         (nnml-request-expire-articles): Don't delete articles if the target
8766         group is not available.
8767
8768         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8769         Don't quote characters that are within parentheses.
8770
8771 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8772
8773         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8774         (gnus-handle-ephemeral-exit): Select article according to it.
8775
8776 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8777
8778         * message.el (message-insert-formated-citation-line): Remove newline.
8779         (message-citation-line-format): Add final \n here so that the user can
8780         avoid a blank line.
8781
8782 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8783
8784         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8785         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8786         Update lanl/arXiv support.
8787
8788 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8789
8790         * gnus.el: Bump version number.
8791
8792 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8793
8794         * gnus.el (gnus-version-number): Bump version.
8795
8796 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8797
8798         * gnus.el: No Gnus v0.6 is released.
8799
8800 2007-04-27  Didier Verna  <didier@xemacs.org>
8801
8802         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8803         * gmm-utils.el (gmm-regexp-concat): ... here.
8804         * message.el: Don't require 'gnus-util.
8805         (message-dont-reply-to-names): Handle name change above.
8806         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8807
8808 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8811         since the initial value varies according to the system.
8812
8813 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8814
8815         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8816
8817 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8818
8819         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8820
8821 2007-04-24  Didier Verna  <didier@xemacs.org>
8822
8823         Improve the type of gnus-ignored-from-addresses.
8824         * gnus-util.el (gnus-orify-regexp): New function.
8825         * message.el (gnus-util): Require it.
8826         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8827         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8828         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8829
8830 2007-04-24  Didier Verna  <didier@xemacs.org>
8831
8832         * gnus-sum.el:
8833         * gnus-utils.el: Fix some trailing whitespaces.
8834
8835 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8838         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8839         article's Message-ID; refer parent article in summary buffer.
8840
8841         * message.el (message-bounce): Call mime-to-mml.
8842
8843         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8844         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8845         optimize and/or forms properly.
8846
8847 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8848
8849         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8850         URL.
8851
8852 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8853
8854         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8855
8856 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8857
8858         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8859         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8860         displayed of multipart/alternative part if it is invoked from summary
8861         buffer.
8862
8863         * mm-view.el (mm-inline-text-html-render-with-w3m)
8864         (mm-inline-text-html-render-with-w3m-standalone)
8865         (mm-inline-render-with-function): Use mail-parse-charset by default.
8866
8867 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8868
8869         * parse-time.el (parse-time-string-chars): Check if CHAR
8870         is less than the length of parse-time-syntax.
8871
8872 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8873
8874         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8875         from gnus-newsgroup-processable.
8876
8877 2007-04-16  Didier Verna  <didier@xemacs.org>
8878
8879         * gnus-msg.el (gnus-configure-posting-styles):
8880         Handle message-signature-directory properly with :file syntax.
8881         Reported by "Leo".
8882
8883 2007-04-11  Didier Verna  <didier@xemacs.org>
8884
8885         New user option: message-signature-directory.
8886         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8887         * message.el (message-insert-signature): Ditto.
8888         * message.el (message-signature-file): Doc update.
8889         * message.el (message-signature-directory): New.
8890
8891 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * gnus-msg.el (gnus-inews-yank-articles):
8894         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8895
8896 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * message.el (message-yank-original): Make sure cited text ends with
8899         newline; don't exchange point and mark.
8900
8901 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8902
8903         * tls.el (open-tls-stream): Properly handle case where there
8904         is no associated buffer.
8905
8906 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8907
8908         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8909         message-yank-original, make sure (< mark TEXT point).
8910
8911 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8912
8913         * message.el (message-fill-column): New variable.
8914         (message-mode): Use it.  Add comment on a possible new hook.
8915
8916         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8917         (nnmail-get-new-mail): Reformat.
8918
8919         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8920
8921         * gmm-utils.el: Fix Commentary.
8922         (gmm-tool-bar-from-list): Fix typo in doc string.
8923
8924 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8925
8926         * message.el (message-yank-original): Don't switch point and mark
8927         unnecessarily to put point and mark as documented.
8928
8929 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8930
8931         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8932         from the message heads.
8933
8934 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8935
8936         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8937         article buffer does not have a window.  This may not be the best
8938         solution but is certainly better than setting the start of the null,
8939         that is the current, window.
8940
8941 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8942
8943         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8944         (gnus-draft-setup): Run it.
8945
8946         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8947         gnus-score-fast-scoring.  Allow regexp.
8948         (gnus-score-headers): Use it.
8949
8950         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8951         XEmacs.
8952
8953         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8954         string.
8955         (gnus-button-alist): Also catch `<f1> k ...'.
8956         (gnus-treat-display-x-face): Fix doc string.
8957
8958 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8959
8960         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8961         evaluation of gnus-extended-version to ensure correct generation of the
8962         User-Agent header when message-generate-headers-first is used.
8963
8964 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8965
8966         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8967         hashcash-path is nil.  Don't call callback with incorrect number of
8968         parameters if val is 0.
8969
8970 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8971
8972         * message.el (message-required-news-headers):
8973         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8974
8975 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8976
8977         * tls.el (open-tls-stream): In handshake-waiting loop,
8978         don't wait more if there is output available to process.
8979
8980 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8981
8982         * tls.el (tls-program): Doc fix.
8983
8984 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8985
8986         * message.el (message-generate-new-buffers): Change the meaning of the
8987         nil value; add `standard' to the choices; treat t as `unique'; improve
8988         doc string.
8989         (gnus-select-frame-set-input-focus): Autoload.
8990         (message-buffer-name): Search for the existing message buffer if
8991         message-generate-new-buffers is nil or `standard'; treat the value t of
8992         message-generate-new-buffers as `unique'.
8993         (message-pop-to-buffer): Raise the frame already displaying the message
8994         buffer; clear the echo area after querying.
8995         (message-setup): Pass the `continue' argument to compose-mail.
8996         (message-mail): Prefer `switch-function' if it is given; search for the
8997         existing message buffer if the `continue' argument is non-nil; pass
8998         continue and switch-function arguments to compose-mail by way of
8999         message-setup.
9000         (message-mail-other-window): Adjust argument of message-setup.
9001         (message-mail-other-frame): Ditto.
9002
9003 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9004
9005         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9006         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9007         to turn font-lock on when turning gnus-message-citation-mode on.
9008
9009 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9010
9011         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9012         (mml-smime-function-alist): New variable; add epg as the backend.
9013         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9014         mml-smime- functions instead.
9015         * mm-view.el: Require smime.
9016
9017 2007-03-05  Didier Verna  <didier@xemacs.org>
9018
9019         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9020         instead of just inheritance for posting styles.
9021         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9022
9023 2007-02-24  Chris Moore  <dooglus@gmail.com>
9024
9025         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9026         * pgg-pgp.el (pgg-pgp-encrypt-region):
9027         * pgg-gpg.el (pgg-gpg-encrypt-region):
9028         Check pgg-encrypt-for-me if no other recipients.
9029
9030 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9031
9032         * tls.el (tls-certtool-program): Fix custom type.
9033
9034 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9035
9036         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9037         and point-at-eol instead of line-(beginning|end)-position.
9038
9039         * assistant.el (assistant-parse-buffer): Ditto.
9040
9041         * netrc.el (netrc-parse-services): Ditto.
9042
9043 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9044
9045         * mml2015.el (mml2015-epg-find-usable-key): New function.
9046         (mml2015-epg-sign): Use it.
9047         (mml2015-epg-encrypt): Use it.
9048
9049 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9050
9051         * message.el (message-make-in-reply-to): Quote name containing
9052         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9053         if there are special characters.  Reported by NAKAJI Hiroyuki
9054         <nakaji@jp.freebsd.org>.
9055
9056 2007-02-27  Didier Verna  <didier@xemacs.org>
9057
9058         Include the group parameters as well as the topic ones in the
9059         inheritance filter process.
9060         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9061         argument GROUP-PARAMS-LIST.
9062         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9063
9064 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9065
9066         * nntp.el (nntp-never-echoes-commands)
9067         (nntp-open-connection-functions-never-echo-commands): New variables.
9068         (nntp-send-command): Use them.
9069
9070 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9071
9072         * mml2015.el (mml2015-epg-verify): Simplify.
9073
9074 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * mml.el (mml-content-disposition-alist): New user option.
9077         (mml-content-disposition): New function.
9078         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9079         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9080
9081 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9082
9083         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9084         verification.
9085
9086 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9087
9088         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9089         articles posted in the last 24 hours.
9090
9091 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9092
9093         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9094
9095 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9096
9097         * nntp.el (nntp-send-command): Don't wait for echoes when
9098         nntp-open-ssl-stream is used.
9099
9100 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9103         (gnus-message-add-citation-keywords)
9104         (gnus-message-remove-citation-keywords): Remove.
9105         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9106         directly, make the variables in font-lock-defaults buffer-local, add
9107         gnus-message-citation-keywords to them and then update the value of
9108         font-lock-keywords.
9109
9110 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9111
9112         * message.el (message-cite-original-1): Don't call
9113         gnus-article-highlight-citation.
9114
9115         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9116         citations; fix line count.
9117
9118 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9121         (gnus-message-add-citation-keywords)
9122         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9123         versions of font-lock-add-keywords and font-lock-remove-keywords to
9124         work with XEmacs correctly.
9125
9126 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * gnus-cite.el (gnus-cite-face-list): Set the values of
9129         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9130         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9131         (gnus-message-cite-prefix-regexp): New variable.
9132         (gnus-message-search-citation-line): Use it; protect against long
9133         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9134         the 0th match data for Emacs.
9135         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9136         (gnus-message-add-citation-keywords): Append keywords rather than
9137         prepending; emulate font-lock-add-keywords if it is not available.
9138         (gnus-message-remove-citation-keywords):
9139         Emulate font-lock-remove-keywords if it is not available.
9140
9141         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9142
9143         * message.el (message-cite-prefix-regexp): Set the value of
9144         gnus-message-cite-prefix-regexp.
9145
9146 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9147
9148         * nnweb.el (nnweb-google-parse-1): Update parser.
9149
9150 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9151
9152         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9153
9154 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9155
9156         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9157         regexp.
9158
9159 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9160
9161         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9162         string-to-multibyte.
9163         (uudecode-decode-region-internal): Use it.
9164
9165         * lpath.el: Fbind string-as-multibyte for XEmacs.
9166
9167 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9168
9169         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9170         Fix custom choice.
9171
9172         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9173
9174 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9175
9176         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9177
9178         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9179         `write-region' to respect `mm-inhibit-file-name-handlers'.
9180
9181 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9182
9183         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9184         Use gnus-home-directory instead of "~/" or "$HOME".
9185
9186 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9187
9188         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9189         to mention filename.
9190         Add comments at beginning regarding usage.
9191         (encrypt-write-file-contents): Change interactive so a string is
9192         acceptable.  If the file has no associated model, show an error instead
9193         of a nonsense prompt.
9194
9195 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9196
9197         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9198         Thanks to Yoshihiko Yamada for kind notification of this typo.
9199
9200 2007-01-12  Kenichi Handa  <handa@m17n.org>
9201
9202         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9203         multibyte buffer.
9204
9205 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9206
9207         * gnus-score.el (gnus-score-fast-scoring): New variable.
9208         (gnus-score-headers): Use it.
9209
9210         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9211
9212         * message.el (message-cite-original-1):
9213         Call gnus-article-highlight-citation if requested.
9214         (message-make-from): Allow name and address as optional arguments.
9215
9216         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9217
9218         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9219         bugs to doc string.
9220         (gnus-button-alist): Add mid\\|message-id.
9221         (gnus-button-fetch-group): Extend for use in
9222         `browse-url-browser-function'.
9223         (gnus-button-url-regexp): Try to catch paired parentheses like in
9224         Wikipedia URLs.
9225
9226         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9227         Suggested by Simon Krahnke <overlord@gmx.li>.
9228
9229 2007-01-13  Romain Francoise  <romain@orebokech.com>
9230
9231         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9232         Update copyright.
9233
9234 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9235
9236         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9237
9238 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9239
9240         * gnus-registry.el (gnus-registry-unfollowed-groups)
9241         (gnus-registry-split-fancy-with-parent): Fix documentation.
9242
9243 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9244
9245         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9246         from nnweb groups.
9247
9248 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9249
9250         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9251         Xref urls.  Erase buffer before requesting head.
9252
9253         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9254
9255 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9256
9257         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9258         customizable.
9259
9260 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9261
9262         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9263         no signing key is found.
9264         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9265         no encrypting and/or signing key is found.
9266
9267 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9268
9269         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9270
9271 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9272
9273         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9274         headers read from disk with the ones newly found in the current search.
9275         This should no longer cause problems, because the article numbers in
9276         Gmane's `nov.php' output are ignored since the previous change.
9277
9278 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9279
9280         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9281
9282 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9283
9284         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9285         replace-regexp-in-string; bind url-version; fbind display-images-p and
9286         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9287         find-face and set-itimer-function for Emacs; bind itimer-list for
9288         Emacs.
9289
9290         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9291
9292 2007-01-01  Romain Francoise  <romain@orebokech.com>
9293
9294         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9295
9296 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9297
9298         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9299         `define-minor-mode' macro definition expanded properly.
9300         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9301         exclude it there.
9302
9303         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9304         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9305         `fboundp' test.
9306         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9307         This is OK to autoload in (S)XEmacs now.
9308
9309 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9310
9311         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9312         keystroke.
9313         (gnus-summary-limit-to-singletons): Fix typo.
9314
9315         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9316         else fails.
9317
9318 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9319
9320         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9321         docstring.
9322
9323         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9324         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9325         (gnus-summary-insert-dormant-articles): Fix typo in message.
9326
9327 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9328
9329         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9330         nil for XEmacs.
9331         (gnus-message-citation-mode): Don't autoload in XEmacs.
9332
9333         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9334
9335 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9336
9337         * nnimap.el (nnimap-expunge-search-string):
9338         Mention nnimap-search-uids-not-since-is-evil in docstring.
9339
9340 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9341
9342         * spam.el: Revert to make-obsolete-variable because
9343         define-obsolete-variable-alias is not supported in Emacs 21.
9344
9345         * spam.el (spam-ifile-path, spam-ifile-database-path)
9346         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9347         make-obsolete-variable.
9348         (spam-bsfilter-path, spam-bsfilter-program)
9349         (spam-spamassassin-path, spam-spamassassin-program)
9350         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9351         Don't use "path" inappropriately.
9352         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9353         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9354         variable names.
9355
9356 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9357
9358         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9359         summary buffer.
9360
9361         * password.el (password-cache-remove): Use clear-string to burn
9362         password, if available.
9363
9364 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9365
9366         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9367
9368         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9369
9370         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9371         (gnus-message-highlight-citation): Move defcustom here from
9372         gnus-cite.el.
9373         (gnus-message-citation-mode): Autoload.
9374
9375         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9376         checks to make it compile with XEmacs.
9377         (gnus-message-citation-mode): New minor mode.
9378         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9379         (gnus-message-highlight-citation): New variables.
9380         (gnus-message-search-citation-line)
9381         (gnus-message-add-citation-keywords)
9382         (gnus-message-remove-citation-keywords)
9383         (turn-on-gnus-message-citation-mode)
9384         (turn-off-gnus-message-citation-mode): New functions.
9385
9386 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9387
9388         * gnus-cite.el: Enable highlighting of different citation levels in
9389         message-mode.
9390
9391 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9392
9393         * message.el (message-make-fqdn): Fix comment.
9394         (message-bogus-system-names): Add ".local".
9395
9396         * spam.el (spam-ifile-path, spam-ifile-program)
9397         (spam-ifile-database-path, spam-ifile-database)
9398         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9399         Don't use "path" inappropriately.
9400         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9401         strings.
9402         (spam-check-ifile, spam-ifile-register-with-ifile)
9403         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9404         Use new variable names.
9405
9406         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9407         (gnus-treat-display-smileys): Simplify using
9408         gnus-image-type-available-p.
9409
9410         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9411         available.
9412
9413         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9414         Use `display-images-p' if available.
9415
9416 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9417
9418         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9419         one after turning on the buffer's multibyteness instead of decoding
9420         them directly in the unibyte buffer that causes unexpected conversion
9421         in Emacs 23 (unicode).
9422
9423 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9424
9425         * message.el (message-generate-hashcash): Fix custom type.
9426
9427 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9428
9429         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9430
9431 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9432
9433         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9434         disconnect icons.  Add help text.
9435
9436 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9437
9438         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9439         negated to be consistent with the others we handle.
9440
9441 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9442
9443         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9444         version of gnus-summary-buffer to something, so that we can use two
9445         article buffers at the same time.
9446
9447 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9448
9449         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9450         trigger all the extra headers.
9451         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9452         sorting.
9453
9454 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9455
9456         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9457         solid groups.
9458
9459 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9460
9461         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9462
9463 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9464
9465         * legacy-gnus-agent.el: Add Copyright notice.
9466
9467 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9468
9469         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9470
9471 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9472
9473         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9474
9475         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9476         to make it work reliably in CVS Emacs.
9477         (gnus-summary-limit-strange-charsets-predicate)
9478         (gnus-summary-limit-to-predicate): New functions.
9479
9480 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9481
9482         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9483         specifying array size.
9484         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9485         array if it is too small.
9486         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9487         (gnus-sort-threads-loop): New function.
9488
9489 2006-12-06  Chris Moore  <dooglus@gmail.com>
9490
9491         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9492         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9493
9494 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9495
9496         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9497         options.
9498
9499 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9500
9501         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9502         DOS-ing the recipient.
9503
9504         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9505         the headers when creating the mapping to avoid mismappings.
9506         (nnweb-gmane-create-mapping): Always nix out old mapping.
9507
9508 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9509
9510         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9511         and mm-verify-option to never.
9512
9513 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9514
9515         * message.el (message-signed-or-encrypted-p): New function.
9516         (message-forward-make-body): Use it.
9517
9518         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9519         Replace encode-coding-string with mm-encode-coding-string.
9520
9521 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9522
9523         * nneething.el (nneething-decode-file-name):
9524         Replace decode-coding-string with mm-decode-coding-string.
9525
9526         * gnus-int.el (gnus-open-server): Say failed server's name.
9527
9528 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9529
9530         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9531         strings to a single string.  Quote `errors-file-name'.
9532         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9533         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9534         Adjust calls.  Use `shell-quote-argument'.
9535
9536 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9537
9538         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9539         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9540
9541         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9542         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9543         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9544         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9545         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9546         (gnus-subscribe-newsgroup, gnus-1):
9547         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9548         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9549         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9550         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9551
9552 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9553
9554         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9555         keystroke.
9556         (gnus-summary-limit-to-bodies): Implement headersp.
9557
9558 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9559
9560         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9561
9562 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9563
9564         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9565
9566 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9567
9568         * message.el (message-generate-hashcash): Expand range of values to
9569         include `opportunistic'.
9570         (message-send-mail): Use it.
9571
9572 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9573
9574         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9575         and comment it.
9576
9577         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9578
9579 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9580
9581         * gnus-util.el (gnus-extract-address-components): Improve comment.
9582
9583 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9584
9585         * gnus-util.el (gnus-extract-address-components): Work with address in
9586         which the name portion contains @.
9587
9588         * lpath.el: Fbind custom-autoload.
9589
9590 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9591
9592         * gnus.el (gnus-start): Move custom group up.
9593         (gnus-select-method): Don't autoload, but make it available for
9594         `customize-variable'.
9595         (gnus-getenv-nntpserver): Don't autoload.
9596
9597 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9598
9599         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9600
9601 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9602
9603         * message.el (message-sendmail-extra-arguments): New variable.
9604         (message-send-mail-with-sendmail): Use it.
9605
9606 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9609         mm-with-unibyte-current-buffer to make string unibyte.
9610
9611         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9612         mm-string-as-multibyte.
9613
9614 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9615
9616         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9617         Reported by Werner Koch <wk@gnupg.org>.
9618
9619 2006-11-14  Daiki Ueno  <ueno@p360>
9620
9621         * mml2015.el: Autoload epa-select-keys when compiling.
9622
9623 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9624
9625         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9626         message-options.
9627         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9628
9629 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9630
9631         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9632         EasyPG (< 0.0.6).
9633         (mml2015-always-trust): New user option.
9634         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9635         prompt.
9636
9637 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9638
9639         * nntp.el (nntp-authinfo-force): New variable.
9640         (nntp-send-authinfo): Use it.
9641
9642 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9643
9644         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9645         decode encoded words.  Improve prompt.  Add comment about forwarding.
9646         (message-replacement-char): Move up.
9647
9648 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9649
9650         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9651         instead of gnus-intersection because arguments of gnus-sorted-nunion
9652         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9653
9654 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9655
9656         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9657         (message-simplify-subject-functions):
9658         Enable message-strip-subject-encoded-words by default.
9659
9660 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9661
9662         * message.el (message-strip-subject-encoded-words): New function.
9663         (message-simplify-subject-functions): New variable.
9664         (message-simplify-subject): Use it.  Fix typo in doc string.
9665         Support message-strip-subject-encoded-words.
9666
9667 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9668
9669         * gnus-diary.el (gnus-diary-delay-format-function):
9670         * nndiary.el (nndiary-reminders):
9671         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9672
9673 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9674
9675         * gnus-art.el (article-hide-boring-headers): Fetch date from
9676         gnus-original-article-buffer to avoid problems with localized date
9677         strings.
9678
9679 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9680
9681         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9682
9683 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9684
9685         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9686         New variables.
9687         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9688         (mm-charset-synonym-alist): Move some entries to
9689         mm-codepage-iso-8859-list.
9690         (mm-charset-synonym-alist, mm-charset-override-alist):
9691         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9692
9693 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9696
9697 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9698
9699         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9700         with Emacs 21 and XEmacs.
9701
9702 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9703
9704         * spam.el (spam-parse-address): New function for better parsing,
9705         catching errors, etc.
9706         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9707
9708 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9709
9710         * mm-view.el: Add interactive arg to html2text autoload.
9711
9712 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9713
9714         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9715
9716 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9717
9718         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9719         New variables.
9720         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9721         (mm-charset-synonym-alist): Move some entries to
9722         mm-codepage-iso-8859-list.
9723
9724         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9725
9726 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9727
9728         * message.el (message-citation-line-format)
9729         (message-insert-formated-citation-line): Fix implementation of %E, %N
9730         and %n according to the doc string.
9731
9732 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9733
9734         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9735         Use car-safe to avoid bad parses.
9736
9737 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9740         names.
9741
9742         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9743
9744 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9745
9746         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9747         header.
9748
9749         * message.el (message-draft-headers): Add Date.
9750         (message-headers-to-generate): Fix typo in docstring.
9751
9752         * nndraft.el (nndraft-required-headers): New variable.
9753         (nndraft-generate-headers): Use it.
9754
9755         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9756
9757 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9758
9759         * gnus-registry.el (gnus-registry-wash-for-keywords)
9760         (gnus-registry-find-keywords): New functions to allow easy searching of
9761         articles that are in the registry.
9762
9763 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9764
9765         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9766         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9767         Reported by Damien Elmes <damien@repose.cx>.
9768
9769 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9770
9771         * gnus.el (gnus-mime): Remove unused custom group.
9772
9773 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9774
9775         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9776         "blank line" when searching for end of armor headers.
9777
9778 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9779
9780         * gmm-utils.el (gmm-write-region): Fix variable name.
9781
9782 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9783
9784         * gmm-utils.el (gmm-write-region): New function based on compatibility
9785         code from `mm-make-temp-file'.
9786
9787         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9788
9789         * nnmaildir.el (nnmaildir--update-nov)
9790         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9791         Use `gmm-write-region'.
9792
9793 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9794
9795         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9796         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9797
9798         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9799
9800         * message.el (message-replacement-char): New variable.
9801         (message-fix-before-sending): Use it.
9802         (message-simplify-subject): New function to remove duplicate code.
9803         (message-reply, message-followup): Use it.
9804
9805         * gnus-sum.el (gnus-summary-make-menu-bar):
9806         Clarify gnus-summary-limit-to-articles.
9807
9808 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9809
9810         * gnus-util.el (gnus-with-local-quit): New macro.
9811
9812         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9813
9814 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9815
9816         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9817         ignore non-string data.
9818
9819 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9820
9821         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9822         non-string data (needs to be done in the registry too).
9823
9824 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9825
9826         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9827         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9828         (gnus-registry-split-fancy-with-parent)
9829         (gnus-registry-fetch-simplified-message-subject-fast)
9830         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9831         Remove text properties on ingress into the registry and when it's saved.
9832         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9833         registry from entries with no groups.
9834
9835 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9836
9837         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9838         function to remove string properties.
9839
9840 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9841
9842         * gmm-utils.el (gmm): Adjust custom version.
9843
9844         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9845         Adjust custom version.
9846
9847         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9848
9849 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9850
9851         * gnus-art.el (gnus-insert-prev-page-button)
9852         (gnus-insert-next-page-button): Simplify.  Reformat.
9853
9854 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9855
9856         * gnus-art.el (gnus-insert-prev-page-button)
9857         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9858
9859 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9860
9861         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9862
9863 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9864
9865         * gnus-art.el (gnus-insert-mime-button)
9866         (gnus-insert-mime-security-button):
9867         Apply gnus-article-button-face to MIME and security buttons.
9868
9869 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9870
9871         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9872         readable.
9873
9874 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9875
9876         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9877
9878 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9879
9880         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9881         `browse-url-of-file' instead of `browse-url'.
9882
9883 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9884
9885         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9886         regexp.  Articles containing quotation were cut prematurely.
9887
9888 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * message.el (message-cite-original-1): Use nobody by default for the
9891         value of From header.
9892         (message-reply): Ditto.
9893
9894 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9895
9896         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9897         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9898         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9899
9900 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9901
9902         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9903         mails in the doc string.  Add some URLs in comment.
9904         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9905
9906 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9907
9908         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9909         backslashes handling and the way to find boundaries of quoted strings.
9910
9911 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9912
9913         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9914         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9915         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9916         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9917
9918 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9919
9920         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9921         doc string.
9922         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9923
9924 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9925
9926         * lpath.el: Fbind epg-check-configuration.
9927
9928 2006-09-06  Simon Josefsson  <jas@extundo.com>
9929
9930         * mml2015.el (mml2015-use): Doc fix, mention epg.
9931
9932 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9933
9934         * mml2015.el (mml2015-use): Default to epg, if available.
9935
9936 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9937
9938         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9939         message-sender.
9940         (mml1991-epg-encrypt): Ditto.
9941         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9942         message-sender.
9943         (mml2015-epg-encrypt): Ditto.
9944
9945 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9946
9947         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9948         several common directories.
9949
9950 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9951
9952         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9953         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9954
9955 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9956
9957         * gnus-art.el (article-decode-encoded-words): Make it fast.
9958
9959 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9960
9961         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9962
9963         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9964         in quoted string into `\'.
9965
9966 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9967
9968         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9969         Use standard-syntax-table.
9970
9971 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * gnus-art.el (gnus-decode-address-function): New variable.
9974         (article-decode-encoded-words): Use it to decode headers which are
9975         assumed to contain addresses.
9976         (gnus-mime-delete-part): Remove useless `or'.
9977
9978         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9979         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9980         (gnus-nov-parse-line): Use it to decode From header.
9981         (gnus-get-newsgroup-headers): Ditto.
9982         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9983
9984         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9985         (mail-decode-encoded-address-string): New alias.
9986
9987         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9988         New function.
9989         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9990         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9991         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9992         (rfc2047-decode-string): Ditto.
9993         (rfc2047-decode-address-region): New function.
9994         (rfc2047-decode-address-string): New function.
9995
9996 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9997
9998         * message.el (message-caesar-buffer-body): Allow rotating headers.
9999
10000         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10001
10002         * message.el (message-insert-formated-citation-line): Fix %f.
10003         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10004
10005 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10006
10007         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10008         (gnus-bookmark-mouse-available-p): New macro.
10009         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10010         (gnus-bookmark-bmenu-show-infos): Use it.
10011         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10012         (gnus-bookmark-bmenu-hide-infos): Ditto.
10013         (gnus-bookmark-remove-properties): New function.
10014         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10015         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10016         (gnus-bookmark-write-file): Bind coding-system-for-write.
10017         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10018         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10019         group before selecting it.
10020         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10021         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10022         quit-window if it is not available; use gnus-mouse-2 and bind it to
10023         gnus-bookmark-bmenu-select-by-mouse.
10024         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10025         (gnus-bookmark-bmenu-select-by-mouse): New function.
10026
10027 2006-08-13  Romain Francoise  <romain@orebokech.com>
10028
10029         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10030         space.
10031
10032 2006-08-10  Romain Francoise  <romain@orebokech.com>
10033
10034         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10035         (dns-mode-soa-auto-increment-serial): New user option.
10036         (dns-mode-soa-maybe-increment-serial): New function.
10037         (dns-mode): Add the latter to `write-contents-functions'.
10038
10039 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10040
10041         * compface.el (uncompface): Use binary rather than raw-text-unix.
10042
10043 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * compface.el (uncompface): Make sure the eol conversion doesn't take
10046         place when communicating with the external programs.
10047         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10048
10049 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10050
10051         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10052
10053 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10054
10055         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10056         Make it more robust by parsing author and date independently.
10057
10058 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10059
10060         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10061
10062 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10063
10064         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10065         first matching secret key.
10066         (mml2015-epg-encrypt): Ditto.
10067
10068         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10069         first matching secret key.
10070         (mml1991-epg-encrypt): Ditto.
10071
10072         * mml2015.el (mml2015-encrypt-to-self): New user option.
10073         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10074         mml2015-epg-encrypt-to-self is set.
10075
10076         * mml1991.el (mml1991-encrypt-to-self): New variable.
10077         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10078         mml1991-epg-encrypt-to-self is set.
10079
10080         * mml2015.el (mml2015-signers): New user option.
10081         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10082         (mml2015-epg-encrypt): Allow to select signing keys.
10083
10084         * mml1991.el (mml1991-signers): New variable.
10085         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10086         (mml1991-epg-encrypt): Allow to select signing keys.
10087
10088 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * nnheader.el (nnheader-insert-head): Make it work even if the file
10091         uses CRLF for the line-break code.
10092
10093 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10094
10095         * mml2015.el: Require mml-sec instead of password.
10096         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10097         (mml2015-cache-passphrase): Inherit the default value from
10098         mml-secure-cache-passphrase.
10099         (mml2015-passphrase-cache-expiry): Inherit the default value from
10100         mml-secure-passphrase-cache-expiry.
10101
10102         * mml1991.el: Require mml-sec instead of password.
10103         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10104         (mml1991-cache-passphrase): Inherit the default value from
10105         mml-secure-cache-passphrase.
10106         (mml1991-passphrase-cache-expiry): Inherit the default value from
10107         mml-secure-passphrase-cache-expiry.
10108
10109         * mml-sec.el: Require password.
10110         (mml-secure-verbose): New user option.
10111         (mml-secure-cache-passphrase): New user option.
10112         (mml-secure-passphrase-cache-expiry): New user option.
10113
10114 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10115
10116         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10117         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10118         andreas@altroot.de (Andreas Vögele).
10119
10120         FIXME: Use `tiny change'?
10121
10122 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10123
10124         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10125         workaround for the url package included with Emacs.
10126
10127         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10128
10129 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10130
10131         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10132         correctly.  This fixes a bug caused by the 2006-05-12 change.
10133
10134 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10135
10136         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10137         some information about the error when saying that the `bogus' mail
10138         group will be used.
10139
10140 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10141
10142         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10143         string.
10144
10145 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10146
10147         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10148
10149 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10150
10151         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10152
10153 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10154
10155         * mml1991.el (mml1991-function-alist): Add epg.
10156         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10157         (mml1991-epg-encrypt): New functions.
10158
10159 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10160
10161         * mml2015.el (mml2015-verbose): New variable.
10162         (mml2015-cache-passphrase): Ditto.
10163         (mml2015-passphrase-cache-expiry): Ditto.
10164         (mml2015-function-alist): Add epg.
10165         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10166         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10167         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10168         New functions.
10169
10170 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10171
10172         * message.el (message-cite-original-1): Preserve region when removing
10173         quoted text due to X-No-Archive in order to avoid bogus attribution
10174         when citing multiple messages.
10175
10176 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10177
10178         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10179         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10180
10181 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10182
10183         * gnus-diary.el (gnus-user-format-function-d)
10184         (gnus-user-format-function-D): Autoload.
10185
10186         * imap.el (Commentary): Fix typo.
10187
10188         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10189         2006-04-22 contribution.
10190
10191 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10192
10193         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10194         It didn't really fix the bogosity I'm seeing with solid web groups.
10195
10196 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10197
10198         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10199         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10200         created using server names.  If we use the feature without declaring
10201         it, Gnus does not properly manage server and group state.
10202
10203         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10204         bound.
10205
10206 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10207
10208         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10209         looking up the method using GROUP's prefix before inventing a new one.
10210         It is used on killed/unknown groups in various places where returning
10211         an all-new method isn't expected by the caller.
10212
10213         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10214         and match semantics of gnus-group-real-prefix.
10215
10216 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10217
10218         * nnmail.el (nnmail-broken-references-mailers): New variable.
10219         (nnmail-ignore-broken-references): New function generalizing
10220         nnmail-fix-eudora-headers.
10221         (nnmail-fix-eudora-headers): Now obsolete.
10222
10223         * gnus-art.el (gnus-button-handle-custom):
10224         Support `customize-apropos*'.
10225
10226 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10227
10228         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10229
10230         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10231         articles.
10232
10233 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10234
10235         * message.el (message-cite-reply-above): New variable.
10236         (message-yank-original): Use it.
10237
10238 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10239
10240         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10241
10242 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10243
10244         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10245         as read.
10246
10247         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10248
10249 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10250
10251         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10252         (gnus-bookmark-default-file): Use gnus-directory.
10253         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10254         Remove "*" in doc string.
10255         (gnus-bookmark-write-file): Simplify.
10256         (gnus-bookmark-maybe-sort-alist): Use `when'.
10257         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10258         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10259         Add FIXME about Emacs 21 and XEmacs compatibility.
10260         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10261         compatibility.
10262         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10263         compatibility.
10264         (gnus-bookmark-menu-heading): Fix version.
10265
10266 2006-06-19  Bastien Guerry  <bzg@altern.org>
10267
10268         * gnus-bookmark.el: New file.
10269
10270 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * message.el (message-syntax-checks): Doc fix.
10273
10274 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10275
10276         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10277         unsubscribed groups as if they were killed ones.  It causes duplicate
10278         entries in gnus-newsrc-alist.
10279
10280 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10281
10282         * message.el (message-syntax-checks): Doc fix.
10283         (message-send-mail): Add check for continuation headers.
10284         (message-check-news-header-syntax): Fix regexp used to check for
10285         continuation headers.
10286
10287 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10288
10289         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10290
10291 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10292
10293         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10294
10295 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10298         default-truncate-lines.
10299
10300 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10301
10302         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10303         to fill the utf-8 entry.
10304
10305         * lpath.el: Fbind unicode-precedence-list.
10306
10307 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10308
10309         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10310
10311 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10312
10313         * gnus-agent.el (directory-files-and-attributes): Move all the way
10314         forward (the third and final move).
10315         (gnus-agent-read-agentview): Trap reconstruction errors due to
10316         nonexistent directory.  Handle by returning nil.
10317
10318 2006-05-30  Didier Verna  <didier@xemacs.org>
10319
10320         * message.el (message-dont-reply-to-names): Update the custom type.
10321         * message.el (message-dont-reply-to-names): New defsubst: potentially
10322         convert a list of regexps into a single one.
10323         * message.el (message-get-reply-headers): Use it.
10324         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10325
10326 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10327
10328         * gnus-agent.el (directory-files-and-attributes): Move forward.
10329
10330 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10331
10332         * gnus-ml.el (gnus-mailing-list-subscribe)
10333         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10334         (gnus-mailing-list-message): Fix doc strings.
10335
10336 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10337
10338         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10339         of doing it manually.
10340
10341 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10342
10343         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10344         comment.
10345
10346 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10347
10348         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10349         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10350         (gnus-agent-read-local): All symbols allocated in my-obarray.
10351         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10352         (gnus-agent-regenerate-group): Check numeric names to see if they are
10353         messages or groups.
10354         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10355         better way of do this...)
10356
10357         * gnus-cache.el (gnus-agent-total-fetched-for):
10358         Ignore 'dummy.group' (there should be a better way of do this...)
10359
10360 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10361
10362         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10363         (gnus-saved-headers): Ditto.
10364         (gnus-default-article-saver): Mention functions may have properties.
10365         (gnus-article-save): Override gnus-save-all-headers and
10366         gnus-saved-headers by :headers property which saver function may have.
10367         (gnus-summary-save-in-file): Add :headers property.
10368         (gnus-summary-write-to-file): Ditto.
10369
10370         * gnus-sum.el (gnus-summary-save-article): Bind
10371         gnus-prompt-before-saving to t when saving many articles in a file;
10372         always show all headers.
10373
10374         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10375
10376 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10377
10378         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10379         marks.
10380
10381         * message.el (message-indent-citation): Add optional arguments to allow
10382         using it outside of message buffers.
10383
10384         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10385         (gnus-article-treat-unfold-headers): Use it.
10386         (gnus-article-truncate-lines): New variable.
10387         (gnus-article-mode): Use it.
10388         (gnus-article-toggle-truncate-lines): New function.
10389
10390         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10391         Add gnus-article-toggle-truncate-lines.
10392
10393         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10394         coding system in XEmacs, use binary.
10395
10396 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10397
10398         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10399         after-load-alist.
10400
10401         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10402         this function should save decoded articles.
10403         (gnus-summary-write-to-file): Use property to specify this function
10404         should save decoded articles and specify gnus-summary-save-in-file
10405         should be used to save articles other than the first one when saving
10406         many articles.
10407         (gnus-summary-save-body-in-file): Use property to specify this
10408         function should save decoded articles.
10409         (gnus-summary-write-body-to-file): Use property to specify this
10410         function should save decoded articles and specify
10411         gnus-summary-save-body-in-file should be used to save articles other
10412         than the first one when saving many articles.
10413
10414         * gnus-sum.el (gnus-summary-save-article): Simplify.
10415
10416 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * gnus-art.el (gnus-default-article-saver):
10419         Add gnus-summary-write-body-to-file.
10420         (gnus-article-save-coding-system): Don't use coding system object
10421         in XEmacs.
10422         (gnus-read-save-file-name): Add optional `dir-var' argument which
10423         specifies directory in which files are saved; work even if optional
10424         `variable' argument is not specified.
10425         (gnus-summary-write-to-file): Read file name.
10426         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10427         (gnus-summary-write-body-to-file): New function.
10428
10429         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10430         (gnus-summary-local-variables): Add it.
10431         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10432         (gnus-summary-save-article): Remove optional `decode' argument;
10433         determine whether to decode articles by the value of
10434         gnus-default-article-saver; when saving many files using
10435         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10436         it first and use gnus-summary-save-in-file or
10437         gnus-summary-save-body-in-file thereafter unless
10438         gnus-prompt-before-saving is always; move point to article which
10439         will be saved.
10440         (gnus-summary-save-article-file): Revert.
10441         (gnus-summary-write-article-file): Revert.
10442         (gnus-summary-save-article-body-file): Revert.
10443         (gnus-summary-write-article-body-file): New function.
10444
10445 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10446
10447         * gnus-art.el (gnus-default-article-saver): Doc fix.
10448         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10449         from gnus-summary-save-article-coding-system, and default to a
10450         certain coding system.
10451         (gnus-output-to-file): Add coding cookie and encode text according
10452         to gnus-article-save-coding-system; don't use mm-append-to-file.
10453
10454         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10455         gnus-art.el and rename to gnus-article-save-coding-system.
10456         (gnus-summary-save-article): Require gnus-art; don't show all
10457         headers if it decodes articles; don't add coding cookie here;
10458         don't bind mm-text-coding-system-for-write.
10459         (gnus-summary-save-article-file): Save decoded articles.
10460         (gnus-summary-write-article-file): When saving many files, use
10461         gnus-summary-write-to-file first and gnus-summary-save-in-file
10462         thereafter unless gnus-prompt-before-saving is always.
10463         (gnus-summary-save-article-body-file): Save decoded articles.
10464
10465         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10466
10467 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10468
10469         * nnrss.el (nnrss-check-group): Bind hash-index.
10470
10471 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10472
10473         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10474         its hash index.  Store this hash in `nnrss-group-data'.
10475         (nnrss-read-group-data): Update accordingly.
10476
10477 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10478
10479         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10480         entry.
10481
10482         * gnus-sum.el (gnus-summary-make-menu-bar):
10483         Add gnus-article-browse-html-article.
10484
10485 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10486
10487         * gnus-sum.el (gnus-summary-mime-map):
10488         Add gnus-article-browse-html-article.
10489
10490         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10491
10492 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10493
10494         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10495         suitable coding systems in customize.
10496
10497 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10498
10499         * mail-source.el (mail-sources): Fix custom type.
10500
10501 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10502
10503         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10504         (gnus-summary-expire-articles-now): Shorten prompt.
10505
10506         * gmm-utils.el (wid-edit): Require.
10507         (defun-gmm): Rename from `gmm-defun-compat'.
10508         (gmm-image-search-load-path): Use it.
10509         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10510
10511 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10512
10513         * gnus-sum.el (gnus-summary-save-article-coding-system):
10514         New variable.
10515         (gnus-summary-save-article): Add optional `decode' argument.
10516         If it is set and gnus-summary-save-article-coding-system is non-nil,
10517         save decoded article.
10518         (gnus-summary-write-article-file): Save decoded article if
10519         gnus-summary-save-article-coding-system is non-nil.
10520
10521         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10522         type.
10523
10524 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10525
10526         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10527
10528 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10529
10530         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10531         first to test gnus-single-article-buffer which may be buffer-local.
10532
10533         * gnus-sum.el (gnus-summary-setup-buffer):
10534         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10535         group; make gnus-article-buffer, gnus-article-current, and
10536         gnus-original-article-buffer always buffer-local.
10537         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10538         group.
10539         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10540
10541 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10542
10543         * nnml.el (nnml-request-compact-group): Compressed files might not
10544         have .gz extension.
10545
10546 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10547
10548         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10549         (mm-copy-to-buffer): Use with-current-buffer.
10550         (mm-display-part): Simplify.
10551         (mm-inlinable-p): Add optional arg `type'.
10552
10553 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10554
10555         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10556         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10557         Try harder to show the attachment internally or externally using
10558         gnus-mime-view-part-as-type.
10559
10560 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10561
10562         * message.el (message-from-style, message-signature-separator)
10563         (message-user-organization-file, message-send-mail-function)
10564         (message-citation-line-function, message-yank-prefix)
10565         (message-indent-citation-function, message-signature)
10566         (message-signature-file, message-signature-insert-empty-line):
10567         Remove autoloads.
10568
10569         * gnus-art.el (gnus-buttonized-mime-types):
10570         Remove "multipart/signed".  Revert 2006-04-26 change.
10571
10572 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10573
10574         * gnus.el (gnus-version-number): Bump version.
10575
10576 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10577
10578         * gnus.el: No Gnus v0.5 is released.
10579
10580 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10581
10582         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10583         fetching articles by message-id.
10584
10585 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10586
10587         * message.el (hashcash): Require hashcash as normal.
10588
10589         * ecomplete.el (ecomplete-highlight-match-line):
10590         Use point-at-eol.
10591         (ecomplete-highlight-match-line): Use `highlight', because that
10592         face exists in both Emacs and XEmacs.
10593
10594         * message.el (message-display-abbrev): Use point-at-bol.
10595
10596         * mail-source.el: Don't require timer/timer-funcs.
10597
10598         * gnus-async.el: Ditto.
10599
10600         * password.el: Ditto.
10601
10602         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10603
10604         * mm-url.el: Ditto.
10605
10606         * gnus-xmas.el: Don't require timer-funcs.
10607
10608         * mm-util.el: Require timer/timer-funcs.
10609
10610 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10611
10612         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10613         Close.
10614
10615 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10616
10617         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10618         unibyte after clear-decrypt function runs.
10619
10620         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10621         returns as a unibyte string.
10622
10623 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10624
10625         * lpath.el: Revert.
10626
10627         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10628         (pgg-gpg-process-sentinel): Revert.
10629
10630         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10631         (pgg-pgp-lookup-key): Revert.
10632
10633         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10634         (pgg-pgp5-lookup-key): Revert.
10635
10636         * pgg.el (pgg-fetch-key): Revert.
10637
10638 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10639
10640         * lpath.el: Fbind string-as-multibyte for XEmacs.
10641
10642         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10643         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10644         (mml1991-pgg-encrypt): Ditto.
10645
10646         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10647         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10648         a multibyte buffer.
10649
10650         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10651         (pgg-pgp-lookup-key): Ditto.
10652
10653         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10654         (pgg-pgp5-lookup-key): Ditto.
10655
10656         * pgg.el (pgg-fetch-key): Ditto.
10657
10658 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10659
10660         * message.el (message-user-organization-file): Check several
10661         locations of the organization file.
10662
10663         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10664         Add gnus-article-view-part-as-type.
10665
10666         * gnus-art.el (gnus-article-view-part-as-type): New function.
10667
10668         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10669         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10670
10671         * mml.el: Simplify autoload.
10672         (mml-mode): defvar dnd-protocol-alist instead of using
10673         symbol-value.
10674         (mml-default-directory): New variable.
10675         (mml-minibuffer-read-file): Use it.
10676         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10677
10678         * message.el (message-citation-line-format): New variable.
10679         (message-insert-formated-citation-line): New function.
10680         (message-citation-line-function):
10681         Add `message-insert-formated-citation-line' to custom type.
10682
10683         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10684         to doc string.
10685
10686         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10687         depending on mm-verify-option.
10688
10689 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10692         binding pgg-* variables; reimplement the section which prevents
10693         MIME header from being signed.
10694         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10695         pgg-text-mode; remove a blank line at the top of body.
10696
10697         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10698         lines at the top of body; use gnus-newsgroup-charset if there's no
10699         Charset header.
10700
10701 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10702
10703         * message.el (message-self-insert-commands): Doc fix.
10704
10705         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10706         (mm-uu-pgp-encrypted-test): Ditto.
10707         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10708         between header and body; return application/pgp-encrypted handle
10709         if decryption failed; decode decrypted body by charset.
10710
10711         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10712         element match to application/pgp-*.
10713
10714 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10715
10716         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10717         HTML.
10718
10719 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10720
10721         * mail-source.el (mail-source-call-script): Message the error
10722         string.
10723
10724 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10725
10726         * gnus-util.el (gnus-byte-compile): Use it.
10727
10728 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10729
10730         * gnus-util.el (kill-empty-logs): New function.
10731
10732 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10733
10734         * message.el (message-mail-alias-type): Doc fix.
10735         (message-mail-alias-type-p): New function.
10736         (message-send): Use it.
10737         (message-mode): Ditto.
10738         (message-strip-forbidden-properties): Ditto.
10739
10740         * ecomplete.el (ecomplete-database-file-coding-system):
10741         New variable.
10742         (ecomplete-save): Use it.
10743         (ecomplete-setup): Use it.
10744
10745 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * message.el (message-self-insert-commands): New variable.
10748         (message-strip-forbidden-properties): Use it.
10749
10750 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10751
10752         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10753         that doesn't make XEmacs choke.
10754
10755 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10756
10757         * gnus-util.el (gnus-replace-in-string):
10758         Prefer replace-regexp-in-string over of replace-in-string.
10759
10760 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10761
10762         * gnus-util.el (gnus-select-frame-set-input-focus):
10763         Use select-frame-set-input-focus if it is available in XEmacs; use
10764         definition defined in Emacs 22 for old Emacsen.
10765
10766         * dgnushack.el: Autoload unmorse-region for XEmacs.
10767
10768         * lpath.el: Bind cursor-in-non-selected-windows and
10769         select-frame-set-input-focus for XEmacs.
10770
10771 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10772
10773         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10774
10775 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10776
10777         * gnus-registry.el (gnus-registry-cache-save): Remove text
10778         properties when saving via the temp buffer.
10779
10780 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10781
10782         * message.el (message-generate-hashcash): Honor custom type.
10783
10784 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10785
10786         * message.el (message-generate-hashcash): Default to non-nil when
10787         hashcash is found.
10788
10789         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10790         (gnus-refer-thread-limit): Increase default to 500.
10791
10792         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10793
10794         * flow-fill.el (fill-flowed): Allow delete-space.
10795
10796 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10797
10798         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10799         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10800         Remove autoloads.
10801
10802 2006-04-18  Simon Josefsson  <jas@extundo.com>
10803
10804         * message.el (message-generate-hashcash): Default to.
10805
10806 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10807
10808         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10809         concatenating segments rather than before concatenating them.
10810
10811 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10812
10813         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10814
10815 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10816
10817         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10818
10819         * message.el (message-forward-make-body-plain):
10820         Allow message-forward-ignored-headers to be a list.
10821         (message-remove-ignored-headers): Factor out into function.
10822         (message-forward-make-body-mml): Use it.
10823
10824         * imap.el (imap-quote-specials): New function.
10825         (imap-login-auth): Quote specials.
10826
10827         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10828         (rfc2231-parse-string): Allow concatanation of parameters that
10829         aren't contiguous.  The test case is
10830           (mail-header-parse-content-type "message/external-body;
10831             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10832             access-type=LOCAL-FILE;
10833             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10834
10835 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10836
10837         * nntp.el (nntp-accept-process-output): Return the value of
10838         `nnheader-accept-process-output'.
10839
10840 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10841
10842         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10843         (gnus-button-alist): Recognize more diff formats.
10844         (gnus-button-patch): Strip directory.
10845
10846 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10847
10848         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10849         Emacs 22 when setting focus.
10850
10851 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10852
10853         * gnus-art.el (gnus-article-treat-types): Do treatment of
10854         text/x-verbatim parts.
10855         (gnus-button-patch): New command.
10856
10857         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10858         addresses that contain invalid characters.
10859
10860 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10861
10862         * message.el (message-put-addresses-in-ecomplete):
10863         Use gnus-replace-in-string.
10864         (message-is-yours-p): Use the more correct
10865         mail-header-parse-address instead of
10866         mail-extract-address-components.
10867         (message-put-addresses-in-ecomplete): Fix typo.
10868
10869         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10870         keystroke.
10871
10872         * gnus-art.el (gnus-treatment-function-alist): Change order of
10873         newsgroups/generic header folding to avoid double-folding.
10874
10875         * message.el (message-hidden-headers): Add X-Draft-From.
10876
10877         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10878         New command.
10879         (gnus-summary-repeat-search-article-backward): New command.
10880
10881         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10882         groups in the parent topic.
10883
10884 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10885
10886         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10887         (spam-extra-header-to-number): Return the CRM114 number as a
10888         number instead of a string.
10889
10890 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10891
10892         * gnus-art.el (gnus-face-properties-alist): Move here from
10893         gnus-fun.
10894
10895         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10896
10897 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10898
10899         * message.el (message-strip-forbidden-properties): Only display on
10900         self-insert-command.
10901
10902         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10903         reindent.
10904         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10905
10906 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10907
10908         * smiley.el (smiley-style): Fix typo.
10909
10910 2006-03-23  Kenichi Handa  <handa@m17n.org>
10911
10912         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10913         instead of set-buffer-multibyte.
10914
10915 2006-03-23  Kenichi Handa  <handa@m17n.org>
10916
10917         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10918         buffer and then decode the buffer text if necessary.
10919         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10920         first, and after mm-encode-body, change the buffer to unibyte.
10921
10922 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10923
10924         * hashcash.el (hashcash-insert-payment-async-2):
10925         Use message-goto-eoh instead of doing it manually.
10926         (mail-add-payment): Use message-narrow-to-header instead of trying
10927         to do the same itself.
10928
10929         * message.el (message-hidden-headers): Add Face.
10930
10931         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10932         reparenting code.
10933         (gnus-summary-reparent-children): Refactored out code.
10934         (gnus-summary-thread-map): New keystroke.
10935         (gnus-summary-reparent-children): Make into command.
10936
10937         * smiley.el (smiley-style): Default to `medium' if using a large
10938         font.
10939
10940         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10941         does it itself.
10942
10943         * message.el (message-point-in-header-p): Simplify definition.
10944
10945 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10946
10947         * nnagent.el (nnagent-request-set-mark): Silence log file
10948         writing.
10949         (nnagent-request-set-mark): Use write-region instead of
10950         append-to-file.
10951
10952         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10953         strange select method.
10954
10955         * ecomplete.el (ecomplete-display-matches): Get highlightling
10956         right.
10957         (ecomplete-display-matches): Use literals.
10958         (ecomplete-display-matches): Disable message logging.
10959
10960         * message.el (message-display-abbrev): Small optimization.
10961
10962         * ecomplete.el (ecomplete-display-matches): Allow automatic
10963         display.
10964
10965         * message.el (message-strip-forbidden-properties):
10966         Display abbrevs.
10967         (message-display-abbrev): Get automatic display right.
10968
10969         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10970         keystrokes.
10971
10972 2006-04-13  Romain Francoise  <romain@orebokech.com>
10973
10974         TODO: Backport to v5-10!
10975
10976         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10977         Move here (and rename) from gnus-registry.el.
10978
10979         * gnus-registry.el: Require gnus-util.
10980         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10981
10982 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10983
10984         * gnus-group.el (gnus-group-catchup-current):
10985         Change if-then-else-if-then-else into cond.
10986         (gnus-group-catchup): Indent.
10987         (group-name-at-point): New function.
10988         (gnus-fetch-group): Provide default from thing at point.
10989
10990 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10991
10992         * message.el (message-display-abbrev): Fix regexp.
10993
10994         * ecomplete.el (ecomplete-highlight-match-line):
10995         Reimplement choosing.
10996         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10997         dead variables.
10998
10999         * message.el (message-newline-and-indent): Remove debugging.
11000         (message-display-abbrev): Use new implementation.
11001
11002 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11003
11004         * gnus-art.el (gnus-article-mode):
11005         Set cursor-in-non-selected-windows to nil.
11006
11007         * smiley.el: Revert previous change.
11008         (smiley-data-directory): defvar it before using it in the
11009         defcustom of `smiley-style'.
11010
11011 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11012
11013         * message.el (message-newline-and-indent): New function.
11014
11015         * ecomplete.el: Implement more bits.
11016
11017         * message.el (message-put-addresses-in-ecomplete): Clean up the
11018         string.
11019
11020         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11021
11022         * gnus-sum.el (gnus-summary-save-parts):
11023         Bind gnus-summary-save-parts-counter and use it to make unique file
11024         names.
11025
11026         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11027
11028         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11029         parameter to say whether to actually parse the individual
11030         addresses.
11031
11032         * message.el (message-put-addresses-in-ecomplete): New function.
11033         (ecomplete): Require.
11034         (message-mail-alias-type): Add ecomplete as an option.
11035
11036 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11037
11038         * flow-fill.el (fill-flowed): Remove trailing space from blank
11039         quoted lines.
11040
11041 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11042
11043         * smiley.el (smiley-style): Move definition later to avoid a
11044         compilation warning.
11045
11046 2006-04-12  Kenichi Handa  <handa@m17n.org>
11047
11048         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11049         buffer and then decode the buffer text if necessary.
11050         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11051         first, and after mm-encode-body, change the buffer to unibyte.
11052         Use mm-disable-multibyte instead of set-buffer-multibyte.
11053
11054 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11055
11056         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11057         Content-Type header instead of Content-Disposition header.
11058         (gnus-mime-inline-part): Ditto.
11059         (gnus-mime-view-part-as-charset): Ignore charset that the part
11060         specifies.
11061
11062         * mm-decode.el (mm-display-part): Work with external parts and
11063         usual parts similarly.
11064
11065         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11066         instead of gnus-display-mime.
11067
11068         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11069         instead of with-temp-buffer.
11070
11071         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11072         tag to summarized topics part in order to encode non-ASCII text.
11073
11074 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11075
11076         * smiley.el (smiley-style): New variable.
11077         (smiley-directory): New function.
11078         (smiley-data-directory): Derive from `smiley-style' using
11079         `smiley-directory'.
11080         (smiley-regexp-alist): Add new entries.
11081
11082         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11083         (gnus-article-browse-delete-temp): Add :version.
11084
11085 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11086
11087         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11088         the sieve region.
11089
11090 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11091
11092         * gnus.el (gnus-version-number): Bump version.
11093
11094 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11095
11096         * gnus.el: No Gnus v0.4 is released.
11097
11098 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11099
11100         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11101         layout.
11102
11103         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11104         unknown charset.
11105
11106         * message.el (message-header-synonyms): Add Original-To to the
11107         default.
11108
11109         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11110         optional parameter.
11111
11112 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11113
11114         * gnus-fun.el (gnus): Require it for gnus-directory.
11115
11116 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11117
11118         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11119
11120 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11121
11122         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11123
11124 2006-04-05  Simon Josefsson  <jas@extundo.com>
11125
11126         * password.el (password-reset): New function.
11127
11128 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11129
11130         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11131         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11132
11133 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11134
11135         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11136         Some whitespace was matched into the url, which broke browsing hits
11137         > 100 when mm-url-use-external was nil.
11138
11139 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11140
11141         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11142         Check gnus-extra-headers for 'Newsgroups.
11143
11144         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11145         bound.
11146
11147 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11148
11149         * pgg-gpg.el: Clean up process buffers every time gpg processes
11150         complete.
11151
11152 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11153
11154         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11155         doc string.
11156
11157 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11158
11159         * pgg-gpg.el (pgg-gpg-process-filter)
11160         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11161
11162         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11163         lines, temporary fix.
11164
11165 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11166
11167         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11168
11169 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11170
11171         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11172         default-enable-multibyte-characters.  This reverts the change from
11173         revision 6.17 which is no longer necessary because the passphrase
11174         is sent separately now.  GnuPG messages are unreadable under
11175         multibyte locales with default-enable-multibyte-characters set to
11176         nil.
11177
11178 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11179
11180         * message.el (message-tool-bar-gnome): Move "spell".
11181
11182 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11183
11184         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11185         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11186         instead.
11187
11188 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11189
11190         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11191         Improve newsgroups handling for NNTP overviews which don't include
11192         Newsgroups.
11193
11194 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11195
11196         * message.el (message-resend): Bind message-generate-hashcash to nil.
11197
11198 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11199
11200         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11201         when searching for already-paid recipients.
11202
11203 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11204
11205         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11206         passphrases when it is not needed.
11207         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11208         passphrase stuff from gpg, should only be necessary when you use
11209         gpg with a smartcard.
11210
11211 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11212
11213         * mml.el (mml-insert-mime): Ignore cached contents of
11214         message/external-body part.
11215
11216         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11217         (mm-insert-part): Ditto.
11218
11219 2006-03-23  Simon Josefsson  <jas@extundo.com>
11220
11221         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11222         Reiner.
11223         (pgg-gpg-use-agent-p): Use it again.
11224
11225 2006-03-23  Simon Josefsson  <jas@extundo.com>
11226
11227         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11228         older emacsen.
11229         (pgg-gpg-use-agent-p): Don't use it.
11230
11231 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11232
11233         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11234         if we can.
11235
11236 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11237
11238         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11239         (pgg-gpg-update-agent): New function.
11240         (pgg-gpg-use-agent-p): New function.
11241         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11242         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11243         (pgg-gpg-sign-region): Use it.
11244
11245 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11246
11247         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11248         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11249
11250 2006-03-21  Simon Josefsson  <jas@extundo.com>
11251
11252         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11253         <wilde@sha-bang.de>.
11254         (pgg-gpg-use-agent): New variable.
11255         (pgg-gpg-process-region): Use it.
11256         (pgg-gpg-encrypt-region): Likewise.
11257         (pgg-gpg-encrypt-symmetric-region): Likewise.
11258         (pgg-gpg-decrypt-region): Likewise.
11259         (pgg-gpg-sign-region): Likewise.
11260         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11261
11262 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11263
11264         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11265
11266         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11267         Add comment on version.
11268
11269 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11270
11271         * smiley.el: Add missing test smiley.
11272
11273 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11274
11275         * mm-decode.el (mm-with-part): New macro.
11276         (mm-get-part): Use it; work with message/external-body as well.
11277         (mm-save-part): Treat name and filename equally.
11278
11279         * mm-extern.el (mm-extern-cache-contents): New function.
11280         (mm-inline-external-body): Use it; force the part to be displayed;
11281         move undisplayer added to the cached handle to the parent.
11282
11283         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11284         (gnus-mime-view-part-as-type): Work with message/external-body.
11285
11286         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11287
11288 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11289
11290         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11291         images in image-load-path.  [Sync with image.el, revision 1.60, in
11292         Emacs.]
11293
11294 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11295
11296         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11297         path rather than symbol.  Always return list of directories.
11298         Guarantee that image directory comes first.  [Sync with image.el,
11299         revision 1.59, in Emacs.]
11300
11301         * message.el (message-make-tool-bar): Adjust to new API of
11302         `gmm-image-load-path-for-library'.
11303
11304         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11305
11306         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11307
11308 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11309
11310         * gnus-art.el (gnus-article-only-boring-p):
11311         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11312         intangible text.
11313         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11314
11315 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11316
11317         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11318         Use `defun' instead of `gmm-defun-compat'.
11319
11320 2006-03-14  Simon Josefsson  <jas@extundo.com>
11321
11322         * message.el (message-unique-id): Don't use message-number-base36
11323         if (user-uid) is a float.
11324         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11325
11326 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11327
11328         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11329
11330         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11331         empty line between a part and a message part.
11332
11333 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11334
11335         * smiley.el: Add more test smileys.
11336         (smiley-data-directory, smiley-regexp-alist)
11337         (gnus-smiley-file-types): Fix doc strings.
11338         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11339         adding new elements.
11340         (smiley-mouse-map): Unused code.  Make it a comment.
11341
11342 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11343
11344         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11345         scan latest NoCeM messages instead of old ones.
11346         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11347         delimiters that are recently used.
11348         (gnus-nocem-load-cache): Add autoload cookie.
11349
11350         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11351
11352         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11353         level which is larger than gnus-use-nocem is specified.
11354
11355         * gnus-group.el (gnus-group-get-new-news): Ditto.
11356
11357 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11358
11359         * gnus-util.el (gnus-tool-bar-update): New function.
11360
11361         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11362         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11363
11364         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11365
11366         * gnus-group.el (gnus-group-redraw-when-idle)
11367         (gnus-group-redraw-check): Remove.
11368         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11369
11370 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11373         if optional last element is specified in splits (FIELD VALUE...).
11374
11375 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11376
11377         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11378         to gmm-image-load-path-for-library.  Call with no-error argument.
11379         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11380
11381         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11382
11383         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11384
11385         * gmm-utils.el (gmm-image-load-path): Remove alias.
11386
11387 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11388
11389         * gmm-utils.el (gmm-image-load-path): Add alias.
11390
11391         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11392         nnml-generate-nov-databases-1.
11393         (nnml-generate-nov-databases): Use it.
11394         (nnml-generate-nov-databases-directory): Document no-active
11395         argument.
11396
11397         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11398         directory if path is t.  Add no-error.
11399
11400         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11401         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11402
11403         * gnus-art.el (gnus-article-browse-delete-temp-files):
11404         Simplify resetting gnus-article-browse-html-temp-list.
11405
11406         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11407         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11408         Add example to docstring.  Rename local variables.  Move error
11409         checks to default case in cond and simplify.
11410
11411 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11414         handle is multipart when calling it recursively.
11415         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11416
11417 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11418
11419         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11420         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11421
11422 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11423
11424         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11425         is loaded.
11426
11427         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11428         loaded.
11429
11430 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11431
11432         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11433         to "Emacs 23 (unicode)" in doc string.
11434
11435         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11436         "Emacs 23 (unicode)" in comment.
11437
11438 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11439
11440         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11441
11442         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11443         characters 160 through 255 in Emacs 23.
11444
11445 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11446
11447         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11448         gnus-article-browse-html-temp.
11449         (gnus-article-browse-delete-temp): Make it customizable.
11450         Add `file'.  Adjust doc string.
11451         (gnus-article-browse-delete-temp-files): Add argument.
11452         Allow query for each file.  Adjust doc string.
11453         (gnus-article-browse-html-parts):
11454         Add `gnus-article-browse-delete-temp-files' to
11455         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11456
11457 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11458
11459         * gnus-art.el (gnus-article-browse-html-temp)
11460         (gnus-article-browse-delete-temp): New variables.
11461         (gnus-article-browse-delete-temp-files): New function.
11462         (gnus-article-browse-html-parts): Use it.
11463
11464 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11465
11466         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11467
11468         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11469         string.
11470
11471         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11472         gnus-summary-insert-new-articles when unplugged.
11473         Remove gnus-summary-search-article-forward.
11474
11475         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11476         display-visual-class instead of display-color-cells.
11477
11478 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11479
11480         * dgnushack.el: Autoload customize-group for XEmacs.
11481
11482         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11483         message/* containing non-ASCII text properly.
11484
11485 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11486
11487         * message.el: Require gmm-utils, remove autoloads.
11488         (message-tool-bar): Set default based on
11489         gmm-tool-bar-style.
11490         (message-tool-bar-gnome): Add gmm-customize-mode.
11491
11492         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11493         gmm-tool-bar-style.
11494         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11495
11496         * gnus-group.el (gnus-group-tool-bar): Set default based on
11497         gmm-tool-bar-style.
11498         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11499
11500         * gmm-utils.el (gmm-image-directory): Rename variable from
11501         gmm-image-load-path.
11502         (gmm-image-load-path): Use gmm-image-directory.
11503         (gmm-customize-mode): New function.
11504         (gmm-tool-bar-style): New variable.
11505
11506         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11507         gnus-group-redraw-line-number.
11508         (gnus-group-redraw-check): Simplify.
11509         (gnus-group-tool-bar-update): Remove redraw check.
11510         (gnus-group-make-tool-bar): Add redraw check.
11511
11512 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11513
11514         * gnus-art.el (gnus-button): Add missing parentheses.
11515
11516 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * lpath.el: Fbind line-number-at-pos.
11519
11520 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11521
11522         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11523
11524 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11525
11526         * gnus-art.el (gnus-button): New face.
11527         (gnus-article-button-face): Use it.
11528
11529         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11530         Add gnus-summary-next-page.  Re-order.
11531
11532         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11533         next-node are now included.
11534         (gnus-group-redraw-line-number): New internal variable.
11535         (gnus-group-redraw-check): Helper function for updating the tool
11536         bar.
11537         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11538
11539         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11540
11541         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11542         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11543         Use it to match format of Spamassassin 3.0 and later.
11544         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11545         (spam-check-bogofilter)
11546         (spam-bogofilter-register-with-bogofilter): Fix args of
11547         `gnus-error' calls.
11548
11549 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11550
11551         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11552         unnecessary interaction when sending queued mails.
11553         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11554
11555 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11556
11557         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11558         first or last are nil.
11559
11560 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11561
11562         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11563
11564 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11565
11566         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11567
11568 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11569
11570         * dns.el (query-dns): Protect more against buggy tcp output.
11571
11572 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11573
11574         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11575         nov.php.
11576
11577 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11578
11579         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11580         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11581         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11582         output on the server side.
11583         (nnweb-google-create-mapping): Update regexps and add some
11584         progress indication.
11585
11586 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11587
11588         * gnus-group.el (gnus-group-tool-bar-gnome):
11589         Fix gnus-agent-toggle-plugged.  Re-order icons.
11590         (gnus-group-tool-bar-gnome):
11591         Add gnus-group-{prev,next}-unread-group.
11592         (gnus-group-tool-bar-gnome): Re-order icons.
11593
11594         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11595         Move gnus-summary-insert-new-articles.
11596
11597         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11598         Fix comments.
11599
11600         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11601         also available in Emacs 21.3.
11602
11603         * message.el (message-fix-before-sending): Change "Emacs 22" to
11604         "Emacs 23 (unicode)" in comment.
11605
11606         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11607         "Emacs 23 (unicode)" in comment.
11608
11609         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11610         comment.
11611         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11612
11613         * mm-view.el (mm-fill-flowed): Add :version.
11614
11615 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11616
11617         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11618         and load-path.
11619
11620 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11621
11622         * message.el: Autoload gmm-image-load-path.
11623         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11624         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11625         consitency.
11626
11627         * gmm-utils.el (gmm-image-load-path): Also search in
11628         "../etc/images".  Don't set gmm-image-load-path if we don't find
11629         the image.
11630
11631 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11632
11633         * gmm-utils.el (gmm-image-load-path): Don't make
11634         `gmm-image-load-path' include subdirectories which the second arg
11635         `image' might specify.
11636
11637         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11638         subdirectory to icon file names.
11639
11640         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11641
11642 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11643
11644         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11645         gmm-image-load-path calls.
11646
11647         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11648
11649         * message.el (message-make-tool-bar): Ditto.
11650
11651         * mml.el (mml-preview): Add comment concerning tool bar icons.
11652
11653         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11654         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11655
11656         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11657         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11658
11659         * message.el (message-tool-bar-gnome): Use new icon names.
11660         (message-make-tool-bar): Use `gmm-image-load-path'.
11661
11662         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11663         New functions from MH-E.
11664         (gmm-image-load-path): New variable from MH-E.
11665         (gmm-image-load-path): New function from MH-E.  Add arguments
11666         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11667         *-image-load-path-called-flag.
11668
11669 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11670
11671         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11672
11673 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11674
11675         * nnimap.el (nnimap-request-move-article): Change folder back to
11676         source group before deleting.
11677
11678 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11679
11680         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11681
11682         * gnus-art.el (mm-url-insert-file-contents-external):
11683         Autoload mm-url.
11684
11685         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11686
11687 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11690         coding system which mm-charset-to-coding-system returns for a
11691         given charset is valid.
11692
11693 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11694
11695         * html2text.el (html2text-remove-tag-list):
11696         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11697
11698 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11699
11700         * gnus-cus.el: Revert 2005-10-17 change.
11701
11702 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11703
11704         * gnus-art.el (article-strip-banner):
11705         Call article-really-strip-banner only when the regexp match is made.
11706
11707 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11708
11709         * gnus-art.el (article-strip-banner):
11710         Use gnus-extract-address-components instead of
11711         mail-header-parse-addresses to make it work with non-ASCII text;
11712         remove mail-encode-encoded-word-string.
11713
11714         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11715         values which are surrounded with \"...\"; make it never cause a
11716         Lisp error; give up parsing of parameters if it failed in
11717         extracting type.
11718
11719 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11720
11721         * smime.el (smime-cert-by-ldap-1): Fix bug where
11722         `smime-ldap-search' returns results without userCertificates.
11723
11724 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11725
11726         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11727
11728 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11729
11730         * spam.el (spam-check-spamassassin-headers): Adapt format for
11731         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11732         <ari@mbf.ocn.ne.jp>.
11733         (spam-list-of-processors): Add spam-use-gmane.
11734
11735 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11736
11737         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11738         make-temp-file; make it work with XEmacs as well.
11739
11740         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11741         mm-make-temp-file.
11742
11743         * mm-decode.el (mm-display-external): Use the 3rd arg of
11744         mm-make-temp-file.
11745         (mm-create-image-xemacs): Ditto.
11746
11747 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11748
11749         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11750         with message-narrow-to-headers.
11751         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11752         (gnus-draft-check-draft-articles): New function.
11753         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11754
11755 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11756
11757         * gnus-art.el (gnus-article-browse-html-parts):
11758         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11759         Don't use suffix argument for mm-make-temp-file for Emacs 21
11760         compatibility.  Remove useless `format'.
11761
11762 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11763
11764         * nnweb.el (nnweb-google-wash-article): Update regexps.
11765         (nnweb-group-alist): Use defvoo instead of defvar.
11766
11767 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11768
11769         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11770         re-loading nn* modules.
11771
11772 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11773
11774         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11775         for `tool-bar-mode' and don't check it's default-value.
11776
11777         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11778
11779         * message.el (message-make-tool-bar): Ditto.
11780
11781         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11782         `substring'.  Shorten tmp-file name.
11783
11784         * gnus.el: Remove bogus comment.
11785
11786 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11787
11788         * gnus-art.el (gnus-article-browse-html-parts): New function.
11789         (gnus-article-browse-html-article): New function for viewing html
11790         articles with a browser.
11791
11792 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11793
11794         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11795         in elisp.
11796         (pgg-gpg-encrypt-symmetric-region): Ditto.
11797         (pgg-gpg-sign-region): Ditto.
11798
11799         * pgg-def.el (pgg-text-mode): New variable.
11800
11801         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11802         (mml2015-pgg-encrypt): Ditto.
11803
11804         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11805         (mml1991-pgg-encrypt): Ditto.
11806
11807 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11808
11809         * nnfolder.el (nnfolder-insert-newsgroup-line):
11810         Use message-make-date instead of current-time-string.
11811
11812         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11813         to gnus-decoded which mm-uu might set.
11814
11815 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11816
11817         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11818         don't decode quoted parameters; remove misimported Emacs code.
11819         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11820         (rfc2231-decode-encoded-string): Don't use split-string which
11821         behaves differently according to Emacs version; use
11822         mm-decode-coding-region to convert charset to coding-system.
11823         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11824         (rfc2231-encode-string): Remove misimported Emacs code.
11825
11826 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11827
11828         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11829         when calling mail-header-parse-content-type.
11830         (article-de-quoted-unreadable): Ditto.
11831         (article-de-base64-unreadable): Ditto.
11832         (article-wash-html): Ditto.
11833
11834         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11835         calling mail-header-parse-content-type and
11836         mail-header-parse-content-disposition.
11837         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11838         mail-header-parse-content-type.
11839
11840         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11841         insert charset and format parameters; encode description after
11842         inserting it to buffer.
11843         (mml-insert-parameter): Fold lines properly even if a parameter is
11844         segmented into two or more lines; change the max column to 76.
11845
11846         * rfc1843.el (rfc1843-decode-article-body): Don't use
11847         ignore-errors when calling mail-header-parse-content-type.
11848
11849         * rfc2231.el (rfc2231-parse-string): Return at least type if
11850         possible; don't cause an error even if it fails in parsing of
11851         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11852         (rfc2231-encode-string): Don't break lines at the beginning, leave
11853         it to mml-insert-parameter.
11854
11855         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11856         calling mail-header-parse-content-type.
11857
11858 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11859
11860         * spam-report.el (spam-report-gmane-use-article-number):
11861         Improve doc string.
11862         (spam-report-gmane-internal): Check if a suitable header was found
11863         in the article.
11864
11865 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11866
11867         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11868         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11869
11870 2006-02-05  Romain Francoise  <romain@orebokech.com>
11871
11872         Update copyright notices of all files in the gnus directory.
11873
11874 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11875
11876         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11877
11878 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11881         segmented lines of parameter value to cope with Thunderbird 1.5
11882         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11883         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11884         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11885
11886 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11887
11888         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11889         parts.
11890
11891 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11892
11893         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11894         there's only one active file for all servers.
11895         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11896         solid groups.  Gnus might have used a FAST request to select the group.
11897         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11898         and nnweb-search redundantly in the active file.
11899         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11900         (nnweb-request-create-group): Don't use ARGS.
11901         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11902         initialisations.  Let nnoo do the work.
11903
11904 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11905
11906         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11907         Say the part has been decoded.
11908
11909         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11910
11911 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11912
11913         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11914         mailcap-viewer-test-cache when there's no 'test clause, since that
11915         will invert the meaning of a "nil" test previously determined by
11916         mailcap-mailcap-entry-passes-test.
11917
11918 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11919
11920         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11921         compiling.
11922
11923         * gnus-sum.el: Ditto.
11924
11925         * message.el: Don't bind tool-bar-map when compiling.
11926
11927 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11928
11929         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11930
11931 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11932
11933         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11934         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11935         current Google Groups.
11936
11937 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11938
11939         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11940         and tool-bar-mode.
11941
11942         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11943         and tool-bar-mode.
11944
11945         * message.el (message-tool-bar-update): Simplify.
11946         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11947
11948         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11949         gnus-summary-buffer.
11950         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11951         gnus-summary-reply.
11952
11953         * gmm-utils.el (gmm): Add :version.
11954
11955 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11956
11957         * Makefile.in (clean): New rule.
11958         (distclean): Use it.
11959
11960 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11961
11962         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11963         Don't autoload.
11964
11965 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11966
11967         * gmm-utils.el (gmm-verbose): Add :group.
11968
11969 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11970
11971         * message.el: Change some comments WRT tool-bars.
11972
11973         * gnus-sum.el (gnus-summary-tool-bar)
11974         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11975         (gnus-summary-tool-bar-zap-list): New variables.
11976         (gnus-summary-make-tool-bar): Complete rewrite using
11977         `gmm-tool-bar-from-list'.
11978
11979         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11980         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11981         New variables.
11982         (gnus-group-make-tool-bar): Complete rewrite using
11983         `gmm-tool-bar-from-list'.
11984         (gnus-group-tool-bar-update): New function.
11985
11986         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11987
11988 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11989
11990         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11991         is dissected into a single part of which the type is the same as
11992         the given one; decode charset.
11993
11994 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11995
11996         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11997         into alists as symbol not string, since that's what
11998         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11999         look for.
12000
12001 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12002
12003         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12004         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12005
12006         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12007
12008 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12009
12010         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12011         (gnus-xmas-mime-security-button-menu): New function.
12012
12013         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12014         (gnus-mime-security-button-menu): New definition.
12015         (gnus-mime-security-button-map): Use them.
12016         (gnus-mime-security-button-menu): New function.
12017         (gnus-insert-mime-security-button): Addition to help echo.
12018         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12019         (gnus-mime-security-pipe-part): New functions.
12020
12021         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12022         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12023
12024         * mm-decode.el (mm-handle-set-disposition): Remove.
12025         (mm-handle-set-description): Remove.
12026
12027 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12028
12029         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12030         (mm-w3m-standalone-supports-m17n-p): New function.
12031         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12032         w3m usage.
12033
12034         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12035         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12036
12037 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12038
12039         * message.el (message-tool-bar-zap-list):
12040         Use gmm-tool-bar-zap-list as custom type.
12041         (message-tool-bar-update): New function.
12042         (message-tool-bar, message-tool-bar-gnome)
12043         (message-tool-bar-retro): Add message-tool-bar-update.
12044         (message-tool-bar-gnome): Add flyspell-buffer.
12045
12046         * gnus-util.el (gnus-error): Describe `args'.
12047
12048         * gmm-utils.el (gmm-error): Describe `args'.
12049         (gmm-tool-bar-zap-list): New widget.
12050         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12051
12052 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12053
12054         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12055         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12056         the number of recursive calls.
12057
12058         * mm-decode.el (mm-handle-set-disposition): New macro.
12059         (mm-handle-set-description): New macro.
12060
12061 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12062
12063         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12064         encoding.
12065
12066 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12067
12068         * message.el (message-tool-bar-zap-list, message-tool-bar)
12069         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12070         (message-tool-bar-local-item-from-menu): Remove.
12071         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12072         (message-make-tool-bar): New function.
12073         (message-mode): Use `message-make-tool-bar'.
12074
12075         * gmm-utils.el: New file.
12076         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12077         (gmm-lazy): New widget copied from `nnmail.el'.
12078         (gmm-tool-bar-from-list): New function for creating customizable
12079         tool bars.
12080         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12081         output.
12082         (gmm): Add :prefix to defgroup.
12083
12084 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12085
12086         * gmm-utils.el (gmm-widget-p): New function.
12087
12088 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12089
12090         * mml.el (mml-attach-file): Describe `description' in doc string.
12091         (mml-menu): Add Emacs MIME manual and PGG manual.
12092
12093 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12094
12095         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12096
12097 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12098
12099         * nntp.el (nntp-end-of-line): Doc fix.
12100
12101 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12102
12103         * imap.el (imap-open): Handle case where buffer is a buffer
12104         object.
12105
12106 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12107
12108         * gnus-delay.el (gnus-delay): Don't autoload.
12109         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12110         to be re-loaded when customizing the `gnus-delay' group.
12111
12112 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12113
12114         * message.el (message-insert-citation-line): Use newlines.
12115
12116 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12117
12118         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12119         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12120         these routines, so the passphrase can be managed externally and
12121         passed in to the system.
12122         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12123         pgg-add-passphrase-to-cache function.
12124
12125         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12126         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12127         these routines, so the passphrase can be managed externally and
12128         passed in to the system.
12129         (pgg-pgp5-sign-region): Use new name of
12130         pgg-add-passphrase-to-cache function.
12131
12132 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12133
12134         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12135         part of the decoded armor to find the key-identifier.
12136         (pgg-gpg-lookup-key-owner): New function to return the
12137         human-readable identifier of a key owner.
12138         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12139         itself.
12140         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12141         the key value) if we have a key and can match it against a secret
12142         key.  Also, added a note pointing out fact that the prompt only
12143         indicates the first matching key.
12144
12145         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12146         pgg-decrypt-region.
12147         (pgg-add-passphrase-to-cache): Rename from
12148         `pgg-add-passphrase-cache' to reduce confusion (all callers
12149         changed).
12150         (pgg-remove-passphrase-from-cache): Rename from
12151         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12152         changed).
12153         (pgg-read-passphrase, pgg-add-passphrase-cache)
12154         (pgg-remove-passphrase-cache): Add informative docstrings.
12155         (pgg-decrypt): Convey provided passphrase in subordinate call to
12156         pgg-decrypt-region.
12157
12158 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12159
12160         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12161         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12162         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12163         'passphrase' argument, so the passphrase can be managed externally
12164         and then passed in to the system.
12165
12166         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12167         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12168         so the passphrase cache can be used reliably with identifiers
12169         besides a pgp packet's key id.
12170
12171         * pgg-gpg.el (pgg-gpg-encrypt-region)
12172         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12173         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12174         these routines, so the passphrase can be managed externally and
12175         passed in to the system.
12176
12177         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12178         'notruncate' argument, so the passphrase cache can be used
12179         reliably with identifiers besides a pgp packet's key id.
12180
12181 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12182
12183         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12184         symmetric encryption.
12185         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12186         encrypted session key.
12187         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12188         message ask for the passphrase in a proper way.
12189
12190         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12191         New user commands for symmetric encryption.
12192
12193 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12194
12195         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12196
12197         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12198
12199 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12200
12201         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12202
12203 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12204
12205         * mm-decode.el (mm-inlined-types): Add application/pgp.
12206         (mm-automatic-display): Ditto.
12207
12208         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12209         part as text.
12210
12211 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12212
12213         * nnrss.el: Update copyright.
12214         (nnrss-opml-import): Query whether to subscribe to each entry.
12215
12216         * gnus-art.el:
12217         * gnus-sum.el:
12218         * gnus-xmas.el:
12219         * messagexmas.el:
12220         * mm-uu.el:
12221         * mm-view.el: Update copyright.
12222
12223 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12224
12225         * message.el (message-info): New function.
12226         (message-mode-menu): Add it.
12227         Update copyright.
12228
12229         * ChangeLog: Fix and update copyright.
12230
12231 2006-01-13  Romain Francoise  <romain@orebokech.com>
12232
12233         * message.el (message-forward-subject-name-subject): Prefer the
12234         address to 'nowhere' if the sender has no name.
12235         Fix typo.  Update copyright year.
12236
12237 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12238
12239         * gnus-art.el (article-wash-html):
12240         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12241         (gnus-article-wash-html-with-w3m-standalone): New function.
12242
12243         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12244         mm-inline-text-html-render-with-w3m-standalone.
12245         (mm-text-html-washer-alist): Map w3m-standalone to
12246         gnus-article-wash-html-with-w3m-standalone.
12247         (mm-inline-text-html-render-with-w3m-standalone): New function.
12248
12249 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12250
12251         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12252         Improve LaTeX.
12253
12254 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12255
12256         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12257         (nnrss-request-article): Render text/plain parts as HTML.
12258
12259         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12260         the buffer.
12261
12262 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12263
12264         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12265         custom definition of `gnus-posting-styles'.
12266
12267         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12268         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12269
12270 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12271
12272         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12273         Use nntp for bug archive.
12274
12275 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12276
12277         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12278         parts.
12279         (nnrss-normalize-date): New function converts ISO 8601 date into
12280         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12281         (nnrss-check-group): Use it.
12282
12283 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12284
12285         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12286
12287         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12288         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12289         (nnrss-insert-w3): Ditto.
12290
12291 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12294         the articles to be forwarded including the case where neither a
12295         number of articles nor a region is specified.
12296
12297 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12298
12299         * nnrss.el (nnrss-request-article): Fix last change; fill
12300         text/plain parts.
12301
12302 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12305         in text/plain part.
12306         (nnrss-check-group): Don't add excessive newline to dc:subject.
12307
12308 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12309
12310         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12311         article.
12312
12313 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12314
12315         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12316         (nnml-use-compressed-files, nnml-save-mail): Support other
12317         comression programs such as bzip2.
12318
12319 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12320
12321         * dns.el (query-dns): Make sure we check the buffer size before
12322         removing tcp headers.
12323
12324 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12325
12326         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12327         remove MIME buttons associated with multipart/alternative parts.
12328         (gnus-mime-display-alternative): Tag buttons using `article-type'
12329         text property.
12330
12331         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12332         associated with multipart/alternative parts.
12333
12334         * gnus-art.el (gnus-signature-separator): Fix custom type.
12335
12336         * mm-decode.el (mm-inlined-types): Fix custom type.
12337         (mm-keep-viewer-alive-types): Ditto.
12338         (mm-automatic-display): Ditto.
12339         (mm-attachment-override-types): Ditto.
12340         (mm-inline-override-types): Ditto.
12341         (mm-automatic-external-display): Ditto.
12342
12343 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12344
12345         * spam-report.el (spam-report-user-mail-address)
12346         (spam-report-user-agent): New variables.
12347         (spam-report-url-ping-plain): Use spam-report-user-agent.
12348
12349 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12350
12351         * gnus-art.el (gnus-button-handle-custom): Do not just use
12352         `customize-apropos' for any "M-x customize-*" button but the
12353         function called for.  Accept both the function name and its
12354         argument in order to achieve this.
12355         (gnus-button-alist): Remove support for "custom:" URL's.
12356         Pass function name to `gnus-button-handle-custom' in case of "M-x
12357         customize-*" buttons.
12358
12359 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12360
12361         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12362         multipart/alternative and add xref to mm-discouraged-alternatives
12363         in doc string.
12364
12365         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12366         gnus-buttonized-mime-types in doc string.
12367
12368 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12369
12370         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12371         Suggest image/.* in the doc string.
12372
12373 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12374
12375         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12376         message-marks (Debian bug #342521).
12377
12378 2005-12-12  Simon Josefsson  <jas@extundo.com>
12379
12380         * password.el (password-read-from-cache): Add.
12381         (password-read): Use it.
12382
12383 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12384
12385         * rfc2047.el (rfc2047-charset-to-coding-system):
12386         Recognize us-ascii as a MIME charset.
12387
12388         * mm-bodies.el (mm-decode-content-transfer-encoding):
12389         Protect against the case where the 2nd arg TYPE is nil.
12390
12391 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12392
12393         * pop3.el (pop3-stream-type): Fix custom version.
12394
12395         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12396
12397 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12398
12399         * mm-decode.el (mm-display-external): Add missing cdr.
12400
12401 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12404         RFC1524) if it is in mailcap or add a suffix according to
12405         mailcap-mime-extensions when generating a temp filename; postpone
12406         deleting a temp file for 2 seconds for some wrappers, shell
12407         scripts, and so on, which might exit right after having started a
12408         viewer command as a background job.
12409
12410 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12411
12412         * nntp.el (nntp-marks-directory): Fix custom group.
12413
12414         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12415         steps when < 10.
12416
12417         * gnus-start.el (gnus-no-server-1):
12418         Mention `gnus-level-default-subscribed' in doc string.
12419
12420 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12421
12422         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12423         parens.
12424
12425 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * gnus-xmas.el (gnus-use-toolbar): Revert.
12428         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12429         gnus-use-toolbar is default.
12430
12431         * messagexmas.el (message-use-toolbar): Revert.
12432         (message-setup-toolbar): Use global default-toolbar if
12433         message-use-toolbar is default.
12434
12435 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12436
12437         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12438         according to default-toolbar-visible-p.
12439
12440         * messagexmas.el (message-use-toolbar): Ditto.
12441
12442 2005-11-26  Dave Love  <fx@gnu.org>
12443
12444         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12445         (tls-program, tls-success): Provide openssl alternative.
12446
12447         * starttls.el: Doc fixes.
12448         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12449         SERVICE to PORT.
12450
12451         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12452         port null or service name.
12453         (starttls-negotiate): Autoload.
12454
12455 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12456
12457         * message.el (message-kill-to-signature): Fix interactive spec.
12458
12459 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12460
12461         * pop3.el (pop3-open-server): Recognize a string as a service name.
12462
12463 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12464
12465         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12466
12467 2005-11-23  Dave Love  <fx@gnu.org>
12468
12469         Add pop3s, pop3/starttls.
12470
12471         * pop3.el (pop3-authentication-scheme): Clarify doc.
12472         (open-tls-stream, starttls-open-stream): Autoload.
12473         (pop3-stream-type): New.
12474         (pop3-open-server): Use it.
12475
12476         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12477         for POP.
12478         (mail-source-keyword-map): Add :stream for POP.
12479         (mail-source-fetch-pop): Use pop3-stream-type.
12480
12481 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12482
12483         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12484         of current-time-string.
12485
12486 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12487
12488         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12489         date header.
12490
12491 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12492
12493         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12494         it can seriously impact performance as it bypasses the agent's
12495         local caches.
12496
12497 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12498
12499         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12500         must be explicitly online rather than "not explicitly offline" for
12501         its flags to be synchronized.
12502
12503         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12504         that gnus-uu-unmark-thread will function correctly.
12505
12506         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12507         1024K is instead displayed as 1M.
12508
12509 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12510
12511         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12512
12513 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12514
12515         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12516
12517 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12518
12519         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12520         error message to display actual error condition.
12521         (gnus-agent-save-local): Avoid saving symbols that are bound to
12522         nil as they simply result in a warning message in
12523         gnus-agent-read-local.
12524
12525 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12526
12527         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12528         rather than make-variable-buffer-local for file-precious-flag.
12529
12530 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12531
12532         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12533         for duplicates which are removed.  The invalid sort check then
12534         triggers a rescan after the sort as sorting may have moved
12535         duplicate entries such that they can be cheaply detected.
12536
12537 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12538
12539         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12540
12541 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12542
12543         * gnus-agent.el (gnus-agent-article-alist-save-format):
12544         Change internal variable to a custom variable.  Change default value
12545         from compressed(2) to uncompressed(1).
12546         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12547         support for uncompressed agentview files.  Taken together, reading
12548         the agentview file should now be 6-7 times faster.
12549
12550 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12551
12552         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12553         as a buffer-local variable.  This avoids creating truncated
12554         dribble files as a result of a hang up, eg.
12555
12556 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12557
12558         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12559         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12560         XEmacs.
12561
12562 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12563
12564         * gnus-start.el (gnus-start-draft-setup):
12565         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12566
12567         * gnus.el (gnus-splash): Change custom group.
12568         (gnus-group-get-parameter, gnus-group-parameter-value):
12569         Describe allow-list argument.
12570
12571         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12572         string.
12573
12574 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12575
12576         * gnus-art.el (gnus-default-article-saver): Add user-defined
12577         `function' to custom type.
12578
12579 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12580
12581         * imap.el (imap-open): Handle case where buffer is a buffer
12582         object.
12583
12584 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12585
12586         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12587         long lines.
12588         (gnus-cache-delete-group): Wrap doc strings.
12589
12590         * gnus-agent.el (gnus-agent-rename-group)
12591         (gnus-agent-delete-group): Wrap doc strings.
12592
12593 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12594
12595         * messagexmas.el (message-use-toolbar): Change the valid values
12596         into default, top, bottom, left, and right.
12597         (message-toolbar-thickness): New variable.
12598         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12599         well.
12600         (message-setup-toolbar): Make it work.
12601
12602         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12603         (gnus-use-toolbar): Change the valid values into default, top,
12604         bottom, left, and right.
12605         (gnus-toolbar-thickness): New variable.
12606         (gnus-xmas-setup-toolbar): New function.
12607         (gnus-xmas-setup-group-toolbar): Use it.
12608         (gnus-xmas-setup-summary-toolbar): Use it.
12609
12610 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12611
12612         * gnus-start.el (gnus-1): Add "native" to
12613         gnus-predefined-server-alist.
12614
12615         * gnus.el (gnus-method-to-server): Don't add "native" to the
12616         lists here, because that leads to problems when
12617         gnus-select-method is bound.
12618
12619 2005-11-09  Simon Josefsson  <jas@extundo.com>
12620
12621         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12622         use (not sort-by-date) instead.
12623
12624 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12625
12626         * gnus-delay.el (gnus-delay-group): Don't autoload.
12627         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12628         to be re-loaded when customizing the `gnus-delay' group.
12629
12630 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12631
12632         * message.el: Revert last changes.
12633         (message-insert-citation-line): Use newlines.
12634
12635 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12636
12637         * message.el (message-courtesy-message)
12638         (message-mark-insert-begin, message-mark-insert-end)
12639         (message-elide-ellipsis, message-cancel-message)
12640         (message-add-header, message-change-subject)
12641         (message-cross-post-followup-to-header)
12642         (message-cross-post-insert-note, message-reduce-to-to-cc)
12643         (message-widen-reply, message-delete-not-region)
12644         (message-kill-to-signature, message-insert-signature)
12645         (message-insert-importance-high, message-insert-importance-low)
12646         (message-insert-or-toggle-importance)
12647         (message-insert-disposition-notification-to)
12648         (message-indent-citation, message-yank-original)
12649         (message-cite-original-without-signature, message-cite-original)
12650         (message-insert-citation-line, message-position-on-field)
12651         (message-fix-before-sending, message-send-mail-partially)
12652         (message-send-mail, message-send-mail-with-sendmail)
12653         (message-send-mail-with-qmail, message-send-news)
12654         (message-check-news-header-syntax, message-generate-headers)
12655         (message-insert-courtesy-copy, message-fill-address)
12656         (message-fill-header, message-shorten-references)
12657         (message-setup-1, message-cancel-news)
12658         (message-forward-make-body-plain, message-forward-make-body-mime)
12659         (message-forward-make-body-mml, message-encode-message-body)
12660         (message-forward-make-body-digest-plain)
12661         (message-forward-make-body-digest-mime)
12662         (message-use-alternative-email-as-from): Insert `hard-newline'
12663         instead of ordinary newlines.
12664
12665 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12666
12667         * message.el (message-generate-headers): Downcase the argument
12668         given to message-check-element.
12669
12670 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12671
12672         * nntp.el (nntp-authinfo-rejected): New error condition.
12673         (nntp-wait-for): Use new error condition to signal authentication
12674         error.
12675         (nntp-retrieve-data): Rethrow new error condition to break out of
12676         recursive call to nntp-send-authinfo.
12677
12678 2005-11-08  Romain Francoise  <romain@orebokech.com>
12679
12680         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12681         (gnus-summary-exit-map): Bind to `Z p'.
12682         (gnus-summary-make-menu-bar): Add menu item.
12683
12684 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12685
12686         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12687         (gnus-treat-*): Add `first' in all doc strings.
12688
12689         * gnus-group.el (gnus-group-compact-group): Fix typo.
12690
12691 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12692
12693         * gnus.el (gnus-parameters-case-fold-search): New variable.
12694         (gnus-parameters-get-parameter): Use it.
12695
12696         * gnus-score.el (gnus-home-score-file): Doc fix.
12697
12698 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12699
12700         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12701
12702 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12703
12704         * mm-util.el (mm-special-display-p): New function.
12705
12706         * mml.el (mml-preview): Use it; doc fix.
12707
12708 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12709
12710         * imap.el (imap-open): Handle case where buffer is a buffer object.
12711
12712 2005-10-29  Romain Francoise  <romain@orebokech.com>
12713
12714         * message.el (message-fix-before-sending): Fix comment.
12715
12716 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12717
12718         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12719
12720 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12721
12722         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12723         Used in gnus-score.el.
12724
12725 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12726
12727         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12728
12729 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12730
12731         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12732         whitespace removed in revision 7.8.  Use concatenated string to
12733         protect trailing whitespace.
12734
12735 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12736
12737         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12738         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12739         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12740         Courier IMAP ("some version from 2004").  Mostly based on similar
12741         code in the same function.
12742
12743 2005-10-26  Didier Verna  <didier@xemacs.org>
12744
12745         * gnus-group.el (gnus-group-compact-group): Invalidate original
12746         article buffer.
12747         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12748         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12749         NOV database and in article itself.
12750         Invalidate article backlog.
12751
12752 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12753
12754         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12755
12756 2005-10-26  Simon Josefsson  <jas@extundo.com>
12757
12758         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12759         part of 2004-07-25 change.
12760
12761 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12762
12763         * message.el (message-display-completion-list): New function.
12764         (message-expand-group): Use it; make sure the Completions buffer
12765         is modifiable.
12766 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12767
12768         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12769         user-mail-name is an empty string.
12770
12771 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12772
12773         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12774         depending on gnus-score-decay-constant.
12775
12776         * encrypt.el (encrypt-insert-file-contents)
12777         (encrypt-write-file-contents): Don't use `gnus-message'.
12778
12779         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12780         arguments.
12781         (mm-uu-type-alist): Add message-marks and insert-marks.
12782         Pass arguments to mm-uu-verbatim-marks-extract.
12783         (mm-uu-hide-markers): New variable.
12784         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12785
12786         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12787         (gnus-convert-image-to-face-command): Use "convert" by default to
12788         allow other input image formats.
12789         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12790         accordingly.
12791
12792 2005-10-23  Simon Josefsson  <jas@extundo.com>
12793
12794         * imap.el (imap-gssapi-program): Align command line parameters
12795         with latest GNU SASL.
12796         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12797
12798 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12799
12800         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12801         HTML.
12802         (nnslashdot-request-article): Ditto.
12803
12804         * lpath.el (featurep): Add nobreak-char-display.
12805
12806 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12807
12808         * mail-source.el (mail-source-fetch-pop): Require pop3.
12809         (mail-source-check-pop): Ditto.
12810
12811 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12812
12813         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12814         errors.
12815
12816 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12817
12818         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12819         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12820
12821         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12822
12823         * mm-bodies.el (mm-decode-string):
12824         Call `mm-charset-to-coding-system' with allow-override argument.
12825
12826 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12829         (rfc2047-charset-to-coding-system): New function.
12830         (rfc2047-decode-encoded-words): New function.
12831         (rfc2047-decode-region): Use them.
12832         (rfc2047-decode-cte): Remove.
12833         (rfc2047-parse-and-decode): Remove.
12834         (rfc2047-decode): Remove.
12835
12836 2005-10-15  Kenichi Handa  <handa@m17n.org>
12837
12838         * rfc2047.el (rfc2047-decode-cte): New function.
12839         (rfc2047-decode-region): Change the way to decode successive
12840         encoded-words: decode B- or Q-encoding in each encoded-word,
12841         concatenate them, and decode it as charset.
12842
12843 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12844
12845         * lpath.el: Fbind codepage-setup for XEmacs.
12846
12847 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12848
12849         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12850         widget-move-and-invoke.
12851         (gnus-custom-mode): Use gnus-custom-map.
12852
12853 2005-10-15  Bill Wohler  <wohler@newt.com>
12854
12855         * message.el (message-tool-bar-map): Rename image file from
12856         mail_send to mail/send.
12857
12858 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12859
12860         * message.el (message-expand-group): Pass the common
12861         prefix substring of completion to `display-completion-list'.
12862
12863 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12864
12865         * mml-sec.el (mml-secure-method): New internal variable.
12866         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12867         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12868         New functions using mml-secure-method.
12869
12870         * mml.el (mml-mode-map): Add key bindings for those functions.
12871         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12872         Harder <harder@myrealbox.com>.
12873         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12874         Goto end of message if point is the headers of the message.
12875
12876         * message.el (message-in-body-p): New function.
12877
12878         * assistant.el: Autoload gnus-util and netrc.
12879
12880         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12881         Use `mm-charset-override-alist' only when decoding.
12882
12883         * mm-bodies.el (mm-decode-body):
12884         Call `mm-charset-to-coding-system' with allow-override argument.
12885
12886         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12887         `filename' from Content-Disposition if Content-Type doesn't
12888         provide `name'.
12889         (gnus-mime-view-part-as-type): Set default instead of
12890         initial-input.
12891
12892 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12893
12894         * format-spec.el (format-spec): Propagate text properties of % spec.
12895
12896 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12897
12898         * gnus-art.el (gnus-treat-predicate): Add `first'.
12899
12900 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12901
12902         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12903         (mm-charset-override-alist): New variable.
12904         (mm-charset-to-coding-system): Use it.
12905         (mm-codepage-setup): New helper function.
12906         (mm-charset-eval-alist): New variable.
12907         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12908         Warn about unknown charsets.
12909
12910         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12911
12912 2005-10-04  David Hansen  <david.hansen@gmx.net>
12913
12914         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12915         (nnrss-check-group): Ditto.
12916
12917 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12918
12919         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12920         Rename x-gnus-verbatim to x-verbatim.
12921         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12922
12923         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12924         x-verbatim.
12925
12926         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12927
12928         * gnus-util.el (gnus-remove-duplicates): Remove.
12929
12930         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12931         instead of gnus-remove-duplicates.
12932
12933         * message.el (message-remove-duplicates): Remove.
12934         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12935         message-remove-duplicates.
12936
12937         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12938         available, else use implementation from `delete-dups'.
12939
12940         * message.el (message-insert-expires): New function.
12941         (message-mode-map): Add key binding.
12942         (message-mode-field-menu): Add menu entry.
12943         (message-mode): Document it.
12944         (message-make-expires-date): Use `message-make-date'.
12945
12946 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12947
12948         * message.el (message-make-expires-date): New function.
12949
12950 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12951
12952         * Makefile.in (list-installed-shadows): New entry.
12953         (install): Use it.
12954         (remove-installed-shadows): New entry.
12955
12956         * dgnushack.el (dgnushack-default-load-path): New variable.
12957         (dgnushack-find-lisp-shadows): New function.
12958         (dgnushack-remove-lisp-shadows): New function.
12959
12960 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12961
12962         * Makefile.in (install-el-elc): New entry.
12963         (install): Use it so that .el files are necessarily installed.
12964
12965 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12966
12967         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12968
12969 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12970
12971         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12972         function rather than the diff-mode.el package.
12973         (mm-display-external): Use with-current-buffer.
12974         (mm-viewer-completion-map, mm-viewer-completion-map):
12975         Move initialization inside declaration.
12976
12977 2005-09-29  Simon Josefsson  <jas@extundo.com>
12978
12979         * spam.el: Load hashcash when compiling, to avoid warnings.
12980         Don't autoload mail-check-payment.
12981         (spam-check-hashcash): Define unconditionally, since hashcash.el
12982         is part of Gnus now.  Ignore errors from payment checking.
12983
12984 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12985
12986         * message.el (message-bold-region, message-unbold-region):
12987         Rename from `bold-region' and `unbold-region'.
12988
12989         * message.el: Remove useless autoloads.
12990
12991 2005-09-28  Simon Josefsson  <jas@extundo.com>
12992
12993         * message.el (message-use-idna): Default to t.
12994         (message-use-idna): Test whether encoding works too.  Doc fix.
12995
12996 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12997
12998         * nntp.el (nntp-warn-about-losing-connection): Remove.
12999
13000 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13001
13002         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13003         customizable.  Change default value.
13004         (mm-uu-diff-groups-regexp): Change default value.
13005         (mm-uu-type-alist): Add doc string.
13006         (mm-uu-configure): Add doc string.  Make it interactive.
13007         (mm-uu-tex-groups-regexp): New variable.
13008         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13009         (mm-uu-type-alist): Add LaTeX documents.
13010         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13011         of "text/verbatim".
13012         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13013
13014         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13015         instead of "text/verbatim".
13016
13017         * message.el (message-mark-inserted-region)
13018         (message-mark-insert-file): Use slrn style marks when called with
13019         prefix argument.
13020
13021 2005-09-27  Simon Josefsson  <jas@extundo.com>
13022
13023         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13024
13025 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13026
13027         * message.el (message-remove-duplicates): New function.
13028         Implementation borrowed from `gnus-remove-duplicates'.
13029         (message-idna-to-ascii-rhs): Also encode idna addresses in
13030         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13031         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13032         only ask about the same idna domain once per header and also tell
13033         in what header to replace the idna domain.
13034
13035         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13036         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13037         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13038         a header is decoded and not just the last one.
13039
13040 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13043         has been decoded.
13044
13045         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13046         (mm-insert-part): Don't modify text if it has been decoded.
13047
13048         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13049         decoded.
13050
13051         * mm-view.el (mm-inline-text): Don't strip text props unless
13052         decoding enriched or richtext parts.
13053
13054 2005-09-25  Romain Francoise  <romain@orebokech.com>
13055
13056         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13057         * gnus-start.el (gnus-subscribe-interactively):
13058         * gnus-uu.el (gnus-uu-grab-articles):
13059         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13060         space.
13061
13062 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13063
13064         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13065         * mm-view.el (mm-view-pkcs7-decrypt):
13066         * gnus-sum.el (gnus-summary-limit-to-extra)
13067         (gnus-summary-respool-article, gnus-read-move-group-name):
13068         * gnus-score.el (gnus-summary-increase-score):
13069         * gnus-util.el (gnus-completing-read-with-default):
13070         * gnus-art.el (gnus-read-save-file-name)
13071         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13072         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13073         * message.el (message-check-news-header-syntax):
13074         Follow convention for reading with the minibuffer.
13075
13076 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13077
13078         * spam-report.el (spam-report-url-ping-plain):
13079         Use gnus-extended-version as User-Agent.
13080
13081         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13082         default value is nil.
13083
13084         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13085         (mm-uu-verbatim-marks-extract): New function.
13086         (mm-uu-extract): New face.
13087         (mm-uu-copy-to-buffer): Use it.
13088
13089         * spam-report.el (spam-report-gmane-ham): Rename from
13090         `spam-report-gmane-unspam'.
13091         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13092         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13093
13094         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13095         Autoload.
13096         (spam-report-gmane-unregister-routine):
13097         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13098
13099 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13100
13101         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13102         (spam-report-gmane-unregister-routine): Add support for gmane
13103         unregistration.
13104
13105         * spam-report.el (spam-report-gmane-unspam)
13106         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13107         (spam-report-gmane): Change to take a single article and do unspam
13108         registration.
13109
13110 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13111
13112         * mm-url.el (mm-url-decode-entities): Fix regexp.
13113
13114 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13115
13116         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13117         default to nil, to be able to use Gnus at all.  If the default
13118         switches to something else, then the function should be fixed not
13119         be exceedingly slow.
13120
13121 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13122
13123         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13124         fail hard.
13125
13126         * spam-report.el: Add better Keywords line.
13127
13128         * spam.el: Add Maintainer and better Keywords line.
13129
13130 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13131
13132         * gnus-art.el (gnus-article-replace-part)
13133         (gnus-mime-replace-part): New functions.
13134         (gnus-mime-action-alist, gnus-mime-button-commands)
13135         (gnus-mime-save-part-and-strip): Add file argument.
13136         (gnus-article-part-wrapper): Add interactive argument.
13137
13138         * gnus-sum.el (gnus-summary-mime-map):
13139         Add `gnus-article-replace-part'.
13140
13141 2005-09-19  Didier Verna  <didier@xemacs.org>
13142
13143         The nnml compaction feature:
13144         * nnml.el (nnml-request-compact-group): New function.
13145         * nnml.el (nnml-request-compact): New function.
13146         * gnus-int.el (gnus-request-compact-group): New function.
13147         * gnus-int.el (gnus-request-compact): New function.
13148         * gnus-group.el (gnus-group-compact-group): New function.
13149         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13150         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13151         * gnus-srvr.el (gnus-server-compact-server): New function.
13152         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13153         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13154
13155 2005-09-18  Deepak Goel  <deego@gnufans.org>
13156
13157         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13158         format spec.
13159
13160 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13161
13162         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13163
13164 2005-09-15  Romain Francoise  <romain@orebokech.com>
13165
13166         * message.el (message-fill-paragraph): Clarify docstring.
13167
13168 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13169
13170         * gnus-art.el (gnus-mime-display-part): Protect against broken
13171         MIME messages.
13172
13173 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13174
13175         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13176         before parsing header.
13177
13178 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13179
13180         * html2text.el (html2text-replace-list): Add new entities.
13181
13182 2005-09-11  Romain Francoise  <romain@orebokech.com>
13183
13184         * message.el (message-alternative-emails): Improve docstring.
13185         (message-setup-1): Call `message-use-alternative-email-as-from'
13186         after `message-setup-hook' to give it precedence over posting
13187         styles, etc.
13188         (message-use-alternative-email-as-from): Add docstring.
13189         Remove the original From header if present.
13190
13191         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13192         (nnml-save-mail): Use it.
13193
13194         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13195         articles.  Add new argument `silent'.
13196         (gnus-uu-mark-all): Report the total number of marked articles.
13197
13198 2005-09-10  Romain Francoise  <romain@orebokech.com>
13199
13200         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13201         (gnus-uu-mark-series): Likewise.
13202
13203 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13204
13205         * spam-report.el (spam-report-gmane): Fix generation of spam
13206         report URL.
13207
13208 2005-09-10  Simon Josefsson  <jas@extundo.com>
13209
13210         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13211         t, based on discussion on the ding list with Robert Epprecht
13212         <epprecht@solnet.ch>.
13213
13214 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13215
13216         * spam-report.el (spam-report-gmane): Make it work without
13217         X-Report-Spam header.  Gmane now only provides Archived-At.
13218         This is only used if `spam-report-gmane-use-article-number' is nil.
13219         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13220
13221         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13222         make `gnus-summary-sort-by-recipient' work with threading.
13223
13224         * nnweb.el (nnweb-google-wash-article): Print a message if article
13225         is not available.
13226
13227 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13228
13229         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13230         change.  Decode text/* parts content before displaying.
13231
13232 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13233
13234         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13235
13236 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13237
13238         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13239
13240         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13241         url-package-name, url-package-version,
13242         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13243         w3m-display-inline-images, and w3m-minor-mode-map.
13244
13245 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13246
13247         * message.el (message-tab-body-function): Fix mismatched custom type.
13248
13249         * gnus.el (gnus-group-change-level-function): Ditto.
13250
13251         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13252
13253         * gnus-art.el (gnus-signature-limit)
13254         (gnus-article-mime-part-function): Ditto.
13255
13256 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13257
13258         * mml.el (mml-mode): Silence the byte compiler.
13259
13260         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13261         using `(sit-for 0)' before moving the point to the specified part;
13262         skip unbuttonized parts.
13263         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13264         return to the summary window if gnus-auto-select-part is non-nil.
13265
13266 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13267
13268         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13269         New variables.
13270         (mml-dnd-attach-file, mml-mode): Use them.
13271
13272         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13273         Make fetching article by MID work again for Google Groups.
13274         Add FIXME concerning gnus-group-make-web-group.
13275
13276         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13277         Don't depend on Gnus by using mail-extract-address-components if
13278         gnus-extract-address-components is not bound.
13279
13280 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13281
13282         * gnus-art.el (gnus-mime-display-security): Don't display the
13283         signature, but only the signed part.
13284
13285 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13286
13287         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13288
13289         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13290         list, not listp.
13291
13292 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13293
13294         * mm-encode.el (mm-encode-content-transfer-encoding):
13295         Likewise when encoding.
13296
13297         * mm-bodies.el (mm-decode-content-transfer-encoding):
13298         De-canonicalize CRLF for all text content types, not just
13299         text/plain.
13300
13301 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13302
13303         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13304         valid article; point arrow and cursor at the MIME button.
13305
13306 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13307
13308         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13309         Suggested by Dan Christensen <jdc@uwo.ca>.
13310
13311         * mm-decode.el (mm-save-part): Enable change of prompt.
13312
13313 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13314
13315         * gnus-msg.el (gnus-inews-add-send-actions):
13316         Make `message-post-method' lambda parameter ARG `&optional'.
13317
13318 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13319
13320         * gnus-sum.el (gnus-summary-mime-map):
13321         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13322         gnus-article-jump-to-part.
13323
13324         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13325         (gnus-article-edit-part): Use it.
13326         (gnus-article-part-wrapper): Add no-handle argument.
13327         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13328         New functions.
13329
13330 2005-08-29  Romain Francoise  <romain@orebokech.com>
13331
13332         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13333         docstring.
13334         (gnus-face-from-file): Likewise.
13335
13336 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13337
13338         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13339         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13340         non-nil.
13341         (gnus-auto-select-part): New variable.
13342         (gnus-article-jump-to-part): New function.
13343         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13344         (gnus-mime-delete-part): Allow selecting specified part after
13345         deleting or stripping parts.
13346         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13347         part if argument is bogus.
13348
13349 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13350
13351         * gnus-art.el (w3m-minor-mode-map):
13352         * gnus-spec.el (gnus-newsrc-file-version):
13353         * gnus-util.el (nnmail-active-file-coding-system)
13354         (gnus-original-article-buffer, gnus-user-agent):
13355         * gnus.el (gnus-ham-process-destinations)
13356         (gnus-parameter-ham-marks-alist)
13357         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13358         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13359         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13360         * mm-decode.el (gnus-current-window-configuration):
13361         * mm-extern.el (gnus-article-mime-handles):
13362         * mm-url.el (url-current-object, url-package-name)
13363         (url-package-version):
13364         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13365         (smime-keys, w3m-cid-retrieve-function-alist)
13366         (w3m-current-buffer, w3m-display-inline-images)
13367         (w3m-minor-mode-map):
13368         * mml-smime.el (gnus-extract-address-components):
13369         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13370         (gnus-newsrc-hashtb, message-default-charset)
13371         (message-deletable-headers, message-options)
13372         (message-posting-charset, message-required-mail-headers)
13373         (message-required-news-headers):
13374         * mml1991.el (mc-pgp-always-sign):
13375         * mml2015.el (mc-pgp-always-sign):
13376         * nnheader.el (nnmail-extra-headers):
13377         * rfc1843.el (gnus-decode-encoded-word-function)
13378         (gnus-decode-header-function, gnus-newsgroup-name):
13379         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13380
13381 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13382
13383         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13384         the end of the date treatments.
13385
13386 2005-08-15  Simon Josefsson  <jas@extundo.com>
13387
13388         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13389         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13390         Capello and Romain Francoise.
13391         (pgg-fetch-key-function): Remove, not used?
13392         (pgg-insert-url-with-w3): Require url, to get
13393         url-insert-file-contents regardless of where it is defined.
13394
13395 2005-08-13  Romain Francoise  <romain@orebokech.com>
13396
13397         * message.el (message-cite-original-1): New function.
13398         (message-cite-original): Use it.
13399         (message-cite-original-without-signature): Ditto.
13400
13401 2005-08-08  Romain Francoise  <romain@orebokech.com>
13402
13403         * message.el (message-yank-empty-prefix): New variable.
13404         (message-indent-citation): Use it.
13405         (message-cite-original-without-signature): Respect X-No-Archive.
13406
13407 2005-08-08  Simon Josefsson  <jas@extundo.com>
13408
13409         * pgg.el: Autoload url-insert-file-contents instead of loading
13410         w3/url.
13411         (pgg-insert-url-with-w3): Don't load url here.
13412
13413 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13414
13415         * message.el (message-kill-to-signature): Don't insert newline at
13416         bol.
13417         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13418
13419 2005-08-06  Romain Francoise  <romain@orebokech.com>
13420
13421         * message.el (message-user-fqdn): Fix typo in docstring.
13422
13423 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13424
13425         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13426
13427         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13428
13429 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13430
13431         * mm-bodies.el (mm-encode-body): Use coding system rather than
13432         charset to encode text.
13433
13434         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13435         number of charsets if utf-8 is available (XEmacs).
13436
13437 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13438
13439         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13440         taken from `gnus-button-mid-or-mail-regexp'.
13441         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13442         (gnus-button-alist): Improve regexp for domain part of the MIDs
13443         for news:localpart@domain buttons.
13444         (gnus-button-ctan-directory-regexp): Update.
13445
13446 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13447
13448         * sieve-manage.el (sieve-manage-interactive-login):
13449         Use make-local-variable rather than make-variable-buffer-local.
13450         (sieve-manage-open): Ditto.
13451         (sieve-manage-authenticate): Ditto.
13452
13453         * mml.el (mml-generate-mime-1): Make the content type default to
13454         text/plain if the filename is not specified.
13455
13456 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13457
13458         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13459         instead of insert-buffer.
13460
13461         * message.el (message-yank-original): Ditto; set the mark at the
13462         end of the yanked message.
13463
13464 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13465
13466         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13467         lines to scroll rather than to stop it.
13468
13469         * mml.el (mml-generate-default-type): Add doc string.
13470         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13471         default to application/octet-stream when determining the content
13472         type if it is not specified for the part or the mml contents; add
13473         a comment about mml-generate-default-type.
13474
13475 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13476
13477         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13478         make it default to application/octet-stream when determining the
13479         content type if it is not specified for the external contents.
13480
13481 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13482
13483         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13484         segmented parameter but also other parameters might be there.
13485
13486 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13487
13488         * mm-decode.el (mm-display-external): Delete temp file, directory
13489         and buffer immediately if the external process is exited.
13490
13491 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13492
13493         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13494         fewer lines than that of scroll-margin.
13495         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13496
13497 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * gnus-art.el (gnus-article-next-page): Revert.
13500         (gnus-article-beginning-of-window): New macro.
13501         (gnus-article-next-page-1): Use it.
13502         (gnus-article-prev-page): Ditto.
13503         (gnus-article-edit-part): Use insert-buffer-substring instead of
13504         insert-buffer.
13505         (gnus-article-edit-exit): Ditto.
13506
13507         * gnus-util.el (gnus-beginning-of-window): Remove.
13508         (gnus-end-of-window): Remove.
13509
13510         * lpath.el: Don't bind header-line-format and scroll-margin.
13511
13512 2005-07-25  Simon Josefsson  <jas@extundo.com>
13513
13514         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13515         to have the url package without w3.  Reported by Daiki Ueno
13516         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13517
13518 2005-07-20  Didier Verna  <didier@xemacs.org>
13519
13520         * gnus-diary.el: Remove the description comment (nndiary is now
13521         properly documented in the Gnus manual).
13522         Fix the spelling of "Back End".
13523         * nndiary.el: Ditto.
13524         Fix the copyright notice.
13525
13526 2005-07-18  Romain Francoise  <romain@orebokech.com>
13527
13528         * gnus-sum.el (gnus-summary-to-prefix)
13529         (gnus-summary-newsgroup-prefix): New variables.
13530         (gnus-summary-from-or-to-or-newsgroups): Use them.
13531
13532 2005-07-17  Romain Francoise  <romain@orebokech.com>
13533
13534         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13535         space as it's generally not especially interesting to the user.
13536
13537 2005-07-16  Romain Francoise  <romain@orebokech.com>
13538
13539         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13540         nil to avoid prompting and file modification if one of the
13541         messages at the top of the nnfolder file contains a copyright
13542         notice.
13543         Update copyright notice.
13544
13545         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13546         instead of `current-time-string' as the latter creates a time
13547         string that is not RFC 2822 compliant (it lacks the zone).
13548         Update copyright notice.
13549
13550 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13551
13552         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13553         for text/rtf.  Display default in prompt.  Pass default for M-n.
13554
13555         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13556
13557 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13558
13559         * gnus-msg.el (gnus-button-mailto):
13560         Remove save-selected-window-window hackery because it relies on
13561         save-selected-window internals.
13562
13563 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13564
13565         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13566         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13567         (gnus-article-prev-page): Ditto.
13568
13569         * gnus-util.el (gnus-beginning-of-window): New function.
13570         (gnus-end-of-window): New function.
13571
13572         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13573
13574 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13575
13576         * gnus-score.el (gnus-score-edit-all-score):
13577         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13578         gnus-message.
13579
13580 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13581
13582         * gnus-msg.el (gnus-button-mailto):
13583         Remove save-selected-window-window hackery because it relies on
13584         save-selected-window internals.
13585
13586 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13589         add-minor-mode.
13590         (gnus-binary-mode): Ditto.
13591
13592         * gnus-topic.el (gnus-topic-mode): Ditto.
13593
13594 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13595
13596         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13597         (gnus-article-prev-page): Take scroll-margin into consideration.
13598
13599 2005-07-04  Lute Kamstra  <lute@gnu.org>
13600
13601         Update FSF's address in GPL notices.
13602
13603 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13604
13605         * gnus.el (gnus-exit):
13606         * gnus-group.el (gnus-group-icons):
13607         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13608
13609         * gnus-nocem.el (gnus-nocem):
13610         * message.el (message-various, message-buffers, message-sending)
13611         (message-interface, message-forwarding, message-insertion)
13612         (message-headers, message-news, message-mail):
13613         * pgg-gpg.el (pgg-gpg):
13614         * pgg-parse.el (pgg-parse):
13615         * pgg-pgp.el (pgg-pgp):
13616         * pgg-pgp5.el (pgg-pgp5):
13617         * pop3.el (pop3): Finish `defgroup' description with period.
13618
13619 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13620
13621         * gnus-art.el (article-display-face): Improve the efficiency.
13622         (article-display-x-face): Ditto; remove grey x-face stuff.
13623
13624 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13625
13626         * gnus-art.el (article-display-face): Correct the position in
13627         which Faces are inserted.
13628
13629 2005-06-29  Didier Verna  <didier@xemacs.org>
13630
13631         * gnus-art.el (article-display-face): Display faces in correct
13632         order.
13633
13634 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13635
13636         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13637         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13638         (gnus-nocem-check-article): Fetch the Type header.
13639         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13640         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13641         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13642         make sure gnus-nocem-hashtb is initialized.
13643         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13644         (gnus-nocem-unwanted-article-p): Ditto.
13645
13646         * pgg.el (pgg-verify): Return the verification result.
13647
13648 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13649
13650         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13651         is ascii.
13652
13653 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13654
13655         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13656         `show-nonbreak-escape'.
13657
13658 2005-06-23  Lute Kamstra  <lute@gnu.org>
13659
13660         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13661
13662         * dig.el (dig-mode):
13663         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13664
13665 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13666
13667         * nnimap.el (nnimap-split-download-body): Fix spellings.
13668
13669 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13670
13671         * gnus-art.el (gnus-article-encrypt-body):
13672         * gnus-cus.el (gnus-score-customize):
13673         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13674         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13675
13676 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13677
13678         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13679         header by looking for magic "MII" at the beginnig.
13680
13681 2005-06-16  Miles Bader  <miles@gnu.org>
13682
13683         * gnus-xmas.el (gnus-xmas-group-startup-message):
13684         Use renamed gnus-splash face.
13685
13686         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13687         (assistant-field-face): New backward-compatibility alias for renamed
13688         face.
13689         (assistant-render-text): Use renamed assistant-field face.
13690
13691         * spam.el (spam): Remove "-face" suffix from face name.
13692         (spam-face): New backward-compatibility alias for renamed face.
13693         (spam-face, spam-initialize): Use renamed spam face.
13694
13695         * message.el (message-header-to, message-header-cc)
13696         (message-header-subject, message-header-newsgroups)
13697         (message-header-other, message-header-name)
13698         (message-header-xheader, message-separator, message-cited-text)
13699         (message-mml): Remove "-face" suffix from face names.
13700         (message-header-to-face, message-header-cc-face)
13701         (message-header-subject-face, message-header-newsgroups-face)
13702         (message-header-other-face, message-header-name-face)
13703         (message-header-xheader-face, message-separator-face)
13704         (message-cited-text-face, message-mml-face):
13705         New backward-compatibility aliases for renamed faces.
13706         (message-font-lock-keywords): Use renamed message faces.
13707
13708         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13709         (sieve-test-commands, sieve-tagged-arguments):
13710         Remove "-face" suffix from face names.
13711         (sieve-control-commands-face, sieve-action-commands-face)
13712         (sieve-test-commands-face, sieve-tagged-arguments-face):
13713         New backward-compatibility aliases for renamed faces.
13714         (sieve-control-commands-face, sieve-action-commands-face)
13715         (sieve-test-commands-face, sieve-tagged-arguments-face):
13716         Use renamed sieve faces.
13717
13718         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13719         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13720         (gnus-group-news-3-empty, gnus-group-news-4)
13721         (gnus-group-news-4-empty, gnus-group-news-5)
13722         (gnus-group-news-5-empty, gnus-group-news-6)
13723         (gnus-group-news-6-empty, gnus-group-news-low)
13724         (gnus-group-news-low-empty, gnus-group-mail-1)
13725         (gnus-group-mail-1-empty, gnus-group-mail-2)
13726         (gnus-group-mail-2-empty, gnus-group-mail-3)
13727         (gnus-group-mail-3-empty, gnus-group-mail-low)
13728         (gnus-group-mail-low-empty, gnus-summary-selected)
13729         (gnus-summary-cancelled, gnus-summary-high-ticked)
13730         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13731         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13732         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13733         (gnus-summary-low-undownloaded)
13734         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13735         (gnus-summary-low-unread, gnus-summary-normal-unread)
13736         (gnus-summary-high-read, gnus-summary-low-read)
13737         (gnus-summary-normal-read, gnus-splash):
13738         Remove "-face" suffix from face names.
13739         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13740         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13741         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13742         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13743         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13744         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13745         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13746         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13747         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13748         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13749         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13750         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13751         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13752         (gnus-summary-normal-ticked-face)
13753         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13754         (gnus-summary-normal-ancient-face)
13755         (gnus-summary-high-undownloaded-face)
13756         (gnus-summary-low-undownloaded-face)
13757         (gnus-summary-normal-undownloaded-face)
13758         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13759         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13760         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13761         (gnus-splash-face):
13762         New backward-compatibility aliases for renamed faces.
13763         (gnus-group-startup-message): Use renamed gnus faces.
13764
13765         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13766         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13767         (gnus-server-agent): Remove "-face" suffix from face names.
13768         (gnus-server-agent-face, gnus-server-opened-face)
13769         (gnus-server-closed-face, gnus-server-denied-face)
13770         (gnus-server-offline-face):
13771         New backward-compatibility aliases for renamed faces.
13772         (gnus-server-agent-face, gnus-server-opened-face)
13773         (gnus-server-closed-face, gnus-server-denied-face)
13774         (gnus-server-offline-face): Use renamed gnus faces.
13775
13776         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13777         Remove "-face" suffix from face names.
13778         (gnus-picon-xbm-face, gnus-picon-face):
13779         New backward-compatibility aliases for renamed faces.
13780
13781         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13782         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13783         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13784         (gnus-cite-11): Remove "-face" suffix from face names.
13785         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13786         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13787         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13788         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13789         New backward-compatibility aliases for renamed faces.
13790         (gnus-cite-attribution-face, gnus-cite-face-list)
13791         (gnus-article-boring-faces): Use renamed gnus faces.
13792
13793         * gnus-art.el (gnus-signature, gnus-header-from)
13794         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13795         (gnus-header-content): Remove "-face" suffix from face names.
13796         (gnus-signature-face, gnus-header-from-face)
13797         (gnus-header-subject-face, gnus-header-newsgroups-face)
13798         (gnus-header-name-face, gnus-header-content-face):
13799         New backward-compatibility aliases for renamed faces.
13800         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13801
13802         * gnus-sum.el (gnus-summary-selected-face)
13803         (gnus-summary-highlight): Use renamed gnus faces.
13804         * gnus-group.el (gnus-group-highlight): Likewise.
13805
13806 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13807
13808         * gnus-sieve.el (gnus-sieve-article-add-rule):
13809         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13810         * spam-stat.el (spam-stat-buffer-change-to-spam)
13811         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13812
13813         * message.el (message-is-yours-p):
13814         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13815
13816 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13817
13818         * mm-view.el (mm-inline-text): Withdraw the last change.
13819
13820 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13821
13822         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13823         executing enriched-decode.
13824
13825 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13826
13827         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13828         charset of tar files.
13829
13830 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13831
13832         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13833
13834 2005-06-04  Lute Kamstra  <lute@gnu.org>
13835
13836         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13837         information is never recorded.
13838
13839 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13840
13841         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13842
13843 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13844
13845         * pop3.el (pop3-apop): Run md5 in the binary mode.
13846
13847         * starttls.el (starttls-set-process-query-on-exit-flag):
13848         Use eval-and-compile.
13849
13850 2005-05-31  Simon Josefsson  <jas@extundo.com>
13851
13852         * smime.el (smime-replace-in-string): Define.
13853         (smime-cert-by-ldap-1): Use it.
13854
13855 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13856
13857         * gnus-art.el (article-display-x-face): Replace
13858         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13859
13860         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13861         set-process-query-on-exit-flag or process-kill-without-query.
13862
13863         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13864         loop instead of replace-regexp.
13865
13866         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13867         instead of process-kill-without-query if it is available.
13868
13869         * lpath.el: Fbind ldap-search-entries.
13870
13871         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13872         instead of find-file-hooks if it is available.
13873
13874         * mml1991.el: Bind pgg-default-user-id when compiling.
13875
13876         * mml2015.el: Bind pgg-default-user-id when compiling.
13877
13878         * nndraft.el (nndraft-request-associate-buffer):
13879         Use write-contents-functions instead of write-contents-hooks if it is
13880         available.
13881
13882         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13883         instead of find-file-hooks if it is available.
13884
13885         * nntp.el (nntp-open-connection): Replace
13886         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13887         (nntp-open-ssl-stream): Ditto.
13888         (nntp-open-tls-stream): Ditto.
13889
13890         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13891         set-process-query-on-exit-flag or process-kill-without-query.
13892         (starttls-open-stream-gnutls): Use it instead of
13893         process-kill-without-query.
13894         (starttls-open-stream): Ditto.
13895
13896 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13897
13898         * smime.el (smime-cert-by-ldap-1): Don't use
13899         replace-regexp-in-string.
13900
13901 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13902
13903         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13904
13905         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13906         in PEM format.  Adjust to the XEmacs compability.
13907
13908 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13909
13910         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13911         by `string-to-number'.
13912         * gnus-agent.el (gnus-agent-regenerate-group)
13913         (gnus-agent-fetch-articles): Ditto.
13914         * gnus-art.el (gnus-button-fetch-group): Ditto.
13915         * gnus-cache.el (gnus-cache-generate-active)
13916         (gnus-cache-articles-in-group): Ditto.
13917         * gnus-group.el (gnus-group-set-current-level)
13918         (gnus-group-insert-group-line): Ditto.
13919         * gnus-score.el (gnus-score-set-expunge-below)
13920         (gnus-score-set-mark-below, gnus-summary-score-effect)
13921         (gnus-summary-score-entry): Ditto.
13922         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13923         (gnus-soup-pack): Ditto.
13924         * gnus-spec.el (gnus-xmas-format): Ditto.
13925         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13926         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13927         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13928         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13929         * nndb.el (nndb-get-remote-expire-response): Ditto.
13930         * nndiary.el (nndiary-parse-schedule-value)
13931         (nndiary-string-to-number, nndiary-request-replace-article)
13932         (nndiary-request-article): Ditto.
13933         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13934         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13935         * nneething.el (nneething-make-head): Ditto.
13936         * nnfolder.el (nnfolder-request-article)
13937         (nnfolder-retrieve-headers): Ditto.
13938         * nnheader.el (nnheader-file-to-number): Ditto.
13939         * nnkiboze.el (nnkiboze-request-article): Ditto.
13940         * nnmail.el (nnmail-process-unix-mail-format)
13941         (nnmail-process-babyl-mail-format): Ditto.
13942         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13943         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13944         (nnmh-request-create-group, nnmh-request-list-1)
13945         (nnmh-request-group, nnmh-request-article): Ditto.
13946         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13947         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13948         * nnsoup.el (nnsoup-make-active): Ditto.
13949         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13950         * nntp.el (nntp-find-group-and-number)
13951         (nntp-retrieve-headers-with-xover): Ditto.
13952         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13953         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13954         (pgg-format-key-identifier): Ditto.
13955         * pop3.el (pop3-last, pop3-stat): Ditto.
13956         * qp.el (quoted-printable-decode-region): Ditto.
13957
13958         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13959         of concat.
13960
13961 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13962
13963         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13964
13965         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13966
13967         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13968
13969         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13970
13971         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13972
13973         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13974
13975         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13976         (gnus-carpal-mode): Ditto.
13977
13978         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13979         (gnus-browse-mode): Ditto.
13980
13981         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13982
13983         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13984
13985 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13986
13987         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13988
13989 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13990
13991         * gnus-util.el (gnus-run-mode-hooks): New function.
13992
13993         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13994
13995         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13996         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13997
13998 2005-05-27  Lute Kamstra  <lute@gnu.org>
13999
14000         * dns-mode.el (dns-mode): Specify customization group.
14001
14002 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14003
14004         * gnus-agent.el (gnus-agent-make-mode-line-string):
14005         Use mode-line-highlight as mouse-face.
14006
14007 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14008
14009         * canlock.el (canlock): Change the parent group to news.
14010
14011         * deuglify.el (gnus-outlook-deuglify): Add :group.
14012
14013         * dig.el (dig): Add :group.
14014
14015         * dns-mode.el (dns-mode): Add :group.
14016
14017         * encrypt.el (encrypt): Add :group.
14018
14019         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14020         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14021         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14022         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14023         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14024
14025         * gnus-diary.el (gnus-diary): Add :group.
14026
14027         * gnus.el (gnus-group-news-1-face): Add :group.
14028         (gnus-group-news-1-empty-face): Ditto.
14029         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14030         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14031         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14032         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14033         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14034         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14035         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14036         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14037         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14038         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14039         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14040         (gnus-summary-high-ticked-face): Ditto.
14041         (gnus-summary-low-ticked-face): Ditto.
14042         (gnus-summary-normal-ticked-face): Ditto.
14043         (gnus-summary-high-ancient-face): Ditto.
14044         (gnus-summary-low-ancient-face): Ditto.
14045         (gnus-summary-normal-ancient-face): Ditto.
14046         (gnus-summary-high-undownloaded-face): Ditto.
14047         (gnus-summary-low-undownloaded-face): Ditto.
14048         (gnus-summary-normal-undownloaded-face): Ditto.
14049         (gnus-summary-high-unread-face): Ditto.
14050         (gnus-summary-low-unread-face): Ditto.
14051         (gnus-summary-normal-unread-face): Ditto.
14052         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14053         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14054
14055         * hashcash.el (hashcash): New custom group.
14056         (hashcash-default-payment): Add :group.
14057         (hashcash-payment-alist): Ditto.
14058         (hashcash-default-accept-payment): Ditto.
14059         (hashcash-accept-resources): Ditto.
14060         (hashcash-path): Ditto.
14061         (hashcash-extra-generate-parameters): Ditto.
14062         (hashcash-double-spend-database): Ditto.
14063         (hashcash-in-news): Ditto.
14064
14065         * message.el (message-minibuffer-local-map): Add :group.
14066
14067         * netrc.el (netrc): Add :group.
14068
14069         * sieve-manage.el (sieve-manage-log): Add :group.
14070         (sieve-manage-default-user): Diito.
14071         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14072         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14073         (sieve-manage-authenticators): Ditto.
14074         (sieve-manage-authenticator-alist): Ditto.
14075         (sieve-manage-default-port): Ditto.
14076
14077         * sieve-mode.el (sieve-control-commands-face): Add :group.
14078         (sieve-action-commands-face): Ditto.
14079         (sieve-test-commands-face): Ditto.
14080         (sieve-tagged-arguments-face): Ditto.
14081
14082         * smime.el (smime): Add :group.
14083
14084         * spam-report.el (spam-report): Add :group.
14085
14086         * spam.el (spam, spam-face): Add :group.
14087
14088 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14089
14090         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14091         return \n.\n.\n at the end of articles.  Protect against that.
14092         (nntp-with-open-group): Allow debugging.
14093
14094         * nnheader.el (mail-header-set-extra): Make into a function
14095         because I just could't understand how to quote the list properly.
14096
14097         * dns.el (query-dns-cached): New function.
14098
14099 2005-05-26  Lute Kamstra  <lute@gnu.org>
14100
14101         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14102
14103 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14106
14107         * gnus-art.el: Don't autoload mail-extract-address-components.
14108
14109         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14110         eval-and-compile to evaluate it.
14111
14112         * hashcash.el: Don't autoload executable-find.
14113
14114         * nndb.el: Don't declare the nndb back end two or more times; don't
14115         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14116
14117         * nntp.el: Autoload format-spec instead of format; use
14118         eval-and-compile to evaluate autoload forms.
14119
14120 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14121
14122         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14123
14124 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14125
14126         * gnus.el (gnus-version-number): Bump version.
14127
14128 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14129
14130         * gnus.el: No Gnus v0.3 is released.
14131
14132 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14133
14134         * lpath.el (featurep): Bind show-nonbreak-escape.
14135
14136 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14137
14138         * gnus-art.el (gnus-article-edit-part): Disable undo.
14139
14140 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14141
14142         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14143         gnus-article-date-lapsed-new-header is t if date timer is active;
14144         skip headers in which the original date value is empty.
14145         (gnus-article-save-original-date): Redefine it as a macro.
14146         (gnus-display-mime): Use it.
14147
14148 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14149
14150         * gnus-art.el (article-date-ut): Support converting date in
14151         forwarded parts as well.
14152         (gnus-article-save-original-date): New function.
14153         (gnus-display-mime): Use it.
14154
14155 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14156
14157         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14158         enclosure element of <item>.
14159
14160 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14161
14162         * message.el (message-kill-buffer-query): Rename from
14163         `message-kill-buffer-query-if-modified'.  Add :version.
14164
14165 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14166
14167         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14168         window layout.
14169
14170 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * mml.el: Autoload dnd when compiling.
14173
14174 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14175
14176         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14177         x-dnd-*.
14178
14179 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14180
14181         * qp.el (quoted-printable-encode-region): Save excursion.
14182
14183 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14184
14185         * message.el (message-kill-buffer-query-if-modified): Add new variable
14186         so the user can kill a modified message buffer quickly.
14187         (message-kill-buffer): Use it.
14188
14189 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14190
14191         * lpath.el: Fbind display-time-event-handler; don't fbind
14192         string-to-multibyte.
14193
14194         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14195
14196 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14197
14198         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14199         contained in text because xml.el decodes entities) with LFs.
14200
14201 2005-04-11  Lute Kamstra  <lute@gnu.org>
14202
14203         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14204         differently.
14205
14206 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14207
14208         * mm-util.el (mm-detect-coding-region): Typo.
14209
14210 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14213
14214 2005-04-06  Deepak Goel  <deego@gnufans.org>
14215
14216         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14217         user-function allow user modifications of the scores.
14218         (spam-stat-score-buffer-user): New function, to allow
14219         user-computed modifications to the score.
14220         (spam-stat-score-buffer-user-functions): List of additional
14221         scoring functions.
14222         (spam-stat-error-holder): Global temporary error holder.
14223         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14224         variable.
14225
14226 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14227
14228         * gnus-registry.el (gnus-registry-clean-empty-function)
14229         (gnus-registry-trim, gnus-registry-fetch-groups)
14230         (gnus-registry-delete-group): Groups that match
14231         `gnus-registry-ignored-groups' are removed from the registry
14232         entries, not just ignored for splitting.  This helps clean up the
14233         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14234         to get all the groups a message ID is in.
14235
14236         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14237         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14238         (spam-stat-score-buffer-user-functions): Add :number custom type.
14239
14240 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14241
14242         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14243         argument in XEmacs.
14244
14245         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14246         (nnrss-request-group): Decode group name first.
14247         (nnrss-request-article): Make a text/plain article if mml-to-mime
14248         failed.
14249         (nnrss-get-encoding): Return a compatible encoding according to
14250         nnrss-compatible-encoding-alist.
14251         (nnrss-find-el): Use consp instead of listp.
14252         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14253
14254 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14255
14256         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14257         which Emacs 20 doesn't support.
14258         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14259
14260 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14261
14262         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14263         silence the byte compiler inside the defun.
14264
14265         * gnus-demon.el (parse-time-string): Add autoload.
14266
14267         * gnus-delay.el (parse-time-string): Add autoload.
14268
14269         * gnus-art.el (parse-time-string): Add autoload.
14270
14271         * nnultimate.el (parse-time): Require for `parse-time-string'.
14272
14273 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14274
14275         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14276
14277         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14278
14279         * smime.el (smime-ldap-host-list): Add :version.
14280
14281 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14282
14283         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14284         pass it to `gnus-browse-read-group'.
14285         (gnus-browse-read-group): Add NUMBER argument and pass it to
14286         `gnus-group-read-ephemeral-group'.
14287
14288         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14289         argument and pass it to `gnus-group-read-group'.
14290
14291 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14292
14293         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14294         mm-xemacs-find-mime-charset-1 if we have the mule feature
14295         available at runtime.
14296
14297 2005-03-25  Werner Lemberg  <wl@gnu.org>
14298
14299         * nnmaildir.el: Replace `illegal' with `invalid'.
14300
14301 2005-03-23  Lute Kamstra  <lute@gnu.org>
14302
14303         * time-date.el: Add comment on time value formats.
14304         Don't require parse-time.
14305         (with-decoded-time-value): New macro.
14306         (encode-time-value): New function.
14307         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14308         (days-to-time): Return a valid time value when arg is huge.
14309         (time-since): Use time-subtract.
14310         (time-to-number-of-days): Use time-to-seconds.
14311
14312 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14313
14314         * gnus-start.el (gnus-display-time-event-handler):
14315         Check display-time-timer at runtime rather than only at load time
14316         in case display-time-mode is turned off in the mean time.
14317
14318 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14319
14320         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14321         used.
14322
14323         * nneething.el (nneething-map-file-directory): Derive from
14324         `gnus-directory'.
14325
14326         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14327         the To/Cc button.
14328
14329 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14330
14331         * nnmaildir.el (nnmaildir-request-accept-article):
14332         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14333
14334 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14335
14336         * gnus-async.el: Require timer-funcs at compile time when in
14337         XEmacs for `run-with-idle-timer'.
14338
14339 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14340
14341         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14342         autoloaded function.
14343
14344 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14345
14346         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14347
14348 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14349
14350         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14351
14352 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14353
14354         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14355         Add gnus-expert-user to default.
14356
14357 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14358
14359         * nnimap.el (nnimap-open-server): Ditto.
14360
14361         * imap.el (imap-authenticate): Fix typo.
14362
14363 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14364
14365         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14366         buffer (since IMAP server might return FETCH response out of
14367         order, and the nntp buffer must be sorted).
14368
14369 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14370
14371         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14372         comparison on string.
14373
14374         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14375         (gnus-agent-score): Rename category keywords to match gnus-cus.
14376         (gnus-agent-summary-fetch-series): Modify to protect against
14377         gnus-agent-summary-fetch-group clearing processable flags.
14378         (gnus-agent-synchronize-group-flags): Update live group buffer as
14379         synchronization may occur due to the user toggle the plugged
14380         status.
14381         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14382         successfully downloaded.
14383         (gnus-agent-expire-group-1): Avoid using markers when the overview
14384         is in ascending order; greatly improves performance.
14385         (gnus-agent-regenerate-group):
14386         Use gnus-agent-synchronize-group-flags to reset read status in both
14387         gnus and server.
14388         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14389
14390 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14391
14392         * message.el: Don't autoload former message-utils variables.
14393         (message-strip-subject-trailing-was): Change doc string.
14394
14395         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14396         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14397         (nnweb-google-search): Add "hl=en" here.
14398         (nnweb-google-parse-1, nnweb-google-create-mapping):
14399         Don't hardcode URL.
14400
14401 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14402
14403         * message.el (message-get-reply-headers, message-followup):
14404         Mention related variables `message-use-followup-to' and
14405         `message-use-mail-followup-to', in the information buffer.
14406
14407         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14408         of broken groups(-beta).google.com.
14409
14410 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14411
14412         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14413         parameter to invoked gnus-request-move-article; remove the
14414         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14415         all at once instead of once per article.
14416         (gnus-summary-remove-process-mark): Accept a list of articles as
14417         well as a single article for processing.
14418
14419         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14420         parameter.
14421
14422         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14423
14424         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14425
14426         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14427         parameter.
14428
14429         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14430         parameter.
14431
14432         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14433         parameter and remove the gnus-sum-hint-move-is-internal variable.
14434
14435         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14436         parameter.
14437
14438         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14439         parameter.
14440
14441         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14442         parameter.
14443
14444         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14445
14446         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14447         parameter.
14448
14449         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14450         parameter.
14451
14452 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14453
14454         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14455         a more conservative way.
14456
14457 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14458
14459         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14460         buffer, so it moves the window's cursor.
14461
14462 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14463
14464         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14465         `mm-dissect-multipart' and receive the from field as an (optional)
14466         argument from `mm-dissect-multipart'.
14467         (mm-dissect-multipart): Receive the from field as an argument and
14468         pass it on when we call `mm-dissect-buffer' on MIME parts.
14469         Fixes verification/decryption of signed/encrypted MIME parts.
14470
14471 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14472
14473         * gnus-sum.el (gnus-summary-move-article):
14474         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14475         whatever it calls (right now, only nnimap-request-move article
14476         respects it).
14477
14478         * nnimap.el (nnimap-request-move-article):
14479         When gnus-sum-hint-move-is-internal is set, don't do the extra
14480         nnimap-request-article.
14481
14482 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14483
14484         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14485
14486         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14487         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14488
14489         * gnus-sum.el (gnus-summary-caesar-message):
14490         Apply `gnus-treat-article' after rotation.
14491
14492         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14493         doc string.
14494
14495 2005-02-22  Simon Josefsson  <jas@extundo.com>
14496
14497         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14498         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14499         <arne@arnested.dk>.
14500         (encrypt): Add password-cache and password-cache-expiry as group
14501         members.
14502
14503 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14504
14505         * smime.el (smime-ldap-host-list): Doc fix.
14506         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14507         cache) password.
14508         (smime-sign-region): Use it.
14509         (smime-decrypt-region): Use it.
14510         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14511         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14512         fails.
14513         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14514         certificate from DER to PEM format rather than calling openssl.
14515
14516         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14517
14518         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14519         for signing/encryption.
14520
14521         * mml.el (mml-parse-1): Use them.
14522
14523 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14524
14525         * nnrss.el (nnrss-verbose): Remove.
14526         (nnrss-request-group): Use `nnheader-message' instead.
14527
14528 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14529
14530         * nnrss.el (nnrss-verbose): New variable.
14531         (nnrss-request-group): Make it say nnrss is requesting a group.
14532
14533 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14534
14535         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14536         Handle news URL with given port correctly.
14537
14538 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14541         containing special characters.
14542
14543         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14544
14545         * mml.el (mime-to-mml): Ditto.
14546
14547         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14548         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14549         (rfc2047-decode-region): Quote decoded words containing special
14550         characters when rfc2047-quote-decoded-words-containing-tspecials
14551         is non-nil.
14552
14553 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14554
14555         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14556
14557         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14558
14559 2005-02-15  Simon Josefsson  <jas@extundo.com>
14560
14561         * nnimap.el (nnimap-debug): Doc fix.
14562
14563         * imap.el (imap-debug): Doc fix.
14564
14565 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14566
14567         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14568
14569 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14570
14571         * gnus.el (spam-contents): Improve docs for spam-contents
14572         parameter in its variable incarnation.
14573
14574 2005-02-14  Simon Josefsson  <jas@extundo.com>
14575
14576         * smime-ldap.el: Use require instead of load-library for ldap.
14577         (smime-ldap-search): Indent.
14578         (smime-ldap-search-internal): Shorten line.
14579
14580         * smime.el (smime-cert-by-dns): Add doc-string.
14581         (smime-cert-by-ldap-1): Indent.
14582
14583         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14584         mml-smime-get-dns-ldap.
14585         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14586
14587 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14588
14589         * smime.el: Require smime-ldap.
14590         (smime-ldap-host-list): New variable.
14591         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14592
14593         * mml-smime.el (mml-smime-encrypt-query): New function.
14594         (mml-smime-encrypt-query): Use it.
14595
14596         * smime-ldap.el: New file.
14597
14598 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14599
14600         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14601
14602 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14603
14604         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14605         argument in doc string.  Make query for type more clear.
14606
14607 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14608
14609         * gnus.el (gnus-group-startup-message): Search for gnus images in
14610         etc/images/gnus.
14611         * mm-util.el (mm-image-load-path): Likewise.
14612         * smiley.el (smiley-data-directory): Search for smilies in
14613         etc/images/smilies.
14614
14615 2005-02-09  Kim F. Storm  <storm@cua.dk>
14616
14617         Change Emacs release version from 21.4 to 22.1 throughout.
14618         Change Emacs development version from 21.3.50 to 22.0.50.
14619
14620 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14621
14622         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14623
14624         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14625         non-Mule XEmacs as well.
14626         (mm-decompress-buffer): Signal an error intentionally if it does
14627         not decompress compressed data because auto-compression-mode is
14628         disabled.
14629
14630 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14631
14632         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14633         an ID in the registry even if it has no groups.
14634
14635 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14636
14637         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14638         merge it into mm-decompress-buffer.
14639         (gnus-mime-copy-part): Use the MIME part charset, the value which
14640         a user specified or gnus-newsgroup-charset for decoding, like
14641         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14642         save-buffer what was used.  Suggested by Kevin Ryde
14643         <user42@zip.com.au>.
14644         (gnus-mime-inline-part): Allow the name parameter as well as the
14645         filename parameter; force decompressing of compressed data; always
14646         display contents being not decoded as unibyte.
14647
14648         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14649         as well as the filename parameter.
14650
14651         * mm-util.el (mm-decompress-buffer):
14652         Merge gnus-mime-jka-compr-maybe-uncompress.
14653         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14654         of compressed data.
14655
14656 2005-02-08  Simon Josefsson  <jas@extundo.com>
14657
14658         * imap.el (imap-log): Doc fix.
14659
14660 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14661
14662         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14663         the coding cookies; decompress compressed parts.
14664
14665         * mml.el (mml-generate-mime-1): Add the charset parameter according
14666         to the value which a user specified manually or the coding cookie.
14667
14668         * mm-util.el (mm-string-to-multibyte): New function.
14669         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14670         (mm-coding-system-to-mime-charset): New function.
14671         (mm-decompress-buffer): New function.
14672         (mm-find-buffer-file-coding-system): New function.
14673
14674         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14675         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14676         parts.
14677
14678 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14679
14680         * mm-view.el (mm-display-inline-fontify): Decode a part according
14681         to the charset parameter.
14682
14683 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14684
14685         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14686         prefix arg is neither nil nor a number, as info specifies.
14687
14688 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14689
14690         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14691         timestamps.
14692
14693 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14694
14695         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14696         groups error checking and notify user.
14697
14698 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14699
14700         * message.el (message-send-mail-function): Check existence of
14701         sendmail-program first before using default value
14702         `message-send-mail-with-sendmail'.  Otherwise use more generic
14703         `smtpmail-send-it'.
14704
14705 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14706
14707         * nntp.el (nntp-request-update-info): Always return nil.
14708
14709 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14710
14711         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14712
14713 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14714
14715         * message.el (message-beginning-of-line): Change the behavior when
14716         invoked between BOL and : so that it first moves backward.
14717
14718 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14719
14720         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14721         article buffer when editing of the article is discarded.
14722         (gnus-article-prepare): Revert.
14723
14724 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14725
14726         * gnus-art.el (gnus-article-prepare):
14727         Remove message-strip-forbidden-properties from the local hook.
14728
14729 2005-01-27  Simon Josefsson  <jas@extundo.com>
14730
14731         * password.el (password-cache-add): Only start one timer per key.
14732         Reported by Derek Atkins <warlord@MIT.EDU>.
14733
14734 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14735
14736         * run-at-time.el: Remove.  It is no longer needed as
14737         timer-funcs.el in the xemacs-base package has a working version of
14738         `run-at-time'.
14739
14740         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14741
14742         * password.el: Require timer-funcs instead of run-at-time in
14743         XEmacs.
14744         Remove `password-run-at-time' macro.
14745         (password-cache-add): Use `run-at-time' instead of
14746         `password-run-at-time'.
14747
14748         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14749         Remove `nnheader-cancel-function-timers' alias,
14750         `cancel-function-timers' exists in XEmacs in timer-funcs.
14751
14752         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14753         for `run-with-idle-timer'.
14754
14755         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14756         for `run-at-time'.
14757
14758         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14759         for `with-timeout'.
14760
14761         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14762         the same as for XEmacs 21.4.
14763         No need to ignore `run-with-idle-timer', this function exists in
14764         XEmacs now in timer-funcs.el in the xemacs-base package.
14765         (dgnushack-compile): No need to delete
14766         run-at-time.el from the list of files to compile because it
14767         doesn't exist anymore.
14768
14769 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14770
14771         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14772         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14773
14774 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14775
14776         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14777         sensitively.
14778
14779 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14780
14781         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14782
14783 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14784
14785         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14786         which will be inserted according to the multibyteness of a buffer
14787         rather than the type of contents.  Suggested by ARISAWA Akihiro
14788         <ari@mbf.ocn.ne.jp>.
14789
14790         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14791         of string which old xml.el may return rather than a string.
14792
14793 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14794
14795         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14796
14797 2005-01-16  Simon Josefsson  <jas@extundo.com>
14798
14799         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14800         idn/idna.el isn't available.
14801         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14802         <michael@waxrat.com>.
14803
14804         * hashcash.el: Remove non-FSF copyright header.
14805
14806         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14807         (hashcash-generate-payment): Use it.
14808         (hashcash-generate-payment-async): Use it.
14809
14810 2005-01-15  Simon Josefsson  <jas@extundo.com>
14811
14812         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14813         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14814
14815         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14816         gnus-summary-idna-message.
14817         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14818         (gnus-summary-idna-message): New function.
14819
14820 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14821
14822         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14823         gnus-novice-user.
14824
14825 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14826
14827         * nnrss.el (nnrss-request-delete-group): Delete entries in
14828         nnrss-group-alist as well.
14829         (nnrss-save-server-data): Insert newline.
14830
14831 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14832
14833         * gnus.el (gnus-user-agent): Use list of symbols instead of
14834         symbols.  Display full version number for (S)XEmacs.
14835         Optionally display (S)XEmacs codename.
14836
14837         * gnus-util.el (gnus-emacs-version): Update for new
14838         `gnus-user-agent'.
14839
14840         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14841         Gnus version.
14842
14843 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14844
14845         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14846         which is unreadable in some setups.
14847
14848 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14849
14850         * gnus-spec.el (gnus-update-format-specifications): Flush the
14851         group format spec cache if it doesn't support decoded group names.
14852
14853 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14854
14855         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14856         Allow to apply decay on score files matching a regexp.
14857
14858 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14859
14860         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14861         compatibility in %g and %c.
14862
14863 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14864
14865         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14866         name for only %g and %c.
14867         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14868         of gnus-tmp-group to decoded group name.
14869         (gnus-group-make-rss-group): Exclude `/'s from group names.
14870
14871 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14872
14873         * nnrss.el (nnrss-get-encoding): Fix regexp.
14874
14875 2004-12-27  Simon Josefsson  <jas@extundo.com>
14876
14877         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14878         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14879         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14880
14881 2004-12-17  Kim F. Storm  <storm@cua.dk>
14882
14883         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14884
14885         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14886
14887 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14888
14889         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14890
14891 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14892
14893         * nnrss.el: Require rfc2047 and mml.
14894         (nnrss-file-coding-system): New variable.
14895         (nnrss-format-string): Redefine it as an inline function.
14896         (nnrss-decode-group-name): New function.
14897         (nnrss-string-as-multibyte): Remove.
14898         (nnrss-retrieve-headers): Decode group name; don't use
14899         nnrss-format-string.
14900         (nnrss-request-group): Decode group name.
14901         (nnrss-request-article): Decode group name; allow a Message-ID as
14902         well as an article number; don't use nnrss-format-string; encode a
14903         Message-ID string which may contain non-ASCII characters; use
14904         mml-to-mime to compose a MIME article.
14905         (nnrss-request-expire-articles): Decode group name.
14906         (nnrss-request-delete-group): Decode group name.
14907         (nnrss-fetch): Clarify error message.
14908         (nnrss-read-server-data): Use insert-file-contents instead of load;
14909         bind file-name-coding-system; use multibyte buffer.
14910         (nnrss-save-server-data): Bind coding-system-for-write to the
14911         value of nnrss-file-coding-system; bind file-name-coding-system;
14912         add coding cookie.
14913         (nnrss-read-group-data): Use insert-file-contents instead of load;
14914         bind file-name-coding-system; use multibyte buffer.
14915         (nnrss-save-group-data): Bind coding-system-for-write to the
14916         value of nnrss-file-coding-system; bind file-name-coding-system.
14917         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14918         make it work with non-ASCII text.
14919         (nnrss-find-el): Make it work with old xml.el as well.
14920
14921 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14922
14923         * nnrss.el (nnrss-get-encoding): New function.
14924         (nnrss-fetch): Use unibyte buffer initially; bind
14925         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14926         decode contents according to the encoding attribute.
14927         (nnrss-save-group-data): Add coding cookie.
14928         (nnrss-mime-encode-string): New function.
14929         (nnrss-check-group): Use it to encode subject and author.
14930
14931 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14932
14933         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14934         imaginary variable.
14935
14936 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14937
14938         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14939         correctly even if there are wide characters.
14940
14941 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14942
14943         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14944         downcased symbol names; make a new cache instead of reusing
14945         bbdb-hashtable.
14946
14947 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14950         concatenating segments rather than before concatenating them.
14951         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14952
14953         * message.el (message-get-reply-headers): Bind `extra'.
14954
14955 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14956
14957         * message.el (message-extra-wide-headers): New variable.
14958         (message-get-reply-headers): Use it.
14959
14960 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14961
14962         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14963         (gnus-agent-group-pathname): Ditto.
14964
14965         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14966
14967         * gnus-group.el (gnus-group-make-group): Decode group name.
14968         (gnus-group-make-rss-group): Register the group data after opening
14969         the nnrss group.
14970
14971 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14972
14973         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14974         by expiry now get marked as read.
14975
14976 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14977
14978         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14979
14980 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14981
14982         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14983         unify Latin characters in XEmacs.
14984         (mm-find-mime-charset-region): Use it.
14985
14986 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * gnus-util.el (gnus-delete-directory): New function.
14989
14990         * gnus-agent.el (gnus-agent-delete-group): Use it.
14991
14992         * gnus-cache.el (gnus-cache-delete-group): Use it.
14993
14994 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14995
14996         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14997         names.
14998
14999 2004-12-16  Simon Josefsson  <jas@extundo.com>
15000
15001         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15002
15003 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15004
15005         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15006
15007         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15008         (gnus-group-set-current-level): Decode group name.
15009
15010 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15011
15012         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15013         failed.
15014
15015 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15016
15017         * gnus-group.el (gnus-group-delete-group): Decode group name.
15018         (gnus-group-make-rss-group): Encode group name.
15019         (gnus-group-catchup-current): Decode group name.
15020         (gnus-group-kill-group): Decode group name.
15021
15022 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15023
15024         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15025
15026 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15027
15028         * gnus-group.el (gnus-group-make-rss-group):
15029         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15030
15031         * gnus-start.el (gnus-setup-news): Honor user's setting to
15032         gnus-message-archive-method.  Suggested by Lute Kamstra
15033         <lute@gnu.org>.
15034
15035 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15036
15037         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15038         global counterparts of the buffer-local variables.
15039
15040 2004-11-16  Romain Francoise  <romain@orebokech.com>
15041
15042         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15043         counterparts of the buffer-local variables.
15044
15045 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15046
15047         * message.el (message-forbidden-properties): Fix typo in doc
15048         string.
15049
15050 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15051
15052         * gnus-util.el (gnus-replace-in-string): Add doc string.
15053
15054         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15055         to avoid problems when splitting mails with many recipients.
15056
15057 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15058
15059         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15060         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15061
15062 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15063
15064         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15065         if there is no hashtable in memory or file modification time is
15066         newer than cached timestamp.
15067
15068 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15069
15070         * gnus-sum.el (gnus-summary-limit-to-recipient):
15071         Implement not-matching option.
15072
15073 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15074
15075         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15076         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15077         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15078         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15079         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15080         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15081
15082 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15083
15084         * message.el (message-forward-make-body-mml): Remove headers
15085         according to message-forward-ignored-headers if a message is decoded.
15086
15087 2004-12-02  Romain Francoise  <romain@orebokech.com>
15088
15089         * message.el (message-forward-make-body-plain): Always remove
15090         headers according to message-forward-ignored-headers.
15091
15092 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15093
15094         * spam.el (spam-summary-prepare-exit): Remove the
15095         gnus-summary-limit pop for now, it has problems with ham marks for
15096         me.
15097
15098 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15099
15100         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15101         correctly.
15102
15103 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15104
15105         * format-spec.el (format-spec): Message the char.
15106
15107 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15108
15109         * gnus-art.el (gnus-split-methods): Reformat comments.
15110
15111         * spam.el (spam-summary-prepare-exit): Remove article limits
15112         before exiting the summary buffer.
15113
15114 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15115
15116         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15117         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15118
15119         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15120         order to silence the byte compiler.
15121
15122         * spam.el: Fix the way to silence the byte compiler, which
15123         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15124         bbdb-search-simple, spam-BBDB-register-routine,
15125         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15126         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15127         spam-stat-buffer-is-spam, spam-stat-load,
15128         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15129         spam-stat-save and spam-stat-split-fancy.
15130
15131 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15132
15133         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15134         which may confuse users.
15135         (canlock-password-for-verify): Ditto.
15136
15137         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15138
15139         * gnus-art.el (gnus-emphasis-alist): Ditto.
15140
15141         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15142
15143         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15144
15145         * gnus-start.el (gnus-save-killed-list): Ditto.
15146
15147         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15148         (gnus-sum-thread-tree-root): Ditto.
15149         (gnus-sum-thread-tree-false-root): Ditto.
15150         (gnus-sum-thread-tree-single-indent): Ditto.
15151
15152         * message.el (message-courtesy-message): Ditto.
15153         (message-archive-note): Ditto.
15154         (message-subscribed-address-file): Ditto.
15155         (message-user-fqdn): Ditto.
15156
15157         * spam-report.el (spam-report-gmane-regex): Ditto.
15158
15159         * spam.el (spam-blackhole-good-server-regex): Ditto.
15160
15161 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15162
15163         * mml.el (mml-preview): Widen the message buffer before copying
15164         the contents to the preview buffer; sort headers before previewing.
15165
15166         * message.el (message-hidden-headers): Fix the way to avoid a bug
15167         in the `repeat' widget in Emacs 21.3 or earlier.
15168
15169 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15170
15171         * message.el (message-hidden-headers): Default to "^References:".
15172         Improve customization type.  Suggested by Reiner Steib
15173         <Reiner.Steib@gmx.de>.
15174
15175 2004-11-25  Romain Francoise  <romain@orebokech.com>
15176
15177         * message.el (message-strip-forbidden-properties): Remove check for
15178         obsolete `message-hidden' text property, hidden headers are not
15179         accessible in the buffer anymore.
15180
15181 2004-11-22  Romain Francoise  <romain@orebokech.com>
15182
15183         * message.el (message-header-format-alist): Add `From' in list
15184         so that it can be sorted.
15185         (message-fix-before-sending): Widen and sort headers before
15186         sending.
15187         (message-hide-headers): Use narrowing to hide headers by moving
15188         them to the top of the buffer and narrowing to the region
15189         underneath.
15190
15191 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15192
15193         * message.el (message-strip-forbidden-properties):
15194         Bind buffer-read-only (etc) to nil.
15195
15196 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15197
15198         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15199         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15200
15201 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15202
15203         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15204
15205 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15206
15207         * dns.el (query-dns): Use sit-for to time instead of
15208         accept-process-output, since that doesn't seem to work on udp
15209         sockets.
15210
15211 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15212
15213         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15214
15215 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15216
15217         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15218         doc string.  Improve doc string.
15219
15220 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15221
15222         * nntp.el (nntp-request-update-info): Return nil if
15223         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15224         may not call gnus-activate-group which uselessly issues the GROUP
15225         commands for all nntp groups and wastes time.  Reported by Romain
15226         Francoise <romain@orebokech.com>.
15227
15228         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15229
15230 2004-11-15  Simon Josefsson  <jas@extundo.com>
15231
15232         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15233         headers separately.
15234         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15235         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15236
15237 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15238
15239         * gnus-start.el (gnus-convert-old-newsrc):
15240         Assign legacy-gnus-agent to 5.10.7.
15241
15242 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15243
15244         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15245         start of the lines.
15246
15247 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15248
15249         * hashcash.el (hashcash-default-payment): Change default to 20.
15250         (hashcash-default-accept-payment): Change default to 20.
15251         (hashcash-process-alist): New variable.
15252         (hashcash-generate-payment-async): Add.
15253         (hashcash-already-paid-p): Add.
15254         (hashcash-insert-payment): Don't generate payments twice.
15255         (hashcash-insert-payment-async): Add.
15256         (hashcash-insert-payment-async-2): Add.
15257         (hashcash-cancel-async): Add.
15258         (hashcash-wait-async): Add.
15259         (hashcash-processes-running-p): Add.
15260         (hashcash-wait-or-cancel): Add.
15261         (mail-add-payment): New optional argument.  Conditionally start
15262         asynchronous calculation.
15263         (mail-add-payment-async): Add.
15264
15265         * message.el (message-send-mail): Wait for asynchronous hashcash
15266         results.  Don't clobber existing X-Hashcash headers.
15267         (message-setup-1): Call mail-add-payment-async when
15268         message-generate-hashcash is non-nil.
15269
15270 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15271
15272         * message.el (message-use-alternative-email-as-from): Examine the
15273         From header as well; use message-make-from in order to include a
15274         user's full name.
15275
15276 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15277
15278         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15279         default; improve customization type.
15280         (gnus-emphasis-custom-with-format): New macro.
15281         (gnus-emphasis-custom-value-to-external): New function.
15282         (gnus-emphasis-custom-value-to-internal): New function.
15283
15284 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15285
15286         * dns.el (query-dns): Resolve reverse addresses.
15287
15288 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15289
15290         * gnus-group.el (gnus-group-get-new-news): Use it.
15291
15292         * gnus-start.el (gnus-check-reasonable-setup): New function.
15293
15294 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15297         "Args out of range" error.  Reported by Arnaud Giersch
15298         <arnaud.giersch@free.fr>.
15299
15300 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15301
15302         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15303
15304 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15305
15306         * spam.el (spam group): Add :version.
15307
15308         * pgg-def.el (pgg group): Add :version.
15309
15310 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15311
15312         * gnus-art.el (gnus-article-edit-article): Don't associate the
15313         article buffer with a draft file.  This is a temporary measure
15314         against the 2004-08-22 change to gnus-article-edit-mode.
15315
15316 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15317
15318         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15319         (html2text-format-tags): Remove unused variable `attr'.
15320
15321 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15322
15323         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15324
15325         * tls.el (tls-process-connection-type, tls-success)
15326         (tls-certtool-program): Add :version.
15327
15328         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15329         (starttls-extra-arguments, starttls-process-connection-type)
15330         (starttls-connect, starttls-failure, starttls-success): Add :version.
15331
15332         * spam-stat.el (spam-stat): Add :version.
15333
15334         * sieve.el (sieve): Add :version.
15335
15336         * sha1.el (sha1): Add :version.
15337         (sha1-use-external): Remove redundant version.
15338
15339         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15340         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15341         (nnmail-split-fancy-match-partial-words)
15342         (nnmail-split-lowercase-expanded): Add :version.
15343
15344         * nndiary.el (nndiary): Add :version.
15345
15346         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15347
15348         * mml-sec.el (mml-default-sign-method)
15349         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15350         Add :version.
15351
15352         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15353
15354         * mm-url.el (mm-url-use-external, mm-url-program)
15355         (mm-url-arguments): Add :version.
15356
15357         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15358         (mm-attachment-file-modes, mm-decrypt-option)
15359         (mm-w3m-safe-url-regexp): Add :version.
15360
15361         * message.el (message-cite-prefix-regexp)
15362         (message-sendmail-envelope-from, message-minibuffer-local-map)
15363         (message-user-fqdn, message-completion-alist): Add :version.
15364
15365         * gnus-win.el (gnus-configure-windows-hook)
15366         (gnus-use-frames-on-any-display): Add :version.
15367
15368         * gnus-art.el (gnus-article-address-banner-alist)
15369         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15370         (gnus-treat-from-picon, gnus-treat-mail-picon)
15371         (gnus-treat-x-pgp-sig): Add :version.
15372
15373         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15374         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15375         (gnus-summary-article-delete-hook)
15376         (gnus-summary-display-while-building): Add :version.
15377
15378         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15379         (gnus-get-top-new-news-hook): Add :version.
15380
15381         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15382         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15383
15384         * gnus-registry.el (gnus-registry): Add :version.
15385
15386         * gnus-spec.el (gnus-use-correct-string-widths)
15387         (gnus-make-format-preserve-properties): Add :version.
15388
15389         * gnus.el (gnus-group-charter-alist)
15390         (gnus-group-fetch-control-use-browse-url)
15391         (gnus-install-group-spam-parameters): Add :version.
15392
15393         * gnus-diary.el (gnus-diary): Add :version.
15394
15395         * gnus-delay.el (gnus-delay): Add :version.
15396
15397         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15398         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15399         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15400         Add :version.
15401
15402         * gnus-agent.el (gnus-agent-max-fetch-size)
15403         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15404         (gnus-agent-prompt-send-queue): Add :version.
15405
15406         * deuglify.el (gnus-outlook-deuglify): Add :version.
15407
15408         * html2text.el: Beautify code.  Improve doc strings.
15409         Some checkdoc cleanup.
15410         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15411
15412 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15413
15414         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15415
15416 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15417
15418         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15419         when package is loaded.
15420
15421         * spam.el (spam-summary-score-preferred-header): Add global preference
15422         for people who want to override the default SpamAssassin over
15423         Bogofilter preference (when both are set).
15424         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15425         (spam-user-format-function-S):
15426         Check spam-summary-score-preferred-header.
15427         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15428         (spam-user-format-function-S): Format the score correctly.
15429
15430 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15431
15432         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15433         signature file.  Suggested by Manoj Srivastava
15434         <srivasta@golden-gryphon.com>.
15435
15436         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15437         iso-2022-jp even in the Japanese language environment.
15438         Suggested by Jason Rumney <jasonr@gnu.org>.
15439
15440 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15441
15442         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15443         use the same characters as the dummy marks; make it free from
15444         getting affected by the language environment.
15445         (gnus-summary-read-group-1): Update mark positions only when the
15446         format spec is updated.
15447
15448         * gnus-spec.el (gnus-update-format-specifications): Return a list
15449         of updated types.
15450
15451 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15452
15453         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15454         of boundp to check if display-warning is available.
15455
15456 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15457
15458         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15459
15460 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15461
15462         * nnspool.el (nnspool-spool-directory): Use news-path if the
15463         news-directory variable is not bound.
15464
15465         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15466         function instead of display-warning if it is not available.
15467
15468 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15469
15470         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15471         v5-10: Use `point-at-bol'.
15472
15473 2004-10-26  Simon Josefsson  <jas@extundo.com>
15474
15475         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15476         <chenggao@gmail.com>.
15477
15478 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15479
15480         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15481         instead.
15482
15483 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15484
15485         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15486         to remove a server from the nnimap-server-buffer-alist.
15487         (nnimap-open-connection, nnimap-close-server): Use it.
15488
15489         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15490
15491 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15492
15493         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15494         running the major-mode function.
15495
15496 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15497
15498         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15499         dummy marks in the right way.
15500
15501 2004-10-18  David Edmondson  <dme@dme.org>
15502
15503         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15504         excessively.
15505
15506 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15507
15508         * gnus-util.el (gnus-split-references): Accept a nil references
15509         string and go on blissfully.
15510
15511         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15512         cases where the references string is non-nil but has no references.
15513
15514         * encrypt.el: Add autoload tags.
15515
15516         * spam.el (spam-resolve-registrations-routine): Remove article
15517         from unregistration list too.  Reported by David Hanak
15518         <dhanak@isis.vanderbilt.edu>
15519
15520 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15521
15522         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15523         nil.  Change custom type.
15524
15525 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15526
15527         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15528
15529         * gnus-sum.el (gnus-summary-move-article): Use it.
15530
15531 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15532
15533         * encrypt.el: Add autoload cookies.
15534
15535         * spam.el (spam-backend-article-list-property)
15536         (spam-backend-get-article-todo-list)
15537         (spam-backend-put-article-todo-list)
15538         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15539         Resolve registrations separately.
15540         (spam-register-routine): Format comments.
15541         (spam-unregister-routine, spam-register-routine): Always call with
15542         specific-articles, no default list.
15543         (spam-summary-prepare-exit): Use the spam-classifications function.
15544
15545         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15546         gnus-encrypt.el.
15547
15548         * encrypt.el: Copied from gnus-encrypt.el.
15549
15550         * gnus-encrypt.el: Commented that it's obsolete.
15551
15552 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15553
15554         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15555         (gnus-score-save): Use it.
15556
15557         * message.el (message-bury): Use `window-dedicated-p'.
15558
15559 2004-10-15  Simon Josefsson  <jas@extundo.com>
15560
15561         * pop3.el (top-level): Don't require nnheader.
15562         (pop3-read-timeout): Add.
15563         (pop3-accept-process-output): Add.
15564         (pop3-read-response, pop3-retr): Use it.
15565
15566 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15567
15568         * spam.el (spam-register-routine): Move comment.
15569         (spam-verify-bogofilter): Use 'unknown for the initial
15570         spam-bogofilter-valid state, not 'never.
15571
15572         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15573         for netrc-machine.
15574
15575         * nnimap.el (nnimap-open-connection):
15576         Use netrc-machine-user-or-password.
15577
15578 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15579
15580         * gnus-registry.el (gnus-registry-unload-hook):
15581         Set as a variable with add-hook.
15582
15583         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15584         of news-path.
15585
15586         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15587
15588         * spam.el: Delete duplicate `provide'.
15589         (spam-unload-hook): Set as a variable with add-hook.
15590
15591 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15592
15593         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15594         in the doc string.
15595
15596         * message.el (message-ignored-news-headers)
15597         (message-ignored-supersedes-headers)
15598         (message-ignored-resent-headers)
15599         (message-forward-ignored-headers): Improve custom type.
15600
15601 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15602
15603         * message.el (message-tokenize-header): Fix 2004-09-06 change
15604         which used point-min in the wrong place.
15605
15606 2004-10-12  Simon Josefsson  <jas@extundo.com>
15607
15608         * tls.el (tls-certtool-program): New variable.
15609         (tls-certificate-information): New function, based on
15610         ssl-certificate-information.
15611
15612 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15613
15614         * compface.el: Move the version of ELisp-based uncompface program
15615         to the contrib directory because of the copyright problem.
15616
15617 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15618
15619         * message.el (message-kill-buffer): Raise the current frame.
15620
15621 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15622
15623         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15624
15625         * gnus.el (message-y-or-n-p): Autoload.
15626
15627         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15628         (pop3-password-required, pop3-authentication-scheme)
15629         (pop3-leave-mail-on-server): Make customizable.
15630         (pop3): New custom group.
15631         (pop3-retr): Remove `sleep-for' statements.
15632         Suggested by Dave Love <fx@gnu.org>.
15633
15634         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15635         Windows/DOS.
15636
15637         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15638         (imap-parse-body): Fix incorrect use of `assert'.
15639         Suggested by Dave Love <fx@gnu.org>.
15640
15641         * mml.el (mml-minibuffer-read-disposition): Require match.
15642         Suggested by Dave Love <fx@gnu.org>.
15643
15644 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15645
15646         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15647         doc string.
15648
15649 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15650
15651         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15652
15653 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15654
15655         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15656         instead of calling `mm-insert-inline', to decode text/* parts
15657         before displaying them.
15658
15659 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15660
15661         * mm-uu.el (mm-uu-text-plain-type): New variable.
15662         (mm-uu-pgp-signed-extract-1): Use it.
15663         (mm-uu-pgp-encrypted-extract-1): Use it.
15664         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15665         bind mm-uu-text-plain-type with that value.
15666         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15667         mm-uu-dissect.
15668
15669 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15670
15671         * gnus-group.el (gnus-update-group-mark-positions):
15672         * gnus-sum.el (gnus-update-summary-mark-positions):
15673         * message.el (message-check-news-body-syntax):
15674         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15675         of string-as-multibyte.
15676
15677 2004-10-05  Juri Linkov  <juri@jurta.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 `string-as-multibyte' to convert
15683         8-bit unibyte values to a multibyte string for search functions.
15684
15685 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15686
15687         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15688         (mm-uu-dissect-text-parts): New function.
15689
15690         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15691         dissect text parts.
15692
15693         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15694         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15695
15696         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15697
15698         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15699         Use gnus-current-topics instead of gnus-current-topic.
15700
15701 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15702
15703         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15704
15705 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15706
15707         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15708         where approriate.
15709
15710         * nnml.el (nnml-generate-active-info): do.
15711
15712         * nndiary.el (nndiary-generate-active-info): do.
15713
15714         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15715         (gnus-topic-move): do.
15716
15717         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15718         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15719
15720         * gnus-srvr.el (gnus-server-prepare)
15721         (gnus-server-open-all-servers): do.
15722
15723         * gnus-msg.el (gnus-summary-cancel-article)
15724         (gnus-summary-resend-message)
15725         (gnus-summary-mail-crosspost-complaint): do.
15726
15727         * gnus-move.el (gnus-change-server): do.
15728
15729         * gnus-group.el (gnus-group-unmark-all-groups)
15730         (gnus-group-set-current-level): do.
15731
15732 2004-10-04  Simon Josefsson  <jas@extundo.com>
15733
15734         * message.el (message-generate-hashcash): Doc fix.
15735
15736 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15737
15738         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15739         avoid infinite recursion via gnus-get-function.
15740
15741 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15742
15743         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15744
15745         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15746
15747         * nnmail.el (nnmail-split-history): do.
15748
15749         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15750         (nnml-request-delete-group): do.
15751
15752         * nnslashdot.el (nnslashdot-read-groups): do.
15753
15754         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15755         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15756
15757         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15758         (nnspool-sift-nov-with-sed): Use last.
15759         (nnspool-retrieve-headers-with-nov): Use mapc.
15760         (nnspool-request-newgroups): Use dolist.
15761         (nnspool-request-group): Use last.
15762
15763         * nntp.el (nntp-read-server-type): Use dolist.
15764
15765         * nnvirtual.el (nnvirtual-create-mapping)
15766         (nnvirtual-update-read-and-marked): Use dolist.
15767         (nnvirtual-convert-headers): Simplify.
15768
15769 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15770
15771         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15772         Add support for sync'ing tick marks.
15773
15774 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15775
15776         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15777         there's no visible header.
15778
15779 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15780
15781         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15782         When necessary, pass full group name to gnus-request-set-marks.
15783
15784 2004-10-01  Simon Josefsson  <jas@extundo.com>
15785
15786         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15787         acroread.
15788
15789 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15790
15791         * spam-report.el (spam-report-gmane): Fix interactive.
15792
15793         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15794
15795         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15796         when writing file.
15797         (gnus-agent-synchronize-flags): Don't default to being
15798         interactive.
15799
15800 2004-09-30  Simon Josefsson  <jas@extundo.com>
15801
15802         * message.el (message-generate-hashcash): Add.
15803         (message-send-mail): Use it, call mail-add-payment.
15804
15805 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15806
15807         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15808
15809 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15810
15811         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15812         gnus-requst-update-info with explicit code to sync the in-memory
15813         info read flags with the marks being sync'd to the backend.
15814
15815         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15816
15817 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15818
15819         * spam.el (spam-verify-bogofilter): Add new function.
15820         (spam-check-bogofilter)
15821         (spam-bogofilter-register-with-bogofilter): Use it.
15822         (spam-verify-bogofilter): Add small fixes.
15823
15824 2004-09-28  Simon Josefsson  <jas@extundo.com>
15825
15826         * hashcash.el (hashcash-generate-payment): Revert.
15827
15828 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15829
15830         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15831         Use gnus-extract-references instead of gnus-split-references.
15832
15833         * gnus-util.el (gnus-extract-references): Add new function, analogous
15834         to gnus-split-references but extracts only the message-ID without
15835         anything extra.
15836
15837         * hashcash.el (hashcash-generate-payment)
15838         (hashcash-check-payment): Do the right thing if hashcash-path is
15839         nil (because the hashcash program could not be found).
15840
15841         * spam.el (spam-use-hashcash): Remove comment.
15842
15843 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15844
15845         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15846         (gnus-cache-enter-article, gnus-cache-remove-article)
15847         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15848
15849         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15850
15851         * gnus-art.el (article-hide-boring-headers)
15852         (article-translate-strings, article-display-face)
15853         (gnus-article-mime-match-handle-first)
15854         (gnus-article-highlight-headers)
15855         (gnus-article-add-buttons-to-head): do.
15856
15857 2004-09-27  Simon Josefsson  <jas@extundo.com>
15858
15859         * hashcash.el: New version, from
15860         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15861         ../contrib/.
15862
15863 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15864
15865         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15866
15867 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15868
15869         * gnus-dup.el (gnus-dup-open): Use mapc.
15870         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15871
15872         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15873         Reported by Stefan Wiens <s.wi@gmx.net>.
15874
15875         * gnus.el (gnus-shutdown): Use dolist.
15876
15877         * gnus-undo.el (gnus-undo): Use mapc.
15878
15879         * nnrss.el (nnrss-generate-active): do.
15880
15881         * message.el (message-cite-original-without-signature)
15882         (message-cite-original): Use mapc.
15883         (message-do-actions, message-make-forward-subject): Use dolist.
15884
15885 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15886
15887         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15888         deletion to remove entire duplicate line.  Fixes merged article
15889         number bug.
15890
15891 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15892
15893         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15894         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15895         first ask if you want to open a server and then, even when you
15896         responded with no, asking if you want to synchronize the server's
15897         flags.
15898         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15899         multi-line expressions.
15900         (gnus-agent-synchronize-group-flags): New internal function.
15901         Updates marks in memory (in the info structure) AND in the
15902         backend.
15903
15904         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15905
15906         * nnagent.el (nnagent-request-set-mark):
15907         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15908         method, to ensure that synchronization updates marks in the
15909         backend and in the info (in memory) structure.
15910
15911 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15912
15913         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15914         convention fully; don't miss the root article of a thread; make
15915         the X-Draft-From header with correct article numbers.
15916
15917 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15918
15919         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15920         unless plugged.  Disable the agent so that an open failure causes
15921         an error.
15922
15923         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15924         Revert 2004-09-21 change.  The backend must be opened while
15925         synchronizing flags even when the backend stores the flags
15926         locally.
15927
15928 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15929
15930         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15931         in `header' match.  Reported by Svend Tollak Munkejord.
15932
15933         * message.el (message-cite-original): Fix use of
15934         `message-cite-articles-with-x-no-archive'.
15935
15936 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15937
15938         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15939         (gnus-window-to-buffer): Ditto.
15940
15941         * mml.el (mml-preview-buffer): New variable.
15942         (mml-preview): Manage window layout with gnus-buffer-configuration.
15943
15944         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15945         X-Draft-From header even if those articles aren't quoted.
15946
15947 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15948
15949         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15950         (gnus-request-set-mark, gnus-request-update-mark): Use new
15951         g-s-t-u-l-m to decide to use backend even when unplugged.
15952
15953 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15954
15955         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15956         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15957
15958 2004-09-20  Simon Josefsson  <jas@extundo.com>
15959
15960         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15961         "utf-16-le".
15962
15963 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15964
15965         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15966
15967 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15968
15969         * uudecode.el (uudecode-use-external): Add :version.
15970
15971         * smime.el (smime-CA-file, smime-encrypt-cipher)
15972         (smime-dns-server): Add :version.
15973
15974         * smiley.el (gnus-smiley-file-types): Add :version.
15975
15976         * sha1.el (sha1-use-external): Add :version.
15977
15978         * pgg-def.el (pgg-query-keyserver): Add :version.
15979
15980         * nnmail.el (nnmail-fancy-expiry-targets)
15981         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15982         Add :version.
15983
15984         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15985         (nnimap-retrieve-groups-asynchronous): Add :version.
15986         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
15987
15988         * mml.el (mml-content-disposition-parameters)
15989         (mml-insert-mime-headers-always): Add :version.
15990
15991         * mm-util.el (mm-coding-system-priorities): Add :version.
15992
15993         * mm-decode.el (mm-inline-text-html-with-images)
15994         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15995         (mm-verify-option): Add :version.
15996         (mm-text-html-renderer): Change :version.
15997
15998         * message.el (message-fcc-externalize-attachments)
15999         (message-required-headers, message-draft-headers)
16000         (message-subject-trailing-was-query)
16001         (message-subject-trailing-was-ask-regexp)
16002         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16003         (message-mark-insert-end, message-archive-header)
16004         (message-archive-note, message-cross-post-default)
16005         (message-cross-post-note, message-followup-to-note)
16006         (message-cross-post-note-function, message-use-mail-followup-to)
16007         (message-subscribed-address-functions)
16008         (message-subscribed-address-file, message-subscribed-addresses)
16009         (message-subscribed-regexps, message-allow-no-recipients)
16010         (message-yank-cited-prefix, message-signature-insert-empty-line)
16011         (message-hidden-headers, message-hierarchical-addresses)
16012         (message-mail-user-agent, message-use-idna)
16013         (message-valid-fqdn-regexp)
16014         (message-strip-special-text-properties, message-header-synonyms)
16015         (message-beginning-of-line, message-tab-body-function): Add :version.
16016         (message-insert-canlock, message-wide-reply-confirm-recipients):
16017         Change :version.
16018
16019         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16020         and :version.
16021         (mail-source-delete-old-incoming-confirm)
16022         (mail-source-movemail-program): Add :version.
16023
16024         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16025         (gnus-agent-cache, gnus-agent): Change :version.
16026
16027         * gnus-util.el (gnus-use-byte-compile): Change :version.
16028
16029         * gnus-sum.el (gnus-summary-make-false-root-always)
16030         (gnus-summary-default-high-score)
16031         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16032         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16033         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16034         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16035         (gnus-sum-thread-tree-single-indent)
16036         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16037         (gnus-sum-thread-tree-leaf-with-other)
16038         (gnus-sum-thread-tree-single-leaf): Add :version.
16039         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16040         (gnus-article-loose-mime): Change :version.
16041
16042         * gnus-start.el (gnus-backup-startup-file)
16043         (gnus-save-startup-file-via-temp-buffer): Add :version.
16044
16045         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16046         (gnus-server-offline-face): Add :version.
16047
16048         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16049
16050         * gnus-msg.el (gnus-gcc-externalize-attachments)
16051         (gnus-debug-files, gnus-debug-exclude-variables)
16052         (gnus-discouraged-post-methods): Change :version.
16053         (gnus-confirm-mail-reply-to-news)
16054         (gnus-confirm-treat-mail-like-news): Add :version.
16055
16056         * gnus-int.el (gnus-server-unopen-status): Add :version.
16057
16058         * gnus-group.el (gnus-group-jump-to-group-prompt)
16059         (gnus-large-ephemeral-newsgroup)
16060         (gnus-fetch-old-ephemeral-headers): Add :version.
16061
16062         * gnus-fun.el (gnus-x-face-directory)
16063         (gnus-convert-pbm-to-x-face-command)
16064         (gnus-convert-image-to-x-face-command)
16065         (gnus-convert-image-to-face-command): Add :version.
16066
16067         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16068
16069         * gnus-cite.el (gnus-cite-blank-line-after-header)
16070         (gnus-article-boring-faces): Add :version.
16071
16072         * gnus-art.el (gnus-buttonized-mime-types)
16073         (gnus-inhibit-mime-unbuttonizing)
16074         (gnus-treat-display-face)
16075         (gnus-treat-body-boundary): Change :version.
16076         (gnus-body-boundary-delimiter, gnus-picon-databases)
16077         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16078         (gnus-treat-date-english, gnus-treat-fold-headers)
16079         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16080         (gnus-treat-mail-picon, gnus-treat-wash-html)
16081         (gnus-article-encrypt-protocol)
16082         (gnus-use-idna, gnus-article-over-scroll)
16083         (gnus-mime-display-multipart-alternative-as-mixed)
16084         (gnus-mime-display-multipart-related-as-mixed)
16085         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16086         (gnus-ctan-url, gnus-button-ctan-handler)
16087         (gnus-button-handle-ctan-bogus-regexp)
16088         (gnus-button-ctan-directory-regexp)
16089         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16090         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16091         (gnus-button-man-level, gnus-button-emacs-level)
16092         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16093
16094         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16095         (gnus-agent-go-online): Change :version.
16096         (gnus-agent-expire-unagentized-dirs)
16097         (gnus-agent-auto-agentize-methods): Add :version.
16098
16099         * flow-fill.el (fill-flowed-display-column)
16100         (fill-flowed-encode-column): Add :version.
16101
16102         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16103         (gnus-outlook-deuglify-unwrap-max)
16104         (gnus-outlook-deuglify-cite-marks)
16105         (gnus-outlook-deuglify-unwrap-stop-chars)
16106         (gnus-outlook-deuglify-no-wrap-chars)
16107         (gnus-outlook-deuglify-attrib-cut-regexp)
16108         (gnus-outlook-deuglify-attrib-verb-regexp)
16109         (gnus-outlook-deuglify-attrib-end-regexp)
16110         (gnus-outlook-display-hook): Add :version.
16111
16112         * binhex.el (binhex-use-external): Add :version.
16113
16114 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16115
16116         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16117         and `invisible'.
16118
16119 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16120
16121         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16122         in gnus-registry-trim.
16123
16124 2004-09-13  Simon Josefsson  <jas@extundo.com>
16125
16126         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16127
16128         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16129
16130         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16131         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16132         <yamaoka@jpl.org>.
16133         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16134         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16135         <yamaoka@jpl.org>.
16136
16137         * sieve.el (sieve-manage-mode): Ditto.
16138
16139 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16140
16141         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16142
16143 2004-09-11  Simon Josefsson  <jas@extundo.com>
16144
16145         * dns-mode.el: Add.
16146
16147         * mm-view.el (mm-display-dns-inline): Add.
16148
16149         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16150         (mm-automatic-display): Ditto.
16151
16152         * mailcap.el (mailcap-mime-data): Add text/dns.
16153         (mailcap-mime-extensions): Map .soa to text/dns.
16154
16155 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16156
16157         * gnus-art.el (article-decode-mime-words, article-babel)
16158         (gnus-article-highlight-signature, gnus-article-add-buttons)
16159         (gnus-signature-toggle): Remove unnecessary bindings of
16160         `inhibit-read-only' inherited from v5.10 merge.
16161
16162 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16163
16164         * nntp.el (nntp): New customization group.
16165         (nntp-authinfo-file): Add customization group.
16166
16167         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16168
16169         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16170
16171         * gnus.el (to-address, to-list, subscribed)
16172         (large-newsgroup-initial): Ditto.
16173
16174         * flow-fill.el (fill-flowed-display-column)
16175         (fill-flowed-encode-column): Ditto.
16176
16177 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16178
16179         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16180         Use point-min rather than 1.
16181         (message-send-mail): Use buffer-size rather than point-max.
16182
16183         * gnus-sum.el (gnus-summary-search-article-forward):
16184         Signal a specific `search-failed' rather than a generic `error'.
16185
16186         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16187         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16188         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16189
16190 2004-09-10  Simon Josefsson  <jas@extundo.com>
16191
16192         * nndb.el (require): Remove tcp and duplicate cl.
16193
16194 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16195
16196         * gnus-agent.el (directory-files-and-attributes): Move forward.
16197
16198 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16199
16200         * gnus-agent.el (directory-files-and-attributes):
16201         Optionally defined to support XEmacs.
16202
16203 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16204
16205         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16206         to avoid run-time CL dependencies.
16207         (gnus-agent-unfetch-articles): New function.
16208         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16209         article numbers even when local .overview file is missing.
16210         (gnus-agent-read-article-number): New function.  Only accepts
16211         27-bit article numbers.
16212         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16213         Use gnus-agent-read-article-number.
16214         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16215         from backend while recognizing that article numbers in .overview
16216         must be valid.
16217         (gnus-agent-update-files-total-fetched-for):
16218         Use directory-files-and-attributes to improve performance.
16219         * gnus-int.el (gnus-request-move-article):
16220         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16221         improve performance.
16222
16223         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16224         some users confused by references to .newsrc when they only have a
16225         .newsrc.eld file.
16226         (gnus-convert-mark-converter-prompt)
16227         (gnus-convert-converter-needs-prompt): Fix use of property list.
16228         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16229         New function.  Used internally to only display 'gnus converting
16230         files' message when actually necessary.
16231
16232         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16233         methods now autoloaded.
16234
16235 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16236
16237         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16238         identifiers.
16239
16240 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16241
16242         * gnus-picon.el: Fix indentation and closing parenthesis.
16243
16244 2004-09-01  Simon Josefsson  <jas@extundo.com>
16245
16246         * message.el (message-canlock-generate): Require sha1, not
16247         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16248         to require within a function.  Sadly, if sha1.el isn't loaded, the
16249         let binding in m-c-g will hide the defcustom definition, which is
16250         bad.)
16251
16252         * canlock.el: Require sha1, not sha1-el.
16253
16254         * message.el: Don't autoload sha1 (there is a autoload cookie in
16255         sha1.el).
16256
16257         * sha1-el.el: Rename to sha1.el.
16258
16259 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16260
16261         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16262
16263 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16264
16265         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16266
16267 2004-08-30  Kim F. Storm  <storm@cua.dk>
16268
16269         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16270
16271         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16272         Add :group 'nnimap.
16273
16274 2004-08-30  Andreas Schwab  <schwab@suse.de>
16275
16276         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16277         ?* and ?\;.
16278
16279         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16280         and ?\' to symbol instead of whitespace.
16281
16282 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16283
16284         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16285
16286         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16287         instead of re-search-forward.
16288
16289         * gnus-uu.el (gnus-uu-save-article): Ditto.
16290         (gnus-uu-post-encode-uuencode): Ditto.
16291
16292         * html2text.el (html2text-clean-list-items): Ditto.
16293         (html2text-clean-dtdd): Ditto.
16294         (html2text-format-tags): Ditto.
16295
16296         * message.el (message-send-mail-with-sendmail): Fix regexp.
16297         (message-fill-field-general): Use search-forward instead of
16298         re-search-forward.
16299         (unbold-region): Ditto.
16300
16301         * nnrss.el (nnrss-request-article): Ditto.
16302
16303         * nnslashdot.el (nnslashdot-request-article): Ditto.
16304
16305         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16306
16307         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16308         "Unrecognized menu descriptor" error in XEmacs.
16309
16310 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16311
16312         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16313         parent article of a sparse article in the thread hashtb.
16314
16315 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16316
16317         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16318         (nnmail-expand-newtext): Lowercase expanded entries if
16319         nnmail-split-lowercase-expanded is non-nil.
16320
16321 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16322
16323         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16324
16325         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16326         of gnus-tmp-news-method into string under XEmacs.  It will be
16327         passed to gnus-correct-length which takes only a string argument.
16328
16329 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16330
16331         * gnus-util.el (gnus-bind-print-variables): New macro.
16332         (gnus-prin1): Use it.
16333         (gnus-prin1-to-string): Use it.
16334         (gnus-pp): New function.
16335         (gnus-pp-to-string): New function.
16336
16337         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16338         Replace pp-to-string with gnus-pp-to-string.
16339         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16340         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16341         * gnus-msg.el (gnus-debug): Ditto.
16342         * gnus-score.el (gnus-score-save): Ditto.
16343         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16344         gnus-pp-to-string.
16345         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16346         with gnus-pp.
16347         * score-mode.el (gnus-score-pretty-print): Ditto.
16348         * webmail.el (webmail-debug): Ditto.
16349
16350 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16351
16352         * gnus-art.el (article-display-face, article-display-x-face):
16353         Use buffer-read-only.
16354
16355 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16356
16357         * gnus-art.el (article-hide-list-identifiers):
16358         Bind inhibit-read-only as t.
16359
16360 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16361
16362         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16363
16364 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16365
16366         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16367         (gnus-narrow-to-page): Don't assume point-min == 1.
16368         (gnus-article-edit-mode): Derive from message-mode.
16369
16370         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16371         point-min == 1.
16372
16373         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16374         Disable incorrect use of `assert'.
16375
16376         * message.el (message-mode): Set comment-start-skip.
16377
16378
16379 2004-08-22  Sam Steingold  <sds@gnu.org>
16380
16381         * pop3.el (pop3-leave-mail-on-server): New user variable.
16382         (pop3-movemail): Delete mail only when it is nil.
16383
16384 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16385
16386         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16387
16388         * mml.el (mml-preview): Use `pop-to-buffer'.
16389
16390         * message.el (message-goto-mail-followup-to): Insert after "To".
16391         (message-carefully-insert-headers): Add comment.
16392
16393         * gnus.el: Remove unused variable `gnus-article-check-size'.
16394
16395         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16396
16397         * gnus-art.el (gnus-button-alist):
16398         Improve `gnus-button-handle-library' entry.
16399
16400 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16401
16402         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16403         Use downcase, since XEmacs capitalizes error messages differently.
16404
16405 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16406
16407         * nntp.el: Add (require 'gnus) due to reference to
16408         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16409
16410 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16411
16412         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16413         Bind `mm-fill-flowed'.
16414
16415         * mm-decode.el (mm-dissect-singlepart): Check it.
16416
16417 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16418
16419         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16420         'imap' for netrc parsing.
16421
16422 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16423
16424         * mailcap.el (mailcap-mime-data): Mark as risky.
16425
16426 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16427
16428         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16429         may be included in the encoded word.
16430         (rfc2047-encode): Don't append a space if the encoded word
16431         includes close parenthesis.
16432
16433 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16434
16435         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16436         of text within parentheses.
16437
16438 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16439
16440         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16441         (gnus-encrypt-write-file-contents): Make the password key the file
16442         name PLUS the cipher, not just the cipher.  Also remove failed
16443         passwords from the cache.
16444
16445 2004-08-06  Simon Josefsson  <jas@extundo.com>
16446
16447         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16448         Doc fix.
16449
16450 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16451
16452         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16453         LWSP.
16454
16455 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16456
16457         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16458         Try to append in-reply-to: data to the references: header.
16459
16460         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16461         (netrc-parse): Use gnus-encrypt.el functions.
16462
16463         * gnus-encrypt.el: Add new file for encryption support; currently
16464         does only a few GPG ciphers and an internal XOR cipher.
16465
16466         * password.el: Add comments on using password-read-and-add.
16467         (password-read-and-add): Add function to read and add the
16468         password to the cache at once.
16469
16470 2004-07-28  Simon Josefsson  <jas@extundo.com>
16471
16472         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16473         parameter (but don't use it, for now).
16474
16475         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16476         instead of hard coding to nil.
16477
16478 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16479
16480         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16481         as mm-inline-image-xemacs does.
16482
16483 2004-07-26  Simon Josefsson  <jas@extundo.com>
16484
16485         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16486         Revert part of 2004-07-17 change below.
16487
16488 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16489
16490         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16491         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16492
16493 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16494
16495         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16496         quotes that actually start with ">" at the beginning of the
16497         lines.
16498
16499 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16500
16501         * rfc2047.el (rfc2047-encode-region): Fix last change.
16502         (rfc2047-encode-parameter): Remove useless concat.
16503
16504 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16505
16506         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16507         encode special characters; fix some kind of misconfigured headers;
16508         signal a real error if debug-on-quit or debug-on-error is non-nil.
16509         (rfc2047-encode-max-chars): New variable.
16510         (rfc2047-encode-1): Use it.
16511         (rfc2047-encode-parameter): New function.
16512
16513         * mml.el (mml-insert-parameter): Remove an excessive space.
16514
16515 2004-07-17  Simon Josefsson  <jas@extundo.com>
16516
16517         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16518         Kai Grossjohann <kai@emptydomain.de>.
16519         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16520         (gnus-group-make-menu-bar): Ditto.
16521
16522         * gnus-util.el (gnus-group-server): Add.
16523
16524 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16525
16526         * message.el (message-clone-locals): Clone sendmail and smtp
16527         variables.
16528
16529 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16530
16531         * rfc2047.el (rfc2047-encode-region): Fix last change.
16532
16533 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16534
16535         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16536         characters as non-special.
16537
16538 2004-07-09  Simon Josefsson  <jas@extundo.com>
16539
16540         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16541         Users will lose all flag changes made while unplugged with
16542         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16543         good default.  See numerous reports on ding mailing list.
16544
16545 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16546
16547         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16548         add generate-head-function and generate-article-function to the
16549         rfc822-forward entry.
16550         (nndoc-rfc822-forward-generate-article): New function.
16551         (nndoc-rfc822-forward-generate-head): New function.
16552
16553         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16554
16555 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16556
16557         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16558         respect display group parameter and gnus-summary-expunge-below.
16559         (gnus-articles-to-read): Remove unused reference to display group
16560         parameter.
16561
16562 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16563
16564         * nnheader.el (nnheader-uniquify-message-id): New experimental
16565         variable.
16566         (nnheader-nov-read-message-id): Use it.
16567
16568         * spam-report.el (spam-report-gmane): Add interactive.
16569
16570 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16571
16572         * mm-encode.el (mm-content-transfer-encoding-defaults):
16573         Use qp-or-base64 for the application/* types.
16574
16575 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16576
16577         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16578
16579 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16580
16581         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16582         trim value.
16583
16584 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16585
16586         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16587         New macro and function.
16588         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16589
16590 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16591
16592         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16593         after-load-alist.
16594
16595 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16596
16597         * gnus-group.el (gnus-group-get-new-news-this-group):
16598         Don't update info that isn't there.
16599
16600 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16601
16602         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16603         entry.
16604
16605 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16606
16607         * mm-view.el (mm-inline-render-with-function): Use multibyte
16608         buffer; decode html source by charset.
16609
16610         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16611
16612         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16613         Mule-UCS is loaded under XEmacs.
16614         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16615
16616 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16617
16618         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16619
16620 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16621
16622         * mm-util.el (mm-coding-system-p): Return a coding-system.
16623         (mm-mime-mule-charset-alist): Use shift_jis instead of
16624         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16625         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16626         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16627         instead of japanese-shift-jis and iso-latin-1 respectively in
16628         order to share the default value with both Emacs and XEmacs-mule.
16629         (mm-mule-charset-to-mime-charset):
16630         Make mm-coding-system-priorities effective.
16631         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16632         while predicating of candidates upon the priorities.
16633
16634 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16635
16636         * gnus-sum.el (gnus-summary-make-menu-bar):
16637         Add gnus-uu-invert-processable.
16638
16639         * gnus.el: Autoload gnus-uu-invert-processable.
16640
16641 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16642
16643         * mm-util.el (mm-with-multibyte-buffer): New macro.
16644
16645         * rfc2047.el (rfc2047-encode-string): Use it.
16646         (rfc2047-encode-region): Move point to the end of the region after
16647         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16648
16649 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16650
16651         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16652         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16653
16654 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16655
16656         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16657         (gnus-cite-parse): Ignore quoted envelope From_.
16658         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16659
16660 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16661
16662         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16663         invalid addresses.
16664
16665 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16666
16667         * spam.el: Change section markers, revise TODO list.
16668         (spam-backends): Make new master list of all installed backends.
16669         (spam-summary-exit-behavior): Add new variable to determine how
16670         messages moves are done at summary exit.
16671         (spam-move-spam-nonspam-groups-only)
16672         (spam-process-ham-in-nonham-groups)
16673         (spam-process-ham-in-spam-groups): Remove variables, the
16674         spam-summary-exit-behavior variable should be used to manage this
16675         behavior.
16676         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16677         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16678         and spam-old-spam-articles.
16679         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16680         Add empty variables, placeholders for the backends they represent.
16681         (spam-set-difference): Move, unchanged.
16682         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16683         unless the user has a processor variable.
16684         (spam-classifications, spam-classification-valid-p)
16685         (spam-backend-properties, spam-backend-property-valid-p)
16686         (spam-backend-function-type-valid-p)
16687         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16688         (spam-report-articles-gmane, spam-report-articles-resend):
16689         Remove functions, they are not needed.
16690         (spam-install-backend-super, spam-backend-list)
16691         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16692         (spam-backend-function, spam-backend-ham-registration-function)
16693         (spam-backend-spam-registration-function)
16694         (spam-backend-ham-unregistration-function)
16695         (spam-backend-spam-unregistration-function)
16696         (spam-backend-statistical-p, spam-backend-mover-p)
16697         (spam-install-backend-alias, spam-install-checkonly-backend)
16698         (spam-install-mover-backend, spam-install-nocheck-backend)
16699         (spam-install-backend, spam-install-statistical-backend)
16700         (spam-install-statistical-checkonly-backend): Add backend installation
16701         support.
16702         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16703         (spam-group-processor-p): Use the new backend code and respect the
16704         summary exit behavior.
16705         (spam-mark-spam-as-expired-and-move-routine): Remove.
16706         (spam-summary-prepare): Change to use the new spam-old-articles
16707         variable.
16708         (spam-copy-or-move-routine, spam-copy-spam-routine)
16709         (spam-move-spam-routine, spam-copy-ham-routine)
16710         (spam-move-ham-routine): Add code to copy/move ham or spam.
16711         (spam-fetch-field-fast): Improve doc and code, plus allow the
16712         'number request.
16713         (spam-list-of-checks, spam-list-of-statistical-checks):
16714         Remove variables.
16715         (spam-split, spam-find-spam): Use the new backend code.
16716         (spam-registration-functions): Remove variable.
16717         (spam-unregister-routine): Add convenience wrapper.
16718         (spam-log-undo-registration, spam-register-routine)
16719         (spam-log-processing-to-registry)
16720         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16721         where possible.
16722         (spam-check-gmane-xref, spam-check-regex-headers)
16723         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16724         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16725         (spam-check-bogofilter-headers, spam-check-spamoracle)
16726         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16727         (spam-check-crm114-headers): Use the spam-split-group that
16728         spam-split prepares, no need to determine it every time.
16729
16730         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16731         to the nnheader-parse-naked-head call.
16732
16733         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16734
16735         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16736         the nnheader-nov-read-message-id call.
16737
16738 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16739
16740         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16741         gnus-activate-group twice.  Suggested by Markus Peter
16742         <warp@spin.de>.
16743
16744 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16745
16746         * gnus-art.el (gnus-article-time-format): Exchange the order of
16747         day and month in the default value; fix customization type.
16748         (article-date-ut): Use add-text-properties.
16749         (article-make-date-line): Use message-make-date instead of
16750         current-time-string.
16751
16752         * message.el (message-fetch-field): Don't use set-text-properties.
16753         (message-make-date): Simplify.
16754
16755         * messagexmas.el (message-xmas-make-date): New function.
16756         (message-xmas-redefine): Defalias message-make-date to it.
16757
16758 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16759
16760         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16761         (rfc2047-encode-region): Treat text within parentheses as special;
16762         show the original text when error has occurred.
16763
16764         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16765         already-computed method to gnus-activate-group.
16766
16767         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16768         same select-methods identical Lisp objects.
16769
16770         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16771         object when modifying the info.
16772
16773 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16774
16775         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16776         gnus-opened-servers since it has never been opened with the new
16777         configuration yet.
16778
16779 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16780
16781         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16782         arg to nnheader-generate-fake-message-id.
16783
16784 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16785
16786         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16787         number and build a fake message ID localized to a group and
16788         article number (so it's repeatable from that point on).
16789         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16790         ID format.
16791
16792         * gnus-sum.el (gnus-get-newsgroup-headers):
16793         Call nnheader-generate-fake-message-id with the article number.
16794
16795 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16796
16797         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16798         end-of-buffer.
16799
16800 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16801
16802         * message.el (message-ignored-supersedes-headers): Add Approved.
16803
16804 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16805
16806         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16807         goto-char.
16808         (rfc2047-encode): Fold the line before encoding.
16809
16810 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16811
16812         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16813         folding -- not all headers can be folded, and this should be done
16814         by the message composition mode.  Probably.  I think.
16815
16816 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16817
16818         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16819         fast.
16820
16821         * gnus-ems.el (gnus-remove-image): Don't use
16822         message-text-with-property; remove only the image found first.
16823
16824         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16825         found first.
16826
16827 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16828
16829         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16830
16831 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16832
16833         * message.el (message-text-with-property): Make it fast and accept
16834         optional arguments.
16835         (message-strip-forbidden-properties): Use it.
16836         (message-fix-before-sending): Follow the m-t-w-p change.
16837
16838         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16839
16840 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16841
16842         * gnus-art.el (article-hide-headers): Don't change the buffer
16843         mistakenly when performing mml-preview even if
16844         gnus-single-article-buffer is nil.
16845
16846 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16847
16848         * message.el (message-expand-name-databases): New user option.
16849         (message-expand-name): Use it.
16850
16851 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16852
16853         * spam.el (spam-report-articles-resend)
16854         (spam-report-resend-register-routine): Allow ham reporting.
16855         (spam-report-resend-register-ham-routine): Add wrapper.
16856         (spam-registration-functions): Add ham resending functions.
16857         (spam-list-of-processors): Add ham resend processor.
16858
16859         * gnus.el (ham-resend-to): Add new group parameter.
16860         (spam-process): Add ham resend option.
16861
16862         * spam-report.el (spam-report-resend): Allow reporting ham.
16863         (spam-report-resend-ham): Add wrapper.
16864
16865 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16866
16867         * message.el (message-cite-articles-with-x-no-archive):
16868         New variable.
16869         (message-cite-original): Use it.
16870
16871 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16872
16873         * message.el (message-cite-original): Respect X-No-Archive.
16874
16875 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16876
16877         * gnus-art.el (article-hide-headers): Refer to the values for
16878         gnus-ignored-headers and gnus-visible-headers in the summary
16879         buffer since a user may have set them as group parameters.
16880
16881 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16882
16883         * assistant.el (assistant-node-name): Add convenience function.
16884         (assistant-render-text, assistant-render-node): Add error handling,
16885         plus handle multiple next nodes.
16886         (assistant-find-next-node): Comment out for now.
16887         (assistant-find-next-nodes): Add function, returns list of next
16888         nodes.
16889
16890 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16891
16892         * mail-source.el (mail-source-directory): Fix doc-string.
16893
16894 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16895
16896         * assistant.el (assistant-render-text, assistant-eval): Add :set
16897         widget type, which is different because it takes and returns a
16898         list.  Much hilarity ensues.
16899
16900 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16901
16902         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16903
16904         * gnus-group.el (gnus-group-get-new-news-this-group):
16905         Add doc-string.
16906
16907         * gnus-start.el (gnus-activate-group): Add doc-string.
16908
16909 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16910
16911         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16912
16913 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16914
16915         * assistant.el (assistant-render-text): Try to add a :set
16916         widget, more to come.
16917
16918         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16919         strings.
16920         (spam-report-articles-resend)
16921         (spam-register-routine): Do registration iff any articles warrant
16922         it.
16923         (spam-summary-prepare-exit): Change log message for nil group
16924         destinations.
16925
16926 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16927
16928         * spam.el (spam-report-resend-register-routine):
16929         Allow spam-report-resend-to to be a group parameter or a global value.
16930
16931 2004-05-26  Simon Josefsson  <jas@extundo.com>
16932
16933         * starttls.el: Merge with my GNUTLS based starttls.el.
16934         (starttls-gnutls-program, starttls-use-gnutls)
16935         (starttls-extra-arguments, starttls-process-connection-type)
16936         (starttls-connect, starttls-failure, starttls-success):
16937         New variables.
16938         (starttls-program, starttls-extra-args): Doc fix.
16939         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16940         New functions.
16941         (starttls-negotiate, starttls-open-stream):
16942         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16943         function if it is set.
16944
16945 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16946
16947         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16948         structured fields.
16949
16950 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16951
16952         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16953
16954 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16955
16956         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16957         Add variable.
16958         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16959         assigning the spam-mark to new messages.
16960
16961 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16962
16963         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16964
16965 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16966
16967         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16968
16969         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16970         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16971         default.
16972
16973 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16974
16975         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16976         correct data.
16977
16978 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16979
16980         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16981         (spam-group-processor-p): Fix function.
16982         (spam-group-processor-multiple-p)
16983         (spam-group-spam-processor-report-gmane-p)
16984         (spam-group-spam-processor-report-resend-p)
16985         (spam-group-spam-processor-bogofilter-p)
16986         (spam-group-spam-processor-blacklist-p)
16987         (spam-group-spam-processor-ifile-p)
16988         (spam-group-ham-processor-ifile-p)
16989         (spam-group-spam-processor-spamoracle-p)
16990         (spam-group-spam-processor-crm114-p)
16991         (spam-group-ham-processor-bogofilter-p)
16992         (spam-group-spam-processor-stat-p)
16993         (spam-group-ham-processor-stat-p)
16994         (spam-group-ham-processor-whitelist-p)
16995         (spam-group-ham-processor-BBDB-p)
16996         (spam-group-ham-processor-spamoracle-p)
16997         (spam-group-ham-processor-copy-p): Remove functions with some
16998         prejudice against unneeded code.
16999         (spam-report-articles-resend)
17000         (spam-report-resend-register-routine): Allow the group/topic
17001         spam-resend-to value to override spam-report-resend-to.
17002         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17003         properly now.
17004
17005         * gnus.el (spam-resend-to): Add group/topic parameter.
17006         (spam-process): Move the OBSOLETE processors to the end of the
17007         choices.
17008
17009 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17010
17011         * spam-report.el (spam-report-resend-to, spam-report-resend):
17012         Start with resend-to set to nil, and then ask the user if necessary.
17013         (spam-report-resend): spam-report-resend takes a list of articles, not
17014         separate article numbers.
17015
17016 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17017
17018         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17019         addition to emacs-w3m.
17020
17021 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17022
17023         * assistant.el (assistant-authinfo-data): New function.
17024         (assistant-eval): Eval for entire assistant.
17025
17026         * netrc.el (netrc-services-file): New variable.
17027         (netrc-parse-services): New function.
17028         (netrc-find-service-name): New function.
17029         (netrc-find-service-number): New function.
17030         (netrc-port-equal): New function.
17031         (netrc-machine): Use it.
17032
17033         * nnimap.el (nnimap-open-connection): Use netrc.
17034
17035         * gnus-util.el (gnus-netrc-get): Remove aliases.
17036
17037         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17038
17039         * assistant.el (wid-edit): Fix compilation.
17040
17041         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17042
17043 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17044
17045         * gnus-util.el (gnus-set-file-modes): New function.  (small
17046         patch).
17047
17048 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17049
17050         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17051
17052         * assistant.el (assistant-render-node): Fix up rendering and
17053         read-only text.
17054         (assistant-render-node): Reset.
17055         (assistant-make-read-only): Not sticky.
17056
17057 2004-05-20  Danny Siu  <dsiu@adobe.com>
17058
17059         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17060         centered even when gnus-auto-center-summary is t.
17061
17062 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17063
17064         * dns.el (dns-get-txt-answer): New function.
17065         (dns-read-txt): Ditto.
17066         (query-dns): Use it.
17067
17068 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17069
17070         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17071         active for foreign groups even if the group level is higher than
17072         the specified value.
17073
17074 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17075
17076         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17077         non-active groups.
17078
17079         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17080
17081 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17082
17083         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17084
17085 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17086
17087         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17088         (spam-crm114-header, spam-crm114-spam-switch)
17089         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17090         (spam-crm114-positive-spam-header)
17091         (spam-crm114-database-directory, spam-list-of-processors)
17092         (spam-group-spam-processor-crm114-p)
17093         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17094         (spam-generic-score, spam-list-of-checks)
17095         (spam-list-of-statistical-checks, spam-registration-functions)
17096         (spam-check-crm114-headers, spam-crm114-score)
17097         (spam-check-crm114, spam-crm114-register-with-crm114)
17098         (spam-crm114-register-spam-routine)
17099         (spam-crm114-unregister-spam-routine)
17100         (spam-crm114-register-ham-routine)
17101         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17102         From asjo@koldfront.dk (Adam Sjøgren).
17103
17104         * gnus.el: Add spam-use-crm114.
17105
17106         * spam.el (spam-list-of-processors, spam-registration-functions):
17107         Add spam-use-resend.
17108         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17109         (spam-report-articles-gmane): Add doc fix.
17110         (spam-report-articles-resend, spam-report-resend-register-routine):
17111         Add wrappers around spam-report-resend-to.
17112
17113         * spam-report.el (spam-report-resend-to, spam-report-resend):
17114         Add support for resending spam.
17115         (spam-report-gmane): Fix line length >80.
17116
17117         * gnus.el (spam-process): Add spam-use-resend.
17118
17119 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17120
17121         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17122         number of processed spam messages.
17123         (spam-ham-copy-or-move-routine): Return the number of processed
17124         ham messages.
17125         (spam-summary-prepare-exit): Use the above values to decide
17126         whether status messages shouled be displayed.
17127
17128 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17129
17130         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17131         `rfc2047-encoding-function-alist' in order to avoid conflicting
17132         with the old version.
17133         (rfc2047-encode-region): Concatenate words containing non-ASCII
17134         characters in structured fields; don't encode space-delimited
17135         ASCII words even in unstructured fields; don't break words at
17136         char-category boundaries.
17137         (rfc2047-encode-1): New function.
17138         (rfc2047-encode): Use it; encode text so that it occupies the
17139         maximum width within 76-column; work correctly on Q encoding for
17140         iso-2022-* charsets.
17141         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17142         sure not to break a line just after the header name.
17143         (rfc2047-b-encode-region): Remove.
17144         (rfc2047-b-encode-string): New function.
17145         (rfc2047-q-encode-region): Remove.
17146         (rfc2047-q-encode-string): New function.
17147
17148         * mm-util.el (mm-replace-in-string): New function.
17149
17150 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17151
17152         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17153         Really get it right.
17154         (gnus-inews-make-draft): Really.
17155
17156 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17157
17158         * nnmh.el (nnmh-request-list-1): Don't check the link count
17159         before descending.  (small patch)
17160
17161 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17162
17163         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17164         stuff.
17165
17166         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17167         Match on real group name.
17168
17169         * gnus-art.el (gnus-signature-limit): Doc fix.
17170
17171         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17172
17173         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17174
17175 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17176
17177         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17178         isn't a string.
17179
17180 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17181
17182         * gnus-draft.el (gnus-draft-send):
17183         Bind rfc2047-encode-encoded-words.
17184
17185         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17186         (rfc2047-encodable-p): Say that =? needs encoding.
17187         (rfc2047-encode-encoded-words): New variable.
17188
17189         * gnus-group.el (gnus-group-select-group): Doc fix.
17190
17191         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17192
17193         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17194         to nil.
17195
17196         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17197
17198         * nnheader.el (nnheader-get-lines-and-char): New function.
17199
17200 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17201
17202         * gnus-msg.el (gnus-summary-followup-with-original):
17203         Document yanking of region when active.
17204
17205 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17206
17207         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17208         groups if the group level is higher than the specified value.
17209
17210 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17211
17212         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17213         (gnus-group-jump-to-group): Add prefix argument using
17214         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17215         non-active group.
17216
17217         * compface.el (uncompface): Be verbose when changing
17218         `uncompface-use-external'.
17219
17220         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17221         handle manual section.
17222
17223 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17224
17225         * gnus-art.el (gnus-button-alist): Revert previous change.
17226
17227 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17228
17229         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17230
17231 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17232
17233         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17234         whether backend can accept message.
17235
17236         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17237
17238 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17239
17240         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17241         Avoid creating directory when nntp-marks-is-evil is true.
17242         Reported by Reiner Steib.
17243
17244 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17245
17246         * gnus-picon.el (gnus-picon-style): New variable.
17247         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17248         (gnus-picon-transform-address): Support `gnus-picon-style'.
17249         From Jesper Harder <harder@ifa.au.dk>.
17250
17251 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17252
17253         * message.el (message-fill-field): Return point.
17254         (message-generate-headers): Go to end of field.
17255
17256         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17257         stuff for non-living groups.
17258
17259 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17260
17261         * gnus-art.el (gnus-article-followup-with-original)
17262         (gnus-article-reply-with-original): gnus-mark-active-p ->
17263         gnus-region-active-p.
17264
17265 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17266
17267         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17268         only when there is spam or ham to be processed.
17269
17270 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17271
17272         * mail-source.el (mail-source-delete-crash-box): Refactor.
17273         (mail-source-fetch): Use it.
17274         (mail-source-fetch-file): Ditto.
17275         (mail-source-fetch-directory): Run postscript in loop.
17276         (mail-source-fetch-pop): Delete.
17277         (mail-source-fetch-maildir): Ditto.
17278         (mail-source-fetch-imap): Ditto.
17279
17280         * imap.el (imap-authenticators): Comment out sasl.
17281
17282         * message.el (message-skip-to-next-address): New function.
17283         (message-fill-header-address): Refactor.
17284         (message-fill-address): Use it.
17285         (message-delete-address): Use it.
17286         (message-fill-header-general): Refactor.
17287         (message-fill-field-address): Rename.
17288         (message-narrow-to-field): Find the start of the header.
17289         (message-header-format-alist): Don't pre-fill.
17290         (message-fill-header): Remove.
17291         (message-insert-header): New function.
17292         (message-shorten-references): Use it.
17293
17294         * rfc2047.el (rfc2047-field-value): Strip props.
17295
17296         * mail-parse.el (mail-header-make-address): New alias.
17297
17298         * ietf-drums.el (ietf-drums-make-address): New function.
17299
17300         * imap.el: Add compiler directives.
17301
17302         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17303
17304         * gnus-art.el (article-decode-idna-rhs): Don't use
17305         message-idna-inside-rhs-p.
17306
17307 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17308
17309         * message.el (message-idna-inside-rhs-p): Remove.
17310         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17311
17312         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17313         false positives.
17314
17315 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17316
17317         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17318
17319 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17320
17321         * nneething.el (nneething-file-name): Don't create spurious
17322         files.
17323
17324         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17325         (gnus-inews-do-gcc): Remove sleep.
17326
17327         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17328         part under point.
17329
17330         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17331         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17332
17333 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17334
17335         * spam.el (spam-summary-prepare-exit): Fix (length).
17336
17337 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17338
17339         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17340         as expired without moving it" message when there are spam
17341         messages left.
17342
17343 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17344
17345         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17346         header is not nil.
17347
17348 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17349
17350         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17351         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17352         (nntp-marks-changed-p): New arg SERVER.
17353         (nntp-request-update-info): Adjust caller.
17354
17355 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17356
17357         * nntp.el (nntp-save-marks): Pass missing arg.
17358
17359 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17360
17361         * nntp.el: Support marks.
17362         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17363         (nntp-marks-modtime, nntp-marks-directory): New variables.
17364         (nntp-request-set-mark, nntp-request-update-info)
17365         (nntp-possibly-create-directory, nntp-marks-changed-p)
17366         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17367         New functions.
17368
17369 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17370
17371         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17372         (gnus-xmas-redefine): Rename.
17373
17374         * gnus-score.el (gnus-score-insert-help):
17375         Use gnus-select-lowest-window.
17376
17377         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17378         appt-select-lowest-window and rename to gnus-select-lowest-window.
17379
17380         * gnus.el: do.
17381
17382 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17383
17384         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17385         encodings of MIME-encoded words, in order to improve
17386         interoperability with several broken MUAs.
17387
17388 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17389
17390         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17391         tags, only when charsets are not specified in headers.
17392         (mm-inline-text-html-render-with-w3m): Ditto.
17393
17394         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17395         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17396
17397 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17398
17399         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17400         instead of MIME-decoded from fields when checking
17401         `gnus-article-address-banner-alist'.
17402
17403 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17404
17405         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17406         description rather than subject.
17407
17408 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17409
17410         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17411
17412 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17413
17414         * gnus.el (gnus-version-number): Bump.
17415
17416 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17417
17418         * gnus.el: No Gnus v0.2 is released.
17419
17420 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17421
17422         * gnus-agent.el (gnus-agent-read-agentview):
17423         Inline gnus-uncompress-range.
17424
17425 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17426
17427         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17428         `exec-installed-p'.
17429
17430 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17431
17432         * gnus.el (spam-process, spam-autodetect-methods):
17433         Add bsfilter and bsfilter-headers.
17434
17435         * spam.el (spam-bsfilter): New customize group.
17436         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17437         (spam-bsfilter-header, spam-bsfilter-probability-header)
17438         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17439         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17440         (spam-bsfilter-database-directory): New options.
17441         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17442         (spam-list-of-statistical-checks, spam-registration-functions):
17443         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17444         (spam-bsfilter-score): New command.
17445         (spam-check-bsfilter-headers, spam-check-bsfilter)
17446         (spam-bsfilter-register-with-bsfilter)
17447         (spam-bsfilter-register-spam-routine)
17448         (spam-bsfilter-unregister-spam-routine)
17449         (spam-bsfilter-register-ham-routine)
17450         (spam-bsfilter-unregister-ham-routine): New functions.
17451         (spam-generic-score): Support bsfilter; Accept an optional argument
17452         to recalcurate spam score even if scoring header has already been
17453         added.
17454         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17455         optional argument to recalcurate spam score even if scoring header
17456         has already been added.
17457
17458 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17459
17460         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17461         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17462         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17463         link is missing.
17464
17465 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17466
17467         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17468         (html2text-get-attr): Rewrite.
17469
17470         * message.el (message-setup-1): Remove redundant put-text-property
17471         on mail-header-separator.
17472
17473 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17474
17475         * gnus-registry.el (gnus-registry-cache-whitespace)
17476         (gnus-registry-action, gnus-registry-spool-action)
17477         (gnus-registry-split-fancy-with-parent): Change message levels
17478         from 5 to 3 or 7, as needed.
17479
17480         * spam.el (spam-summary-prepare-exit)
17481         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17482         (spam-split, spam-find-spam, spam-log-undo-registration)
17483         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17484         level from 5 to 6.
17485
17486 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17487
17488         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17489         2004-03-04 change).
17490
17491 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17492
17493         * sieve-manage.el (sieve-manage-open):
17494         * nnweb.el (nnweb-insert-html):
17495         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17496         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17497         * nnspool.el (nnspool-request-group):
17498         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17499         * nnml.el (nnml-request-update-info):
17500         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17501         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17502         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17503         (nnimap-request-set-mark):
17504         * nnfolder.el (nnfolder-request-update-info):
17505         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17506         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17507         * gnus-uu.el (gnus-uu-find-articles-matching):
17508         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17509         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17510         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17511         * gnus-nocem.el (gnus-nocem-scan-groups):
17512         * gnus-int.el (gnus-start-news-server):
17513         * gnus-group.el (gnus-group-make-kiboze-group)
17514         (gnus-group-browse-foreign-server):
17515         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17516         Use mapc when appropriate.
17517
17518 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17519
17520         FIXME: Make separate entries for each person.
17521
17522         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17523         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17524         <shields@msrl.com>:
17525
17526         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17527         may need for spam sorting and scoring.
17528         (spam-user-format-function-S): Add user format function suitable for
17529         general use.
17530         (spam-article-sort-by-spam-status): Add sorting function for summary
17531         sorting.
17532         (spam-extra-header-to-number): Add function to get a score from a
17533         header.
17534         (spam-summary-score): Add function to get a numeric score from the
17535         headers.
17536         (spam-generic-score): Fix function doc, was in wrong place.
17537         (spam-initialize): Take symbols when it's run, and install the
17538         extra headers that spam-necessary-extra-headers thinks we need.
17539
17540 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17541
17542         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17543         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17544
17545 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17546
17547         * gnus-sum.el (gnus-set-global-variables)
17548         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17549         (gnus-article-get-xrefs, gnus-summary-best-group)
17550         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17551         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17552         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17553         Use with-current-buffer.
17554
17555 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17556
17557         * spam.el (spam-summary-prepare-exit): Simplify logic.
17558         (spam-fetch-article-header): Read the article header if it's not
17559         available.
17560         (spam-list-articles): Simplify logic.
17561         (spam-filelist-register-routine): Fix bug with unregister-list.
17562
17563         * gnus-registry.el: Fix comments at beginning.
17564
17565 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17566
17567         * message.el (message-cater-to-broken-inn): Remove.
17568         (message-shorten-references): Make sure the total folded length of
17569         References is shorter than 998 characters to cater to a bug in INN
17570         2.3.  Also, don't pretend that references aren't folded -- this
17571         hasn't worked for a while.
17572
17573 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17574
17575         * gnus-agent.el (gnus-agentize):
17576         gnus-agent-send-mail-real-function no longer set to current value
17577         of message-send-mail-function but rather a lambda that calls
17578         message-send-mail-function.  The change makes the agent real-time
17579         responsive to user changes to message-send-mail-function.
17580
17581 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17582
17583         * legacy-gnus-agent.el
17584         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17585         help from Florian Weimer <fw@deneb.enyo.de>
17586
17587 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17588
17589         * nnmail.el (nnmail-cache-insert): Revert last change.
17590
17591 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17592
17593         * nnmail.el (nnmail-cache-insert): Always check whether
17594         nnmail-cache-ignore-groups matches a group name.
17595
17596 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17597
17598         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17599         (spam-find-spam, spam-log-processing-to-registry)
17600         (spam-log-registered-p, spam-log-unregistration-needed-p)
17601         (spam-log-undo-registration): Use gnus-message instead of
17602         gnus-error, none of these errors are fatal.
17603
17604         * gnus-registry.el (gnus-registry-clean-empty-function)
17605         (gnus-registry-clean-empty): Remove only empty entries without
17606         extra data.
17607
17608 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17609
17610         * spam-stat.el (spam-stat-buffer-change-to-spam)
17611         (spam-stat-buffer-change-to-non-spam): Change (error) to
17612         (gnus-message 8) invocation.
17613
17614 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17615
17616         * nntp.el (nntp-via-netcat-command): New variable.
17617         (nntp-via-netcat-switches): New variable.
17618         (nntp-open-via-rlogin-and-netcat): New function.
17619         (nntp-open-connection-function): Doc fix.
17620         (nntp-telnet-command): Doc fix.
17621         (nntp-end-of-line): Doc fix.
17622         (nntp-via-rlogin-command): Doc fix.
17623         (nntp-via-user-name): Doc fix.
17624         (nntp-via-address): Doc fix.
17625
17626 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17627
17628         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17629         error in Emacs 21.1.
17630
17631 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17632
17633         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17634
17635 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17636
17637         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17638         (gnus-agent-with-refreshed-group): New macro.
17639         (gnus-agent-rename-group): New function.
17640         (gnus-agent-delete-group): New function.
17641         (gnus-agent-save-group-info): Use gnus-command-method when
17642         `method' parameter is nil.  Don't write nil entries into the
17643         active file.
17644         (gnus-agent-get-group-info): New function.
17645         (gnus-agent-fetch-articles):
17646         Use gnus-agent-update-files-total-fetched-for to increment disk space
17647         used.
17648         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17649         Use gnus-agent-update-view-total-fetched-for to increment disk space
17650         used.
17651         (gnus-agent-get-local): Add optional parameters to avoid calling
17652         gnus-group-real-name and gnus-find-method-for-group.
17653         (gnus-agent-set-local): Delete stored entry if either min, or max,
17654         are nil.
17655         (gnus-agent-fetch-session): Reworded error/quit messages.
17656         On quit, use gnus-agent-regenerate-group to record existance of any
17657         articles fetched to disk before the quit occurred.
17658         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17659         gnus-agent-update-view-total-fetched-for, and
17660         gnus-agent-update-files-total-fetched-for to decrement disk space
17661         used.
17662         (gnus-agent-retrieve-headers):
17663         Use gnus-agent-update-view-total-fetched-for to increment disk space
17664         used.
17665         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17666         with gnus-agent-update-files-total-fetched-for to decrement disk
17667         space and fresh group buffer.
17668         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17669         (gnus-agent-need-update-total-fetched-for): New variable.
17670         (gnus-agent-update-files-total-fetched-for): New function.
17671         (gnus-agent-update-view-total-fetched-for): New function.
17672         (gnus-agent-total-fetched-for): New function.
17673
17674         * gnus-cache.el (gnus-cache-save-buffers):
17675         Use gnus-cache-update-overview-total-fetched-for to change disk space
17676         used by this group.
17677         (gnus-cache-possibly-enter-article):
17678         Use gnus-cache-update-file-total-fetched-for to increment disk space
17679         used by this group.
17680         (gnus-cache-possibly-remove-article):
17681         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17682         used by this group.
17683         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17684         (gnus-cache-rename-group): New function.
17685         (gnus-cache-delete-group): New function.
17686         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17687         (gnus-cache-need-update-total-fetched-for): New variable.
17688         (gnus-cache-with-refreshed-group): New macro.
17689         (gnus-cache-update-file-total-fetched-for): New function.
17690         (gnus-cache-update-overview-total-fetched-for): New function.
17691         (gnus-cache-rename-group-total-fetched-for): New function.
17692         (gnus-cache-delete-group-total-fetched-for): New function.
17693         (gnus-cache-total-fetched-for): New function.
17694
17695         * gnus-group.el: Require gnus-sum and autoload functions to
17696         resolve warnings when gnus-group.el compiled alone.
17697         (gnus-group-line-format): Documented new %F.
17698         (size of Fetched data) group line format; identifies disk space
17699         used by agent and cache.
17700         (gnus-group-line-format-alist): Defined new F format.
17701         (gnus-total-fetched-for): New function.
17702         (gnus-group-delete-group): No longer update
17703         gnus-cache-active-altered as gnus-request-delete-group now keeps
17704         the cache in sync.
17705         (gnus-group-list-active): Let the agent store a server's active
17706         list if currently plugged.
17707
17708         * gnus-int.el (gnus-request-delete-group):
17709         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17710         local disk in sync with the server.
17711         (gnus-request-rename-group):
17712         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17713         local disk in sync with the server.
17714
17715         * gnus-start.el (gnus-get-unread-articles):
17716         Cosmetic simplification to logic.
17717
17718         * gnus-util.el (gnus-rename-file): New function.
17719
17720 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17721
17722         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17723
17724 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17725
17726         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17727         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17728
17729 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17730
17731         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17732         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17733
17734 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17735
17736         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17737
17738 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17739
17740         * spam.el (spam-set-difference): Add function to replace
17741         gnus-set-difference in spam.el.
17742         (spam-summary-prepare-exit): Use spam-set-difference.
17743
17744 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17745
17746         * gnus-registry.el (gnus-registry-cache-file): Update to use
17747         gnus-dribble-directory OR gnus-home-directory OR ~.
17748         (gnus-registry-split-fancy-with-parent): Fix doc.
17749
17750 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17751
17752         * message.el (message-exchange-point-and-mark):
17753         Use message-mark-active-p.  Suggested by Jesper Harder
17754         <harder@ifa.au.dk>.
17755
17756 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17757
17758         * message.el (message-exchange-point-and-mark): Don't activate
17759         region if it was inactive.  Suggested by Hiroshi Fujishima
17760         <pooh@nature.tsukuba.ac.jp>.
17761
17762 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17763
17764         * gnus-art.el (article-display-face): Display Faces in the same
17765         order as X-Faces.
17766
17767 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17768
17769         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17770
17771 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17772
17773         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17774         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17775         (gnus-article-mime-hierarchy): Remove.
17776         (gnus-article-mime-hierarchy-next): Remove.
17777         (gnus-article-mode): Revert 2004-03-19 change.
17778         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17779         (gnus-insert-mime-button): Revert 2004-03-19 change.
17780         (gnus-mime-accumulate-hierarchy): Remove.
17781         (gnus-mime-enter-multipart): Remove.
17782         (gnus-mime-leave-multipart): Remove.
17783         (gnus-mime-display-part): Revert 2004-03-19 change.
17784         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17785
17786         * mml.el (mml-preview): Revert 2004-03-19 change.
17787
17788 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17789
17790         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17791
17792 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17793
17794         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17795         t while entering a file name using the mm-with-multibyte macro.
17796         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17797
17798         * mm-util.el (mm-with-multibyte): New macro.
17799
17800 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17801
17802         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17803         New user option.
17804         (gnus-mime-multipart-functions): Doc and customization fix.
17805         (gnus-article-mime-hierarchy): New variable.
17806         (gnus-article-mime-hierarchy-next): New variable.
17807         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17808         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17809         gnus-article-mime-hierarchy-next to nil.
17810         (gnus-insert-mime-button): Show hierarchy numbers.
17811         (gnus-mime-accumulate-hierarchy): New function.
17812         (gnus-mime-enter-multipart): New function.
17813         (gnus-mime-leave-multipart): New function.
17814         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17815         (gnus-mime-display-alternative): Show hierarchy numbers.
17816
17817         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17818         gnus-article-mime-hierarchy-next to nil.
17819
17820 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17821
17822         * dns.el: Don't require gnus-xmas.
17823
17824 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17825
17826         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17827         inline PGP.
17828         (mml-menu): Disable mml-quote-region if mark is inactive.
17829
17830 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17831
17832         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17833         when the group's active is not available.
17834
17835 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17836
17837         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17838         error.
17839
17840 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17841
17842         * imap.el (imap-store-password): New variable.
17843         (imap-interactive-login): Use it.
17844         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17845
17846 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17847
17848         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17849         window-start and hscroll to summary window.
17850
17851 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17852
17853         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17854         conversion message to newsrc-dribble when an actual conversion is
17855         performed.
17856
17857 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17858
17859         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17860
17861 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17862
17863         * mm-decode.el (mm-complicated-handles): New function reviving
17864         former definition of mm-multiple-handles.
17865
17866         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17867         (gnus-mime-delete-part): Use it.
17868
17869 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17870
17871         * gnus-agent.el (gnus-agent-read-local):
17872         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17873         avoid the implicit assumption that they will always be equal.
17874         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17875         coding-system-for-write, as the with-temp-file macro first prints
17876         to a buffer then saves the buffer.
17877
17878 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17879
17880         * gnus-art.el (gnus-article-edit-part): New function.
17881         (gnus-mime-save-part-and-strip): Use it; do query instead of
17882         signaling an error; don't use mm-multiple-handles.
17883         (gnus-mime-delete-part): Ditto.
17884
17885 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17886
17887         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17888         old file versions.
17889         (gnus-group-prepare-hook): Remove function that converted list
17890         form of gnus-agent-expire-days to group properties.
17891
17892         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17893         (gnus-request-accept-article): Re-indented.
17894
17895         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17896         converters to handle old agent file formats.  Add logic for a
17897         "backup before upgrading warning".
17898         (gnus-convert-mark-converter-prompt): Developers can mark
17899         functions as needing (default), or not needing,
17900         gnus-convert-old-newsrc's "backup before upgrading warning".
17901         (gnus-convert-converter-needs-prompt): Tests whether the user
17902         should be protected from potentially irreversable changes by the
17903         function.
17904
17905         * legacy-gnus-agent.el: New.  Provides converters that are only
17906         loaded when gnus-convert-old-newsrc needs to call them.
17907
17908 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17909
17910         * mail-source.el (mail-source-touch-pop): Doc fix.
17911
17912         * message.el (message-smtpmail-send-it): Doc fix.
17913
17914 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17915
17916         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17917
17918         * nnmail.el (nnmail-split-fancy): do.
17919
17920         * gnus-kill.el (gnus-kill, gnus-execute): do.
17921
17922 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17923
17924         * gnus-sum.el (gnus-widget-reversible-match)
17925         (gnus-widget-reversible-to-internal)
17926         (gnus-widget-reversible-to-external): New functions.
17927         (gnus-widget-reversible): New widget.
17928         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17929
17930 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17931
17932         * gnus-sum.el (gnus-thread-sort-functions)
17933         (gnus-article-sort-functions): Document `(not F)' items.
17934
17935 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17936
17937         * spam.el (spam-use-gmane-xref): Add new backend.
17938         (spam-gmane-xref-spam-group): Add variable to control the name of the
17939         Gmane spam group.
17940         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17941         (spam-regex-headers-spam, spam-regex-headers-ham)
17942         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17943         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17944         backends and checks.
17945         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17946
17947         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17948         an autodetect method.
17949
17950 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17951
17952         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17953         articles are being added to a group.
17954         (gnus-request-replace-article): Inform the agent that articles
17955         need to be uncached as the cached contents are no longer valid.
17956
17957 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17958
17959         * binhex.el: Don't autoload executable-find.
17960
17961         * canlock.el: Don't autoload mail-fetch-field.
17962
17963         * dgnushack.el: Autoload c-mode for XEmacs.
17964
17965         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17966
17967         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17968         rmail-dont-reply-to and rmail-output.
17969
17970         * gnus-score.el: Don't autoload ffap-string-at-point.
17971
17972         * gnus-setup.el: Don't autoload sc-cite-original.
17973
17974         * imap.el: Don't autoload base64-decode-string,
17975         base64-encode-string and md5.
17976
17977         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17978         and rmail-msg-restore-non-pruned-header.
17979
17980         * mm-decode.el: Don't autoload executable-find.
17981
17982         * mm-url.el: Don't autoload executable-find.
17983
17984         * mm-view.el: Don't autoload diff-mode.
17985
17986         * nndb.el: Don't autoload news-reply-mode, news-setup,
17987         cancel-timer and telnet.
17988
17989         * password.el: Don't autoload run-at-time for Emacs.
17990
17991         * sha1-el.el: Don't autoload executable-find.
17992
17993         * sieve-mode.el: Don't autoload c-mode.
17994
17995         * uudecode.el: Don't autoload executable-find.
17996
17997 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17998
17999         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18000         (gnus-agent-possibly-alter-active): Avoid null in numeric
18001         comparison.
18002         (gnus-agent-set-local): Refuse to save null in local object table.
18003         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18004         list of articles that will be marked as unread.
18005
18006 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18007
18008         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18009
18010 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18011
18012         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18013         language tags.
18014
18015 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18016
18017         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18018         Don't bind "obarray".
18019
18020         * gnus-sum.el (gnus-thread-sort-functions):
18021         Add `gnus-thread-sort-by-most-recent-number' and
18022         `gnus-thread-sort-by-most-recent-date'.
18023         Reported by Kai Grossjohann <kai@emptydomain.de>.
18024
18025 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18026
18027         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18028
18029 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18030
18031         * gnus-cus.el (gnus-agent-customize-category):
18032         Remove ignore-errors macro reference that required cl to be loaded at
18033         run-time.
18034
18035         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18036         single-interval range of the form (min . max).  Previously the
18037         range had to look like ((min . max)).  Likewise, return
18038         (min . max) rather than ((min . max)).
18039         (gnus-range-map): Use gnus-range-normalize to accept
18040         single-interval range.
18041
18042         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18043         the cache, but not the agent, now appear with their usual face.
18044
18045         * dgnushack.el (loaddir): New variable that is bound to the
18046         directory containing the dgnushack.el file. Use loaddir, rather
18047         than srcdir, to update load-path. Change lets dgnushack compile
18048         code in directories other than GNUS/lisp.
18049
18050 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18051
18052         * lpath.el: Don't bind w3m-safe-url-regexp.
18053
18054         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18055         w3m-safe-url-regexp variable buffer-local.
18056
18057         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18058
18059 2004-02-27  Simon Josefsson  <jas@extundo.com>
18060
18061         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18062         gnus-group-real-prefix.
18063         (gnus-summary-move-article): Use it, instead of
18064         gnus-group-real-prefix.
18065
18066 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18067
18068         * lpath.el: Bind w3m-safe-url-regexp.
18069
18070         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18071         w3m-safe-url-regexp variable buffer-local and set it as the value
18072         of mm-w3m-safe-url-regexp.
18073
18074         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18075
18076         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18077         parsing gnus-posting-styles when the message is not for replying.
18078
18079         * dgnushack.el: Autoload sgml-mode for XEmacs.
18080
18081         * nnrss.el (nnrss-opml-export):
18082         Use mm-set-buffer-file-coding-system instead of
18083         set-buffer-file-coding-system.
18084
18085 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18086
18087         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18088         of checkdoc.el).
18089         * nnrss.el: do.
18090         * gnus-mlspl.el: do.
18091         * gnus-ml.el: do.
18092         * gnus-srvr.el: do.
18093
18094         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18095
18096 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18097
18098         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18099         Corrections to custom-manual links.
18100
18101         * gnus-art.el (gnus-article): Ditto.
18102
18103         * mm-decode.el (mime-display, mime-security): Ditto.
18104
18105 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18106
18107         * flow-fill.el: Typo.
18108
18109 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18110
18111         * spam-wash.el: New file.
18112
18113 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18114
18115         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18116
18117 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18118
18119         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18120         to be run with new-articles as LIST1, not LIST2.
18121         (spam-registration-functions): Add spam-use-ham-copy as a nil
18122         registration backend.
18123
18124 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18125
18126         * spam-stat.el (spam-stat-washing-hook): New option.
18127         (spam-stat-buffer-words): Use it.
18128         (spam-stat-process-directory, spam-stat-test-directory):
18129         Use insert-file-contents-literally.
18130         (spam-stat-coding-system): New variable.
18131         (spam-stat-load, spam-stat-save): Use it.
18132
18133 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18134
18135         * spam-report.el (spam-report-plug-agent):
18136         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18137
18138 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18139
18140         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18141         Allow / in mailto URLs.
18142
18143 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18144
18145         * spam-report.el (spam-report-process-queue): Fix interactive use.
18146         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18147         (spam-report-unplug-agent): Doc fixes.
18148         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18149         (spam-report-agentize, spam-report-deagentize): Autoload.
18150
18151 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18152
18153         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18154
18155         * message.el (message-setup-fill-variables): Add mml tags to
18156         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18157         <ajk@iu.edu>.
18158         (message-mode): Don't modify paragraph-separate there.
18159
18160 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18161
18162         * compface.el (uncompface-use-external): Default to undecided.
18163         (uncompface-use-external-threshold): New variable.
18164         (uncompface-float-time): New macro.
18165         (uncompface): Determine whether to use the external decoder if
18166         uncompface-use-external is undecided.
18167
18168 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18169
18170         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18171         after images.
18172
18173         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18174
18175 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18176
18177         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18178
18179         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18180
18181         * gnus-sum.el (gnus-summary-limit-to-age)
18182         (gnus-summary-limit-children): do.
18183
18184         * gnus-int.el (gnus-request-scan): do.
18185
18186         * gnus-group.el (gnus-group-suspend): do.
18187
18188         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18189
18190         * gnus-cite.el (gnus-cite-parse-attributions): do.
18191
18192         * gnus-agent.el (gnus-summary-set-agent-mark)
18193         (gnus-agent-regenerate-group): do.
18194
18195         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18196
18197         * binhex.el (binhex-decode-region-internal): do.
18198
18199 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18200
18201         * gnus-fun.el (gnus-face-properties-alist): New user option.
18202         (gnus-display-x-face-in-from): Use it.
18203
18204         * gnus-art.el (article-display-face): Ditto.
18205
18206         * compface.el (uncompface-use-external): Default to nil.
18207
18208 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18209
18210         * nntp.el (nntp-erase-buffer): New function.
18211         (nntp-retrieve-data, nntp-send-command)
18212         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18213         (nntp-possibly-change-group): Use it.
18214
18215         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18216         Use with-current-buffer.
18217
18218 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18219
18220         * compface.el: Merge the ELisp-based uncompface program.
18221         (compface): New customization group.
18222         (uncompface-use-external): New user option.
18223         (uncompface): Call uncompface-internal if uncompface-use-external
18224         is nil.
18225         (uncompface-internal): New function.  Note that there are also
18226         some other functions and variables added for this function.
18227
18228 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18229
18230         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18231         if necessary.
18232
18233 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18234
18235         * spam-report.el (spam-report-unplug-agent)
18236         (spam-report-plug-agent, spam-report-deagentize)
18237         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18238         Add support for the Agent in spam-report: when unplugged, report to a
18239         file; when plugged, submit all the requests.
18240
18241         * spam.el (spam-register-routine): Fix message about
18242         registration.
18243
18244 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18245
18246         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18247         dependencies.
18248         (rfc2047-encode): Use it.
18249
18250         * gnus-art.el (gnus-button-marker-list): Move before first
18251         reference.
18252
18253         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18254         (imap-parse-body): Fix format string mismatch.
18255
18256         * gnus-score.el (gnus-summary-increase-score): do.
18257
18258         * nnrss.el (nnrss-close): New function.
18259
18260 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18261
18262         * nnrss.el (nnrss-make-filename): New function.
18263         (nnrss-request-delete-group, nnrss-read-server-data)
18264         (nnrss-save-server-data, nnrss-read-group-data)
18265         (nnrss-save-group-data): Use it.
18266         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18267         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18268         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18269
18270 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18271
18272         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18273
18274 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18275
18276         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18277         files.
18278
18279         * message.el (message-generate-headers-first): Don't quote nil
18280         and t in docstrings.
18281
18282         * imap.el (imap-id): do.
18283
18284         * gnus-agent.el (gnus-agent-consider-all-articles)
18285         (gnus-agent-queue-mail): do.
18286
18287 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18288
18289         * spam-report.el (spam-report-process-queue): New function.
18290         Process requests from `spam-report-requests-file'.
18291         (spam-report-process-queue): Doc fix.
18292
18293 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18294
18295         * spam.el (spam-register-routine)
18296         (spam-log-processing-to-registry, spam-log-registered-p)
18297         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18298         Change "check" to "spam-check" for semi-clarity.
18299
18300 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18301
18302         * pop3.el: Require nnheader.
18303
18304         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18305
18306         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18307
18308         * gnus-picon.el: Require cl.
18309
18310         * gnus-fun.el: Require gnus-ems and gnus-util.
18311
18312         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18313
18314         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18315
18316         * gnus-art.el (gnus-article-edit-mode): Define before first
18317         reference.
18318
18319 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18320
18321         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18322         (gnus-uu-post-encoded): Use point-at-bol.
18323
18324         * gnus-topic.el (gnus-group-active-topic-p): do.
18325
18326         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18327
18328         * gnus-group.el (gnus-group-kill-region): do.
18329
18330         * gnus-art.el (article-date-ut): do.
18331
18332         * message.el (message-fetch-field): Remove redundant
18333         case-fold-search binding.
18334         (message-narrow-to-field): Simplify.
18335
18336 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18337
18338         * spam.el (spam-directory): Derive from `gnus-directory'.
18339
18340         * spam-report.el (spam-report-url-to-file)
18341         (spam-report-requests-file): New function and variable for offline
18342         reporting.
18343         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18344         and user defined function.
18345         (spam-report-url-ping-mm-url): Remove doubled slash.
18346
18347 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18348
18349         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18350
18351 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18352
18353         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18354         Fix format string mismatch.
18355
18356         * sieve.el (sieve-deactivate-all): do.
18357
18358         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18359
18360         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18361
18362         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18363
18364         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18365
18366 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18367
18368         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18369         the list of checks.
18370
18371 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18372
18373         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18374         padding.
18375
18376 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18377
18378         * mm-view.el (mm-fill-flowed): New variable.
18379         (mm-inline-text): Use it.
18380
18381 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18382
18383         * spam.el (spam-spamassassin-register-ham-routine)
18384         (spam-spamassassin-register-spam-routine): Fix function names.
18385
18386 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18387
18388         * gnus.el (gnus-tmp-grouplens): Remove.
18389         (gnus-summary-line-format): Remove grouplens.
18390
18391         * gnus-group.el (gnus-group-line-format): Ditto.
18392
18393         * gnus-spec.el (gnus-format-specs): Ditto.
18394         (gnus-update-format-specifications): Flush the group format spec
18395         cache if there's the grouplens stuff.
18396         (gnus-parse-simple-format): Replace %l with the empty string.
18397
18398 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18399
18400         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18401         omission.
18402
18403 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18404
18405         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18406         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18407
18408 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18409
18410         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18411         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18412         New macros and functions.
18413         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18414         Handle > NLINK_MAX messages.
18415         * nnmaildir.el (nnmaildir-request-set-mark):
18416         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18417
18418 2004-01-25  Alex Schroeder  <alex@gnu.org>
18419
18420         * spam-stat.el (spam-stat-process-directory-age): New option.
18421         (spam-stat-process-directory): Use it.
18422
18423 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18424
18425         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18426         (spam-stat-save): Accept prefix argument.
18427
18428 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18429
18430         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18431         links" error.
18432
18433 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18434
18435         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18436         the rest of the and/or forms.
18437
18438 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18439
18440         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18441         compatibility with old .newsrc.eld files.
18442
18443         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18444
18445         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18446
18447         * gnus-start.el (gnus-1): do.
18448
18449         * gnus-group.el (gnus-group-line-format-alist): do.
18450
18451         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18452
18453         * gnus-gl.el: Remove.
18454
18455 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18456
18457         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18458         marks consisting of a single range {for example, (3 . 5)} rather
18459         than a list of a single range { ((3 . 5)) }.
18460
18461 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18462
18463         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18464         Use with-current-buffer.
18465         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18466         avoid consing a string.
18467
18468         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18469         Remove obsolete entries for big5 and gb2312.
18470
18471 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18472
18473         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18474         uncompressed list.
18475
18476 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18477
18478         * spam-stat.el (spam-stat-strip-xref): New function.
18479         (spam-stat-process-directory): Use it.
18480
18481         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18482         here -- it's done in message-fetch-field.
18483
18484 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18485
18486         * gnus-agent.el (gnus-agent-queue-mail)
18487         (gnus-agent-prompt-send-queue): New variables.
18488         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18489         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18490         "nndraft:queue" along to gnus-draft-send.
18491         Use gnus-agent-prompt-send-queue.
18492         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18493         is "nndraft:queue".  Suggested by Gaute Strokkenes
18494         <gs234@srcf.ucam.org>
18495
18496         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18497         (agent-enable-undownloaded-faces): Add.
18498         (gnus-agent-cat-groups): Use eval-and-compile, not
18499         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18500         method of gnus-agent-cat-groups even when the buffer has been
18501         evaled.
18502         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18503         delete gnus-agent-save-active-1.
18504         (gnus-agent-save-groups): Delete.  Identical to
18505         gnus-agent-save-active.
18506         (gnus-agent-write-active): No longer adjust agent's copy of active
18507         file as agent's adjustments are now stored in their own
18508         file.  Remove optional parameter.
18509         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18510         servers.  Add use of min/max range limits from server's local
18511         file.
18512         (gnus-agent-save-alist): Remove unused optional argument.
18513         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18514         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18515         (gnus-agent-set-local): A per-server file that keeps min/max range
18516         limits for articles known to the agent.  Provides a fast mechanism
18517         for altering many active ranges.
18518         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18519         active file (local makes it unnecessary).
18520         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18521
18522         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18523         (agent-enable-undownloaded-faces): Add.
18524
18525         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18526         disable it when sending to "nndraft:queue".
18527         (gnus-group-send-queue): Add safety check to avoid sending queue
18528         when unplugged.
18529
18530         * gnus-group.el (gnus-group-catchup): Use new
18531         gnus-sequence-of-unread-articles, not
18532         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18533         numbers of articles.  Use gnus-range-map to avoid having to
18534         uncompress the unread list.
18535         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18536         Fix invalid ange-ftp reference.
18537
18538         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18539         (gnus-sorted-range-intersection): Intersection of two ranges
18540         without requiring that they first be uncompressed.
18541
18542         * gnus-start.el (gnus-activate-group): Unless blocked by the
18543         caller, possibly expand the active range to include both cached
18544         and agentized articles.
18545         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18546         multiple version-dependent converters.
18547         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18548         gnus-agent-save-active.
18549         (gnus-save-newsrc-file): Save dirty agent range limits.
18550
18551         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18552         gnus-agent-possibly-alter-active.
18553         (gnus-adjust-marked-articles): Faster handling of simple lists.
18554
18555 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18556
18557         * spam-stat.el (spam-stat-test-directory): New optional argument
18558         displays a list of files detected.  Suggested by Andrew Cohen
18559         <cohen@andy.bu.edu>.
18560         (spam-stat-buffer-words-with-scores): Don't narrow and change
18561         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18562
18563 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18564
18565         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18566         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18567         (spam-spamassassin-arguments)
18568         (spam-spamassassin-spam-flag-header)
18569         (spam-spamassassin-positive-spam-flag-header)
18570         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18571         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18572         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18573         (spam-list-of-processors, spam-list-of-checks)
18574         (spam-list-of-statistical-checks, spam-registration-functions)
18575         (spam-check-spamassassin-headers, spam-check-spamassassin)
18576         (spam-spamassassin-score)
18577         (spam-spamassassin-register-with-sa-learn)
18578         (spam-spamassassin-register-spam-routine)
18579         (spam-spamassassin-register-ham-routine)
18580         (spam-assassin-register-spam-routine)
18581         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18582         (spam-bogofilter-score): Fix to show article before scoring.
18583
18584 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18585
18586         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18587         default scoring function.
18588         (spam-generic-score): Call spam-spamassassin-score if
18589         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18590         spam-bogofilter-score otherwise.
18591
18592         * gnus.el (spam-process, spam-autodetect-methods):
18593         Add spamassassin and spamassassin-headers.
18594
18595 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18596
18597         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18598         Suppress unnecessary messages.
18599
18600 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18601
18602         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18603         make-hash-table.
18604
18605 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18606
18607         * canlock.el (base64-encode-string): Don't autoload it.
18608
18609 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18610
18611         * run-at-time.el: Remove useless (require 'itimer),
18612         eval-and-compile and (featurep 'xemacs).
18613
18614 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18615
18616         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18617         GROUP is a virtual group.
18618
18619 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18620
18621         * gnus.el: Autoload `message-y-or-n-p'.
18622
18623 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18624
18625         * pgg-parse.el: Remove unnecessary (require 'custom).
18626
18627         * pgg-def.el: do.
18628
18629         * nnmail.el: do.
18630
18631         * gnus-undo.el: do.
18632
18633         * gnus-picon.el: do.
18634
18635         * gnus-util.el: do.
18636
18637 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18638
18639         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18640
18641 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18642
18643         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18644         handle, as well as a list.
18645
18646         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18647         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18648         (mm-w3m-cid-retrieve): Simplify.
18649
18650 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18651
18652         * message.el (message-kill-to-signature): Allow prefix arg to
18653         specify number of lines to keep before signature.
18654
18655 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18656
18657         * message.el (message-kill-to-signature): Change docstring.
18658
18659 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18660
18661         * canlock.el: Always require sha1-el.
18662         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18663
18664         * message.el: Autoload sha1 only when compiling.
18665
18666         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18667         eudc-expand-inline for XEmacs.
18668
18669 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18670
18671         * message.el (message-canlock-generate): Require sha1-el.
18672
18673 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18674
18675         * message.el (message-expand-name): Silence the byte compiler.
18676
18677         * lpath.el: Add detect-coding-system.
18678
18679         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18680         cus-edit.
18681
18682 2004-01-13  Simon Josefsson  <jas@extundo.com>
18683
18684         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18685         Invoke gnus-score-mode.
18686         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18687
18688         * gnus-range.el (gnus-compress-sequence): Doc fix.
18689         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18690
18691 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18692
18693         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18694
18695 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18696
18697         * spam.el (spam-get-article-as-string): Update to use
18698         gnus-request-article-this-buffer, much simpler.
18699         (spam-get-article-as-buffer): Remove.
18700
18701 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18702
18703         * message.el (message-expand-name): Use EUDC if the user uses that.
18704
18705 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18706
18707         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18708         character for the encoding to avoid consing a string.
18709
18710         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18711         unnecessarily.
18712
18713         * mm-util.el (mm-replace-chars-in-string): Remove.
18714
18715         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18716         of mm-replace-chars-in-string.
18717
18718 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18719
18720         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18721
18722         * mm-util.el (mm-subst-char-in-string): Support inplace.
18723
18724         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18725         a new string in every iteration.  Use shy groups.
18726
18727 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18728
18729         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18730         * gnus-soup.el (gnus-soup-group-brew):
18731         * gnus-msg.el (gnus-put-message):
18732         * gnus-move.el (gnus-group-move-group-to-server):
18733         * gnus-kill.el (gnus-batch-score):
18734         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18735         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18736         (gnus-group-update-group, gnus-group-read-group)
18737         (gnus-group-make-group, gnus-group-make-help-group)
18738         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18739         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18740         (gnus-group-sort-by-unread, gnus-group-catchup)
18741         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18742         (gnus-group-yank-group, gnus-group-set-info)
18743         (gnus-group-list-groups):
18744         * gnus.el (gnus-generate-new-group-name):
18745         * gnus-delay.el (gnus-delay-send-queue):
18746         * nnvirtual.el (nnvirtual-catchup-group):
18747         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18748         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18749         (gnus-group-prepare-topics, gnus-topic-check-topology):
18750         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18751         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18752         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18753         (gnus-group-make-articles-read):
18754         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18755         (gnus-group-change-level, gnus-kill-newsgroup)
18756         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18757         (gnus-get-unread-articles, gnus-make-articles-unread)
18758         (gnus-make-ascending-articles-unread): Use accessor
18759         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18760         to get group information for improved readability.
18761
18762
18763 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18764
18765         * gnus-art.el (article-decode-mime-words, article-babel)
18766         (gnus-article-highlight-signature, gnus-article-add-buttons)
18767         (gnus-signature-toggle): Use gnus-with-article-buffer.
18768
18769         * gnus-art.el (gnus-article-highlight-headers)
18770         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18771
18772         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18773         (gnus-article-set-globals, gnus-request-article-this-buffer)
18774         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18775         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18776         (gnus-mime-display-alternative): Use with-current-buffer.
18777
18778 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18779
18780         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18781         also under 80 char limit, and call gnus-error if needed.
18782         (spam-fetch-article-header): Fix - it was a
18783         buffer-local variable (gnus-newsgroup-data).
18784         (spam-find-spam): Use spam-generate-fake-headers, forget about
18785         spam-insert-fake-headers.
18786         (spam-insert-fake-headers): Remove.
18787
18788 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18789
18790         * deuglify.el (gnus-article-outlook-unwrap-lines)
18791         (gnus-outlook-rearrange-article)
18792         (gnus-outlook-repair-attribution-outlook)
18793         (gnus-outlook-repair-attribution-block)
18794         (gnus-outlook-repair-attribution-other): Remove redundant
18795         save-excursion.
18796
18797 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18798
18799         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18800         (spam-fetch-field-subject-fast)
18801         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18802         (spam-fetch-article-header): Add functions to deal with Gnus
18803         internals for fast retrieval of article header data.
18804         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18805
18806 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18807
18808         * pop3.el (pop3-md5): Remove.
18809         (pop3-apop): Replace pop3-md5 with md5.
18810
18811         * mm-bodies.el: base64 is always built-in.
18812
18813         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18814         Use with-current-buffer.
18815
18816 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18817
18818         * canlock.el (canlock-insert-header): Remove excessive grouping in
18819         regexp.
18820
18821         * gnus-sum.el (gnus-summary-read-document): Ditto.
18822
18823         * gnus-uu.el (gnus-uu-part-number): Ditto.
18824
18825         * html2text.el (html2text-remove-tags): Ditto.
18826         (html2text-format-tags): Ditto.
18827         (html2text-format-single-elements): Ditto.
18828
18829         * mml.el (mml-parse-1): Ditto.
18830
18831 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18832
18833         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18834
18835         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18836
18837         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18838
18839         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18840
18841 2003-11-15  Simon Josefsson  <jas@extundo.com>
18842
18843         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18844         (pgg-gpg-lookup-key): Use regexp match instead of
18845         split-string (split-string is different between emacs 21.2 and
18846         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18847
18848 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18849
18850         * gnus-art.el (gnus-mime-view-all-parts)
18851         (gnus-article-part-wrapper, gnus-article-view-part):
18852         Use with-current-buffer.
18853
18854 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18855
18856         * spam.el (spam-disable-spam-split-during-ham-respool)
18857         (spam-spamoracle-database, spam-cache-lookups)
18858         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18859         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18860         (spam-group-ham-marks, spam-group-spam-marks)
18861         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18862         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18863         also add spam-use-blackholes to the statistical checks.
18864         (spam-fetch-field-fast): Add interface to fetching fields, may
18865         become a macro.
18866         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18867         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18868         (spam-insert-fake-headers): Fake an article when needed.
18869         (spam-find-spam): Fake article when possible.
18870         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18871         (spam-check-bogofilter-headers): Use message-fetch-field instead
18872         of nnmail-fetch-field.
18873
18874 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18875
18876         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18877
18878 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18879
18880         * spam.el (spam-split): Do not require spam-use-CHECK to be
18881         enabled if that check is passed to spam-split explicitly; also
18882         fix so 'spam doesn't get converted to spam-split-group when
18883         spam-split-symbolic-return is t.
18884         (spam-find-spam): Find registrations of the article and use those
18885         instead of re-running spam-split to find the spam/ham
18886         classification of the article.
18887         (spam-log-processing-to-registry, spam-log-registered-p)
18888         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18889         Use gnus-error instead of gnus-message.
18890         (spam-log-registration-type): Add function to determine the
18891         classification of a message based on registry entries; will
18892         return nil if both 'spam and 'ham are found.
18893         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18894         a reasonably fast local cache without the loading errors.
18895         (spam-cache-lookups): Set to t by default.
18896         (spam-find-spam): Don't try to guess spam-cache-lookups.
18897         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18898         spam-caches entry.
18899         (spam-filelist-build-cache, spam-filelist-check-cache):
18900         Fix caching of whitelist/blacklist entries.
18901         (spam-check-whitelist, spam-check-blacklist):
18902         Invoke spam-from-listed-p with a type, not a cache variable.
18903         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18904
18905 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18906
18907         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18908
18909         * nnmail.el (nnmail-split-fancy): do.
18910
18911         * mml.el (mml-parse): do.
18912
18913         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18914         (gnus-score-adaptive): do.
18915
18916 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18917
18918         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18919         (gnus-mime-button-map): Don't set keymap parent.
18920         (gnus-button-ctan-directory-regexp): Use shy grouping.
18921         (gnus-prev-page-map): Don't set keymap parent.
18922         (gnus-prev-page-map): Remove duplicated one.
18923         (gnus-next-page-map): Don't set keymap parent.
18924         (gnus-mime-security-button-map): Ditto.
18925
18926         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18927         version number.
18928
18929         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18930
18931 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18932
18933         * canlock.el (canlock-sha1-function): Remove.
18934         (canlock-sha1-function-for-verify): Remove.
18935         (canlock-openssl-program): Remove.
18936         (canlock-openssl-args): Remove.
18937         (canlock-ignore-errors): Remove.
18938         (canlock-sha1-with-openssl): Remove.
18939         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18940         (canlock-verify): Don't use canlock-ignore-errors.
18941
18942         * sha1-el.el (sha1-string-external): Make it can return a string
18943         in binary form.
18944         (sha1-region-external): Ditto.
18945         (sha1-string-internal): Ditto.
18946         (sha1-region-internal): Ditto.
18947         (sha1-region): Ditto.
18948         (sha1-string): Ditto.
18949         (sha1): Ditto.
18950
18951 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18952
18953         * spam.el (spam-report-articles-gmane): New command.
18954
18955 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18956
18957         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18958
18959         * run-at-time.el (run-at-time-saved): Remove.
18960         (run-at-time): Doc fix.
18961
18962 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18963
18964         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18965         (gnus-summary-limit-map): Add it.
18966         (gnus-summary-make-menu-bar): do.
18967
18968 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18969
18970         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18971         Make attempt at some caching support (done for BBDB only now).
18972         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18973         addresses to be checked.
18974         (spam-clear-cache-BBDB): Add function, to be invoked by
18975         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18976         (spam-check-BBDB): Check and use the caches, if
18977         spam-cache-lookups is on, remove superfluous (provide).
18978
18979 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18980
18981         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18982
18983 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18984
18985         * run-at-time.el (run-at-time-saved): Move to after the definition
18986         of `run-at-time'.
18987
18988         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18989
18990 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18991
18992         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18993         mm-w3m-local-map-property.
18994
18995         * mm-view.el (mm-w3m-mode-map): Remove.
18996         (mm-w3m-local-map-property): Remove.
18997         (mm-inline-text-html-render-with-w3m): Don't use
18998         mm-w3m-local-map-property.
18999
19000 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19001
19002         * run-at-time.el: New file.
19003
19004         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19005         under Emacs.
19006
19007         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19008         of gnus-set-text-properties.
19009
19010         * gnus-uu.el (gnus-uu-save-article): Ditto.
19011
19012         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19013
19014         * gnus-cite.el (gnus-cite-parse): Ditto.
19015
19016         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19017         of gnus-.
19018
19019         * gnus-xmas.el (run-at-time): Require run-at-time.
19020
19021         * gnus.el: Change calls to nnheader-run-at-time and
19022         password-run-at-time throughout to use run-at-time directly.
19023
19024         * password.el: Remove definition of run-at-time.
19025
19026         * nnheaderxm.el: Remove definition of run-at-time.
19027
19028 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19029
19030         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19031         in prompt.
19032
19033 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19034
19035         * messagexmas.el (message-xmas-redefine): Alias
19036         `message-make-caesar-translation-table' to
19037         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19038         version.
19039
19040         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19041         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19042         `gnus-xmas-set-text-properties'.
19043         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19044         `gnus-xmas-completing-read'.
19045         (gnus-xmas-completing-read): Removed.
19046         (gnus-xmas-open-network-stream): Removed.
19047
19048         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19049         XEmacs version.
19050
19051         * dns.el (dns-make-network-process): Use `open-network-stream'
19052         instead of `gnus-xmas-open-network-stream'.
19053
19054         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19055
19056         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19057
19058 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19059
19060         * gnus-art.el (gnus-mime-display-alternative)
19061         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19062         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19063         Don't use gnus-local-map-property.
19064
19065         * gnus-util.el (gnus-local-map-property): Remove.
19066
19067         * mm-view.el (mm-view-pkcs7-decrypt):
19068         Replace gnus-completing-read-maybe-default with completing-read.
19069
19070         * gnus-util.el (gnus-completing-read): do.
19071         (gnus-completing-read-maybe-default): Remove.
19072
19073 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19074
19075         * password.el: Only autoload `run-at-time' if not XEmacs.
19076         Only autoload the itimer functions if XEmacs.
19077
19078 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19079
19080         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19081         XEmacsen.
19082
19083         * dgnushack.el: Autoload executable-find for XEmacs.
19084
19085 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19086
19087         * gnus-art.el (gnus-read-string): Remove.
19088         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19089         read-string.
19090
19091 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19092
19093         * netrc.el: Autoload password-read.
19094         (netrc): Add configuration group.
19095         (netrc-encoding-method, netrc-openssl-path):
19096         Add variables for encoding and decoding of files with symmetric
19097         ciphers.
19098         (netrc-encode): Add assistant function to encode a file with
19099         netrc-encoding-method.
19100         (netrc-parse): Add interactive parameter, added optional
19101         decoding if netrc-encoding-method is non-nil but otherwise
19102         behavior is standard.
19103         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19104         Do s/encode/encrypt/ everywhere.
19105
19106         * spam.el: Remove executable-find autoload.
19107
19108 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19109
19110         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19111
19112         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19113
19114 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19115
19116         * gnus-art.el (gnus-treat-ansi-sequences)
19117         (article-treat-ansi-sequences): New variable and function.
19118         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19119
19120         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19121         Use it.
19122
19123 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19124
19125         * mm-util.el (mm-quote-arg): Remove.
19126
19127         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19128         shell-quote-argument.
19129
19130         * gnus-uu.el (gnus-uu-command): do.
19131
19132         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19133
19134         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19135         with make-char.
19136
19137         * mm-util.el (mm-make-char): Remove.
19138
19139         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19140         add-minor-mode.
19141
19142         * gnus-undo.el (gnus-undo-mode): do.
19143
19144         * gnus-topic.el (gnus-topic-mode): do.
19145
19146         * gnus-sum.el (gnus-dead-summary-mode): do.
19147
19148         * gnus-start.el (gnus-slave-mode): do.
19149
19150         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19151
19152         * gnus-ml.el (gnus-mailing-list-mode): do.
19153
19154         * gnus-gl.el (gnus-grouplens-mode): do.
19155
19156         * gnus-draft.el (gnus-draft-mode): do.
19157
19158         * gnus-dired.el (gnus-dired-mode): do.
19159
19160         * gnus-ems.el (gnus-add-minor-mode): Remove.
19161
19162         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19163         Replace gnus-char-width with char-width.
19164
19165         * gnus-ems.el (gnus-char-width): Remove.
19166
19167         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19168         Replace gnus-char-width with char-width.
19169
19170         * gnus-ems.el (gnus-char-width): Remove.
19171
19172         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19173         definition.
19174         Remove Emacs 20 hash table compatibility code.
19175
19176         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19177         20 compatibility code.
19178
19179         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19180
19181         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19182
19183         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19184         Replace with point-at-{eol,bol}.
19185
19186         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19187
19188         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19189
19190         * flow-fill.el (fill-flowed-point-at-bol)
19191         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19192
19193         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19194         Replace with point-at-{eol,bol} throughout all files.
19195
19196 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19197
19198         * ntlm.el (ntlm-string-as-unibyte): New macro.
19199         (ntlm-build-auth-response): Use it.
19200
19201         Remove Emacs 20 stuff:
19202         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19203         (butlast, mapc, remove): Remove the compiler macros.
19204         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19205         of delq and copy-sequence.
19206         * gnus-art.el (popup-menu): Remove the compiler macro.
19207         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19208         Emacs 20.
19209
19210 2004-01-05  Simon Josefsson  <jas@extundo.com>
19211
19212         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19213         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19214         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19215         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19216         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19217         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19218         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19219         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19220         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19221         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19222         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19223         string-xor into ntlm-string-xor.
19224         Suggested by Jesper Harder <harder@myrealbox.com>.
19225
19226         * ntlm.el: Don't include poem.
19227
19228         * md4.el (print-int32, print-string-hexa): Remove.
19229         Suggested by Jesper Harder <harder@myrealbox.com>.
19230
19231         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19232
19233         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19234         probably breaks emacs with DL patch, but do we care? Is anyone
19235         still using the DL stuff?)
19236
19237         * sieve-manage.el: Use the password package.
19238         (sieve-manage-read-passwd): Remove.
19239         (sieve-manage-interactive-login): Use password.  Re-add
19240         condition-case around loop.
19241
19242         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19243         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19244         Use the password package.
19245
19246 2003-02-19  Simon Josefsson  <jas@extundo.com>
19247
19248         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19249         token.
19250
19251 2002-08-07  Simon Josefsson  <jas@extundo.com>
19252
19253         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19254         (sieve-manage-authenticators):
19255         (sieve-manage-authenticator-alist): Add some SASL mechs.
19256         (sieve-sasl-auth): New function.
19257         (sieve-manage-cram-md5-auth):
19258         (sieve-manage-plain-auth): Rewrite using SASL library.
19259         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19260         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19261         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19262         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19263
19264 2004-01-05  Simon Josefsson  <jas@extundo.com>
19265
19266         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19267         New files.
19268
19269 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19270
19271         * gnus-group.el (gnus-no-groups-message): Update.
19272
19273         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19274
19275 2003-11-09  Simon Josefsson  <jas@extundo.com>
19276
19277         * imap.el: Support for ID IMAP extension (RFC 2971).
19278         (imap-local-variables): Add imap-id.
19279         (imap-id): New variable.
19280         (imap-id): New function.
19281         (imap-parse-response): Parse untagged ID response.
19282         * nnimap.el (nnimap-id): New variable.
19283         (nnimap-open-connection): Use it.
19284
19285 2003-12-28  Simon Josefsson  <jas@extundo.com>
19286
19287         * gnus-score.el (gnus-score-edit-all-score): New.
19288         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19289
19290 2004-01-04  Simon Josefsson  <jas@extundo.com>
19291
19292         * password.el: Add.
19293
19294 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19295
19296         * dns.el (dns-query-types): Fix typo.
19297         (dns-query-types): New function.
19298         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19299         PTR and SOA replies, see RFC 1035.
19300
19301 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19302
19303         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19304
19305         * Move to Changelog.2.
19306
19307 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19308
19309         * gnus.el (gnus-version-number): Bump version.
19310
19311 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19312
19313         * gnus.el: No Gnus v0.1 is released.
19314
19315 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19316
19317         * gnus.el: No Gnus v0.0 is released.
19318
19319 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19320
19321         * gnus.el (gnus-version-number): Bump.
19322         (gnus-version): No.
19323
19324 See ChangeLog.2 for earlier changes.
19325
19326     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19327       Free Software Foundation, Inc.
19328
19329   This file is part of GNU Emacs.
19330
19331   GNU Emacs is free software: you can redistribute it and/or modify
19332   it under the terms of the GNU General Public License as published by
19333   the Free Software Foundation, either version 3 of the License, or
19334   (at your option) any later version.
19335
19336   GNU Emacs is distributed in the hope that it will be useful,
19337   but WITHOUT ANY WARRANTY; without even the implied warranty of
19338   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19339   GNU General Public License for more details.
19340
19341   You should have received a copy of the GNU General Public License
19342   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19343
19344 ;; Local Variables:
19345 ;; coding: utf-8
19346 ;; fill-column: 79
19347 ;; add-log-time-zone-rule: t
19348 ;; End: