(gnus-summary-articles-in-thread): Fix a bug that causes this function to return...
[gnus] / lisp / ChangeLog
1 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2
3         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
4         this function to return incorrect results when calling it with an
5         explicit article argument different from
6         (gnus-summary-article-number).
7
8 2010-11-24  Julien Danjou  <julien@danjou.info>
9
10         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
11         (shr-tag-body): Add background support.
12         (shr-descend): Add background support.
13         (shr-tag-title): Add.
14
15         * shr-color.el (shr-color-visible): Really return original background
16         if fixed.
17
18 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19
20         * shr.el (shr-color-check): Protect against non-existant colour names.
21
22 2010-11-24  Julien Danjou  <julien@danjou.info>
23
24         * color-lab.el: Require 'cl when compiling.
25
26         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
27
28         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
29         matched part.
30
31         * color-lab.el: Fix all expt calls to use float type.
32
33 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
34
35         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
36         expression to shr-color-check as is.
37
38         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
39
40         * color-lab.el: Add coding cookie.
41         (float-pi): Use eval-and-compile.
42
43         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
44         compiled for Emacsen having no `libxml-parse-html-region' support.
45
46 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
47
48         * shr.el (shr-insert-color-overlay): Split stuff like
49         "#444444 !important" to find the real colour.
50         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
51         parse <font color="red"> entries.
52
53 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
54
55         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
56         point when parsing headers.
57
58         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
59         is positioned properly when parsing headers.
60
61 2010-11-23  Julien Danjou  <julien@danjou.info>
62
63         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
64
65         * shr-color.el (shr-color->hexadecimal): Add support for color names.
66
67         * shr.el (shr-parse-style): Replace \n with space in style parsing.
68
69         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
70         shr-color-hue-to-rgb.
71         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
72
73 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
74
75         * shr.el (shr-color->hexadecimal): Autoload.
76         (shr-descend): Add color to all tags.
77
78 2010-11-22  Julien Danjou  <julien@danjou.info>
79
80         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
81         shr-color->hexadecimal.
82
83         * shr-color.el (shr-color->hexadecimal): Add converting functions for
84         RGB() or HSL() color representation.
85
86         * shr.el (shr-tag-font): Add.
87         (shr-tag-color-check): New function to get better colors.
88         (shr-tag-insert-color-overlay): Factorize code between tag-font and
89         tag-span.
90
91         * shr-color.el: New file.
92
93         * color-lab.el: New file.
94
95         * gnus-art.el (gnus-url-mailto): Do not downcase args.
96
97 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
98
99         * nnir.el: Fix typo in comments.
100         (nnir-run-imap): Simplify code. No need to reverse artlist.
101         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
102
103 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
104
105         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
106
107         * nnimap.el (nnimap-get-capabilities): Refactor out.
108         (nnimap-open-connection): Re-request capabilities after STARTTLS.
109
110 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
111
112         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
113         appearing when `mm-uu-hide-markers' is nil.
114
115 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
116
117         * nnimap.el (nnimap-unselect-group): Make into its own function.
118         (nnimap-request-rename-group): Unselect group before renaming.
119         This had gotten lost somewhere.
120         (nnimap-request-accept-article): Keep track of examined groups, and
121         unselect the group before APPENDing to read-only groups.
122         (nnimap-request-move-article): Clear flags before moving so that they
123         can be re-set later.
124
125 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
126
127         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
128         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
129
130 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
131
132         * gnus-art.el (gnus-mime-display-single)
133         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
134         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
135         parameter.
136
137 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
138
139         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
140         (shr-table-vertical-line): New variable.
141         (shr-insert-table): Use it.
142
143 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
144
145         * gnus-html.el (gnus-html-wash-images): Don't display images if
146         gnus-inhibit-images is non-nil; register displayer for cid images.
147         (gnus-html-display-image): Work for cid image.
148         (gnus-html-insert-image): Allow arguments.
149         (gnus-html-put-image): Inhibit read-only.
150         (gnus-html-prefetch-images): Don't prefetch images if
151         gnus-inhibit-images is non-nil.
152
153 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
154
155         * shr.el (shr-put-image): Break lines when inserting big pictures.
156
157 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
158
159         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
160         sender, thanks Katsumi Yamaoka.
161
162 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
163
164         * nnir.el (nnir-run-imap): Reverse the article list for each group
165         rather than the whole list.
166
167 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
168
169         * shr.el (shr-image-displayer): Protect function against non-existent
170         image source.
171
172         * gnus-art.el (gnus-inhibit-images): New user option.
173         (gnus-mime-display-single): Don't display image if it is non-nil.
174
175         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
176         gnus-inhibit-images.
177
178         * shr.el (shr-image-displayer): New function.
179         (shr-tag-img): Use it.
180
181 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
182
183         * mml2015.el (mml2015-epg-sign): Use From header.
184
185 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
186
187         * gnus-html.el (gnus-html-wash-images): Register a displayer.
188
189         * gnus-util.el (gnus-find-text-property-region): Return markers.
190
191         * shr.el (shr-tag-img): Put a displayer in the text property.
192
193         * gnus-util.el (gnus-find-text-property-region): New utility function.
194
195         * gnus-html.el (gnus-html-display-image): Make the alt optional.
196         (gnus-html-show-images): Remove.
197
198         * gnus-art.el (gnus-article-show-images): New, more general function.
199
200         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
201         image url text properties.
202
203         * shr.el: Ditto.
204
205         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
206         gnus-agent-auto-agentize-methods is set.  Which it isn't.
207
208 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
209
210         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
211         work for two or more articles.
212
213 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
214
215         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
216         divide an image that's in an html article to two or more when washing
217         non-ASCII characters in alt text of it.
218
219 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
220
221         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
222         smime-decrypt-region using function argument.
223         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
224
225         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
226
227         * smime.el (smime-decrypt-region): Catch it.
228
229 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
230
231         * smime.el (smime-mode-map): Move initialization into declaration.
232         (gnus-run-mode-hooks): Don't autoload.
233         (smime-mode): Use define-derived-mode.
234
235 2010-11-11  Glenn Morris  <rgm@gnu.org>
236
237         * smime.el (from): Restrict declaration to XEmacs.
238
239         * nnir.el (gnus-group-topic-name): Autoload.
240
241 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
242
243         * shr.el (shr-insert): Don't break long line if it is because of
244         kinsoku-bol characters in the line end.
245
246 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
247
248         * nnir.el (nnir-request-move-article): Fix to provide original group
249         and subject.
250         (nnir-warp-to-article): Don't fail on articles whose headers haven't
251         been retrieved.
252
253         * gnus-sum.el (gnus-summary-move-article): Use original group and
254         subject for virtual articles such as those in an nnir summary buffer.
255
256 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
257
258         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
259         least 21.5).
260
261         * smime.el (from): Declare it again for XEmacs.
262
263 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264
265         * message.el (message-resend): Don't disable encoding unless it's
266         already encoded.
267
268         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
269         low-numbered articles.
270
271 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
272
273         * rfc2047.el (rfc2047-syntax-table): Simplify.
274
275         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
276
277         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
278         set-char-table-range for XEmacs.
279
280 2010-11-10  Glenn Morris  <rgm@gnu.org>
281
282         * time-date.el (time-to-seconds): Always an alias on Emacs,
283         never a real function.
284         (with-no-warnings): Remove compat stub, now unused.
285         (time-less-p): Doc fix.
286         (time-to-number-of-days): Simplify.
287
288         * smime.el (from): Remove unused declaration.
289
290         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
291         (gnus-float-time): On Emacs, always an alias.
292
293         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
294         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
295
296 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
297
298         * dgnushack.el: Don't use ignore-errors in the top level form since it
299         is unavailable in XEmacs even if cl is loaded.
300
301         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
302
303 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
304
305         * shr.el (browse-url-mailto): Autoload.
306
307         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
308
309         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
310         regexp doesn't need quoting.
311
312 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
313
314         * message.el (message-subject-trailing-was-ask-regexp)
315         (message-subject-trailing-was-regexp): Match was: in addition to was.
316
317 2010-11-09  Glenn Morris  <rgm@gnu.org>
318
319         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
320         (nnbabyl-check-mbox): Use point-at-bol.
321
322 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
323
324         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
325
326         * message.el (message-mailto): New function.
327         (message-mailto): Should accept other parameters.
328         (message-mailto): Remove since it duplicates browse-url-mailto
329         functionality.
330
331 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
332
333         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
334         methods.
335         (gnus-read-active-file): Ditto.
336
337         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
338         ": " from the prompt.
339         (gnus-group-make-group): Ditto.
340
341 2010-11-07  Glenn Morris  <rgm@gnu.org>
342
343         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
344         (gnus-bookmark-kill-line): Use point-at-eol.
345
346 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
347
348         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
349         asterisks in From header.
350
351 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
352
353         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
354         string to avoid making the From headers syntactically invalid.
355
356         * message.el (message-send-mail): Don't insert courtesy messages if the
357         message already has List-Post and List-ID messages.
358
359 2010-11-06  Glenn Morris  <rgm@gnu.org>
360
361         * gnus-art.el (gnus-treat-article): Give dynamic local variables
362         `condition', `type', `length' a prefix.
363         (gnus-treat-predicate): Update for above name changes.
364
365 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
366
367         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
368         binding.  Handled by `gnus-summary-refer-thread' instead.
369         (nnir-warp-to-article): New backend function.
370
371         * nnimap.el (nnimap-request-thread): Force dependency updating.
372
373         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
374         (gnus-summary-refer-thread): Rework to improve thread-referral.
375
376         * gnus-int.el (gnus-warp-to-article): New function.
377
378         * gnus-sum.el (gnus-summary-article-map): Bind it.
379
380 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
381
382         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
383         gnus-summary-refer-thread.
384
385         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
386         headers.
387         (gnus-summary-limit-include-thread): Prevent articles in thread from
388         being cut in gnus-cut-threads.
389         (gnus-summary-refer-thread): Limit retrieved headers to those in
390         thread.
391
392 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
393
394         * message.el (message-send-mail): Use the value of
395         message-courtesy-message from the message buffer.
396
397         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
398
399         * shr.el (shr-browse-url): Implement mailto: URLs.
400
401         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
402         "raw".
403
404         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
405         if it's already selected.
406
407         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
408
409 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
410
411         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
412         to measure the length and truncate alt text.
413
414 2010-11-03  Glenn Morris  <rgm@gnu.org>
415
416         * nndiary.el (nndiary-generate-nov-databases-1)
417         (nndiary-generate-active-info): Rename dynamic variable `files' to
418         something less generic.
419
420 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
421
422         * nnir.el (nnir-request-move-article): Call the underlying backend to
423         move articles from nnir.
424
425 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
426
427         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
428
429 2010-11-02  Julien Danjou  <julien@danjou.info>
430
431         * nnir.el: Remove wais support.
432
433 2010-11-02  Glenn Morris  <rgm@gnu.org>
434
435         * gnus-html.el: Reorder requirements to quieten compiler.
436
437 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
438
439         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
440         properly for XEmacs as well.
441         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
442         (gnus-article-natural-long-line-p): Use window-width rather than
443         frame-width.
444
445 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
446
447         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
448         (nnir-read-parms): Don't modify query.
449         (nnir-run-query): Add ability to search topic on current line.
450         (nnir-get-active): Clean up.
451
452 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
453
454         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
455         degenerate articles.
456
457         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
458         (gnus-print-buffer): Just print the buffer as is, without any copying
459         to a buffer and then re-highlighting.
460
461         * nnimap.el (nnimap-request-group): Store the new updated info.
462         (nnimap-request-group): Select the group when we don't know whether it
463         exists or not.
464
465         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
466         groups.
467
468         * gnus-group.el (gnus-group-find-new-groups): Display all the new
469         groups.
470
471         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
472         groups.
473
474         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
475         long-lines case by only filling the long lines.
476
477         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
478         (bug #7311).
479
480 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
481
482         * shr.el: No need to declare `declare-function' since shr.el is for
483         only Emacsen that provide `libxml-parse-html-region'.
484
485         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
486         effective only in a file it is referred to.
487
488 2010-11-01  Glenn Morris  <rgm@gnu.org>
489
490         * mm-util.el (gnus-completing-read): Autoload.
491         (mm-read-coding-system): Simplify Emacs definition.
492
493         * nnmail.el (gnus-activate-group):
494         * nnimap.el (gnutls-negotiate):
495         * nntp.el (netrc-parse): Fix declarations.
496
497 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
500         string-match-p in Emacs >=23.
501
502         * gnus-msg.el (gnus-configure-posting-styles)
503         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
504
505 2010-11-01  Glenn Morris  <rgm@gnu.org>
506
507         * nnir.el (declare-function): Add compat stub.
508         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
509         (nnir-run-gmane): Require 'mm-url.
510
511         * mm-util.el (mm-string-to-multibyte): Simplify.
512
513         * shr.el (declare-function): Add compat stub.
514         (url-cache-create-filename): Declare.
515         (mm-disable-multibyte, widget-convert-button): Autoload.
516
517         * smime.el (ldap-search): Declare.
518         (smime-cert-by-ldap-1): Require ldap on Emacs.
519
520         * nnimap.el: Require nnmail, and gnus-sum when compiling.
521         (nnimap-keepalive): Use gnus-float-time.
522
523         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
524         (mail-source-delete-crash-box): Use gnus-float-time.
525
526         * gnus-dired.el (gnus-completing-read): Autoload.
527
528         * mm-view.el (gnus-rescale-image): Autoload.
529
530         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
531
532         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
533
534         * sieve-manage.el: Require 'cl when compiling.
535
536         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
537         (gnus-iswitchb-completing-read): Require iswitchb.
538         (gnus-select-frame-set-input-focus): Silence compiler.
539
540 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
541
542         * message.el (message-subject-trailing-was-query): Change default to t,
543         since I think that's what most people want.
544
545         * nnimap.el (nnimap-request-accept-article): Erase buffer before
546         appending for easier debugging.
547         (nnimap-wait-for-connection): Take a regexp.
548         (nnimap-request-accept-article): Wait for the continuation line before
549         sending anything unless we're streaming.
550
551         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
552         leave the header washing to take place.
553
554 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
555
556         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
557         regular expression match and replace in posting styles.
558
559 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
560
561         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
562         an entire server.
563         (nnir-get-active): New function.
564         (nnir-run-imap): Use it.
565         (nnir-run-gmane): Who knew, gmane search returns an article score!
566
567         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
568         server on the current line with nnir.
569
570 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
571
572         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
573         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
574         left edge.
575         (gnus-article-foldable-buffer): Skip past the prefix when determining
576         raggedness.
577
578         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
579         the raw article, and change `C-u g' to show the article without doing
580         treatments.
581
582         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
583         on to `gnus-treat-article'.
584         (gnus-inhibit-article-treatments): New variable.
585
586         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
587
588         * gnus-art.el (gnus-treatment-function-alist): Have
589         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
590         (gnus-treat-fill-long-lines): Change default to fill all text/plain
591         sections.
592
593         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
594         parameter.
595         (gnus-article-fill-cited-long-lines): New function.
596         (gnus-article-fill-cited-article): Allow filling only long sections.
597
598         * shr.el (shr-find-fill-point): Don't break lines between punctuation
599         and non-punctuation (like after the apostrophe in "'We").
600
601         * gnus-sum.el (gnus-summary-select-article): Make sure
602         gnus-original-article-buffer is alive.
603
604         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
605         reflect the order they're in in the digest.
606
607         * gnus.el (gnus-group-startup-message): Move point to the start of the
608         buffer.
609
610         * nnimap.el (nnimap-capability): New function.
611         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
612         is set.
613
614 2010-10-31  David Engster  <dengste@eml.cc>
615
616         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
617         conform with changes to gnus-completing-read.
618
619 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
620
621         * shr.el (shr-tag-img): Output "*" instead of "[img]".
622
623 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
624
625         * nnir.el: Move defvar, defcustom around to keep file organized
626         and keep byte-compiler quiet.
627         (nnir-read-parms): Accept search-engine as arg.
628         (nnir-run-query): Pass search-engine as arg.
629         (nnir-search-engine): Remove.
630
631 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
632
633         * shr.el (shr-generic): The text nodes should be text, not :text.
634
635         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
636         later in the file.
637
638 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
639
640         * nnir.el: General clean up.  Allow searching with multiple engines.
641         Allow separate extra-parameters for each engine.
642         Batch queries when possible.
643         (nnir-imap-default-search-key,nnir-method-default-engines):
644         Add customize interface.
645         (nnir-run-gmane): New engine.
646         (nnir-engines): Use it.  Qualify all prompts with engine name.
647         (nnir-search-engine): Remove global variable.
648         (nnir-run-hyrex): Restore for now.
649         (nnir-extra-parms,nnir-search-history): New variables.
650         (gnus-group-make-nnir-group): Use them.
651         (nnir-group-server): Remove in favor of gnus-group-server.
652         (nnir-request-group): Avoid searching twice.
653         (nnir-sort-groups-by-server): New function.
654
655 2010-10-30  Julien Danjou  <julien@danjou.info>
656
657         * gnus-group.el: Remove gnus-group-fetch-control.
658
659         * gnus-start.el (gnus-find-new-newsgroups):
660         Remove gnus-check-first-time-used.
661
662         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
663
664 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
665
666         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
667         set on groups that don't have \* permanentflags.
668
669 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
670
671         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
672         control the background color.
673         (shr-tag-img): Ignore very small web bug type images.
674         (shr-put-image): Add help-echo alt texts to the images.
675         (shr-tag-video): Show the video poster image.
676
677 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
678
679         * shr.el (shr-table-depth): New variable.
680         (shr-tag-table-1): Only insert the images after the top-level table.
681
682         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
683
684         * gnus-util.el (gnus-list-memq-of-list): New function.
685
686         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
687         selected.
688         (nnimap-unsplittable-articles): New slot.
689         (nnimap-new-articles): Use it.
690
691 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
692
693         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
694         move to the previous line on `M-g'.
695
696 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
697
698         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
699         *-request-group, which seems unnecessary.
700
701         * nnimap.el (nnimap-quote-specials): Function copied over from
702         imap.el.
703         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
704         they support that.  Suggested by Tom Regner.
705
706 2010-10-29  Julien Danjou  <julien@danjou.info>
707
708         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
709         defalias.
710         (gnus-summary-delete-marked-with): Remove obsolete defalias.
711
712         * gnus.el: Remove `gnus-nntp-service' variable.
713         (gnus-secondary-servers): Make obsolete.
714         (gnus-nntp-server): Make obsolete.
715
716         * gnus-start.el (gnus-1): Remove x-splash calls.
717
718         * gnus-ems.el (gnus-x-splash): Remove.
719
720         * gnus.el (gnus-group-startup-message): Simplify/update code.
721
722         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
723         definition.
724
725         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
726         capability before doing anything.
727         (gnus-group-insert-group-line): Remove useless
728         gnus-group-remove-excess-properties.
729
730 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
731
732         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
733
734 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
735
736         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
737         config after reselecting.
738
739 2010-10-28  Julien Danjou  <julien@danjou.info>
740
741         * shr.el (shr-put-image): Use point even if only inserting text.
742         (shr-put-image): Save excursion when inserting alt text on non-graphic
743         display, so the behaviour is the same when we are on a graphic display.
744
745         * nnir.el (nnir-run-swish-e): Remove hyrex support.
746
747 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
748
749         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
750         (gnus-mime-copy-part): Check coding system, not charset.
751         (gnus-mime-view-part-externally): Never remove part.
752         (gnus-mime-view-part-internally): Don't remove part here.
753         (gnus-article-part-wrapper): Make sure MIME tag is visible.
754         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
755         multipart/alternative.
756
757         * mm-decode.el (mm-display-part): Take optional arg `force'.
758
759 2010-10-26  Julien Danjou  <julien@danjou.info>
760
761         * gnus-group.el (gnus-group-default-list-level): Add this function to
762         compute the default list level.
763         (gnus-group-default-list-level): Add possibility to use a function.
764
765 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
766
767         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
768
769         * gnus-group.el (gnus-group-completing-read)
770         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
771         gnus-replace-in-string.
772
773 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
774
775         * shr.el (shr-tag-div): Add.
776
777         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
778
779 2010-10-25  Julien Danjou  <julien@danjou.info>
780
781         * gnus-util.el: Remove `gnus-with-local-quit'.
782
783         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
784
785 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
786
787         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
788         the original article buffer.
789
790 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
791
792         * nnimap.el (nnimap-request-head): New function.
793         (nnimap-request-move-article): Try to be slighly faster by not
794         requesting the entire message when moving.
795         (nnimap-transform-headers): Don't bug out on bodiless articles.
796         (nnimap-send-command): Have no outstanding messages if the IMAP server
797         doesn't support streaming.
798         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
799
800 2010-10-24  Julien Danjou  <julien@danjou.info>
801
802         * message.el (message-default-headers): Fix type.
803
804 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
805
806         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
807         prefetching images.
808
809         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
810         backend for unknown groups.  This is mainly useful for nnimap groups.
811
812         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
813         group isn't covered by the agent.
814
815 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
816
817         * nnir.el (nnir-method-default-engines): New variable.
818         (nnir-run-query): Use it.
819         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
820         (gnus-summary-nnir-goto-thread): Change group if needed.
821
822         * gnus-group.el (gnus-group-group-map): Add key binding for
823         gnus-group-make-nnir-group.
824
825 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
826
827         * shr.el (shr-tag-object): Add.
828
829         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
830         original article buffer live.
831         (gnus-summary-select-article-buffer):
832         Mention gnus-widen-article-buffer.
833
834 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
835
836         * shr.el (shr-tag-strong): Add.
837
838 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
839
840         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
841         group names.  They mess up the group buffer badly.
842
843         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
844
845         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
846         instead of the summary one.
847
848 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
849
850         * mml.el (mml-preview): Work properly when editing article.
851
852         * gnus-start.el (gnus-read-active-file-1): Don't add method to
853         gnus-have-read-active-file if it's already been in.
854
855 2010-10-22  Tom Tromey  <tromey@redhat.com>
856
857         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
858         gnus-group-completing-read.
859
860 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
861
862         * message.el (message-mode-map): Don't bind M-; to comment region, to
863         allow the global comment-dwim to work.
864
865 2010-10-21  Julien Danjou  <julien@danjou.info>
866
867         * message.el (message-setup-1): Allow message-default-headers to be a
868         function.
869
870 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
871
872         * shr.el (shr-tag-table): Simplify.
873
874 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
875
876         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
877         to avoid trying to snarf invalid stuff.
878
879         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
880
881         * gnus.el (gnus-message-archive-group): Quote value.
882         (gnus-message-archive-group): Mark as changed.
883
884         * shr.el (shr-add-font): Don't put the font properties on the newline
885         or the indentation.
886
887         * message.el (message-fix-before-sending): Change options when sending
888         non-printable characters.
889
890         * gnus.el (gnus-message-archive-method): Change the default to
891         monthly outgoing groups.
892
893         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
894         that have gotten new numbers.
895
896         * nnimap.el (nnimap-request-replace-article): New function.
897
898 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
899
900         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
901         (nnrss-request-article): Don't use special html washing code.
902
903 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
904
905         * shr.el (shr-tag-table): Remove useless nconc.
906
907 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
908
909         * gnus-art.el (article-wash-html): Simplify and remove the charset
910         stuff.  Use the normal html rendering code instead of the special html
911         washing code.
912
913         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
914         `gnus-w3m' symbols.
915         (mm-text-html-washer-alist): Remove.
916
917         * mm-decode.el (mm-inline-text-html-renderer): Remove.
918         (mm-inline-media-tests): Remove use.
919         (mm-text-html-renderer): Change default to the `shr' symbol.
920
921         * mm-view.el (mm-inline-text-html): Remove use.
922
923         * gnus-art.el (gnus-blocked-images): New function.  Allow the
924         `gnus-blocked-images' to be a function.
925         (gnus-article-wash-function): Remove.
926
927 2010-10-20  Julien Danjou  <julien@danjou.info>
928
929         * spam.el (spam-list-of-processors): Mark as obsolete.
930
931         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
932         (nnimap-insert-partial-structure): Fix boundary detection.
933
934 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
935
936         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
937         run file-truename on remote files.  This can be expensive and even
938         prevent one from editing drafts if some unrelated buffer has a stale
939         connection.
940
941 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
942
943         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
944         kinsoku-eol regardless of shr-kinsoku-shorten.
945         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
946         (shr-tag-table): Support caption, thead, and tfoot.
947
948 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
951         lines.
952         (shr-save-contents): New command and keystroke.
953
954         * nndoc.el (nndoc-type-alist): Add git support.
955         (nndoc-git-type-p): New function.
956         (nndoc-transform-git-article): Ditto.
957         (nndoc-transform-git-headers): Ditto.
958         (nndoc-transform-git-headers): Generate Subject headers.
959
960         * shr.el (shr-parse-style): New function.
961         (shr-tag-span): Ditto.
962
963         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
964         to `G G' to avoid collisions.
965
966 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
967
968         * shr.el: Load kinsoku if necessary.
969         (shr-kinsoku-shorten): New internal variable.
970         (shr-find-fill-point): Make kinsoku shorten text line if
971         shr-kinsoku-shorten is bound to non-nil.
972         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
973         shr-indentation too when testing if table is wider than frame width.
974         (shr-insert-table): Use `string-width' instead of `length' to measure
975         text width.
976         (shr-insert-table-ruler): Make sure indentation is done at bol.
977
978 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
979
980         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
981         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
982         undecoded network data.
983
984 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
985
986         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
987         name in the mode line spec so that the mode line menu works
988         (bug #2431).
989
990         * message.el (message-get-reply-headers): If we're fed `to-address',
991         then always use that.
992
993         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
994         aren't so wide as to need to switch off the edit menu.
995
996         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
997         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
998
999         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1000         `M-g'.
1001         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1002         the permanent marks.
1003
1004 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1005
1006         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1007         Splitting according to references/in-reply-to obeys the ignore-groups
1008         variable, while splitting by sender and subject do not.
1009
1010 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1011
1012         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1013         alist, so that we can look for non-Unicode chars.
1014         (article-translate-strings): Allow both character and string maps.
1015
1016 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1017
1018         * shr.el (shr-insert): Don't insert space behind a wide character
1019         categorized as kinsoku-bol, or between characters both categorized as
1020         nospace.
1021
1022 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1023
1024         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1025         headers to gnus-newsgroup-headers.
1026
1027 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1028
1029         * shr.el (shr-tag-img): Don't align images -- since we're not
1030         rescaling, this often leads to ugly displays.
1031
1032 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1033
1034         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1035         duplicates.
1036
1037 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1038
1039         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1040         call.
1041
1042 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1043
1044         * gnus.el: Autoload gnus-html-show-images.
1045
1046         * nnimap.el: Use nnheader-message throughout.
1047
1048         * shr.el (shr-tag-img): Ignore images with no data.
1049
1050 2010-10-15  Julien Danjou  <julien@danjou.info>
1051
1052         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1053         a possibility to disable format=flow encoding when using hard newlines.
1054
1055 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * shr.el (shr-insert): Remove space inserted before or after a
1058         breakable character or at the beginning or the end of a line.
1059         (shr-find-fill-point): Do kinsoku; find the second best point or give
1060         it up if there's no breakable point.
1061
1062 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063
1064         * nnimap.el (nnimap-open-connection): Message when opening connection
1065         for debugging purposes.
1066
1067         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1068         on every setup buffer call to allow this to change from article to
1069         article.
1070
1071         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1072         buffers where we have a wide table.
1073
1074 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1075
1076         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1077         uses *-request-thread.
1078
1079 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1080
1081         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1082         incantation, which is no longer valid.
1083
1084 2010-10-14  Julien Danjou  <julien@danjou.info>
1085
1086         * shr.el: Fix defcustom type (char -> character).
1087
1088 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1089
1090         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1091         programs.
1092
1093 2010-10-14  Julien Danjou  <julien@danjou.info>
1094
1095         * shr.el (shr-tag-a): Use url-link as widget type.
1096
1097         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1098         `gnus-group-get-icon'.
1099
1100 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1101
1102         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1103         This should make server editing work better.
1104
1105         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1106
1107         * tls.el (tls-program): Remove spurious %s from openssl.
1108
1109         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1110         (nnimap-parse-flags): Fix regexp.
1111
1112         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1113         probably work for CJVK text, too.
1114
1115         * nnimap.el (nnimap-extend-tls-programs): Remove.
1116         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1117
1118         * tls.el (tls-starttls-switches): Remove starttls hack.
1119         (open-tls-stream): Ditto.
1120         (tls-find-starttls-argument): Ditto.
1121
1122 2010-10-13  Julien Danjou  <julien@danjou.info>
1123
1124         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1125         responses.
1126
1127 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1128
1129         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1130
1131         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1132         anything in Emacs.
1133
1134         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1135
1136 2010-10-13  Julien Danjou  <julien@danjou.info>
1137
1138         * shr.el (shr-width): Make shr-width a defcustom with default to
1139         fill-column.
1140         (shr-tag-img): Use shr-width rather than fill-column.
1141
1142 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1143
1144         * dgnushack.el (byte-optimize-apply)
1145         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1146
1147         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1148         position when (X-)Faces exist.
1149         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1150         avatars when called interactively.
1151
1152 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1153
1154         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1155         gnus-article-x-face-too-ugly is bound.
1156
1157 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1158
1159         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1160
1161         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1162         mailbox that doesn't exist.
1163
1164 2010-10-12  Julien Danjou  <julien@danjou.info>
1165
1166         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1167         (shr-get-image-data): Encode URL properly when fetching from cache.
1168         (shr-tag-img): Use aligned-to spaces to align correctly images.
1169
1170         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1171         before inserting the Gravatar.
1172
1173         * shr.el (shr-tag-img): Add align attribute support for <img>.
1174
1175 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1176
1177         * gnus-gravatar.el (gnus-art): Require.
1178
1179         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1180         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1181         Remove long obsoleted functions.
1182
1183 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1184
1185         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1186
1187         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1188
1189         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1190         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1191         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1192         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1193         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1194         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1195         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1196
1197 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1198
1199         * nnimap.el (nnimap-request-rename-group): Select group read-only
1200         before renaming it.
1201
1202         * shr.el (shr-insert): Fix up the white space only regexp.
1203
1204         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1205         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1206
1207         * shr.el (shr-current-column): New function.
1208         (shr-find-fill-point): New function.
1209
1210 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1211
1212         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1213         numbers.
1214
1215 2010-10-11  Julien Danjou  <julien@danjou.info>
1216
1217         * shr.el (shr-hr-line): Add.
1218         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1219         display hr lines.
1220         (shr-max-columns): Do not change state to nil if we just inserting
1221         spaces.
1222
1223 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224
1225         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1226         select the last group.
1227
1228 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1229
1230         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1231
1232 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1233
1234         * dig.el (dig-mode-map): Declare and define in one step.
1235
1236 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1237
1238         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1239         for Gnus.
1240         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1241         (nnimap-update-qresync-info): Mark \Seen articles as read.
1242
1243         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1244         non-variable, too.
1245
1246         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1247         available.
1248         (nnimap-update-info): Rely more on the current active than the param
1249         active to avoid marking articles as read too much.
1250
1251         * auth-source.el (auth-source-create): Use (user-login-name) for the
1252         user name default.
1253
1254         * nnimap.el (nnimap-update-info): If the server doesn't return any
1255         useful info, just use the previous info.
1256         (nnimap-update-info): Prefer old info over start-article.
1257         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1258
1259 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1260
1261         * nnir.el (autoload): Clean up autoloads.
1262         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1263         Use key rather than value.
1264         (nnir-imap-search-other): New variable.
1265         (nnir-read-parm): Use it.
1266         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1267         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1268
1269 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1270
1271         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1272         the process, too.
1273
1274 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1275
1276         * spam.el (gnus-summary-mode-map): Bind to "$".
1277         Suggested by Russ Allbery.
1278
1279         * shr.el: Rework the way things are indented by <li> slightly.
1280
1281         * gnus.el (gnus-group-set-parameter): Fix typo.
1282
1283         * nnimap.el: Start implementing QRESYNC support.
1284
1285 2010-10-09  Julien Danjou  <julien@danjou.info>
1286
1287         * nnir.el (nnir-engines): Fix too many arguments.
1288
1289 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1290
1291         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1292         group is the "last", so that the backends like nnfolder actually save
1293         their folders.
1294
1295         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1296         try to use that for the tls stream.
1297         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1298         UIDVALIDITY and find out which groups are read-only and not.
1299         (nnimap-get-flags): Use the same marks parsing code as the rest of
1300         nnimap.
1301
1302 2010-10-09  Julien Danjou  <julien@danjou.info>
1303
1304         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1305
1306         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1307         retrieving gravatars.
1308
1309         * shr.el (shr-table-corner): Add.
1310         (shr-table-line): Add.
1311         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1312
1313 2010-10-08  Julien Danjou  <julien@danjou.info>
1314
1315         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1316
1317 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1318
1319         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1320
1321         * gnus-sum.el (gnus-mark-article-as-unread)
1322         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1323         (gnus-summary-set-bookmark): Use it.
1324
1325         * gnus-msg.el (gnus-setup-message): Use it.
1326
1327         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1328
1329         * gnus.el (gnus-group-remove-parameter): Use it.
1330
1331         * gnus-group.el (gnus-group-make-web-group): Use it.
1332
1333         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1334
1335         * nnregistry.el: Update docs to mention manual.
1336
1337         * gnus-registry.el: Update docs to mention nnregistry.el.
1338         (gnus-registry-initialize): Don't install nnregistry refer method
1339         automatically.
1340         (gnus-registry-install-nnregistry): Remove it.
1341
1342 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1343
1344         * shr.el (shr-insert): Don't insert double spaces.
1345
1346 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1347
1348         * gnus-gravatar.el (gnus-treat-from-gravatar)
1349         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1350         called interactively.
1351
1352         * gnus-art.el (gnus-mime-view-part-externally)
1353         (gnus-mime-view-part-internally): Make predicate function passed to
1354         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1355         of a mime type.
1356
1357         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1358
1359 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1360
1361         * shr.el (require): Require cl when compiling.
1362         (shr-tag-hr): New function.
1363
1364         * nnimap.el (nnimap-update-info): Remove double setting of high.
1365         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1366         This makes nnimap work properly on Courier again.
1367
1368         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1369         the variable for backwards compatability.
1370
1371         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1372         the file name before using to avoid setting mm-default-directory to
1373         nil.
1374
1375         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1376         bidning gnus-agent variables.
1377
1378         * shr.el (shr-render-td): Use a cache for the table rendering function
1379         to avoid getting an exponential rendering behaviour in nested tables.
1380         (shr-insert): Rework the line-breaking algorithm.
1381         (shr-insert): Don't leave trailing spaces.
1382         (shr-insert-table): Also insert empty TDs.
1383         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1384
1385 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1386
1387         * gnus-sum.el (gnus-number): Rename from `number'.
1388         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1389         (gnus-summary-limit-children): Update uses correspondingly.
1390
1391 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1392
1393         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1394         (gnus-gravatar-transform-address): Don't show avatars of people of
1395         which mail addresses match gnus-gravatar-too-ugly.
1396
1397 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1398
1399         * shr.el (shr-table-widths): Expand TD elements to fill available
1400         space.
1401
1402 2010-10-07  Julien Danjou  <julien@danjou.info>
1403
1404         * nnimap.el (nnimap-request-rename-group): Add this method.
1405
1406 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1407
1408         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1409         name from XEmacs' function-arglist.
1410
1411         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1412         gravatar under XEmacs.
1413
1414 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1415
1416         * auth-source.el: Update docs with TODO items.
1417
1418         * gnus-sync.el: Update docs to explain state and plans.
1419
1420         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1421         Hooks for mark updates.
1422         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1423
1424         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1425         hooks with arguments, which is needed for mark update hooks.
1426
1427 2010-10-06  Julien Danjou  <julien@danjou.info>
1428
1429         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1430         was matched.
1431
1432         * sieve-manage.el: Update example in `Commentary'.
1433
1434         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1435
1436         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1437         not 2000.
1438         (sieve-manage-authenticate): Re-add function.
1439
1440 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1441
1442         * shr.el (shr-insert): Get 'space transition right.
1443         (shr-render-td): Only delete space at the end of the TD.
1444
1445         * nnimap.el (nnimap-open-connection): Prepare to support
1446         open-gnutls-stream.
1447
1448         * shr.el: Rearrange function order to be more logical.
1449
1450 2010-10-06  Julien Danjou  <julien@danjou.info>
1451
1452         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1453         (nnrss-discover-feed): Remove 404 URL in docstring.
1454
1455         * nnir.el: Fix Swish-E URL.
1456         Fix Namazu URL.
1457
1458         * message.el (message-change-subject): Remove 404 URL in a comment.
1459
1460 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1461
1462         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1463         called interactively.
1464
1465         * gnus-util.el (gnus-remove-if): Allow hash table.
1466         (gnus-remove-if-not): New function.
1467
1468         * gnus-art.el (gnus-mime-view-part-as-type)
1469         * gnus-score.el (gnus-summary-score-effect)
1470         * gnus-sum.el (gnus-read-move-group-name):
1471         Replace remove-if-not with gnus-remove-if-not.
1472
1473         * gnus-group.el (gnus-group-completing-read):
1474         Regard collection as a hash table if it is not a list.
1475
1476 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1477
1478         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1479
1480         * shr.el: Document the table-rendering algorithm.
1481
1482 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1483
1484         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1485         for Emacsen having no `libxml-parse-html-region' support.
1486
1487 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1488
1489         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1490         invalid URLs.
1491
1492         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1493         line-broken.
1494         (shr-tag-img): Ignore image fetching errors.
1495         (shr-overlays-in-region): Compute overlay positions correctly.
1496
1497         * mm-decode.el (mm-shr): Require shr.
1498
1499         * gnus-art.el (gnus-blocked-images): Move variable here.
1500
1501         * shr.el (shr-insert-table): Bind free variable.
1502
1503         * mm-decode.el (mm-shr): Bind shr-content-function.
1504
1505         * shr.el (shr-content-function): New variable.
1506
1507         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1508         added for symmetry.
1509
1510         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1511
1512         * gnus-group.el (gnus-group-make-group): Doc fix.
1513
1514         * nnimap.el (nnimap-request-newgroups): Return success.
1515
1516         * shr.el (shr-find-elements): New function.
1517         (shr-tag-table): Put all the images after the table.
1518         (shr-tag-table): Really inhibit images inside the table.
1519         (shr-collect-overlays): Copy over overlays from the TD elements to the
1520         main document.
1521
1522         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1523         gnus-blocked-images.
1524
1525 2010-10-05  Julien Danjou  <julien@danjou.info>
1526
1527         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1528
1529         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1530         (gnus-html-maximum-image-size): Add this function.
1531         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1532
1533         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1534         server-value of the capability is nil.
1535
1536 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1537
1538         * shr.el (shr-tag-em): Add <EM> tag.
1539
1540 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1541
1542         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1543         customizable.
1544
1545         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1546         handing broken links to browse-url.
1547
1548 2010-10-05  Julien Danjou  <julien@danjou.info>
1549
1550         * gnus-util.el (gnus-emacs-completing-read)
1551         (gnus-iswitchb-completing-read): Use autoload rather than require.
1552
1553 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1554
1555         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1556         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1557         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1558         iswitchb-temp-buflist for XEmacs.
1559
1560         * gnus-util.el (gnus-completing-read-function): Exclude
1561         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1562         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1563         XEmacs.
1564
1565         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1566         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1567
1568         * gnus-html.el: Don't require help-fns under XEmacs.
1569         (gnus-html-schedule-image-fetching): Work for XEmacs.
1570
1571         * mm-decode.el (mm-shr): Decode contents by charset.
1572
1573 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1574
1575         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1576         unknown.
1577
1578         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1579         (shr-get-image-data): Ensure against the cache file missing.
1580
1581         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1582         for data.
1583
1584         * spam-report.el (spam-report-url-ping-plain): Don't query about
1585         killing the process.
1586
1587         * shr.el (shr-render-td): Protect against too-wide text.
1588
1589 2010-10-04  Julien Danjou  <julien@danjou.info>
1590
1591         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1592         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1593
1594         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1595         retrieved.
1596
1597 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1598
1599         * shr.el (browse-url): Require.
1600         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1601         lines.
1602         (shr-show-alt-text, shr-browse-image): New commands.
1603         (shr-browse-url, shr-copy-url): New commands.
1604
1605         * gnus-sum.el (gnus-widen-article-window): New variable.
1606         (gnus-summary-select-article-buffer): Use it.
1607
1608         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1609         without @ signs.
1610
1611 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1612
1613         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1614
1615 2010-10-04  Julien Danjou  <julien@danjou.info>
1616
1617         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1618         for XEmacs.
1619
1620 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1621
1622         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1623
1624         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1625         (nnimap-close-server): Implement.
1626
1627         * dgnushack.el (iswitchb): Require to shut up the compiler.
1628
1629         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1630         (shr-insert): Tweak line breaking.
1631         (shr-insert): Handle <pre> better.
1632         (shr-tag-li): Get <li> indentation right.
1633         (shr-tag-li): Get <li> indentation even righter.
1634         (shr-tag-blockquote): Ensure paragraph start.
1635         (shr-make-table): Tweak table generation.
1636         (shr-make-table): Fix typo.
1637
1638         * shr.el: Implement table rendering.
1639
1640 2010-10-04  Julien Danjou  <julien@danjou.info>
1641
1642         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1643
1644 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1645
1646         * shr.el (shr-insert): Use string anchors instead of line anchors.
1647
1648 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1649
1650         * shr.el: Add headings.
1651         (shr-ensure-paragraph): Actually work.
1652         (shr-tag-li): Make <ul> prettier.
1653         (shr-insert): Get white space at the beginning/end of elements right.
1654         (shr-tag-p): Collapse subsequent <p>s.
1655         (shr-ensure-paragraph): Don't insert double line feeds after blank
1656         lines.
1657         (shr-insert): \t is also space.
1658         (shr-tag-s): Fix "s" tag name function.
1659         (shr-tag-s): Fix face prop name.
1660
1661 2010-10-03  Julien Danjou  <julien@danjou.info>
1662
1663         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1664
1665         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1666         gnus-window-inside-pixel-edges.
1667
1668         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1669         gnus-ems.
1670
1671         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1672
1673         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1674         function.
1675
1676         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1677         resize choice.
1678
1679 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1680
1681         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1682         beginning of the buffer.
1683
1684         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1685         article buffer again.
1686
1687         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1688
1689         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1690         when it's at the start of the buffer.
1691
1692         * shr.el (shr-tag-blockquote): Convert name.
1693         (shr-rescale-image): Use the right image-size variant.
1694
1695         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1696         buffer isn't shown, then select the current article first instead of
1697         bugging out.
1698         (gnus-summary-select-article-buffer): Show both the article and summary
1699         buffers again.
1700
1701         * shr.el (shr-fontize-cont): Protect against regions with no text.
1702         Rename tag functions to shr-tag-* for enhanced security.
1703         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1704
1705 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1706
1707         * shr.el (shr-insert):
1708         * pop3.el (pop3-movemail):
1709         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1710         loaded.
1711
1712 2010-10-03  Glenn Morris  <rgm@gnu.org>
1713
1714         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1715
1716         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1717
1718         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1719
1720         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1721
1722         * gnus-util.el (gnus-make-local-hook): Simplify.
1723
1724 2010-10-02  Julien Danjou  <julien@danjou.info>
1725
1726         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1727         (gnus-ido-completing-read): New function.
1728         (gnus-emacs-completing-read): New function.
1729         (gnus-completing-read): Use gnus-completing-read-function.
1730         Add gnus-completing-read-function.
1731
1732 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1733
1734         * shr.el (shr-insert-document): Autoload.
1735         (shr-img): Be silent.
1736         (shr-insert): Add a newline after every picture before text.
1737         (shr-add-font): Use overlays for combining faces.
1738         (shr-insert): Pass upwards the text start point.
1739
1740         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1741         possible.
1742         (mm-shr): New function.
1743
1744 2010-10-02  Julien Danjou  <julien@danjou.info>
1745
1746         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1747         should go backward.
1748
1749 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1750
1751         * shr.el (shr): Fix typo in provide call.
1752
1753 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1754
1755         * shr.el: New file.
1756
1757         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1758
1759         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1760         completing read.
1761
1762 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1763
1764         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1765         we're being queried about.  Suggested by Dan Jacobson.
1766
1767         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1768         Suggested by Jason Eisner.
1769
1770         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1771         table, too.  Suggested by Stefan Wiens.
1772         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1773         the table unnecessary.  Suggested by Stefan Wiens.
1774
1775         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1776         longer needed, and probably doesn't work either, as pointed out by
1777         Stefan Wiens.
1778         (gnus-summary-exit): Remove call to the clearing function.
1779         (gnus-summary-exit-no-update): Ditto.
1780
1781         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1782         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1783         Reported by Stefan Monnier.
1784         (gnus-summary-save-in-rmail): Ditto.
1785
1786         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1787         article buffer, instead of both the article buffer and the summary
1788         buffer.  Sort of suggested by Dan Jacobson.
1789
1790         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1791
1792         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1793         Suggested by Dan Jacobson.
1794
1795         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1796         documentation clearer.
1797
1798         * message.el (message-shorten-references): Comment on the number "21".
1799         Suggested by Stefan Monnier.
1800
1801         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1802         Suggested by Dan Jacobson.
1803
1804         * gnus.el (gnus-large-newsgroup):
1805         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1806
1807         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1808         externalize attachments.  Bug reported by Steve Wen.
1809
1810         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1811         really message anything to the user.
1812
1813         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1814         directly.
1815
1816         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1817         messages in empty groups.
1818
1819 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1820
1821         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1822         non-UIDNEXT group.
1823
1824 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1825
1826         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1827         not the value from the collection.
1828
1829         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1830         values.  This sometimes happens on some groups that have no info.
1831         (nnimap-request-newgroups): New function.
1832
1833 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1834
1835         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1836         check into `gnus-registry-initialize'.
1837         (gnus-registry-initialize): Ditto.
1838         Fix and extend header docs.
1839
1840 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1841
1842         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1843         regexp backtrace overflows.
1844
1845         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1846         for starttls that tls.el implements; i.e. openssl.
1847
1848         * tls.el (tls-starttls-switches): Give up on using starttls with
1849         gnutls-cli.
1850         (tls-program): Add --insecure to be consistent with the defaults from
1851         openssl s_client.  Now all three commands are insecure.
1852
1853 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1854
1855         * lpath.el: Bind completion-styles-alist for XEmacs.
1856
1857         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1858         (gravatar-create-image): New function that's an alias to
1859         gnus-xmas-create-image, gnus-create-image, or create-image.
1860         (gravatar-data->image): Use it.
1861
1862 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1863
1864         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1865         install the nnregistry refer method.
1866         (gnus-registry-install-hooks): Use it.
1867         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1868         unfollowed groups.
1869
1870 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1871
1872         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1873         expanding threads.
1874
1875 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1876
1877         * nnir.el: Use the server names without suffixes (bug #7009).
1878
1879         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1880         unencrypted to STARTTLS, if possible.
1881
1882 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1883
1884         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1885         headers before superseding.
1886
1887 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1888
1889         * nnrss.el (nnrss-use-local): Add documentation.
1890
1891         * nnimap.el (nnimap-extend-tls-programs): New function.
1892         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1893         (nnimap-wait-for-connection): Accept the greeting from the stupid
1894         output from openssl s_client -starttls, too.
1895
1896         * tls.el (tls-starttls-switches): New variable.
1897         (tls-find-starttls-argument): Use it.
1898         (open-tls-stream): Ditto.
1899
1900         * netrc.el (netrc-credentials): Return the value of the "default" entry.
1901         (netrc-machine): Ditto.
1902
1903         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1904         article number.
1905         (nnimap-split-fancy): New variable.
1906         (nnimap-split-incoming-mail): Use it.
1907
1908         * nntp.el (nntp-server-list-active-group): Document.
1909
1910         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1911         SELECT to get the message-id.
1912
1913         * mail-source.el (mail-sources): Remove webmail support.
1914         (defvar): Ditto.
1915         (mail-source-fetcher-alist): Ditto.
1916         (mail-source-fetch-webmail): Remove.
1917
1918         * webmail.el: Remove -- doesn't seem relevant any more.
1919
1920         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1921
1922         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1923         the \r.
1924
1925 2010-09-30  Julien Danjou  <julien@danjou.info>
1926
1927         * gnus-agent.el (gnus-agent-add-group): Fix call to
1928         gnus-completing-read.
1929
1930 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931
1932         * nndoc.el (nndoc-retrieve-groups): New function.
1933
1934         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1935         `default', use nnmail-split-methods.
1936         (nnimap-request-article): Downcase the NILs so that they are nil.
1937
1938         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1939         symbol.
1940
1941         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1942         code, since if the user has requested network, that's what they ought
1943         to get.
1944         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1945         (nnimap-split-rule): Mark as obsolete.
1946
1947         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
1948         New variable.
1949
1950         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1951         correct slot, too.
1952
1953 2010-09-29  Julien Danjou  <julien@danjou.info>
1954
1955         * gnus.el (gnus-local-domain): Declare variable obsolete.
1956
1957         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
1958         Fix history computing.
1959         (gnus-ido-completing-read): Require ido.
1960
1961 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1962
1963         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1964         build Gnus.
1965
1966         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1967         when interpreting the structures.
1968         (nnimap-request-accept-article): Add \r\n to the lines to make this
1969         work with Cyrus.
1970
1971         * nndraft.el (nndraft-request-expire-articles): Use the group name
1972         instead if "nndraft".  Fix found by Nils Ackermann.
1973
1974 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1975
1976         * nnregistry.el: Add.
1977
1978 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1979
1980         * nnmail.el (group, group-art-list, group-art):
1981         Remove unneeded directives.
1982
1983 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1984
1985         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1986         (mm-mime-charset)
1987         * rfc2047.el (rfc2047-syntax-table)
1988         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1989
1990         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1991         rather than `insert-file-contents' and `eval-region'.
1992
1993         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1994         construction.
1995
1996         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1997
1998         * time-date.el: No need to require cl for Emacs 21.
1999
2000 2010-09-29  Julien Danjou  <julien@danjou.info>
2001
2002         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2003         replacement of `gnus-gravatar-relief' to mimic
2004         `gnus-faces-properties-alist'.
2005         Add :version property.
2006
2007 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2008
2009         * mail-source.el (mail-source-report-new-mail)
2010         * message.el (message-default-mail-headers)
2011         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2012
2013         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2014
2015 2010-09-28  Julien Danjou  <julien@danjou.info>
2016
2017         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2018         mail-address contains the same string as real-name.
2019
2020         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2021         non-blank in header, otherwise it'll get stripped.
2022
2023         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2024         real-name, and then for mail address rather than doing : or , search.
2025
2026 2010-09-27  Julien Danjou  <julien@danjou.info>
2027
2028         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2029         right completing-read function.
2030         (gnus-use-ido): New variable
2031         (gnus-completing-read-with-default): Remove.
2032         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2033         (gnus-agent-add-group):
2034         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2035         * mm-view.el (mm-view-pkcs7-decrypt):
2036         * mm-util.el (mm-codepage-setup):
2037         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2038         * mml-smime.el (mml-smime-openssl-sign-query):
2039         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2040         (mml-insert-multipart):
2041         * gnus-msg.el (gnus-summary-yank-message):
2042         * gnus-int.el (gnus-start-news-server):
2043         * mm-decode.el (mm-interactively-view-part):
2044         * gnus-dired.el (gnus-dired-attach):
2045         * gnus.el (gnus-read-method):
2046         * gnus-bookmark.el (gnus-bookmark-jump):
2047         * gnus-art.el (gnus-mime-view-part-as-type)
2048         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2049         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2050         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2051         * nnmairix.el (nnmairix-create-server-and-default-group)
2052         (nnmairix-update-groups, nnmairix-get-server)
2053         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2054         (nnmairix-get-group-from-file-path):
2055         * nnrss.el (nnrss-find-rss-via-syndic8):
2056         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2057         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2058         (gnus-group-browse-foreign-server):
2059         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2060         (gnus-summary-execute-command, gnus-summary-respool-article)
2061         (gnus-read-move-group-name):
2062         * gnus-score.el (gnus-summary-increase-score)
2063         (gnus-summary-score-effect):
2064         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2065
2066 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2067
2068         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2069         x-focus-frame.
2070
2071         * nnimap.el (auth-source-forget-user-or-password)
2072         (auth-source-user-or-password): Autoload.
2073
2074         * message.el (message-from-style, message-interactive)
2075         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2076         (message-yank-prefix, message-indentation-spaces, message-signature)
2077         (message-signature-file): Add comment.
2078
2079 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2080
2081         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2082         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2083         new articles.
2084
2085         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2086         parts.
2087         (nnimap-request-article): Work with the t setting, too.
2088
2089         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2090         that you don't get flashes of other buffers.
2091         (gnus-summary-show-complete-article): Intern before setting.
2092
2093 2010-09-27  David Engster  <dengste@eml.cc>
2094
2095         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2096         well as HEADERS.
2097         (nnmairix-retrieve-headers): Provide new argument for the above.
2098
2099 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2100
2101         * gnus-sum.el (gnus-summary-move-article): Don't alter
2102         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2103         group.
2104
2105         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2106
2107         * message.el (message-cite-prefix-regexp): Revert my last edit.
2108
2109         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2110         variable instead of the Gnus variable.
2111
2112         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2113
2114         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2115
2116         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2117         since some servers don't like it.
2118         (nnimap-open-connection): Forget credentials if the server says the
2119         password was wrong.
2120         (nnimap-parse-line): Protect against invalid data.
2121
2122         * gnus-sum.el (gnus-summary-move-article): Add comment.
2123         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2124         nothing alters it while scanning for new messages.
2125
2126         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2127         which may or may not help.
2128         (nnimap-open-connection): If we're doing a stream connection, and then
2129         discover we're on a STARTTLS-capable server, then open a STARTTLS
2130         connection instead.
2131
2132 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2133
2134         * nnimap.el (utf7): Require.
2135
2136         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2137         prefix.
2138
2139 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2140
2141         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2142
2143 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2144
2145         * nnimap.el (nnimap-request-accept-article): Message the error on
2146         error.
2147
2148 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2151
2152 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2153
2154         * nndoc.el (nndoc-request-list): Return success always.
2155
2156         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2157         `fetch-old' -- we only want to fetch the articles we've requested.
2158         The rest are in the agent, probably.
2159         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2160         disappeared server" to something low.  It's not important.
2161
2162         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2163         arrived before the FETCH data.
2164
2165         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2166         target here, because we don't know the Gnus name of the group.
2167
2168         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2169         for the correct group.
2170
2171         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2172
2173         * gnus.el (gnus): Give a final warning after startup.
2174
2175         * gnus-util.el (gnus-action-message-log): New variable.
2176         (gnus-message): Use it.
2177         (gnus-final-warning): New function.
2178
2179         * nnimap.el (nnimap-open-connection): Record the greeting.
2180         (nnimap): Add greeting.
2181
2182 2010-09-26  Julien Danjou  <julien@danjou.info>
2183
2184         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2185         arguments.
2186         (gnus-html-wash-images): Fix spec computing to include start/end.
2187
2188         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2189
2190 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2191
2192         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2193         deletion.
2194         (nnimap-retrieve-headers): Don't select the group, because that's
2195         already done by nnimap-possibly-change-group.
2196
2197         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2198         (gnus-picon-transform-address): Use it.
2199
2200         * mail-source.el (mail-source-value): Revert previous patch.
2201
2202         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2203         on failure.
2204         (nnimap-open-connection): Look up both virtual and physical server name
2205         credentials.
2206
2207         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2208
2209 2009-02-07  Dave Love  <fx@gnu.org>
2210
2211         * tls.el (open-tls-stream): Don't query killing process.
2212
2213 2009-02-08  Dave Love  <fx@gnu.org>
2214
2215         * gnus-win.el (gnus-window-to-buffer-helper)
2216         (gnus-all-windows-visible-p): Function needn't be a symbol.
2217
2218         * mail-source.el (mail-source-value): Function needn't be a symbol.
2219
2220 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2221
2222         * message.el (message-cite-prefix-regexp): Remove } from the cite
2223         prefix.
2224
2225         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2226         highlight again, so that the highlight is correct.
2227
2228         * gnus-picon.el (gnus-picon): Remove again.
2229         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2230
2231         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2232         doing the header highlightling, so that the background colour of the
2233         picon is correct.
2234
2235         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2236         (gnus-picon): Ditto.
2237         (gnus-picon): Reinstate.  The background colour for picons is white.
2238         (gnus-picon-insert-glyph): Make the background white.
2239
2240         * nnml.el (nnml-open-nov): Don't return dead buffers.
2241
2242         * auth-source.el (auth-source-create): Query the user for whether to
2243         store the credentials.
2244
2245         * netrc.el (netrc-store-data): New function.
2246
2247         * auth-source.el (auth-source-user-or-password): Use the existing auth
2248         sources, if any, for creation.
2249
2250         * gnus.el (gnus-group-fast-parameter): Return the last matching
2251         parameter instead of the first matching parameter.
2252
2253 2010-09-26  Julien Danjou  <julien@danjou.info>
2254
2255         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2256
2257 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2258
2259         * mml2015.el (mml2015-use): Remove gpg support.
2260
2261         * mml1991.el (mml1991-function-alist): Remove gpg function.
2262         (mml1991-gpg-sign): Remove.
2263
2264 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2265
2266         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2267         (gnus-browse-unsubscribe-current-group): Document it.
2268         (gnus-browse-unsubscribe-group): Use it.
2269
2270 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2271
2272         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2273         address to the To list for easier response.
2274
2275         * gnus.el (gnus-play-startup-jingle): Remove.
2276         (gnus-splash): Don't play jingle.
2277         (gnus): Silence gnus-load message.
2278
2279         * gnus-art.el (gnus-treat-play-sounds): Remove.
2280
2281         * gnus.el (gnus-play-jingle): Remove audio support.
2282
2283         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2284
2285         * earcon.el: Remove -- no users.
2286
2287         * gnus-audio.el: Remove -- no users of this package.
2288
2289         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2290
2291         * gnus-start.el (gnus-setup-news): Remove nocem support.
2292
2293         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2294
2295         * gnus.el (gnus-use-nocem): Remove.
2296
2297         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2298         Remove.
2299
2300         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2301         uses NoCeM any more.
2302
2303         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2304         (gnus-button-ctan-handler): Ditto.
2305         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2306         (gnus-button-ctan-directory-regexp): Ditto.
2307         (gnus-button-handle-ctan): Ditto.
2308         (gnus-button-tex-level): Ditto.
2309         (gnus-button-alist): Remove CTAN stuff.
2310
2311 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2312
2313         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2314         nnimap-streaming test.
2315
2316         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2317         servers twice.
2318
2319         * nnimap.el (nnimap-open-connection): Add more error reporting when
2320         nnimap fails early.
2321
2322         * nnheader.el (nnheader-get-report-string): New function.
2323         (nnheader-get-report): Use it.
2324
2325         * gnus-int.el (gnus-check-server): Say what the error was when opening
2326         failed.
2327
2328         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2329         using streaming.
2330
2331 2010-09-25  Julien Danjou  <julien@danjou.info>
2332
2333         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2334         gnus-window-inside-pixel-edges.
2335
2336 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2337
2338         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2339
2340         * mm-decode.el (mm-save-part): Allow saving to other directories the
2341         normal Emacs way.
2342
2343         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2344         Suggested by Jay Berkenbilt.
2345
2346         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2347         there isn't a single byte.
2348
2349         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2350         just do it.  It doesn't really seem to matter what the user responds
2351         here, I think, so it's just a confusing question.
2352
2353         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2354         non-streaming case.
2355
2356         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2357         (gnus-article-encrypt-body): Use it.
2358
2359         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2360         keystroke.
2361
2362         * nnimap.el (nnimap-find-wanted-parts-1):
2363         Use gnus-fetch-partial-articles.
2364
2365         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2366
2367         * nnimap.el (nnimap-insert-partial-structure): New function.
2368         (nnimap-get-partial-article): New function.
2369         (nnimap-request-article): Use it.
2370         (nnimap-wait-for-response): Return whether the wait was successful.
2371         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2372         retrieval wasn't successful.
2373         (nnimap-retrieve-group-data-early): Allow throttling servers.
2374         (nnimap-streaming): New variable.
2375         (nnimap-fetch-partial-articles): Remove.
2376
2377         * mm-decode.el (mm-with-part): Protect against killed buffers.
2378
2379         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2380         for prettier summary display.
2381
2382 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2383
2384         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2385
2386 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2387
2388         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2389         apparently third-party libraries depend on it.
2390
2391         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2392         before starting negotiation.
2393
2394         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2395         privacy reasons.
2396         (gnus-treat-mail-gravatar): Ditto.
2397
2398         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2399         buffer when inserting images.  Inserting text into the headers, for
2400         instance, can make them invalid.
2401
2402 2010-09-25  Julien Danjou  <julien@danjou.info>
2403
2404         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2405         variables.
2406
2407         * nnheader.el: Remove useless variables news-reply-yank-from and
2408         news-reply-yank-message-id.
2409
2410         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2411         variables.
2412
2413         * mml1991.el: Remove useless mml1991-verbose.
2414
2415         * gnus.el: Remove useless variable gnus-use-generic-from.
2416         Remove obsolete variable gnus-topic-indentation.
2417
2418         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2419
2420         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2421
2422         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2423
2424         * gnus-group.el: Remove useless gnus-group-icon-cache.
2425         Remove useless gnus-ephemeral-group-server.
2426
2427         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2428
2429         * mml2015.el: Remove useless mml2015-verbose.
2430
2431         * mml-smime.el: Remove useless mml-smime-verbose.
2432
2433         * gnus.el: Remove useless gnus-local-domain.
2434
2435         * gnus-gravatar.el (gnus-gravatar-transform-address):
2436         Use gnus-gravatar-size.
2437
2438         * gnus-art.el: Remove useless gnus-treat-translate.
2439
2440 2010-09-24  Julien Danjou  <julien@danjou.info>
2441
2442         * gnus-sum.el: Add support for Gravatars.
2443
2444         * gnus-art.el: Add support for Gravatars.
2445
2446         * gnus-gravatar.el: Add this file.
2447
2448         * gravatar.el: Add this file.
2449
2450 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2451
2452         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2453
2454         * gnus-group.el (gnus-group-fetch-faq): Remove.
2455
2456         * gnus.el (gnus-group-faq-directory): Remove.
2457
2458         * gnus-group.el (gnus-group-fetch-charter): Remove.
2459
2460         * gnus.el (gnus-group-charter-alist): Remove.
2461
2462         * gnus-group.el (gnus-group-archive-directory): Remove.
2463         (gnus-group-recent-archive-directory): Ditto.
2464         (gnus-group-make-archive-group): Remove.
2465
2466         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2467
2468         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2469         use the same article number for all the cached articles.
2470
2471         * nnimap.el (nnimap-command): Register the last command time so
2472         that we can use it for idling NOOPs.
2473         (nnimap-open-connection): Start the keeplive timer.
2474         (nnimap-make-process-buffer): Store all the process buffers.
2475         (nnimap-keepalive): New function.
2476
2477         * starttls.el (starttls-open-stream): Add autoload cookie.
2478
2479 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2480
2481         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2482         handling.
2483
2484 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2485
2486         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2487         its data structures.
2488
2489         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2490         instead of the cl.el copy-list.
2491         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2492         equalp.
2493
2494 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2495
2496         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2497         and tool-bar-local-item-from-menu.
2498
2499         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2500         mode-line-highlight face for Emacs.
2501
2502         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2503         loading gnus-sum.elc; fix comment for canlock-verify.
2504         (gnus-article-jump-to-part): Use read-number.
2505         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2506         Remove Emacs pre-21 compatible code for help-echo.
2507         (gnus-article-next-page-1): No need to adjust the number of lines.
2508         (gnus-article-describe-bindings): Always use help-buffer.
2509
2510         * gnus-audio.el (gnus-audio-inline-sound)
2511         * gnus-cus.el (gnus-custom-mode)
2512         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2513
2514         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2515
2516         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2517         compatible code.
2518
2519 2010-09-24  Glenn Morris  <rgm@gnu.org>
2520
2521         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2522         visiting the fcc file in rmail-mode.
2523
2524         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2525
2526 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2527
2528         * nnir.el: Silence the byte compiler.
2529
2530         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2531         alias to browse-url-url-encode-chars if any.
2532         (gnus-html-encode-url): Use it.
2533
2534 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2535
2536         * gnus-start.el (gnus-use-backend-marks): New variable.
2537         (gnus-get-unread-articles-in-group): Use it.
2538
2539         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2540         makeover.
2541
2542 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2543
2544         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2545
2546 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2547
2548         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2549         Remove.
2550         (gnus-setup-news-hook):
2551         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2552
2553         * gnus-int.el (gnus-request-update-info): Protect against backends not
2554         having the function.
2555
2556         * nnimap.el (nnimap-stream): Mention starttls.
2557         (nnimap-open-connection): Add starttls support.
2558
2559 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2560
2561         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2562
2563 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2564
2565         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2566         BODYSTRUCTUREs.
2567         (nnimap-transform-headers): Unfold quoted {42} headers.
2568
2569         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2570         the info.
2571         (gnus-get-unread-articles): Only call updatep on backends that support
2572         it.
2573
2574         * nnweb.el (nnweb-request-update-info): NOOP.
2575
2576         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2577
2578         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2579         since it only deals with marks.
2580
2581         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2582         gnus-request-marks, and make a new gnus-request-update-info.
2583
2584         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2585         the active instead of the high number, which is usually too low.
2586
2587 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2588
2589         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2590         * encrypt.el: Remove.
2591
2592 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2593
2594         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2595         server in symbolic form.
2596
2597         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2598
2599 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2600
2601         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2602         (nnimap-update-info): Fix up code slightly.
2603
2604         * gnus-int.el (gnus-open-server): Add tracing for performance
2605         debugging.
2606
2607         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2608         (gnus-group-insert-group-line): Pass the real group name so that it
2609         gets the right data.
2610
2611         * gnus-start.el (gnus-get-unread-articles): Don't have
2612         `gnus-get-unread-articles-in-group' update info, since that can be
2613         really slow and doesn't seem to be needed?
2614
2615 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2616
2617         * time-date.el (date-to-time): Try using parse-time-string first before
2618         using the slower timezone-make-date-arpa-standard.
2619
2620 2010-09-22  Julien Danjou  <julien@danjou.info>
2621
2622         * gnus-group.el (gnus-group-insert-group-line):
2623         Call gnus-group-highlight-line.
2624         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2625         default hook list.
2626         (gnus-group-update-eval-form): Add new function.
2627         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2628         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2629
2630 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2631
2632         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2633         immediate, then expire all articles.
2634         (nnimap-update-info): Fix off-by-one errors.
2635         (nnimap-flags-to-marks): Would return no marks lists for group with no
2636         flags.  Instead return the other data.
2637
2638 2010-09-22  Julien Danjou  <julien@danjou.info>
2639
2640         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2641         Only return an icon.
2642         (gnus-group-insert-group-line): Compute icon to return.
2643
2644         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2645         (gnus-html-image-fetched): Only cache if
2646         gnus-html-image-automatic-caching is set.
2647         (gnus-html-image-fetched): Check for errors.
2648
2649 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2650
2651         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2652         once per method on `g'.  This ensures that backends like nnfolder don't
2653         open all their folders.
2654
2655         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2656         (nnimap-request-list): Nix out group in the correct buffer.
2657         (nnimap-parse-flags): Implement by using `read' instead of
2658         hand-parsing.
2659         (nnimap-flags-to-marks): Pass on permanent-flags.
2660         (nnimap-make-process-buffer): Record the server name.
2661         (nnimap-parse-flags): Fix typo.
2662         (nnimap-request-scan): Run split on the server in general, not just a
2663         single group.
2664
2665         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2666         parameter, and propagate this downwards.
2667
2668         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2669         since EXAMINE changes it on the server.
2670
2671         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2672         this command might take a while.
2673
2674 2010-09-22  Julien Danjou  <julien@danjou.info>
2675
2676         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2677         harmful if you have 2 images side-by-side, they can't be properly
2678         update on text deletion.  Using text-property is safer here.
2679         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2680         data.
2681
2682 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2683
2684         * nnimap.el (nnimap-expunge-inbox): Remove.
2685         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2686         (nnimap-expunge): Flip default to t.
2687
2688         * gnus.el (gnus-method-to-server): Don't push things to the cache
2689         unless it's unique.
2690         (gnus-server-to-method): Ditto.
2691
2692 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2693
2694         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2695
2696 2010-09-22  Julien Danjou  <julien@danjou.info>
2697
2698         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2699         get the start of data.
2700         (gnus-html-encode-url): Add this function to encode special chars in
2701         URL.
2702         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2703         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2704
2705         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2706         default.
2707         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2708
2709         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2710         images alt-text.
2711         (gnus-html-put-image): Put alt-text as help-echo.
2712
2713 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2714
2715         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2716         * mm-util.el (mm-decompress-buffer)
2717         * nnir.el (nnir-run-find-grep)
2718         * pop3.el (pop3-list): Use 3rd arg of split-string.
2719
2720         * time-date.el (format-seconds): Comment fix.
2721
2722         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2723         and byte-optimize-form-code-walker.
2724         (dgnushack-make-auto-load): Don't advise make-autoload.
2725
2726         * lpath.el: Remove Emacs 21 stuff.
2727
2728 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2729
2730         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2731         outside the active range.  Suggested by Dan Christensen.
2732
2733         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2734         slightly later to avoid double-getting it.
2735
2736         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2737         previous patch.
2738
2739         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2740
2741 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2742
2743         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2744
2745 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2746
2747         * gnus-int.el (gnus-open-server): Give a better error message in the
2748         "go offline" case.
2749
2750         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2751         marks for nnimap, which is seldom the right thing to do.
2752
2753         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2754         (gnus-same-method-different-name): New function.
2755
2756         * nnimap.el (parse-time): Require.
2757
2758         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2759         method in the presence of many similar methods.
2760
2761         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2762
2763         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2764         nnml-inhibit-expiry.
2765
2766         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2767         find out whether methods are equal.
2768
2769         * nnimap.el (nnimap-find-expired-articles): New function.
2770         (nnimap-process-expiry-targets): New function.
2771         (nnimap-request-move-article): Request the article before looking at
2772         what the Message-ID is.  Fix found by Andrew Cohen.
2773         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2774
2775         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2776         for oldness in addition to being a predicate.
2777
2778         * nnimap.el (nnimap-request-group): When we have zero articles, return
2779         the right data to Gnus.
2780         (nnimap-request-expire-articles): Only delete articles immediately if
2781         the target is 'delete.
2782
2783         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2784         method, this would bug out.
2785
2786         * gnus-group.el (gnus-group-expunge-group): Rename from
2787         gnus-group-nnimap-expunge, and implemented as a normal interface
2788         function.
2789
2790         * gnus-int.el (gnus-request-expunge-group): New function.
2791
2792         * nnimap.el (nnimap-request-create-group): Implement.
2793         (nnimap-request-expunge-group): New function.
2794
2795 2010-09-21  Julien Danjou  <julien@danjou.info>
2796
2797         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2798         (gnus-html-cache-expired): Add new function.
2799         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2800         wethever we should display image for fetch it.
2801         Compute alt-text earlier to pass it to the fetching function too.
2802         (gnus-html-schedule-image-fetching): Change function argument to only
2803         get one image at a time, not a list.
2804         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2805         cache.
2806         (gnus-html-get-image-data): New function to retrieve image data from
2807         cache.
2808         (gnus-html-put-image): Change buffer argument to use image data rather
2809         than file, and place image above region rather than inserting a new
2810         one.  Do not take alt-text as argument, since it's useless now: we place
2811         the image above alt-text.
2812         (gnus-html-prune-cache): Remove.
2813         (gnus-html-show-images): Start to fetch image when we find one, do not
2814         push into a temporary list.
2815         (gnus-html-prefetch-images): Only fetch image if they have expired.
2816         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2817         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2818
2819 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2822
2823 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2824
2825         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2826         spec inser "*" if the group isn't active instead of 0.
2827
2828         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2829         opening the server.
2830         (nnimap-request-delete-group): Implement group deletion.
2831         (nnimap-transform-headers): Return the size of the entire message in
2832         the Bytes header, not just the size of the first part.
2833         (nnimap-request-move-article): When moving an article from nnimap,
2834         request the article first so the accepting form has an article to
2835         accept.  Reported by Dan Christensen.
2836         (nnimap-command): Make sure that the error message doesn't error out.
2837
2838 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2839
2840         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2841         we haven't requested anything.
2842
2843 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2844
2845         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2846         "".  Fix found by Andrew Cohen.
2847
2848         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2849         instead of -encode-string.
2850
2851 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2852
2853         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2854
2855         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2856         by mm-subst-char-in-string.
2857
2858 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2859
2860         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2861         waiting for the connection string.
2862
2863         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2864         arriving.
2865
2866         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2867         bogus characters.  This allows selecting certain Gmail groups.
2868
2869         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2870         (nnimap-fetch-partial-articles): New variable.
2871         (nnimap-open-connection): When looking for credentials, also use the
2872         nnimap-server-port.
2873         (nnimap-request-article): Return the group/article number, so that Gnus
2874         `^' works as expected.
2875         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
2876
2877         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2878         comments.
2879         (gnus-methods-sloppily-equal): New function.
2880         (gnus): When using the development version of Gnus, load the gnus-load
2881         file.
2882
2883         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2884         `gnus-open-server' on each method before trying to scan them etc.
2885         This ensures that all the backend parameters are set correctly.
2886
2887         * nnimap.el (nnimap-authenticator): New variable.
2888         (nnimap-open-connection): Allow anonymous login.
2889         (nnimap-transform-headers): The chars header is called Chars not Bytes.
2890         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
2891
2892         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2893         patch, found by Knut Anders Hatlen.
2894
2895 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2896
2897         * gnus-agent.el (gnus-agent-batch-confirmation)
2898         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2899         to gnus-message.
2900         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2901         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2902         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2903         * gnus-int.el (gnus-open-server): Likewise.
2904         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2905         (gnus-score-check-syntax): Likewise.
2906         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2907         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2908         Likewise.
2909         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2910
2911 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2912
2913         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2914         calling conventions so that prefetch doesn't bug out.
2915
2916 2010-09-19  Julien Danjou  <julien@danjou.info>
2917
2918         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2919         rather than `subst-char-in-region' in order to be able to replace ASCII
2920         char by UTF-8 ones.
2921
2922         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2923         than curl.
2924         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2925         the right URL and ALT text on images.
2926         (gnus-html-wash-tags): Fix tag case.
2927         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2928         (gnus-article-html): Add -o display_ins_del=2 option.
2929         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2930
2931 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2932
2933         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2934         the extra mail headers, which sometimes seem to happen for unknown
2935         reasons.
2936
2937         * mail-parse.el (mail-header-encode-parameter): Define as
2938         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2939         (or most, perhaps?) mail readers don't understand the latter, but do
2940         understand the former.
2941
2942         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2943         to nil, so that no methods are automatically agentized.  I think this
2944         is probably what most users want.
2945
2946         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2947         from url-retrieve, for instance about invalid URLs.
2948
2949         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2950         groups that have no articles.
2951         (nnimap-request-article): Check that we really got an article when we
2952         requested one.
2953
2954         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2955         doesn't exist.
2956
2957         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2958         nntp buffer so the agent can save it.
2959         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2960         that CRLF doesn't get translated to \n.
2961         (nnimap-open-connection): Don't make 'shell commands only send \n.
2962
2963 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2964
2965         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2966         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2967         Update var name.
2968         (nnml-generate-nov-file): Use dolist.
2969         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2970         Use with-current-buffer.
2971
2972 2010-09-18  Julien Danjou  <julien@danjou.info>
2973
2974         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2975         parallel.
2976
2977 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2978
2979         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2980         the range update right.
2981         (nnimap-request-group): Don't make `M-g' bug out on group with no
2982         marks.
2983         (nnoo): Require, so that other packages can require nnimap.
2984         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2985         command we're looking for.  This helps when the server sends more
2986         responses after we've gotten everything we expected.
2987         (nnimap): Add a `newlinep' field to keep track of end-of-line
2988         conventions.
2989         Don't send CRLF to things that don't want it.
2990         (nnimap-request-accept-article): Ditto.
2991
2992 2010-09-18  Julien Danjou  <julien@danjou.info>
2993
2994         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2995         than curl to retrieve images.
2996
2997 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2998
2999         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3000         the marks.
3001         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3002         (nnimap-wait-for-connection): New function.
3003         (nnimap-open-connection): If we have PREAUTH, don't query for login
3004         credentials.
3005         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3006         when doing a partial update.
3007
3008 2010-09-18  Julien Danjou  <julien@danjou.info>
3009
3010         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3011         tags.
3012
3013 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3014
3015         * nnimap.el (nnimap-credentials): New function.
3016         (nnimap-open-connection): Use the new function to look for credentials
3017         also on the numeric equivalents of "imap" and "imaps".
3018
3019         * gnus-start.el (gnus-activate-group): Send the info to
3020         gnus-request-group.
3021
3022         * nnimap.el (nnimap-request-group): Have the "check" version of the
3023         function parse flags and update the info, so that a `M-g' get a total
3024         resync of all flags from the group.
3025
3026         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3027         to allow backends to alter the info on group selection.  Also alter all
3028         the backend -request-group functions to take the parameter.
3029
3030         * nnimap.el (nnimap-store-info): New function.
3031         (nnimap-update-info): Store the info for later usage.
3032         (nnimap-request-group): Use the stored info for the dont-check case, so
3033         that we don't retrieve all marks when we enter a group.
3034
3035         * nnimap.el: Use deffoo instead of defun for interface functions.
3036
3037         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3038         update the group info.  This makes the nndraft groups, for instance, go
3039         back to their old behaviour.
3040
3041         * gnus-sum.el (gnus-select-newsgroup): Indent.
3042
3043         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3044         in.
3045         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3046         nothing.
3047
3048         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3049         from methods that are denied.
3050
3051         * gnus-int.el (gnus-method-denied-p): New function.
3052
3053         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3054         store the password instead of netrc.
3055         (nnimap-open-connection): Don't error out when we can't make a
3056         connections.
3057
3058         * auth-source.el (auth-source-create): In the password prompt, say what
3059         we're querying for.  Also prompt for user name if that hasn't been
3060         given.
3061
3062         * nnimap.el (nnimap-with-process-buffer): Remove.
3063
3064 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3065
3066         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3067         method when we're reading from the agent.
3068
3069         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3070
3071         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3072         that's probably most useful for users.
3073
3074         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3075         "failed" all the time.
3076
3077         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3078         ...)) with (with-current-buffer ... ).
3079
3080         * nntp.el (nntp-open-server): Return whether the open was successful or
3081         not.
3082
3083         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3084         select an unread unseen article first.
3085
3086         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3087         /etc/services, supply some sensible port defaults.
3088
3089         * dgnushack.el: Define netrc-credentials.
3090
3091 2010-09-17  Julien Danjou  <julien@danjou.info>
3092
3093         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3094
3095 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3096
3097         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3098         doesn't have any parameters.
3099
3100 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3101
3102         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3103         only upcased checks.
3104
3105         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3106
3107         * nnimap.el (nnimap-open-shell-stream): New function.
3108         (nnimap-open-connection): Use it.
3109         (nnimap-transform-headers): Get the number of lines in each message.
3110         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3111         number of lines.
3112         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3113         problem.
3114
3115         * utf7.el (utf7-encode): Autoload.
3116
3117         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3118         to allow the mail splitting to not return a default group.  This is
3119         useful for nnimap, which will leave unmatched mail in the inbox.
3120
3121         * nnimap.el: Rewritten.
3122
3123         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3124         nnimap usage.
3125
3126         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3127         if the move is internal, so that nnimap can do fast internal moves.
3128
3129         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3130         data.
3131         (gnus-read-active-for-groups): Support finishing the early retrieval of
3132         data.
3133
3134         * gnus-range.el (gnus-range-nconcat): New function.
3135
3136         * gnus-int.el (gnus-finish-retrieve-group-infos)
3137         (gnus-retrieve-group-data-early): New functions.
3138
3139 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3140
3141         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3142         (nnrss-retrieve-groups):
3143         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3144         (pop3-quit): Use with-current-buffer.
3145
3146 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3149         instead of nnheader-accept-process-output.
3150
3151         * dgnushack.el (dgnushack-compile): Add comment.
3152
3153         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3154
3155         * gnus-html.el (gnus-html-schedule-image-fetching)
3156         (gnus-html-prefetch-images): Replace process-kill-without-query by
3157         gnus-set-process-query-on-exit-flag.
3158
3159 2010-09-16  Romain Francoise  <romain@orebokech.com>
3160
3161         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3162
3163 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3164
3165         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3166         parameter to unintern is mandatory-ish in Emacs 24.
3167
3168         * gnus-html.el (gnus-html-schedule-image-fetching)
3169         (gnus-html-prefetch-images): Check for curl before using it.
3170
3171         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3172         depend on curl, which isn't essential.
3173
3174         * imap.el: Revert back to version
3175         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3176         seem problematic.
3177
3178 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3179
3180         * gnus-registry.el (gnus-registry-install-shortcuts):
3181         Explicitly pass `obarray' to `unintern' to avoid a warning.
3182
3183 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3184
3185         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3186         change.
3187
3188         * nnrss.el (nnrss-request-list): Remove this function and related
3189         functions, including the moreover stuff.
3190
3191 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3192
3193         * nnrss.el (nnrss-retrieve-groups): New function.
3194
3195 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3196
3197         * .dir-locals.el: Add no-byte-compile cookie.
3198
3199 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3200
3201         * time-date.el (format-seconds): Comment fix.
3202
3203         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3204         for back end that doesn't support request-scan.
3205
3206 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3207
3208         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3209         then do request scans from the backends.
3210
3211         * netrc.el (netrc-credentials): New conveniency function.
3212
3213         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3214         avoid running a hook per line, since this takes a lot of time,
3215         profiling shows.
3216         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3217         directly if gnus-visual-p is true.
3218
3219 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3220
3221         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3222         groups; replace mapcar with dolist which is a bit faster; pass groups
3223         info to gnus-read-active-file-1.
3224         (gnus-read-active-file-1): Scan only specified groups if the new
3225         optional arg `infos' is given.
3226
3227 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3228
3229         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3230
3231         * pop3.el (pop3-movemail): Remove.
3232         (pop3-streaming-movemail): Rename to pop3-movemail.
3233
3234         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3235         don't restrict end-tag searches to the end of the line.
3236
3237 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3238
3239         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3240         articles of every unchecked group to t, which means unknown since the
3241         server has never been opened.
3242
3243 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3244
3245         * gnus-html.el (gnus-html-show-alt-text): New command.
3246         (gnus-html-browse-image): Ditto.
3247         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3248         to browse the image directly.
3249         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3250         better.
3251
3252         * gnus-async.el (gnus-async-article-callback):
3253         Call `gnus-html-prefetch-images' unconditionally.
3254
3255         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3256         before feeding URLs to curl.
3257
3258 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3259
3260         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3261         internal images as deletable by `W D D'.
3262
3263         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3264         (gnus-async-article-callback): Fix typo.
3265
3266 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3267
3268         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3269         current line to work around bugs in the output from w3m.
3270
3271         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3272         for groups that want that.
3273
3274         * nntp.el (nntp-wait-for-string): Supply a timeout for
3275         accept-process-output to ensure progress.
3276
3277         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3278         level to get unread articles from, then use that for foreign groups,
3279         too.
3280
3281         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3282         confuses the rest of the function.
3283
3284         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3285         for the methods that support -retrieve-groups, too.
3286
3287         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3288
3289 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3290
3291         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3292         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3293
3294         * pop3.el: Require cl when compiling.
3295         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3296
3297 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3298
3299         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3300         that aren't going to be activated.
3301         (gnus-get-unread-articles): Fix up the last commit.
3302
3303         * gnus-html.el (gnus-article-html): Allow calling without specifying
3304         the handle.  In that case, dissect the buffer first.
3305
3306         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3307
3308         * nnimap.el (nnimap-open-connection): Revert the change that would look
3309         into authinfo for imaps instead of imap.
3310
3311         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3312         say that you don't want to call gnus-request-group with don-check, but
3313         do check the reponse.  This is for virtual groups only.
3314         (gnus-get-unread-articles): Count the archive groups as secondary, so
3315         that they're activated the same way as before.
3316
3317         * imap.el (imap-message-map): Removed optional buffer parameter, since
3318         no callers use it.
3319         (imap-message-get): Ditto.
3320         (imap-message-put): Ditto.
3321         (imap-mailbox-map): Ditto.
3322         (imap-mailbox-put): Ditto.
3323         (imap-mailbox-get): Ditto.
3324         (imap-mailbox-get): Revert last change for this function.
3325
3326         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3327         case-insensitively.
3328         (nnimap-debug): Remove.
3329
3330         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3331         to use `imap-fetch' instead.  According to the comments, this should be
3332         safe, since all other IMAP clients use the 1:* syntax.
3333         (imap-enable-exchange-bug-workaround): Removed.
3334         (imap-debug): Removed -- doesn't seem very useful.
3335
3336         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3337         mail from a file, and the file doesn't exist.
3338
3339         * imap.el (imap-log): New convenience function used throughout instead
3340         of repeating the same code all over the place.
3341
3342         * pop3.el (pop3-streaming-movemail): Return t for success.
3343
3344         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3345         .authinfo if we're using ssl connection.
3346
3347         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3348         already have if we're in a main Gnus `g' run.
3349
3350         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3351
3352 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3353
3354         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3355
3356         * nnmh.el (nnmh-request-list-1): Bind `file'.
3357
3358         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3359         alias to set-process-query-on-exit-flag or process-kill-without-query.
3360         (pop3-open-server): Use it.
3361
3362 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3363
3364         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3365         box to the Incoming file.  Fixes mistake in previous checkin.
3366
3367         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3368         request loop (for debugging purposes) removed.
3369
3370         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3371         culprit is more visible.
3372         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3373         (nnml-add-incremental-nov): New functions to do "incremental" nov
3374         updates, where we just append to the end of the existing nov files
3375         without reading/writing them in full.
3376
3377         * mail-source.el (mail-source-delete-crash-box): Really only check the
3378         incoming files once in a while.
3379
3380         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3381
3382         * mail-source.el (mail-source-delete-crash-box): Only check the
3383         incoming files for deletion once per day to save a lot of file
3384         accesses.
3385
3386         * pop3.el (pop3-logon): Fix up unbound variable typo.
3387
3388         * mail-source.el (pop3-streaming-movemail): Autoload.
3389
3390         * pop3.el (pop3-streaming-movemail):
3391         Respect pop3-leave-mail-on-server.
3392
3393         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3394         retrieval.
3395
3396         * pop3.el (pop3-process-filter): Remove unused function.
3397         (pop3-streaming-movemail, pop3-send-streaming-command)
3398         (pop3-wait-for-messages, pop3-write-to-file)
3399         (pop3-number-of-responses): New functions for streaming pop3
3400         retrieval.
3401
3402         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3403         come from no known methods.
3404         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3405         list.
3406
3407         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3408         message sizes.
3409         (pop3-movemail): Use erase-buffer instead of looping and deleting
3410         regions, which seems rather odd.
3411
3412         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3413         file once per `g' run.
3414
3415         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3416         directories.  This makes the draft queue directory work.
3417
3418         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3419         data from the backends, so that we only request the list of groups from
3420         each method once.  This should speed things up considerably.
3421
3422         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3423         detect that it's not implemented.
3424
3425         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3426         we actually do recurse down into the tree, but don't stat all leaf
3427         nodes.
3428
3429         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3430         then say so instead of bugging out.
3431
3432         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3433         files exist before trying to read them.
3434
3435         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3436         around <pre_int>.
3437
3438         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3439
3440         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3441
3442 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3443
3444         * mm-util.el (mm-image-load-path): Just return the image directories,
3445         not all directories in the path in addition to the image directories.
3446         (mm-image-load-path): Maintain a cache of the image directories so that
3447         the `g' command in Gnus doesn't have to stat dozens of directories each
3448         time.
3449
3450         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3451         (gnus-html-wash-tags): Add a new `i' command to insert images.
3452         (gnus-html-insert-image): New command and keystroke.
3453         (gnus-html-redisplay-with-images): New command and keystroke.
3454         (gnus-html-show-images): Rename command.
3455         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3456         spacers.
3457         (gnus-html-wash-tags): Decode entities at the end, so that entities
3458         inside the tags don't mess up the rest of the "parsing".
3459
3460         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3461         so that nnimap methods aren't agentized by default.  There's apparently
3462         many problems related to agent/imap behaviour.
3463
3464         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3465
3466         * gnus-html.el: Doc fix.
3467
3468 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3469
3470         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3471         specifier-spec-list for Emacs 21.
3472
3473         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3474         glyph-width and glyph-height instead of display-graphic-p and
3475         image-size; make avoidance of displaying small images work for XEmacs.
3476
3477         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3478         for XEmacs.
3479
3480         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3481         of symbol that holds plist data.
3482         (gnus-process-plist): Remove plist of process after getting it.
3483
3484 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3485
3486         * message.el (message-generate-hashcash): Change default to
3487         'opportunistic if hashcash is installed.
3488
3489         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3490         (gnus-html-put-image): Only call image-size once, since it's somewhat
3491         time-consuming on remote X servers.
3492
3493 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3494
3495         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3496         type on data, not a file name.
3497
3498         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3499         window-pixel-edges for Emacs 21.
3500
3501         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3502         decoded contents.
3503         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3504
3505 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3506
3507         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3508         group line format, since it isn't very interesting.
3509
3510         * gnus-agent.el (gnus-agent-short-article),
3511         (gnus-agent-long-article): Increase values for these two variables,
3512         since most people are likely to have more network connection and
3513         storage than before.
3514
3515         * gnus.el (gnus-refer-article-method): Change default to 'current.
3516         When referring an article, the common behaviour is to refer it from the
3517         current select method, not the native select method.  The chances of
3518         the native select method having the message in question is rather slim
3519         these days.
3520
3521         * gnus-sum.el (gnus-auto-select-subject): Change default to
3522         `unseen-or-unread'.  I think it's likely that most people want to
3523         select an unseen article over a previously seen, but unread one.
3524
3525         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3526         means that in the article buffer none of the minor mode elements will
3527         be shown, usually, and this is not desirable in most cases.
3528
3529         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3530         that commands like `d' (and the like) go to the next line in the
3531         buffer, instead of the next unread article.  I think this is the
3532         behaviour that is most natural for most users.
3533         (gnus-single-article-buffer): Change default to nil, so that people can
3534         have as many article buffers open as they have summary buffer.  I think
3535         this is the most natural way for the groups to behave.
3536
3537         * message.el (message-generate-new-buffers): Change default to
3538         `unsent', so that all new message buffers start their names with the
3539         string "*unsent", and it's easier to find the buffers if you move from
3540         them.
3541
3542 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3543
3544         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3545         small.  They're probably tracking images.
3546         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3547         (gnus-html-rescale-image): Yet another try at getting the image sizing
3548         right.
3549
3550         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3551         nntp-marks-file-name is nil.
3552
3553 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3554
3555         * gnus-html.el (gnus-html-wash-tags)
3556         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3557         Better logging.
3558
3559 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3560
3561         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3562
3563         * gnus-html.el (gnus-html-wash-tags): Check the value of
3564         gnus-blocked-images in the summary buffer.
3565
3566 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3567
3568         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3569
3570 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3571
3572         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3573         like "a", it seems like.
3574         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3575         since it needs to be picked from the correct buffer.
3576
3577         * nnwfm.el: Remove.
3578
3579         * nnlistserv.el: Remove.
3580
3581 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3582
3583         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3584         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3585
3586 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3587
3588         * nnkiboze.el: Remove.
3589
3590         * nndb.el: Remove.
3591
3592         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3593         alt text.
3594         (gnus-html-rescale-image): Try to get the rescaling logic right for
3595         images that are just wide and not tall.
3596
3597         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3598         overshadow variable bindings.
3599
3600 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3601
3602         * gnus-html.el (gnus-html-wash-tags)
3603         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3604         Add extra logging.
3605
3606 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3607
3608         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3609         (gnus-max-image-proportion): New variable.
3610         (gnus-html-rescale-image): New function.
3611         (gnus-html-put-image): Rescale images.
3612
3613 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3614
3615         Fix up some byte-compiler warnings.
3616         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3617         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3618         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3619         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3620         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3621         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3622         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3623
3624 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3625
3626         * gnus-html.el (gnus-article-html): Decode contents by charset.
3627
3628 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3631         (gnus-html-frame-width, gnus-blocked-images)
3632         * message.el (message-prune-recipient-rules): Add custom version.
3633         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3634
3635         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3636         functions.
3637
3638         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3639         gnus-process-get.
3640
3641 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3642
3643         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3644         instead of lsub directly.
3645
3646 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3647
3648         * nnwarchive.el: Remove.
3649
3650         * gnus-soup.el: Remove.
3651
3652         * nnsoup.el: Remove.
3653
3654         * nnultimate.el: Remove.
3655
3656         * gnus-html.el (gnus-blocked-images): New variable.
3657
3658         * message.el (message-prune-recipients): New function.
3659         (message-prune-recipient-rules): New variable.
3660
3661         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3662         guess whether a long line is natural text or not.
3663
3664         * gnus-html.el (gnus-html-schedule-image-fetching):
3665         Use gnus-process-plist and friends for compatibility.
3666
3667 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3668
3669         * gnus-html.el: Require packages that define macros used in this file.
3670         (gnus-article-mouse-face): Declare to silence byte-compiler.
3671         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3672         process-get.
3673         (gnus-html-put-image): Use plist-get to avoid getf.
3674         (gnus-html-prefetch-images): Use with-current-buffer.
3675
3676 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3677
3678         * gnus-ems.el: Provide compatibility functions for
3679         gnus-set-process-plist.
3680
3681         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3682         header-line-format for XEmacs 21.4.
3683
3684         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3685         * gnus.el (gnus-valid-select-methods)
3686         * message.el (message-send-mail-partially-limit)
3687         * mm-decode.el (mm-text-html-renderer)
3688         * mml.el (mml-insert-mime-headers-always)
3689         * smiley.el (smiley-regexp-alist): Bump custom version.
3690
3691 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3692
3693         * gnus-html.el: require mm-url.
3694         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3695         with the url to `url'.
3696         (gnus-html-wash-tags): Support cid: URLs/images.
3697
3698 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3699
3700         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3701         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3702         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3703
3704         * gnus-move.el: Remove file, since it doesn't really work.
3705
3706         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3707         UTF-8.  This seems to fix problems with some German web feeds.
3708
3709         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3710         at the top so that the proper colours are applied.
3711
3712         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3713         don't have dots in their names.
3714
3715         * gnus-art.el (gnus-article-view-part): Doc fix.
3716
3717         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3718         XEmacs-compatible.
3719         (gnus-html-put-image): Don't do images on non-graphic displays.
3720
3721         * nnslashdot.el: Remove this unused backend.
3722
3723         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3724         actions.
3725         (gnus-undo-register-1): Revert last change.
3726
3727         * gnus-group.el (gnus-group-completing-read): Protect against not
3728         having completion-styles bound.
3729
3730         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3731         make broken recipients happier.
3732
3733         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3734
3735         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3736         point parameter.
3737
3738         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3739
3740         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3741         completion-styles for group selection.
3742
3743 2009-02-04  Andreas Schwab  <schwab@suse.de>
3744
3745         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3746         headers and regexp-quote the match if necessary.
3747
3748 2009-03-24  Miles Bader  <miles@gnu.org>
3749
3750         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3751         the blinking smiley.
3752
3753 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3754
3755         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3756         blink smiley.
3757
3758 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3759
3760         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3761         where the dribbel file lives exists.
3762
3763         * message.el (message-send-mail-partially-limit): Change the default to
3764         nil, since most people don't want this.
3765
3766         * mm-url.el (mm-url-decode-entities): Also decode entities like
3767         &#x3212.
3768
3769 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3770
3771         * gnus-sum.el (gnus-summary-idna-message):
3772         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3773         Hyperlink urls in docstrings with URL `...'.
3774
3775 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3776
3777         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3778         functions.
3779
3780 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3781
3782         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3783         say what the mouseover text should be.
3784
3785         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3786         version of the mm-w3m-safe-url-regexp variable to only download images
3787         in the groups where we want that to happen.
3788
3789         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3790
3791         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3792         easier debugging.
3793         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3794         big pictures in the article buffer.
3795
3796         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3797         gnus-article-html.
3798         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3799         w3m.
3800
3801         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3802
3803 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3804
3805         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3806         which doesn't exist.
3807
3808         * message.el (message-inhibit-ecomplete): New variable to allow some
3809         function to inhibit ecomplete address storage.
3810         (message-resend): Disable ecomplete message storage when resending
3811         messages.
3812
3813         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3814
3815 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3816
3817         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3818         Save excursion while copying, moving, and deleting articles in order to
3819         prevent the cursor from jumping to unforeseen place.
3820
3821 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3822
3823         * lpath.el: No need to bind bookmark-current-buffer,
3824         bookmark-yank-point and bookmark-make-record-function.
3825
3826 2010-08-17  Glenn Morris  <rgm@gnu.org>
3827
3828         * gnus-sync.el: Require gnus components whose functions are used.
3829
3830         * gnus-art.el (bookmark-make-record-function):
3831         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3832         Declare for compiler.
3833
3834         * mm-url.el (mml-compute-boundary): Autoload.
3835
3836 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3837
3838         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3839
3840 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3841
3842         Typo fix "hoo4a" -> "hook".
3843
3844         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3845
3846 2010-08-14  Glenn Morris  <rgm@gnu.org>
3847
3848         * gnus-sync.el (gnus-sync): Fix defgroup version.
3849
3850 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3851
3852         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3853
3854         * gnus-sync.el: Fix docs.
3855         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3856         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3857
3858 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3859
3860         Optimizations for gnus-sync.el.
3861
3862         * gnus-sync.el: Add docs about gnus-sync-backend
3863         possibilities.
3864         (gnus-sync-save): Remove unnecessary message.
3865         (gnus-sync-read): Optimize and show what groups were skipped.
3866
3867 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3868
3869         Minor bug fixes for gnus-sync.el.
3870
3871         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
3872         Don't read the sync on get-new-news.
3873
3874         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3875         quiet.
3876
3877         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
3878         (fix typo).
3879
3880 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3881
3882         Make saving and restoring of hidden threads work with overlays.
3883         Patch applied by Ted Zlatanov.
3884
3885         * gnus-sum.el (gnus-hidden-threads-configuration)
3886         (gnus-restore-hidden-threads-configuration): Update to deal with text
3887         properties, rather than searching for a magic character.
3888
3889 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3890
3891         New gnus-sync.el library for synchronization of marks.
3892
3893         * gnus-sync.el: New library for synchronization of marks.
3894
3895         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
3896         renamed from `gnus-registry-grep-in-list'.
3897
3898         * gnus-registry.el (gnus-registry-follow-group-p):
3899         Use `gnus-grep-in-list'.
3900
3901         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3902
3903 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3904
3905         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3906         determining charset of text fails.
3907
3908 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * nnmail.el (nnmail-get-new-mail-1): Revert.
3911
3912         * nnml.el (nnml-active-number): Make sure names of newly created groups
3913         in nnml-group-alist are encoded.
3914
3915 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3916
3917         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3918         containing non-ASCII characters in active file for nnml back end.
3919
3920 2010-07-24  David Engster  <dengste@eml.cc>
3921
3922         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3923         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3924
3925 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3926
3927         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3928         tag (Bug#6654).
3929
3930 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3931
3932         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3933         the article buffer, not the summary buffer.
3934
3935 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3936
3937         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3938         Emacs 23 as well.
3939
3940 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3941
3942         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3943         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3944
3945 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3946
3947         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3948         Patch applied by Karl Fogel.
3949
3950         * gnus-sum.el (gnus-summary-bookmark-make-record):
3951         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3952
3953 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3954
3955         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3956         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3957         C-w still not working correctly from Article buffers; Thierry's
3958         patch to fix that will be applied after this.
3959
3960         * gnus-art.el (bookmark-make-record-function): New local variable.
3961
3962         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3963         article buffer.
3964         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3965
3966 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3967
3968         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3969         on changes in bookmark.el.
3970
3971 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3972
3973         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3974         `no-log' instead of message not to log prompt string.
3975
3976 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3977
3978         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3979         the *other* type of HTML form submission.
3980
3981 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3982
3983         * auth-source.el (auth-source-pick): If choice does not contain a
3984         questioned keyword, set the check to t.
3985
3986 2010-06-12  Romain Francoise  <romain@orebokech.com>
3987
3988         * gnus-util.el (gnus-date-get-time): Move up before first use.
3989
3990 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3991
3992         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3993         (gnus-article-edit-part): Bind it to make last part that is substituted
3994         or deleted visible.
3995         (gnus-mime-display-single): Buttonize part of which id equals to
3996         gnus-mime-buttonized-part-id.
3997
3998 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3999
4000         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4001         (gnus-dd-mmm): Use gnus-date-get-time.
4002         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4003         simplify logic.
4004         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4005         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4006
4007 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4008
4009         * auth-source.el (top): Autoload `secrets-list-collections',
4010         `secrets-create-item', `secrets-delete-item'.
4011         (auth-sources): Fix tag string.
4012         (auth-get-source, auth-source-retrieve, auth-source-create)
4013         (auth-source-delete): New defuns.
4014         (auth-source-pick): Rewrite in order to avoid 2 passes.
4015         (auth-source-forget-user-or-password): New parameter USERNAME.
4016         (auth-source-user-or-password): New parameters CREATE-MISSING and
4017         DELETE-EXISTING.  Retrieve password interactively, if needed.
4018
4019 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4020
4021         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4022         deleting unused directories when gnus-expert-user is t.
4023
4024 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4025
4026         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4027         for each temp file when gnus-article-browse-delete-temp is ask.
4028
4029 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4030
4031         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4032         Lisp calls to delete-backward-char by calls to delete-char.
4033
4034 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4035
4036         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4037
4038 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4039
4040         * password-cache.el (password-cache-remove): Fix docstring.
4041
4042 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4043
4044         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4045         article unless decoding article to be saved.
4046
4047 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4048
4049         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4050         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4051         generated within the mm-with-unibyte-current-buffer macro.
4052
4053 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4054
4055         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4056         to nil when we're in a mml-preview buffer and no group is selected.
4057
4058 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4059
4060         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4061         when catching the `C-g'.  Reported by "Leo".
4062
4063 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * message.el (message-forward-make-body-plain)
4066         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4067         multibyte-string-p.
4068
4069         * lpath.el: Revert.
4070
4071 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4072
4073         * message.el (message-forward-make-body-mml): Assume original message
4074         is multibyte string; error on unibyte.
4075         (message-forward-make-body-plain): Ditto; don't add excessive newline
4076         in body end.
4077
4078         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4079
4080 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4081
4082         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4083         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4084
4085 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4086
4087         * mm-extern.el (mm-extern-url): Don't use
4088         mm-with-unibyte-current-buffer.
4089         (mm-extern-cache-contents): Use with-current-buffer instead of
4090         save-excursion + set-buffer.
4091
4092 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4093
4094         * mm-util.el (mm-emacs-mule): Remove.
4095
4096 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4097
4098         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4099         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4100         change.
4101
4102 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4105         bind the default value of enable-multibyte-characters to nil.
4106
4107 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4108
4109         * message.el (message-forward-make-body-plain)
4110         (message-forward-make-body-mml):
4111         Don't use mm-with-unibyte-current-buffer.
4112
4113 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4114
4115         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4116
4117 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4118
4119         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4120         (Bug#5592).
4121
4122 2010-05-07  Julien Danjou  <julien@danjou.info>
4123
4124         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4125         it to mm-pipe-part.
4126
4127         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4128         it is given.
4129
4130 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4131
4132         * binhex.el (binhex-decode-region-internal)
4133         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4134         (dns-query)
4135         * nnweb.el (nnweb-gmane-search)
4136         * pgg-parse.el (pgg-parse-armor)
4137         * pgg.el (pgg-verify-region)
4138         * sha1.el (sha1-string-external)
4139         * uudecode.el (uudecode-decode-region-internal)
4140         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4141         XEmacs.
4142
4143         * gnus-art.el (gnus-article-browse-html-parts)
4144         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4145         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4146         make-temp-file.
4147
4148         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4149         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4150         compiling.
4151
4152         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4153         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4154         XEmacs when compiling.
4155
4156         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4157         gnus-pick-mode-off-hook for XEmacs when compiling.
4158         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4159         gnus-binary-mode-off-hook for XEmacs when compiling.
4160
4161         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4162         Return nil if char-charset is not available.
4163
4164         * imap.el (imap-disable-multibyte)
4165         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4166         macros.
4167
4168         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4169         instead of encode-coding-string.
4170
4171         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4172         'xemacs) instead of mm-emacs-mule to switch function definitions.
4173         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4174
4175         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4176         bind temporary-file-directory for XEmacs;
4177         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4178         timer-set-function for XEmacs 21.4 and SXEmacs;
4179         bind timer-list for XEmacs 21.4 and SXEmacs;
4180         fbind char-charset and find-charset-region for non-Mule XEmacs;
4181         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4182         encode-coding-region and encode-coding-string for XEmacs having no
4183         file-coding feature.
4184
4185 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4186
4187         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4188
4189 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4192         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4193
4194 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4195
4196         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4197         alias `jka-compr-delete-temp-file' no longer exists.
4198
4199 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4200
4201         Use define-minor-mode in Gnus where applicable.
4202         * mml.el (mml-mode): Use define-minor-mode.
4203         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4204         (gnus-undo-mode): Use define-minor-mode.
4205         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4206         (gnus-dead-summary-mode): Use define-minor-mode.
4207         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4208         Initialize in declaration.
4209         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4210         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4211         (gnus-mailing-list-mode): Use define-minor-mode.
4212         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4213         (gnus-draft-mode): Use define-minor-mode.
4214         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4215         (gnus-dired-mode): Use define-minor-mode.
4216
4217 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4218
4219         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4220         handles on recursive mml-to-mime translation and check them for
4221         boundary delimiter collisions.  Reported by Greg Troxel.
4222
4223 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4226
4227 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4228
4229         * mm-util.el (mm-find-buffer-file-coding-system):
4230         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4231
4232 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4233
4234         * message.el (message-generate-headers): Record insertion of optional
4235         headers as well.  Otherwise the check to prevent repeated insertion of
4236         optional headers is a no-op.
4237
4238 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4239
4240         * smime.el: Don't mention CVS.
4241
4242         * nnrss.el (nnrss-fetch): Don't mention CVS.
4243
4244         * nnir.el: Don't mention CVS.
4245
4246 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4247
4248         * gnus-sum.el (gnus-summary-bookmark-make-record):
4249         Add `location' field.
4250
4251 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4252
4253         * lpath.el: Fbind bookmark-default-handler,
4254         bookmark-get-bookmark-record, bookmark-make-record-default,
4255         bookmark-prop-get for Emacs <23 and XEmacs.
4256
4257 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4258
4259         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4260         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4261         Use with-current-buffer to silence the byte-compiler.
4262         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4263         bother to require `gnus'.
4264         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4265
4266 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4267
4268         * gnus-sum.el (gnus-summary-bookmark-make-record)
4269         (gnus-summary-bookmark-jump): New functions.
4270         (gnus-summary-mode): Setup bookmark support.
4271
4272 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4273
4274         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4275         if set.
4276
4277 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4278
4279         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4280         gnus-article-browse-html-save-cid-image; make it work recursively for
4281         forwarded messages as well.
4282         (gnus-article-browse-html-parts): Work when prefix arg is given.
4283         (gnus-article-browse-html-article): Doc fix.
4284
4285 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4286
4287         * message.el (message-default-mail-headers):
4288         (message-default-headers): Carry the value mail-default-headers over
4289         into message-default-mail-headers, rather than message-default-headers.
4290
4291 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4292
4293         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4294         charset.
4295
4296         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4297         charset into the <meta> tag when the article is encoded to utf-8.
4298
4299 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * gnus-art.el (gnus-article-browse-delete-temp-files):
4302         Delete directories as well.
4303         (gnus-article-browse-html-parts): Work for images that do not specify
4304         file names; delete temp directory when quitting; insert header at the
4305         right place; use file: scheme for image files.
4306
4307 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4308
4309         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4310         (gnus-article-browse-html-parts): Use it to make temporary cid image
4311         files in addition to html file so that browser may display them.
4312
4313 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4314
4315         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4316
4317 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4318
4319         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4320
4321 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4322
4323         * auth-source.el (auth-sources): Change default to be simpler.
4324         Explain about Secret Service API sources.  Improve Customize options.
4325         (auth-source-pick): Change to accept any number of search parameters.
4326         Implement fallbacks iteratively, not recursively.  Add scoring on the
4327         second pass and sort by score.  Call Secret Service API when needed.
4328         (auth-source-user-or-password): Use it.  Call Secret Service API
4329         directly when needed to get the user name and the password.
4330
4331 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4332
4333         * message.el (message-interactive): Doc fix.
4334         (message-qmail-inject-args): Reflow.
4335         (message-kill-to-signature): Fix typo in docstring.
4336
4337         * smiley.el (smiley-buffer): Fix typo in docstring.
4338
4339 2010-03-24  Glenn Morris  <rgm@gnu.org>
4340
4341         * mail-source.el (gnus-message): Declare.
4342         (mail-source-delete-old-incoming): Require gnus-util.
4343
4344 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4345
4346         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4347
4348         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4349
4350         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4351         password-cache's default if it is not bound.
4352         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4353         password-cache-expiry's default if it is not bound.
4354
4355         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4356         available in Emacs 21.
4357
4358         * lpath.el: Suppress compiler warnings for:
4359         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4360         XEmacs;
4361         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4362         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4363         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4364
4365 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4366
4367         * auth-source.el (auth-sources): Fix up definition so extra parameters
4368         are always inline.
4369
4370 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4371
4372         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4373         wasn't updated after mismatch.  Clear cached mailbox info correctly
4374         when uidvalidity changes.
4375         (nnimap-group-prefixed-name): New function to avoid some code
4376         duplication.
4377         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4378         (nnimap-request-group): Use it.
4379         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4380         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4381         with many imap folders.  This is done by caching the group status from
4382         the imap server persistently in a group parameter `imap-status'.  (This
4383         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4384         but not persistently, so every Gnus startup was still very slow.)
4385
4386 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4387
4388         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4389         delete the extra newline.  Otherwise editing of :string and :number
4390         types don't work.
4391
4392 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4393
4394         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4395         secrets.el dependency.
4396         (auth-sources): Add optional user name.  Add secrets.el configuration
4397         choice (unused right now).
4398
4399 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4400
4401         * gnus-sum.el (gnus-summary-make-menu-bar):
4402         Let `gnus-registry-install-shortcuts' fill in the functions.
4403
4404         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4405         warnings.
4406         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4407         (gnus-registry-install-shortcuts): Populate and use it in a
4408         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4409
4410 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4411
4412         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4413         In-place substitutions for the group name encoding/decoding.
4414         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4415         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4416         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4417         (nnimap-update-unseen, nnimap-request-list)
4418         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4419         (nnimap-request-set-mark, nnimap-split-to-groups)
4420         (nnimap-split-articles, nnimap-request-newgroups)
4421         (nnimap-request-create-group, nnimap-request-accept-article)
4422         (nnimap-request-delete-group, nnimap-request-rename-group)
4423         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4424         `encoded-mbx' for consistency.
4425         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4426         variable `imap-current-mailbox'.
4427
4428         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4429         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4430
4431 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4432
4433         * pop3.el (pop3-display-message-size-flag): Display message size byte
4434         counts during POP3 download.
4435         (pop3-movemail): Use it.
4436         (pop3-list): Implement listing of available messages.
4437
4438 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4439
4440         * nnir.el (nnir-get-article-nov-override-function): New function to
4441         override the normal NOV retrieval.
4442         (nnir-retrieve-headers): Use it.
4443
4444 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4445
4446         * auth-source.el (netrc-machine-user-or-password): Autoload.
4447
4448 2010-03-19  Glenn Morris  <rgm@gnu.org>
4449
4450         Stop message.el from loading about 40 libraries it doesn't always need.
4451         The general approach is to autoload rather than require, and to
4452         require in the specific functions rather than the file.  (Bug#5642)
4453
4454         * gmm-utils.el: Don't require wid-edit.
4455         (widget-create-child-value, widget-convert, widget-default-get):
4456         Autoload.
4457
4458         * gnus-util.el: Don't require time-date, netrc.
4459         (message-fetch-field, gnus-group-name-decode): Declare rather than
4460         autoloading.
4461         (gnus-fetch-field): Require message.
4462         (gnus-decode-newsgroups): Require gnus-group.
4463
4464         * ietf-drums.el: Don't require time-date.
4465
4466         * message.el: Don't require hashcash, canlock, ecomplete.
4467         Do require mail-utils.  Require nnheader only when compiling.
4468         (smtpmail-default-smtp-server): Remove declaration.
4469         (message-send-mail-function): Check smtpmail-default-smtp-server
4470         is bound rather than requiring smtpmail.
4471         (message-auto-save-directory, message-insert-signature):
4472         Use expand-file-name rather than nnheader-concat.
4473         (nnheader-insert-file-contents): Autoload.
4474         (hashcash-wait-async): Declare.
4475         (message-send-mail): Only call gnus-setup-posting-charset if
4476         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4477         (message-send-mail-with-sendmail): Require sendmail.
4478         (canlock-password, canlock-password-for-verify): Declare.
4479         (message-canlock-password): Require canlock.
4480         (nnheader-get-report): Autoload.
4481         (gnus-setup-posting-charset): Declare.
4482         (message-send-news): Require gnus-msg.
4483         (message-make-references, message-make-in-reply-to): Use mail-header-id
4484         rather than the alias mail-header-message-id.
4485         (ecomplete-add-item, ecomplete-save): Declare.
4486         (message-put-addresses-in-ecomplete): Require ecomplete.
4487         (ecomplete-display-matches): Autoload.
4488
4489         * mm-decode.el: Don't require mailcap, gnus-util.
4490         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4491         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4492         Autoload.
4493         (mailcap-mime-extensions): Declare.
4494
4495         * mm-encode.el: Don't require mailcap.
4496         (mailcap-extension-to-mime): Autoload.
4497
4498         * mml-sec.el: Don't require password-cache.
4499
4500         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4501         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4502         (mml-minibuffer-read-type): Require mailcap.
4503         (mml-preview): Require gnus-msg.
4504
4505         * mml1991.el: Require password-cache.
4506         (password-cache-expiry): Remove declaration.
4507
4508         * mml2015.el: Require password-cache.
4509         (password-cache-expiry): Remove declaration.
4510
4511         * nneething.el (mailcap): Require mailcap.
4512
4513         * nnheader.el (declare-function): Add compatibility stub.
4514         (message-remove-header): Declare rather than autoload.
4515         (nnheader-replace-header): Require message.
4516
4517         * nnimap.el (declare-function): Add compatibility stub.
4518         (netrc-parse, netrc-machine-user-or-password): Declare.
4519         (nnimap-open-connection): Require netrc.
4520
4521         * nntp.el (declare-function): Add compatibility stub.
4522         (netrc-parse, netrc-machine, netrc-get): Declare.
4523         (nntp-send-authinfo): Require netrc.
4524
4525         * rfc2047.el: Don't require qp.
4526         (quoted-printable-encode-region, quoted-printable-decode-string):
4527         Autoload.
4528
4529         * sieve-mode.el: Don't require easymenu.
4530         (easy-menu-add-item): Autoload it.
4531
4532         * spam-stat.el (time-to-number-of-days): Autoload it.
4533
4534 2010-03-19  Glenn Morris  <rgm@gnu.org>
4535
4536         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4537
4538 2010-03-18  Glenn Morris  <rgm@gnu.org>
4539
4540         * hashcash.el (declare-function): Remove duplicate definition.
4541
4542 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4543
4544         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4545         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4546         value if any backslash escapes).
4547
4548 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4549
4550         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4551         if it is available.  (bug#5647)
4552
4553         * lpath.el: Suppress compiler warning for coding-system-from-name for
4554         Emacs 21 and XEmacs.
4555
4556 2010-03-14  Juri Linkov  <juri@jurta.org>
4557
4558         * hmac-def.el:
4559         * hmac-md5.el:
4560         * netrc.el: Fix keywords.
4561
4562 2010-02-26  Glenn Morris  <rgm@gnu.org>
4563
4564         * message.el (message-send-mail-function): Change the default, so that
4565         it inherits from a customized send-mail-function.  (Bug#5643)
4566
4567 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4568
4569         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4570         shell-command-to-string signals an error (bug#5299).
4571
4572 2010-02-24  Glenn Morris  <rgm@gnu.org>
4573
4574         * message.el (message-smtpmail-send-it)
4575         (message-send-mail-with-mailclient): Doc fixes.
4576
4577 2010-02-16  Glenn Morris  <rgm@gnu.org>
4578
4579         * message.el (message-default-mail-headers): Change the default value
4580         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4581
4582 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4583
4584         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4585         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4586
4587 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4588
4589         * time-date.el (date-to-time): Doc fix (Bug#5408).
4590
4591 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4592
4593         * message.el (message-mail): Just pass yank-action on to message-setup.
4594         (message-setup): Handle (FUN . ARGS) form of yank-action.
4595         (message-with-reply-buffer, message-widen-reply)
4596         (message-yank-original): Handle non-buffer values of
4597         message-reply-buffer (Bug#4080).
4598         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4599
4600 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4601
4602         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4603         Fix typo in docstring.
4604
4605 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4606
4607         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4608         response.
4609
4610 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4611
4612         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4613
4614         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4615
4616         * message.el (message-check-news-header-syntax): Protect against a
4617         string that `rfc822-addresses' returns when parsing fails.
4618
4619 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4620
4621         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4622         (gnus-previous-char-property-change): New functions.
4623
4624         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4625
4626 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4627
4628         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4629         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4630
4631 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4632
4633         * message.el (message-exchange-point-and-mark): Rework last change to
4634         avoid using optional arg of exchange-point-and-mark, for backward
4635         compatibility.
4636
4637 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4638
4639         * message.el (message-exchange-point-and-mark):
4640         Call exchange-point-and-mark with an argument rather than setting
4641         mark-active by hand (Bug#5175).
4642
4643 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4644
4645         * nntp.el (nntp-service-to-port): Work for service expressed with
4646         numeric string; replace [:digit:] with [0-9] for XEmacs.
4647
4648 2009-12-17  Glenn Morris  <rgm@gnu.org>
4649
4650         * gnus-group.el (gnus-bug-group-download-format-alist):
4651         Change emacs entry to debbugs.gnu.org.  Bump :version.
4652
4653 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4654
4655         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4656
4657 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4658
4659         * message.el (message-info): Explain why we use `Info-goto-node'.
4660
4661 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4662
4663         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4664
4665 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4666
4667         * message.el (message-completion-in-region): New compatibility function.
4668         (message-expand-group): Use it.
4669
4670 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4671
4672         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4673         with no unread article should be listed if the 2nd arg `predicate' is
4674         given.
4675
4676 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4677
4678         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4679
4680 2009-11-29  Juri Linkov  <juri@jurta.org>
4681
4682         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4683         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4684         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4685
4686 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4687
4688         * sha1.el (sha1-string-external): default-directory "/" in case
4689         otherwise non-existent.  process-connection-type pipe for touch of
4690         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4691
4692 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4693
4694         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4695         it's comms related and sgml-mode.el has "comm" on that basis too.
4696
4697 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4698
4699         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4700         containing tspecial characters if they have been already quoted.
4701
4702 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4703
4704         * dns-mode.el (auto-mode-alist): Purecopy string.
4705
4706 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4707
4708         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4709
4710 2009-10-24  Glenn Morris  <rgm@gnu.org>
4711
4712         * gnus-art.el (help-xref-stack-item): Define for compiler.
4713
4714 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4715
4716         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4717
4718 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4719
4720         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4721
4722 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4723
4724         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4725         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4726
4727 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4728
4729         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4730         (gnus-overlays-in): New alias to overlays-in.
4731
4732         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4733         gnus-overlay-get, and gnus-delete-overlay.
4734         (gnus-summary-show-thread): Make it work as well for systems in which
4735         next-single-char-property-change is not available.
4736         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4737
4738         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4739         (gnus-overlay-get): New alias to extent-property.
4740         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4741
4742         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4743         SXEmacs.
4744
4745         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4746         SXEmacs.
4747
4748 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4749
4750         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4751
4752 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4753
4754         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4755         and XEmacs that don't have `remove-overlays'.
4756
4757 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4758
4759         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4760         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4761         selective display.  Use overlays instead.
4762
4763 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4764
4765         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4766
4767 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4768
4769         * spam-stat.el (spam-stat-load): Fix typo in message.
4770
4771 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4772
4773         * dig.el (dig-invoke): Fix typo in docstring.
4774         (query-dig): Reflow docstring.
4775
4776 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4777
4778         * gnus-art.el (gnus-article-encrypt-body):
4779         * message.el (message-check-recipients):
4780         * mm-util.el (mm-codepage-setup):
4781         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4782         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4783
4784 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4785
4786         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4787         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4788         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4789         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4790         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4791
4792 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4793
4794         * dig.el: Add "Keywords: comm", as per net-utils.el.
4795
4796 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4797
4798         * dig.el (dig-mode): Use define-derived-mode.
4799
4800 2009-09-19  Glenn Morris  <rgm@gnu.org>
4801
4802         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4803
4804 2009-09-18  Glenn Morris  <rgm@gnu.org>
4805
4806         * gnus-diary.el (gnus-diary-check-message):
4807         * message.el (message-insert-formatted-citation-line):
4808         * nnbabyl.el (top-level):
4809         * nndiary.el (nndiary-schedule):
4810         Fix typos in condition-case handlers.
4811
4812 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4813
4814         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4815         configuration that provides the sole article window in a frame;
4816         position point correctly after deleting a part.
4817
4818 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4819
4820         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4821         (spam-resolve-registrations-routine): Use it to unregister articles
4822         that change status.
4823
4824 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4825
4826         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4827         with XEmacs.
4828         (parse-time-string-chars): Use it.
4829
4830 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4831
4832         * imap.el (imap-interactive-login): Better messages.
4833         (imap-open): Fix bug with renamed buffer on reconnect.
4834         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4835         for easier debugging and cleaner code.  On successful (guessed based on
4836         server capabilities) secondary authentication, set imap-state
4837         correctly.
4838         (imap-last-authenticator): Define imap-last-authenticator as a variable
4839         to avoid warnings.
4840
4841 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4842
4843         * nnrss.el (nnrss-request-article): Remove binding of
4844         default-enable-multibyte-characters that has gotten needless by
4845         the 2007-07-13 change in rfc2047-encode-message-header.
4846
4847         * mml.el (mml-insert-multipart): Error on the message header.
4848         (mml-insert-part): Error on the message header; position point at
4849         the end of a MIME tag.
4850
4851 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4852
4853         * time-date.el (autoload): Expand define-obsolete-function-alias into
4854         defalias and make-obsolete for old Emacsen that Gnus supports.
4855         (with-no-warnings): Define it for old Emacsen.
4856         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4857         is available.
4858         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4859         float-time is available; suppress compile warning for time-to-seconds.
4860
4861         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4862         (gnus-float-time): Alias to float-time if it exists.
4863
4864         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4865         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4866         float-time is available; suppress compile warning for time-to-seconds.
4867
4868         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4869         XEmacs.
4870
4871 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4872
4873         * imap.el (imap-message-map): Docstring fix.
4874
4875 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4878         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4879         Add the optional argument `encoding' that overrides the default.
4880
4881         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4882         mm-encode-buffer.
4883
4884 2009-09-04  Glenn Morris  <rgm@gnu.org>
4885
4886         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4887         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4888         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4889         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4890         * mm-util.el (mm-with-unibyte-current-buffer)
4891         (mm-find-buffer-file-coding-system):
4892         * yenc.el (yenc-decode-region): Use default-value rather than
4893         default-enable-multibyte-characters.
4894
4895 2009-09-03  Glenn Morris  <rgm@gnu.org>
4896
4897         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4898         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4899         than default-enable-multibyte-characters.
4900
4901 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4902
4903         * gnus-art.el (gnus-article-read-summary-keys):
4904         Fix gnus-buffer-configuration's value temporarily used.
4905
4906 2009-09-02  Glenn Morris  <rgm@gnu.org>
4907
4908         * gnus-util.el (gnus-float-time): New function.
4909         * gnus-delay.el (gnus-delay-article):
4910         * gnus-sum.el (gnus-thread-latest-date):
4911         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4912         * nnspool.el (nnspool-request-newgroups):
4913         Use gnus-float-time rather than time-to-seconds.
4914         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4915
4916         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4917         (gnus-header-subject-face, gnus-header-newsgroups-face)
4918         (gnus-header-name-face, gnus-header-content-face):
4919         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4920         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4921         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4922         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4923         (gnus-cite-face-11):
4924         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4925         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4926         (gnus-server-closed-face, gnus-server-denied-face)
4927         (gnus-server-offline-face):
4928         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4929         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4930         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4931         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4932         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4933         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4934         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4935         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4936         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4937         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4938         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4939         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4940         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4941         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4942         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4943         (gnus-summary-high-undownloaded-face)
4944         (gnus-summary-low-undownloaded-face)
4945         (gnus-summary-normal-undownloaded-face)
4946         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4947         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4948         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4949         (gnus-splash-face):
4950         * message.el (message-header-to-face, message-header-cc-face)
4951         (message-header-subject-face, message-header-newsgroups-face)
4952         (message-header-other-face, message-header-name-face)
4953         (message-header-xheader-face, message-separator-face)
4954         (message-cited-text-face, message-mml-face):
4955         * sieve-mode.el (sieve-control-commands-face)
4956         (sieve-action-commands-face, sieve-test-commands-face)
4957         (sieve-tagged-arguments-face):
4958         * spam.el (spam-face):
4959         Mark face aliases with "-face" in the name as obsolete.
4960
4961 2009-09-01  Glenn Morris  <rgm@gnu.org>
4962
4963         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4964         than goto-line.
4965
4966 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4967
4968         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4969         Don't move point if the command is invoked inside the message header.
4970
4971 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4972
4973         * imap.el (imap-send-command): Simplify.
4974         (imap-wait-for-tag): point-max -> buffer-size.
4975
4976 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4977
4978         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4979         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4980         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4981         * nnir.el (nnir-swish-e-index-file):
4982         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4983         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4984         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4985         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4986         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4987         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4988
4989 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4992         Don't save excursion.
4993
4994 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4995
4996         * nnheader.el (nnheader-find-file-noselect):
4997         * mm-util.el (mm-insert-file-contents):
4998         Use (default-value 'major-mode) instead of default-major-mode.
4999
5000 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5001
5002         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5003
5004 2009-08-26  Glenn Morris  <rgm@gnu.org>
5005
5006         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5007         than placing in files.el.
5008
5009 2009-08-25  Glenn Morris  <rgm@gnu.org>
5010
5011         * nnir.el (top-level): Don't require cl at run-time.
5012         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5013         Replace cl-function substitute with gnus-replace-in-string.
5014         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5015         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5016         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5017         simplified expansions.
5018
5019 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5020
5021         * dig.el (dig): Add autoload cookie.
5022
5023 2009-08-22  Glenn Morris  <rgm@gnu.org>
5024
5025         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5026         goto-line.
5027
5028 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5029
5030         * parse-time.el (parse-time-string-chars): Save match data.
5031
5032 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5033
5034         * parse-time.el (parse-time-string-chars): Compute using character
5035         classes, to handle non-ascii characters (Bug#3190).
5036
5037 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5038
5039         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5040
5041         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5042         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5043         (gnus-mm-display-part, gnus-mime-display-single)
5044         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5045         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5046
5047         * gnus-sum.el
5048         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5049         (gnus-summary-move-article): Add expirable mark to articles copied or
5050         moved to group that has auto-expire turned on if the option is non-nil.
5051
5052 2009-07-24  Glenn Morris  <rgm@gnu.org>
5053
5054         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5055         Fix typo.  (Bug#3903)
5056
5057 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5058
5059         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5060         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5061         that should not be used for draft articles.
5062         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5063         that has no concern in minor mode keys.
5064         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5065         Abolish.
5066
5067 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5070         article without making inquiry to a user for unknown encoding.
5071
5072         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5073         (nnmaildir--scan): Assume i-node and device number that file-attributes
5074         returns might be cons-cell.
5075
5076         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5077
5078         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5079
5080 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5081
5082         * auth-source.el: Remove docs now in auth.texi.  Don't use
5083         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5084         `auth-source-hide-passwords' and use them.
5085
5086 2009-07-15  Glenn Morris  <rgm@gnu.org>
5087
5088         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5089
5090 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5091
5092         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5093         excessive whitespace from the default values of title and description.
5094
5095 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5096
5097         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5098         mail-fetch-field to fetch Content-Description header in order to
5099         exclude newlines.
5100
5101 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5102
5103         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5104         format used by GnuPG 2.0.11.
5105
5106 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5107
5108         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5109         to deleted part.
5110
5111 2009-05-30  David Engster  <dengste@eml.cc>
5112
5113         * nnmairix.el: Remove old documentation in the commentary block.
5114         (nnmairix-request-group): Do not update active file for nnml back ends.
5115         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5116         end so that overview files are ignored.
5117         (nnmairix-update-groups): Make updating the groups more robust by using
5118         marks.
5119         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5120         with dollar characters in message-id.
5121
5122 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5123
5124         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5125         2008-12-25 in dns.el.
5126
5127 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5128
5129         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5130         could happen if the text is only composed of spaces and/or tabs.
5131
5132 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5133
5134         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5135         when sending a queued message to avoid extra mml tags.
5136
5137 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5138
5139         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5140
5141 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5144         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5145         rmail-toggle-header for XEmacs;
5146         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5147
5148 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5149
5150         * gnus-dired.el: Remove autoload for gnus-setup-message.
5151         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5152         displaying Gnus logo; always use compose-mail.
5153
5154 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5155
5156         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5157
5158 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5159
5160         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5161         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5162         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5163         available.
5164         (gnus-nocem-epg-verify): New function.
5165
5166 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5167
5168         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5169
5170 2009-02-15  Glenn Morris  <rgm@gnu.org>
5171
5172         * gnus-util.el (rmail-insert-rmail-file-header)
5173         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5174         autoloads.
5175         (rmail-default-rmail-file): Remove unnecessary declaration.
5176         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5177
5178 2009-02-14  Glenn Morris  <rgm@gnu.org>
5179
5180         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5181         variable (only used in gnus-util, which declares it anyway).
5182         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5183         which was only needed by gnus-art (changed to not use it any more).
5184         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5185         only used in gnus-util, which autoloads it itself.
5186         (rmail-update-summary): Fix autoload.
5187
5188         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5189         rather than rmail-output-to-rmail-file.
5190
5191 2009-02-07  Glenn Morris  <rgm@gnu.org>
5192
5193         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5194         autoload of function that no longer exists.
5195         (rmail-toggle-header): Declare.
5196         (message-forward-rmail-make-body): Handle mbox Rmail.
5197
5198 2009-01-31  Glenn Morris  <rgm@gnu.org>
5199
5200         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5201         2009-01-09 change.
5202
5203 2009-01-31  Dave Love  <fx@gnu.org>
5204
5205         * imap.el (imap-fetch-safe): Bind debug-on-error.
5206         (imap-debug): Add imap-fetch-safe.
5207
5208 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5209
5210         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5211         (auth-source-forget-all-cached): New convenience function.
5212         (auth-source-user-or-password): Accept list of modes or a single mode.
5213
5214         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5215         auth-source modes.
5216
5217         * netrc.el (netrc-machine-user-or-password): Use list of
5218         auth-source modes.
5219
5220         * nnimap.el (nnimap-open-connection): Use list of
5221         auth-source modes.
5222
5223         * nntp.el (nntp-send-authinfo): Use list of
5224         auth-source modes.
5225
5226 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5227
5228         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5229         now.
5230
5231 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5232
5233         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5234         coding system in XEmacs; add a workaround for XEmacs.
5235
5236         * lpath.el: Fbind coding-system-aliasee.
5237
5238 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5241         of current-language-environment.
5242
5243 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5244
5245         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5246         available at runtime.
5247
5248 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5249
5250         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5251
5252 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5253
5254         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5255         the greatest positive fixnum value doesn't work under an XEmacs with
5256         bignum support; use the most-positive-fixnum constant instead,
5257         available since Emacs 21.1 with cl and XEmacs 21.1.
5258
5259 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5260
5261         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5262         XEmacs gets not to work.
5263
5264 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5265
5266         * mm-util.el (mm-coding-system-priorities): Allow the value like
5267         "Japanese (UTF-8)" of current-language-environment.
5268
5269 2009-01-09  Glenn Morris  <rgm@gnu.org>
5270
5271         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5272         with last-command-event.
5273
5274 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5275
5276         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5277         in the doc string.
5278
5279         * message.el (message-fix-before-sending): Amend comment.
5280
5281 2009-01-08  Dave Love  <fx@gnu.org>
5282
5283         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5284
5285 2009-01-07  David Engster  <dengste@eml.cc>
5286
5287         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5288         simplified server definitions by converting it via
5289         gnus-server-to-method.
5290
5291 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5292
5293         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5294         parameter's operands.
5295
5296 2009-01-06  David Engster  <dengste@eml.cc>
5297
5298         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5299         primary select method (for gnus-group-mark-article-as-read).
5300
5301 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5302
5303         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5304         `(gnus)Face', not `(gnus)X-Face'.
5305
5306 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5307
5308         * mm-util.el (mm-ucs-to-char): New function.
5309
5310         * mm-url.el (mm-url-decode-entities): Use it.
5311
5312         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5313         unicode-to-char.
5314
5315 2009-01-05  Dave Love  <fx@gnu.org>
5316
5317         * time-date.el: Require cl for `declare'.
5318
5319 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5320
5321         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5322         Dave Love.
5323
5324 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5325
5326         * message.el (message-fix-before-sending): Add `eight-bit' to
5327         illegible-text check.
5328
5329 2009-01-03  Michael Olson  <mwolson@gnu.org>
5330
5331         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5332         `headers' is nil.  This can occur if the IMAP server does not have
5333         permissions to read messages from a folder, but can write new messages
5334         to the folder.
5335         (nnimap-request-article-part): Do not insert `data' if it is nil.
5336
5337         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5338         characters which will confuse `read', so skip past them.
5339
5340 2009-01-01  Dave Love  <fx@gnu.org>
5341
5342         * imap.el (imap-string-to-integer): Fix typo.
5343         (imap-fetch-safe): New function.
5344         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5345
5346         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5347
5348         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5349         (imap-parse-greeting): Fix doc strings.
5350         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5351         (imap-parse-flag-list): Make messages unique.
5352         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5353
5354         * nnimap.el: Fix author email.
5355         (nnimap-split-rule): Add FIXME comment.
5356         (nnimap-debug): Fix doc string.
5357
5358 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5359
5360         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5361
5362 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5363
5364         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5365         nslookup if resolv.conf isn't available.
5366         (dns-query): Rename from query-dns.
5367         (dns-query-cached): Rename from query-dns-cached.
5368
5369 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5372         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5373         to check if those variables exist (first appeared in Emacs 18.50).
5374
5375 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5376
5377         * mm-util.el (mm-line-number-at-pos): New function.
5378
5379         * spam-report.el (spam-report-process-queue): Use it.
5380
5381 2008-12-24  David Engster  <dengste@eml.cc>
5382
5383         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5384         parameters that haven't existed as variables as buffer-local variables.
5385
5386 2008-12-23  Dave Love  <fx@gnu.org>
5387
5388         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5389         cadar.
5390
5391         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5392         imap-starttls-p.
5393         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5394
5395 2008-12-22  Dave Love  <fx@gnu.org>
5396
5397         * imap.el: Fix author email.  Doc fixes.
5398         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5399         reply.
5400
5401 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5402
5403         * spam-report.el (spam-report-gmane-max-requests): New constant.
5404         (spam-report-gmane-wait): New variable.
5405         (spam-report-gmane-ham, spam-report-gmane-spam)
5406         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5407         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5408         the server.
5409
5410         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5411         Add explanations.
5412
5413         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5414         nnheader-accept-process-output and nnheader-read-timeout if available.
5415         (pop3-movemail): Use it.
5416
5417         * message.el (message-check-news-body-syntax): Fix signature check if
5418         there's an attachment.
5419
5420 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5421
5422         * mm-util.el: Add comments to the mm- emulating functions.
5423
5424 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5425
5426         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5427         Reported by Stephen Berman <stephen.berman@gmx.net>.
5428
5429 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * mm-util.el (mm-substring-no-properties): New function.
5432         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5433         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5434         (mm-string-to-multibyte): Doc fix.
5435
5436         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5437
5438 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5439
5440         * mml.el (mml-attach-file): Strip text properties from file name.
5441         (Bug#1574)
5442
5443 2008-12-16  Glenn Morris  <rgm@gnu.org>
5444
5445         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5446
5447 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5448
5449         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5450         knows since the charset specified might be a bogus alias that
5451         mm-charset-synonym-alist provides.
5452
5453 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5454
5455         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5456         "ISO_8859-1".
5457
5458         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5459
5460 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5461
5462         * mm-util.el (mm-charset-eval-alist):
5463         Define it before mm-charset-to-coding-system.
5464         (mm-charset-to-coding-system): Add optional argument `silent';
5465         define it before mm-charset-override-alist.
5466         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5467         default value if it can be used in Emacs currently running;
5468         silence mm-charset-to-coding-system.
5469
5470 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5471
5472         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5473         `allow-override' which says whether to use `mm-charset-override-alist'.
5474         (rfc2047-decode-encoded-words): Use it.
5475
5476         * mm-util.el (mm-charset-override-alist): Fix custom type;
5477         add `(gb2312 . gbk)' to choices.
5478
5479 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5480
5481         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5482         fast.
5483
5484         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5485
5486         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5487
5488 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5489
5490         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5491         on links.
5492
5493         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5494
5495 2008-12-03  Lute Kamstra  <lute@gnu.org>
5496
5497         * sha1.el: Remove leading * from docstrings of defcustoms,
5498         deffaces, defconsts and defuns.
5499
5500 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5503         users' addresses that don't have domain parts.
5504         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5505         rather than message-narrow-to-head since there will be the message
5506         header separator.
5507
5508 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5509
5510         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5511         since the result is inserted in a unibyte buffer anyway.
5512         (nnimap-demule-use-string-to-multibyte): Remove.
5513         (nnimap-demule): Alias it to mm-string-to-multibyte.
5514
5515 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5516
5517         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5518         variable for debugging bug#464 and bug#1174.
5519         (nnimap-demule): Use it.
5520
5521 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5522
5523         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5524         score calculation correctly.
5525
5526 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5527
5528         * message.el (message-send-mail): Just set the buffer to unibyte
5529         rather than use mm-with-unibyte-current-buffer which does a lot more.
5530         (message-send-mail-partially): Don't bother with
5531         mm-with-unibyte-current-buffer since it's already been made unibyte by
5532         message-send-mail.
5533
5534 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5535
5536         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5537
5538 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5539
5540         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5541
5542 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5543
5544         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5545         require itself and to remove `with-no-warnings'.
5546
5547 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5548
5549         * starttls.el (starttls-any-program-available): Get the name of the
5550         available TLS layer program.
5551         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5552         well as the host name in the "opening" message.
5553
5554         * auth-source.el (auth-source-cache, auth-source-do-cache)
5555         (auth-source-user-or-password): Cache passwords and logins by default,
5556         allow override with `auth-source-do-cache'.
5557         (auth-source-forget-user-or-password): Allow users to remove cache
5558         entries if needed.
5559
5560 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5561
5562         * md4.el (md4-buffer): Fix typo in docstring.
5563         (md4, md4-64): Doc fixes.
5564         (md4-pack-int32): Reflow docstring.
5565
5566 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5567
5568         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5569         condition-case to only the forward-sexp call.
5570
5571 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5572
5573         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5574         quotes contained.  Make it more robust regardless by an extra
5575         condition-case wrapper.
5576
5577 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5580
5581 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * nnml.el (nnml-request-expire-articles): Check if the function set to
5584         `nnmail-expiry-target' returns the symbol `delete'.
5585
5586         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5587
5588         * nnmail.el (nnmail-expiry-target): Fix custom type.
5589
5590 2008-10-02  Glenn Morris  <rgm@gnu.org>
5591
5592         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5593         Silence compiler warning.
5594
5595 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5596
5597         * tls.el (open-tls-stream): Show the actual command being
5598         executed, instead of the format string.
5599
5600 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5601
5602         * lpath.el: Fbind codepage-setup for Emacs 23.
5603
5604 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5605
5606         * mml.el (mml-menu): Don't assume mml2015 is bound.
5607
5608 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5611         exists.
5612
5613 2008-09-27  Glenn Morris  <rgm@gnu.org>
5614
5615         * gnus-util.el (mail-header-remove-comments): Autoload it.
5616
5617 2008-09-27  Andreas Schwab  <schwab@suse.de>
5618
5619         * gnus-util.el (gnus-split-references): Strip comments.
5620         (gnus-parent-id): Likewise.
5621
5622 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5623
5624         * message.el (message-confirm-send): Fix version.
5625
5626 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5627
5628         * message.el (message-idna-to-ascii-rhs-1): Use
5629         mail-extract-address-components rather than mail-header-parse-addresses
5630         that is an alias by default to ietf-drums-parse-addresses that does not
5631         support non-ASCII names in headers' contents.
5632
5633 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5634
5635         * message.el (message-confirm-send): Fix variable documentation to
5636         avoid the "y/n" wording.
5637
5638 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5639
5640         * message.el (message-set-auto-save-file-name): Save to a different
5641         filename so multiple messages (especially drafts) can be recovered.
5642
5643 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5644
5645         * message.el (message-confirm-send): Add appropriate version.
5646
5647 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5648
5649         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5650         defvar.
5651
5652 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5653
5654         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5655         (mm-pkcs7-enveloped-magic): Ditto.
5656
5657 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5658
5659         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5660         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5661
5662 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5663
5664         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5665         default, it's better.
5666
5667 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5668
5669         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5670         summary line gnus-number property and ignore them (with a warning
5671         message).
5672
5673 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5674
5675         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5676         macro caddr in the interactive form since it won't be expanded.
5677
5678 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5679
5680         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5681         `charset'; fix name of function called recursively.
5682         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5683
5684 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5685
5686         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5687         (gnus-mime-set-charset-parameters): New function.
5688         (gnus-mime-view-part-as-charset): Use it to correctly display part
5689         specifying wrong charset.
5690
5691 2008-09-08  David Engster  <dengste@eml.cc>
5692
5693         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5694         in completing-read for back end server.
5695
5696 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5697
5698         * message.el (message-confirm-send): New variable to confirm sending a
5699         message.
5700         (message-send): Use it.
5701
5702 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5703
5704         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5705
5706 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5709
5710 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5711
5712         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5713         prevent tracking too many groups.
5714         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5715         Use it.
5716
5717 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5718
5719         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5720         moving point to the bottom of the window in order to avoid recentering.
5721
5722 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5723
5724         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5725
5726         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5727         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5728         (gnus-article-beginning-of-window): Fix calculation.
5729
5730 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5731
5732         * gnus-msg.el (gnus-summary-supersede-article)
5733         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5734         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5735         message header.
5736
5737 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5738
5739         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5740         pending output coming after the status change.
5741
5742 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5743
5744         * message.el:
5745         * gnus-start.el:
5746         * gnus-registry.el: Remove VMS support.
5747
5748 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5749
5750         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5751         macro.
5752         (rfc2104-hash): Use it.
5753
5754 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5755
5756         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5757         (gnus-summary-sort-by-most-recent-date): New commands.
5758         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5759         and menu entries.
5760
5761 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5762
5763         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5764         don't redisplay article for raw contents; remove plural articles stuff.
5765
5766         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5767         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5768         on gnus-summary-save-article; display results properly.
5769
5770 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5771
5772         * lpath.el: No need to fbind ns-focus-frame.
5773
5774 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5775
5776         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5777
5778 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5779
5780         * gnus-art.el (gnus-summary-save-in-pipe):
5781         Consider gnus-save-all-headers.
5782
5783 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5784
5785         * gnus-util.el (ns-focus-frame): Remove declaration.
5786         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5787         like x.
5788
5789 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5790
5791         * rfc2104.el (rfc2104-zero): Delete defconst.
5792         (rfc2104-hex-alist): Likewise.
5793         (rfc2104-hex-to-int): Delete func.
5794         (rfc2104-hexstring-to-bitstring): Likewise.
5795         (rfc2104-nybbles): New defconst.
5796         (rfc2104-hash): Rewrite for speed.
5797
5798 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5799
5800         * tls.el (open-tls-stream): Make it work with the 2nd argument
5801         BUFFER that is a string but does not exist as a buffer object, as
5802         mentioned in the doc-string.
5803
5804 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5807         SXEmacs.
5808
5809 2008-07-16  Glenn Morris  <rgm@gnu.org>
5810
5811         * gnus-util.el (ns-focus-frame): Declare for compiler.
5812
5813 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5814
5815         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5816         set as a group parameter.
5817         (gnus-summary-save-in-pipe): Work when it is called independently.
5818         (gnus-summary-pipe-to-muttprint): Don't modify
5819         gnus-summary-pipe-output-default-command.
5820
5821 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5822
5823         * message.el (message-send-mail-with-sendmail):
5824         Display the error message.
5825
5826 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5827
5828         * gnus-art.el (gnus-default-article-saver):
5829         Add gnus-summary-save-in-pipe to choices.
5830         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5831         gnus-summary-pipe-output-default-command as the default command.
5832         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5833         instead of gnus-last-shell-command.
5834
5835         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5836         New user option.
5837         (gnus-summary-muttprint-program): Mention the value will be changed.
5838         (gnus-summary-save-article): Force showing of all headers.
5839         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5840
5841 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5842
5843         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5844
5845 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5846
5847         * nnimap.el (nnimap-id):
5848         * sieve-manage.el (sieve-manage-open): Doc fixes.
5849
5850 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5851
5852         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5853         if available.
5854
5855 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5856
5857         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5858
5859         * nnkiboze.el (nnkiboze-generate-group):
5860         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5861
5862         * nnmairix.el: Require CL.
5863
5864 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5865
5866         * dgnushack.el: Autoload get-display-table and put-display-table for
5867         XEmacs 21.5.
5868
5869         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5870         21.4 and SXEmacs.
5871
5872 2008-06-15  David Engster  <dengste@eml.cc>
5873
5874         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5875
5876 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5877
5878         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5879         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5880         runtime choice under XEmacs.
5881
5882         * gnus-sum.el (gnus-summary-set-display-table):
5883         Use `gnus-put-display-table', `gnus-get-display-table',
5884         `gnus-set-display-table' for the display table, instead of `aset'.
5885
5886         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5887         Use `gnus-put-display-table', `gnus-get-display-table',
5888         `gnus-set-display-table' for the display table.
5889
5890 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5891
5892         * nnmairix.el: Add autoloads.
5893
5894 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5895
5896         * nnmairix.el (nnmairix-delete-recreate-group)
5897         (nnmairix-update-and-clear-marks): Fix error messages.
5898
5899 2008-06-14  David Engster  <dengste@eml.cc>
5900
5901         * nnmairix.el: Upgrade to version 0.6.
5902         (nnmairix-group-toggle-propmarks-this-group)
5903         (nnmairix-group-toggle-readmarks-this-group)
5904         (nnmairix-group-delete-recreate-this-group)
5905         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5906         (nnmairix-remove-tick-mark-original-article): New commands.
5907         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5908         (nnmairix-propagate-marks-to-nnmairix-groups)
5909         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5910         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5911         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5912         functions needed for marks propagation and manipulation of read marks.
5913         (nnmairix-update-groups): New function.
5914         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5915         (nnmairix-determine-original-group-from-registry)
5916         (nnmairix-determine-original-group-from-path)
5917         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5918         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5919         New helper functions.
5920         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5921         keystrokes for new commands.
5922         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5923         (nnmairix-request-group): Check allow-fast group parameter.
5924         (nnmairix-request-create-group): Set allow-fast group parameter if
5925         nnmairix-allowfast-default is set.
5926         (nnmairix-close-group): Propagate marks upon closing if needed.
5927         (nnmairix-group-toggle-threads-this-group): Use new.
5928         nnmairix-group-toggle-parameter helper function.
5929         (nnmairix-search): Better check for empty search result.
5930         (nnmairix-goto-original-article): Use new helper functions for
5931         determining original article.
5932         (nnmairix-show-original-article): Make sure message-id is in brackets.
5933         (nnmairix-call-mairix-binary): Change variable name.
5934         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5935         helper function.
5936         (nnmairix-widget-toggle-activate): Fix doc string.
5937
5938 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5939
5940         * nnir.el: Require edmacro when compiling with XEmacs.
5941         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5942         available in Emacs 21.
5943
5944 2008-06-11  Glenn Morris  <rgm@gnu.org>
5945
5946         * gnus-util.el (x-focus-frame):
5947         * gnus.el (image-size):
5948         * mm-decode.el (image-size): Declare.
5949
5950         * gnus-picon.el (declare-function): Add compat definition.
5951         (image-size): Declare.
5952
5953         * gnus-group.el (tool-bar-map):
5954         * gnus-sum.el (tool-bar-map): Define for compiler.
5955
5956         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5957
5958         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5959
5960         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5961         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5962         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5963         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5964         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5965         * sieve-manage.el, spam-report.el, spam.el:
5966         Remove unnecessary eval-and-compile of autoloads.
5967
5968 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5969
5970         * auth-source.el: Precise Tramp doc.
5971
5972 2008-06-07  Glenn Morris  <rgm@gnu.org>
5973
5974         * nnmairix.el: Remove unnecessary eval-when-compile.
5975
5976 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5977
5978         * lpath.el: Fbind propertize for XEmacs 21.4.
5979
5980 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5981
5982         * nnir.el: Move here from ../contrib.
5983
5984 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5985
5986         * gnus-util.el (gnus-read-shell-command): New function.
5987         * mm-decode.el (mm-pipe-part):
5988         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5989
5990 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5991
5992         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5993
5994 2008-06-03  Glenn Morris  <rgm@gnu.org>
5995
5996         * pop3.el (nnheader-accept-process-output): Autoload it.
5997
5998 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5999
6000         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6001         are not 2-digit hexadecimal characters that follow `%'s.
6002
6003 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6004
6005         * message.el (message-bogus-recipient-p): Fix type in doc string.
6006         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6007         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6008         Improve custom options.
6009         (message-bogus-recipient-p): Adjust accordingly.
6010
6011 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6012
6013         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6014         long-form month and day names.
6015
6016 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6017
6018         * dgnushack.el: Autoload debug, eudc-expand-inline and
6019         pgg-snarf-keys-region for XEmacs.
6020
6021         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6022
6023         * nnmairix.el: Require edmacro when compiling with XEmacs.
6024
6025 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6026
6027         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6028         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6029
6030 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6031
6032         * auth-source.el: Add more docs.
6033
6034         * netrc.el (netrc-machine): Always match if the port is not given.
6035
6036 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6037
6038         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6039         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6040         retrieval faster in some cases, but might make CPU usage larger.
6041         If this has any bad side effects, we might revert this change.
6042
6043         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6044         seems to make mail retrieval much, much faster.
6045         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6046         unconditionally.
6047
6048         * gnus-draft.el (gnus-group-send-queue):
6049         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6050
6051 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6052
6053         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6054
6055         * message.el (message-bogus-address-regexp): Fix and improve custom
6056         type.
6057         (message-setup-hook): Add message-check-recipients as custom option.
6058
6059 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6060
6061         * message.el (message-cite-function): Remove bogus autoload which crept
6062         in during merge from v5-10.
6063
6064 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6065
6066         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6067
6068         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6069
6070         * auth-source.el: Preliminary Tramp docs.
6071         (auth-sources): Change the default auth-sources to use
6072         EPA .gpg files.
6073
6074 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6075
6076         * nntp.el: Autoload `auth-source-user-or-password'.
6077         (nntp-send-authinfo): Use it.
6078
6079         * nnimap.el: Autoload `auth-source-user-or-password'.
6080         (nnimap-open-connection): Use it.
6081
6082         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6083         for the gnus-message function.
6084         (auth-source-user-or-password): Use it.
6085
6086 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6087
6088         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6089         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6090         (rfc2104-hash): Use it.
6091
6092 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6093
6094         * gnus-art.el (gnus-article-toggle-truncate-lines):
6095         Don't use `iff' in docstring.
6096
6097 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6098
6099         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6100
6101         * gnus-util.el (gnus-extract-address-component-name)
6102         (gnus-extract-address-component-email): Convenience functions around
6103         `gnus-extract-address-components'.
6104
6105         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6106         Use `gnus-extract-address-component-email' to fix bug of comparing full
6107         sender name to `user-mail-address'.
6108
6109 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6110
6111         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6112         catch/throw to optimize.
6113         (gnus-registry-find-keywords): Just use member to find a keyword.
6114
6115 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6116
6117         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6118         is current before calling gnus-server-prepare.
6119         (gnus-server-setup-buffer, gnus-server-update-server)
6120         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6121
6122 2008-05-04  Juri Linkov  <juri@jurta.org>
6123
6124         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6125         (mailcap-file-default-commands): Use mailcap-replace-in-string
6126         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6127         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6128
6129 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6130
6131         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6132
6133 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6134
6135         * gnus.el: Bump version to 0.11.
6136
6137 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6138
6139         * gnus.el: No Gnus v0.10 is released.
6140
6141 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6142
6143         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6144         hooks.
6145         (gnus-update-read-articles): Speed up non-marks-using users.
6146         (gnus-use-marks): Define gnus-use-marks.
6147         (gnus-propagate-marks): Rename variable to something more sensible.
6148
6149 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6150
6151         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6152         (gmm-image-load-path-for-library): Fix typos in docstrings.
6153         (gmm-message): Reflow docstring.
6154
6155 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6156
6157         * mail-source.el (mail-source-set-1, mail-source-bind):
6158         Move auth-source code out of the macro to clean it up and fix bugs.
6159
6160 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6161
6162         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6163         by sender if it's equal to user-mail-address, it's likely to be
6164         useless.
6165
6166         * mail-source.el (mail-source-bind): Don't use user or password if they
6167         are not bound.  Unintern them if they are nil.  Don't use server unless
6168         it's bound, and default it to empty string otherwise.
6169
6170 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6171
6172         * mail-source.el: Load auth-source.el.
6173         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6174         get user name or password, if auth-sources is set up.
6175
6176         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6177         strategy of splitting with parent.
6178         (gnus-registry-split-fancy-with-parent)
6179         (gnus-registry-post-process-groups): Use it and fix prior
6180         bug (returning a list as the split result).
6181
6182         * auth-source.el (auth-sources): Remove server parameter.
6183         (auth-source-pick, auth-source-user-or-password)
6184         (auth-source-user-or-password-imap)
6185         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6186         (auth-source-user-or-password-sftp)
6187         (auth-source-user-or-password-smtp): Remove server parameter.
6188
6189 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6190
6191         * smime.el (smime-sign-region, smime-encrypt-region)
6192         (smime-decrypt-region):
6193         Remove redundant calls to `generate-new-buffer-name'.
6194
6195 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6196
6197         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6198         Don't use QP for message/rfc822.
6199         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6200
6201 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6202
6203         * sieve-manage.el (sieve-string-bytes): Remove.
6204         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6205         correct byte-length only if the process's coding-system is the same as
6206         the one used internally by Emacs to represent strings.
6207
6208 2008-04-22  Juri Linkov  <juri@jurta.org>
6209
6210         * mailcap.el (mailcap-file-default-commands): New function.
6211
6212 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6213
6214         * message.el (message-signature-separator, message-cite-function):
6215         Change custom version.
6216
6217 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6218
6219         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6220         commands.
6221         (tls-checktrust): Ditto.
6222
6223 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6224
6225         * mm-decode.el (mm-display-external): Make temp file read-only.
6226
6227 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6228
6229         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6230         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6231         `C-c C-f d'.
6232
6233 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6234
6235         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6236
6237 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6238
6239         * gnus.el: Bump version to 0.9.
6240
6241 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6242
6243         * gnus.el: No Gnus v0.8 is released.
6244
6245 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6246
6247         * mail-source.el (mail-source-value):
6248         Prefer fboundp to functionp so it works with macros as well.
6249
6250 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6251
6252         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6253         Fix last change in case the element is not even a symbol.
6254
6255 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6256
6257         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6258         Prefer fboundp to functionp so it works with macros as well.
6259
6260 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6261
6262         * auth-source.el: Add docs.
6263         (auth-sources): Modify format to support server.
6264         (auth-source-pick, auth-source-user-or-password)
6265         (auth-source-user-or-password-imap)
6266         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6267         (auth-source-user-or-password-sftp)
6268         (auth-source-user-or-password-smtp): Add server parameter.
6269
6270 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6271
6272         * gnus-registry.el: Initialize the registry when gnus-registry-install
6273         is t.
6274
6275 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6276
6277         * compface.el (uncompface): Make buffer unibyte.
6278
6279 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6280
6281         * mail-source.el (mail-source-value):
6282         Prefer fboundp to functionp so it works with macros as well.
6283
6284 2008-04-05  Glenn Morris  <rgm@gnu.org>
6285
6286         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6287
6288 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6289
6290         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6291         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6292
6293         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6294         multibyteness after rather than before erasing it.
6295
6296         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6297         mm-with-multibyte.
6298         (gnus-request-article-this-buffer): Make sure the proper decoding is
6299         used if gnus-original-article-buffer happens to be unibyte.
6300
6301         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6302         default-enable-multibyte-characters.
6303
6304         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6305         default-enable-multibyte-characters.
6306
6307         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6308
6309         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6310
6311 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6312
6313         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6314         Fix last change in case the element is not even a symbol.
6315
6316 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6317
6318         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6319         (imap-message-copyuid-1): Use it.
6320         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6321         J. Williams in
6322         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6323
6324         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6325         imap-enable-exchange-bug-workaround.
6326         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6327
6328 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6329
6330         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6331         a 100 byte status-checks into a 2-3MB transfer for each group.
6332         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6333         to enable bug workaround or not.
6334         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6335
6336 2008-03-31  Glenn Morris  <rgm@gnu.org>
6337
6338         * message.el (mml2015-use): Declare for compiler.
6339         (message-info): Require mml2015 when appropriate.
6340
6341 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6344         whitespace.
6345
6346 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6347
6348         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6349         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6350         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6351         (nntp-service-to-port): New function.
6352         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6353         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6354         (nntp-open-netcat-stream): New function.
6355         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6356
6357 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6358
6359         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6360
6361 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6362
6363         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6364
6365 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6366
6367         * dns.el (dns-write): Use set-buffer-multibyte.
6368
6369 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6370
6371         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6372
6373 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6374
6375         * message.el (message-signature-separator): Change default.
6376         Improve custom type.
6377         (message-cite-function): Change default to
6378         message-cite-original-without-signature.
6379
6380         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6381         toggle.
6382
6383         * message.el (message-check-news-body-syntax): Fix signature check.
6384         (message-setup-1): Mark buffer as unmodified _after_ running
6385         message-setup-hook and handling message-alternative-emails.
6386         (message-shorten-references): Be more strict when building list of
6387         valid references to comply with GNKSA.
6388
6389         * gnus-group.el (gnus-read-ephemeral-bug-group)
6390         (gnus-read-ephemeral-debian-bug-group)
6391         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6392
6393         * message.el (message-info): Don't use booleanp which isn't supported
6394         in Emacs 21 and XEmacs.
6395
6396 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6397
6398         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6399         gnus-group-gmane-group-download-format.
6400         (gnus-group-read-ephemeral-gmane-group): Rename from
6401         gnus-group-read-ephemeral-gmane-group.
6402         (gnus-read-ephemeral-gmane-group-url): Rename from
6403         gnus-group-read-ephemeral-gmane-group-url.
6404         (gnus-bug-group-download-format-alist): New variable.
6405         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6406         (gnus-read-ephemeral-emacs-bug-group): New commands.
6407
6408 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6409
6410         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6411         (gnus-visible-headers): Improve custom type.
6412
6413 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6414
6415         * mml.el (mml-menu): Add workarounds for XEmacs.
6416
6417         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6418         X-Boundary header.
6419
6420         * message.el (message-simplify-recipients): Fix previous commit.
6421
6422 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6423
6424         * mm-util.el (mm-set-buffer-multibyte): New function.
6425         * mm-decode.el (mm-copy-to-buffer): Use it.
6426
6427         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6428         Prefer fboundp to functionp so it works with macros as well.
6429
6430 2008-03-19  Glenn Morris  <rgm@gnu.org>
6431
6432         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6433         Accidentally removed in the sync process with Emacs.
6434
6435 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6436
6437         * message.el (message-alter-recipients-discard-bogus-full-name):
6438         New function.
6439         (message-alter-recipients-function): New variable.
6440         (message-get-reply-headers): Use it.
6441         (message-replace-header): New helper function.
6442         (message-recipients-without-full-name): New variable.
6443         (message-simplify-recipients): New command.
6444
6445         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6446
6447         * message.el (message-info): Handle EasyPG manual.
6448
6449         * mml.el (mml-menu): Add entry for EasyPG.
6450
6451 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6452
6453         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6454         parameter.
6455
6456         * message.el (message-disassociate-draft): Specify drafts group name
6457         fully.
6458
6459 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6460
6461         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6462         Eliminate unnecessary duplicates from the match list.
6463
6464 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6465
6466         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6467
6468         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6469
6470         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6471         args of `how-many' of which the XEmacs version doesn't take; declare
6472         Info-index-next as function.
6473
6474 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6475
6476         * gnus-score.el (gnus-score-headers): Fix handling of
6477         gnus-inhibit-slow-scoring.
6478
6479         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6480         string.
6481         (gnus-button-url-regexp): Improve handling of parenthesis.
6482         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6483         (gnus-button-handle-info-keystrokes): Handle index entries.
6484
6485 2008-03-15  Glenn Morris  <rgm@gnu.org>
6486
6487         * parse-time.el (parse-time-string): Simplify.
6488
6489 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6490
6491         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6492         Incoming* files.
6493
6494 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6495
6496         * auth-source.el (auth-sources): Rename from auth-source-choices.
6497         (auth-source-pick): Use it.
6498
6499 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6500
6501         * binhex.el (binhex-decode-region-internal):
6502         * uudecode.el (uudecode-decode-region-internal):
6503         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6504         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6505         setting default-enable-multibyte-characters.
6506
6507 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6508
6509         * auth-source.el (auth-source-protocols)
6510         (auth-source-protocols-customize, auth-source-choices): Add and
6511         modified variable customizations and defaults.
6512         (auth-source-pick, auth-source-user-or-password)
6513         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6514         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6515         (auth-source-user-or-password-sftp)
6516         (auth-source-user-or-password-smtp): Use new variables and provide an
6517         interface to netrc.el.
6518
6519 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6522         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6523         Make sure the nntp port to specify is a string.
6524
6525 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6526
6527         * nntp.el: Use with-current-buffer.
6528         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6529         dubious mm-with-unibyte-current-buffer.
6530         (nntp-with-open-group-function): New function extracted from
6531         nntp-with-open-group macro.
6532         (nntp-with-open-group): Use the function, so it's easier to debug.
6533         Add indentation and debugging info.
6534         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6535         Recommend the use of the netcat alternatives.
6536
6537         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6538         Avoid mm-string-as-multibyte as well.
6539
6540         * nnweb.el (nnweb-insert-html):
6541         Remove use of nnheader-string-as-multibyte.
6542
6543         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6544         (nnheader-string-as-multibyte): Remove.
6545
6546         * mm-view.el: Use inhibit-read-only.
6547         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6548         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6549         or unibyte-string.
6550
6551         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6552         (mm-uu-yenc-extract): Use with-current-buffer.
6553
6554         * gnus-soup.el (gnus-soup-send-packet): Don't use
6555         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6556
6557         * nnmh.el: Use with-current-buffer.
6558         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6559         mm-string-as-multibyte on the output of mm-encode-coding-string.
6560
6561         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6562         (nnimap-request-move-article): Use with-current-buffer.
6563
6564         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6565         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6566         conversion uses string-make-unibyte rather than string-as-unibyte.
6567
6568         * gnus-msg.el: Use with-current-buffer.
6569
6570         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6571
6572 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6573
6574         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6575         string for caching if it is 'PIN.
6576
6577 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6578
6579         * lpath.el: Consider the case without Emacs/W3.
6580
6581 2008-03-08  Glenn Morris  <rgm@gnu.org>
6582
6583         * time-date.el (date-to-time, time-subtract, time-add)
6584         (safe-date-to-time): Doc fixes.
6585
6586 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6587
6588         * mail-source.el (mail-source-delete-old-incoming-confirm):
6589         Change default to nil.
6590         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6591
6592 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * lpath.el: Rearrange.
6595
6596         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6597         (gnus-article-goto-prev-page): Work for articles having ^L's.
6598
6599         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6600
6601         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6602
6603 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6604
6605         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6606         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6607         (gnus-bookmark-jump): Adjust some variable names.
6608
6609 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6610
6611         * auth-source.el: New package.
6612         (auth-source-choices): Add customization entry point variable.
6613
6614         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6615         bug.
6616
6617 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6618
6619         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6620         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6621         (gnus-registry-install-shortcuts): Rename from
6622         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6623         the `gnus-registry-mark-map' keymap dynamically from
6624         `gnus-registry-marks'.  The generated functions update the summary line
6625         when a registry mark is added or deleted, and will call
6626         `gnus-registry-install-p' (see the comments in the code).
6627         (gnus-registry-user-format-function-M): Use concat intelligently.
6628
6629         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6630         the registry mark functions.
6631
6632 2008-03-05  Glenn Morris  <rgm@gnu.org>
6633
6634         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6635         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6636         gnus-art.
6637         (top-level): No need to load own source when compiling.
6638
6639 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6640
6641         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6642         Suggested by <chris.anderton@zetnet.co.uk>.
6643
6644 2008-03-04  Glenn Morris  <rgm@gnu.org>
6645
6646         * gnus-sum.el (top-level): No need to require gnus when compiling,
6647         since unconditionally required near start of file.
6648         (gnus-summary-display-while-building): Move definition before use.
6649
6650 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6651
6652         * gnus-registry.el (gnus-registry-user-format-function-M):
6653         Add formatting function.
6654
6655 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6656
6657         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6658         with plists.
6659         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6660         Use new format.
6661
6662 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6663
6664         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6665         `where-is-internal' that returns a range of key sequences.
6666
6667 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6668
6669         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6670
6671         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6672         (gnus-summary-jump-to-group): Consider windows on other displayed
6673         frames as well.  Similar changes might be needed elsewhere, but that's
6674         the one I've bumped into during my use.
6675
6676         * nndoc.el (nndoc-oe-dbx-type-p):
6677         * gnus-msg.el (gnus-debug):
6678         * gnus-group.el (gnus-update-group-mark-positions):
6679         Use mm-string-to-multibyte.
6680
6681 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6682
6683         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6684         doesn't handle NotDashEscaped.
6685
6686         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6687         (mml-dnd-attach-options): Fix typo in custom choice.
6688
6689         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6690         Change nndoc-article-type to mbox.
6691         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6692
6693         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6694         to nil, instead of html2text.
6695
6696         * imap.el (imap-debug): Add `imap-ping-server'.
6697
6698         * gnus-bookmark.el: Add FIXMEs.
6699
6700         * message.el (message-form-letter-separator)
6701         (message-send-form-letter-delay): New variables.
6702         (message-send-form-letter): Use them.  New command to send form
6703         letters.  Requested by Uwe Siart.
6704         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6705
6706 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6707
6708         * Update copyright years.
6709
6710 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6711
6712         Sync from EMACS_22_BASE.
6713
6714         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6715
6716 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6717
6718         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6719         empty author.
6720
6721 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6722
6723         * gnus-registry.el (gnus-registry-marks): Add variable for
6724         customization of marks and their appearance.
6725         (gnus-registry-read-mark): Use it.
6726         (gnus-registry-do-marks): Add utility function to loop through
6727         `gnus-registry-marks'.
6728         (gnus-registry-install-shortcuts-and-menus): Add function to install
6729         shortcuts and menus.
6730         (gnus-registry-initialize): Use it.
6731         (gnus-registry-default-mark): Clarify documentation.
6732
6733 2008-02-29  Glenn Morris  <rgm@gnu.org>
6734
6735         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6736         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6737         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6738         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6739         Change defcustom :version from 23.0 to 23.1.
6740
6741 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6742
6743         * gnus-registry.el (gnus-registry-follow-group-p)
6744         (gnus-registry-post-process-groups): Add functions to aid registry
6745         splitting and improve logging.  Clarify behavior in function
6746         documentation.
6747         (gnus-registry-split-fancy-with-parent): Use them.
6748
6749 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6750
6751         * gnus-art.el: Use with-current-buffer.
6752
6753 2008-02-27  David Engster  <dengste@eml.cc>
6754
6755         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6756         Express real group name in the response.
6757
6758 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6759
6760         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6761         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6762         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6763         autoload gnus-registry-fetch-group when compiling.
6764         (nnmairix-request-group-with-article-number-correction):
6765         Remove unreferenced argument passed to nnmairix-call-backend.
6766
6767 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6768
6769         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6770         (mm-uu-extract): Improve face for low color ttys.
6771         Reported by Sascha Wilde.
6772
6773 2008-02-27  Glenn Morris  <rgm@gnu.org>
6774
6775         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6776         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6777         variables to defconsts.  Convert comments to doc-strings.
6778         (nnmairix-last-server, nnmairix-current-server): Convert from free
6779         variables to defvars.  Convert comments to doc-strings.
6780         (gnus-registry-fetch-group): Autoload.
6781         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6782         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6783         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6784         caddr.
6785         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6786         nnmairix-request-group-with-article-number-correction call.
6787         (nnmairix-fast, nnmairix-group): New, less general names, for free
6788         variables passed from nnmairix-request-group to
6789         nnmairix-request-group-with-article-number-correction.  Declare.
6790         (nnmairix-request-group-with-article-number-correction):
6791         Use nnmairix-fast, nnmairix-group rather than fast, group.
6792
6793 2008-02-26  David Engster  <dengste@eml.cc>
6794
6795         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6796         version 0.5.
6797
6798 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6799
6800         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6801         instead of making an extra function call.  Don't add the current group
6802         to articles only when they have the group.  Use
6803         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6804         Reported by David <de_bb@arcor.de>.
6805
6806 2008-02-24  Miles Bader  <miles@gnu.org>
6807
6808         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6809         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6810         (mm-find-mime-charset-region):
6811         * mm-bodies.el (mm-encode-body):
6812         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6813
6814 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6815
6816         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6817         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6818
6819 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6820
6821         * mail-source.el (mail-source-delete-incoming): Change default.
6822         Supplement doc string.
6823
6824         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6825
6826 2008-02-14  Glenn Morris  <rgm@gnu.org>
6827
6828         * time-date.el (format-seconds): New function.
6829
6830 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6831
6832         * nnmail.el (nnmail-message-id-cache-file): Derive from
6833         `gnus-home-directory'.
6834
6835 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6836
6837         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6838         Document negative prefix.
6839
6840         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6841
6842 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6843
6844         * message.el (message-unsent-separator): Add the Exim bounce
6845         separator.
6846
6847 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6848
6849         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6850         list.
6851         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6852         recipient/signer list.
6853
6854 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6855
6856         * Makefile.in (datarootdir): Define.
6857         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6858         name that might contain whitespace.
6859
6860 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6861
6862         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6863         fbound (Emacs 23 unicode), signal an error.
6864
6865 2008-02-08  Glenn Morris  <rgm@gnu.org>
6866
6867         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6868
6869 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6870
6871         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6872         ports to the calls to `netrc-machine-user-or-password' in addition to
6873         "imap" and "imaps".
6874
6875 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6876
6877         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6878
6879         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6880
6881 2008-02-01  Kenichi Handa  <handa@m17n.org>
6882
6883         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6884         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6885         (rfc2104-hash): Convert the result of concat to unibyte string.
6886
6887 2008-02-01  Dave Love  <fx@gnu.org>
6888
6889         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6890         coding-system-for-read.
6891         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6892
6893 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6894
6895         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6896         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6897         <hanche@math.ntnu.no>.
6898
6899 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6902
6903         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6904
6905 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6906
6907         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6908         * message.el (message-beginning-of-line): Use featurep instead of bound
6909         tests in order to resolve conditionals at compile time.
6910
6911 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6912
6913         * mail-source.el (mail-sources): Add `group' choice.
6914
6915         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6916         parameter `in-group' to control into which group the articles go.
6917         Add treatment of `group' mail-source.
6918
6919 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6920
6921         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6922
6923         * mm-decode.el (mm-dissect-buffer): Decode description.
6924
6925         * mml.el (mml-to-mime): Encode message header first.
6926
6927 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6930         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6931
6932         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6933         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6934
6935 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6936
6937         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6938
6939 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6940
6941         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6942         prefix keys.
6943         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6944         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6945         gnus-xmas.el.
6946
6947         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6948         (gnus-xmas-article-describe-bindings): New function.
6949         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6950         gnus-xmas-article-describe-bindings.
6951
6952         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6953
6954 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6955
6956         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6957         Add new variables for article mark management.
6958         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6959         list of extra data entries which, when present, will indicate that the
6960         article ID should not be trimmed from the registry.
6961         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6962         functions.
6963         (gnus-registry-read-mark): New function to read a mark name from the
6964         user.
6965         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6966         (gnus-registry-set-article-mark-internal): New functions to add and
6967         remove marks.
6968         (gnus-registry-get-article-marks): New function to show the marks for
6969         an article, or retrieve them for further use.
6970
6971 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6972
6973         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6974         keys when no argument is given.
6975
6976 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6977
6978         * imap.el (imap-ping-server): New variable.
6979         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6980         (imap-ping-server): Minor doc string fixes.
6981
6982 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6983
6984         * imap.el (imap-ping-server): New function.
6985         (imap-opened): Call imap-ping-server.
6986
6987 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6988
6989         * gnus-sum.el (gnus-article-sort-by-random)
6990         (gnus-thread-sort-by-random): Fix doc strings.
6991         Reported by jidanni@jidanni.org.
6992
6993 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * gnus-art.el (gnus-article-describe-bindings): New function.
6996         (gnus-article-read-summary-keys): Use it.
6997         (gnus-article-mode-map): Bind `C-h b' to it.
6998
6999 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7000
7001         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7002         XEmacs.
7003         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7004         Protect against non-character events.
7005
7006         * lpath.el: Fbind map-keymap for Emacs 21.
7007
7008 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7009
7010         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7011         New command.
7012         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7013         instead of END.  Change name of the temp file.
7014         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7015         customizable.
7016
7017 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7020         bind `S W' to gnus-article-wide-reply-with-original; set default
7021         binding to gnus-article-read-summary-send-keys.
7022         (gnus-article-read-summary-keys): Fix the order of keys; display
7023         continuation keys correctly in the echo area; describe bindings
7024         correctly when keys end with `C-h'.
7025         (gnus-article-read-summary-send-keys): New function.
7026         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7027         Work for gnus-article-read-summary-send-keys; display continuation keys
7028         correctly in the echo area.
7029         (gnus-article-reply-with-original): Ignore prefix argument.
7030         (gnus-article-wide-reply-with-original): New function.
7031
7032         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7033         Emacs 21.
7034
7035 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7036
7037         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7038         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7039
7040 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7041
7042         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7043         (gnus-group-read-ephemeral-gmane-group): New command.
7044
7045 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7046
7047         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7048
7049 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7050
7051         * message.el (message-send-mail-function): Increase custom version.
7052
7053         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7054         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7055
7056 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7057
7058         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7059         for the cases where imap-authenticate is called with a nil buffer
7060         parameter.
7061
7062 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7063
7064         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7065         html parts correctly; support forwarded messages.
7066         (gnus-article-browse-html-article): Remove work buffers.
7067
7068         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7069         compiling.
7070         (netrc-bound-and-true-p): New macro.
7071         (netrc-parse): Use it instead of bound-and-true-p that is not available
7072         in XEmacs 21.4.
7073
7074 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7075
7076         * gnus-registry.el (gnus-registry-mark-article)
7077         (gnus-registry-article-marks): Add functionality to mark articles
7078         through the Gnus registry.
7079
7080         * encrypt.el: Clarify documentation for the new pgg method.
7081         (encrypt-file-alist): Add PGG option.
7082         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7083         functionality.  Abstract password key and messaging to external
7084         functions.
7085         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7086         (encrypt-message-method-and-cipher): Add new convenience external
7087         functions.
7088         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7089         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7090
7091         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7092         (netrc-parse): Use encrypt-file-alist to determine if
7093         encrypt-find-model or encrypt-insert-file-contents should be used.
7094
7095         * encrypt.el: Clarify documentation.  Load password-cache or
7096         password, whichever one is found first, instead of autoloading.
7097
7098 2007-12-19  Glenn Morris  <rgm@gnu.org>
7099
7100         * mml.el (message-options-set, message-narrow-to-head)
7101         (message-in-body-p, message-mail-p, message-encode-message-body):
7102         Autoload.
7103         (message-remove-header, message-narrow-to-headers-or-head)
7104         (message-subscribed-p, message-make-mail-followup-to)
7105         (message-position-on-field, message-news-p)
7106         (message-options-set-recipient, message-generate-headers)
7107         (message-sort-headers): Declare as functions.
7108
7109 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7110
7111         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7112         convention in doc string.
7113
7114 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7115
7116         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7117         title to html parts.
7118         (gnus-article-browse-html-article): Pass message header to it.
7119
7120         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7121
7122 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7123
7124         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7125         or password compatible with XEmacs.
7126
7127 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7128
7129         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7130         format document.
7131         (gnus-mime-delete-part): Don't write description line if empty.
7132         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7133
7134 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7135
7136         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7137         (gnus-summary-mark-read-and-unread-as-read)
7138         (gnus-summary-mark-current-read-and-unread-as-read)
7139         (gnus-summary-mark-unread-as-ticked): Doc fix.
7140         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7141
7142 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7143
7144         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7145         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7146
7147 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7148
7149         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7150         yes-or-no-p.
7151
7152 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7153
7154         * mm-decode.el (mm-add-meta-html-tag): New function.
7155         (mm-save-part-to-file, mm-pipe-part): Use it.
7156
7157         * gnus-art.el (gnus-article-browse-delete-temp-files):
7158         Use gnus-y-or-n-p instead of y-or-n-p.
7159         (gnus-article-browse-html-parts): Work with message/external-body; use
7160         mm-add-meta-html-tag.
7161
7162 2007-12-11  Glenn Morris  <rgm@gnu.org>
7163
7164         * gnus-cache.el: Require gnus-sum not just when compiling.
7165
7166         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7167
7168         * gnus-int.el (gnus-server-opened, gnus-status-message):
7169         Move definitions before use.
7170
7171         * mm-decode.el: Require gnus-util.
7172         (mm-remove-part): Only call delete-annotation on XEmacs.
7173
7174         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7175
7176         * nnmail.el: Require gnus-int.
7177
7178         * spam.el: Move `require's before `eval-when-compile's.
7179
7180         * gnus-ems.el (gnus-alive-p):
7181         * gnus-fun.el (message-goto-eoh):
7182         * gnus-util.el (gnus-group-name-decode):
7183         * mail-source.el (gnus-compress-sequence):
7184         * message.el (Info-goto-node, format-spec):
7185         * mm-bodies.el (message-options-get):
7186         * mm-decode.el (mm-view-pkcs7):
7187         * mm-util.el (gmm-write-region):
7188         * mml-smime.el (mml-compute-boundary)
7189         (gnus-completing-read-with-default):
7190         * mml.el (widget-button-press, gnus-make-hashtable):
7191         * mml1991.el (mm-decode-content-transfer-encoding)
7192         (mm-encode-content-transfer-encoding)
7193         (message-options-get, message-options-set):
7194         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7195         * nnfolder.el (gnus-request-group):
7196         * nnheader.el (ietf-drums-unfold-fws):
7197         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7198         * smime.el (gnus-run-mode-hooks):
7199         * spam-stat.el (gnus-message): Autoload.
7200
7201         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7202         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7203         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7204         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7205         Add declare-function compatibility definition.
7206
7207         * gnus-cache.el (nnvirtual-find-group-art):
7208         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7209         (gnus-add-image, gnus-add-wash-type):
7210         * gnus-group.el (nnkiboze-score-file):
7211         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7212         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7213         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7214         (message-tokenize-header, gnus-get-buffer-create)
7215         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7216         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7217         * gnus.el (gnus-group-decoded-name):
7218         * mail-source.el (imap-capability):
7219         * mm-bodies.el (message-options-set):
7220         * mm-decode.el (gnus-configure-windows):
7221         * mm-extern.el (message-goto-body):
7222         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7223         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7224         (epg-sub-key-validity, message-options-set):
7225         * mml.el (widget-event-point, gnus-configure-windows):
7226         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7227         * mml2015.el (epg-check-configuration, epg-configuration)
7228         (message-options-set):
7229         * nndb.el (nndb-request-article):
7230         * nnfolder.el (gnus-request-create-group):
7231         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7232         * nnmaildir.el (gnus-group-mark-article-read):
7233         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7234         * rfc1843.el (message-fetch-field):
7235         * spam.el (gnus-extract-address-components):
7236         Declare as functions.
7237
7238 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7241
7242         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7243
7244         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7245         bind show-trailing-whitespace for XEmacs.
7246
7247 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7248
7249         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7250         new no-op macro for backward compatibility.
7251
7252         * imap.el (imap-string-to-integer): New function.
7253
7254 2007-12-09  Glenn Morris  <rgm@gnu.org>
7255
7256         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7257
7258         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7259         * message.el, mm-view.el, sieve-manage.el, smime.el:
7260         Add declare-function compatibility definition.
7261
7262         * gnus-art.el (w3-region, w3m-region, Info-menu):
7263         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7264         * gnus-sum.el (gnus-get-predicate):
7265         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7266         * message.el (mail-abbrev-in-expansion-header-p):
7267         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7268         (w3m-detect-meta-charset, w3m-region):
7269         * sieve-manage.el (password-read, password-cache-add)
7270         (password-cache-remove):
7271         * smime.el (password-read-and-add): Declare as functions.
7272
7273 2007-12-08  David Kastrup  <dak@gnu.org>
7274
7275         * gnus-sum.el (gnus-summary-simplify-subject-query):
7276         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7277         `message'.
7278
7279 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7280
7281         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7282         it to bind idna-program, installation-directory, defined-colors, and
7283         face-attribute for XEmacs of the version that compiles defcustom forms.
7284
7285 2007-12-07  Glenn Morris  <rgm@gnu.org>
7286
7287         * gnus-art.el (article-make-date-line): Revert previous change.
7288
7289 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7290
7291         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7292
7293 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7294
7295         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7296         Call gnus-add-to-range ranges only once with a prepared article-list.
7297
7298 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7299
7300         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7301         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7302         group names with backslashes.
7303         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7304
7305 2007-12-06  Deepak Goel  <deego3@gmail.com>
7306
7307         * gnus-art.el (article-make-date-line):
7308         * gnus-start.el (gnus-load):
7309         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7310
7311 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7312
7313         * gnus-art.el (gnus-use-idna)
7314         * gnus-start.el (gnus-site-init-file)
7315         * message.el (message-use-idna)
7316         * mm-uu.el (mm-uu-hide-markers)
7317         * smiley.el (smiley-style): Revert changes that suppress warnings.
7318
7319 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7322         specify charset to html source.
7323         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7324
7325 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7326
7327         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7328         idna-program in order to suppress byte compile warning issued by XEmacs
7329         that came to byte compile the default value section of defcustom forms
7330         recently.
7331
7332         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7333         value of installation-directory.
7334
7335         * message.el (message-use-idna): Don't directly refer to the value of
7336         idna-program.
7337
7338         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7339
7340         * smiley.el (smiley-style): Don't directly call face-attribute.
7341
7342 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7343
7344         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7345
7346         * gnus-dired.el: Reduce Gnus dependencies.
7347         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7348         Don't require.  Use autoloads instead.
7349         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7350         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7351         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7352         (gnus-dired-mode): Adjust doc string.
7353         (gnus-dired-mail-mode): New variable.
7354         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7355         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7356         (gnus-dired-mail-buffers): New function.  Return mail or message
7357         composition buffers.
7358         (gnus-dired-attach): Use it.
7359         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7360         NO-DECODE.
7361         (gnus-dired-print): Use `gnus-print-buffer' depending on
7362         `gnus-dired-mail-mode'.
7363
7364 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * rfc2047.el (rfc2047-encoded-word-regexp)
7367         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7368         explaining what regexp patterns are for.
7369
7370 2007-12-04  Glenn Morris  <rgm@gnu.org>
7371
7372         * password.el: Move to password-cache.el.
7373
7374         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7375         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7376         * mml-smime.el (password-read, password-cache-add)
7377         (password-cache-remove):
7378         No need to autoload, since mml-sec requires password.
7379
7380         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7381         * message.el (gnus-extract-address-components):
7382         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7383
7384         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7385         password.
7386
7387 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7388
7389         * mailcap.el: Reduce dependencies.
7390         (mail-header-parse-content-type): Autoload.
7391         (mailcap-delete-duplicates): New alias.
7392         (mailcap-mime-info): Add optional argument NO-DECODE.
7393         (mailcap-mime-types): Use mailcap-delete-duplicates.
7394
7395         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7396
7397 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7398
7399         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7400         (imap-parse-status): Upcase status-att for servers that sends them
7401         lower-case (e.g., MS Exchange 2007).
7402
7403 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7404
7405         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7406         function.
7407
7408         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7409         (gnus-uu-yenc-article): New function.
7410
7411         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7412
7413         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7414
7415 2007-12-02  Glenn Morris  <rgm@gnu.org>
7416
7417         * binhex.el (binhex): New custom group.
7418         (binhex-decoder-program, binhex-decoder-switches)
7419         (binhex-use-external): Move to the binhex custom group.
7420
7421         * uudecode.el (uudecode): New custom group.
7422         (uudecode-decoder-program, uudecode-decoder-switches)
7423         (uudecode-use-external): Move to the uudecode custom group.
7424
7425         * netrc.el (top-level): Don't load `encrypt' features.
7426         (netrc-parse): Don't use encrypt.
7427         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7428
7429         * encrypt.el: Remove file.
7430
7431 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7432
7433         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7434         matches on patches.
7435
7436         * gnus-art.el (gnus-article-browse-html-article):
7437         Mention `mm-text-html-renderer' in the doc string.
7438
7439         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7440         string.  Add comments.
7441
7442         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7443         if rhs is ASCII.
7444
7445 2007-12-01  Glenn Morris  <rgm@gnu.org>
7446
7447         * mail-source.el (top-level): Require format-spec before
7448         eval-when-compile.
7449
7450 2007-11-30  Glenn Morris  <rgm@gnu.org>
7451
7452         * encrypt.el: Require password, rather than autoloading password-read.
7453
7454 2007-11-29  Glenn Morris  <rgm@gnu.org>
7455
7456         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7457         (sasl-make-client, sasl-next-step, sasl-step-data)
7458         (sasl-step-set-data): Declare as functions.
7459
7460 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7461
7462         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7463
7464 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7465
7466         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7467         certs should be verified and what is to be done in the event of a
7468         verification failure.
7469
7470         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7471         caller can indicate whether the cache should be disregarded for this
7472         call.  This way the result of the call is reproducible at all times and
7473         can be considered a canonical server name for the supplied method.
7474         (gnus-agent-method-p): Canonicalize server names by pushing their
7475         method through `gnus-method-to-server' using the no-cache argument.
7476
7477         * gnus-srvr.el (gnus-server-insert-server-line):
7478         Call `gnus-method-to-server' with `no-cache' argument.
7479
7480         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7481         gnus-agent-possibly-synchronize-flags as this should be called when the
7482         server is actually being opened.
7483         (gnus-agent-possibly-synchronize-flags)
7484         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7485         flags file of an agentized server to the latter function.
7486
7487         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7488         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7489         after a connection has been established successfully.
7490
7491 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7492
7493         * gnus-art.el (article-display-face): Force to display face if called
7494         interactively; check if gnus-article-x-face-too-ugly matches author.
7495         (article-display-x-face): Display face even if From header is missing
7496         as article-display-face does.
7497
7498 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7499
7500         * hashcash.el (message-narrow-to-headers-or-head)
7501         (message-fetch-field, message-goto-eoh)
7502         (message-narrow-to-headers): Declare as functions.
7503
7504 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7505
7506         * mail-source.el (mail-sources): Default to fetch from file for
7507         compatibility with default of nnmail-spool-file.
7508
7509 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7510
7511         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7512         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7513         to look for encoded word that should be encoded again.
7514         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7515         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7516         encoding pattern.
7517         (rfc2047-decode-region): Switch strict regexp and loose one according
7518         to rfc2047-allow-irregular-q-encoded-words.
7519
7520 2007-11-25  Romain Francoise  <romain@orebokech.com>
7521
7522         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7523
7524 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7525
7526         * tls.el (tls-program): Provide more custom choices from
7527         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7528         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7529
7530 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7531
7532         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7533         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7534
7535         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7536         `nnmail-spool-file'.
7537
7538         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7539         `nnmail-spool-file'.
7540
7541         * gnus-move.el (gnus-change-server): Ditto.
7542
7543         * gnus-kill.el (gnus-batch-score): Ditto.
7544
7545         * gnus-cache.el (gnus-jog-cache): Ditto.
7546
7547         * gnus-msg.el (gnus-summary-reply):
7548         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7549
7550 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7551
7552         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7553         version.  Minor improvement to doc strings.
7554         (tls-program): Add comment.
7555
7556 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7557
7558         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7559         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7560         mismatch between the hostname provided in the certificate and the name
7561         of the host connnecting to.
7562         (open-tls-stream): Use them.  Check certificates against trusted root
7563         certificates.
7564
7565 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7566
7567         * gnus-cache.el (gnus-cache-generate-nov-databases):
7568         Use nnml-generate-nov-databases-directory instead of
7569         nnml-generate-nov-databases-1.
7570
7571 2007-11-24  Glenn Morris  <rgm@gnu.org>
7572
7573         * message.el (message-tool-bar-retro): Update for rename
7574         mail_send.xpm->mail-send.xpm.
7575
7576 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7577
7578         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7579         `smime-ldap-search' for Emacs 22 and up.
7580
7581 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7582
7583         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7584
7585         * message.el (message-send-mail-function): Fix error convention.
7586         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7587         (message-widen-reply, message-send-mail, message-talkative-question)
7588         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7589         (message-clone-locals, message-send-news): Use with-current-buffer.
7590         (message-insert-or-toggle-importance): Remove unused var `valid'.
7591         (message-make-references): Remove unused var `new-references'.
7592         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7593
7594 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7595
7596         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7597         (spam-split-symbolic-return-positive): Reflow docstring.
7598         (spam-backends, spam-summary-exit-behavior)
7599         (spam-mark-ham-unread-before-move-from-spam-group)
7600         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7601         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7602         (spam-clear-cache, spam-backend-check, spam-install-backend)
7603         (spam-install-statistical-backend, spam-list-of-processors)
7604         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7605         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7606         (spam-check-crm114, spam-initialize, spam-unload-hook):
7607         Fix typos in docstrings.
7608
7609 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7612         been checked if they have never been read and those group levels are
7613         higher than the one that a user specified.
7614
7615 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7618         foreign groups unless a group level is specified by a user.
7619         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7620
7621 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7622
7623         * message.el (message-send-mail-function): Require sendmail.
7624
7625 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7626
7627         * message.el (message-send-mail-function): Check for smtpmail too.
7628
7629         * utf7.el (utf7-encode, utf7-decode): Use coding system
7630         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7631
7632         * message.el (message-send-mail-function): New function.
7633         (message-send-mail-function): Set default using
7634         message-send-mail-function.  Adjust doc string.
7635         (message-send-mail-with-mailclient): New function.
7636
7637 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7638
7639         * smime.el (from):
7640         * rfc2047.el (message-posting-charset):
7641         * qp.el (mm-use-ultra-safe-encoding):
7642         * pop3.el (parse-time-months):
7643         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7644         * nnml.el (files):
7645         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7646         (jka-compr-compression-info-list, ange-ftp-path-format)
7647         (efs-path-regexp):
7648         * nndiary.el (files):
7649         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7650         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7651         (epg-digest-algorithm-alist, inhibit-redisplay)
7652         (password-cache-expiry):
7653         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7654         (pgg-output-buffer, password-cache-expiry):
7655         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7656         (efs-path-regexp):
7657         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7658         (inhibit-redisplay):
7659         * mm-uu.el (file-name, start-point, end-point, entry)
7660         (gnus-newsgroup-name, gnus-newsgroup-charset):
7661         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7662         (latin-unity-ucs-list):
7663         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7664         (mm-uu-binhex-decode-function):
7665         * message.el (gnus-message-group-art, gnus-list-identifiers)
7666         (rmail-enable-mime-composing, gnus-local-organization)
7667         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7668         (gnus-read-active-file, facemenu-add-face-function)
7669         (facemenu-remove-face-function, gnus-article-decoded-p)
7670         (tool-bar-mode):
7671         * mail-source.el (display-time-mail-function):
7672         * gnus-util.el (nnmail-pathname-coding-system)
7673         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7674         (gnus-original-article-buffer, gnus-user-agent)
7675         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7676         (xemacs-codename, sxemacs-codename, emacs-program-version):
7677         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7678         * gnus-start.el (gnus-agent-covered-methods)
7679         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7680         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7681         (gnus-newsgroup-headers, gnus-group-list-mode)
7682         (gnus-group-mark-positions, gnus-newsgroup-data)
7683         (gnus-newsgroup-unreads, nnoo-state-alist)
7684         (gnus-current-select-method, mail-sources)
7685         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7686         (nnmail-spool-file, gnus-cache-active-hashtb):
7687         * gnus-mh.el (mh-lib-progs):
7688         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7689         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7690         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7691         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7692         (gnus-group-buffer):
7693         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7694         (font-lock-set-defaults):
7695         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7696         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7697         (gnus-summary-post-menu, total-parts, type, condition, length):
7698         * gnus-agent.el (gnus-agent-read-agentview):
7699         * flow-fill.el (show-trailing-whitespace):
7700         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7701         eval-and-compile wrappers for byte compiler pacifiers.
7702
7703         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7704         (mm-display-inline-fontify): Check for featurep 'xemacs not
7705         extent-list.
7706
7707         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7708         itimer-list.
7709         (mm-create-image-xemacs): Only do something for XEmacs.
7710         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7711
7712         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7713
7714         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7715         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7716
7717 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7718
7719         * nnimap.el (nnimap-split-download-body):
7720         * gnus-demon.el (gnus-demon):
7721         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7722
7723 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7724
7725         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7726         New macros.
7727         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7728         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7729         copy data from unibyte buffer to multibyte current buffer.
7730         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7731         to copy data from unibyte current buffer to multibyte buffer.
7732         (nntp-make-process-buffer): Make process buffer unibyte.
7733
7734         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7735
7736 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7737
7738         * pop3.el (pop3-open-server): Accept and process data more robustly at
7739         connexion start to avoid spurious "POP SSL connexion failed" errors.
7740
7741 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7742
7743         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7744         read group names.
7745
7746 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7747
7748         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7749
7750 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7751
7752         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7753         (nnmail-save-active): Use a unibyte buffer when saving active file,
7754         which may contain non-ASCII group names.
7755
7756         * nnml.el (nnml-request-group): Decode group names in messages.
7757
7758 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7759
7760         * message.el (message-citation-line-function)
7761         (message-insert-formatted-citation-line): Fix spelling of
7762         `message-insert-formated-citation-line'.
7763
7764 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7765
7766         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7767
7768 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7769
7770         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7771         nnmail-pathname-coding-system.
7772
7773         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7774         that a user enters; decode group names in messages.
7775
7776         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7777
7778 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7779
7780         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7781
7782         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7783
7784         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7785         risky local variable.
7786
7787         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7788
7789 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7790
7791         * encrypt.el: Improve documentation to fix function name typo.
7792         Reported by Daiki Ueno <ueno@unixuser.org>.
7793
7794 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7797         even if the point is not in the last page of an article.
7798         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7799         back to the previous page.
7800
7801 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7802
7803         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7804
7805 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7806
7807         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7808
7809 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7810
7811         * message.el (message-check-news-body-syntax):
7812         Avoid mm-string-as-multibyte.
7813         (message-hide-headers): Don't assume (point-min)==1.
7814
7815 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7816
7817         * message.el (message-remove-blank-cited-lines): Fix if remove is
7818         given.
7819         (message-bogus-address-regexp): New variable.
7820         (message-bogus-recipient-p): New function.
7821         (message-check-recipients): New command.
7822         (message-syntax-checks): Add `bogus-recipient'.
7823         (message-fix-before-sending): Add `bogus-recipient'.
7824
7825         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7826         (gnus-treat-body-boundary): Don't test window-system.
7827
7828 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7829
7830         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7831
7832 2007-10-28  Miles Bader  <miles@gnu.org>
7833
7834         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7835         at compile-time too.
7836
7837 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7838
7839         * gnus-msg.el (gnus-message-setup-hook):
7840         Add `message-remove-blank-cited-lines' to options.
7841
7842 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7843
7844         * message.el (message-remove-blank-cited-lines): New function.
7845         Suggested by Karl Plästerer.
7846
7847 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7848
7849         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7850         mapc.
7851
7852         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7853         (top-level): Use mapc to set functions to be traced for debugging.
7854
7855         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7856         called for effect with while loop.
7857
7858         * message.el (message-talkative-question): Replace mapcar called for
7859         effect with mapc.
7860
7861         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7862         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7863         called for effect with dolist.
7864
7865         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7866
7867         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7868         gnus-extra-headers and nnmail-extra-headers.
7869
7870         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7871         called for effect with dolist.
7872         (top-level): Use mapc to set functions to be traced for debugging.
7873
7874         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7875         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7876         dolist.
7877
7878         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7879         Replace mapcar called for effect with mapc.
7880         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7881         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7882         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7883         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7884
7885         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7886         remove-if that's a cl function.
7887
7888         * webmail.el (webmail-debug): Replace mapcar called for effect with
7889         dolist.
7890
7891         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7892         with mapc.
7893
7894 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7895
7896         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7897         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7898         with while loop.
7899
7900         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7901         functions from article-* functions.
7902         (gnus-multi-decode-header): Replace mapcar called for effect with
7903         dolist.
7904
7905         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7906         (gnus-bookmark-show-details): Replace mapcar called for effect with
7907         while loop.
7908
7909         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7910         called for effect with while loop.
7911
7912         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7913         with dolist.
7914
7915         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7916         Replace mapcar called for effect with dolist.
7917
7918         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7919
7920         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7921         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7922         Replace mapcar called for effect with dolist.
7923         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7924         mapc.
7925
7926         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7927         Replace mapcar called for effect with dolist.
7928         (gnus-topic-list): Replace mapcar called for effect with mapc.
7929
7930         * gnus.el: Use mapc instead of mapcar to add autoloads.
7931
7932 2007-10-23  Richard Stallman  <rms@gnu.org>
7933
7934         * gnus-group.el (gnus-group-highlight): Mark as risky.
7935
7936 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7937
7938         * gnus.el (gnus-server-to-method): Return method found first in
7939         gnus-newsrc-alist.
7940
7941         * gnus-art.el (gnus-article-highlight-signature)
7942         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7943         button overlay without the front stickiness.
7944
7945 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7946
7947         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7948         overview buffer needed a catch to receive its throw.
7949         (gnus-agent-flush-cache): Declare as interactive to make this function
7950         easier to use.
7951
7952 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7953
7954         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7955         `next-line'.
7956
7957 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7958
7959         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7960         exclude address matching message-dont-reply-to-names.
7961
7962 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * gnus-util.el (gnus-string<): New function.
7965
7966         * gnus-sum.el (gnus-article-sort-by-author)
7967         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7968
7969 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7970
7971         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7972         the frame-focus tag is set in gnus-buffer-configuration.
7973
7974 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7977         the front stickiness.
7978
7979 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7980
7981         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7982         url pattern; remove duplicate one.
7983         (gnus-article-extend-url-button): New function.
7984         (gnus-article-add-buttons): Use it.
7985         (gnus-button-push): Use concatenated url that it makes.
7986
7987 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7988
7989         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7990
7991 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7992
7993         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7994         Don't hardcode point-min==1.
7995
7996 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7997
7998         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7999         Fix comment about "iso8859-1".
8000
8001 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8002
8003         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8004         ones returned from the verify-function.
8005
8006         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8007         Call mml2015-extract-cleartext-signature if extraction failed.
8008
8009 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8010
8011         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8012         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8013         failed.
8014
8015 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8016
8017         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8018
8019 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8020
8021         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8022         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8023         recommends to use EasyPG instead of PGG.
8024
8025         * pgg.el: Revert to revision 6.23.2.16.
8026
8027         * pgg-def.el: Revert to revision 6.6.2.14.
8028
8029         * pgg-gpg.el: Revert to revision 6.23.2.34.
8030
8031 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8032
8033         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8034         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8035         thread for both the null and zero (kill/expire thread) universal prefix
8036         cases.
8037         (gnus-summary-expire-thread): Add new function to expire a thread,
8038         using gnus-summary-kill-thread.
8039         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8040         shortcuts for gnus-summary-expire-thread.
8041         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8042         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8043
8044 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8045
8046         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8047         extras value, so an extras entry can be deleted.
8048         (gnus-registry-delete-extra-entry): Use it.
8049         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8050         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8051         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8052         storage through the gnus-registry, and provide an appropriate API for
8053         it.
8054
8055 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8056
8057         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8058         Suggested by Leo <sdl.web@gmail.com>.
8059
8060         * gnus.el: Do.
8061
8062 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8063
8064         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8065         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8066
8067         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8068
8069         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8070         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8071
8072 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8073
8074         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8075         newline.
8076         (nnmbox-request-accept-article): Don't change article in source buffer;
8077         narrow to header to use message-fetch-field rather than
8078         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8079         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8080         as delimiters; make sure article ends with newline.
8081         (nnmbox-delete-mail): Correct last position of article to be deleted;
8082         ignore X-Gnus-Newsgroup header in article body.
8083         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8084         positions; make sure article ends with newline.
8085
8086         * message.el (message-display-abbrev): Don't infloop when a user
8087         inserts SPC in the beginning of header.
8088
8089         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8090         coding-system-for-read and coding-system-for-write for XEmacs having no
8091         file-coding feature.
8092
8093         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8094
8095 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8096
8097         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8098         list of groups not followed by default.  Fix type to be regexp.
8099         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8100
8101 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8102
8103         * hmac-def.el (define-hmac-function): Switch from old-style to
8104         new-style backquotes.
8105
8106         * md4.el (md4-make-step): Likewise.
8107
8108 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8109
8110         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8111         raw-text coding system when saving .newsrc file, which may contain
8112         non-ASCII group names.
8113
8114 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8115
8116         * gnus-cus.el (gnus-score-extra): New widget.
8117         (gnus-score-extra-convert): New function.
8118         (gnus-score-customize): Use it for Extra.
8119
8120 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8121
8122         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8123         (mml2015-mailcrypt-clear-verify): Use it.
8124         (mml2015-gpg-clear-verify): Use it.
8125         (mml2015-pgg-clear-verify): Use it.
8126         (mml2015-epg-clear-verify): Replace the current part with the output
8127         from GnuPG; don't extract the plaintext by itself.
8128
8129         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8130         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8131         mml2015-clear-verify-function; don't touch the armor headers or
8132         dash-escaped text here.
8133
8134 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8135
8136         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8137         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8138         parts, or application/octet-stream as a last resort.
8139         (gnus-mime-view-part-as-type): Don't toggle display.
8140         (gnus-mime-view-part-as-charset): Don't turn off display before
8141         querying charset.
8142
8143         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8144         stuff to undisplayer function in Emacs.
8145         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8146
8147         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8148         text/calendar parts.
8149
8150 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8151
8152         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8153         decoding text/calendar parts.
8154
8155         * message.el (message-forward-make-body-mime): Always mark body as
8156         having no illegible text; remove signed-or-encrypted argument.
8157         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8158
8159         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8160         (mml-generate-mime-1): Don't encode body if it is specified to be in
8161         raw form; don't make buffer be unibyte when inserting multibyte string.
8162
8163 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8164
8165         * sha1.el: Fix up comment style.
8166         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8167         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8168
8169         * hex-util.el: Fix up comment style.
8170         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8171
8172         * gnus-salt.el: Use with-current-buffer.
8173         (gnus-pick-setup-message): Fix long-standing typo.
8174
8175 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * imap.el (imap-logout-timeout): New variable.
8178         (imap-logout, imap-logout-wait): New functions.
8179         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8180
8181         * nnimap.el (nnimap-logout-timeout): New server variable.
8182         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8183         nnimap-logout-timeout.
8184
8185         * gnus-art.el (gnus-article-summary-command-nosave)
8186         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8187
8188 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * gnus.el (gnus-maximum-newsgroup): New variable.
8191
8192         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8193         according to gnus-maximum-newsgroup.
8194
8195         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8196         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8197         Limit the range of articles according to gnus-maximum-newsgroup.
8198
8199 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8200
8201         * gnus-art.el (gnus-sticky-article): Fix problems described in
8202         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8203         Don't perform gnus-configure-windows here; reuse existing sticky
8204         article buffer.
8205
8206         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8207         it doesn't exist in gnus-article-mode.
8208
8209 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8210
8211         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8212         (gnus-agent-decoded-group-name): New function.
8213         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8214         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8215
8216 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8217
8218         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8219         Add binding for gnus-sticky-article.
8220         (gnus-summary-exit): Don't kill sticky article buffers.
8221
8222         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8223         article buffer.
8224         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8225         (gnus-kill-sticky-article-buffers): New commands.
8226
8227 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * nntp.el (nntp-xref-number-is-evil): New server variable.
8230         (nntp-find-group-and-number): If it is non-nil, don't trust article
8231         numbers in the Xref header.
8232
8233 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8234
8235         * gnus-agent.el (gnus-agent-read-group): New function.
8236         (gnus-agent-flush-group, gnus-agent-expire-group)
8237         (gnus-agent-regenerate-group): Use it.
8238         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8239         nnmail-pathname-coding-system.
8240
8241 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8242
8243         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8244
8245         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8246         that are unread as unread, and also as selected so that information of
8247         marks having been changed by a user may be updated when exiting group.
8248
8249 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8250
8251         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8252
8253 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8254
8255         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8256         calculated ignoring signature parts to gnus-treat-article.
8257
8258 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8259
8260         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8261         a point here in order to keep the window start.
8262         (gnus-insert-mime-security-button): Make a button overlay without the
8263         front stickiness.
8264         (gnus-mime-display-security): Goto the end of a button.
8265
8266         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8267
8268 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8271         group-name-at-point.
8272         (gnus-group-completing-read): New function that offers decoded
8273         non-ASCII group names for completion.
8274         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8275         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8276         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8277         (gnus-group-fetch-control): Use it.
8278         (gnus-fetch-group): Use group-name-at-point for the initial value
8279         rather than the default value; use gnus-alive-p.
8280
8281         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8282         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8283         (gnus-summary-post-news): Use gnus-group-completing-read.
8284
8285         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8286         (gnus-read-move-group-name): Decode group name for completion.
8287
8288 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8289
8290         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8291         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8292         Yamaoka slightly modified the code).
8293
8294 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8295
8296         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8297         (nnmail-split-incoming): Bind it.
8298
8299         * nnml.el (nnml-group-name-charset): New function.
8300         (nnml-decoded-group-name): Use it; don't decode group name if
8301         nnmail-group-names-not-encoded-p is non-nil.
8302         (nnml-encoded-group-name): New function.
8303         (nnml-group-pathname): Inline nnml-decoded-group-name.
8304         (nnml-request-expire-articles): Decode group name in message.
8305         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8306         nnmail-pathname-coding-system.
8307         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8308         not decoded ones according to nnmail-group-names-not-encoded-p.
8309         (nnml-generate-active-info): Use nnml-encoded-group-name.
8310
8311 2007-08-08  Glenn Morris  <rgm@gnu.org>
8312
8313         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8314         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8315         doc-strings and comments.
8316
8317 2007-07-25  Glenn Morris  <rgm@gnu.org>
8318
8319         * Relicense all FSF files to GPLv3 or later.
8320
8321 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * gnus-sum.el (gnus-summary-move-article):
8324         Make gnus-summary-respool-article work.
8325
8326 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8327
8328         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8329         string.
8330
8331 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8332
8333         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8334         that should be ignored when comparing distant RSS articles with local
8335         ones.
8336         (nnrss-make-hash-index): New function.  Create a hash index according
8337         to the ignored fields.
8338         (nnrss-check-group): Use it.
8339
8340 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8341
8342         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8343
8344         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8345
8346         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8347         the new optional argument ENCODED is non-nil.
8348         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8349         coding system for encoding group name.
8350         (gnus-group-make-rss-group): Pass un-encoded group name to
8351         gnus-group-make-group.
8352         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8353         encoded.
8354
8355         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8356         Encode group name to which articles are moved or copied.
8357         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8358         coding system for encoding Newsgroup, Followup-To and Xref headers.
8359
8360         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8361         marks; use nnheader-file-coding-system to write a file.
8362         (nnagent-retrieve-headers): Bind file-name-coding-system to
8363         nnmail-pathname-coding-system.
8364
8365         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8366
8367         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8368         (nnml-request-article, nnml-request-create-group)
8369         (nnml-request-rename-group, nnml-find-id)
8370         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8371         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8372         (nnml-save-marks): Use nnml-group-pathname instead of
8373         nnmail-group-pathname.
8374
8375         (nnml-request-create-group, nnml-request-expire-articles)
8376         (nnml-request-move-article, nnml-request-delete-group)
8377         (nnml-deletable-article-p, nnml-possibly-create-directory)
8378         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8379         (nnml-open-marks): Bind file-name-coding-system to
8380         nnmail-pathname-coding-system.
8381
8382         (nnml-request-article): Pass server argument to nnml-find-group-number.
8383         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8384         Pass server argument to nnml-possibly-create-directory.
8385         (nnml-request-accept-article): Pass server argument to
8386         nnml-active-number and nnml-save-mail.
8387         (nnml-find-group-number): Pass server argument to nnml-find-id.
8388         (nnml-request-update-info): Pass server argument to
8389         nnml-marks-changed-p.
8390
8391         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8392         (nnml-save-mail, nnml-active-number): Add server argument.
8393
8394         (nnml-request-delete-group): Warn if group is missing.
8395         (nnml-get-nov-buffer): Decode group name.
8396         (nnml-generate-active-info): Encode group name.
8397         (nnml-open-marks): Decode group name in messages.
8398
8399 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8402         if it is not specified.
8403         (gnus-article-pipe-part, gnus-article-save-part)
8404         (gnus-article-interactively-view-part, gnus-article-copy-part)
8405         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8406         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8407         (gnus-article-replace-part, gnus-article-delete-part)
8408         (gnus-article-view-part-as-type): Pass raw prefix argument to
8409         gnus-article-part-wrapper.
8410
8411 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8412
8413         * gnus-agent.el (gnus-agent-save-active):
8414         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8415
8416         * gnus-cache.el (gnus-cache-save-buffers)
8417         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8418         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8419         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8420         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8421         (gnus-cache-generate-active, gnus-cache-rename-group)
8422         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8423         (gnus-cache-update-overview-total-fetched-for):
8424         Bind file-name-coding-system to nnmail-pathname-coding-system.
8425         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8426         New variables.
8427         (gnus-cache-decoded-group-name): New function.
8428         (gnus-cache-file-name): Use it.
8429         (gnus-cache-generate-active): Use non-decoded group name for active.
8430
8431         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8432         right place.
8433         (gnus-write-active-file): Don't break non-ASCII group names.
8434
8435         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8436         nnmail-pathname-coding-system.
8437
8438         * lpath.el: Bind default-file-name-coding-system,
8439         file-name-coding-system and language-info-alist for XEmacs.
8440
8441         * gnus-uu.el (gnus-uu-decode-save): Typo.
8442
8443 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8444
8445         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8446
8447 2007-07-14  David Kastrup  <dak@gnu.org>
8448
8449         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8450         finishing actions if we did not edit the article.
8451
8452 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8453
8454         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8455         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8456         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8457         (gnus-agent-flush-group, gnus-agent-flush-cache)
8458         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8459         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8460         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8461         (gnus-agent-regenerate-group)
8462         (gnus-agent-update-files-total-fetched-for)
8463         (gnus-agent-update-view-total-fetched-for):
8464         Bind file-name-coding-system to nnmail-pathname-coding-system.
8465         (gnus-agent-group-pathname): Don't encode file names by
8466         nnmail-pathname-coding-system.
8467         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8468         coding-system-for-write instead of buffer-file-coding-system to
8469         gnus-agent-file-coding-system.
8470
8471         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8472         Decode group name.
8473
8474         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8475
8476         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8477         (gnus-read-newsrc-el-file): Make group names unibyte.
8478
8479         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8480         nnmail-pathname-coding-system.
8481
8482         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8483         (nnrss-request-delete-group): Bind file-name-coding-system to
8484         nnmail-pathname-coding-system.
8485         (nnrss-read-server-data, nnrss-read-group-data):
8486         Bind file-name-coding-system correctly.
8487         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8488
8489         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8490         (nntp-server-to-method-cache): New variable.
8491         (nntp-group-pathname): New function that decodes non-ASCII group names.
8492         (nntp-possibly-create-directory, nntp-marks-changed-p)
8493         (nntp-save-marks, nntp-open-marks): Use it.
8494         (nntp-possibly-create-directory, nntp-open-marks):
8495         Bind file-name-coding-system to nnmail-pathname-coding-system.
8496         (nntp-open-marks): Decode group names when bootstrapping marks.
8497
8498         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8499         Newsgroups and Folowup-To headers.
8500
8501 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8502
8503         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8504         (gnus-server-closed-face, gnus-server-denied-face)
8505         (gnus-server-offline-face): Remove variable.
8506         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8507
8508         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8509         of modifying message-stack directly for XEmacs.
8510
8511         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8512         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8513         if the coding-system argument is nil for XEmacs.
8514
8515         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8516         mm-charset-override-alist.
8517
8518         * rfc2047.el: Don't require base64; require rfc2045 for the function
8519         rfc2045-encode-string.
8520         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8521         to quote the parameter value.
8522
8523 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8526         form in gnus-group-name-charset-method-alist.
8527
8528         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8529         overrides the default layout edit-form.
8530
8531         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8532
8533         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8534
8535 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8536
8537         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8538         as unfetched articles.
8539
8540 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8541
8542         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8543
8544 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8545
8546         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8547         original back end that keeps marks in the local system.
8548
8549 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8550
8551         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8552         arg of pop-to-buffer for XEmacs.
8553         (gnus-article-read-summary-keys): Ditto; don't restore window
8554         configuration if summary command ends up with neither article buffer
8555         nor summary buffer; describe bindings if summary keys end with C-h.
8556
8557 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8558
8559         * message.el (message-fix-before-sending): Skip raw message part to be
8560         forwarded while checking illegible text.
8561         (message-forward-make-body-mime, message-forward-make-body):
8562         Mark signed or encrypted raw message as having no illegible text.
8563
8564 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8567         (gnus-message-with-timestamp-1): New macro.
8568         (gnus-message-with-timestamp): New function.
8569         (gnus-message): Use them.
8570
8571         * nnheader.el (nnheader-message): Use them.
8572
8573 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8574
8575         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8576         .newsrc.eld file.
8577
8578 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8579
8580         * gnus-agent.el (gnus-agent-fetch-headers)
8581         (gnus-agent-retrieve-headers):
8582         Bind gnus-decode-encoded-address-function to identity.
8583
8584         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8585         available also when the server returns simply a dot.
8586
8587         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8588
8589 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8592
8593 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8594
8595         * gnus-ems.el (gnus-x-splash): Make it work.
8596
8597         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8598         from being used.
8599
8600         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8601
8602 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8603
8604         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8605         4th and the 5th arguments.
8606
8607         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8608         the front stickiness.
8609         (gnus-article-summary-command-nosave): Correct the order of the
8610         arguments passed to pop-to-buffer.
8611         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8612         summary command ends up with the article buffer.
8613
8614         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8615         the same faces.
8616
8617 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8618
8619         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8620
8621 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8622
8623         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8624         * gnus-sum.el (gnus-summary-highlight):
8625         * pgg.el (pgg-sign-region, pgg-sign):
8626         * mail-source.el (mail-source-delete-old-incoming-confirm):
8627         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8628
8629 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * gnus-art.el (gnus-mime-view-part-externally)
8632         (gnus-mime-view-part-internally): Fix predicate function passed to
8633         completing-read.
8634
8635         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8636
8637         * gnus.el (gnus-update-message-archive-method): Add :version.
8638
8639 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8640
8641         * gnus.el (gnus-update-message-archive-method): New variable.
8642
8643         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8644         according to gnus-message-archive-method if
8645         gnus-update-message-archive-method is non-nil.
8646
8647 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8648
8649         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8650         Suggested by Loic Dachary <loic@dachary.org>.
8651         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8652
8653 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8654
8655         * message.el (message-pop-to-buffer): Add switch-function argument.
8656         (message-mail): Pass switch-function argument to it.
8657
8658 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8659
8660         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8661         Improve doc string.
8662
8663 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8666         (gnus-header-content)
8667         * gnus-cite.el (gnus-cite-10)
8668         * gnus-srvr.el (gnus-server-closed)
8669         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8670         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8671         (gnus-group-mail-3-empty, gnus-group-mail-low)
8672         (gnus-group-mail-low-empty, gnus-splash)
8673         * message.el (message-header-to, message-header-cc)
8674         (message-header-subject, message-header-other, message-header-name)
8675         (message-header-xheader, message-separator, message-cited-text)
8676         (message-mml): Lighten colors of faces used for dark background.
8677
8678 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8679
8680         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8681         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8682
8683 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * message.el (message-narrow-to-headers-or-head):
8686         Ignore mail-header-separator in the body.
8687
8688 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8691         same as window size.
8692
8693 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8694
8695         * message.el (message-font-lock-keywords): Use message-header-xheader
8696         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8697         ahead of the anything pattern, to get it recognised.
8698
8699 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8702         spam.el loads uses it in the compiled defadvice form.
8703
8704 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8705
8706         * gnus-sum.el (gnus-articles-to-read)
8707         (gnus-summary-insert-old-articles): Don't truncate group name for
8708         `read-string'.
8709
8710         * gnus-util.el (gnus-limit-string): Delete this function.
8711
8712         * gnus-sum.el (gnus-simplify-subject-fully):
8713         Use `truncate-string-to-width' instead.
8714
8715 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8716
8717         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8718         Tell if, on summary exit, the next group has to be selected.
8719         (gnus-summary-exit): Use it.
8720
8721 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8722
8723         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8724         non-break space.
8725
8726 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8727
8728         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8729         Check if group is not a directory.
8730         (nnfolder-request-expire-articles): Don't delete articles if the target
8731         group is not available.
8732
8733         * nnml.el (nnml-request-create-group): Properly check if group is not a
8734         file.
8735         (nnml-request-expire-articles): Don't delete articles if the target
8736         group is not available.
8737
8738         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8739         Don't quote characters that are within parentheses.
8740
8741 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8742
8743         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8744         (gnus-handle-ephemeral-exit): Select article according to it.
8745
8746 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8747
8748         * message.el (message-insert-formated-citation-line): Remove newline.
8749         (message-citation-line-format): Add final \n here so that the user can
8750         avoid a blank line.
8751
8752 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8753
8754         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8755         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8756         Update lanl/arXiv support.
8757
8758 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8759
8760         * gnus.el: Bump version number.
8761
8762 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8763
8764         * gnus.el (gnus-version-number): Bump version.
8765
8766 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8767
8768         * gnus.el: No Gnus v0.6 is released.
8769
8770 2007-04-27  Didier Verna  <didier@xemacs.org>
8771
8772         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8773         * gmm-utils.el (gmm-regexp-concat): ... here.
8774         * message.el: Don't require 'gnus-util.
8775         (message-dont-reply-to-names): Handle name change above.
8776         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8777
8778 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8779
8780         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8781         since the initial value varies according to the system.
8782
8783 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8784
8785         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8786
8787 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8788
8789         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8790
8791 2007-04-24  Didier Verna  <didier@xemacs.org>
8792
8793         Improve the type of gnus-ignored-from-addresses.
8794         * gnus-util.el (gnus-orify-regexp): New function.
8795         * message.el (gnus-util): Require it.
8796         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8797         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8798         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8799
8800 2007-04-24  Didier Verna  <didier@xemacs.org>
8801
8802         * gnus-sum.el:
8803         * gnus-utils.el: Fix some trailing whitespaces.
8804
8805 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8808         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8809         article's Message-ID; refer parent article in summary buffer.
8810
8811         * message.el (message-bounce): Call mime-to-mml.
8812
8813         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8814         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8815         optimize and/or forms properly.
8816
8817 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8818
8819         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8820         URL.
8821
8822 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8823
8824         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8825
8826 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8827
8828         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8829         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8830         displayed of multipart/alternative part if it is invoked from summary
8831         buffer.
8832
8833         * mm-view.el (mm-inline-text-html-render-with-w3m)
8834         (mm-inline-text-html-render-with-w3m-standalone)
8835         (mm-inline-render-with-function): Use mail-parse-charset by default.
8836
8837 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8838
8839         * parse-time.el (parse-time-string-chars): Check if CHAR
8840         is less than the length of parse-time-syntax.
8841
8842 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8843
8844         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8845         from gnus-newsgroup-processable.
8846
8847 2007-04-16  Didier Verna  <didier@xemacs.org>
8848
8849         * gnus-msg.el (gnus-configure-posting-styles):
8850         Handle message-signature-directory properly with :file syntax.
8851         Reported by "Leo".
8852
8853 2007-04-11  Didier Verna  <didier@xemacs.org>
8854
8855         New user option: message-signature-directory.
8856         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8857         * message.el (message-insert-signature): Ditto.
8858         * message.el (message-signature-file): Doc update.
8859         * message.el (message-signature-directory): New.
8860
8861 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8862
8863         * gnus-msg.el (gnus-inews-yank-articles):
8864         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8865
8866 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8867
8868         * message.el (message-yank-original): Make sure cited text ends with
8869         newline; don't exchange point and mark.
8870
8871 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8872
8873         * tls.el (open-tls-stream): Properly handle case where there
8874         is no associated buffer.
8875
8876 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8877
8878         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8879         message-yank-original, make sure (< mark TEXT point).
8880
8881 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8882
8883         * message.el (message-fill-column): New variable.
8884         (message-mode): Use it.  Add comment on a possible new hook.
8885
8886         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8887         (nnmail-get-new-mail): Reformat.
8888
8889         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8890
8891         * gmm-utils.el: Fix Commentary.
8892         (gmm-tool-bar-from-list): Fix typo in doc string.
8893
8894 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8895
8896         * message.el (message-yank-original): Don't switch point and mark
8897         unnecessarily to put point and mark as documented.
8898
8899 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8900
8901         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8902         from the message heads.
8903
8904 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8905
8906         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8907         article buffer does not have a window.  This may not be the best
8908         solution but is certainly better than setting the start of the null,
8909         that is the current, window.
8910
8911 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8912
8913         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8914         (gnus-draft-setup): Run it.
8915
8916         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8917         gnus-score-fast-scoring.  Allow regexp.
8918         (gnus-score-headers): Use it.
8919
8920         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8921         XEmacs.
8922
8923         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8924         string.
8925         (gnus-button-alist): Also catch `<f1> k ...'.
8926         (gnus-treat-display-x-face): Fix doc string.
8927
8928 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8929
8930         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8931         evaluation of gnus-extended-version to ensure correct generation of the
8932         User-Agent header when message-generate-headers-first is used.
8933
8934 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8935
8936         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8937         hashcash-path is nil.  Don't call callback with incorrect number of
8938         parameters if val is 0.
8939
8940 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8941
8942         * message.el (message-required-news-headers):
8943         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8944
8945 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8946
8947         * tls.el (open-tls-stream): In handshake-waiting loop,
8948         don't wait more if there is output available to process.
8949
8950 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8951
8952         * tls.el (tls-program): Doc fix.
8953
8954 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * message.el (message-generate-new-buffers): Change the meaning of the
8957         nil value; add `standard' to the choices; treat t as `unique'; improve
8958         doc string.
8959         (gnus-select-frame-set-input-focus): Autoload.
8960         (message-buffer-name): Search for the existing message buffer if
8961         message-generate-new-buffers is nil or `standard'; treat the value t of
8962         message-generate-new-buffers as `unique'.
8963         (message-pop-to-buffer): Raise the frame already displaying the message
8964         buffer; clear the echo area after querying.
8965         (message-setup): Pass the `continue' argument to compose-mail.
8966         (message-mail): Prefer `switch-function' if it is given; search for the
8967         existing message buffer if the `continue' argument is non-nil; pass
8968         continue and switch-function arguments to compose-mail by way of
8969         message-setup.
8970         (message-mail-other-window): Adjust argument of message-setup.
8971         (message-mail-other-frame): Ditto.
8972
8973 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8974
8975         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8976         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8977         to turn font-lock on when turning gnus-message-citation-mode on.
8978
8979 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8980
8981         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8982         (mml-smime-function-alist): New variable; add epg as the backend.
8983         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8984         mml-smime- functions instead.
8985         * mm-view.el: Require smime.
8986
8987 2007-03-05  Didier Verna  <didier@xemacs.org>
8988
8989         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8990         instead of just inheritance for posting styles.
8991         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8992
8993 2007-02-24  Chris Moore  <dooglus@gmail.com>
8994
8995         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8996         * pgg-pgp.el (pgg-pgp-encrypt-region):
8997         * pgg-gpg.el (pgg-gpg-encrypt-region):
8998         Check pgg-encrypt-for-me if no other recipients.
8999
9000 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9001
9002         * tls.el (tls-certtool-program): Fix custom type.
9003
9004 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9007         and point-at-eol instead of line-(beginning|end)-position.
9008
9009         * assistant.el (assistant-parse-buffer): Ditto.
9010
9011         * netrc.el (netrc-parse-services): Ditto.
9012
9013 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9014
9015         * mml2015.el (mml2015-epg-find-usable-key): New function.
9016         (mml2015-epg-sign): Use it.
9017         (mml2015-epg-encrypt): Use it.
9018
9019 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9020
9021         * message.el (message-make-in-reply-to): Quote name containing
9022         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9023         if there are special characters.  Reported by NAKAJI Hiroyuki
9024         <nakaji@jp.freebsd.org>.
9025
9026 2007-02-27  Didier Verna  <didier@xemacs.org>
9027
9028         Include the group parameters as well as the topic ones in the
9029         inheritance filter process.
9030         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9031         argument GROUP-PARAMS-LIST.
9032         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9033
9034 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9035
9036         * nntp.el (nntp-never-echoes-commands)
9037         (nntp-open-connection-functions-never-echo-commands): New variables.
9038         (nntp-send-command): Use them.
9039
9040 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9041
9042         * mml2015.el (mml2015-epg-verify): Simplify.
9043
9044 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9045
9046         * mml.el (mml-content-disposition-alist): New user option.
9047         (mml-content-disposition): New function.
9048         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9049         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9050
9051 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9052
9053         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9054         verification.
9055
9056 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9057
9058         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9059         articles posted in the last 24 hours.
9060
9061 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9062
9063         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9064
9065 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9066
9067         * nntp.el (nntp-send-command): Don't wait for echoes when
9068         nntp-open-ssl-stream is used.
9069
9070 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9071
9072         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9073         (gnus-message-add-citation-keywords)
9074         (gnus-message-remove-citation-keywords): Remove.
9075         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9076         directly, make the variables in font-lock-defaults buffer-local, add
9077         gnus-message-citation-keywords to them and then update the value of
9078         font-lock-keywords.
9079
9080 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * message.el (message-cite-original-1): Don't call
9083         gnus-article-highlight-citation.
9084
9085         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9086         citations; fix line count.
9087
9088 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9089
9090         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9091         (gnus-message-add-citation-keywords)
9092         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9093         versions of font-lock-add-keywords and font-lock-remove-keywords to
9094         work with XEmacs correctly.
9095
9096 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9097
9098         * gnus-cite.el (gnus-cite-face-list): Set the values of
9099         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9100         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9101         (gnus-message-cite-prefix-regexp): New variable.
9102         (gnus-message-search-citation-line): Use it; protect against long
9103         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9104         the 0th match data for Emacs.
9105         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9106         (gnus-message-add-citation-keywords): Append keywords rather than
9107         prepending; emulate font-lock-add-keywords if it is not available.
9108         (gnus-message-remove-citation-keywords):
9109         Emulate font-lock-remove-keywords if it is not available.
9110
9111         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9112
9113         * message.el (message-cite-prefix-regexp): Set the value of
9114         gnus-message-cite-prefix-regexp.
9115
9116 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9117
9118         * nnweb.el (nnweb-google-parse-1): Update parser.
9119
9120 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9121
9122         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9123
9124 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9125
9126         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9127         regexp.
9128
9129 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9130
9131         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9132         string-to-multibyte.
9133         (uudecode-decode-region-internal): Use it.
9134
9135         * lpath.el: Fbind string-as-multibyte for XEmacs.
9136
9137 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9138
9139         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9140         Fix custom choice.
9141
9142         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9143
9144 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9145
9146         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9147
9148         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9149         `write-region' to respect `mm-inhibit-file-name-handlers'.
9150
9151 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9152
9153         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9154         Use gnus-home-directory instead of "~/" or "$HOME".
9155
9156 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9157
9158         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9159         to mention filename.
9160         Add comments at beginning regarding usage.
9161         (encrypt-write-file-contents): Change interactive so a string is
9162         acceptable.  If the file has no associated model, show an error instead
9163         of a nonsense prompt.
9164
9165 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9166
9167         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9168         Thanks to Yoshihiko Yamada for kind notification of this typo.
9169
9170 2007-01-12  Kenichi Handa  <handa@m17n.org>
9171
9172         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9173         multibyte buffer.
9174
9175 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9176
9177         * gnus-score.el (gnus-score-fast-scoring): New variable.
9178         (gnus-score-headers): Use it.
9179
9180         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9181
9182         * message.el (message-cite-original-1):
9183         Call gnus-article-highlight-citation if requested.
9184         (message-make-from): Allow name and address as optional arguments.
9185
9186         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9187
9188         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9189         bugs to doc string.
9190         (gnus-button-alist): Add mid\\|message-id.
9191         (gnus-button-fetch-group): Extend for use in
9192         `browse-url-browser-function'.
9193         (gnus-button-url-regexp): Try to catch paired parentheses like in
9194         Wikipedia URLs.
9195
9196         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9197         Suggested by Simon Krahnke <overlord@gmx.li>.
9198
9199 2007-01-13  Romain Francoise  <romain@orebokech.com>
9200
9201         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9202         Update copyright.
9203
9204 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9205
9206         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9207
9208 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9209
9210         * gnus-registry.el (gnus-registry-unfollowed-groups)
9211         (gnus-registry-split-fancy-with-parent): Fix documentation.
9212
9213 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9214
9215         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9216         from nnweb groups.
9217
9218 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9219
9220         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9221         Xref urls.  Erase buffer before requesting head.
9222
9223         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9224
9225 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9226
9227         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9228         customizable.
9229
9230 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9231
9232         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9233         no signing key is found.
9234         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9235         no encrypting and/or signing key is found.
9236
9237 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9238
9239         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9240
9241 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9242
9243         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9244         headers read from disk with the ones newly found in the current search.
9245         This should no longer cause problems, because the article numbers in
9246         Gmane's `nov.php' output are ignored since the previous change.
9247
9248 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9249
9250         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9251
9252 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9253
9254         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9255         replace-regexp-in-string; bind url-version; fbind display-images-p and
9256         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9257         find-face and set-itimer-function for Emacs; bind itimer-list for
9258         Emacs.
9259
9260         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9261
9262 2007-01-01  Romain Francoise  <romain@orebokech.com>
9263
9264         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9265
9266 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9267
9268         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9269         `define-minor-mode' macro definition expanded properly.
9270         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9271         exclude it there.
9272
9273         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9274         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9275         `fboundp' test.
9276         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9277         This is OK to autoload in (S)XEmacs now.
9278
9279 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9280
9281         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9282         keystroke.
9283         (gnus-summary-limit-to-singletons): Fix typo.
9284
9285         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9286         else fails.
9287
9288 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9289
9290         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9291         docstring.
9292
9293         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9294         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9295         (gnus-summary-insert-dormant-articles): Fix typo in message.
9296
9297 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9298
9299         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9300         nil for XEmacs.
9301         (gnus-message-citation-mode): Don't autoload in XEmacs.
9302
9303         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9304
9305 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9306
9307         * nnimap.el (nnimap-expunge-search-string):
9308         Mention nnimap-search-uids-not-since-is-evil in docstring.
9309
9310 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9311
9312         * spam.el: Revert to make-obsolete-variable because
9313         define-obsolete-variable-alias is not supported in Emacs 21.
9314
9315         * spam.el (spam-ifile-path, spam-ifile-database-path)
9316         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9317         make-obsolete-variable.
9318         (spam-bsfilter-path, spam-bsfilter-program)
9319         (spam-spamassassin-path, spam-spamassassin-program)
9320         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9321         Don't use "path" inappropriately.
9322         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9323         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9324         variable names.
9325
9326 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9327
9328         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9329         summary buffer.
9330
9331         * password.el (password-cache-remove): Use clear-string to burn
9332         password, if available.
9333
9334 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9335
9336         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9337
9338         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9339
9340         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9341         (gnus-message-highlight-citation): Move defcustom here from
9342         gnus-cite.el.
9343         (gnus-message-citation-mode): Autoload.
9344
9345         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9346         checks to make it compile with XEmacs.
9347         (gnus-message-citation-mode): New minor mode.
9348         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9349         (gnus-message-highlight-citation): New variables.
9350         (gnus-message-search-citation-line)
9351         (gnus-message-add-citation-keywords)
9352         (gnus-message-remove-citation-keywords)
9353         (turn-on-gnus-message-citation-mode)
9354         (turn-off-gnus-message-citation-mode): New functions.
9355
9356 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9357
9358         * gnus-cite.el: Enable highlighting of different citation levels in
9359         message-mode.
9360
9361 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9362
9363         * message.el (message-make-fqdn): Fix comment.
9364         (message-bogus-system-names): Add ".local".
9365
9366         * spam.el (spam-ifile-path, spam-ifile-program)
9367         (spam-ifile-database-path, spam-ifile-database)
9368         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9369         Don't use "path" inappropriately.
9370         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9371         strings.
9372         (spam-check-ifile, spam-ifile-register-with-ifile)
9373         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9374         Use new variable names.
9375
9376         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9377         (gnus-treat-display-smileys): Simplify using
9378         gnus-image-type-available-p.
9379
9380         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9381         available.
9382
9383         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9384         Use `display-images-p' if available.
9385
9386 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9387
9388         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9389         one after turning on the buffer's multibyteness instead of decoding
9390         them directly in the unibyte buffer that causes unexpected conversion
9391         in Emacs 23 (unicode).
9392
9393 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9394
9395         * message.el (message-generate-hashcash): Fix custom type.
9396
9397 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9398
9399         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9400
9401 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9402
9403         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9404         disconnect icons.  Add help text.
9405
9406 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9407
9408         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9409         negated to be consistent with the others we handle.
9410
9411 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9412
9413         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9414         version of gnus-summary-buffer to something, so that we can use two
9415         article buffers at the same time.
9416
9417 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9418
9419         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9420         trigger all the extra headers.
9421         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9422         sorting.
9423
9424 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9425
9426         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9427         solid groups.
9428
9429 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9430
9431         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9432
9433 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9434
9435         * legacy-gnus-agent.el: Add Copyright notice.
9436
9437 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9438
9439         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9440
9441 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9442
9443         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9444
9445         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9446         to make it work reliably in CVS Emacs.
9447         (gnus-summary-limit-strange-charsets-predicate)
9448         (gnus-summary-limit-to-predicate): New functions.
9449
9450 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9451
9452         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9453         specifying array size.
9454         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9455         array if it is too small.
9456         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9457         (gnus-sort-threads-loop): New function.
9458
9459 2006-12-06  Chris Moore  <dooglus@gmail.com>
9460
9461         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9462         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9463
9464 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9465
9466         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9467         options.
9468
9469 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9470
9471         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9472         DOS-ing the recipient.
9473
9474         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9475         the headers when creating the mapping to avoid mismappings.
9476         (nnweb-gmane-create-mapping): Always nix out old mapping.
9477
9478 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9479
9480         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9481         and mm-verify-option to never.
9482
9483 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9484
9485         * message.el (message-signed-or-encrypted-p): New function.
9486         (message-forward-make-body): Use it.
9487
9488         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9489         Replace encode-coding-string with mm-encode-coding-string.
9490
9491 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9492
9493         * nneething.el (nneething-decode-file-name):
9494         Replace decode-coding-string with mm-decode-coding-string.
9495
9496         * gnus-int.el (gnus-open-server): Say failed server's name.
9497
9498 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9499
9500         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9501         strings to a single string.  Quote `errors-file-name'.
9502         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9503         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9504         Adjust calls.  Use `shell-quote-argument'.
9505
9506 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9507
9508         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9509         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9510
9511         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9512         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9513         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9514         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9515         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9516         (gnus-subscribe-newsgroup, gnus-1):
9517         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9518         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9519         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9520         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9521
9522 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9523
9524         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9525         keystroke.
9526         (gnus-summary-limit-to-bodies): Implement headersp.
9527
9528 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9529
9530         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9531
9532 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9533
9534         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9535
9536 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9537
9538         * message.el (message-generate-hashcash): Expand range of values to
9539         include `opportunistic'.
9540         (message-send-mail): Use it.
9541
9542 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9543
9544         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9545         and comment it.
9546
9547         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9548
9549 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9550
9551         * gnus-util.el (gnus-extract-address-components): Improve comment.
9552
9553 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * gnus-util.el (gnus-extract-address-components): Work with address in
9556         which the name portion contains @.
9557
9558         * lpath.el: Fbind custom-autoload.
9559
9560 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9561
9562         * gnus.el (gnus-start): Move custom group up.
9563         (gnus-select-method): Don't autoload, but make it available for
9564         `customize-variable'.
9565         (gnus-getenv-nntpserver): Don't autoload.
9566
9567 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9568
9569         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9570
9571 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9572
9573         * message.el (message-sendmail-extra-arguments): New variable.
9574         (message-send-mail-with-sendmail): Use it.
9575
9576 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9579         mm-with-unibyte-current-buffer to make string unibyte.
9580
9581         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9582         mm-string-as-multibyte.
9583
9584 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9585
9586         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9587         Reported by Werner Koch <wk@gnupg.org>.
9588
9589 2006-11-14  Daiki Ueno  <ueno@p360>
9590
9591         * mml2015.el: Autoload epa-select-keys when compiling.
9592
9593 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9594
9595         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9596         message-options.
9597         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9598
9599 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9600
9601         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9602         EasyPG (< 0.0.6).
9603         (mml2015-always-trust): New user option.
9604         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9605         prompt.
9606
9607 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9608
9609         * nntp.el (nntp-authinfo-force): New variable.
9610         (nntp-send-authinfo): Use it.
9611
9612 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9613
9614         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9615         decode encoded words.  Improve prompt.  Add comment about forwarding.
9616         (message-replacement-char): Move up.
9617
9618 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9619
9620         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9621         instead of gnus-intersection because arguments of gnus-sorted-nunion
9622         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9623
9624 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9625
9626         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9627         (message-simplify-subject-functions):
9628         Enable message-strip-subject-encoded-words by default.
9629
9630 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9631
9632         * message.el (message-strip-subject-encoded-words): New function.
9633         (message-simplify-subject-functions): New variable.
9634         (message-simplify-subject): Use it.  Fix typo in doc string.
9635         Support message-strip-subject-encoded-words.
9636
9637 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9638
9639         * gnus-diary.el (gnus-diary-delay-format-function):
9640         * nndiary.el (nndiary-reminders):
9641         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9642
9643 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9644
9645         * gnus-art.el (article-hide-boring-headers): Fetch date from
9646         gnus-original-article-buffer to avoid problems with localized date
9647         strings.
9648
9649 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9650
9651         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9652
9653 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9654
9655         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9656         New variables.
9657         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9658         (mm-charset-synonym-alist): Move some entries to
9659         mm-codepage-iso-8859-list.
9660         (mm-charset-synonym-alist, mm-charset-override-alist):
9661         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9662
9663 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9664
9665         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9666
9667 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9668
9669         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9670         with Emacs 21 and XEmacs.
9671
9672 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9673
9674         * spam.el (spam-parse-address): New function for better parsing,
9675         catching errors, etc.
9676         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9677
9678 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9679
9680         * mm-view.el: Add interactive arg to html2text autoload.
9681
9682 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9683
9684         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9685
9686 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9687
9688         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9689         New variables.
9690         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9691         (mm-charset-synonym-alist): Move some entries to
9692         mm-codepage-iso-8859-list.
9693
9694         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9695
9696 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9697
9698         * message.el (message-citation-line-format)
9699         (message-insert-formated-citation-line): Fix implementation of %E, %N
9700         and %n according to the doc string.
9701
9702 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9703
9704         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9705         Use car-safe to avoid bad parses.
9706
9707 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9708
9709         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9710         names.
9711
9712         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9713
9714 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9715
9716         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9717         header.
9718
9719         * message.el (message-draft-headers): Add Date.
9720         (message-headers-to-generate): Fix typo in docstring.
9721
9722         * nndraft.el (nndraft-required-headers): New variable.
9723         (nndraft-generate-headers): Use it.
9724
9725         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9726
9727 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9728
9729         * gnus-registry.el (gnus-registry-wash-for-keywords)
9730         (gnus-registry-find-keywords): New functions to allow easy searching of
9731         articles that are in the registry.
9732
9733 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9734
9735         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9736         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9737         Reported by Damien Elmes <damien@repose.cx>.
9738
9739 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9740
9741         * gnus.el (gnus-mime): Remove unused custom group.
9742
9743 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9744
9745         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9746         "blank line" when searching for end of armor headers.
9747
9748 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * gmm-utils.el (gmm-write-region): Fix variable name.
9751
9752 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9753
9754         * gmm-utils.el (gmm-write-region): New function based on compatibility
9755         code from `mm-make-temp-file'.
9756
9757         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9758
9759         * nnmaildir.el (nnmaildir--update-nov)
9760         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9761         Use `gmm-write-region'.
9762
9763 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9764
9765         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9766         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9767
9768         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9769
9770         * message.el (message-replacement-char): New variable.
9771         (message-fix-before-sending): Use it.
9772         (message-simplify-subject): New function to remove duplicate code.
9773         (message-reply, message-followup): Use it.
9774
9775         * gnus-sum.el (gnus-summary-make-menu-bar):
9776         Clarify gnus-summary-limit-to-articles.
9777
9778 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9779
9780         * gnus-util.el (gnus-with-local-quit): New macro.
9781
9782         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9783
9784 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9785
9786         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9787         ignore non-string data.
9788
9789 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9790
9791         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9792         non-string data (needs to be done in the registry too).
9793
9794 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9795
9796         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9797         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9798         (gnus-registry-split-fancy-with-parent)
9799         (gnus-registry-fetch-simplified-message-subject-fast)
9800         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9801         Remove text properties on ingress into the registry and when it's saved.
9802         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9803         registry from entries with no groups.
9804
9805 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9806
9807         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9808         function to remove string properties.
9809
9810 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9811
9812         * gmm-utils.el (gmm): Adjust custom version.
9813
9814         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9815         Adjust custom version.
9816
9817         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9818
9819 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9820
9821         * gnus-art.el (gnus-insert-prev-page-button)
9822         (gnus-insert-next-page-button): Simplify.  Reformat.
9823
9824 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9825
9826         * gnus-art.el (gnus-insert-prev-page-button)
9827         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9828
9829 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9830
9831         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9832
9833 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9834
9835         * gnus-art.el (gnus-insert-mime-button)
9836         (gnus-insert-mime-security-button):
9837         Apply gnus-article-button-face to MIME and security buttons.
9838
9839 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9840
9841         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9842         readable.
9843
9844 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9845
9846         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9847
9848 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9849
9850         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9851         `browse-url-of-file' instead of `browse-url'.
9852
9853 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9854
9855         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9856         regexp.  Articles containing quotation were cut prematurely.
9857
9858 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9859
9860         * message.el (message-cite-original-1): Use nobody by default for the
9861         value of From header.
9862         (message-reply): Ditto.
9863
9864 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9865
9866         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9867         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9868         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9869
9870 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9871
9872         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9873         mails in the doc string.  Add some URLs in comment.
9874         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9875
9876 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9877
9878         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9879         backslashes handling and the way to find boundaries of quoted strings.
9880
9881 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9882
9883         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9884         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9885         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9886         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9887
9888 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9889
9890         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9891         doc string.
9892         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9893
9894 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9895
9896         * lpath.el: Fbind epg-check-configuration.
9897
9898 2006-09-06  Simon Josefsson  <jas@extundo.com>
9899
9900         * mml2015.el (mml2015-use): Doc fix, mention epg.
9901
9902 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9903
9904         * mml2015.el (mml2015-use): Default to epg, if available.
9905
9906 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9907
9908         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9909         message-sender.
9910         (mml1991-epg-encrypt): Ditto.
9911         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9912         message-sender.
9913         (mml2015-epg-encrypt): Ditto.
9914
9915 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9916
9917         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9918         several common directories.
9919
9920 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9921
9922         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9923         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9924
9925 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9926
9927         * gnus-art.el (article-decode-encoded-words): Make it fast.
9928
9929 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9930
9931         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9932
9933         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9934         in quoted string into `\'.
9935
9936 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9937
9938         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9939         Use standard-syntax-table.
9940
9941 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9942
9943         * gnus-art.el (gnus-decode-address-function): New variable.
9944         (article-decode-encoded-words): Use it to decode headers which are
9945         assumed to contain addresses.
9946         (gnus-mime-delete-part): Remove useless `or'.
9947
9948         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9949         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9950         (gnus-nov-parse-line): Use it to decode From header.
9951         (gnus-get-newsgroup-headers): Ditto.
9952         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9953
9954         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9955         (mail-decode-encoded-address-string): New alias.
9956
9957         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9958         New function.
9959         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9960         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9961         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9962         (rfc2047-decode-string): Ditto.
9963         (rfc2047-decode-address-region): New function.
9964         (rfc2047-decode-address-string): New function.
9965
9966 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9967
9968         * message.el (message-caesar-buffer-body): Allow rotating headers.
9969
9970         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9971
9972         * message.el (message-insert-formated-citation-line): Fix %f.
9973         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9974
9975 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9976
9977         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9978         (gnus-bookmark-mouse-available-p): New macro.
9979         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9980         (gnus-bookmark-bmenu-show-infos): Use it.
9981         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9982         (gnus-bookmark-bmenu-hide-infos): Ditto.
9983         (gnus-bookmark-remove-properties): New function.
9984         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9985         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9986         (gnus-bookmark-write-file): Bind coding-system-for-write.
9987         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9988         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9989         group before selecting it.
9990         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9991         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9992         quit-window if it is not available; use gnus-mouse-2 and bind it to
9993         gnus-bookmark-bmenu-select-by-mouse.
9994         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9995         (gnus-bookmark-bmenu-select-by-mouse): New function.
9996
9997 2006-08-13  Romain Francoise  <romain@orebokech.com>
9998
9999         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10000         space.
10001
10002 2006-08-10  Romain Francoise  <romain@orebokech.com>
10003
10004         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10005         (dns-mode-soa-auto-increment-serial): New user option.
10006         (dns-mode-soa-maybe-increment-serial): New function.
10007         (dns-mode): Add the latter to `write-contents-functions'.
10008
10009 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10010
10011         * compface.el (uncompface): Use binary rather than raw-text-unix.
10012
10013 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10014
10015         * compface.el (uncompface): Make sure the eol conversion doesn't take
10016         place when communicating with the external programs.
10017         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10018
10019 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10020
10021         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10022
10023 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10024
10025         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10026         Make it more robust by parsing author and date independently.
10027
10028 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10029
10030         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10031
10032 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10033
10034         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10035         first matching secret key.
10036         (mml2015-epg-encrypt): Ditto.
10037
10038         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10039         first matching secret key.
10040         (mml1991-epg-encrypt): Ditto.
10041
10042         * mml2015.el (mml2015-encrypt-to-self): New user option.
10043         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10044         mml2015-epg-encrypt-to-self is set.
10045
10046         * mml1991.el (mml1991-encrypt-to-self): New variable.
10047         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10048         mml1991-epg-encrypt-to-self is set.
10049
10050         * mml2015.el (mml2015-signers): New user option.
10051         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10052         (mml2015-epg-encrypt): Allow to select signing keys.
10053
10054         * mml1991.el (mml1991-signers): New variable.
10055         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10056         (mml1991-epg-encrypt): Allow to select signing keys.
10057
10058 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10059
10060         * nnheader.el (nnheader-insert-head): Make it work even if the file
10061         uses CRLF for the line-break code.
10062
10063 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10064
10065         * mml2015.el: Require mml-sec instead of password.
10066         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10067         (mml2015-cache-passphrase): Inherit the default value from
10068         mml-secure-cache-passphrase.
10069         (mml2015-passphrase-cache-expiry): Inherit the default value from
10070         mml-secure-passphrase-cache-expiry.
10071
10072         * mml1991.el: Require mml-sec instead of password.
10073         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10074         (mml1991-cache-passphrase): Inherit the default value from
10075         mml-secure-cache-passphrase.
10076         (mml1991-passphrase-cache-expiry): Inherit the default value from
10077         mml-secure-passphrase-cache-expiry.
10078
10079         * mml-sec.el: Require password.
10080         (mml-secure-verbose): New user option.
10081         (mml-secure-cache-passphrase): New user option.
10082         (mml-secure-passphrase-cache-expiry): New user option.
10083
10084 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10085
10086         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10087         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10088         andreas@altroot.de (Andreas Vögele).
10089
10090         FIXME: Use `tiny change'?
10091
10092 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10093
10094         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10095         workaround for the url package included with Emacs.
10096
10097         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10098
10099 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10100
10101         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10102         correctly.  This fixes a bug caused by the 2006-05-12 change.
10103
10104 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10105
10106         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10107         some information about the error when saying that the `bogus' mail
10108         group will be used.
10109
10110 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10111
10112         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10113         string.
10114
10115 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10116
10117         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10118
10119 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10120
10121         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10122
10123 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10124
10125         * mml1991.el (mml1991-function-alist): Add epg.
10126         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10127         (mml1991-epg-encrypt): New functions.
10128
10129 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10130
10131         * mml2015.el (mml2015-verbose): New variable.
10132         (mml2015-cache-passphrase): Ditto.
10133         (mml2015-passphrase-cache-expiry): Ditto.
10134         (mml2015-function-alist): Add epg.
10135         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10136         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10137         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10138         New functions.
10139
10140 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10141
10142         * message.el (message-cite-original-1): Preserve region when removing
10143         quoted text due to X-No-Archive in order to avoid bogus attribution
10144         when citing multiple messages.
10145
10146 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10147
10148         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10149         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10150
10151 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10152
10153         * gnus-diary.el (gnus-user-format-function-d)
10154         (gnus-user-format-function-D): Autoload.
10155
10156         * imap.el (Commentary): Fix typo.
10157
10158         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10159         2006-04-22 contribution.
10160
10161 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10162
10163         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10164         It didn't really fix the bogosity I'm seeing with solid web groups.
10165
10166 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10167
10168         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10169         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10170         created using server names.  If we use the feature without declaring
10171         it, Gnus does not properly manage server and group state.
10172
10173         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10174         bound.
10175
10176 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10177
10178         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10179         looking up the method using GROUP's prefix before inventing a new one.
10180         It is used on killed/unknown groups in various places where returning
10181         an all-new method isn't expected by the caller.
10182
10183         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10184         and match semantics of gnus-group-real-prefix.
10185
10186 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10187
10188         * nnmail.el (nnmail-broken-references-mailers): New variable.
10189         (nnmail-ignore-broken-references): New function generalizing
10190         nnmail-fix-eudora-headers.
10191         (nnmail-fix-eudora-headers): Now obsolete.
10192
10193         * gnus-art.el (gnus-button-handle-custom):
10194         Support `customize-apropos*'.
10195
10196 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10197
10198         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10199
10200         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10201         articles.
10202
10203 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10204
10205         * message.el (message-cite-reply-above): New variable.
10206         (message-yank-original): Use it.
10207
10208 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10209
10210         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10211
10212 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10213
10214         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10215         as read.
10216
10217         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10218
10219 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10220
10221         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10222         (gnus-bookmark-default-file): Use gnus-directory.
10223         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10224         Remove "*" in doc string.
10225         (gnus-bookmark-write-file): Simplify.
10226         (gnus-bookmark-maybe-sort-alist): Use `when'.
10227         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10228         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10229         Add FIXME about Emacs 21 and XEmacs compatibility.
10230         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10231         compatibility.
10232         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10233         compatibility.
10234         (gnus-bookmark-menu-heading): Fix version.
10235
10236 2006-06-19  Bastien Guerry  <bzg@altern.org>
10237
10238         * gnus-bookmark.el: New file.
10239
10240 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * message.el (message-syntax-checks): Doc fix.
10243
10244 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10245
10246         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10247         unsubscribed groups as if they were killed ones.  It causes duplicate
10248         entries in gnus-newsrc-alist.
10249
10250 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10251
10252         * message.el (message-syntax-checks): Doc fix.
10253         (message-send-mail): Add check for continuation headers.
10254         (message-check-news-header-syntax): Fix regexp used to check for
10255         continuation headers.
10256
10257 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10258
10259         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10260
10261 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10262
10263         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10264
10265 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10266
10267         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10268         default-truncate-lines.
10269
10270 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10273         to fill the utf-8 entry.
10274
10275         * lpath.el: Fbind unicode-precedence-list.
10276
10277 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10278
10279         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10280
10281 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10282
10283         * gnus-agent.el (directory-files-and-attributes): Move all the way
10284         forward (the third and final move).
10285         (gnus-agent-read-agentview): Trap reconstruction errors due to
10286         nonexistent directory.  Handle by returning nil.
10287
10288 2006-05-30  Didier Verna  <didier@xemacs.org>
10289
10290         * message.el (message-dont-reply-to-names): Update the custom type.
10291         * message.el (message-dont-reply-to-names): New defsubst: potentially
10292         convert a list of regexps into a single one.
10293         * message.el (message-get-reply-headers): Use it.
10294         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10295
10296 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10297
10298         * gnus-agent.el (directory-files-and-attributes): Move forward.
10299
10300 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10301
10302         * gnus-ml.el (gnus-mailing-list-subscribe)
10303         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10304         (gnus-mailing-list-message): Fix doc strings.
10305
10306 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10307
10308         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10309         of doing it manually.
10310
10311 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10312
10313         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10314         comment.
10315
10316 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10317
10318         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10319         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10320         (gnus-agent-read-local): All symbols allocated in my-obarray.
10321         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10322         (gnus-agent-regenerate-group): Check numeric names to see if they are
10323         messages or groups.
10324         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10325         better way of do this...)
10326
10327         * gnus-cache.el (gnus-agent-total-fetched-for):
10328         Ignore 'dummy.group' (there should be a better way of do this...)
10329
10330 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10331
10332         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10333         (gnus-saved-headers): Ditto.
10334         (gnus-default-article-saver): Mention functions may have properties.
10335         (gnus-article-save): Override gnus-save-all-headers and
10336         gnus-saved-headers by :headers property which saver function may have.
10337         (gnus-summary-save-in-file): Add :headers property.
10338         (gnus-summary-write-to-file): Ditto.
10339
10340         * gnus-sum.el (gnus-summary-save-article): Bind
10341         gnus-prompt-before-saving to t when saving many articles in a file;
10342         always show all headers.
10343
10344         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10345
10346 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10347
10348         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10349         marks.
10350
10351         * message.el (message-indent-citation): Add optional arguments to allow
10352         using it outside of message buffers.
10353
10354         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10355         (gnus-article-treat-unfold-headers): Use it.
10356         (gnus-article-truncate-lines): New variable.
10357         (gnus-article-mode): Use it.
10358         (gnus-article-toggle-truncate-lines): New function.
10359
10360         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10361         Add gnus-article-toggle-truncate-lines.
10362
10363         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10364         coding system in XEmacs, use binary.
10365
10366 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10367
10368         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10369         after-load-alist.
10370
10371         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10372         this function should save decoded articles.
10373         (gnus-summary-write-to-file): Use property to specify this function
10374         should save decoded articles and specify gnus-summary-save-in-file
10375         should be used to save articles other than the first one when saving
10376         many articles.
10377         (gnus-summary-save-body-in-file): Use property to specify this
10378         function should save decoded articles.
10379         (gnus-summary-write-body-to-file): Use property to specify this
10380         function should save decoded articles and specify
10381         gnus-summary-save-body-in-file should be used to save articles other
10382         than the first one when saving many articles.
10383
10384         * gnus-sum.el (gnus-summary-save-article): Simplify.
10385
10386 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10387
10388         * gnus-art.el (gnus-default-article-saver):
10389         Add gnus-summary-write-body-to-file.
10390         (gnus-article-save-coding-system): Don't use coding system object
10391         in XEmacs.
10392         (gnus-read-save-file-name): Add optional `dir-var' argument which
10393         specifies directory in which files are saved; work even if optional
10394         `variable' argument is not specified.
10395         (gnus-summary-write-to-file): Read file name.
10396         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10397         (gnus-summary-write-body-to-file): New function.
10398
10399         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10400         (gnus-summary-local-variables): Add it.
10401         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10402         (gnus-summary-save-article): Remove optional `decode' argument;
10403         determine whether to decode articles by the value of
10404         gnus-default-article-saver; when saving many files using
10405         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10406         it first and use gnus-summary-save-in-file or
10407         gnus-summary-save-body-in-file thereafter unless
10408         gnus-prompt-before-saving is always; move point to article which
10409         will be saved.
10410         (gnus-summary-save-article-file): Revert.
10411         (gnus-summary-write-article-file): Revert.
10412         (gnus-summary-save-article-body-file): Revert.
10413         (gnus-summary-write-article-body-file): New function.
10414
10415 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10416
10417         * gnus-art.el (gnus-default-article-saver): Doc fix.
10418         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10419         from gnus-summary-save-article-coding-system, and default to a
10420         certain coding system.
10421         (gnus-output-to-file): Add coding cookie and encode text according
10422         to gnus-article-save-coding-system; don't use mm-append-to-file.
10423
10424         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10425         gnus-art.el and rename to gnus-article-save-coding-system.
10426         (gnus-summary-save-article): Require gnus-art; don't show all
10427         headers if it decodes articles; don't add coding cookie here;
10428         don't bind mm-text-coding-system-for-write.
10429         (gnus-summary-save-article-file): Save decoded articles.
10430         (gnus-summary-write-article-file): When saving many files, use
10431         gnus-summary-write-to-file first and gnus-summary-save-in-file
10432         thereafter unless gnus-prompt-before-saving is always.
10433         (gnus-summary-save-article-body-file): Save decoded articles.
10434
10435         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10436
10437 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10438
10439         * nnrss.el (nnrss-check-group): Bind hash-index.
10440
10441 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10442
10443         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10444         its hash index.  Store this hash in `nnrss-group-data'.
10445         (nnrss-read-group-data): Update accordingly.
10446
10447 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10448
10449         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10450         entry.
10451
10452         * gnus-sum.el (gnus-summary-make-menu-bar):
10453         Add gnus-article-browse-html-article.
10454
10455 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10456
10457         * gnus-sum.el (gnus-summary-mime-map):
10458         Add gnus-article-browse-html-article.
10459
10460         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10461
10462 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10463
10464         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10465         suitable coding systems in customize.
10466
10467 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10468
10469         * mail-source.el (mail-sources): Fix custom type.
10470
10471 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10472
10473         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10474         (gnus-summary-expire-articles-now): Shorten prompt.
10475
10476         * gmm-utils.el (wid-edit): Require.
10477         (defun-gmm): Rename from `gmm-defun-compat'.
10478         (gmm-image-search-load-path): Use it.
10479         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10480
10481 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10482
10483         * gnus-sum.el (gnus-summary-save-article-coding-system):
10484         New variable.
10485         (gnus-summary-save-article): Add optional `decode' argument.
10486         If it is set and gnus-summary-save-article-coding-system is non-nil,
10487         save decoded article.
10488         (gnus-summary-write-article-file): Save decoded article if
10489         gnus-summary-save-article-coding-system is non-nil.
10490
10491         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10492         type.
10493
10494 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10497
10498 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10499
10500         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10501         first to test gnus-single-article-buffer which may be buffer-local.
10502
10503         * gnus-sum.el (gnus-summary-setup-buffer):
10504         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10505         group; make gnus-article-buffer, gnus-article-current, and
10506         gnus-original-article-buffer always buffer-local.
10507         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10508         group.
10509         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10510
10511 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10512
10513         * nnml.el (nnml-request-compact-group): Compressed files might not
10514         have .gz extension.
10515
10516 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10517
10518         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10519         (mm-copy-to-buffer): Use with-current-buffer.
10520         (mm-display-part): Simplify.
10521         (mm-inlinable-p): Add optional arg `type'.
10522
10523 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10524
10525         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10526         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10527         Try harder to show the attachment internally or externally using
10528         gnus-mime-view-part-as-type.
10529
10530 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10531
10532         * message.el (message-from-style, message-signature-separator)
10533         (message-user-organization-file, message-send-mail-function)
10534         (message-citation-line-function, message-yank-prefix)
10535         (message-indent-citation-function, message-signature)
10536         (message-signature-file, message-signature-insert-empty-line):
10537         Remove autoloads.
10538
10539         * gnus-art.el (gnus-buttonized-mime-types):
10540         Remove "multipart/signed".  Revert 2006-04-26 change.
10541
10542 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10543
10544         * gnus.el (gnus-version-number): Bump version.
10545
10546 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10547
10548         * gnus.el: No Gnus v0.5 is released.
10549
10550 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10551
10552         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10553         fetching articles by message-id.
10554
10555 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10556
10557         * message.el (hashcash): Require hashcash as normal.
10558
10559         * ecomplete.el (ecomplete-highlight-match-line):
10560         Use point-at-eol.
10561         (ecomplete-highlight-match-line): Use `highlight', because that
10562         face exists in both Emacs and XEmacs.
10563
10564         * message.el (message-display-abbrev): Use point-at-bol.
10565
10566         * mail-source.el: Don't require timer/timer-funcs.
10567
10568         * gnus-async.el: Ditto.
10569
10570         * password.el: Ditto.
10571
10572         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10573
10574         * mm-url.el: Ditto.
10575
10576         * gnus-xmas.el: Don't require timer-funcs.
10577
10578         * mm-util.el: Require timer/timer-funcs.
10579
10580 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10581
10582         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10583         Close.
10584
10585 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10586
10587         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10588         unibyte after clear-decrypt function runs.
10589
10590         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10591         returns as a unibyte string.
10592
10593 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10594
10595         * lpath.el: Revert.
10596
10597         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10598         (pgg-gpg-process-sentinel): Revert.
10599
10600         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10601         (pgg-pgp-lookup-key): Revert.
10602
10603         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10604         (pgg-pgp5-lookup-key): Revert.
10605
10606         * pgg.el (pgg-fetch-key): Revert.
10607
10608 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10609
10610         * lpath.el: Fbind string-as-multibyte for XEmacs.
10611
10612         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10613         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10614         (mml1991-pgg-encrypt): Ditto.
10615
10616         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10617         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10618         a multibyte buffer.
10619
10620         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10621         (pgg-pgp-lookup-key): Ditto.
10622
10623         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10624         (pgg-pgp5-lookup-key): Ditto.
10625
10626         * pgg.el (pgg-fetch-key): Ditto.
10627
10628 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10629
10630         * message.el (message-user-organization-file): Check several
10631         locations of the organization file.
10632
10633         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10634         Add gnus-article-view-part-as-type.
10635
10636         * gnus-art.el (gnus-article-view-part-as-type): New function.
10637
10638         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10639         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10640
10641         * mml.el: Simplify autoload.
10642         (mml-mode): defvar dnd-protocol-alist instead of using
10643         symbol-value.
10644         (mml-default-directory): New variable.
10645         (mml-minibuffer-read-file): Use it.
10646         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10647
10648         * message.el (message-citation-line-format): New variable.
10649         (message-insert-formated-citation-line): New function.
10650         (message-citation-line-function):
10651         Add `message-insert-formated-citation-line' to custom type.
10652
10653         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10654         to doc string.
10655
10656         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10657         depending on mm-verify-option.
10658
10659 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10660
10661         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10662         binding pgg-* variables; reimplement the section which prevents
10663         MIME header from being signed.
10664         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10665         pgg-text-mode; remove a blank line at the top of body.
10666
10667         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10668         lines at the top of body; use gnus-newsgroup-charset if there's no
10669         Charset header.
10670
10671 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10672
10673         * message.el (message-self-insert-commands): Doc fix.
10674
10675         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10676         (mm-uu-pgp-encrypted-test): Ditto.
10677         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10678         between header and body; return application/pgp-encrypted handle
10679         if decryption failed; decode decrypted body by charset.
10680
10681         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10682         element match to application/pgp-*.
10683
10684 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10685
10686         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10687         HTML.
10688
10689 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10690
10691         * mail-source.el (mail-source-call-script): Message the error
10692         string.
10693
10694 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10695
10696         * gnus-util.el (gnus-byte-compile): Use it.
10697
10698 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10699
10700         * gnus-util.el (kill-empty-logs): New function.
10701
10702 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10703
10704         * message.el (message-mail-alias-type): Doc fix.
10705         (message-mail-alias-type-p): New function.
10706         (message-send): Use it.
10707         (message-mode): Ditto.
10708         (message-strip-forbidden-properties): Ditto.
10709
10710         * ecomplete.el (ecomplete-database-file-coding-system):
10711         New variable.
10712         (ecomplete-save): Use it.
10713         (ecomplete-setup): Use it.
10714
10715 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10716
10717         * message.el (message-self-insert-commands): New variable.
10718         (message-strip-forbidden-properties): Use it.
10719
10720 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10721
10722         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10723         that doesn't make XEmacs choke.
10724
10725 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10726
10727         * gnus-util.el (gnus-replace-in-string):
10728         Prefer replace-regexp-in-string over of replace-in-string.
10729
10730 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10731
10732         * gnus-util.el (gnus-select-frame-set-input-focus):
10733         Use select-frame-set-input-focus if it is available in XEmacs; use
10734         definition defined in Emacs 22 for old Emacsen.
10735
10736         * dgnushack.el: Autoload unmorse-region for XEmacs.
10737
10738         * lpath.el: Bind cursor-in-non-selected-windows and
10739         select-frame-set-input-focus for XEmacs.
10740
10741 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10742
10743         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10744
10745 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10746
10747         * gnus-registry.el (gnus-registry-cache-save): Remove text
10748         properties when saving via the temp buffer.
10749
10750 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10751
10752         * message.el (message-generate-hashcash): Honor custom type.
10753
10754 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10755
10756         * message.el (message-generate-hashcash): Default to non-nil when
10757         hashcash is found.
10758
10759         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10760         (gnus-refer-thread-limit): Increase default to 500.
10761
10762         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10763
10764         * flow-fill.el (fill-flowed): Allow delete-space.
10765
10766 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10767
10768         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10769         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10770         Remove autoloads.
10771
10772 2006-04-18  Simon Josefsson  <jas@extundo.com>
10773
10774         * message.el (message-generate-hashcash): Default to.
10775
10776 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10777
10778         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10779         concatenating segments rather than before concatenating them.
10780
10781 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10782
10783         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10784
10785 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10786
10787         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10788
10789         * message.el (message-forward-make-body-plain):
10790         Allow message-forward-ignored-headers to be a list.
10791         (message-remove-ignored-headers): Factor out into function.
10792         (message-forward-make-body-mml): Use it.
10793
10794         * imap.el (imap-quote-specials): New function.
10795         (imap-login-auth): Quote specials.
10796
10797         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10798         (rfc2231-parse-string): Allow concatanation of parameters that
10799         aren't contiguous.  The test case is
10800           (mail-header-parse-content-type "message/external-body;
10801             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10802             access-type=LOCAL-FILE;
10803             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10804
10805 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10806
10807         * nntp.el (nntp-accept-process-output): Return the value of
10808         `nnheader-accept-process-output'.
10809
10810 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10811
10812         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10813         (gnus-button-alist): Recognize more diff formats.
10814         (gnus-button-patch): Strip directory.
10815
10816 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10817
10818         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10819         Emacs 22 when setting focus.
10820
10821 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10822
10823         * gnus-art.el (gnus-article-treat-types): Do treatment of
10824         text/x-verbatim parts.
10825         (gnus-button-patch): New command.
10826
10827         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10828         addresses that contain invalid characters.
10829
10830 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10831
10832         * message.el (message-put-addresses-in-ecomplete):
10833         Use gnus-replace-in-string.
10834         (message-is-yours-p): Use the more correct
10835         mail-header-parse-address instead of
10836         mail-extract-address-components.
10837         (message-put-addresses-in-ecomplete): Fix typo.
10838
10839         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10840         keystroke.
10841
10842         * gnus-art.el (gnus-treatment-function-alist): Change order of
10843         newsgroups/generic header folding to avoid double-folding.
10844
10845         * message.el (message-hidden-headers): Add X-Draft-From.
10846
10847         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10848         New command.
10849         (gnus-summary-repeat-search-article-backward): New command.
10850
10851         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10852         groups in the parent topic.
10853
10854 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10855
10856         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10857         (spam-extra-header-to-number): Return the CRM114 number as a
10858         number instead of a string.
10859
10860 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10861
10862         * gnus-art.el (gnus-face-properties-alist): Move here from
10863         gnus-fun.
10864
10865         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10866
10867 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10868
10869         * message.el (message-strip-forbidden-properties): Only display on
10870         self-insert-command.
10871
10872         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10873         reindent.
10874         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10875
10876 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10877
10878         * smiley.el (smiley-style): Fix typo.
10879
10880 2006-03-23  Kenichi Handa  <handa@m17n.org>
10881
10882         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10883         instead of set-buffer-multibyte.
10884
10885 2006-03-23  Kenichi Handa  <handa@m17n.org>
10886
10887         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10888         buffer and then decode the buffer text if necessary.
10889         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10890         first, and after mm-encode-body, change the buffer to unibyte.
10891
10892 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10893
10894         * hashcash.el (hashcash-insert-payment-async-2):
10895         Use message-goto-eoh instead of doing it manually.
10896         (mail-add-payment): Use message-narrow-to-header instead of trying
10897         to do the same itself.
10898
10899         * message.el (message-hidden-headers): Add Face.
10900
10901         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10902         reparenting code.
10903         (gnus-summary-reparent-children): Refactored out code.
10904         (gnus-summary-thread-map): New keystroke.
10905         (gnus-summary-reparent-children): Make into command.
10906
10907         * smiley.el (smiley-style): Default to `medium' if using a large
10908         font.
10909
10910         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10911         does it itself.
10912
10913         * message.el (message-point-in-header-p): Simplify definition.
10914
10915 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10916
10917         * nnagent.el (nnagent-request-set-mark): Silence log file
10918         writing.
10919         (nnagent-request-set-mark): Use write-region instead of
10920         append-to-file.
10921
10922         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10923         strange select method.
10924
10925         * ecomplete.el (ecomplete-display-matches): Get highlightling
10926         right.
10927         (ecomplete-display-matches): Use literals.
10928         (ecomplete-display-matches): Disable message logging.
10929
10930         * message.el (message-display-abbrev): Small optimization.
10931
10932         * ecomplete.el (ecomplete-display-matches): Allow automatic
10933         display.
10934
10935         * message.el (message-strip-forbidden-properties):
10936         Display abbrevs.
10937         (message-display-abbrev): Get automatic display right.
10938
10939         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10940         keystrokes.
10941
10942 2006-04-13  Romain Francoise  <romain@orebokech.com>
10943
10944         TODO: Backport to v5-10!
10945
10946         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10947         Move here (and rename) from gnus-registry.el.
10948
10949         * gnus-registry.el: Require gnus-util.
10950         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10951
10952 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10953
10954         * gnus-group.el (gnus-group-catchup-current):
10955         Change if-then-else-if-then-else into cond.
10956         (gnus-group-catchup): Indent.
10957         (group-name-at-point): New function.
10958         (gnus-fetch-group): Provide default from thing at point.
10959
10960 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10961
10962         * message.el (message-display-abbrev): Fix regexp.
10963
10964         * ecomplete.el (ecomplete-highlight-match-line):
10965         Reimplement choosing.
10966         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10967         dead variables.
10968
10969         * message.el (message-newline-and-indent): Remove debugging.
10970         (message-display-abbrev): Use new implementation.
10971
10972 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10973
10974         * gnus-art.el (gnus-article-mode):
10975         Set cursor-in-non-selected-windows to nil.
10976
10977         * smiley.el: Revert previous change.
10978         (smiley-data-directory): defvar it before using it in the
10979         defcustom of `smiley-style'.
10980
10981 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10982
10983         * message.el (message-newline-and-indent): New function.
10984
10985         * ecomplete.el: Implement more bits.
10986
10987         * message.el (message-put-addresses-in-ecomplete): Clean up the
10988         string.
10989
10990         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10991
10992         * gnus-sum.el (gnus-summary-save-parts):
10993         Bind gnus-summary-save-parts-counter and use it to make unique file
10994         names.
10995
10996         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10997
10998         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10999         parameter to say whether to actually parse the individual
11000         addresses.
11001
11002         * message.el (message-put-addresses-in-ecomplete): New function.
11003         (ecomplete): Require.
11004         (message-mail-alias-type): Add ecomplete as an option.
11005
11006 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11007
11008         * flow-fill.el (fill-flowed): Remove trailing space from blank
11009         quoted lines.
11010
11011 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11012
11013         * smiley.el (smiley-style): Move definition later to avoid a
11014         compilation warning.
11015
11016 2006-04-12  Kenichi Handa  <handa@m17n.org>
11017
11018         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11019         buffer and then decode the buffer text if necessary.
11020         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11021         first, and after mm-encode-body, change the buffer to unibyte.
11022         Use mm-disable-multibyte instead of set-buffer-multibyte.
11023
11024 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11025
11026         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11027         Content-Type header instead of Content-Disposition header.
11028         (gnus-mime-inline-part): Ditto.
11029         (gnus-mime-view-part-as-charset): Ignore charset that the part
11030         specifies.
11031
11032         * mm-decode.el (mm-display-part): Work with external parts and
11033         usual parts similarly.
11034
11035         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11036         instead of gnus-display-mime.
11037
11038         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11039         instead of with-temp-buffer.
11040
11041         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11042         tag to summarized topics part in order to encode non-ASCII text.
11043
11044 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11045
11046         * smiley.el (smiley-style): New variable.
11047         (smiley-directory): New function.
11048         (smiley-data-directory): Derive from `smiley-style' using
11049         `smiley-directory'.
11050         (smiley-regexp-alist): Add new entries.
11051
11052         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11053         (gnus-article-browse-delete-temp): Add :version.
11054
11055 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11056
11057         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11058         the sieve region.
11059
11060 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11061
11062         * gnus.el (gnus-version-number): Bump version.
11063
11064 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11065
11066         * gnus.el: No Gnus v0.4 is released.
11067
11068 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11069
11070         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11071         layout.
11072
11073         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11074         unknown charset.
11075
11076         * message.el (message-header-synonyms): Add Original-To to the
11077         default.
11078
11079         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11080         optional parameter.
11081
11082 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11083
11084         * gnus-fun.el (gnus): Require it for gnus-directory.
11085
11086 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11087
11088         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11089
11090 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11091
11092         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11093
11094 2006-04-05  Simon Josefsson  <jas@extundo.com>
11095
11096         * password.el (password-reset): New function.
11097
11098 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11099
11100         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11101         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11102
11103 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11104
11105         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11106         Some whitespace was matched into the url, which broke browsing hits
11107         > 100 when mm-url-use-external was nil.
11108
11109 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11110
11111         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11112         Check gnus-extra-headers for 'Newsgroups.
11113
11114         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11115         bound.
11116
11117 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11118
11119         * pgg-gpg.el: Clean up process buffers every time gpg processes
11120         complete.
11121
11122 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11123
11124         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11125         doc string.
11126
11127 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11128
11129         * pgg-gpg.el (pgg-gpg-process-filter)
11130         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11131
11132         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11133         lines, temporary fix.
11134
11135 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11136
11137         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11138
11139 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11140
11141         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11142         default-enable-multibyte-characters.  This reverts the change from
11143         revision 6.17 which is no longer necessary because the passphrase
11144         is sent separately now.  GnuPG messages are unreadable under
11145         multibyte locales with default-enable-multibyte-characters set to
11146         nil.
11147
11148 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11149
11150         * message.el (message-tool-bar-gnome): Move "spell".
11151
11152 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11153
11154         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11155         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11156         instead.
11157
11158 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11159
11160         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11161         Improve newsgroups handling for NNTP overviews which don't include
11162         Newsgroups.
11163
11164 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11165
11166         * message.el (message-resend): Bind message-generate-hashcash to nil.
11167
11168 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11169
11170         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11171         when searching for already-paid recipients.
11172
11173 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11174
11175         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11176         passphrases when it is not needed.
11177         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11178         passphrase stuff from gpg, should only be necessary when you use
11179         gpg with a smartcard.
11180
11181 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11182
11183         * mml.el (mml-insert-mime): Ignore cached contents of
11184         message/external-body part.
11185
11186         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11187         (mm-insert-part): Ditto.
11188
11189 2006-03-23  Simon Josefsson  <jas@extundo.com>
11190
11191         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11192         Reiner.
11193         (pgg-gpg-use-agent-p): Use it again.
11194
11195 2006-03-23  Simon Josefsson  <jas@extundo.com>
11196
11197         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11198         older emacsen.
11199         (pgg-gpg-use-agent-p): Don't use it.
11200
11201 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11202
11203         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11204         if we can.
11205
11206 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11207
11208         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11209         (pgg-gpg-update-agent): New function.
11210         (pgg-gpg-use-agent-p): New function.
11211         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11212         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11213         (pgg-gpg-sign-region): Use it.
11214
11215 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11216
11217         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11218         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11219
11220 2006-03-21  Simon Josefsson  <jas@extundo.com>
11221
11222         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11223         <wilde@sha-bang.de>.
11224         (pgg-gpg-use-agent): New variable.
11225         (pgg-gpg-process-region): Use it.
11226         (pgg-gpg-encrypt-region): Likewise.
11227         (pgg-gpg-encrypt-symmetric-region): Likewise.
11228         (pgg-gpg-decrypt-region): Likewise.
11229         (pgg-gpg-sign-region): Likewise.
11230         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11231
11232 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11233
11234         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11235
11236         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11237         Add comment on version.
11238
11239 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11240
11241         * smiley.el: Add missing test smiley.
11242
11243 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11244
11245         * mm-decode.el (mm-with-part): New macro.
11246         (mm-get-part): Use it; work with message/external-body as well.
11247         (mm-save-part): Treat name and filename equally.
11248
11249         * mm-extern.el (mm-extern-cache-contents): New function.
11250         (mm-inline-external-body): Use it; force the part to be displayed;
11251         move undisplayer added to the cached handle to the parent.
11252
11253         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11254         (gnus-mime-view-part-as-type): Work with message/external-body.
11255
11256         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11257
11258 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11259
11260         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11261         images in image-load-path.  [Sync with image.el, revision 1.60, in
11262         Emacs.]
11263
11264 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11265
11266         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11267         path rather than symbol.  Always return list of directories.
11268         Guarantee that image directory comes first.  [Sync with image.el,
11269         revision 1.59, in Emacs.]
11270
11271         * message.el (message-make-tool-bar): Adjust to new API of
11272         `gmm-image-load-path-for-library'.
11273
11274         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11275
11276         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11277
11278 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11279
11280         * gnus-art.el (gnus-article-only-boring-p):
11281         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11282         intangible text.
11283         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11284
11285 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11286
11287         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11288         Use `defun' instead of `gmm-defun-compat'.
11289
11290 2006-03-14  Simon Josefsson  <jas@extundo.com>
11291
11292         * message.el (message-unique-id): Don't use message-number-base36
11293         if (user-uid) is a float.
11294         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11295
11296 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11297
11298         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11299
11300         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11301         empty line between a part and a message part.
11302
11303 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11304
11305         * smiley.el: Add more test smileys.
11306         (smiley-data-directory, smiley-regexp-alist)
11307         (gnus-smiley-file-types): Fix doc strings.
11308         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11309         adding new elements.
11310         (smiley-mouse-map): Unused code.  Make it a comment.
11311
11312 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11313
11314         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11315         scan latest NoCeM messages instead of old ones.
11316         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11317         delimiters that are recently used.
11318         (gnus-nocem-load-cache): Add autoload cookie.
11319
11320         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11321
11322         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11323         level which is larger than gnus-use-nocem is specified.
11324
11325         * gnus-group.el (gnus-group-get-new-news): Ditto.
11326
11327 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11328
11329         * gnus-util.el (gnus-tool-bar-update): New function.
11330
11331         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11332         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11333
11334         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11335
11336         * gnus-group.el (gnus-group-redraw-when-idle)
11337         (gnus-group-redraw-check): Remove.
11338         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11339
11340 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11341
11342         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11343         if optional last element is specified in splits (FIELD VALUE...).
11344
11345 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11346
11347         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11348         to gmm-image-load-path-for-library.  Call with no-error argument.
11349         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11350
11351         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11352
11353         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11354
11355         * gmm-utils.el (gmm-image-load-path): Remove alias.
11356
11357 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11358
11359         * gmm-utils.el (gmm-image-load-path): Add alias.
11360
11361         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11362         nnml-generate-nov-databases-1.
11363         (nnml-generate-nov-databases): Use it.
11364         (nnml-generate-nov-databases-directory): Document no-active
11365         argument.
11366
11367         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11368         directory if path is t.  Add no-error.
11369
11370         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11371         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11372
11373         * gnus-art.el (gnus-article-browse-delete-temp-files):
11374         Simplify resetting gnus-article-browse-html-temp-list.
11375
11376         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11377         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11378         Add example to docstring.  Rename local variables.  Move error
11379         checks to default case in cond and simplify.
11380
11381 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11384         handle is multipart when calling it recursively.
11385         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11386
11387 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11388
11389         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11390         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11391
11392 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11393
11394         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11395         is loaded.
11396
11397         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11398         loaded.
11399
11400 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11401
11402         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11403         to "Emacs 23 (unicode)" in doc string.
11404
11405         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11406         "Emacs 23 (unicode)" in comment.
11407
11408 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11411
11412         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11413         characters 160 through 255 in Emacs 23.
11414
11415 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11416
11417         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11418         gnus-article-browse-html-temp.
11419         (gnus-article-browse-delete-temp): Make it customizable.
11420         Add `file'.  Adjust doc string.
11421         (gnus-article-browse-delete-temp-files): Add argument.
11422         Allow query for each file.  Adjust doc string.
11423         (gnus-article-browse-html-parts):
11424         Add `gnus-article-browse-delete-temp-files' to
11425         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11426
11427 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11428
11429         * gnus-art.el (gnus-article-browse-html-temp)
11430         (gnus-article-browse-delete-temp): New variables.
11431         (gnus-article-browse-delete-temp-files): New function.
11432         (gnus-article-browse-html-parts): Use it.
11433
11434 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11435
11436         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11437
11438         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11439         string.
11440
11441         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11442         gnus-summary-insert-new-articles when unplugged.
11443         Remove gnus-summary-search-article-forward.
11444
11445         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11446         display-visual-class instead of display-color-cells.
11447
11448 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11449
11450         * dgnushack.el: Autoload customize-group for XEmacs.
11451
11452         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11453         message/* containing non-ASCII text properly.
11454
11455 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11456
11457         * message.el: Require gmm-utils, remove autoloads.
11458         (message-tool-bar): Set default based on
11459         gmm-tool-bar-style.
11460         (message-tool-bar-gnome): Add gmm-customize-mode.
11461
11462         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11463         gmm-tool-bar-style.
11464         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11465
11466         * gnus-group.el (gnus-group-tool-bar): Set default based on
11467         gmm-tool-bar-style.
11468         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11469
11470         * gmm-utils.el (gmm-image-directory): Rename variable from
11471         gmm-image-load-path.
11472         (gmm-image-load-path): Use gmm-image-directory.
11473         (gmm-customize-mode): New function.
11474         (gmm-tool-bar-style): New variable.
11475
11476         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11477         gnus-group-redraw-line-number.
11478         (gnus-group-redraw-check): Simplify.
11479         (gnus-group-tool-bar-update): Remove redraw check.
11480         (gnus-group-make-tool-bar): Add redraw check.
11481
11482 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11483
11484         * gnus-art.el (gnus-button): Add missing parentheses.
11485
11486 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11487
11488         * lpath.el: Fbind line-number-at-pos.
11489
11490 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11491
11492         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11493
11494 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11495
11496         * gnus-art.el (gnus-button): New face.
11497         (gnus-article-button-face): Use it.
11498
11499         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11500         Add gnus-summary-next-page.  Re-order.
11501
11502         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11503         next-node are now included.
11504         (gnus-group-redraw-line-number): New internal variable.
11505         (gnus-group-redraw-check): Helper function for updating the tool
11506         bar.
11507         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11508
11509         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11510
11511         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11512         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11513         Use it to match format of Spamassassin 3.0 and later.
11514         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11515         (spam-check-bogofilter)
11516         (spam-bogofilter-register-with-bogofilter): Fix args of
11517         `gnus-error' calls.
11518
11519 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11520
11521         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11522         unnecessary interaction when sending queued mails.
11523         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11524
11525 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11526
11527         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11528         first or last are nil.
11529
11530 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11531
11532         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11533
11534 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11535
11536         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11537
11538 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11539
11540         * dns.el (query-dns): Protect more against buggy tcp output.
11541
11542 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11543
11544         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11545         nov.php.
11546
11547 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11548
11549         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11550         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11551         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11552         output on the server side.
11553         (nnweb-google-create-mapping): Update regexps and add some
11554         progress indication.
11555
11556 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11557
11558         * gnus-group.el (gnus-group-tool-bar-gnome):
11559         Fix gnus-agent-toggle-plugged.  Re-order icons.
11560         (gnus-group-tool-bar-gnome):
11561         Add gnus-group-{prev,next}-unread-group.
11562         (gnus-group-tool-bar-gnome): Re-order icons.
11563
11564         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11565         Move gnus-summary-insert-new-articles.
11566
11567         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11568         Fix comments.
11569
11570         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11571         also available in Emacs 21.3.
11572
11573         * message.el (message-fix-before-sending): Change "Emacs 22" to
11574         "Emacs 23 (unicode)" in comment.
11575
11576         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11577         "Emacs 23 (unicode)" in comment.
11578
11579         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11580         comment.
11581         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11582
11583         * mm-view.el (mm-fill-flowed): Add :version.
11584
11585 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11586
11587         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11588         and load-path.
11589
11590 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11591
11592         * message.el: Autoload gmm-image-load-path.
11593         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11594         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11595         consitency.
11596
11597         * gmm-utils.el (gmm-image-load-path): Also search in
11598         "../etc/images".  Don't set gmm-image-load-path if we don't find
11599         the image.
11600
11601 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11602
11603         * gmm-utils.el (gmm-image-load-path): Don't make
11604         `gmm-image-load-path' include subdirectories which the second arg
11605         `image' might specify.
11606
11607         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11608         subdirectory to icon file names.
11609
11610         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11611
11612 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11613
11614         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11615         gmm-image-load-path calls.
11616
11617         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11618
11619         * message.el (message-make-tool-bar): Ditto.
11620
11621         * mml.el (mml-preview): Add comment concerning tool bar icons.
11622
11623         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11624         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11625
11626         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11627         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11628
11629         * message.el (message-tool-bar-gnome): Use new icon names.
11630         (message-make-tool-bar): Use `gmm-image-load-path'.
11631
11632         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11633         New functions from MH-E.
11634         (gmm-image-load-path): New variable from MH-E.
11635         (gmm-image-load-path): New function from MH-E.  Add arguments
11636         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11637         *-image-load-path-called-flag.
11638
11639 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11640
11641         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11642
11643 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11644
11645         * nnimap.el (nnimap-request-move-article): Change folder back to
11646         source group before deleting.
11647
11648 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11649
11650         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11651
11652         * gnus-art.el (mm-url-insert-file-contents-external):
11653         Autoload mm-url.
11654
11655         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11656
11657 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11658
11659         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11660         coding system which mm-charset-to-coding-system returns for a
11661         given charset is valid.
11662
11663 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11664
11665         * html2text.el (html2text-remove-tag-list):
11666         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11667
11668 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11669
11670         * gnus-cus.el: Revert 2005-10-17 change.
11671
11672 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11673
11674         * gnus-art.el (article-strip-banner):
11675         Call article-really-strip-banner only when the regexp match is made.
11676
11677 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11678
11679         * gnus-art.el (article-strip-banner):
11680         Use gnus-extract-address-components instead of
11681         mail-header-parse-addresses to make it work with non-ASCII text;
11682         remove mail-encode-encoded-word-string.
11683
11684         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11685         values which are surrounded with \"...\"; make it never cause a
11686         Lisp error; give up parsing of parameters if it failed in
11687         extracting type.
11688
11689 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11690
11691         * smime.el (smime-cert-by-ldap-1): Fix bug where
11692         `smime-ldap-search' returns results without userCertificates.
11693
11694 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11697
11698 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11699
11700         * spam.el (spam-check-spamassassin-headers): Adapt format for
11701         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11702         <ari@mbf.ocn.ne.jp>.
11703         (spam-list-of-processors): Add spam-use-gmane.
11704
11705 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11706
11707         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11708         make-temp-file; make it work with XEmacs as well.
11709
11710         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11711         mm-make-temp-file.
11712
11713         * mm-decode.el (mm-display-external): Use the 3rd arg of
11714         mm-make-temp-file.
11715         (mm-create-image-xemacs): Ditto.
11716
11717 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11718
11719         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11720         with message-narrow-to-headers.
11721         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11722         (gnus-draft-check-draft-articles): New function.
11723         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11724
11725 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11726
11727         * gnus-art.el (gnus-article-browse-html-parts):
11728         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11729         Don't use suffix argument for mm-make-temp-file for Emacs 21
11730         compatibility.  Remove useless `format'.
11731
11732 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11733
11734         * nnweb.el (nnweb-google-wash-article): Update regexps.
11735         (nnweb-group-alist): Use defvoo instead of defvar.
11736
11737 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11738
11739         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11740         re-loading nn* modules.
11741
11742 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11743
11744         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11745         for `tool-bar-mode' and don't check it's default-value.
11746
11747         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11748
11749         * message.el (message-make-tool-bar): Ditto.
11750
11751         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11752         `substring'.  Shorten tmp-file name.
11753
11754         * gnus.el: Remove bogus comment.
11755
11756 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11757
11758         * gnus-art.el (gnus-article-browse-html-parts): New function.
11759         (gnus-article-browse-html-article): New function for viewing html
11760         articles with a browser.
11761
11762 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11763
11764         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11765         in elisp.
11766         (pgg-gpg-encrypt-symmetric-region): Ditto.
11767         (pgg-gpg-sign-region): Ditto.
11768
11769         * pgg-def.el (pgg-text-mode): New variable.
11770
11771         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11772         (mml2015-pgg-encrypt): Ditto.
11773
11774         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11775         (mml1991-pgg-encrypt): Ditto.
11776
11777 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11778
11779         * nnfolder.el (nnfolder-insert-newsgroup-line):
11780         Use message-make-date instead of current-time-string.
11781
11782         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11783         to gnus-decoded which mm-uu might set.
11784
11785 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11786
11787         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11788         don't decode quoted parameters; remove misimported Emacs code.
11789         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11790         (rfc2231-decode-encoded-string): Don't use split-string which
11791         behaves differently according to Emacs version; use
11792         mm-decode-coding-region to convert charset to coding-system.
11793         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11794         (rfc2231-encode-string): Remove misimported Emacs code.
11795
11796 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11797
11798         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11799         when calling mail-header-parse-content-type.
11800         (article-de-quoted-unreadable): Ditto.
11801         (article-de-base64-unreadable): Ditto.
11802         (article-wash-html): Ditto.
11803
11804         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11805         calling mail-header-parse-content-type and
11806         mail-header-parse-content-disposition.
11807         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11808         mail-header-parse-content-type.
11809
11810         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11811         insert charset and format parameters; encode description after
11812         inserting it to buffer.
11813         (mml-insert-parameter): Fold lines properly even if a parameter is
11814         segmented into two or more lines; change the max column to 76.
11815
11816         * rfc1843.el (rfc1843-decode-article-body): Don't use
11817         ignore-errors when calling mail-header-parse-content-type.
11818
11819         * rfc2231.el (rfc2231-parse-string): Return at least type if
11820         possible; don't cause an error even if it fails in parsing of
11821         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11822         (rfc2231-encode-string): Don't break lines at the beginning, leave
11823         it to mml-insert-parameter.
11824
11825         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11826         calling mail-header-parse-content-type.
11827
11828 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11829
11830         * spam-report.el (spam-report-gmane-use-article-number):
11831         Improve doc string.
11832         (spam-report-gmane-internal): Check if a suitable header was found
11833         in the article.
11834
11835 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11838         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11839
11840 2006-02-05  Romain Francoise  <romain@orebokech.com>
11841
11842         Update copyright notices of all files in the gnus directory.
11843
11844 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11845
11846         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11847
11848 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11849
11850         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11851         segmented lines of parameter value to cope with Thunderbird 1.5
11852         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11853         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11854         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11855
11856 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11857
11858         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11859         parts.
11860
11861 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11862
11863         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11864         there's only one active file for all servers.
11865         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11866         solid groups.  Gnus might have used a FAST request to select the group.
11867         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11868         and nnweb-search redundantly in the active file.
11869         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11870         (nnweb-request-create-group): Don't use ARGS.
11871         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11872         initialisations.  Let nnoo do the work.
11873
11874 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11875
11876         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11877         Say the part has been decoded.
11878
11879         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11880
11881 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11882
11883         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11884         mailcap-viewer-test-cache when there's no 'test clause, since that
11885         will invert the meaning of a "nil" test previously determined by
11886         mailcap-mailcap-entry-passes-test.
11887
11888 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11889
11890         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11891         compiling.
11892
11893         * gnus-sum.el: Ditto.
11894
11895         * message.el: Don't bind tool-bar-map when compiling.
11896
11897 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11898
11899         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11900
11901 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11902
11903         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11904         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11905         current Google Groups.
11906
11907 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11908
11909         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11910         and tool-bar-mode.
11911
11912         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11913         and tool-bar-mode.
11914
11915         * message.el (message-tool-bar-update): Simplify.
11916         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11917
11918         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11919         gnus-summary-buffer.
11920         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11921         gnus-summary-reply.
11922
11923         * gmm-utils.el (gmm): Add :version.
11924
11925 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11926
11927         * Makefile.in (clean): New rule.
11928         (distclean): Use it.
11929
11930 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11931
11932         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11933         Don't autoload.
11934
11935 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11936
11937         * gmm-utils.el (gmm-verbose): Add :group.
11938
11939 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11940
11941         * message.el: Change some comments WRT tool-bars.
11942
11943         * gnus-sum.el (gnus-summary-tool-bar)
11944         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11945         (gnus-summary-tool-bar-zap-list): New variables.
11946         (gnus-summary-make-tool-bar): Complete rewrite using
11947         `gmm-tool-bar-from-list'.
11948
11949         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11950         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11951         New variables.
11952         (gnus-group-make-tool-bar): Complete rewrite using
11953         `gmm-tool-bar-from-list'.
11954         (gnus-group-tool-bar-update): New function.
11955
11956         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11957
11958 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11959
11960         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11961         is dissected into a single part of which the type is the same as
11962         the given one; decode charset.
11963
11964 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11965
11966         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11967         into alists as symbol not string, since that's what
11968         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11969         look for.
11970
11971 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11972
11973         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11974         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11975
11976         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11977
11978 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11979
11980         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11981         (gnus-xmas-mime-security-button-menu): New function.
11982
11983         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11984         (gnus-mime-security-button-menu): New definition.
11985         (gnus-mime-security-button-map): Use them.
11986         (gnus-mime-security-button-menu): New function.
11987         (gnus-insert-mime-security-button): Addition to help echo.
11988         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11989         (gnus-mime-security-pipe-part): New functions.
11990
11991         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11992         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11993
11994         * mm-decode.el (mm-handle-set-disposition): Remove.
11995         (mm-handle-set-description): Remove.
11996
11997 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11998
11999         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12000         (mm-w3m-standalone-supports-m17n-p): New function.
12001         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12002         w3m usage.
12003
12004         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12005         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12006
12007 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12008
12009         * message.el (message-tool-bar-zap-list):
12010         Use gmm-tool-bar-zap-list as custom type.
12011         (message-tool-bar-update): New function.
12012         (message-tool-bar, message-tool-bar-gnome)
12013         (message-tool-bar-retro): Add message-tool-bar-update.
12014         (message-tool-bar-gnome): Add flyspell-buffer.
12015
12016         * gnus-util.el (gnus-error): Describe `args'.
12017
12018         * gmm-utils.el (gmm-error): Describe `args'.
12019         (gmm-tool-bar-zap-list): New widget.
12020         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12021
12022 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12023
12024         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12025         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12026         the number of recursive calls.
12027
12028         * mm-decode.el (mm-handle-set-disposition): New macro.
12029         (mm-handle-set-description): New macro.
12030
12031 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12032
12033         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12034         encoding.
12035
12036 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12037
12038         * message.el (message-tool-bar-zap-list, message-tool-bar)
12039         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12040         (message-tool-bar-local-item-from-menu): Remove.
12041         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12042         (message-make-tool-bar): New function.
12043         (message-mode): Use `message-make-tool-bar'.
12044
12045         * gmm-utils.el: New file.
12046         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12047         (gmm-lazy): New widget copied from `nnmail.el'.
12048         (gmm-tool-bar-from-list): New function for creating customizable
12049         tool bars.
12050         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12051         output.
12052         (gmm): Add :prefix to defgroup.
12053
12054 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12055
12056         * gmm-utils.el (gmm-widget-p): New function.
12057
12058 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12059
12060         * mml.el (mml-attach-file): Describe `description' in doc string.
12061         (mml-menu): Add Emacs MIME manual and PGG manual.
12062
12063 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12064
12065         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12066
12067 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12068
12069         * nntp.el (nntp-end-of-line): Doc fix.
12070
12071 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12072
12073         * imap.el (imap-open): Handle case where buffer is a buffer
12074         object.
12075
12076 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12077
12078         * gnus-delay.el (gnus-delay): Don't autoload.
12079         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12080         to be re-loaded when customizing the `gnus-delay' group.
12081
12082 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12083
12084         * message.el (message-insert-citation-line): Use newlines.
12085
12086 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12087
12088         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12089         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12090         these routines, so the passphrase can be managed externally and
12091         passed in to the system.
12092         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12093         pgg-add-passphrase-to-cache function.
12094
12095         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12096         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12097         these routines, so the passphrase can be managed externally and
12098         passed in to the system.
12099         (pgg-pgp5-sign-region): Use new name of
12100         pgg-add-passphrase-to-cache function.
12101
12102 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12103
12104         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12105         part of the decoded armor to find the key-identifier.
12106         (pgg-gpg-lookup-key-owner): New function to return the
12107         human-readable identifier of a key owner.
12108         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12109         itself.
12110         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12111         the key value) if we have a key and can match it against a secret
12112         key.  Also, added a note pointing out fact that the prompt only
12113         indicates the first matching key.
12114
12115         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12116         pgg-decrypt-region.
12117         (pgg-add-passphrase-to-cache): Rename from
12118         `pgg-add-passphrase-cache' to reduce confusion (all callers
12119         changed).
12120         (pgg-remove-passphrase-from-cache): Rename from
12121         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12122         changed).
12123         (pgg-read-passphrase, pgg-add-passphrase-cache)
12124         (pgg-remove-passphrase-cache): Add informative docstrings.
12125         (pgg-decrypt): Convey provided passphrase in subordinate call to
12126         pgg-decrypt-region.
12127
12128 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12129
12130         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12131         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12132         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12133         'passphrase' argument, so the passphrase can be managed externally
12134         and then passed in to the system.
12135
12136         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12137         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12138         so the passphrase cache can be used reliably with identifiers
12139         besides a pgp packet's key id.
12140
12141         * pgg-gpg.el (pgg-gpg-encrypt-region)
12142         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12143         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12144         these routines, so the passphrase can be managed externally and
12145         passed in to the system.
12146
12147         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12148         'notruncate' argument, so the passphrase cache can be used
12149         reliably with identifiers besides a pgp packet's key id.
12150
12151 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12152
12153         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12154         symmetric encryption.
12155         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12156         encrypted session key.
12157         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12158         message ask for the passphrase in a proper way.
12159
12160         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12161         New user commands for symmetric encryption.
12162
12163 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12164
12165         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12166
12167         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12168
12169 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12170
12171         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12172
12173 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12174
12175         * mm-decode.el (mm-inlined-types): Add application/pgp.
12176         (mm-automatic-display): Ditto.
12177
12178         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12179         part as text.
12180
12181 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * nnrss.el: Update copyright.
12184         (nnrss-opml-import): Query whether to subscribe to each entry.
12185
12186         * gnus-art.el:
12187         * gnus-sum.el:
12188         * gnus-xmas.el:
12189         * messagexmas.el:
12190         * mm-uu.el:
12191         * mm-view.el: Update copyright.
12192
12193 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12194
12195         * message.el (message-info): New function.
12196         (message-mode-menu): Add it.
12197         Update copyright.
12198
12199         * ChangeLog: Fix and update copyright.
12200
12201 2006-01-13  Romain Francoise  <romain@orebokech.com>
12202
12203         * message.el (message-forward-subject-name-subject): Prefer the
12204         address to 'nowhere' if the sender has no name.
12205         Fix typo.  Update copyright year.
12206
12207 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12208
12209         * gnus-art.el (article-wash-html):
12210         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12211         (gnus-article-wash-html-with-w3m-standalone): New function.
12212
12213         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12214         mm-inline-text-html-render-with-w3m-standalone.
12215         (mm-text-html-washer-alist): Map w3m-standalone to
12216         gnus-article-wash-html-with-w3m-standalone.
12217         (mm-inline-text-html-render-with-w3m-standalone): New function.
12218
12219 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12220
12221         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12222         Improve LaTeX.
12223
12224 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12225
12226         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12227         (nnrss-request-article): Render text/plain parts as HTML.
12228
12229         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12230         the buffer.
12231
12232 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12233
12234         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12235         custom definition of `gnus-posting-styles'.
12236
12237         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12238         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12239
12240 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12241
12242         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12243         Use nntp for bug archive.
12244
12245 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12246
12247         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12248         parts.
12249         (nnrss-normalize-date): New function converts ISO 8601 date into
12250         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12251         (nnrss-check-group): Use it.
12252
12253 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12254
12255         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12256
12257         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12258         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12259         (nnrss-insert-w3): Ditto.
12260
12261 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12262
12263         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12264         the articles to be forwarded including the case where neither a
12265         number of articles nor a region is specified.
12266
12267 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12268
12269         * nnrss.el (nnrss-request-article): Fix last change; fill
12270         text/plain parts.
12271
12272 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12275         in text/plain part.
12276         (nnrss-check-group): Don't add excessive newline to dc:subject.
12277
12278 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12279
12280         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12281         article.
12282
12283 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12284
12285         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12286         (nnml-use-compressed-files, nnml-save-mail): Support other
12287         comression programs such as bzip2.
12288
12289 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12290
12291         * dns.el (query-dns): Make sure we check the buffer size before
12292         removing tcp headers.
12293
12294 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12295
12296         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12297         remove MIME buttons associated with multipart/alternative parts.
12298         (gnus-mime-display-alternative): Tag buttons using `article-type'
12299         text property.
12300
12301         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12302         associated with multipart/alternative parts.
12303
12304         * gnus-art.el (gnus-signature-separator): Fix custom type.
12305
12306         * mm-decode.el (mm-inlined-types): Fix custom type.
12307         (mm-keep-viewer-alive-types): Ditto.
12308         (mm-automatic-display): Ditto.
12309         (mm-attachment-override-types): Ditto.
12310         (mm-inline-override-types): Ditto.
12311         (mm-automatic-external-display): Ditto.
12312
12313 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12314
12315         * spam-report.el (spam-report-user-mail-address)
12316         (spam-report-user-agent): New variables.
12317         (spam-report-url-ping-plain): Use spam-report-user-agent.
12318
12319 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12320
12321         * gnus-art.el (gnus-button-handle-custom): Do not just use
12322         `customize-apropos' for any "M-x customize-*" button but the
12323         function called for.  Accept both the function name and its
12324         argument in order to achieve this.
12325         (gnus-button-alist): Remove support for "custom:" URL's.
12326         Pass function name to `gnus-button-handle-custom' in case of "M-x
12327         customize-*" buttons.
12328
12329 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12330
12331         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12332         multipart/alternative and add xref to mm-discouraged-alternatives
12333         in doc string.
12334
12335         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12336         gnus-buttonized-mime-types in doc string.
12337
12338 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12339
12340         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12341         Suggest image/.* in the doc string.
12342
12343 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12344
12345         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12346         message-marks (Debian bug #342521).
12347
12348 2005-12-12  Simon Josefsson  <jas@extundo.com>
12349
12350         * password.el (password-read-from-cache): Add.
12351         (password-read): Use it.
12352
12353 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * rfc2047.el (rfc2047-charset-to-coding-system):
12356         Recognize us-ascii as a MIME charset.
12357
12358         * mm-bodies.el (mm-decode-content-transfer-encoding):
12359         Protect against the case where the 2nd arg TYPE is nil.
12360
12361 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12362
12363         * pop3.el (pop3-stream-type): Fix custom version.
12364
12365         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12366
12367 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12368
12369         * mm-decode.el (mm-display-external): Add missing cdr.
12370
12371 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12372
12373         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12374         RFC1524) if it is in mailcap or add a suffix according to
12375         mailcap-mime-extensions when generating a temp filename; postpone
12376         deleting a temp file for 2 seconds for some wrappers, shell
12377         scripts, and so on, which might exit right after having started a
12378         viewer command as a background job.
12379
12380 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12381
12382         * nntp.el (nntp-marks-directory): Fix custom group.
12383
12384         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12385         steps when < 10.
12386
12387         * gnus-start.el (gnus-no-server-1):
12388         Mention `gnus-level-default-subscribed' in doc string.
12389
12390 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12391
12392         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12393         parens.
12394
12395 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12396
12397         * gnus-xmas.el (gnus-use-toolbar): Revert.
12398         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12399         gnus-use-toolbar is default.
12400
12401         * messagexmas.el (message-use-toolbar): Revert.
12402         (message-setup-toolbar): Use global default-toolbar if
12403         message-use-toolbar is default.
12404
12405 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12406
12407         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12408         according to default-toolbar-visible-p.
12409
12410         * messagexmas.el (message-use-toolbar): Ditto.
12411
12412 2005-11-26  Dave Love  <fx@gnu.org>
12413
12414         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12415         (tls-program, tls-success): Provide openssl alternative.
12416
12417         * starttls.el: Doc fixes.
12418         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12419         SERVICE to PORT.
12420
12421         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12422         port null or service name.
12423         (starttls-negotiate): Autoload.
12424
12425 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * message.el (message-kill-to-signature): Fix interactive spec.
12428
12429 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12430
12431         * pop3.el (pop3-open-server): Recognize a string as a service name.
12432
12433 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12434
12435         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12436
12437 2005-11-23  Dave Love  <fx@gnu.org>
12438
12439         Add pop3s, pop3/starttls.
12440
12441         * pop3.el (pop3-authentication-scheme): Clarify doc.
12442         (open-tls-stream, starttls-open-stream): Autoload.
12443         (pop3-stream-type): New.
12444         (pop3-open-server): Use it.
12445
12446         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12447         for POP.
12448         (mail-source-keyword-map): Add :stream for POP.
12449         (mail-source-fetch-pop): Use pop3-stream-type.
12450
12451 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12452
12453         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12454         of current-time-string.
12455
12456 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12457
12458         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12459         date header.
12460
12461 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12462
12463         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12464         it can seriously impact performance as it bypasses the agent's
12465         local caches.
12466
12467 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12468
12469         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12470         must be explicitly online rather than "not explicitly offline" for
12471         its flags to be synchronized.
12472
12473         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12474         that gnus-uu-unmark-thread will function correctly.
12475
12476         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12477         1024K is instead displayed as 1M.
12478
12479 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12480
12481         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12482
12483 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12484
12485         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12486
12487 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12488
12489         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12490         error message to display actual error condition.
12491         (gnus-agent-save-local): Avoid saving symbols that are bound to
12492         nil as they simply result in a warning message in
12493         gnus-agent-read-local.
12494
12495 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12496
12497         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12498         rather than make-variable-buffer-local for file-precious-flag.
12499
12500 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12501
12502         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12503         for duplicates which are removed.  The invalid sort check then
12504         triggers a rescan after the sort as sorting may have moved
12505         duplicate entries such that they can be cheaply detected.
12506
12507 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12508
12509         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12510
12511 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12512
12513         * gnus-agent.el (gnus-agent-article-alist-save-format):
12514         Change internal variable to a custom variable.  Change default value
12515         from compressed(2) to uncompressed(1).
12516         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12517         support for uncompressed agentview files.  Taken together, reading
12518         the agentview file should now be 6-7 times faster.
12519
12520 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12521
12522         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12523         as a buffer-local variable.  This avoids creating truncated
12524         dribble files as a result of a hang up, eg.
12525
12526 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12527
12528         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12529         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12530         XEmacs.
12531
12532 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12533
12534         * gnus-start.el (gnus-start-draft-setup):
12535         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12536
12537         * gnus.el (gnus-splash): Change custom group.
12538         (gnus-group-get-parameter, gnus-group-parameter-value):
12539         Describe allow-list argument.
12540
12541         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12542         string.
12543
12544 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12545
12546         * gnus-art.el (gnus-default-article-saver): Add user-defined
12547         `function' to custom type.
12548
12549 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12550
12551         * imap.el (imap-open): Handle case where buffer is a buffer
12552         object.
12553
12554 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12555
12556         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12557         long lines.
12558         (gnus-cache-delete-group): Wrap doc strings.
12559
12560         * gnus-agent.el (gnus-agent-rename-group)
12561         (gnus-agent-delete-group): Wrap doc strings.
12562
12563 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12564
12565         * messagexmas.el (message-use-toolbar): Change the valid values
12566         into default, top, bottom, left, and right.
12567         (message-toolbar-thickness): New variable.
12568         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12569         well.
12570         (message-setup-toolbar): Make it work.
12571
12572         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12573         (gnus-use-toolbar): Change the valid values into default, top,
12574         bottom, left, and right.
12575         (gnus-toolbar-thickness): New variable.
12576         (gnus-xmas-setup-toolbar): New function.
12577         (gnus-xmas-setup-group-toolbar): Use it.
12578         (gnus-xmas-setup-summary-toolbar): Use it.
12579
12580 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12581
12582         * gnus-start.el (gnus-1): Add "native" to
12583         gnus-predefined-server-alist.
12584
12585         * gnus.el (gnus-method-to-server): Don't add "native" to the
12586         lists here, because that leads to problems when
12587         gnus-select-method is bound.
12588
12589 2005-11-09  Simon Josefsson  <jas@extundo.com>
12590
12591         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12592         use (not sort-by-date) instead.
12593
12594 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12595
12596         * gnus-delay.el (gnus-delay-group): Don't autoload.
12597         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12598         to be re-loaded when customizing the `gnus-delay' group.
12599
12600 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12601
12602         * message.el: Revert last changes.
12603         (message-insert-citation-line): Use newlines.
12604
12605 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12606
12607         * message.el (message-courtesy-message)
12608         (message-mark-insert-begin, message-mark-insert-end)
12609         (message-elide-ellipsis, message-cancel-message)
12610         (message-add-header, message-change-subject)
12611         (message-cross-post-followup-to-header)
12612         (message-cross-post-insert-note, message-reduce-to-to-cc)
12613         (message-widen-reply, message-delete-not-region)
12614         (message-kill-to-signature, message-insert-signature)
12615         (message-insert-importance-high, message-insert-importance-low)
12616         (message-insert-or-toggle-importance)
12617         (message-insert-disposition-notification-to)
12618         (message-indent-citation, message-yank-original)
12619         (message-cite-original-without-signature, message-cite-original)
12620         (message-insert-citation-line, message-position-on-field)
12621         (message-fix-before-sending, message-send-mail-partially)
12622         (message-send-mail, message-send-mail-with-sendmail)
12623         (message-send-mail-with-qmail, message-send-news)
12624         (message-check-news-header-syntax, message-generate-headers)
12625         (message-insert-courtesy-copy, message-fill-address)
12626         (message-fill-header, message-shorten-references)
12627         (message-setup-1, message-cancel-news)
12628         (message-forward-make-body-plain, message-forward-make-body-mime)
12629         (message-forward-make-body-mml, message-encode-message-body)
12630         (message-forward-make-body-digest-plain)
12631         (message-forward-make-body-digest-mime)
12632         (message-use-alternative-email-as-from): Insert `hard-newline'
12633         instead of ordinary newlines.
12634
12635 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12636
12637         * message.el (message-generate-headers): Downcase the argument
12638         given to message-check-element.
12639
12640 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12641
12642         * nntp.el (nntp-authinfo-rejected): New error condition.
12643         (nntp-wait-for): Use new error condition to signal authentication
12644         error.
12645         (nntp-retrieve-data): Rethrow new error condition to break out of
12646         recursive call to nntp-send-authinfo.
12647
12648 2005-11-08  Romain Francoise  <romain@orebokech.com>
12649
12650         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12651         (gnus-summary-exit-map): Bind to `Z p'.
12652         (gnus-summary-make-menu-bar): Add menu item.
12653
12654 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12655
12656         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12657         (gnus-treat-*): Add `first' in all doc strings.
12658
12659         * gnus-group.el (gnus-group-compact-group): Fix typo.
12660
12661 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12662
12663         * gnus.el (gnus-parameters-case-fold-search): New variable.
12664         (gnus-parameters-get-parameter): Use it.
12665
12666         * gnus-score.el (gnus-home-score-file): Doc fix.
12667
12668 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12669
12670         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12671
12672 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12673
12674         * mm-util.el (mm-special-display-p): New function.
12675
12676         * mml.el (mml-preview): Use it; doc fix.
12677
12678 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12679
12680         * imap.el (imap-open): Handle case where buffer is a buffer object.
12681
12682 2005-10-29  Romain Francoise  <romain@orebokech.com>
12683
12684         * message.el (message-fix-before-sending): Fix comment.
12685
12686 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12687
12688         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12689
12690 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12691
12692         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12693         Used in gnus-score.el.
12694
12695 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12696
12697         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12698
12699 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12700
12701         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12702         whitespace removed in revision 7.8.  Use concatenated string to
12703         protect trailing whitespace.
12704
12705 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12706
12707         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12708         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12709         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12710         Courier IMAP ("some version from 2004").  Mostly based on similar
12711         code in the same function.
12712
12713 2005-10-26  Didier Verna  <didier@xemacs.org>
12714
12715         * gnus-group.el (gnus-group-compact-group): Invalidate original
12716         article buffer.
12717         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12718         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12719         NOV database and in article itself.
12720         Invalidate article backlog.
12721
12722 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12723
12724         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12725
12726 2005-10-26  Simon Josefsson  <jas@extundo.com>
12727
12728         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12729         part of 2004-07-25 change.
12730
12731 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12732
12733         * message.el (message-display-completion-list): New function.
12734         (message-expand-group): Use it; make sure the Completions buffer
12735         is modifiable.
12736 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12737
12738         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12739         user-mail-name is an empty string.
12740
12741 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12742
12743         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12744         depending on gnus-score-decay-constant.
12745
12746         * encrypt.el (encrypt-insert-file-contents)
12747         (encrypt-write-file-contents): Don't use `gnus-message'.
12748
12749         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12750         arguments.
12751         (mm-uu-type-alist): Add message-marks and insert-marks.
12752         Pass arguments to mm-uu-verbatim-marks-extract.
12753         (mm-uu-hide-markers): New variable.
12754         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12755
12756         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12757         (gnus-convert-image-to-face-command): Use "convert" by default to
12758         allow other input image formats.
12759         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12760         accordingly.
12761
12762 2005-10-23  Simon Josefsson  <jas@extundo.com>
12763
12764         * imap.el (imap-gssapi-program): Align command line parameters
12765         with latest GNU SASL.
12766         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12767
12768 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12769
12770         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12771         HTML.
12772         (nnslashdot-request-article): Ditto.
12773
12774         * lpath.el (featurep): Add nobreak-char-display.
12775
12776 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12777
12778         * mail-source.el (mail-source-fetch-pop): Require pop3.
12779         (mail-source-check-pop): Ditto.
12780
12781 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12782
12783         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12784         errors.
12785
12786 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12787
12788         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12789         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12790
12791         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12792
12793         * mm-bodies.el (mm-decode-string):
12794         Call `mm-charset-to-coding-system' with allow-override argument.
12795
12796 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12799         (rfc2047-charset-to-coding-system): New function.
12800         (rfc2047-decode-encoded-words): New function.
12801         (rfc2047-decode-region): Use them.
12802         (rfc2047-decode-cte): Remove.
12803         (rfc2047-parse-and-decode): Remove.
12804         (rfc2047-decode): Remove.
12805
12806 2005-10-15  Kenichi Handa  <handa@m17n.org>
12807
12808         * rfc2047.el (rfc2047-decode-cte): New function.
12809         (rfc2047-decode-region): Change the way to decode successive
12810         encoded-words: decode B- or Q-encoding in each encoded-word,
12811         concatenate them, and decode it as charset.
12812
12813 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12814
12815         * lpath.el: Fbind codepage-setup for XEmacs.
12816
12817 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12818
12819         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12820         widget-move-and-invoke.
12821         (gnus-custom-mode): Use gnus-custom-map.
12822
12823 2005-10-15  Bill Wohler  <wohler@newt.com>
12824
12825         * message.el (message-tool-bar-map): Rename image file from
12826         mail_send to mail/send.
12827
12828 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12829
12830         * message.el (message-expand-group): Pass the common
12831         prefix substring of completion to `display-completion-list'.
12832
12833 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12834
12835         * mml-sec.el (mml-secure-method): New internal variable.
12836         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12837         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12838         New functions using mml-secure-method.
12839
12840         * mml.el (mml-mode-map): Add key bindings for those functions.
12841         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12842         Harder <harder@myrealbox.com>.
12843         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12844         Goto end of message if point is the headers of the message.
12845
12846         * message.el (message-in-body-p): New function.
12847
12848         * assistant.el: Autoload gnus-util and netrc.
12849
12850         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12851         Use `mm-charset-override-alist' only when decoding.
12852
12853         * mm-bodies.el (mm-decode-body):
12854         Call `mm-charset-to-coding-system' with allow-override argument.
12855
12856         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12857         `filename' from Content-Disposition if Content-Type doesn't
12858         provide `name'.
12859         (gnus-mime-view-part-as-type): Set default instead of
12860         initial-input.
12861
12862 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12863
12864         * format-spec.el (format-spec): Propagate text properties of % spec.
12865
12866 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12867
12868         * gnus-art.el (gnus-treat-predicate): Add `first'.
12869
12870 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12871
12872         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12873         (mm-charset-override-alist): New variable.
12874         (mm-charset-to-coding-system): Use it.
12875         (mm-codepage-setup): New helper function.
12876         (mm-charset-eval-alist): New variable.
12877         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12878         Warn about unknown charsets.
12879
12880         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12881
12882 2005-10-04  David Hansen  <david.hansen@gmx.net>
12883
12884         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12885         (nnrss-check-group): Ditto.
12886
12887 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12888
12889         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12890         Rename x-gnus-verbatim to x-verbatim.
12891         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12892
12893         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12894         x-verbatim.
12895
12896         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12897
12898         * gnus-util.el (gnus-remove-duplicates): Remove.
12899
12900         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12901         instead of gnus-remove-duplicates.
12902
12903         * message.el (message-remove-duplicates): Remove.
12904         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12905         message-remove-duplicates.
12906
12907         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12908         available, else use implementation from `delete-dups'.
12909
12910         * message.el (message-insert-expires): New function.
12911         (message-mode-map): Add key binding.
12912         (message-mode-field-menu): Add menu entry.
12913         (message-mode): Document it.
12914         (message-make-expires-date): Use `message-make-date'.
12915
12916 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12917
12918         * message.el (message-make-expires-date): New function.
12919
12920 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12921
12922         * Makefile.in (list-installed-shadows): New entry.
12923         (install): Use it.
12924         (remove-installed-shadows): New entry.
12925
12926         * dgnushack.el (dgnushack-default-load-path): New variable.
12927         (dgnushack-find-lisp-shadows): New function.
12928         (dgnushack-remove-lisp-shadows): New function.
12929
12930 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12931
12932         * Makefile.in (install-el-elc): New entry.
12933         (install): Use it so that .el files are necessarily installed.
12934
12935 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12936
12937         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12938
12939 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12940
12941         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12942         function rather than the diff-mode.el package.
12943         (mm-display-external): Use with-current-buffer.
12944         (mm-viewer-completion-map, mm-viewer-completion-map):
12945         Move initialization inside declaration.
12946
12947 2005-09-29  Simon Josefsson  <jas@extundo.com>
12948
12949         * spam.el: Load hashcash when compiling, to avoid warnings.
12950         Don't autoload mail-check-payment.
12951         (spam-check-hashcash): Define unconditionally, since hashcash.el
12952         is part of Gnus now.  Ignore errors from payment checking.
12953
12954 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12955
12956         * message.el (message-bold-region, message-unbold-region):
12957         Rename from `bold-region' and `unbold-region'.
12958
12959         * message.el: Remove useless autoloads.
12960
12961 2005-09-28  Simon Josefsson  <jas@extundo.com>
12962
12963         * message.el (message-use-idna): Default to t.
12964         (message-use-idna): Test whether encoding works too.  Doc fix.
12965
12966 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12967
12968         * nntp.el (nntp-warn-about-losing-connection): Remove.
12969
12970 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12971
12972         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12973         customizable.  Change default value.
12974         (mm-uu-diff-groups-regexp): Change default value.
12975         (mm-uu-type-alist): Add doc string.
12976         (mm-uu-configure): Add doc string.  Make it interactive.
12977         (mm-uu-tex-groups-regexp): New variable.
12978         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12979         (mm-uu-type-alist): Add LaTeX documents.
12980         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12981         of "text/verbatim".
12982         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12983
12984         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12985         instead of "text/verbatim".
12986
12987         * message.el (message-mark-inserted-region)
12988         (message-mark-insert-file): Use slrn style marks when called with
12989         prefix argument.
12990
12991 2005-09-27  Simon Josefsson  <jas@extundo.com>
12992
12993         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12994
12995 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12996
12997         * message.el (message-remove-duplicates): New function.
12998         Implementation borrowed from `gnus-remove-duplicates'.
12999         (message-idna-to-ascii-rhs): Also encode idna addresses in
13000         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13001         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13002         only ask about the same idna domain once per header and also tell
13003         in what header to replace the idna domain.
13004
13005         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13006         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13007         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13008         a header is decoded and not just the last one.
13009
13010 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13011
13012         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13013         has been decoded.
13014
13015         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13016         (mm-insert-part): Don't modify text if it has been decoded.
13017
13018         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13019         decoded.
13020
13021         * mm-view.el (mm-inline-text): Don't strip text props unless
13022         decoding enriched or richtext parts.
13023
13024 2005-09-25  Romain Francoise  <romain@orebokech.com>
13025
13026         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13027         * gnus-start.el (gnus-subscribe-interactively):
13028         * gnus-uu.el (gnus-uu-grab-articles):
13029         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13030         space.
13031
13032 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13033
13034         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13035         * mm-view.el (mm-view-pkcs7-decrypt):
13036         * gnus-sum.el (gnus-summary-limit-to-extra)
13037         (gnus-summary-respool-article, gnus-read-move-group-name):
13038         * gnus-score.el (gnus-summary-increase-score):
13039         * gnus-util.el (gnus-completing-read-with-default):
13040         * gnus-art.el (gnus-read-save-file-name)
13041         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13042         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13043         * message.el (message-check-news-header-syntax):
13044         Follow convention for reading with the minibuffer.
13045
13046 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13047
13048         * spam-report.el (spam-report-url-ping-plain):
13049         Use gnus-extended-version as User-Agent.
13050
13051         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13052         default value is nil.
13053
13054         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13055         (mm-uu-verbatim-marks-extract): New function.
13056         (mm-uu-extract): New face.
13057         (mm-uu-copy-to-buffer): Use it.
13058
13059         * spam-report.el (spam-report-gmane-ham): Rename from
13060         `spam-report-gmane-unspam'.
13061         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13062         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13063
13064         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13065         Autoload.
13066         (spam-report-gmane-unregister-routine):
13067         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13068
13069 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13070
13071         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13072         (spam-report-gmane-unregister-routine): Add support for gmane
13073         unregistration.
13074
13075         * spam-report.el (spam-report-gmane-unspam)
13076         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13077         (spam-report-gmane): Change to take a single article and do unspam
13078         registration.
13079
13080 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13081
13082         * mm-url.el (mm-url-decode-entities): Fix regexp.
13083
13084 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13085
13086         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13087         default to nil, to be able to use Gnus at all.  If the default
13088         switches to something else, then the function should be fixed not
13089         be exceedingly slow.
13090
13091 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13092
13093         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13094         fail hard.
13095
13096         * spam-report.el: Add better Keywords line.
13097
13098         * spam.el: Add Maintainer and better Keywords line.
13099
13100 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13101
13102         * gnus-art.el (gnus-article-replace-part)
13103         (gnus-mime-replace-part): New functions.
13104         (gnus-mime-action-alist, gnus-mime-button-commands)
13105         (gnus-mime-save-part-and-strip): Add file argument.
13106         (gnus-article-part-wrapper): Add interactive argument.
13107
13108         * gnus-sum.el (gnus-summary-mime-map):
13109         Add `gnus-article-replace-part'.
13110
13111 2005-09-19  Didier Verna  <didier@xemacs.org>
13112
13113         The nnml compaction feature:
13114         * nnml.el (nnml-request-compact-group): New function.
13115         * nnml.el (nnml-request-compact): New function.
13116         * gnus-int.el (gnus-request-compact-group): New function.
13117         * gnus-int.el (gnus-request-compact): New function.
13118         * gnus-group.el (gnus-group-compact-group): New function.
13119         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13120         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13121         * gnus-srvr.el (gnus-server-compact-server): New function.
13122         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13123         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13124
13125 2005-09-18  Deepak Goel  <deego@gnufans.org>
13126
13127         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13128         format spec.
13129
13130 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13133
13134 2005-09-15  Romain Francoise  <romain@orebokech.com>
13135
13136         * message.el (message-fill-paragraph): Clarify docstring.
13137
13138 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13139
13140         * gnus-art.el (gnus-mime-display-part): Protect against broken
13141         MIME messages.
13142
13143 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13144
13145         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13146         before parsing header.
13147
13148 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13149
13150         * html2text.el (html2text-replace-list): Add new entities.
13151
13152 2005-09-11  Romain Francoise  <romain@orebokech.com>
13153
13154         * message.el (message-alternative-emails): Improve docstring.
13155         (message-setup-1): Call `message-use-alternative-email-as-from'
13156         after `message-setup-hook' to give it precedence over posting
13157         styles, etc.
13158         (message-use-alternative-email-as-from): Add docstring.
13159         Remove the original From header if present.
13160
13161         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13162         (nnml-save-mail): Use it.
13163
13164         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13165         articles.  Add new argument `silent'.
13166         (gnus-uu-mark-all): Report the total number of marked articles.
13167
13168 2005-09-10  Romain Francoise  <romain@orebokech.com>
13169
13170         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13171         (gnus-uu-mark-series): Likewise.
13172
13173 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13174
13175         * spam-report.el (spam-report-gmane): Fix generation of spam
13176         report URL.
13177
13178 2005-09-10  Simon Josefsson  <jas@extundo.com>
13179
13180         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13181         t, based on discussion on the ding list with Robert Epprecht
13182         <epprecht@solnet.ch>.
13183
13184 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13185
13186         * spam-report.el (spam-report-gmane): Make it work without
13187         X-Report-Spam header.  Gmane now only provides Archived-At.
13188         This is only used if `spam-report-gmane-use-article-number' is nil.
13189         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13190
13191         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13192         make `gnus-summary-sort-by-recipient' work with threading.
13193
13194         * nnweb.el (nnweb-google-wash-article): Print a message if article
13195         is not available.
13196
13197 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13198
13199         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13200         change.  Decode text/* parts content before displaying.
13201
13202 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13203
13204         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13205
13206 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13207
13208         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13209
13210         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13211         url-package-name, url-package-version,
13212         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13213         w3m-display-inline-images, and w3m-minor-mode-map.
13214
13215 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13216
13217         * message.el (message-tab-body-function): Fix mismatched custom type.
13218
13219         * gnus.el (gnus-group-change-level-function): Ditto.
13220
13221         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13222
13223         * gnus-art.el (gnus-signature-limit)
13224         (gnus-article-mime-part-function): Ditto.
13225
13226 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13227
13228         * mml.el (mml-mode): Silence the byte compiler.
13229
13230         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13231         using `(sit-for 0)' before moving the point to the specified part;
13232         skip unbuttonized parts.
13233         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13234         return to the summary window if gnus-auto-select-part is non-nil.
13235
13236 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13237
13238         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13239         New variables.
13240         (mml-dnd-attach-file, mml-mode): Use them.
13241
13242         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13243         Make fetching article by MID work again for Google Groups.
13244         Add FIXME concerning gnus-group-make-web-group.
13245
13246         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13247         Don't depend on Gnus by using mail-extract-address-components if
13248         gnus-extract-address-components is not bound.
13249
13250 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13251
13252         * gnus-art.el (gnus-mime-display-security): Don't display the
13253         signature, but only the signed part.
13254
13255 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13256
13257         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13258
13259         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13260         list, not listp.
13261
13262 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13263
13264         * mm-encode.el (mm-encode-content-transfer-encoding):
13265         Likewise when encoding.
13266
13267         * mm-bodies.el (mm-decode-content-transfer-encoding):
13268         De-canonicalize CRLF for all text content types, not just
13269         text/plain.
13270
13271 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13272
13273         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13274         valid article; point arrow and cursor at the MIME button.
13275
13276 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13279         Suggested by Dan Christensen <jdc@uwo.ca>.
13280
13281         * mm-decode.el (mm-save-part): Enable change of prompt.
13282
13283 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13284
13285         * gnus-msg.el (gnus-inews-add-send-actions):
13286         Make `message-post-method' lambda parameter ARG `&optional'.
13287
13288 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13289
13290         * gnus-sum.el (gnus-summary-mime-map):
13291         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13292         gnus-article-jump-to-part.
13293
13294         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13295         (gnus-article-edit-part): Use it.
13296         (gnus-article-part-wrapper): Add no-handle argument.
13297         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13298         New functions.
13299
13300 2005-08-29  Romain Francoise  <romain@orebokech.com>
13301
13302         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13303         docstring.
13304         (gnus-face-from-file): Likewise.
13305
13306 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13307
13308         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13309         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13310         non-nil.
13311         (gnus-auto-select-part): New variable.
13312         (gnus-article-jump-to-part): New function.
13313         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13314         (gnus-mime-delete-part): Allow selecting specified part after
13315         deleting or stripping parts.
13316         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13317         part if argument is bogus.
13318
13319 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13320
13321         * gnus-art.el (w3m-minor-mode-map):
13322         * gnus-spec.el (gnus-newsrc-file-version):
13323         * gnus-util.el (nnmail-active-file-coding-system)
13324         (gnus-original-article-buffer, gnus-user-agent):
13325         * gnus.el (gnus-ham-process-destinations)
13326         (gnus-parameter-ham-marks-alist)
13327         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13328         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13329         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13330         * mm-decode.el (gnus-current-window-configuration):
13331         * mm-extern.el (gnus-article-mime-handles):
13332         * mm-url.el (url-current-object, url-package-name)
13333         (url-package-version):
13334         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13335         (smime-keys, w3m-cid-retrieve-function-alist)
13336         (w3m-current-buffer, w3m-display-inline-images)
13337         (w3m-minor-mode-map):
13338         * mml-smime.el (gnus-extract-address-components):
13339         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13340         (gnus-newsrc-hashtb, message-default-charset)
13341         (message-deletable-headers, message-options)
13342         (message-posting-charset, message-required-mail-headers)
13343         (message-required-news-headers):
13344         * mml1991.el (mc-pgp-always-sign):
13345         * mml2015.el (mc-pgp-always-sign):
13346         * nnheader.el (nnmail-extra-headers):
13347         * rfc1843.el (gnus-decode-encoded-word-function)
13348         (gnus-decode-header-function, gnus-newsgroup-name):
13349         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13350
13351 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13352
13353         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13354         the end of the date treatments.
13355
13356 2005-08-15  Simon Josefsson  <jas@extundo.com>
13357
13358         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13359         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13360         Capello and Romain Francoise.
13361         (pgg-fetch-key-function): Remove, not used?
13362         (pgg-insert-url-with-w3): Require url, to get
13363         url-insert-file-contents regardless of where it is defined.
13364
13365 2005-08-13  Romain Francoise  <romain@orebokech.com>
13366
13367         * message.el (message-cite-original-1): New function.
13368         (message-cite-original): Use it.
13369         (message-cite-original-without-signature): Ditto.
13370
13371 2005-08-08  Romain Francoise  <romain@orebokech.com>
13372
13373         * message.el (message-yank-empty-prefix): New variable.
13374         (message-indent-citation): Use it.
13375         (message-cite-original-without-signature): Respect X-No-Archive.
13376
13377 2005-08-08  Simon Josefsson  <jas@extundo.com>
13378
13379         * pgg.el: Autoload url-insert-file-contents instead of loading
13380         w3/url.
13381         (pgg-insert-url-with-w3): Don't load url here.
13382
13383 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13384
13385         * message.el (message-kill-to-signature): Don't insert newline at
13386         bol.
13387         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13388
13389 2005-08-06  Romain Francoise  <romain@orebokech.com>
13390
13391         * message.el (message-user-fqdn): Fix typo in docstring.
13392
13393 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13394
13395         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13396
13397         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13398
13399 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13400
13401         * mm-bodies.el (mm-encode-body): Use coding system rather than
13402         charset to encode text.
13403
13404         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13405         number of charsets if utf-8 is available (XEmacs).
13406
13407 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13408
13409         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13410         taken from `gnus-button-mid-or-mail-regexp'.
13411         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13412         (gnus-button-alist): Improve regexp for domain part of the MIDs
13413         for news:localpart@domain buttons.
13414         (gnus-button-ctan-directory-regexp): Update.
13415
13416 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13417
13418         * sieve-manage.el (sieve-manage-interactive-login):
13419         Use make-local-variable rather than make-variable-buffer-local.
13420         (sieve-manage-open): Ditto.
13421         (sieve-manage-authenticate): Ditto.
13422
13423         * mml.el (mml-generate-mime-1): Make the content type default to
13424         text/plain if the filename is not specified.
13425
13426 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13427
13428         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13429         instead of insert-buffer.
13430
13431         * message.el (message-yank-original): Ditto; set the mark at the
13432         end of the yanked message.
13433
13434 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13435
13436         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13437         lines to scroll rather than to stop it.
13438
13439         * mml.el (mml-generate-default-type): Add doc string.
13440         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13441         default to application/octet-stream when determining the content
13442         type if it is not specified for the part or the mml contents; add
13443         a comment about mml-generate-default-type.
13444
13445 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13446
13447         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13448         make it default to application/octet-stream when determining the
13449         content type if it is not specified for the external contents.
13450
13451 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13452
13453         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13454         segmented parameter but also other parameters might be there.
13455
13456 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13457
13458         * mm-decode.el (mm-display-external): Delete temp file, directory
13459         and buffer immediately if the external process is exited.
13460
13461 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13462
13463         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13464         fewer lines than that of scroll-margin.
13465         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13466
13467 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13468
13469         * gnus-art.el (gnus-article-next-page): Revert.
13470         (gnus-article-beginning-of-window): New macro.
13471         (gnus-article-next-page-1): Use it.
13472         (gnus-article-prev-page): Ditto.
13473         (gnus-article-edit-part): Use insert-buffer-substring instead of
13474         insert-buffer.
13475         (gnus-article-edit-exit): Ditto.
13476
13477         * gnus-util.el (gnus-beginning-of-window): Remove.
13478         (gnus-end-of-window): Remove.
13479
13480         * lpath.el: Don't bind header-line-format and scroll-margin.
13481
13482 2005-07-25  Simon Josefsson  <jas@extundo.com>
13483
13484         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13485         to have the url package without w3.  Reported by Daiki Ueno
13486         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13487
13488 2005-07-20  Didier Verna  <didier@xemacs.org>
13489
13490         * gnus-diary.el: Remove the description comment (nndiary is now
13491         properly documented in the Gnus manual).
13492         Fix the spelling of "Back End".
13493         * nndiary.el: Ditto.
13494         Fix the copyright notice.
13495
13496 2005-07-18  Romain Francoise  <romain@orebokech.com>
13497
13498         * gnus-sum.el (gnus-summary-to-prefix)
13499         (gnus-summary-newsgroup-prefix): New variables.
13500         (gnus-summary-from-or-to-or-newsgroups): Use them.
13501
13502 2005-07-17  Romain Francoise  <romain@orebokech.com>
13503
13504         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13505         space as it's generally not especially interesting to the user.
13506
13507 2005-07-16  Romain Francoise  <romain@orebokech.com>
13508
13509         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13510         nil to avoid prompting and file modification if one of the
13511         messages at the top of the nnfolder file contains a copyright
13512         notice.
13513         Update copyright notice.
13514
13515         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13516         instead of `current-time-string' as the latter creates a time
13517         string that is not RFC 2822 compliant (it lacks the zone).
13518         Update copyright notice.
13519
13520 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13521
13522         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13523         for text/rtf.  Display default in prompt.  Pass default for M-n.
13524
13525         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13526
13527 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13528
13529         * gnus-msg.el (gnus-button-mailto):
13530         Remove save-selected-window-window hackery because it relies on
13531         save-selected-window internals.
13532
13533 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13534
13535         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13536         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13537         (gnus-article-prev-page): Ditto.
13538
13539         * gnus-util.el (gnus-beginning-of-window): New function.
13540         (gnus-end-of-window): New function.
13541
13542         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13543
13544 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13545
13546         * gnus-score.el (gnus-score-edit-all-score):
13547         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13548         gnus-message.
13549
13550 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13551
13552         * gnus-msg.el (gnus-button-mailto):
13553         Remove save-selected-window-window hackery because it relies on
13554         save-selected-window internals.
13555
13556 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13557
13558         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13559         add-minor-mode.
13560         (gnus-binary-mode): Ditto.
13561
13562         * gnus-topic.el (gnus-topic-mode): Ditto.
13563
13564 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13565
13566         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13567         (gnus-article-prev-page): Take scroll-margin into consideration.
13568
13569 2005-07-04  Lute Kamstra  <lute@gnu.org>
13570
13571         Update FSF's address in GPL notices.
13572
13573 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13574
13575         * gnus.el (gnus-exit):
13576         * gnus-group.el (gnus-group-icons):
13577         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13578
13579         * gnus-nocem.el (gnus-nocem):
13580         * message.el (message-various, message-buffers, message-sending)
13581         (message-interface, message-forwarding, message-insertion)
13582         (message-headers, message-news, message-mail):
13583         * pgg-gpg.el (pgg-gpg):
13584         * pgg-parse.el (pgg-parse):
13585         * pgg-pgp.el (pgg-pgp):
13586         * pgg-pgp5.el (pgg-pgp5):
13587         * pop3.el (pop3): Finish `defgroup' description with period.
13588
13589 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13590
13591         * gnus-art.el (article-display-face): Improve the efficiency.
13592         (article-display-x-face): Ditto; remove grey x-face stuff.
13593
13594 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * gnus-art.el (article-display-face): Correct the position in
13597         which Faces are inserted.
13598
13599 2005-06-29  Didier Verna  <didier@xemacs.org>
13600
13601         * gnus-art.el (article-display-face): Display faces in correct
13602         order.
13603
13604 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13605
13606         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13607         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13608         (gnus-nocem-check-article): Fetch the Type header.
13609         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13610         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13611         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13612         make sure gnus-nocem-hashtb is initialized.
13613         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13614         (gnus-nocem-unwanted-article-p): Ditto.
13615
13616         * pgg.el (pgg-verify): Return the verification result.
13617
13618 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13619
13620         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13621         is ascii.
13622
13623 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13624
13625         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13626         `show-nonbreak-escape'.
13627
13628 2005-06-23  Lute Kamstra  <lute@gnu.org>
13629
13630         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13631
13632         * dig.el (dig-mode):
13633         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13634
13635 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13636
13637         * nnimap.el (nnimap-split-download-body): Fix spellings.
13638
13639 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13640
13641         * gnus-art.el (gnus-article-encrypt-body):
13642         * gnus-cus.el (gnus-score-customize):
13643         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13644         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13645
13646 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13647
13648         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13649         header by looking for magic "MII" at the beginnig.
13650
13651 2005-06-16  Miles Bader  <miles@gnu.org>
13652
13653         * gnus-xmas.el (gnus-xmas-group-startup-message):
13654         Use renamed gnus-splash face.
13655
13656         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13657         (assistant-field-face): New backward-compatibility alias for renamed
13658         face.
13659         (assistant-render-text): Use renamed assistant-field face.
13660
13661         * spam.el (spam): Remove "-face" suffix from face name.
13662         (spam-face): New backward-compatibility alias for renamed face.
13663         (spam-face, spam-initialize): Use renamed spam face.
13664
13665         * message.el (message-header-to, message-header-cc)
13666         (message-header-subject, message-header-newsgroups)
13667         (message-header-other, message-header-name)
13668         (message-header-xheader, message-separator, message-cited-text)
13669         (message-mml): Remove "-face" suffix from face names.
13670         (message-header-to-face, message-header-cc-face)
13671         (message-header-subject-face, message-header-newsgroups-face)
13672         (message-header-other-face, message-header-name-face)
13673         (message-header-xheader-face, message-separator-face)
13674         (message-cited-text-face, message-mml-face):
13675         New backward-compatibility aliases for renamed faces.
13676         (message-font-lock-keywords): Use renamed message faces.
13677
13678         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13679         (sieve-test-commands, sieve-tagged-arguments):
13680         Remove "-face" suffix from face names.
13681         (sieve-control-commands-face, sieve-action-commands-face)
13682         (sieve-test-commands-face, sieve-tagged-arguments-face):
13683         New backward-compatibility aliases for renamed faces.
13684         (sieve-control-commands-face, sieve-action-commands-face)
13685         (sieve-test-commands-face, sieve-tagged-arguments-face):
13686         Use renamed sieve faces.
13687
13688         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13689         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13690         (gnus-group-news-3-empty, gnus-group-news-4)
13691         (gnus-group-news-4-empty, gnus-group-news-5)
13692         (gnus-group-news-5-empty, gnus-group-news-6)
13693         (gnus-group-news-6-empty, gnus-group-news-low)
13694         (gnus-group-news-low-empty, gnus-group-mail-1)
13695         (gnus-group-mail-1-empty, gnus-group-mail-2)
13696         (gnus-group-mail-2-empty, gnus-group-mail-3)
13697         (gnus-group-mail-3-empty, gnus-group-mail-low)
13698         (gnus-group-mail-low-empty, gnus-summary-selected)
13699         (gnus-summary-cancelled, gnus-summary-high-ticked)
13700         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13701         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13702         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13703         (gnus-summary-low-undownloaded)
13704         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13705         (gnus-summary-low-unread, gnus-summary-normal-unread)
13706         (gnus-summary-high-read, gnus-summary-low-read)
13707         (gnus-summary-normal-read, gnus-splash):
13708         Remove "-face" suffix from face names.
13709         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13710         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13711         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13712         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13713         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13714         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13715         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13716         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13717         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13718         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13719         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13720         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13721         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13722         (gnus-summary-normal-ticked-face)
13723         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13724         (gnus-summary-normal-ancient-face)
13725         (gnus-summary-high-undownloaded-face)
13726         (gnus-summary-low-undownloaded-face)
13727         (gnus-summary-normal-undownloaded-face)
13728         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13729         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13730         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13731         (gnus-splash-face):
13732         New backward-compatibility aliases for renamed faces.
13733         (gnus-group-startup-message): Use renamed gnus faces.
13734
13735         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13736         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13737         (gnus-server-agent): Remove "-face" suffix from face names.
13738         (gnus-server-agent-face, gnus-server-opened-face)
13739         (gnus-server-closed-face, gnus-server-denied-face)
13740         (gnus-server-offline-face):
13741         New backward-compatibility aliases for renamed faces.
13742         (gnus-server-agent-face, gnus-server-opened-face)
13743         (gnus-server-closed-face, gnus-server-denied-face)
13744         (gnus-server-offline-face): Use renamed gnus faces.
13745
13746         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13747         Remove "-face" suffix from face names.
13748         (gnus-picon-xbm-face, gnus-picon-face):
13749         New backward-compatibility aliases for renamed faces.
13750
13751         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13752         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13753         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13754         (gnus-cite-11): Remove "-face" suffix from face names.
13755         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13756         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13757         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13758         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13759         New backward-compatibility aliases for renamed faces.
13760         (gnus-cite-attribution-face, gnus-cite-face-list)
13761         (gnus-article-boring-faces): Use renamed gnus faces.
13762
13763         * gnus-art.el (gnus-signature, gnus-header-from)
13764         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13765         (gnus-header-content): Remove "-face" suffix from face names.
13766         (gnus-signature-face, gnus-header-from-face)
13767         (gnus-header-subject-face, gnus-header-newsgroups-face)
13768         (gnus-header-name-face, gnus-header-content-face):
13769         New backward-compatibility aliases for renamed faces.
13770         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13771
13772         * gnus-sum.el (gnus-summary-selected-face)
13773         (gnus-summary-highlight): Use renamed gnus faces.
13774         * gnus-group.el (gnus-group-highlight): Likewise.
13775
13776 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13777
13778         * gnus-sieve.el (gnus-sieve-article-add-rule):
13779         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13780         * spam-stat.el (spam-stat-buffer-change-to-spam)
13781         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13782
13783         * message.el (message-is-yours-p):
13784         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13785
13786 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13787
13788         * mm-view.el (mm-inline-text): Withdraw the last change.
13789
13790 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13791
13792         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13793         executing enriched-decode.
13794
13795 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13796
13797         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13798         charset of tar files.
13799
13800 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13801
13802         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13803
13804 2005-06-04  Lute Kamstra  <lute@gnu.org>
13805
13806         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13807         information is never recorded.
13808
13809 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13810
13811         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13812
13813 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13814
13815         * pop3.el (pop3-apop): Run md5 in the binary mode.
13816
13817         * starttls.el (starttls-set-process-query-on-exit-flag):
13818         Use eval-and-compile.
13819
13820 2005-05-31  Simon Josefsson  <jas@extundo.com>
13821
13822         * smime.el (smime-replace-in-string): Define.
13823         (smime-cert-by-ldap-1): Use it.
13824
13825 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13826
13827         * gnus-art.el (article-display-x-face): Replace
13828         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13829
13830         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13831         set-process-query-on-exit-flag or process-kill-without-query.
13832
13833         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13834         loop instead of replace-regexp.
13835
13836         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13837         instead of process-kill-without-query if it is available.
13838
13839         * lpath.el: Fbind ldap-search-entries.
13840
13841         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13842         instead of find-file-hooks if it is available.
13843
13844         * mml1991.el: Bind pgg-default-user-id when compiling.
13845
13846         * mml2015.el: Bind pgg-default-user-id when compiling.
13847
13848         * nndraft.el (nndraft-request-associate-buffer):
13849         Use write-contents-functions instead of write-contents-hooks if it is
13850         available.
13851
13852         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13853         instead of find-file-hooks if it is available.
13854
13855         * nntp.el (nntp-open-connection): Replace
13856         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13857         (nntp-open-ssl-stream): Ditto.
13858         (nntp-open-tls-stream): Ditto.
13859
13860         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13861         set-process-query-on-exit-flag or process-kill-without-query.
13862         (starttls-open-stream-gnutls): Use it instead of
13863         process-kill-without-query.
13864         (starttls-open-stream): Ditto.
13865
13866 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13867
13868         * smime.el (smime-cert-by-ldap-1): Don't use
13869         replace-regexp-in-string.
13870
13871 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13872
13873         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13874
13875         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13876         in PEM format.  Adjust to the XEmacs compability.
13877
13878 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13879
13880         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13881         by `string-to-number'.
13882         * gnus-agent.el (gnus-agent-regenerate-group)
13883         (gnus-agent-fetch-articles): Ditto.
13884         * gnus-art.el (gnus-button-fetch-group): Ditto.
13885         * gnus-cache.el (gnus-cache-generate-active)
13886         (gnus-cache-articles-in-group): Ditto.
13887         * gnus-group.el (gnus-group-set-current-level)
13888         (gnus-group-insert-group-line): Ditto.
13889         * gnus-score.el (gnus-score-set-expunge-below)
13890         (gnus-score-set-mark-below, gnus-summary-score-effect)
13891         (gnus-summary-score-entry): Ditto.
13892         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13893         (gnus-soup-pack): Ditto.
13894         * gnus-spec.el (gnus-xmas-format): Ditto.
13895         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13896         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13897         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13898         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13899         * nndb.el (nndb-get-remote-expire-response): Ditto.
13900         * nndiary.el (nndiary-parse-schedule-value)
13901         (nndiary-string-to-number, nndiary-request-replace-article)
13902         (nndiary-request-article): Ditto.
13903         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13904         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13905         * nneething.el (nneething-make-head): Ditto.
13906         * nnfolder.el (nnfolder-request-article)
13907         (nnfolder-retrieve-headers): Ditto.
13908         * nnheader.el (nnheader-file-to-number): Ditto.
13909         * nnkiboze.el (nnkiboze-request-article): Ditto.
13910         * nnmail.el (nnmail-process-unix-mail-format)
13911         (nnmail-process-babyl-mail-format): Ditto.
13912         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13913         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13914         (nnmh-request-create-group, nnmh-request-list-1)
13915         (nnmh-request-group, nnmh-request-article): Ditto.
13916         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13917         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13918         * nnsoup.el (nnsoup-make-active): Ditto.
13919         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13920         * nntp.el (nntp-find-group-and-number)
13921         (nntp-retrieve-headers-with-xover): Ditto.
13922         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13923         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13924         (pgg-format-key-identifier): Ditto.
13925         * pop3.el (pop3-last, pop3-stat): Ditto.
13926         * qp.el (quoted-printable-decode-region): Ditto.
13927
13928         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13929         of concat.
13930
13931 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13934
13935         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13936
13937         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13938
13939         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13940
13941         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13942
13943         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13944
13945         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13946         (gnus-carpal-mode): Ditto.
13947
13948         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13949         (gnus-browse-mode): Ditto.
13950
13951         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13952
13953         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13954
13955 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13956
13957         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13958
13959 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13960
13961         * gnus-util.el (gnus-run-mode-hooks): New function.
13962
13963         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13964
13965         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13966         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13967
13968 2005-05-27  Lute Kamstra  <lute@gnu.org>
13969
13970         * dns-mode.el (dns-mode): Specify customization group.
13971
13972 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13973
13974         * gnus-agent.el (gnus-agent-make-mode-line-string):
13975         Use mode-line-highlight as mouse-face.
13976
13977 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13978
13979         * canlock.el (canlock): Change the parent group to news.
13980
13981         * deuglify.el (gnus-outlook-deuglify): Add :group.
13982
13983         * dig.el (dig): Add :group.
13984
13985         * dns-mode.el (dns-mode): Add :group.
13986
13987         * encrypt.el (encrypt): Add :group.
13988
13989         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13990         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13991         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13992         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13993         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13994
13995         * gnus-diary.el (gnus-diary): Add :group.
13996
13997         * gnus.el (gnus-group-news-1-face): Add :group.
13998         (gnus-group-news-1-empty-face): Ditto.
13999         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14000         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14001         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14002         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14003         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14004         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14005         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14006         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14007         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14008         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14009         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14010         (gnus-summary-high-ticked-face): Ditto.
14011         (gnus-summary-low-ticked-face): Ditto.
14012         (gnus-summary-normal-ticked-face): Ditto.
14013         (gnus-summary-high-ancient-face): Ditto.
14014         (gnus-summary-low-ancient-face): Ditto.
14015         (gnus-summary-normal-ancient-face): Ditto.
14016         (gnus-summary-high-undownloaded-face): Ditto.
14017         (gnus-summary-low-undownloaded-face): Ditto.
14018         (gnus-summary-normal-undownloaded-face): Ditto.
14019         (gnus-summary-high-unread-face): Ditto.
14020         (gnus-summary-low-unread-face): Ditto.
14021         (gnus-summary-normal-unread-face): Ditto.
14022         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14023         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14024
14025         * hashcash.el (hashcash): New custom group.
14026         (hashcash-default-payment): Add :group.
14027         (hashcash-payment-alist): Ditto.
14028         (hashcash-default-accept-payment): Ditto.
14029         (hashcash-accept-resources): Ditto.
14030         (hashcash-path): Ditto.
14031         (hashcash-extra-generate-parameters): Ditto.
14032         (hashcash-double-spend-database): Ditto.
14033         (hashcash-in-news): Ditto.
14034
14035         * message.el (message-minibuffer-local-map): Add :group.
14036
14037         * netrc.el (netrc): Add :group.
14038
14039         * sieve-manage.el (sieve-manage-log): Add :group.
14040         (sieve-manage-default-user): Diito.
14041         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14042         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14043         (sieve-manage-authenticators): Ditto.
14044         (sieve-manage-authenticator-alist): Ditto.
14045         (sieve-manage-default-port): Ditto.
14046
14047         * sieve-mode.el (sieve-control-commands-face): Add :group.
14048         (sieve-action-commands-face): Ditto.
14049         (sieve-test-commands-face): Ditto.
14050         (sieve-tagged-arguments-face): Ditto.
14051
14052         * smime.el (smime): Add :group.
14053
14054         * spam-report.el (spam-report): Add :group.
14055
14056         * spam.el (spam, spam-face): Add :group.
14057
14058 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14059
14060         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14061         return \n.\n.\n at the end of articles.  Protect against that.
14062         (nntp-with-open-group): Allow debugging.
14063
14064         * nnheader.el (mail-header-set-extra): Make into a function
14065         because I just could't understand how to quote the list properly.
14066
14067         * dns.el (query-dns-cached): New function.
14068
14069 2005-05-26  Lute Kamstra  <lute@gnu.org>
14070
14071         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14072
14073 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14074
14075         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14076
14077         * gnus-art.el: Don't autoload mail-extract-address-components.
14078
14079         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14080         eval-and-compile to evaluate it.
14081
14082         * hashcash.el: Don't autoload executable-find.
14083
14084         * nndb.el: Don't declare the nndb back end two or more times; don't
14085         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14086
14087         * nntp.el: Autoload format-spec instead of format; use
14088         eval-and-compile to evaluate autoload forms.
14089
14090 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14091
14092         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14093
14094 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14095
14096         * gnus.el (gnus-version-number): Bump version.
14097
14098 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14099
14100         * gnus.el: No Gnus v0.3 is released.
14101
14102 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14103
14104         * lpath.el (featurep): Bind show-nonbreak-escape.
14105
14106 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14107
14108         * gnus-art.el (gnus-article-edit-part): Disable undo.
14109
14110 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14111
14112         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14113         gnus-article-date-lapsed-new-header is t if date timer is active;
14114         skip headers in which the original date value is empty.
14115         (gnus-article-save-original-date): Redefine it as a macro.
14116         (gnus-display-mime): Use it.
14117
14118 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14119
14120         * gnus-art.el (article-date-ut): Support converting date in
14121         forwarded parts as well.
14122         (gnus-article-save-original-date): New function.
14123         (gnus-display-mime): Use it.
14124
14125 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14126
14127         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14128         enclosure element of <item>.
14129
14130 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14131
14132         * message.el (message-kill-buffer-query): Rename from
14133         `message-kill-buffer-query-if-modified'.  Add :version.
14134
14135 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14136
14137         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14138         window layout.
14139
14140 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14141
14142         * mml.el: Autoload dnd when compiling.
14143
14144 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14145
14146         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14147         x-dnd-*.
14148
14149 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14150
14151         * qp.el (quoted-printable-encode-region): Save excursion.
14152
14153 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14154
14155         * message.el (message-kill-buffer-query-if-modified): Add new variable
14156         so the user can kill a modified message buffer quickly.
14157         (message-kill-buffer): Use it.
14158
14159 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14160
14161         * lpath.el: Fbind display-time-event-handler; don't fbind
14162         string-to-multibyte.
14163
14164         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14165
14166 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14167
14168         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14169         contained in text because xml.el decodes entities) with LFs.
14170
14171 2005-04-11  Lute Kamstra  <lute@gnu.org>
14172
14173         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14174         differently.
14175
14176 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14177
14178         * mm-util.el (mm-detect-coding-region): Typo.
14179
14180 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14181
14182         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14183
14184 2005-04-06  Deepak Goel  <deego@gnufans.org>
14185
14186         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14187         user-function allow user modifications of the scores.
14188         (spam-stat-score-buffer-user): New function, to allow
14189         user-computed modifications to the score.
14190         (spam-stat-score-buffer-user-functions): List of additional
14191         scoring functions.
14192         (spam-stat-error-holder): Global temporary error holder.
14193         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14194         variable.
14195
14196 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14197
14198         * gnus-registry.el (gnus-registry-clean-empty-function)
14199         (gnus-registry-trim, gnus-registry-fetch-groups)
14200         (gnus-registry-delete-group): Groups that match
14201         `gnus-registry-ignored-groups' are removed from the registry
14202         entries, not just ignored for splitting.  This helps clean up the
14203         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14204         to get all the groups a message ID is in.
14205
14206         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14207         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14208         (spam-stat-score-buffer-user-functions): Add :number custom type.
14209
14210 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14213         argument in XEmacs.
14214
14215         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14216         (nnrss-request-group): Decode group name first.
14217         (nnrss-request-article): Make a text/plain article if mml-to-mime
14218         failed.
14219         (nnrss-get-encoding): Return a compatible encoding according to
14220         nnrss-compatible-encoding-alist.
14221         (nnrss-find-el): Use consp instead of listp.
14222         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14223
14224 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14225
14226         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14227         which Emacs 20 doesn't support.
14228         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14229
14230 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14231
14232         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14233         silence the byte compiler inside the defun.
14234
14235         * gnus-demon.el (parse-time-string): Add autoload.
14236
14237         * gnus-delay.el (parse-time-string): Add autoload.
14238
14239         * gnus-art.el (parse-time-string): Add autoload.
14240
14241         * nnultimate.el (parse-time): Require for `parse-time-string'.
14242
14243 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14244
14245         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14246
14247         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14248
14249         * smime.el (smime-ldap-host-list): Add :version.
14250
14251 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14252
14253         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14254         pass it to `gnus-browse-read-group'.
14255         (gnus-browse-read-group): Add NUMBER argument and pass it to
14256         `gnus-group-read-ephemeral-group'.
14257
14258         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14259         argument and pass it to `gnus-group-read-group'.
14260
14261 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14262
14263         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14264         mm-xemacs-find-mime-charset-1 if we have the mule feature
14265         available at runtime.
14266
14267 2005-03-25  Werner Lemberg  <wl@gnu.org>
14268
14269         * nnmaildir.el: Replace `illegal' with `invalid'.
14270
14271 2005-03-23  Lute Kamstra  <lute@gnu.org>
14272
14273         * time-date.el: Add comment on time value formats.
14274         Don't require parse-time.
14275         (with-decoded-time-value): New macro.
14276         (encode-time-value): New function.
14277         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14278         (days-to-time): Return a valid time value when arg is huge.
14279         (time-since): Use time-subtract.
14280         (time-to-number-of-days): Use time-to-seconds.
14281
14282 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14283
14284         * gnus-start.el (gnus-display-time-event-handler):
14285         Check display-time-timer at runtime rather than only at load time
14286         in case display-time-mode is turned off in the mean time.
14287
14288 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14289
14290         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14291         used.
14292
14293         * nneething.el (nneething-map-file-directory): Derive from
14294         `gnus-directory'.
14295
14296         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14297         the To/Cc button.
14298
14299 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14300
14301         * nnmaildir.el (nnmaildir-request-accept-article):
14302         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14303
14304 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14305
14306         * gnus-async.el: Require timer-funcs at compile time when in
14307         XEmacs for `run-with-idle-timer'.
14308
14309 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14310
14311         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14312         autoloaded function.
14313
14314 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14315
14316         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14317
14318 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14319
14320         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14321
14322 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14323
14324         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14325         Add gnus-expert-user to default.
14326
14327 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14328
14329         * nnimap.el (nnimap-open-server): Ditto.
14330
14331         * imap.el (imap-authenticate): Fix typo.
14332
14333 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14334
14335         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14336         buffer (since IMAP server might return FETCH response out of
14337         order, and the nntp buffer must be sorted).
14338
14339 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14340
14341         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14342         comparison on string.
14343
14344         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14345         (gnus-agent-score): Rename category keywords to match gnus-cus.
14346         (gnus-agent-summary-fetch-series): Modify to protect against
14347         gnus-agent-summary-fetch-group clearing processable flags.
14348         (gnus-agent-synchronize-group-flags): Update live group buffer as
14349         synchronization may occur due to the user toggle the plugged
14350         status.
14351         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14352         successfully downloaded.
14353         (gnus-agent-expire-group-1): Avoid using markers when the overview
14354         is in ascending order; greatly improves performance.
14355         (gnus-agent-regenerate-group):
14356         Use gnus-agent-synchronize-group-flags to reset read status in both
14357         gnus and server.
14358         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14359
14360 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14361
14362         * message.el: Don't autoload former message-utils variables.
14363         (message-strip-subject-trailing-was): Change doc string.
14364
14365         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14366         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14367         (nnweb-google-search): Add "hl=en" here.
14368         (nnweb-google-parse-1, nnweb-google-create-mapping):
14369         Don't hardcode URL.
14370
14371 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14372
14373         * message.el (message-get-reply-headers, message-followup):
14374         Mention related variables `message-use-followup-to' and
14375         `message-use-mail-followup-to', in the information buffer.
14376
14377         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14378         of broken groups(-beta).google.com.
14379
14380 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14381
14382         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14383         parameter to invoked gnus-request-move-article; remove the
14384         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14385         all at once instead of once per article.
14386         (gnus-summary-remove-process-mark): Accept a list of articles as
14387         well as a single article for processing.
14388
14389         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14390         parameter.
14391
14392         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14393
14394         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14395
14396         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14397         parameter.
14398
14399         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14400         parameter.
14401
14402         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14403         parameter and remove the gnus-sum-hint-move-is-internal variable.
14404
14405         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14406         parameter.
14407
14408         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14409         parameter.
14410
14411         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14412         parameter.
14413
14414         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14415
14416         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14417         parameter.
14418
14419         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14420         parameter.
14421
14422 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14423
14424         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14425         a more conservative way.
14426
14427 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14428
14429         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14430         buffer, so it moves the window's cursor.
14431
14432 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14433
14434         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14435         `mm-dissect-multipart' and receive the from field as an (optional)
14436         argument from `mm-dissect-multipart'.
14437         (mm-dissect-multipart): Receive the from field as an argument and
14438         pass it on when we call `mm-dissect-buffer' on MIME parts.
14439         Fixes verification/decryption of signed/encrypted MIME parts.
14440
14441 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14442
14443         * gnus-sum.el (gnus-summary-move-article):
14444         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14445         whatever it calls (right now, only nnimap-request-move article
14446         respects it).
14447
14448         * nnimap.el (nnimap-request-move-article):
14449         When gnus-sum-hint-move-is-internal is set, don't do the extra
14450         nnimap-request-article.
14451
14452 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14453
14454         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14455
14456         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14457         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14458
14459         * gnus-sum.el (gnus-summary-caesar-message):
14460         Apply `gnus-treat-article' after rotation.
14461
14462         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14463         doc string.
14464
14465 2005-02-22  Simon Josefsson  <jas@extundo.com>
14466
14467         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14468         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14469         <arne@arnested.dk>.
14470         (encrypt): Add password-cache and password-cache-expiry as group
14471         members.
14472
14473 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14474
14475         * smime.el (smime-ldap-host-list): Doc fix.
14476         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14477         cache) password.
14478         (smime-sign-region): Use it.
14479         (smime-decrypt-region): Use it.
14480         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14481         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14482         fails.
14483         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14484         certificate from DER to PEM format rather than calling openssl.
14485
14486         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14487
14488         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14489         for signing/encryption.
14490
14491         * mml.el (mml-parse-1): Use them.
14492
14493 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14494
14495         * nnrss.el (nnrss-verbose): Remove.
14496         (nnrss-request-group): Use `nnheader-message' instead.
14497
14498 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14499
14500         * nnrss.el (nnrss-verbose): New variable.
14501         (nnrss-request-group): Make it say nnrss is requesting a group.
14502
14503 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14504
14505         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14506         Handle news URL with given port correctly.
14507
14508 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14509
14510         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14511         containing special characters.
14512
14513         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14514
14515         * mml.el (mime-to-mml): Ditto.
14516
14517         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14518         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14519         (rfc2047-decode-region): Quote decoded words containing special
14520         characters when rfc2047-quote-decoded-words-containing-tspecials
14521         is non-nil.
14522
14523 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14524
14525         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14526
14527         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14528
14529 2005-02-15  Simon Josefsson  <jas@extundo.com>
14530
14531         * nnimap.el (nnimap-debug): Doc fix.
14532
14533         * imap.el (imap-debug): Doc fix.
14534
14535 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14536
14537         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14538
14539 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14540
14541         * gnus.el (spam-contents): Improve docs for spam-contents
14542         parameter in its variable incarnation.
14543
14544 2005-02-14  Simon Josefsson  <jas@extundo.com>
14545
14546         * smime-ldap.el: Use require instead of load-library for ldap.
14547         (smime-ldap-search): Indent.
14548         (smime-ldap-search-internal): Shorten line.
14549
14550         * smime.el (smime-cert-by-dns): Add doc-string.
14551         (smime-cert-by-ldap-1): Indent.
14552
14553         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14554         mml-smime-get-dns-ldap.
14555         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14556
14557 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14558
14559         * smime.el: Require smime-ldap.
14560         (smime-ldap-host-list): New variable.
14561         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14562
14563         * mml-smime.el (mml-smime-encrypt-query): New function.
14564         (mml-smime-encrypt-query): Use it.
14565
14566         * smime-ldap.el: New file.
14567
14568 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14569
14570         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14571
14572 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14573
14574         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14575         argument in doc string.  Make query for type more clear.
14576
14577 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14578
14579         * gnus.el (gnus-group-startup-message): Search for gnus images in
14580         etc/images/gnus.
14581         * mm-util.el (mm-image-load-path): Likewise.
14582         * smiley.el (smiley-data-directory): Search for smilies in
14583         etc/images/smilies.
14584
14585 2005-02-09  Kim F. Storm  <storm@cua.dk>
14586
14587         Change Emacs release version from 21.4 to 22.1 throughout.
14588         Change Emacs development version from 21.3.50 to 22.0.50.
14589
14590 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14591
14592         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14593
14594         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14595         non-Mule XEmacs as well.
14596         (mm-decompress-buffer): Signal an error intentionally if it does
14597         not decompress compressed data because auto-compression-mode is
14598         disabled.
14599
14600 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14601
14602         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14603         an ID in the registry even if it has no groups.
14604
14605 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14606
14607         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14608         merge it into mm-decompress-buffer.
14609         (gnus-mime-copy-part): Use the MIME part charset, the value which
14610         a user specified or gnus-newsgroup-charset for decoding, like
14611         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14612         save-buffer what was used.  Suggested by Kevin Ryde
14613         <user42@zip.com.au>.
14614         (gnus-mime-inline-part): Allow the name parameter as well as the
14615         filename parameter; force decompressing of compressed data; always
14616         display contents being not decoded as unibyte.
14617
14618         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14619         as well as the filename parameter.
14620
14621         * mm-util.el (mm-decompress-buffer):
14622         Merge gnus-mime-jka-compr-maybe-uncompress.
14623         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14624         of compressed data.
14625
14626 2005-02-08  Simon Josefsson  <jas@extundo.com>
14627
14628         * imap.el (imap-log): Doc fix.
14629
14630 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14631
14632         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14633         the coding cookies; decompress compressed parts.
14634
14635         * mml.el (mml-generate-mime-1): Add the charset parameter according
14636         to the value which a user specified manually or the coding cookie.
14637
14638         * mm-util.el (mm-string-to-multibyte): New function.
14639         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14640         (mm-coding-system-to-mime-charset): New function.
14641         (mm-decompress-buffer): New function.
14642         (mm-find-buffer-file-coding-system): New function.
14643
14644         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14645         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14646         parts.
14647
14648 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14649
14650         * mm-view.el (mm-display-inline-fontify): Decode a part according
14651         to the charset parameter.
14652
14653 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14654
14655         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14656         prefix arg is neither nil nor a number, as info specifies.
14657
14658 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14659
14660         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14661         timestamps.
14662
14663 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14664
14665         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14666         groups error checking and notify user.
14667
14668 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14669
14670         * message.el (message-send-mail-function): Check existence of
14671         sendmail-program first before using default value
14672         `message-send-mail-with-sendmail'.  Otherwise use more generic
14673         `smtpmail-send-it'.
14674
14675 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14676
14677         * nntp.el (nntp-request-update-info): Always return nil.
14678
14679 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14680
14681         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14682
14683 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14684
14685         * message.el (message-beginning-of-line): Change the behavior when
14686         invoked between BOL and : so that it first moves backward.
14687
14688 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14689
14690         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14691         article buffer when editing of the article is discarded.
14692         (gnus-article-prepare): Revert.
14693
14694 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14695
14696         * gnus-art.el (gnus-article-prepare):
14697         Remove message-strip-forbidden-properties from the local hook.
14698
14699 2005-01-27  Simon Josefsson  <jas@extundo.com>
14700
14701         * password.el (password-cache-add): Only start one timer per key.
14702         Reported by Derek Atkins <warlord@MIT.EDU>.
14703
14704 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14705
14706         * run-at-time.el: Remove.  It is no longer needed as
14707         timer-funcs.el in the xemacs-base package has a working version of
14708         `run-at-time'.
14709
14710         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14711
14712         * password.el: Require timer-funcs instead of run-at-time in
14713         XEmacs.
14714         Remove `password-run-at-time' macro.
14715         (password-cache-add): Use `run-at-time' instead of
14716         `password-run-at-time'.
14717
14718         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14719         Remove `nnheader-cancel-function-timers' alias,
14720         `cancel-function-timers' exists in XEmacs in timer-funcs.
14721
14722         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14723         for `run-with-idle-timer'.
14724
14725         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14726         for `run-at-time'.
14727
14728         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14729         for `with-timeout'.
14730
14731         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14732         the same as for XEmacs 21.4.
14733         No need to ignore `run-with-idle-timer', this function exists in
14734         XEmacs now in timer-funcs.el in the xemacs-base package.
14735         (dgnushack-compile): No need to delete
14736         run-at-time.el from the list of files to compile because it
14737         doesn't exist anymore.
14738
14739 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14740
14741         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14742         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14743
14744 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14745
14746         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14747         sensitively.
14748
14749 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14750
14751         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14752
14753 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14754
14755         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14756         which will be inserted according to the multibyteness of a buffer
14757         rather than the type of contents.  Suggested by ARISAWA Akihiro
14758         <ari@mbf.ocn.ne.jp>.
14759
14760         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14761         of string which old xml.el may return rather than a string.
14762
14763 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14764
14765         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14766
14767 2005-01-16  Simon Josefsson  <jas@extundo.com>
14768
14769         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14770         idn/idna.el isn't available.
14771         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14772         <michael@waxrat.com>.
14773
14774         * hashcash.el: Remove non-FSF copyright header.
14775
14776         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14777         (hashcash-generate-payment): Use it.
14778         (hashcash-generate-payment-async): Use it.
14779
14780 2005-01-15  Simon Josefsson  <jas@extundo.com>
14781
14782         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14783         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14784
14785         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14786         gnus-summary-idna-message.
14787         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14788         (gnus-summary-idna-message): New function.
14789
14790 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14791
14792         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14793         gnus-novice-user.
14794
14795 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14796
14797         * nnrss.el (nnrss-request-delete-group): Delete entries in
14798         nnrss-group-alist as well.
14799         (nnrss-save-server-data): Insert newline.
14800
14801 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14802
14803         * gnus.el (gnus-user-agent): Use list of symbols instead of
14804         symbols.  Display full version number for (S)XEmacs.
14805         Optionally display (S)XEmacs codename.
14806
14807         * gnus-util.el (gnus-emacs-version): Update for new
14808         `gnus-user-agent'.
14809
14810         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14811         Gnus version.
14812
14813 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14814
14815         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14816         which is unreadable in some setups.
14817
14818 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14819
14820         * gnus-spec.el (gnus-update-format-specifications): Flush the
14821         group format spec cache if it doesn't support decoded group names.
14822
14823 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14824
14825         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14826         Allow to apply decay on score files matching a regexp.
14827
14828 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14829
14830         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14831         compatibility in %g and %c.
14832
14833 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14834
14835         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14836         name for only %g and %c.
14837         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14838         of gnus-tmp-group to decoded group name.
14839         (gnus-group-make-rss-group): Exclude `/'s from group names.
14840
14841 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14842
14843         * nnrss.el (nnrss-get-encoding): Fix regexp.
14844
14845 2004-12-27  Simon Josefsson  <jas@extundo.com>
14846
14847         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14848         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14849         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14850
14851 2004-12-17  Kim F. Storm  <storm@cua.dk>
14852
14853         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14854
14855         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14856
14857 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14858
14859         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14860
14861 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14862
14863         * nnrss.el: Require rfc2047 and mml.
14864         (nnrss-file-coding-system): New variable.
14865         (nnrss-format-string): Redefine it as an inline function.
14866         (nnrss-decode-group-name): New function.
14867         (nnrss-string-as-multibyte): Remove.
14868         (nnrss-retrieve-headers): Decode group name; don't use
14869         nnrss-format-string.
14870         (nnrss-request-group): Decode group name.
14871         (nnrss-request-article): Decode group name; allow a Message-ID as
14872         well as an article number; don't use nnrss-format-string; encode a
14873         Message-ID string which may contain non-ASCII characters; use
14874         mml-to-mime to compose a MIME article.
14875         (nnrss-request-expire-articles): Decode group name.
14876         (nnrss-request-delete-group): Decode group name.
14877         (nnrss-fetch): Clarify error message.
14878         (nnrss-read-server-data): Use insert-file-contents instead of load;
14879         bind file-name-coding-system; use multibyte buffer.
14880         (nnrss-save-server-data): Bind coding-system-for-write to the
14881         value of nnrss-file-coding-system; bind file-name-coding-system;
14882         add coding cookie.
14883         (nnrss-read-group-data): Use insert-file-contents instead of load;
14884         bind file-name-coding-system; use multibyte buffer.
14885         (nnrss-save-group-data): Bind coding-system-for-write to the
14886         value of nnrss-file-coding-system; bind file-name-coding-system.
14887         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14888         make it work with non-ASCII text.
14889         (nnrss-find-el): Make it work with old xml.el as well.
14890
14891 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14892
14893         * nnrss.el (nnrss-get-encoding): New function.
14894         (nnrss-fetch): Use unibyte buffer initially; bind
14895         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14896         decode contents according to the encoding attribute.
14897         (nnrss-save-group-data): Add coding cookie.
14898         (nnrss-mime-encode-string): New function.
14899         (nnrss-check-group): Use it to encode subject and author.
14900
14901 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14902
14903         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14904         imaginary variable.
14905
14906 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14907
14908         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14909         correctly even if there are wide characters.
14910
14911 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14912
14913         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14914         downcased symbol names; make a new cache instead of reusing
14915         bbdb-hashtable.
14916
14917 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14918
14919         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14920         concatenating segments rather than before concatenating them.
14921         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14922
14923         * message.el (message-get-reply-headers): Bind `extra'.
14924
14925 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14926
14927         * message.el (message-extra-wide-headers): New variable.
14928         (message-get-reply-headers): Use it.
14929
14930 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14931
14932         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14933         (gnus-agent-group-pathname): Ditto.
14934
14935         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14936
14937         * gnus-group.el (gnus-group-make-group): Decode group name.
14938         (gnus-group-make-rss-group): Register the group data after opening
14939         the nnrss group.
14940
14941 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14942
14943         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14944         by expiry now get marked as read.
14945
14946 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14947
14948         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14949
14950 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14951
14952         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14953         unify Latin characters in XEmacs.
14954         (mm-find-mime-charset-region): Use it.
14955
14956 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14957
14958         * gnus-util.el (gnus-delete-directory): New function.
14959
14960         * gnus-agent.el (gnus-agent-delete-group): Use it.
14961
14962         * gnus-cache.el (gnus-cache-delete-group): Use it.
14963
14964 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14965
14966         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14967         names.
14968
14969 2004-12-16  Simon Josefsson  <jas@extundo.com>
14970
14971         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14972
14973 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14974
14975         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14976
14977         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14978         (gnus-group-set-current-level): Decode group name.
14979
14980 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14981
14982         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14983         failed.
14984
14985 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14986
14987         * gnus-group.el (gnus-group-delete-group): Decode group name.
14988         (gnus-group-make-rss-group): Encode group name.
14989         (gnus-group-catchup-current): Decode group name.
14990         (gnus-group-kill-group): Decode group name.
14991
14992 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14993
14994         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14995
14996 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14997
14998         * gnus-group.el (gnus-group-make-rss-group):
14999         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15000
15001         * gnus-start.el (gnus-setup-news): Honor user's setting to
15002         gnus-message-archive-method.  Suggested by Lute Kamstra
15003         <lute@gnu.org>.
15004
15005 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15006
15007         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15008         global counterparts of the buffer-local variables.
15009
15010 2004-11-16  Romain Francoise  <romain@orebokech.com>
15011
15012         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15013         counterparts of the buffer-local variables.
15014
15015 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15016
15017         * message.el (message-forbidden-properties): Fix typo in doc
15018         string.
15019
15020 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15021
15022         * gnus-util.el (gnus-replace-in-string): Add doc string.
15023
15024         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15025         to avoid problems when splitting mails with many recipients.
15026
15027 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15028
15029         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15030         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15031
15032 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15033
15034         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15035         if there is no hashtable in memory or file modification time is
15036         newer than cached timestamp.
15037
15038 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15039
15040         * gnus-sum.el (gnus-summary-limit-to-recipient):
15041         Implement not-matching option.
15042
15043 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15044
15045         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15046         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15047         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15048         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15049         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15050         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15051
15052 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15053
15054         * message.el (message-forward-make-body-mml): Remove headers
15055         according to message-forward-ignored-headers if a message is decoded.
15056
15057 2004-12-02  Romain Francoise  <romain@orebokech.com>
15058
15059         * message.el (message-forward-make-body-plain): Always remove
15060         headers according to message-forward-ignored-headers.
15061
15062 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15063
15064         * spam.el (spam-summary-prepare-exit): Remove the
15065         gnus-summary-limit pop for now, it has problems with ham marks for
15066         me.
15067
15068 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15069
15070         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15071         correctly.
15072
15073 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15074
15075         * format-spec.el (format-spec): Message the char.
15076
15077 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15078
15079         * gnus-art.el (gnus-split-methods): Reformat comments.
15080
15081         * spam.el (spam-summary-prepare-exit): Remove article limits
15082         before exiting the summary buffer.
15083
15084 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15087         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15088
15089         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15090         order to silence the byte compiler.
15091
15092         * spam.el: Fix the way to silence the byte compiler, which
15093         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15094         bbdb-search-simple, spam-BBDB-register-routine,
15095         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15096         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15097         spam-stat-buffer-is-spam, spam-stat-load,
15098         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15099         spam-stat-save and spam-stat-split-fancy.
15100
15101 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15102
15103         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15104         which may confuse users.
15105         (canlock-password-for-verify): Ditto.
15106
15107         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15108
15109         * gnus-art.el (gnus-emphasis-alist): Ditto.
15110
15111         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15112
15113         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15114
15115         * gnus-start.el (gnus-save-killed-list): Ditto.
15116
15117         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15118         (gnus-sum-thread-tree-root): Ditto.
15119         (gnus-sum-thread-tree-false-root): Ditto.
15120         (gnus-sum-thread-tree-single-indent): Ditto.
15121
15122         * message.el (message-courtesy-message): Ditto.
15123         (message-archive-note): Ditto.
15124         (message-subscribed-address-file): Ditto.
15125         (message-user-fqdn): Ditto.
15126
15127         * spam-report.el (spam-report-gmane-regex): Ditto.
15128
15129         * spam.el (spam-blackhole-good-server-regex): Ditto.
15130
15131 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15132
15133         * mml.el (mml-preview): Widen the message buffer before copying
15134         the contents to the preview buffer; sort headers before previewing.
15135
15136         * message.el (message-hidden-headers): Fix the way to avoid a bug
15137         in the `repeat' widget in Emacs 21.3 or earlier.
15138
15139 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15140
15141         * message.el (message-hidden-headers): Default to "^References:".
15142         Improve customization type.  Suggested by Reiner Steib
15143         <Reiner.Steib@gmx.de>.
15144
15145 2004-11-25  Romain Francoise  <romain@orebokech.com>
15146
15147         * message.el (message-strip-forbidden-properties): Remove check for
15148         obsolete `message-hidden' text property, hidden headers are not
15149         accessible in the buffer anymore.
15150
15151 2004-11-22  Romain Francoise  <romain@orebokech.com>
15152
15153         * message.el (message-header-format-alist): Add `From' in list
15154         so that it can be sorted.
15155         (message-fix-before-sending): Widen and sort headers before
15156         sending.
15157         (message-hide-headers): Use narrowing to hide headers by moving
15158         them to the top of the buffer and narrowing to the region
15159         underneath.
15160
15161 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15162
15163         * message.el (message-strip-forbidden-properties):
15164         Bind buffer-read-only (etc) to nil.
15165
15166 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15167
15168         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15169         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15170
15171 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15172
15173         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15174
15175 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15176
15177         * dns.el (query-dns): Use sit-for to time instead of
15178         accept-process-output, since that doesn't seem to work on udp
15179         sockets.
15180
15181 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15182
15183         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15184
15185 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15186
15187         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15188         doc string.  Improve doc string.
15189
15190 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15191
15192         * nntp.el (nntp-request-update-info): Return nil if
15193         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15194         may not call gnus-activate-group which uselessly issues the GROUP
15195         commands for all nntp groups and wastes time.  Reported by Romain
15196         Francoise <romain@orebokech.com>.
15197
15198         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15199
15200 2004-11-15  Simon Josefsson  <jas@extundo.com>
15201
15202         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15203         headers separately.
15204         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15205         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15206
15207 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15208
15209         * gnus-start.el (gnus-convert-old-newsrc):
15210         Assign legacy-gnus-agent to 5.10.7.
15211
15212 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15213
15214         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15215         start of the lines.
15216
15217 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15218
15219         * hashcash.el (hashcash-default-payment): Change default to 20.
15220         (hashcash-default-accept-payment): Change default to 20.
15221         (hashcash-process-alist): New variable.
15222         (hashcash-generate-payment-async): Add.
15223         (hashcash-already-paid-p): Add.
15224         (hashcash-insert-payment): Don't generate payments twice.
15225         (hashcash-insert-payment-async): Add.
15226         (hashcash-insert-payment-async-2): Add.
15227         (hashcash-cancel-async): Add.
15228         (hashcash-wait-async): Add.
15229         (hashcash-processes-running-p): Add.
15230         (hashcash-wait-or-cancel): Add.
15231         (mail-add-payment): New optional argument.  Conditionally start
15232         asynchronous calculation.
15233         (mail-add-payment-async): Add.
15234
15235         * message.el (message-send-mail): Wait for asynchronous hashcash
15236         results.  Don't clobber existing X-Hashcash headers.
15237         (message-setup-1): Call mail-add-payment-async when
15238         message-generate-hashcash is non-nil.
15239
15240 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15241
15242         * message.el (message-use-alternative-email-as-from): Examine the
15243         From header as well; use message-make-from in order to include a
15244         user's full name.
15245
15246 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15247
15248         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15249         default; improve customization type.
15250         (gnus-emphasis-custom-with-format): New macro.
15251         (gnus-emphasis-custom-value-to-external): New function.
15252         (gnus-emphasis-custom-value-to-internal): New function.
15253
15254 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15255
15256         * dns.el (query-dns): Resolve reverse addresses.
15257
15258 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15259
15260         * gnus-group.el (gnus-group-get-new-news): Use it.
15261
15262         * gnus-start.el (gnus-check-reasonable-setup): New function.
15263
15264 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15265
15266         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15267         "Args out of range" error.  Reported by Arnaud Giersch
15268         <arnaud.giersch@free.fr>.
15269
15270 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15271
15272         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15273
15274 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15275
15276         * spam.el (spam group): Add :version.
15277
15278         * pgg-def.el (pgg group): Add :version.
15279
15280 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15281
15282         * gnus-art.el (gnus-article-edit-article): Don't associate the
15283         article buffer with a draft file.  This is a temporary measure
15284         against the 2004-08-22 change to gnus-article-edit-mode.
15285
15286 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15287
15288         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15289         (html2text-format-tags): Remove unused variable `attr'.
15290
15291 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15292
15293         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15294
15295         * tls.el (tls-process-connection-type, tls-success)
15296         (tls-certtool-program): Add :version.
15297
15298         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15299         (starttls-extra-arguments, starttls-process-connection-type)
15300         (starttls-connect, starttls-failure, starttls-success): Add :version.
15301
15302         * spam-stat.el (spam-stat): Add :version.
15303
15304         * sieve.el (sieve): Add :version.
15305
15306         * sha1.el (sha1): Add :version.
15307         (sha1-use-external): Remove redundant version.
15308
15309         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15310         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15311         (nnmail-split-fancy-match-partial-words)
15312         (nnmail-split-lowercase-expanded): Add :version.
15313
15314         * nndiary.el (nndiary): Add :version.
15315
15316         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15317
15318         * mml-sec.el (mml-default-sign-method)
15319         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15320         Add :version.
15321
15322         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15323
15324         * mm-url.el (mm-url-use-external, mm-url-program)
15325         (mm-url-arguments): Add :version.
15326
15327         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15328         (mm-attachment-file-modes, mm-decrypt-option)
15329         (mm-w3m-safe-url-regexp): Add :version.
15330
15331         * message.el (message-cite-prefix-regexp)
15332         (message-sendmail-envelope-from, message-minibuffer-local-map)
15333         (message-user-fqdn, message-completion-alist): Add :version.
15334
15335         * gnus-win.el (gnus-configure-windows-hook)
15336         (gnus-use-frames-on-any-display): Add :version.
15337
15338         * gnus-art.el (gnus-article-address-banner-alist)
15339         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15340         (gnus-treat-from-picon, gnus-treat-mail-picon)
15341         (gnus-treat-x-pgp-sig): Add :version.
15342
15343         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15344         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15345         (gnus-summary-article-delete-hook)
15346         (gnus-summary-display-while-building): Add :version.
15347
15348         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15349         (gnus-get-top-new-news-hook): Add :version.
15350
15351         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15352         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15353
15354         * gnus-registry.el (gnus-registry): Add :version.
15355
15356         * gnus-spec.el (gnus-use-correct-string-widths)
15357         (gnus-make-format-preserve-properties): Add :version.
15358
15359         * gnus.el (gnus-group-charter-alist)
15360         (gnus-group-fetch-control-use-browse-url)
15361         (gnus-install-group-spam-parameters): Add :version.
15362
15363         * gnus-diary.el (gnus-diary): Add :version.
15364
15365         * gnus-delay.el (gnus-delay): Add :version.
15366
15367         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15368         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15369         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15370         Add :version.
15371
15372         * gnus-agent.el (gnus-agent-max-fetch-size)
15373         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15374         (gnus-agent-prompt-send-queue): Add :version.
15375
15376         * deuglify.el (gnus-outlook-deuglify): Add :version.
15377
15378         * html2text.el: Beautify code.  Improve doc strings.
15379         Some checkdoc cleanup.
15380         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15381
15382 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15383
15384         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15385
15386 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15387
15388         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15389         when package is loaded.
15390
15391         * spam.el (spam-summary-score-preferred-header): Add global preference
15392         for people who want to override the default SpamAssassin over
15393         Bogofilter preference (when both are set).
15394         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15395         (spam-user-format-function-S):
15396         Check spam-summary-score-preferred-header.
15397         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15398         (spam-user-format-function-S): Format the score correctly.
15399
15400 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15401
15402         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15403         signature file.  Suggested by Manoj Srivastava
15404         <srivasta@golden-gryphon.com>.
15405
15406         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15407         iso-2022-jp even in the Japanese language environment.
15408         Suggested by Jason Rumney <jasonr@gnu.org>.
15409
15410 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15411
15412         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15413         use the same characters as the dummy marks; make it free from
15414         getting affected by the language environment.
15415         (gnus-summary-read-group-1): Update mark positions only when the
15416         format spec is updated.
15417
15418         * gnus-spec.el (gnus-update-format-specifications): Return a list
15419         of updated types.
15420
15421 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15422
15423         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15424         of boundp to check if display-warning is available.
15425
15426 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15427
15428         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15429
15430 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15431
15432         * nnspool.el (nnspool-spool-directory): Use news-path if the
15433         news-directory variable is not bound.
15434
15435         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15436         function instead of display-warning if it is not available.
15437
15438 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15439
15440         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15441         v5-10: Use `point-at-bol'.
15442
15443 2004-10-26  Simon Josefsson  <jas@extundo.com>
15444
15445         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15446         <chenggao@gmail.com>.
15447
15448 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15449
15450         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15451         instead.
15452
15453 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15454
15455         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15456         to remove a server from the nnimap-server-buffer-alist.
15457         (nnimap-open-connection, nnimap-close-server): Use it.
15458
15459         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15460
15461 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15462
15463         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15464         running the major-mode function.
15465
15466 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15467
15468         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15469         dummy marks in the right way.
15470
15471 2004-10-18  David Edmondson  <dme@dme.org>
15472
15473         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15474         excessively.
15475
15476 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15477
15478         * gnus-util.el (gnus-split-references): Accept a nil references
15479         string and go on blissfully.
15480
15481         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15482         cases where the references string is non-nil but has no references.
15483
15484         * encrypt.el: Add autoload tags.
15485
15486         * spam.el (spam-resolve-registrations-routine): Remove article
15487         from unregistration list too.  Reported by David Hanak
15488         <dhanak@isis.vanderbilt.edu>
15489
15490 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15491
15492         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15493         nil.  Change custom type.
15494
15495 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15496
15497         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15498
15499         * gnus-sum.el (gnus-summary-move-article): Use it.
15500
15501 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15502
15503         * encrypt.el: Add autoload cookies.
15504
15505         * spam.el (spam-backend-article-list-property)
15506         (spam-backend-get-article-todo-list)
15507         (spam-backend-put-article-todo-list)
15508         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15509         Resolve registrations separately.
15510         (spam-register-routine): Format comments.
15511         (spam-unregister-routine, spam-register-routine): Always call with
15512         specific-articles, no default list.
15513         (spam-summary-prepare-exit): Use the spam-classifications function.
15514
15515         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15516         gnus-encrypt.el.
15517
15518         * encrypt.el: Copied from gnus-encrypt.el.
15519
15520         * gnus-encrypt.el: Commented that it's obsolete.
15521
15522 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15523
15524         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15525         (gnus-score-save): Use it.
15526
15527         * message.el (message-bury): Use `window-dedicated-p'.
15528
15529 2004-10-15  Simon Josefsson  <jas@extundo.com>
15530
15531         * pop3.el (top-level): Don't require nnheader.
15532         (pop3-read-timeout): Add.
15533         (pop3-accept-process-output): Add.
15534         (pop3-read-response, pop3-retr): Use it.
15535
15536 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15537
15538         * spam.el (spam-register-routine): Move comment.
15539         (spam-verify-bogofilter): Use 'unknown for the initial
15540         spam-bogofilter-valid state, not 'never.
15541
15542         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15543         for netrc-machine.
15544
15545         * nnimap.el (nnimap-open-connection):
15546         Use netrc-machine-user-or-password.
15547
15548 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15549
15550         * gnus-registry.el (gnus-registry-unload-hook):
15551         Set as a variable with add-hook.
15552
15553         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15554         of news-path.
15555
15556         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15557
15558         * spam.el: Delete duplicate `provide'.
15559         (spam-unload-hook): Set as a variable with add-hook.
15560
15561 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15562
15563         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15564         in the doc string.
15565
15566         * message.el (message-ignored-news-headers)
15567         (message-ignored-supersedes-headers)
15568         (message-ignored-resent-headers)
15569         (message-forward-ignored-headers): Improve custom type.
15570
15571 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15572
15573         * message.el (message-tokenize-header): Fix 2004-09-06 change
15574         which used point-min in the wrong place.
15575
15576 2004-10-12  Simon Josefsson  <jas@extundo.com>
15577
15578         * tls.el (tls-certtool-program): New variable.
15579         (tls-certificate-information): New function, based on
15580         ssl-certificate-information.
15581
15582 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15583
15584         * compface.el: Move the version of ELisp-based uncompface program
15585         to the contrib directory because of the copyright problem.
15586
15587 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15588
15589         * message.el (message-kill-buffer): Raise the current frame.
15590
15591 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15592
15593         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15594
15595         * gnus.el (message-y-or-n-p): Autoload.
15596
15597         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15598         (pop3-password-required, pop3-authentication-scheme)
15599         (pop3-leave-mail-on-server): Make customizable.
15600         (pop3): New custom group.
15601         (pop3-retr): Remove `sleep-for' statements.
15602         Suggested by Dave Love <fx@gnu.org>.
15603
15604         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15605         Windows/DOS.
15606
15607         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15608         (imap-parse-body): Fix incorrect use of `assert'.
15609         Suggested by Dave Love <fx@gnu.org>.
15610
15611         * mml.el (mml-minibuffer-read-disposition): Require match.
15612         Suggested by Dave Love <fx@gnu.org>.
15613
15614 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15615
15616         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15617         doc string.
15618
15619 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15620
15621         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15622
15623 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15624
15625         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15626         instead of calling `mm-insert-inline', to decode text/* parts
15627         before displaying them.
15628
15629 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15630
15631         * mm-uu.el (mm-uu-text-plain-type): New variable.
15632         (mm-uu-pgp-signed-extract-1): Use it.
15633         (mm-uu-pgp-encrypted-extract-1): Use it.
15634         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15635         bind mm-uu-text-plain-type with that value.
15636         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15637         mm-uu-dissect.
15638
15639 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15640
15641         * gnus-group.el (gnus-update-group-mark-positions):
15642         * gnus-sum.el (gnus-update-summary-mark-positions):
15643         * message.el (message-check-news-body-syntax):
15644         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15645         of string-as-multibyte.
15646
15647 2004-10-05  Juri Linkov  <juri@jurta.org>
15648
15649         * gnus-group.el (gnus-update-group-mark-positions):
15650         * gnus-sum.el (gnus-update-summary-mark-positions):
15651         * message.el (message-check-news-body-syntax):
15652         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15653         8-bit unibyte values to a multibyte string for search functions.
15654
15655 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15656
15657         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15658         (mm-uu-dissect-text-parts): New function.
15659
15660         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15661         dissect text parts.
15662
15663         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15664         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15665
15666         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15667
15668         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15669         Use gnus-current-topics instead of gnus-current-topic.
15670
15671 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15672
15673         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15674
15675 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15676
15677         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15678         where approriate.
15679
15680         * nnml.el (nnml-generate-active-info): do.
15681
15682         * nndiary.el (nndiary-generate-active-info): do.
15683
15684         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15685         (gnus-topic-move): do.
15686
15687         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15688         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15689
15690         * gnus-srvr.el (gnus-server-prepare)
15691         (gnus-server-open-all-servers): do.
15692
15693         * gnus-msg.el (gnus-summary-cancel-article)
15694         (gnus-summary-resend-message)
15695         (gnus-summary-mail-crosspost-complaint): do.
15696
15697         * gnus-move.el (gnus-change-server): do.
15698
15699         * gnus-group.el (gnus-group-unmark-all-groups)
15700         (gnus-group-set-current-level): do.
15701
15702 2004-10-04  Simon Josefsson  <jas@extundo.com>
15703
15704         * message.el (message-generate-hashcash): Doc fix.
15705
15706 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15707
15708         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15709         avoid infinite recursion via gnus-get-function.
15710
15711 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15712
15713         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15714
15715         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15716
15717         * nnmail.el (nnmail-split-history): do.
15718
15719         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15720         (nnml-request-delete-group): do.
15721
15722         * nnslashdot.el (nnslashdot-read-groups): do.
15723
15724         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15725         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15726
15727         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15728         (nnspool-sift-nov-with-sed): Use last.
15729         (nnspool-retrieve-headers-with-nov): Use mapc.
15730         (nnspool-request-newgroups): Use dolist.
15731         (nnspool-request-group): Use last.
15732
15733         * nntp.el (nntp-read-server-type): Use dolist.
15734
15735         * nnvirtual.el (nnvirtual-create-mapping)
15736         (nnvirtual-update-read-and-marked): Use dolist.
15737         (nnvirtual-convert-headers): Simplify.
15738
15739 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15740
15741         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15742         Add support for sync'ing tick marks.
15743
15744 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15745
15746         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15747         there's no visible header.
15748
15749 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15750
15751         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15752         When necessary, pass full group name to gnus-request-set-marks.
15753
15754 2004-10-01  Simon Josefsson  <jas@extundo.com>
15755
15756         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15757         acroread.
15758
15759 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15760
15761         * spam-report.el (spam-report-gmane): Fix interactive.
15762
15763         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15764
15765         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15766         when writing file.
15767         (gnus-agent-synchronize-flags): Don't default to being
15768         interactive.
15769
15770 2004-09-30  Simon Josefsson  <jas@extundo.com>
15771
15772         * message.el (message-generate-hashcash): Add.
15773         (message-send-mail): Use it, call mail-add-payment.
15774
15775 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15776
15777         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15778
15779 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15780
15781         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15782         gnus-requst-update-info with explicit code to sync the in-memory
15783         info read flags with the marks being sync'd to the backend.
15784
15785         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15786
15787 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15788
15789         * spam.el (spam-verify-bogofilter): Add new function.
15790         (spam-check-bogofilter)
15791         (spam-bogofilter-register-with-bogofilter): Use it.
15792         (spam-verify-bogofilter): Add small fixes.
15793
15794 2004-09-28  Simon Josefsson  <jas@extundo.com>
15795
15796         * hashcash.el (hashcash-generate-payment): Revert.
15797
15798 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15799
15800         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15801         Use gnus-extract-references instead of gnus-split-references.
15802
15803         * gnus-util.el (gnus-extract-references): Add new function, analogous
15804         to gnus-split-references but extracts only the message-ID without
15805         anything extra.
15806
15807         * hashcash.el (hashcash-generate-payment)
15808         (hashcash-check-payment): Do the right thing if hashcash-path is
15809         nil (because the hashcash program could not be found).
15810
15811         * spam.el (spam-use-hashcash): Remove comment.
15812
15813 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15814
15815         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15816         (gnus-cache-enter-article, gnus-cache-remove-article)
15817         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15818
15819         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15820
15821         * gnus-art.el (article-hide-boring-headers)
15822         (article-translate-strings, article-display-face)
15823         (gnus-article-mime-match-handle-first)
15824         (gnus-article-highlight-headers)
15825         (gnus-article-add-buttons-to-head): do.
15826
15827 2004-09-27  Simon Josefsson  <jas@extundo.com>
15828
15829         * hashcash.el: New version, from
15830         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15831         ../contrib/.
15832
15833 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15834
15835         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15836
15837 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15838
15839         * gnus-dup.el (gnus-dup-open): Use mapc.
15840         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15841
15842         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15843         Reported by Stefan Wiens <s.wi@gmx.net>.
15844
15845         * gnus.el (gnus-shutdown): Use dolist.
15846
15847         * gnus-undo.el (gnus-undo): Use mapc.
15848
15849         * nnrss.el (nnrss-generate-active): do.
15850
15851         * message.el (message-cite-original-without-signature)
15852         (message-cite-original): Use mapc.
15853         (message-do-actions, message-make-forward-subject): Use dolist.
15854
15855 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15856
15857         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15858         deletion to remove entire duplicate line.  Fixes merged article
15859         number bug.
15860
15861 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15862
15863         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15864         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15865         first ask if you want to open a server and then, even when you
15866         responded with no, asking if you want to synchronize the server's
15867         flags.
15868         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15869         multi-line expressions.
15870         (gnus-agent-synchronize-group-flags): New internal function.
15871         Updates marks in memory (in the info structure) AND in the
15872         backend.
15873
15874         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15875
15876         * nnagent.el (nnagent-request-set-mark):
15877         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15878         method, to ensure that synchronization updates marks in the
15879         backend and in the info (in memory) structure.
15880
15881 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15882
15883         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15884         convention fully; don't miss the root article of a thread; make
15885         the X-Draft-From header with correct article numbers.
15886
15887 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15888
15889         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15890         unless plugged.  Disable the agent so that an open failure causes
15891         an error.
15892
15893         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15894         Revert 2004-09-21 change.  The backend must be opened while
15895         synchronizing flags even when the backend stores the flags
15896         locally.
15897
15898 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15899
15900         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15901         in `header' match.  Reported by Svend Tollak Munkejord.
15902
15903         * message.el (message-cite-original): Fix use of
15904         `message-cite-articles-with-x-no-archive'.
15905
15906 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15907
15908         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15909         (gnus-window-to-buffer): Ditto.
15910
15911         * mml.el (mml-preview-buffer): New variable.
15912         (mml-preview): Manage window layout with gnus-buffer-configuration.
15913
15914         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15915         X-Draft-From header even if those articles aren't quoted.
15916
15917 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15918
15919         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15920         (gnus-request-set-mark, gnus-request-update-mark): Use new
15921         g-s-t-u-l-m to decide to use backend even when unplugged.
15922
15923 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15924
15925         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15926         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15927
15928 2004-09-20  Simon Josefsson  <jas@extundo.com>
15929
15930         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15931         "utf-16-le".
15932
15933 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15934
15935         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15936
15937 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15938
15939         * uudecode.el (uudecode-use-external): Add :version.
15940
15941         * smime.el (smime-CA-file, smime-encrypt-cipher)
15942         (smime-dns-server): Add :version.
15943
15944         * smiley.el (gnus-smiley-file-types): Add :version.
15945
15946         * sha1.el (sha1-use-external): Add :version.
15947
15948         * pgg-def.el (pgg-query-keyserver): Add :version.
15949
15950         * nnmail.el (nnmail-fancy-expiry-targets)
15951         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15952         Add :version.
15953
15954         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15955         (nnimap-retrieve-groups-asynchronous): Add :version.
15956         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
15957
15958         * mml.el (mml-content-disposition-parameters)
15959         (mml-insert-mime-headers-always): Add :version.
15960
15961         * mm-util.el (mm-coding-system-priorities): Add :version.
15962
15963         * mm-decode.el (mm-inline-text-html-with-images)
15964         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15965         (mm-verify-option): Add :version.
15966         (mm-text-html-renderer): Change :version.
15967
15968         * message.el (message-fcc-externalize-attachments)
15969         (message-required-headers, message-draft-headers)
15970         (message-subject-trailing-was-query)
15971         (message-subject-trailing-was-ask-regexp)
15972         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15973         (message-mark-insert-end, message-archive-header)
15974         (message-archive-note, message-cross-post-default)
15975         (message-cross-post-note, message-followup-to-note)
15976         (message-cross-post-note-function, message-use-mail-followup-to)
15977         (message-subscribed-address-functions)
15978         (message-subscribed-address-file, message-subscribed-addresses)
15979         (message-subscribed-regexps, message-allow-no-recipients)
15980         (message-yank-cited-prefix, message-signature-insert-empty-line)
15981         (message-hidden-headers, message-hierarchical-addresses)
15982         (message-mail-user-agent, message-use-idna)
15983         (message-valid-fqdn-regexp)
15984         (message-strip-special-text-properties, message-header-synonyms)
15985         (message-beginning-of-line, message-tab-body-function): Add :version.
15986         (message-insert-canlock, message-wide-reply-confirm-recipients):
15987         Change :version.
15988
15989         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15990         and :version.
15991         (mail-source-delete-old-incoming-confirm)
15992         (mail-source-movemail-program): Add :version.
15993
15994         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15995         (gnus-agent-cache, gnus-agent): Change :version.
15996
15997         * gnus-util.el (gnus-use-byte-compile): Change :version.
15998
15999         * gnus-sum.el (gnus-summary-make-false-root-always)
16000         (gnus-summary-default-high-score)
16001         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16002         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16003         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16004         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16005         (gnus-sum-thread-tree-single-indent)
16006         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16007         (gnus-sum-thread-tree-leaf-with-other)
16008         (gnus-sum-thread-tree-single-leaf): Add :version.
16009         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16010         (gnus-article-loose-mime): Change :version.
16011
16012         * gnus-start.el (gnus-backup-startup-file)
16013         (gnus-save-startup-file-via-temp-buffer): Add :version.
16014
16015         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16016         (gnus-server-offline-face): Add :version.
16017
16018         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16019
16020         * gnus-msg.el (gnus-gcc-externalize-attachments)
16021         (gnus-debug-files, gnus-debug-exclude-variables)
16022         (gnus-discouraged-post-methods): Change :version.
16023         (gnus-confirm-mail-reply-to-news)
16024         (gnus-confirm-treat-mail-like-news): Add :version.
16025
16026         * gnus-int.el (gnus-server-unopen-status): Add :version.
16027
16028         * gnus-group.el (gnus-group-jump-to-group-prompt)
16029         (gnus-large-ephemeral-newsgroup)
16030         (gnus-fetch-old-ephemeral-headers): Add :version.
16031
16032         * gnus-fun.el (gnus-x-face-directory)
16033         (gnus-convert-pbm-to-x-face-command)
16034         (gnus-convert-image-to-x-face-command)
16035         (gnus-convert-image-to-face-command): Add :version.
16036
16037         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16038
16039         * gnus-cite.el (gnus-cite-blank-line-after-header)
16040         (gnus-article-boring-faces): Add :version.
16041
16042         * gnus-art.el (gnus-buttonized-mime-types)
16043         (gnus-inhibit-mime-unbuttonizing)
16044         (gnus-treat-display-face)
16045         (gnus-treat-body-boundary): Change :version.
16046         (gnus-body-boundary-delimiter, gnus-picon-databases)
16047         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16048         (gnus-treat-date-english, gnus-treat-fold-headers)
16049         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16050         (gnus-treat-mail-picon, gnus-treat-wash-html)
16051         (gnus-article-encrypt-protocol)
16052         (gnus-use-idna, gnus-article-over-scroll)
16053         (gnus-mime-display-multipart-alternative-as-mixed)
16054         (gnus-mime-display-multipart-related-as-mixed)
16055         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16056         (gnus-ctan-url, gnus-button-ctan-handler)
16057         (gnus-button-handle-ctan-bogus-regexp)
16058         (gnus-button-ctan-directory-regexp)
16059         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16060         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16061         (gnus-button-man-level, gnus-button-emacs-level)
16062         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16063
16064         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16065         (gnus-agent-go-online): Change :version.
16066         (gnus-agent-expire-unagentized-dirs)
16067         (gnus-agent-auto-agentize-methods): Add :version.
16068
16069         * flow-fill.el (fill-flowed-display-column)
16070         (fill-flowed-encode-column): Add :version.
16071
16072         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16073         (gnus-outlook-deuglify-unwrap-max)
16074         (gnus-outlook-deuglify-cite-marks)
16075         (gnus-outlook-deuglify-unwrap-stop-chars)
16076         (gnus-outlook-deuglify-no-wrap-chars)
16077         (gnus-outlook-deuglify-attrib-cut-regexp)
16078         (gnus-outlook-deuglify-attrib-verb-regexp)
16079         (gnus-outlook-deuglify-attrib-end-regexp)
16080         (gnus-outlook-display-hook): Add :version.
16081
16082         * binhex.el (binhex-use-external): Add :version.
16083
16084 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16085
16086         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16087         and `invisible'.
16088
16089 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16090
16091         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16092         in gnus-registry-trim.
16093
16094 2004-09-13  Simon Josefsson  <jas@extundo.com>
16095
16096         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16097
16098         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16099
16100         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16101         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16102         <yamaoka@jpl.org>.
16103         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16104         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16105         <yamaoka@jpl.org>.
16106
16107         * sieve.el (sieve-manage-mode): Ditto.
16108
16109 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16110
16111         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16112
16113 2004-09-11  Simon Josefsson  <jas@extundo.com>
16114
16115         * dns-mode.el: Add.
16116
16117         * mm-view.el (mm-display-dns-inline): Add.
16118
16119         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16120         (mm-automatic-display): Ditto.
16121
16122         * mailcap.el (mailcap-mime-data): Add text/dns.
16123         (mailcap-mime-extensions): Map .soa to text/dns.
16124
16125 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16126
16127         * gnus-art.el (article-decode-mime-words, article-babel)
16128         (gnus-article-highlight-signature, gnus-article-add-buttons)
16129         (gnus-signature-toggle): Remove unnecessary bindings of
16130         `inhibit-read-only' inherited from v5.10 merge.
16131
16132 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16133
16134         * nntp.el (nntp): New customization group.
16135         (nntp-authinfo-file): Add customization group.
16136
16137         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16138
16139         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16140
16141         * gnus.el (to-address, to-list, subscribed)
16142         (large-newsgroup-initial): Ditto.
16143
16144         * flow-fill.el (fill-flowed-display-column)
16145         (fill-flowed-encode-column): Ditto.
16146
16147 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16148
16149         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16150         Use point-min rather than 1.
16151         (message-send-mail): Use buffer-size rather than point-max.
16152
16153         * gnus-sum.el (gnus-summary-search-article-forward):
16154         Signal a specific `search-failed' rather than a generic `error'.
16155
16156         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16157         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16158         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16159
16160 2004-09-10  Simon Josefsson  <jas@extundo.com>
16161
16162         * nndb.el (require): Remove tcp and duplicate cl.
16163
16164 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16165
16166         * gnus-agent.el (directory-files-and-attributes): Move forward.
16167
16168 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16169
16170         * gnus-agent.el (directory-files-and-attributes):
16171         Optionally defined to support XEmacs.
16172
16173 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16174
16175         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16176         to avoid run-time CL dependencies.
16177         (gnus-agent-unfetch-articles): New function.
16178         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16179         article numbers even when local .overview file is missing.
16180         (gnus-agent-read-article-number): New function.  Only accepts
16181         27-bit article numbers.
16182         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16183         Use gnus-agent-read-article-number.
16184         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16185         from backend while recognizing that article numbers in .overview
16186         must be valid.
16187         (gnus-agent-update-files-total-fetched-for):
16188         Use directory-files-and-attributes to improve performance.
16189         * gnus-int.el (gnus-request-move-article):
16190         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16191         improve performance.
16192
16193         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16194         some users confused by references to .newsrc when they only have a
16195         .newsrc.eld file.
16196         (gnus-convert-mark-converter-prompt)
16197         (gnus-convert-converter-needs-prompt): Fix use of property list.
16198         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16199         New function.  Used internally to only display 'gnus converting
16200         files' message when actually necessary.
16201
16202         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16203         methods now autoloaded.
16204
16205 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16206
16207         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16208         identifiers.
16209
16210 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16211
16212         * gnus-picon.el: Fix indentation and closing parenthesis.
16213
16214 2004-09-01  Simon Josefsson  <jas@extundo.com>
16215
16216         * message.el (message-canlock-generate): Require sha1, not
16217         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16218         to require within a function.  Sadly, if sha1.el isn't loaded, the
16219         let binding in m-c-g will hide the defcustom definition, which is
16220         bad.)
16221
16222         * canlock.el: Require sha1, not sha1-el.
16223
16224         * message.el: Don't autoload sha1 (there is a autoload cookie in
16225         sha1.el).
16226
16227         * sha1-el.el: Rename to sha1.el.
16228
16229 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16230
16231         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16232
16233 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16234
16235         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16236
16237 2004-08-30  Kim F. Storm  <storm@cua.dk>
16238
16239         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16240
16241         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16242         Add :group 'nnimap.
16243
16244 2004-08-30  Andreas Schwab  <schwab@suse.de>
16245
16246         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16247         ?* and ?\;.
16248
16249         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16250         and ?\' to symbol instead of whitespace.
16251
16252 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16253
16254         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16255
16256         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16257         instead of re-search-forward.
16258
16259         * gnus-uu.el (gnus-uu-save-article): Ditto.
16260         (gnus-uu-post-encode-uuencode): Ditto.
16261
16262         * html2text.el (html2text-clean-list-items): Ditto.
16263         (html2text-clean-dtdd): Ditto.
16264         (html2text-format-tags): Ditto.
16265
16266         * message.el (message-send-mail-with-sendmail): Fix regexp.
16267         (message-fill-field-general): Use search-forward instead of
16268         re-search-forward.
16269         (unbold-region): Ditto.
16270
16271         * nnrss.el (nnrss-request-article): Ditto.
16272
16273         * nnslashdot.el (nnslashdot-request-article): Ditto.
16274
16275         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16276
16277         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16278         "Unrecognized menu descriptor" error in XEmacs.
16279
16280 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16281
16282         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16283         parent article of a sparse article in the thread hashtb.
16284
16285 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16286
16287         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16288         (nnmail-expand-newtext): Lowercase expanded entries if
16289         nnmail-split-lowercase-expanded is non-nil.
16290
16291 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16292
16293         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16294
16295         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16296         of gnus-tmp-news-method into string under XEmacs.  It will be
16297         passed to gnus-correct-length which takes only a string argument.
16298
16299 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16300
16301         * gnus-util.el (gnus-bind-print-variables): New macro.
16302         (gnus-prin1): Use it.
16303         (gnus-prin1-to-string): Use it.
16304         (gnus-pp): New function.
16305         (gnus-pp-to-string): New function.
16306
16307         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16308         Replace pp-to-string with gnus-pp-to-string.
16309         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16310         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16311         * gnus-msg.el (gnus-debug): Ditto.
16312         * gnus-score.el (gnus-score-save): Ditto.
16313         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16314         gnus-pp-to-string.
16315         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16316         with gnus-pp.
16317         * score-mode.el (gnus-score-pretty-print): Ditto.
16318         * webmail.el (webmail-debug): Ditto.
16319
16320 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16321
16322         * gnus-art.el (article-display-face, article-display-x-face):
16323         Use buffer-read-only.
16324
16325 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16326
16327         * gnus-art.el (article-hide-list-identifiers):
16328         Bind inhibit-read-only as t.
16329
16330 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16331
16332         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16333
16334 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16335
16336         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16337         (gnus-narrow-to-page): Don't assume point-min == 1.
16338         (gnus-article-edit-mode): Derive from message-mode.
16339
16340         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16341         point-min == 1.
16342
16343         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16344         Disable incorrect use of `assert'.
16345
16346         * message.el (message-mode): Set comment-start-skip.
16347
16348
16349 2004-08-22  Sam Steingold  <sds@gnu.org>
16350
16351         * pop3.el (pop3-leave-mail-on-server): New user variable.
16352         (pop3-movemail): Delete mail only when it is nil.
16353
16354 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16355
16356         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16357
16358         * mml.el (mml-preview): Use `pop-to-buffer'.
16359
16360         * message.el (message-goto-mail-followup-to): Insert after "To".
16361         (message-carefully-insert-headers): Add comment.
16362
16363         * gnus.el: Remove unused variable `gnus-article-check-size'.
16364
16365         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16366
16367         * gnus-art.el (gnus-button-alist):
16368         Improve `gnus-button-handle-library' entry.
16369
16370 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16371
16372         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16373         Use downcase, since XEmacs capitalizes error messages differently.
16374
16375 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16376
16377         * nntp.el: Add (require 'gnus) due to reference to
16378         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16379
16380 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16381
16382         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16383         Bind `mm-fill-flowed'.
16384
16385         * mm-decode.el (mm-dissect-singlepart): Check it.
16386
16387 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16388
16389         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16390         'imap' for netrc parsing.
16391
16392 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16393
16394         * mailcap.el (mailcap-mime-data): Mark as risky.
16395
16396 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16397
16398         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16399         may be included in the encoded word.
16400         (rfc2047-encode): Don't append a space if the encoded word
16401         includes close parenthesis.
16402
16403 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16404
16405         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16406         of text within parentheses.
16407
16408 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16409
16410         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16411         (gnus-encrypt-write-file-contents): Make the password key the file
16412         name PLUS the cipher, not just the cipher.  Also remove failed
16413         passwords from the cache.
16414
16415 2004-08-06  Simon Josefsson  <jas@extundo.com>
16416
16417         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16418         Doc fix.
16419
16420 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16421
16422         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16423         LWSP.
16424
16425 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16426
16427         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16428         Try to append in-reply-to: data to the references: header.
16429
16430         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16431         (netrc-parse): Use gnus-encrypt.el functions.
16432
16433         * gnus-encrypt.el: Add new file for encryption support; currently
16434         does only a few GPG ciphers and an internal XOR cipher.
16435
16436         * password.el: Add comments on using password-read-and-add.
16437         (password-read-and-add): Add function to read and add the
16438         password to the cache at once.
16439
16440 2004-07-28  Simon Josefsson  <jas@extundo.com>
16441
16442         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16443         parameter (but don't use it, for now).
16444
16445         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16446         instead of hard coding to nil.
16447
16448 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16449
16450         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16451         as mm-inline-image-xemacs does.
16452
16453 2004-07-26  Simon Josefsson  <jas@extundo.com>
16454
16455         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16456         Revert part of 2004-07-17 change below.
16457
16458 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16459
16460         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16461         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16462
16463 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16464
16465         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16466         quotes that actually start with ">" at the beginning of the
16467         lines.
16468
16469 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16470
16471         * rfc2047.el (rfc2047-encode-region): Fix last change.
16472         (rfc2047-encode-parameter): Remove useless concat.
16473
16474 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16475
16476         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16477         encode special characters; fix some kind of misconfigured headers;
16478         signal a real error if debug-on-quit or debug-on-error is non-nil.
16479         (rfc2047-encode-max-chars): New variable.
16480         (rfc2047-encode-1): Use it.
16481         (rfc2047-encode-parameter): New function.
16482
16483         * mml.el (mml-insert-parameter): Remove an excessive space.
16484
16485 2004-07-17  Simon Josefsson  <jas@extundo.com>
16486
16487         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16488         Kai Grossjohann <kai@emptydomain.de>.
16489         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16490         (gnus-group-make-menu-bar): Ditto.
16491
16492         * gnus-util.el (gnus-group-server): Add.
16493
16494 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16495
16496         * message.el (message-clone-locals): Clone sendmail and smtp
16497         variables.
16498
16499 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16500
16501         * rfc2047.el (rfc2047-encode-region): Fix last change.
16502
16503 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16504
16505         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16506         characters as non-special.
16507
16508 2004-07-09  Simon Josefsson  <jas@extundo.com>
16509
16510         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16511         Users will lose all flag changes made while unplugged with
16512         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16513         good default.  See numerous reports on ding mailing list.
16514
16515 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16516
16517         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16518         add generate-head-function and generate-article-function to the
16519         rfc822-forward entry.
16520         (nndoc-rfc822-forward-generate-article): New function.
16521         (nndoc-rfc822-forward-generate-head): New function.
16522
16523         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16524
16525 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16526
16527         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16528         respect display group parameter and gnus-summary-expunge-below.
16529         (gnus-articles-to-read): Remove unused reference to display group
16530         parameter.
16531
16532 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16533
16534         * nnheader.el (nnheader-uniquify-message-id): New experimental
16535         variable.
16536         (nnheader-nov-read-message-id): Use it.
16537
16538         * spam-report.el (spam-report-gmane): Add interactive.
16539
16540 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16541
16542         * mm-encode.el (mm-content-transfer-encoding-defaults):
16543         Use qp-or-base64 for the application/* types.
16544
16545 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16546
16547         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16548
16549 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16550
16551         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16552         trim value.
16553
16554 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16555
16556         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16557         New macro and function.
16558         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16559
16560 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16561
16562         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16563         after-load-alist.
16564
16565 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16566
16567         * gnus-group.el (gnus-group-get-new-news-this-group):
16568         Don't update info that isn't there.
16569
16570 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16571
16572         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16573         entry.
16574
16575 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16576
16577         * mm-view.el (mm-inline-render-with-function): Use multibyte
16578         buffer; decode html source by charset.
16579
16580         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16581
16582         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16583         Mule-UCS is loaded under XEmacs.
16584         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16585
16586 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16587
16588         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16589
16590 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16591
16592         * mm-util.el (mm-coding-system-p): Return a coding-system.
16593         (mm-mime-mule-charset-alist): Use shift_jis instead of
16594         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16595         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16596         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16597         instead of japanese-shift-jis and iso-latin-1 respectively in
16598         order to share the default value with both Emacs and XEmacs-mule.
16599         (mm-mule-charset-to-mime-charset):
16600         Make mm-coding-system-priorities effective.
16601         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16602         while predicating of candidates upon the priorities.
16603
16604 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16605
16606         * gnus-sum.el (gnus-summary-make-menu-bar):
16607         Add gnus-uu-invert-processable.
16608
16609         * gnus.el: Autoload gnus-uu-invert-processable.
16610
16611 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16612
16613         * mm-util.el (mm-with-multibyte-buffer): New macro.
16614
16615         * rfc2047.el (rfc2047-encode-string): Use it.
16616         (rfc2047-encode-region): Move point to the end of the region after
16617         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16618
16619 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16620
16621         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16622         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16623
16624 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16625
16626         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16627         (gnus-cite-parse): Ignore quoted envelope From_.
16628         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16629
16630 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16631
16632         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16633         invalid addresses.
16634
16635 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16636
16637         * spam.el: Change section markers, revise TODO list.
16638         (spam-backends): Make new master list of all installed backends.
16639         (spam-summary-exit-behavior): Add new variable to determine how
16640         messages moves are done at summary exit.
16641         (spam-move-spam-nonspam-groups-only)
16642         (spam-process-ham-in-nonham-groups)
16643         (spam-process-ham-in-spam-groups): Remove variables, the
16644         spam-summary-exit-behavior variable should be used to manage this
16645         behavior.
16646         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16647         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16648         and spam-old-spam-articles.
16649         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16650         Add empty variables, placeholders for the backends they represent.
16651         (spam-set-difference): Move, unchanged.
16652         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16653         unless the user has a processor variable.
16654         (spam-classifications, spam-classification-valid-p)
16655         (spam-backend-properties, spam-backend-property-valid-p)
16656         (spam-backend-function-type-valid-p)
16657         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16658         (spam-report-articles-gmane, spam-report-articles-resend):
16659         Remove functions, they are not needed.
16660         (spam-install-backend-super, spam-backend-list)
16661         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16662         (spam-backend-function, spam-backend-ham-registration-function)
16663         (spam-backend-spam-registration-function)
16664         (spam-backend-ham-unregistration-function)
16665         (spam-backend-spam-unregistration-function)
16666         (spam-backend-statistical-p, spam-backend-mover-p)
16667         (spam-install-backend-alias, spam-install-checkonly-backend)
16668         (spam-install-mover-backend, spam-install-nocheck-backend)
16669         (spam-install-backend, spam-install-statistical-backend)
16670         (spam-install-statistical-checkonly-backend): Add backend installation
16671         support.
16672         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16673         (spam-group-processor-p): Use the new backend code and respect the
16674         summary exit behavior.
16675         (spam-mark-spam-as-expired-and-move-routine): Remove.
16676         (spam-summary-prepare): Change to use the new spam-old-articles
16677         variable.
16678         (spam-copy-or-move-routine, spam-copy-spam-routine)
16679         (spam-move-spam-routine, spam-copy-ham-routine)
16680         (spam-move-ham-routine): Add code to copy/move ham or spam.
16681         (spam-fetch-field-fast): Improve doc and code, plus allow the
16682         'number request.
16683         (spam-list-of-checks, spam-list-of-statistical-checks):
16684         Remove variables.
16685         (spam-split, spam-find-spam): Use the new backend code.
16686         (spam-registration-functions): Remove variable.
16687         (spam-unregister-routine): Add convenience wrapper.
16688         (spam-log-undo-registration, spam-register-routine)
16689         (spam-log-processing-to-registry)
16690         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16691         where possible.
16692         (spam-check-gmane-xref, spam-check-regex-headers)
16693         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16694         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16695         (spam-check-bogofilter-headers, spam-check-spamoracle)
16696         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16697         (spam-check-crm114-headers): Use the spam-split-group that
16698         spam-split prepares, no need to determine it every time.
16699
16700         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16701         to the nnheader-parse-naked-head call.
16702
16703         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16704
16705         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16706         the nnheader-nov-read-message-id call.
16707
16708 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16709
16710         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16711         gnus-activate-group twice.  Suggested by Markus Peter
16712         <warp@spin.de>.
16713
16714 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16715
16716         * gnus-art.el (gnus-article-time-format): Exchange the order of
16717         day and month in the default value; fix customization type.
16718         (article-date-ut): Use add-text-properties.
16719         (article-make-date-line): Use message-make-date instead of
16720         current-time-string.
16721
16722         * message.el (message-fetch-field): Don't use set-text-properties.
16723         (message-make-date): Simplify.
16724
16725         * messagexmas.el (message-xmas-make-date): New function.
16726         (message-xmas-redefine): Defalias message-make-date to it.
16727
16728 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16729
16730         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16731         (rfc2047-encode-region): Treat text within parentheses as special;
16732         show the original text when error has occurred.
16733
16734         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16735         already-computed method to gnus-activate-group.
16736
16737         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16738         same select-methods identical Lisp objects.
16739
16740         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16741         object when modifying the info.
16742
16743 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16744
16745         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16746         gnus-opened-servers since it has never been opened with the new
16747         configuration yet.
16748
16749 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16750
16751         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16752         arg to nnheader-generate-fake-message-id.
16753
16754 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16755
16756         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16757         number and build a fake message ID localized to a group and
16758         article number (so it's repeatable from that point on).
16759         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16760         ID format.
16761
16762         * gnus-sum.el (gnus-get-newsgroup-headers):
16763         Call nnheader-generate-fake-message-id with the article number.
16764
16765 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16766
16767         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16768         end-of-buffer.
16769
16770 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16771
16772         * message.el (message-ignored-supersedes-headers): Add Approved.
16773
16774 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16775
16776         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16777         goto-char.
16778         (rfc2047-encode): Fold the line before encoding.
16779
16780 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16781
16782         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16783         folding -- not all headers can be folded, and this should be done
16784         by the message composition mode.  Probably.  I think.
16785
16786 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16787
16788         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16789         fast.
16790
16791         * gnus-ems.el (gnus-remove-image): Don't use
16792         message-text-with-property; remove only the image found first.
16793
16794         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16795         found first.
16796
16797 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16798
16799         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16800
16801 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16802
16803         * message.el (message-text-with-property): Make it fast and accept
16804         optional arguments.
16805         (message-strip-forbidden-properties): Use it.
16806         (message-fix-before-sending): Follow the m-t-w-p change.
16807
16808         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16809
16810 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16811
16812         * gnus-art.el (article-hide-headers): Don't change the buffer
16813         mistakenly when performing mml-preview even if
16814         gnus-single-article-buffer is nil.
16815
16816 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16817
16818         * message.el (message-expand-name-databases): New user option.
16819         (message-expand-name): Use it.
16820
16821 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16822
16823         * spam.el (spam-report-articles-resend)
16824         (spam-report-resend-register-routine): Allow ham reporting.
16825         (spam-report-resend-register-ham-routine): Add wrapper.
16826         (spam-registration-functions): Add ham resending functions.
16827         (spam-list-of-processors): Add ham resend processor.
16828
16829         * gnus.el (ham-resend-to): Add new group parameter.
16830         (spam-process): Add ham resend option.
16831
16832         * spam-report.el (spam-report-resend): Allow reporting ham.
16833         (spam-report-resend-ham): Add wrapper.
16834
16835 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16836
16837         * message.el (message-cite-articles-with-x-no-archive):
16838         New variable.
16839         (message-cite-original): Use it.
16840
16841 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16842
16843         * message.el (message-cite-original): Respect X-No-Archive.
16844
16845 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16846
16847         * gnus-art.el (article-hide-headers): Refer to the values for
16848         gnus-ignored-headers and gnus-visible-headers in the summary
16849         buffer since a user may have set them as group parameters.
16850
16851 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16852
16853         * assistant.el (assistant-node-name): Add convenience function.
16854         (assistant-render-text, assistant-render-node): Add error handling,
16855         plus handle multiple next nodes.
16856         (assistant-find-next-node): Comment out for now.
16857         (assistant-find-next-nodes): Add function, returns list of next
16858         nodes.
16859
16860 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16861
16862         * mail-source.el (mail-source-directory): Fix doc-string.
16863
16864 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16865
16866         * assistant.el (assistant-render-text, assistant-eval): Add :set
16867         widget type, which is different because it takes and returns a
16868         list.  Much hilarity ensues.
16869
16870 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16871
16872         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16873
16874         * gnus-group.el (gnus-group-get-new-news-this-group):
16875         Add doc-string.
16876
16877         * gnus-start.el (gnus-activate-group): Add doc-string.
16878
16879 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16880
16881         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16882
16883 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16884
16885         * assistant.el (assistant-render-text): Try to add a :set
16886         widget, more to come.
16887
16888         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16889         strings.
16890         (spam-report-articles-resend)
16891         (spam-register-routine): Do registration iff any articles warrant
16892         it.
16893         (spam-summary-prepare-exit): Change log message for nil group
16894         destinations.
16895
16896 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16897
16898         * spam.el (spam-report-resend-register-routine):
16899         Allow spam-report-resend-to to be a group parameter or a global value.
16900
16901 2004-05-26  Simon Josefsson  <jas@extundo.com>
16902
16903         * starttls.el: Merge with my GNUTLS based starttls.el.
16904         (starttls-gnutls-program, starttls-use-gnutls)
16905         (starttls-extra-arguments, starttls-process-connection-type)
16906         (starttls-connect, starttls-failure, starttls-success):
16907         New variables.
16908         (starttls-program, starttls-extra-args): Doc fix.
16909         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16910         New functions.
16911         (starttls-negotiate, starttls-open-stream):
16912         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16913         function if it is set.
16914
16915 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16916
16917         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16918         structured fields.
16919
16920 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16921
16922         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16923
16924 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16925
16926         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16927         Add variable.
16928         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16929         assigning the spam-mark to new messages.
16930
16931 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16932
16933         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16934
16935 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16936
16937         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16938
16939         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16940         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16941         default.
16942
16943 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16944
16945         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16946         correct data.
16947
16948 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16949
16950         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16951         (spam-group-processor-p): Fix function.
16952         (spam-group-processor-multiple-p)
16953         (spam-group-spam-processor-report-gmane-p)
16954         (spam-group-spam-processor-report-resend-p)
16955         (spam-group-spam-processor-bogofilter-p)
16956         (spam-group-spam-processor-blacklist-p)
16957         (spam-group-spam-processor-ifile-p)
16958         (spam-group-ham-processor-ifile-p)
16959         (spam-group-spam-processor-spamoracle-p)
16960         (spam-group-spam-processor-crm114-p)
16961         (spam-group-ham-processor-bogofilter-p)
16962         (spam-group-spam-processor-stat-p)
16963         (spam-group-ham-processor-stat-p)
16964         (spam-group-ham-processor-whitelist-p)
16965         (spam-group-ham-processor-BBDB-p)
16966         (spam-group-ham-processor-spamoracle-p)
16967         (spam-group-ham-processor-copy-p): Remove functions with some
16968         prejudice against unneeded code.
16969         (spam-report-articles-resend)
16970         (spam-report-resend-register-routine): Allow the group/topic
16971         spam-resend-to value to override spam-report-resend-to.
16972         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16973         properly now.
16974
16975         * gnus.el (spam-resend-to): Add group/topic parameter.
16976         (spam-process): Move the OBSOLETE processors to the end of the
16977         choices.
16978
16979 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16980
16981         * spam-report.el (spam-report-resend-to, spam-report-resend):
16982         Start with resend-to set to nil, and then ask the user if necessary.
16983         (spam-report-resend): spam-report-resend takes a list of articles, not
16984         separate article numbers.
16985
16986 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16987
16988         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16989         addition to emacs-w3m.
16990
16991 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16992
16993         * assistant.el (assistant-authinfo-data): New function.
16994         (assistant-eval): Eval for entire assistant.
16995
16996         * netrc.el (netrc-services-file): New variable.
16997         (netrc-parse-services): New function.
16998         (netrc-find-service-name): New function.
16999         (netrc-find-service-number): New function.
17000         (netrc-port-equal): New function.
17001         (netrc-machine): Use it.
17002
17003         * nnimap.el (nnimap-open-connection): Use netrc.
17004
17005         * gnus-util.el (gnus-netrc-get): Remove aliases.
17006
17007         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17008
17009         * assistant.el (wid-edit): Fix compilation.
17010
17011         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17012
17013 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17014
17015         * gnus-util.el (gnus-set-file-modes): New function.  (small
17016         patch).
17017
17018 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17019
17020         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17021
17022         * assistant.el (assistant-render-node): Fix up rendering and
17023         read-only text.
17024         (assistant-render-node): Reset.
17025         (assistant-make-read-only): Not sticky.
17026
17027 2004-05-20  Danny Siu  <dsiu@adobe.com>
17028
17029         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17030         centered even when gnus-auto-center-summary is t.
17031
17032 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17033
17034         * dns.el (dns-get-txt-answer): New function.
17035         (dns-read-txt): Ditto.
17036         (query-dns): Use it.
17037
17038 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17039
17040         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17041         active for foreign groups even if the group level is higher than
17042         the specified value.
17043
17044 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17045
17046         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17047         non-active groups.
17048
17049         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17050
17051 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17052
17053         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17054
17055 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17056
17057         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17058         (spam-crm114-header, spam-crm114-spam-switch)
17059         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17060         (spam-crm114-positive-spam-header)
17061         (spam-crm114-database-directory, spam-list-of-processors)
17062         (spam-group-spam-processor-crm114-p)
17063         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17064         (spam-generic-score, spam-list-of-checks)
17065         (spam-list-of-statistical-checks, spam-registration-functions)
17066         (spam-check-crm114-headers, spam-crm114-score)
17067         (spam-check-crm114, spam-crm114-register-with-crm114)
17068         (spam-crm114-register-spam-routine)
17069         (spam-crm114-unregister-spam-routine)
17070         (spam-crm114-register-ham-routine)
17071         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17072         From asjo@koldfront.dk (Adam Sjøgren).
17073
17074         * gnus.el: Add spam-use-crm114.
17075
17076         * spam.el (spam-list-of-processors, spam-registration-functions):
17077         Add spam-use-resend.
17078         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17079         (spam-report-articles-gmane): Add doc fix.
17080         (spam-report-articles-resend, spam-report-resend-register-routine):
17081         Add wrappers around spam-report-resend-to.
17082
17083         * spam-report.el (spam-report-resend-to, spam-report-resend):
17084         Add support for resending spam.
17085         (spam-report-gmane): Fix line length >80.
17086
17087         * gnus.el (spam-process): Add spam-use-resend.
17088
17089 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17090
17091         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17092         number of processed spam messages.
17093         (spam-ham-copy-or-move-routine): Return the number of processed
17094         ham messages.
17095         (spam-summary-prepare-exit): Use the above values to decide
17096         whether status messages shouled be displayed.
17097
17098 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17099
17100         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17101         `rfc2047-encoding-function-alist' in order to avoid conflicting
17102         with the old version.
17103         (rfc2047-encode-region): Concatenate words containing non-ASCII
17104         characters in structured fields; don't encode space-delimited
17105         ASCII words even in unstructured fields; don't break words at
17106         char-category boundaries.
17107         (rfc2047-encode-1): New function.
17108         (rfc2047-encode): Use it; encode text so that it occupies the
17109         maximum width within 76-column; work correctly on Q encoding for
17110         iso-2022-* charsets.
17111         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17112         sure not to break a line just after the header name.
17113         (rfc2047-b-encode-region): Remove.
17114         (rfc2047-b-encode-string): New function.
17115         (rfc2047-q-encode-region): Remove.
17116         (rfc2047-q-encode-string): New function.
17117
17118         * mm-util.el (mm-replace-in-string): New function.
17119
17120 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17121
17122         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17123         Really get it right.
17124         (gnus-inews-make-draft): Really.
17125
17126 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17127
17128         * nnmh.el (nnmh-request-list-1): Don't check the link count
17129         before descending.  (small patch)
17130
17131 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17132
17133         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17134         stuff.
17135
17136         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17137         Match on real group name.
17138
17139         * gnus-art.el (gnus-signature-limit): Doc fix.
17140
17141         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17142
17143         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17144
17145 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17146
17147         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17148         isn't a string.
17149
17150 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17151
17152         * gnus-draft.el (gnus-draft-send):
17153         Bind rfc2047-encode-encoded-words.
17154
17155         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17156         (rfc2047-encodable-p): Say that =? needs encoding.
17157         (rfc2047-encode-encoded-words): New variable.
17158
17159         * gnus-group.el (gnus-group-select-group): Doc fix.
17160
17161         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17162
17163         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17164         to nil.
17165
17166         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17167
17168         * nnheader.el (nnheader-get-lines-and-char): New function.
17169
17170 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17171
17172         * gnus-msg.el (gnus-summary-followup-with-original):
17173         Document yanking of region when active.
17174
17175 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17176
17177         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17178         groups if the group level is higher than the specified value.
17179
17180 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17181
17182         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17183         (gnus-group-jump-to-group): Add prefix argument using
17184         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17185         non-active group.
17186
17187         * compface.el (uncompface): Be verbose when changing
17188         `uncompface-use-external'.
17189
17190         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17191         handle manual section.
17192
17193 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17194
17195         * gnus-art.el (gnus-button-alist): Revert previous change.
17196
17197 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17198
17199         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17200
17201 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17202
17203         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17204         whether backend can accept message.
17205
17206         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17207
17208 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17209
17210         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17211         Avoid creating directory when nntp-marks-is-evil is true.
17212         Reported by Reiner Steib.
17213
17214 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17215
17216         * gnus-picon.el (gnus-picon-style): New variable.
17217         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17218         (gnus-picon-transform-address): Support `gnus-picon-style'.
17219         From Jesper Harder <harder@ifa.au.dk>.
17220
17221 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17222
17223         * message.el (message-fill-field): Return point.
17224         (message-generate-headers): Go to end of field.
17225
17226         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17227         stuff for non-living groups.
17228
17229 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17230
17231         * gnus-art.el (gnus-article-followup-with-original)
17232         (gnus-article-reply-with-original): gnus-mark-active-p ->
17233         gnus-region-active-p.
17234
17235 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17236
17237         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17238         only when there is spam or ham to be processed.
17239
17240 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17241
17242         * mail-source.el (mail-source-delete-crash-box): Refactor.
17243         (mail-source-fetch): Use it.
17244         (mail-source-fetch-file): Ditto.
17245         (mail-source-fetch-directory): Run postscript in loop.
17246         (mail-source-fetch-pop): Delete.
17247         (mail-source-fetch-maildir): Ditto.
17248         (mail-source-fetch-imap): Ditto.
17249
17250         * imap.el (imap-authenticators): Comment out sasl.
17251
17252         * message.el (message-skip-to-next-address): New function.
17253         (message-fill-header-address): Refactor.
17254         (message-fill-address): Use it.
17255         (message-delete-address): Use it.
17256         (message-fill-header-general): Refactor.
17257         (message-fill-field-address): Rename.
17258         (message-narrow-to-field): Find the start of the header.
17259         (message-header-format-alist): Don't pre-fill.
17260         (message-fill-header): Remove.
17261         (message-insert-header): New function.
17262         (message-shorten-references): Use it.
17263
17264         * rfc2047.el (rfc2047-field-value): Strip props.
17265
17266         * mail-parse.el (mail-header-make-address): New alias.
17267
17268         * ietf-drums.el (ietf-drums-make-address): New function.
17269
17270         * imap.el: Add compiler directives.
17271
17272         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17273
17274         * gnus-art.el (article-decode-idna-rhs): Don't use
17275         message-idna-inside-rhs-p.
17276
17277 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17278
17279         * message.el (message-idna-inside-rhs-p): Remove.
17280         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17281
17282         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17283         false positives.
17284
17285 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17286
17287         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17288
17289 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17290
17291         * nneething.el (nneething-file-name): Don't create spurious
17292         files.
17293
17294         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17295         (gnus-inews-do-gcc): Remove sleep.
17296
17297         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17298         part under point.
17299
17300         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17301         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17302
17303 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17304
17305         * spam.el (spam-summary-prepare-exit): Fix (length).
17306
17307 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17308
17309         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17310         as expired without moving it" message when there are spam
17311         messages left.
17312
17313 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17314
17315         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17316         header is not nil.
17317
17318 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17319
17320         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17321         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17322         (nntp-marks-changed-p): New arg SERVER.
17323         (nntp-request-update-info): Adjust caller.
17324
17325 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17326
17327         * nntp.el (nntp-save-marks): Pass missing arg.
17328
17329 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17330
17331         * nntp.el: Support marks.
17332         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17333         (nntp-marks-modtime, nntp-marks-directory): New variables.
17334         (nntp-request-set-mark, nntp-request-update-info)
17335         (nntp-possibly-create-directory, nntp-marks-changed-p)
17336         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17337         New functions.
17338
17339 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17340
17341         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17342         (gnus-xmas-redefine): Rename.
17343
17344         * gnus-score.el (gnus-score-insert-help):
17345         Use gnus-select-lowest-window.
17346
17347         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17348         appt-select-lowest-window and rename to gnus-select-lowest-window.
17349
17350         * gnus.el: do.
17351
17352 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17353
17354         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17355         encodings of MIME-encoded words, in order to improve
17356         interoperability with several broken MUAs.
17357
17358 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17359
17360         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17361         tags, only when charsets are not specified in headers.
17362         (mm-inline-text-html-render-with-w3m): Ditto.
17363
17364         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17365         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17366
17367 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17368
17369         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17370         instead of MIME-decoded from fields when checking
17371         `gnus-article-address-banner-alist'.
17372
17373 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17374
17375         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17376         description rather than subject.
17377
17378 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17379
17380         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17381
17382 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17383
17384         * gnus.el (gnus-version-number): Bump.
17385
17386 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17387
17388         * gnus.el: No Gnus v0.2 is released.
17389
17390 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17391
17392         * gnus-agent.el (gnus-agent-read-agentview):
17393         Inline gnus-uncompress-range.
17394
17395 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17396
17397         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17398         `exec-installed-p'.
17399
17400 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17401
17402         * gnus.el (spam-process, spam-autodetect-methods):
17403         Add bsfilter and bsfilter-headers.
17404
17405         * spam.el (spam-bsfilter): New customize group.
17406         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17407         (spam-bsfilter-header, spam-bsfilter-probability-header)
17408         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17409         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17410         (spam-bsfilter-database-directory): New options.
17411         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17412         (spam-list-of-statistical-checks, spam-registration-functions):
17413         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17414         (spam-bsfilter-score): New command.
17415         (spam-check-bsfilter-headers, spam-check-bsfilter)
17416         (spam-bsfilter-register-with-bsfilter)
17417         (spam-bsfilter-register-spam-routine)
17418         (spam-bsfilter-unregister-spam-routine)
17419         (spam-bsfilter-register-ham-routine)
17420         (spam-bsfilter-unregister-ham-routine): New functions.
17421         (spam-generic-score): Support bsfilter; Accept an optional argument
17422         to recalcurate spam score even if scoring header has already been
17423         added.
17424         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17425         optional argument to recalcurate spam score even if scoring header
17426         has already been added.
17427
17428 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17429
17430         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17431         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17432         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17433         link is missing.
17434
17435 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17436
17437         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17438         (html2text-get-attr): Rewrite.
17439
17440         * message.el (message-setup-1): Remove redundant put-text-property
17441         on mail-header-separator.
17442
17443 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17444
17445         * gnus-registry.el (gnus-registry-cache-whitespace)
17446         (gnus-registry-action, gnus-registry-spool-action)
17447         (gnus-registry-split-fancy-with-parent): Change message levels
17448         from 5 to 3 or 7, as needed.
17449
17450         * spam.el (spam-summary-prepare-exit)
17451         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17452         (spam-split, spam-find-spam, spam-log-undo-registration)
17453         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17454         level from 5 to 6.
17455
17456 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17457
17458         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17459         2004-03-04 change).
17460
17461 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17462
17463         * sieve-manage.el (sieve-manage-open):
17464         * nnweb.el (nnweb-insert-html):
17465         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17466         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17467         * nnspool.el (nnspool-request-group):
17468         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17469         * nnml.el (nnml-request-update-info):
17470         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17471         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17472         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17473         (nnimap-request-set-mark):
17474         * nnfolder.el (nnfolder-request-update-info):
17475         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17476         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17477         * gnus-uu.el (gnus-uu-find-articles-matching):
17478         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17479         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17480         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17481         * gnus-nocem.el (gnus-nocem-scan-groups):
17482         * gnus-int.el (gnus-start-news-server):
17483         * gnus-group.el (gnus-group-make-kiboze-group)
17484         (gnus-group-browse-foreign-server):
17485         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17486         Use mapc when appropriate.
17487
17488 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17489
17490         FIXME: Make separate entries for each person.
17491
17492         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17493         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17494         <shields@msrl.com>:
17495
17496         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17497         may need for spam sorting and scoring.
17498         (spam-user-format-function-S): Add user format function suitable for
17499         general use.
17500         (spam-article-sort-by-spam-status): Add sorting function for summary
17501         sorting.
17502         (spam-extra-header-to-number): Add function to get a score from a
17503         header.
17504         (spam-summary-score): Add function to get a numeric score from the
17505         headers.
17506         (spam-generic-score): Fix function doc, was in wrong place.
17507         (spam-initialize): Take symbols when it's run, and install the
17508         extra headers that spam-necessary-extra-headers thinks we need.
17509
17510 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17511
17512         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17513         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17514
17515 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17516
17517         * gnus-sum.el (gnus-set-global-variables)
17518         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17519         (gnus-article-get-xrefs, gnus-summary-best-group)
17520         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17521         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17522         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17523         Use with-current-buffer.
17524
17525 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17526
17527         * spam.el (spam-summary-prepare-exit): Simplify logic.
17528         (spam-fetch-article-header): Read the article header if it's not
17529         available.
17530         (spam-list-articles): Simplify logic.
17531         (spam-filelist-register-routine): Fix bug with unregister-list.
17532
17533         * gnus-registry.el: Fix comments at beginning.
17534
17535 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17536
17537         * message.el (message-cater-to-broken-inn): Remove.
17538         (message-shorten-references): Make sure the total folded length of
17539         References is shorter than 998 characters to cater to a bug in INN
17540         2.3.  Also, don't pretend that references aren't folded -- this
17541         hasn't worked for a while.
17542
17543 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17544
17545         * gnus-agent.el (gnus-agentize):
17546         gnus-agent-send-mail-real-function no longer set to current value
17547         of message-send-mail-function but rather a lambda that calls
17548         message-send-mail-function.  The change makes the agent real-time
17549         responsive to user changes to message-send-mail-function.
17550
17551 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17552
17553         * legacy-gnus-agent.el
17554         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17555         help from Florian Weimer <fw@deneb.enyo.de>
17556
17557 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17558
17559         * nnmail.el (nnmail-cache-insert): Revert last change.
17560
17561 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17562
17563         * nnmail.el (nnmail-cache-insert): Always check whether
17564         nnmail-cache-ignore-groups matches a group name.
17565
17566 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17567
17568         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17569         (spam-find-spam, spam-log-processing-to-registry)
17570         (spam-log-registered-p, spam-log-unregistration-needed-p)
17571         (spam-log-undo-registration): Use gnus-message instead of
17572         gnus-error, none of these errors are fatal.
17573
17574         * gnus-registry.el (gnus-registry-clean-empty-function)
17575         (gnus-registry-clean-empty): Remove only empty entries without
17576         extra data.
17577
17578 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17579
17580         * spam-stat.el (spam-stat-buffer-change-to-spam)
17581         (spam-stat-buffer-change-to-non-spam): Change (error) to
17582         (gnus-message 8) invocation.
17583
17584 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17585
17586         * nntp.el (nntp-via-netcat-command): New variable.
17587         (nntp-via-netcat-switches): New variable.
17588         (nntp-open-via-rlogin-and-netcat): New function.
17589         (nntp-open-connection-function): Doc fix.
17590         (nntp-telnet-command): Doc fix.
17591         (nntp-end-of-line): Doc fix.
17592         (nntp-via-rlogin-command): Doc fix.
17593         (nntp-via-user-name): Doc fix.
17594         (nntp-via-address): Doc fix.
17595
17596 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17597
17598         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17599         error in Emacs 21.1.
17600
17601 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17602
17603         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17604
17605 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17606
17607         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17608         (gnus-agent-with-refreshed-group): New macro.
17609         (gnus-agent-rename-group): New function.
17610         (gnus-agent-delete-group): New function.
17611         (gnus-agent-save-group-info): Use gnus-command-method when
17612         `method' parameter is nil.  Don't write nil entries into the
17613         active file.
17614         (gnus-agent-get-group-info): New function.
17615         (gnus-agent-fetch-articles):
17616         Use gnus-agent-update-files-total-fetched-for to increment disk space
17617         used.
17618         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17619         Use gnus-agent-update-view-total-fetched-for to increment disk space
17620         used.
17621         (gnus-agent-get-local): Add optional parameters to avoid calling
17622         gnus-group-real-name and gnus-find-method-for-group.
17623         (gnus-agent-set-local): Delete stored entry if either min, or max,
17624         are nil.
17625         (gnus-agent-fetch-session): Reworded error/quit messages.
17626         On quit, use gnus-agent-regenerate-group to record existance of any
17627         articles fetched to disk before the quit occurred.
17628         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17629         gnus-agent-update-view-total-fetched-for, and
17630         gnus-agent-update-files-total-fetched-for to decrement disk space
17631         used.
17632         (gnus-agent-retrieve-headers):
17633         Use gnus-agent-update-view-total-fetched-for to increment disk space
17634         used.
17635         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17636         with gnus-agent-update-files-total-fetched-for to decrement disk
17637         space and fresh group buffer.
17638         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17639         (gnus-agent-need-update-total-fetched-for): New variable.
17640         (gnus-agent-update-files-total-fetched-for): New function.
17641         (gnus-agent-update-view-total-fetched-for): New function.
17642         (gnus-agent-total-fetched-for): New function.
17643
17644         * gnus-cache.el (gnus-cache-save-buffers):
17645         Use gnus-cache-update-overview-total-fetched-for to change disk space
17646         used by this group.
17647         (gnus-cache-possibly-enter-article):
17648         Use gnus-cache-update-file-total-fetched-for to increment disk space
17649         used by this group.
17650         (gnus-cache-possibly-remove-article):
17651         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17652         used by this group.
17653         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17654         (gnus-cache-rename-group): New function.
17655         (gnus-cache-delete-group): New function.
17656         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17657         (gnus-cache-need-update-total-fetched-for): New variable.
17658         (gnus-cache-with-refreshed-group): New macro.
17659         (gnus-cache-update-file-total-fetched-for): New function.
17660         (gnus-cache-update-overview-total-fetched-for): New function.
17661         (gnus-cache-rename-group-total-fetched-for): New function.
17662         (gnus-cache-delete-group-total-fetched-for): New function.
17663         (gnus-cache-total-fetched-for): New function.
17664
17665         * gnus-group.el: Require gnus-sum and autoload functions to
17666         resolve warnings when gnus-group.el compiled alone.
17667         (gnus-group-line-format): Documented new %F.
17668         (size of Fetched data) group line format; identifies disk space
17669         used by agent and cache.
17670         (gnus-group-line-format-alist): Defined new F format.
17671         (gnus-total-fetched-for): New function.
17672         (gnus-group-delete-group): No longer update
17673         gnus-cache-active-altered as gnus-request-delete-group now keeps
17674         the cache in sync.
17675         (gnus-group-list-active): Let the agent store a server's active
17676         list if currently plugged.
17677
17678         * gnus-int.el (gnus-request-delete-group):
17679         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17680         local disk in sync with the server.
17681         (gnus-request-rename-group):
17682         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17683         local disk in sync with the server.
17684
17685         * gnus-start.el (gnus-get-unread-articles):
17686         Cosmetic simplification to logic.
17687
17688         * gnus-util.el (gnus-rename-file): New function.
17689
17690 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17691
17692         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17693
17694 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17695
17696         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17697         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17698
17699 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17700
17701         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17702         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17703
17704 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17705
17706         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17707
17708 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17709
17710         * spam.el (spam-set-difference): Add function to replace
17711         gnus-set-difference in spam.el.
17712         (spam-summary-prepare-exit): Use spam-set-difference.
17713
17714 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17715
17716         * gnus-registry.el (gnus-registry-cache-file): Update to use
17717         gnus-dribble-directory OR gnus-home-directory OR ~.
17718         (gnus-registry-split-fancy-with-parent): Fix doc.
17719
17720 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17721
17722         * message.el (message-exchange-point-and-mark):
17723         Use message-mark-active-p.  Suggested by Jesper Harder
17724         <harder@ifa.au.dk>.
17725
17726 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17727
17728         * message.el (message-exchange-point-and-mark): Don't activate
17729         region if it was inactive.  Suggested by Hiroshi Fujishima
17730         <pooh@nature.tsukuba.ac.jp>.
17731
17732 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17733
17734         * gnus-art.el (article-display-face): Display Faces in the same
17735         order as X-Faces.
17736
17737 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17738
17739         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17740
17741 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17742
17743         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17744         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17745         (gnus-article-mime-hierarchy): Remove.
17746         (gnus-article-mime-hierarchy-next): Remove.
17747         (gnus-article-mode): Revert 2004-03-19 change.
17748         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17749         (gnus-insert-mime-button): Revert 2004-03-19 change.
17750         (gnus-mime-accumulate-hierarchy): Remove.
17751         (gnus-mime-enter-multipart): Remove.
17752         (gnus-mime-leave-multipart): Remove.
17753         (gnus-mime-display-part): Revert 2004-03-19 change.
17754         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17755
17756         * mml.el (mml-preview): Revert 2004-03-19 change.
17757
17758 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17759
17760         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17761
17762 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17763
17764         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17765         t while entering a file name using the mm-with-multibyte macro.
17766         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17767
17768         * mm-util.el (mm-with-multibyte): New macro.
17769
17770 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17771
17772         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17773         New user option.
17774         (gnus-mime-multipart-functions): Doc and customization fix.
17775         (gnus-article-mime-hierarchy): New variable.
17776         (gnus-article-mime-hierarchy-next): New variable.
17777         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17778         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17779         gnus-article-mime-hierarchy-next to nil.
17780         (gnus-insert-mime-button): Show hierarchy numbers.
17781         (gnus-mime-accumulate-hierarchy): New function.
17782         (gnus-mime-enter-multipart): New function.
17783         (gnus-mime-leave-multipart): New function.
17784         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17785         (gnus-mime-display-alternative): Show hierarchy numbers.
17786
17787         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17788         gnus-article-mime-hierarchy-next to nil.
17789
17790 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17791
17792         * dns.el: Don't require gnus-xmas.
17793
17794 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17795
17796         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17797         inline PGP.
17798         (mml-menu): Disable mml-quote-region if mark is inactive.
17799
17800 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17801
17802         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17803         when the group's active is not available.
17804
17805 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17806
17807         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17808         error.
17809
17810 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17811
17812         * imap.el (imap-store-password): New variable.
17813         (imap-interactive-login): Use it.
17814         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17815
17816 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17817
17818         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17819         window-start and hscroll to summary window.
17820
17821 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17822
17823         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17824         conversion message to newsrc-dribble when an actual conversion is
17825         performed.
17826
17827 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17828
17829         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17830
17831 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17832
17833         * mm-decode.el (mm-complicated-handles): New function reviving
17834         former definition of mm-multiple-handles.
17835
17836         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17837         (gnus-mime-delete-part): Use it.
17838
17839 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17840
17841         * gnus-agent.el (gnus-agent-read-local):
17842         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17843         avoid the implicit assumption that they will always be equal.
17844         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17845         coding-system-for-write, as the with-temp-file macro first prints
17846         to a buffer then saves the buffer.
17847
17848 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17849
17850         * gnus-art.el (gnus-article-edit-part): New function.
17851         (gnus-mime-save-part-and-strip): Use it; do query instead of
17852         signaling an error; don't use mm-multiple-handles.
17853         (gnus-mime-delete-part): Ditto.
17854
17855 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17856
17857         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17858         old file versions.
17859         (gnus-group-prepare-hook): Remove function that converted list
17860         form of gnus-agent-expire-days to group properties.
17861
17862         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17863         (gnus-request-accept-article): Re-indented.
17864
17865         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17866         converters to handle old agent file formats.  Add logic for a
17867         "backup before upgrading warning".
17868         (gnus-convert-mark-converter-prompt): Developers can mark
17869         functions as needing (default), or not needing,
17870         gnus-convert-old-newsrc's "backup before upgrading warning".
17871         (gnus-convert-converter-needs-prompt): Tests whether the user
17872         should be protected from potentially irreversable changes by the
17873         function.
17874
17875         * legacy-gnus-agent.el: New.  Provides converters that are only
17876         loaded when gnus-convert-old-newsrc needs to call them.
17877
17878 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17879
17880         * mail-source.el (mail-source-touch-pop): Doc fix.
17881
17882         * message.el (message-smtpmail-send-it): Doc fix.
17883
17884 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17885
17886         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17887
17888         * nnmail.el (nnmail-split-fancy): do.
17889
17890         * gnus-kill.el (gnus-kill, gnus-execute): do.
17891
17892 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17893
17894         * gnus-sum.el (gnus-widget-reversible-match)
17895         (gnus-widget-reversible-to-internal)
17896         (gnus-widget-reversible-to-external): New functions.
17897         (gnus-widget-reversible): New widget.
17898         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17899
17900 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17901
17902         * gnus-sum.el (gnus-thread-sort-functions)
17903         (gnus-article-sort-functions): Document `(not F)' items.
17904
17905 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17906
17907         * spam.el (spam-use-gmane-xref): Add new backend.
17908         (spam-gmane-xref-spam-group): Add variable to control the name of the
17909         Gmane spam group.
17910         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17911         (spam-regex-headers-spam, spam-regex-headers-ham)
17912         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17913         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17914         backends and checks.
17915         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17916
17917         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17918         an autodetect method.
17919
17920 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17921
17922         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17923         articles are being added to a group.
17924         (gnus-request-replace-article): Inform the agent that articles
17925         need to be uncached as the cached contents are no longer valid.
17926
17927 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17928
17929         * binhex.el: Don't autoload executable-find.
17930
17931         * canlock.el: Don't autoload mail-fetch-field.
17932
17933         * dgnushack.el: Autoload c-mode for XEmacs.
17934
17935         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17936
17937         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17938         rmail-dont-reply-to and rmail-output.
17939
17940         * gnus-score.el: Don't autoload ffap-string-at-point.
17941
17942         * gnus-setup.el: Don't autoload sc-cite-original.
17943
17944         * imap.el: Don't autoload base64-decode-string,
17945         base64-encode-string and md5.
17946
17947         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17948         and rmail-msg-restore-non-pruned-header.
17949
17950         * mm-decode.el: Don't autoload executable-find.
17951
17952         * mm-url.el: Don't autoload executable-find.
17953
17954         * mm-view.el: Don't autoload diff-mode.
17955
17956         * nndb.el: Don't autoload news-reply-mode, news-setup,
17957         cancel-timer and telnet.
17958
17959         * password.el: Don't autoload run-at-time for Emacs.
17960
17961         * sha1-el.el: Don't autoload executable-find.
17962
17963         * sieve-mode.el: Don't autoload c-mode.
17964
17965         * uudecode.el: Don't autoload executable-find.
17966
17967 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17968
17969         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
17970         (gnus-agent-possibly-alter-active): Avoid null in numeric
17971         comparison.
17972         (gnus-agent-set-local): Refuse to save null in local object table.
17973         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17974         list of articles that will be marked as unread.
17975
17976 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17977
17978         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17979
17980 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17981
17982         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17983         language tags.
17984
17985 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17986
17987         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17988         Don't bind "obarray".
17989
17990         * gnus-sum.el (gnus-thread-sort-functions):
17991         Add `gnus-thread-sort-by-most-recent-number' and
17992         `gnus-thread-sort-by-most-recent-date'.
17993         Reported by Kai Grossjohann <kai@emptydomain.de>.
17994
17995 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17996
17997         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17998
17999 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18000
18001         * gnus-cus.el (gnus-agent-customize-category):
18002         Remove ignore-errors macro reference that required cl to be loaded at
18003         run-time.
18004
18005         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18006         single-interval range of the form (min . max).  Previously the
18007         range had to look like ((min . max)).  Likewise, return
18008         (min . max) rather than ((min . max)).
18009         (gnus-range-map): Use gnus-range-normalize to accept
18010         single-interval range.
18011
18012         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18013         the cache, but not the agent, now appear with their usual face.
18014
18015         * dgnushack.el (loaddir): New variable that is bound to the
18016         directory containing the dgnushack.el file. Use loaddir, rather
18017         than srcdir, to update load-path. Change lets dgnushack compile
18018         code in directories other than GNUS/lisp.
18019
18020 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18021
18022         * lpath.el: Don't bind w3m-safe-url-regexp.
18023
18024         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18025         w3m-safe-url-regexp variable buffer-local.
18026
18027         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18028
18029 2004-02-27  Simon Josefsson  <jas@extundo.com>
18030
18031         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18032         gnus-group-real-prefix.
18033         (gnus-summary-move-article): Use it, instead of
18034         gnus-group-real-prefix.
18035
18036 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18037
18038         * lpath.el: Bind w3m-safe-url-regexp.
18039
18040         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18041         w3m-safe-url-regexp variable buffer-local and set it as the value
18042         of mm-w3m-safe-url-regexp.
18043
18044         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18045
18046         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18047         parsing gnus-posting-styles when the message is not for replying.
18048
18049         * dgnushack.el: Autoload sgml-mode for XEmacs.
18050
18051         * nnrss.el (nnrss-opml-export):
18052         Use mm-set-buffer-file-coding-system instead of
18053         set-buffer-file-coding-system.
18054
18055 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18056
18057         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18058         of checkdoc.el).
18059         * nnrss.el: do.
18060         * gnus-mlspl.el: do.
18061         * gnus-ml.el: do.
18062         * gnus-srvr.el: do.
18063
18064         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18065
18066 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18067
18068         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18069         Corrections to custom-manual links.
18070
18071         * gnus-art.el (gnus-article): Ditto.
18072
18073         * mm-decode.el (mime-display, mime-security): Ditto.
18074
18075 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18076
18077         * flow-fill.el: Typo.
18078
18079 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18080
18081         * spam-wash.el: New file.
18082
18083 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18084
18085         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18086
18087 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18088
18089         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18090         to be run with new-articles as LIST1, not LIST2.
18091         (spam-registration-functions): Add spam-use-ham-copy as a nil
18092         registration backend.
18093
18094 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18095
18096         * spam-stat.el (spam-stat-washing-hook): New option.
18097         (spam-stat-buffer-words): Use it.
18098         (spam-stat-process-directory, spam-stat-test-directory):
18099         Use insert-file-contents-literally.
18100         (spam-stat-coding-system): New variable.
18101         (spam-stat-load, spam-stat-save): Use it.
18102
18103 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18104
18105         * spam-report.el (spam-report-plug-agent):
18106         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18107
18108 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18109
18110         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18111         Allow / in mailto URLs.
18112
18113 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18114
18115         * spam-report.el (spam-report-process-queue): Fix interactive use.
18116         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18117         (spam-report-unplug-agent): Doc fixes.
18118         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18119         (spam-report-agentize, spam-report-deagentize): Autoload.
18120
18121 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18122
18123         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18124
18125         * message.el (message-setup-fill-variables): Add mml tags to
18126         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18127         <ajk@iu.edu>.
18128         (message-mode): Don't modify paragraph-separate there.
18129
18130 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18131
18132         * compface.el (uncompface-use-external): Default to undecided.
18133         (uncompface-use-external-threshold): New variable.
18134         (uncompface-float-time): New macro.
18135         (uncompface): Determine whether to use the external decoder if
18136         uncompface-use-external is undecided.
18137
18138 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18139
18140         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18141         after images.
18142
18143         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18144
18145 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18146
18147         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18148
18149         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18150
18151         * gnus-sum.el (gnus-summary-limit-to-age)
18152         (gnus-summary-limit-children): do.
18153
18154         * gnus-int.el (gnus-request-scan): do.
18155
18156         * gnus-group.el (gnus-group-suspend): do.
18157
18158         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18159
18160         * gnus-cite.el (gnus-cite-parse-attributions): do.
18161
18162         * gnus-agent.el (gnus-summary-set-agent-mark)
18163         (gnus-agent-regenerate-group): do.
18164
18165         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18166
18167         * binhex.el (binhex-decode-region-internal): do.
18168
18169 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18170
18171         * gnus-fun.el (gnus-face-properties-alist): New user option.
18172         (gnus-display-x-face-in-from): Use it.
18173
18174         * gnus-art.el (article-display-face): Ditto.
18175
18176         * compface.el (uncompface-use-external): Default to nil.
18177
18178 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18179
18180         * nntp.el (nntp-erase-buffer): New function.
18181         (nntp-retrieve-data, nntp-send-command)
18182         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18183         (nntp-possibly-change-group): Use it.
18184
18185         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18186         Use with-current-buffer.
18187
18188 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18189
18190         * compface.el: Merge the ELisp-based uncompface program.
18191         (compface): New customization group.
18192         (uncompface-use-external): New user option.
18193         (uncompface): Call uncompface-internal if uncompface-use-external
18194         is nil.
18195         (uncompface-internal): New function.  Note that there are also
18196         some other functions and variables added for this function.
18197
18198 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18199
18200         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18201         if necessary.
18202
18203 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18204
18205         * spam-report.el (spam-report-unplug-agent)
18206         (spam-report-plug-agent, spam-report-deagentize)
18207         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18208         Add support for the Agent in spam-report: when unplugged, report to a
18209         file; when plugged, submit all the requests.
18210
18211         * spam.el (spam-register-routine): Fix message about
18212         registration.
18213
18214 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18215
18216         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18217         dependencies.
18218         (rfc2047-encode): Use it.
18219
18220         * gnus-art.el (gnus-button-marker-list): Move before first
18221         reference.
18222
18223         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18224         (imap-parse-body): Fix format string mismatch.
18225
18226         * gnus-score.el (gnus-summary-increase-score): do.
18227
18228         * nnrss.el (nnrss-close): New function.
18229
18230 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18231
18232         * nnrss.el (nnrss-make-filename): New function.
18233         (nnrss-request-delete-group, nnrss-read-server-data)
18234         (nnrss-save-server-data, nnrss-read-group-data)
18235         (nnrss-save-group-data): Use it.
18236         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18237         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18238         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18239
18240 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18241
18242         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18243
18244 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18245
18246         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18247         files.
18248
18249         * message.el (message-generate-headers-first): Don't quote nil
18250         and t in docstrings.
18251
18252         * imap.el (imap-id): do.
18253
18254         * gnus-agent.el (gnus-agent-consider-all-articles)
18255         (gnus-agent-queue-mail): do.
18256
18257 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18258
18259         * spam-report.el (spam-report-process-queue): New function.
18260         Process requests from `spam-report-requests-file'.
18261         (spam-report-process-queue): Doc fix.
18262
18263 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18264
18265         * spam.el (spam-register-routine)
18266         (spam-log-processing-to-registry, spam-log-registered-p)
18267         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18268         Change "check" to "spam-check" for semi-clarity.
18269
18270 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18271
18272         * pop3.el: Require nnheader.
18273
18274         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18275
18276         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18277
18278         * gnus-picon.el: Require cl.
18279
18280         * gnus-fun.el: Require gnus-ems and gnus-util.
18281
18282         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18283
18284         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18285
18286         * gnus-art.el (gnus-article-edit-mode): Define before first
18287         reference.
18288
18289 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18290
18291         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18292         (gnus-uu-post-encoded): Use point-at-bol.
18293
18294         * gnus-topic.el (gnus-group-active-topic-p): do.
18295
18296         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18297
18298         * gnus-group.el (gnus-group-kill-region): do.
18299
18300         * gnus-art.el (article-date-ut): do.
18301
18302         * message.el (message-fetch-field): Remove redundant
18303         case-fold-search binding.
18304         (message-narrow-to-field): Simplify.
18305
18306 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18307
18308         * spam.el (spam-directory): Derive from `gnus-directory'.
18309
18310         * spam-report.el (spam-report-url-to-file)
18311         (spam-report-requests-file): New function and variable for offline
18312         reporting.
18313         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18314         and user defined function.
18315         (spam-report-url-ping-mm-url): Remove doubled slash.
18316
18317 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18318
18319         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18320
18321 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18322
18323         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18324         Fix format string mismatch.
18325
18326         * sieve.el (sieve-deactivate-all): do.
18327
18328         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18329
18330         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18331
18332         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18333
18334         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18335
18336 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18337
18338         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18339         the list of checks.
18340
18341 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18342
18343         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18344         padding.
18345
18346 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18347
18348         * mm-view.el (mm-fill-flowed): New variable.
18349         (mm-inline-text): Use it.
18350
18351 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18352
18353         * spam.el (spam-spamassassin-register-ham-routine)
18354         (spam-spamassassin-register-spam-routine): Fix function names.
18355
18356 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18357
18358         * gnus.el (gnus-tmp-grouplens): Remove.
18359         (gnus-summary-line-format): Remove grouplens.
18360
18361         * gnus-group.el (gnus-group-line-format): Ditto.
18362
18363         * gnus-spec.el (gnus-format-specs): Ditto.
18364         (gnus-update-format-specifications): Flush the group format spec
18365         cache if there's the grouplens stuff.
18366         (gnus-parse-simple-format): Replace %l with the empty string.
18367
18368 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18369
18370         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18371         omission.
18372
18373 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18374
18375         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18376         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18377
18378 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18379
18380         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18381         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18382         New macros and functions.
18383         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18384         Handle > NLINK_MAX messages.
18385         * nnmaildir.el (nnmaildir-request-set-mark):
18386         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18387
18388 2004-01-25  Alex Schroeder  <alex@gnu.org>
18389
18390         * spam-stat.el (spam-stat-process-directory-age): New option.
18391         (spam-stat-process-directory): Use it.
18392
18393 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18394
18395         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18396         (spam-stat-save): Accept prefix argument.
18397
18398 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18399
18400         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18401         links" error.
18402
18403 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18404
18405         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18406         the rest of the and/or forms.
18407
18408 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18409
18410         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18411         compatibility with old .newsrc.eld files.
18412
18413         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18414
18415         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18416
18417         * gnus-start.el (gnus-1): do.
18418
18419         * gnus-group.el (gnus-group-line-format-alist): do.
18420
18421         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18422
18423         * gnus-gl.el: Remove.
18424
18425 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18426
18427         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18428         marks consisting of a single range {for example, (3 . 5)} rather
18429         than a list of a single range { ((3 . 5)) }.
18430
18431 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18432
18433         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18434         Use with-current-buffer.
18435         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18436         avoid consing a string.
18437
18438         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18439         Remove obsolete entries for big5 and gb2312.
18440
18441 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18442
18443         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18444         uncompressed list.
18445
18446 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18447
18448         * spam-stat.el (spam-stat-strip-xref): New function.
18449         (spam-stat-process-directory): Use it.
18450
18451         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18452         here -- it's done in message-fetch-field.
18453
18454 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18455
18456         * gnus-agent.el (gnus-agent-queue-mail)
18457         (gnus-agent-prompt-send-queue): New variables.
18458         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18459         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18460         "nndraft:queue" along to gnus-draft-send.
18461         Use gnus-agent-prompt-send-queue.
18462         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18463         is "nndraft:queue".  Suggested by Gaute Strokkenes
18464         <gs234@srcf.ucam.org>
18465
18466         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18467         (agent-enable-undownloaded-faces): Add.
18468         (gnus-agent-cat-groups): Use eval-and-compile, not
18469         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18470         method of gnus-agent-cat-groups even when the buffer has been
18471         evaled.
18472         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18473         delete gnus-agent-save-active-1.
18474         (gnus-agent-save-groups): Delete.  Identical to
18475         gnus-agent-save-active.
18476         (gnus-agent-write-active): No longer adjust agent's copy of active
18477         file as agent's adjustments are now stored in their own
18478         file.  Remove optional parameter.
18479         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18480         servers.  Add use of min/max range limits from server's local
18481         file.
18482         (gnus-agent-save-alist): Remove unused optional argument.
18483         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18484         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18485         (gnus-agent-set-local): A per-server file that keeps min/max range
18486         limits for articles known to the agent.  Provides a fast mechanism
18487         for altering many active ranges.
18488         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18489         active file (local makes it unnecessary).
18490         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18491
18492         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18493         (agent-enable-undownloaded-faces): Add.
18494
18495         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18496         disable it when sending to "nndraft:queue".
18497         (gnus-group-send-queue): Add safety check to avoid sending queue
18498         when unplugged.
18499
18500         * gnus-group.el (gnus-group-catchup): Use new
18501         gnus-sequence-of-unread-articles, not
18502         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18503         numbers of articles.  Use gnus-range-map to avoid having to
18504         uncompress the unread list.
18505         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18506         Fix invalid ange-ftp reference.
18507
18508         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18509         (gnus-sorted-range-intersection): Intersection of two ranges
18510         without requiring that they first be uncompressed.
18511
18512         * gnus-start.el (gnus-activate-group): Unless blocked by the
18513         caller, possibly expand the active range to include both cached
18514         and agentized articles.
18515         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18516         multiple version-dependent converters.
18517         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18518         gnus-agent-save-active.
18519         (gnus-save-newsrc-file): Save dirty agent range limits.
18520
18521         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18522         gnus-agent-possibly-alter-active.
18523         (gnus-adjust-marked-articles): Faster handling of simple lists.
18524
18525 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18526
18527         * spam-stat.el (spam-stat-test-directory): New optional argument
18528         displays a list of files detected.  Suggested by Andrew Cohen
18529         <cohen@andy.bu.edu>.
18530         (spam-stat-buffer-words-with-scores): Don't narrow and change
18531         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18532
18533 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18534
18535         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18536         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18537         (spam-spamassassin-arguments)
18538         (spam-spamassassin-spam-flag-header)
18539         (spam-spamassassin-positive-spam-flag-header)
18540         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18541         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18542         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18543         (spam-list-of-processors, spam-list-of-checks)
18544         (spam-list-of-statistical-checks, spam-registration-functions)
18545         (spam-check-spamassassin-headers, spam-check-spamassassin)
18546         (spam-spamassassin-score)
18547         (spam-spamassassin-register-with-sa-learn)
18548         (spam-spamassassin-register-spam-routine)
18549         (spam-spamassassin-register-ham-routine)
18550         (spam-assassin-register-spam-routine)
18551         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18552         (spam-bogofilter-score): Fix to show article before scoring.
18553
18554 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18555
18556         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18557         default scoring function.
18558         (spam-generic-score): Call spam-spamassassin-score if
18559         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18560         spam-bogofilter-score otherwise.
18561
18562         * gnus.el (spam-process, spam-autodetect-methods):
18563         Add spamassassin and spamassassin-headers.
18564
18565 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18566
18567         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18568         Suppress unnecessary messages.
18569
18570 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18571
18572         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18573         make-hash-table.
18574
18575 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18576
18577         * canlock.el (base64-encode-string): Don't autoload it.
18578
18579 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18580
18581         * run-at-time.el: Remove useless (require 'itimer),
18582         eval-and-compile and (featurep 'xemacs).
18583
18584 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18585
18586         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18587         GROUP is a virtual group.
18588
18589 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18590
18591         * gnus.el: Autoload `message-y-or-n-p'.
18592
18593 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18594
18595         * pgg-parse.el: Remove unnecessary (require 'custom).
18596
18597         * pgg-def.el: do.
18598
18599         * nnmail.el: do.
18600
18601         * gnus-undo.el: do.
18602
18603         * gnus-picon.el: do.
18604
18605         * gnus-util.el: do.
18606
18607 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18608
18609         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18610
18611 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18612
18613         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18614         handle, as well as a list.
18615
18616         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18617         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18618         (mm-w3m-cid-retrieve): Simplify.
18619
18620 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18621
18622         * message.el (message-kill-to-signature): Allow prefix arg to
18623         specify number of lines to keep before signature.
18624
18625 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18626
18627         * message.el (message-kill-to-signature): Change docstring.
18628
18629 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18630
18631         * canlock.el: Always require sha1-el.
18632         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18633
18634         * message.el: Autoload sha1 only when compiling.
18635
18636         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18637         eudc-expand-inline for XEmacs.
18638
18639 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18640
18641         * message.el (message-canlock-generate): Require sha1-el.
18642
18643 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18644
18645         * message.el (message-expand-name): Silence the byte compiler.
18646
18647         * lpath.el: Add detect-coding-system.
18648
18649         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18650         cus-edit.
18651
18652 2004-01-13  Simon Josefsson  <jas@extundo.com>
18653
18654         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18655         Invoke gnus-score-mode.
18656         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18657
18658         * gnus-range.el (gnus-compress-sequence): Doc fix.
18659         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18660
18661 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18662
18663         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18664
18665 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18666
18667         * spam.el (spam-get-article-as-string): Update to use
18668         gnus-request-article-this-buffer, much simpler.
18669         (spam-get-article-as-buffer): Remove.
18670
18671 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18672
18673         * message.el (message-expand-name): Use EUDC if the user uses that.
18674
18675 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18676
18677         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18678         character for the encoding to avoid consing a string.
18679
18680         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18681         unnecessarily.
18682
18683         * mm-util.el (mm-replace-chars-in-string): Remove.
18684
18685         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18686         of mm-replace-chars-in-string.
18687
18688 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18689
18690         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18691
18692         * mm-util.el (mm-subst-char-in-string): Support inplace.
18693
18694         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18695         a new string in every iteration.  Use shy groups.
18696
18697 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18698
18699         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18700         * gnus-soup.el (gnus-soup-group-brew):
18701         * gnus-msg.el (gnus-put-message):
18702         * gnus-move.el (gnus-group-move-group-to-server):
18703         * gnus-kill.el (gnus-batch-score):
18704         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18705         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18706         (gnus-group-update-group, gnus-group-read-group)
18707         (gnus-group-make-group, gnus-group-make-help-group)
18708         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18709         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18710         (gnus-group-sort-by-unread, gnus-group-catchup)
18711         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18712         (gnus-group-yank-group, gnus-group-set-info)
18713         (gnus-group-list-groups):
18714         * gnus.el (gnus-generate-new-group-name):
18715         * gnus-delay.el (gnus-delay-send-queue):
18716         * nnvirtual.el (nnvirtual-catchup-group):
18717         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18718         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18719         (gnus-group-prepare-topics, gnus-topic-check-topology):
18720         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18721         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18722         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18723         (gnus-group-make-articles-read):
18724         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18725         (gnus-group-change-level, gnus-kill-newsgroup)
18726         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18727         (gnus-get-unread-articles, gnus-make-articles-unread)
18728         (gnus-make-ascending-articles-unread): Use accessor
18729         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18730         to get group information for improved readability.
18731
18732
18733 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18734
18735         * gnus-art.el (article-decode-mime-words, article-babel)
18736         (gnus-article-highlight-signature, gnus-article-add-buttons)
18737         (gnus-signature-toggle): Use gnus-with-article-buffer.
18738
18739         * gnus-art.el (gnus-article-highlight-headers)
18740         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18741
18742         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18743         (gnus-article-set-globals, gnus-request-article-this-buffer)
18744         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18745         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18746         (gnus-mime-display-alternative): Use with-current-buffer.
18747
18748 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18749
18750         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18751         also under 80 char limit, and call gnus-error if needed.
18752         (spam-fetch-article-header): Fix - it was a
18753         buffer-local variable (gnus-newsgroup-data).
18754         (spam-find-spam): Use spam-generate-fake-headers, forget about
18755         spam-insert-fake-headers.
18756         (spam-insert-fake-headers): Remove.
18757
18758 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18759
18760         * deuglify.el (gnus-article-outlook-unwrap-lines)
18761         (gnus-outlook-rearrange-article)
18762         (gnus-outlook-repair-attribution-outlook)
18763         (gnus-outlook-repair-attribution-block)
18764         (gnus-outlook-repair-attribution-other): Remove redundant
18765         save-excursion.
18766
18767 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18768
18769         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18770         (spam-fetch-field-subject-fast)
18771         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18772         (spam-fetch-article-header): Add functions to deal with Gnus
18773         internals for fast retrieval of article header data.
18774         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18775
18776 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18777
18778         * pop3.el (pop3-md5): Remove.
18779         (pop3-apop): Replace pop3-md5 with md5.
18780
18781         * mm-bodies.el: base64 is always built-in.
18782
18783         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18784         Use with-current-buffer.
18785
18786 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18787
18788         * canlock.el (canlock-insert-header): Remove excessive grouping in
18789         regexp.
18790
18791         * gnus-sum.el (gnus-summary-read-document): Ditto.
18792
18793         * gnus-uu.el (gnus-uu-part-number): Ditto.
18794
18795         * html2text.el (html2text-remove-tags): Ditto.
18796         (html2text-format-tags): Ditto.
18797         (html2text-format-single-elements): Ditto.
18798
18799         * mml.el (mml-parse-1): Ditto.
18800
18801 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18802
18803         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18804
18805         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18806
18807         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18808
18809         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18810
18811 2003-11-15  Simon Josefsson  <jas@extundo.com>
18812
18813         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18814         (pgg-gpg-lookup-key): Use regexp match instead of
18815         split-string (split-string is different between emacs 21.2 and
18816         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18817
18818 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18819
18820         * gnus-art.el (gnus-mime-view-all-parts)
18821         (gnus-article-part-wrapper, gnus-article-view-part):
18822         Use with-current-buffer.
18823
18824 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18825
18826         * spam.el (spam-disable-spam-split-during-ham-respool)
18827         (spam-spamoracle-database, spam-cache-lookups)
18828         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18829         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18830         (spam-group-ham-marks, spam-group-spam-marks)
18831         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18832         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18833         also add spam-use-blackholes to the statistical checks.
18834         (spam-fetch-field-fast): Add interface to fetching fields, may
18835         become a macro.
18836         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18837         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18838         (spam-insert-fake-headers): Fake an article when needed.
18839         (spam-find-spam): Fake article when possible.
18840         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18841         (spam-check-bogofilter-headers): Use message-fetch-field instead
18842         of nnmail-fetch-field.
18843
18844 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18845
18846         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18847
18848 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18849
18850         * spam.el (spam-split): Do not require spam-use-CHECK to be
18851         enabled if that check is passed to spam-split explicitly; also
18852         fix so 'spam doesn't get converted to spam-split-group when
18853         spam-split-symbolic-return is t.
18854         (spam-find-spam): Find registrations of the article and use those
18855         instead of re-running spam-split to find the spam/ham
18856         classification of the article.
18857         (spam-log-processing-to-registry, spam-log-registered-p)
18858         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18859         Use gnus-error instead of gnus-message.
18860         (spam-log-registration-type): Add function to determine the
18861         classification of a message based on registry entries; will
18862         return nil if both 'spam and 'ham are found.
18863         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18864         a reasonably fast local cache without the loading errors.
18865         (spam-cache-lookups): Set to t by default.
18866         (spam-find-spam): Don't try to guess spam-cache-lookups.
18867         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18868         spam-caches entry.
18869         (spam-filelist-build-cache, spam-filelist-check-cache):
18870         Fix caching of whitelist/blacklist entries.
18871         (spam-check-whitelist, spam-check-blacklist):
18872         Invoke spam-from-listed-p with a type, not a cache variable.
18873         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18874
18875 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18876
18877         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18878
18879         * nnmail.el (nnmail-split-fancy): do.
18880
18881         * mml.el (mml-parse): do.
18882
18883         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18884         (gnus-score-adaptive): do.
18885
18886 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18887
18888         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18889         (gnus-mime-button-map): Don't set keymap parent.
18890         (gnus-button-ctan-directory-regexp): Use shy grouping.
18891         (gnus-prev-page-map): Don't set keymap parent.
18892         (gnus-prev-page-map): Remove duplicated one.
18893         (gnus-next-page-map): Don't set keymap parent.
18894         (gnus-mime-security-button-map): Ditto.
18895
18896         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18897         version number.
18898
18899         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18900
18901 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18902
18903         * canlock.el (canlock-sha1-function): Remove.
18904         (canlock-sha1-function-for-verify): Remove.
18905         (canlock-openssl-program): Remove.
18906         (canlock-openssl-args): Remove.
18907         (canlock-ignore-errors): Remove.
18908         (canlock-sha1-with-openssl): Remove.
18909         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18910         (canlock-verify): Don't use canlock-ignore-errors.
18911
18912         * sha1-el.el (sha1-string-external): Make it can return a string
18913         in binary form.
18914         (sha1-region-external): Ditto.
18915         (sha1-string-internal): Ditto.
18916         (sha1-region-internal): Ditto.
18917         (sha1-region): Ditto.
18918         (sha1-string): Ditto.
18919         (sha1): Ditto.
18920
18921 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18922
18923         * spam.el (spam-report-articles-gmane): New command.
18924
18925 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18926
18927         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18928
18929         * run-at-time.el (run-at-time-saved): Remove.
18930         (run-at-time): Doc fix.
18931
18932 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18933
18934         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18935         (gnus-summary-limit-map): Add it.
18936         (gnus-summary-make-menu-bar): do.
18937
18938 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18939
18940         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18941         Make attempt at some caching support (done for BBDB only now).
18942         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18943         addresses to be checked.
18944         (spam-clear-cache-BBDB): Add function, to be invoked by
18945         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18946         (spam-check-BBDB): Check and use the caches, if
18947         spam-cache-lookups is on, remove superfluous (provide).
18948
18949 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18950
18951         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18952
18953 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18954
18955         * run-at-time.el (run-at-time-saved): Move to after the definition
18956         of `run-at-time'.
18957
18958         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18959
18960 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18961
18962         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18963         mm-w3m-local-map-property.
18964
18965         * mm-view.el (mm-w3m-mode-map): Remove.
18966         (mm-w3m-local-map-property): Remove.
18967         (mm-inline-text-html-render-with-w3m): Don't use
18968         mm-w3m-local-map-property.
18969
18970 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18971
18972         * run-at-time.el: New file.
18973
18974         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18975         under Emacs.
18976
18977         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18978         of gnus-set-text-properties.
18979
18980         * gnus-uu.el (gnus-uu-save-article): Ditto.
18981
18982         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18983
18984         * gnus-cite.el (gnus-cite-parse): Ditto.
18985
18986         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18987         of gnus-.
18988
18989         * gnus-xmas.el (run-at-time): Require run-at-time.
18990
18991         * gnus.el: Change calls to nnheader-run-at-time and
18992         password-run-at-time throughout to use run-at-time directly.
18993
18994         * password.el: Remove definition of run-at-time.
18995
18996         * nnheaderxm.el: Remove definition of run-at-time.
18997
18998 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18999
19000         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19001         in prompt.
19002
19003 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19004
19005         * messagexmas.el (message-xmas-redefine): Alias
19006         `message-make-caesar-translation-table' to
19007         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19008         version.
19009
19010         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19011         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19012         `gnus-xmas-set-text-properties'.
19013         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19014         `gnus-xmas-completing-read'.
19015         (gnus-xmas-completing-read): Removed.
19016         (gnus-xmas-open-network-stream): Removed.
19017
19018         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19019         XEmacs version.
19020
19021         * dns.el (dns-make-network-process): Use `open-network-stream'
19022         instead of `gnus-xmas-open-network-stream'.
19023
19024         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19025
19026         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19027
19028 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19029
19030         * gnus-art.el (gnus-mime-display-alternative)
19031         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19032         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19033         Don't use gnus-local-map-property.
19034
19035         * gnus-util.el (gnus-local-map-property): Remove.
19036
19037         * mm-view.el (mm-view-pkcs7-decrypt):
19038         Replace gnus-completing-read-maybe-default with completing-read.
19039
19040         * gnus-util.el (gnus-completing-read): do.
19041         (gnus-completing-read-maybe-default): Remove.
19042
19043 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19044
19045         * password.el: Only autoload `run-at-time' if not XEmacs.
19046         Only autoload the itimer functions if XEmacs.
19047
19048 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19049
19050         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19051         XEmacsen.
19052
19053         * dgnushack.el: Autoload executable-find for XEmacs.
19054
19055 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19056
19057         * gnus-art.el (gnus-read-string): Remove.
19058         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19059         read-string.
19060
19061 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19062
19063         * netrc.el: Autoload password-read.
19064         (netrc): Add configuration group.
19065         (netrc-encoding-method, netrc-openssl-path):
19066         Add variables for encoding and decoding of files with symmetric
19067         ciphers.
19068         (netrc-encode): Add assistant function to encode a file with
19069         netrc-encoding-method.
19070         (netrc-parse): Add interactive parameter, added optional
19071         decoding if netrc-encoding-method is non-nil but otherwise
19072         behavior is standard.
19073         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19074         Do s/encode/encrypt/ everywhere.
19075
19076         * spam.el: Remove executable-find autoload.
19077
19078 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19079
19080         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19081
19082         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19083
19084 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19085
19086         * gnus-art.el (gnus-treat-ansi-sequences)
19087         (article-treat-ansi-sequences): New variable and function.
19088         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19089
19090         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19091         Use it.
19092
19093 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19094
19095         * mm-util.el (mm-quote-arg): Remove.
19096
19097         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19098         shell-quote-argument.
19099
19100         * gnus-uu.el (gnus-uu-command): do.
19101
19102         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19103
19104         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19105         with make-char.
19106
19107         * mm-util.el (mm-make-char): Remove.
19108
19109         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19110         add-minor-mode.
19111
19112         * gnus-undo.el (gnus-undo-mode): do.
19113
19114         * gnus-topic.el (gnus-topic-mode): do.
19115
19116         * gnus-sum.el (gnus-dead-summary-mode): do.
19117
19118         * gnus-start.el (gnus-slave-mode): do.
19119
19120         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19121
19122         * gnus-ml.el (gnus-mailing-list-mode): do.
19123
19124         * gnus-gl.el (gnus-grouplens-mode): do.
19125
19126         * gnus-draft.el (gnus-draft-mode): do.
19127
19128         * gnus-dired.el (gnus-dired-mode): do.
19129
19130         * gnus-ems.el (gnus-add-minor-mode): Remove.
19131
19132         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19133         Replace gnus-char-width with char-width.
19134
19135         * gnus-ems.el (gnus-char-width): Remove.
19136
19137         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19138         Replace gnus-char-width with char-width.
19139
19140         * gnus-ems.el (gnus-char-width): Remove.
19141
19142         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19143         definition.
19144         Remove Emacs 20 hash table compatibility code.
19145
19146         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19147         20 compatibility code.
19148
19149         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19150
19151         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19152
19153         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19154         Replace with point-at-{eol,bol}.
19155
19156         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19157
19158         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19159
19160         * flow-fill.el (fill-flowed-point-at-bol)
19161         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19162
19163         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19164         Replace with point-at-{eol,bol} throughout all files.
19165
19166 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19167
19168         * ntlm.el (ntlm-string-as-unibyte): New macro.
19169         (ntlm-build-auth-response): Use it.
19170
19171         Remove Emacs 20 stuff:
19172         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19173         (butlast, mapc, remove): Remove the compiler macros.
19174         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19175         of delq and copy-sequence.
19176         * gnus-art.el (popup-menu): Remove the compiler macro.
19177         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19178         Emacs 20.
19179
19180 2004-01-05  Simon Josefsson  <jas@extundo.com>
19181
19182         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19183         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19184         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19185         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19186         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19187         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19188         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19189         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19190         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19191         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19192         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19193         string-xor into ntlm-string-xor.
19194         Suggested by Jesper Harder <harder@myrealbox.com>.
19195
19196         * ntlm.el: Don't include poem.
19197
19198         * md4.el (print-int32, print-string-hexa): Remove.
19199         Suggested by Jesper Harder <harder@myrealbox.com>.
19200
19201         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19202
19203         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19204         probably breaks emacs with DL patch, but do we care? Is anyone
19205         still using the DL stuff?)
19206
19207         * sieve-manage.el: Use the password package.
19208         (sieve-manage-read-passwd): Remove.
19209         (sieve-manage-interactive-login): Use password.  Re-add
19210         condition-case around loop.
19211
19212         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19213         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19214         Use the password package.
19215
19216 2003-02-19  Simon Josefsson  <jas@extundo.com>
19217
19218         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19219         token.
19220
19221 2002-08-07  Simon Josefsson  <jas@extundo.com>
19222
19223         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19224         (sieve-manage-authenticators):
19225         (sieve-manage-authenticator-alist): Add some SASL mechs.
19226         (sieve-sasl-auth): New function.
19227         (sieve-manage-cram-md5-auth):
19228         (sieve-manage-plain-auth): Rewrite using SASL library.
19229         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19230         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19231         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19232         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19233
19234 2004-01-05  Simon Josefsson  <jas@extundo.com>
19235
19236         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19237         New files.
19238
19239 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19240
19241         * gnus-group.el (gnus-no-groups-message): Update.
19242
19243         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19244
19245 2003-11-09  Simon Josefsson  <jas@extundo.com>
19246
19247         * imap.el: Support for ID IMAP extension (RFC 2971).
19248         (imap-local-variables): Add imap-id.
19249         (imap-id): New variable.
19250         (imap-id): New function.
19251         (imap-parse-response): Parse untagged ID response.
19252         * nnimap.el (nnimap-id): New variable.
19253         (nnimap-open-connection): Use it.
19254
19255 2003-12-28  Simon Josefsson  <jas@extundo.com>
19256
19257         * gnus-score.el (gnus-score-edit-all-score): New.
19258         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19259
19260 2004-01-04  Simon Josefsson  <jas@extundo.com>
19261
19262         * password.el: Add.
19263
19264 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19265
19266         * dns.el (dns-query-types): Fix typo.
19267         (dns-query-types): New function.
19268         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19269         PTR and SOA replies, see RFC 1035.
19270
19271 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19272
19273         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19274
19275         * Move to Changelog.2.
19276
19277 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19278
19279         * gnus.el (gnus-version-number): Bump version.
19280
19281 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19282
19283         * gnus.el: No Gnus v0.1 is released.
19284
19285 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19286
19287         * gnus.el: No Gnus v0.0 is released.
19288
19289 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19290
19291         * gnus.el (gnus-version-number): Bump.
19292         (gnus-version): No.
19293
19294 See ChangeLog.2 for earlier changes.
19295
19296     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19297       Free Software Foundation, Inc.
19298
19299   This file is part of GNU Emacs.
19300
19301   GNU Emacs is free software: you can redistribute it and/or modify
19302   it under the terms of the GNU General Public License as published by
19303   the Free Software Foundation, either version 3 of the License, or
19304   (at your option) any later version.
19305
19306   GNU Emacs is distributed in the hope that it will be useful,
19307   but WITHOUT ANY WARRANTY; without even the implied warranty of
19308   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19309   GNU General Public License for more details.
19310
19311   You should have received a copy of the GNU General Public License
19312   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19313
19314 ;; Local Variables:
19315 ;; coding: utf-8
19316 ;; fill-column: 79
19317 ;; add-log-time-zone-rule: t
19318 ;; End: